]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-10 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4 it can also replace buffer-substring-no-properties.
5
6 * emulation/cua-base.el (cua-delete-region, cua-paste)
7 (cua-repeat-replace-region): Use filter-buffer-substring.
8
9 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10 (cua-cut-region-to-global-mark): Likewise.
11
12 * emulation/cua-rect.el (cua--extract-rectangle)
13 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14
15 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16
17 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
18 entry-type. Add field delimiters to numerical fields if they are
19 not present.
20
21 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22
23 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
24 string-const to return value.
25 (bibtex-remove-delimiters): Use it.
26
27 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
30 cl-byte-compile-compiler-macro unless it exists.
31
32 2006-04-08 Eli Zaretskii <eliz@gnu.org>
33
34 * files.el (hack-local-variables-confirm) <offer-save>:
35 Clarify message text. Suggested by Ralf Angeli.
36
37 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
38
39 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
40 (delete-extract-rectangle-line): Use `filter-buffer-substring'
41 instead of `buffer-substring' and `delete-region'. (Most of the
42 code actually copied from `kill-region'.)
43
44 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
45
46 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
47 (rcirc-default-port): Rename from rcirc-port.
48 (rcirc-default-nick): Rename from rcirc-nick.
49 (rcirc-default-user-name): Rename from rcirc-user-name.
50 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
51 (rcirc-low-priority-flag): New variable.
52 (rcirc-decode-coding-system): New defcustom.
53 (rcirc-encode-coding-system): New defcustom.
54 (rcirc-coding-system-alist): New defcustom.
55 (rcirc-multiline-major-mode): New defcustom.
56 (rcirc-nick): New internal variable.
57 (rcirc-process): Remove variable.
58 (rcirc-server-buffer): New variable.
59 (rcirc): Update to use rcirc-default-* variables above.
60 (rcirc-connect): Do not add window-configuration-hook-here.
61 (rcirc-server): New internal variable.
62 (rcirc-connect): Do not send keepalive pings if
63 rcirc-keepalive-seconds is nil.
64 (with-rcirc-server-buffer): New macro.
65 (rcirc-send-string): Encode with rcirc-encode-coding-system.
66 (rcirc-server-name): Rename from rcirc-server.
67 (rcirc-buffer-process): New function.
68 (rcirc-buffer-nick): New function.
69 (rcirc-buffer-target): Remove function.
70 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
71 New commands.
72 (rcirc-mode-map): Change binding of C-c C-l to
73 rcirc-toggle-low-priority.
74 (rcirc-mode): Initialize coding system based on
75 rcirc-coding-system-alist. New change-major-mode-hook to part the
76 channel on a mode change. Make kill-buffer-hook buffer-local.
77 (rcirc-change-major-mode-hook): New function.
78 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
79 (rcirc-last-post-time): New variable.
80 (rcirc-process-message): Store the last time user posted a message
81 to this target.
82 (rcirc-multiline-minor-mode): New mode.
83 (rcirc-multiline-minor-mode-map): New mode map.
84 (rcirc-edit-multiline): Put multiline-edit buffer in
85 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
86 (rcirc-print): Any line starting with an ignored nick will be
87 ignored.
88 (rcirc-print): Decode using rcirc-decode-coding-system.
89 (rcirc-track-minor-mode): Update global-mode-string when disabling
90 this mode.
91 (minor-mode-alist): add LowPri indicator.
92 (rcirc-toggle-low-priority): New function.
93 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
94 next lowpriority buffer with activity.
95 (rcirc-record-activity): Sort buffers in rcirc-activity by the
96 last time the user posted a message in to the target.
97 (rcirc-update-activity-string): New formatting for low priority
98 buffers.
99 (rcirc-split-activity): New function.
100 (rcirc-handler-PART, rcirc-handler-KICK)
101 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
102 (rcirc-nick-away-alist): New variable.
103 (rcirc-handler-301): New handler. Away messages are printed once
104 per change.
105
106 2006-04-08 Eli Zaretskii <eliz@gnu.org>
107
108 * info.el (Info-follow-nearest-node): Doc fix.
109
110 * international/mule-cmds.el (set-locale-environment): Make sure
111 the coding-system preferred by the locale's language has the same
112 EOL conversion type as the original buffer-file-coding-system.
113 (locale-language-names): Add a few MS Windows language codes.
114
115 2006-04-07 Richard Stallman <rms@gnu.org>
116
117 * simple.el (eval-expression): Doc fix.
118
119 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
120 (eval-defun): Doc fixes.
121
122 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
123
124 * pgg-gpg.el: Revert to revision 1.8 to allow the use of
125 gpg-agent.
126
127 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
128
129 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
130 GDB list command without argument for greater generality.
131
132 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
133
134 * subr.el (string-or-null-p): New function.
135
136 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
137
138 * textmodes/ispell.el (ispell-local-dictionary): Use
139 string-or-null-p.
140
141 * files.el: Update comment about safe-local-variable declarations.
142
143 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
144
145 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0. See
146 idlwave.org.
147
148 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0. See
149 idlwave.org. Includes code to obsolete idlw-rinfo.el.
150
151 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0. See
152 idlwave.org.
153
154 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
155 version 6.0 (minimal changes). See idlwave.org.
156
157 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
158 6.0 (minimal changes). See idlwave.org.
159
160 * progmodes/idlw-rinfo.el: File obsoleted and removed.
161
162 2006-04-06 Romain Francoise <romain@orebokech.com>
163
164 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
165 symmetric encryption features and a new asynchronous interface to
166 GnuPG. This new version is version 1.4, plus whitespace changes.
167
168 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
169
170 * files.el: Move some `safe-local-variable' declarations to the
171 respective files.
172
173 * textmodes/ispell.el (ispell-check-comments)
174 (ispell-local-dictionary): Mark as safe.
175
176 * abbrev.el (abbrev-mode): Mark as safe.
177
178 * add-log.el (change-log-default-name): Mark as safe.
179
180 * textmodes/reftex-vars.el (reftex-vref-is-default)
181 (reftex-fref-is-default, reftex-level-indent)
182 (reftex-guess-label-type): Mark as safe.
183
184 * textmodes/fill.el (colon-double-space): Mark as safe.
185
186 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
187 (sentence-end-double-space, sentence-end-without-period)
188 (sentence-end-without-space, sentence-end, sentence-end-base)
189 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
190
191 2006-04-06 Kim F. Storm <storm@cua.dk>
192
193 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
194 the :set-after list.
195 (ido-downcase-unc-hosts): New user option. Default on.
196 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
197 when it is set, as regexps are now applied on the fly.
198 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
199 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
200 on the fly, but only when ido-process-ignore-lists is set.
201 Do case insensitive filtering if ido-downcase-unc-hosts is set.
202 Only downcase names if ido-downcase-unc-hosts is set.
203
204 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
205
206 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
207
208 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
209
210 2006-04-05 Kim F. Storm <storm@cua.dk>
211
212 * ido.el (ido-mode): Set after ido-unc-hosts and
213 ido-ignore-unc-host-regexps.
214 (ido-save-history): Save ido-unc-hosts-cache.
215 (ido-load-history): Load ido-unc-hosts-cache.
216 (ido-reread-directory): Refresh unc hosts cache in // dir.
217
218 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
219 to nil while displaying slash screen.
220
221 2006-04-05 Daiki Ueno <ueno@unixuser.org>
222
223 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
224 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
225
226 2006-04-05 Kenichi Handa <handa@m17n.org>
227
228 * international/characters.el: Setup cases of Latin, Greek, and
229 Cyrillic characters in CJK charsets.
230
231 2006-03-29 Daiki Ueno <ueno@unixuser.org>
232
233 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
234 default-enable-multibyte-characters. This reverts the change from
235 revision 6.17 which is no longer necessary because the passphrase
236 is sent separately now. GnuPG messages are unreadable under
237 multibyte locales with default-enable-multibyte-characters set to
238 nil.
239
240 2006-04-04 Andreas Schwab <schwab@suse.de>
241
242 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
243 and `byte-compile-warnings' as `safe-local-variable'.
244
245 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * man.el (Man-mode-map): Restore the \r binding.
248 (Man-abstract-xref-man-page): If Man-target-string is a function,
249 call it.
250 (Man-highlight-references): Use Man-default-man-entry to get the
251 target. Deal with xrefs too.
252 (Man-highlight-references0): Don't call the target function.
253
254 * woman.el (WoMan-xref-man-page): Strip the section number, woman
255 cannot deal with it.
256
257 2006-04-04 Daiki Ueno <ueno@unixuser.org>
258
259 * pgg-gpg.el: Clean up process buffers every time gpg processes
260 complete.
261
262 2006-04-04 Kenichi Handa <handa@m17n.org>
263
264 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
265 here.
266 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
267 Temporarily bind inhibit-field-text-motion to t.
268
269 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * startup.el (normal-splash-screen): Only set mode-line-format in the
272 splash buffer, so as not to interfere when debugging the code.
273 Ignore errors when switching buffer.
274
275 2006-04-03 Romain Francoise <romain@orebokech.com>
276
277 * dired.el (dired-dnd-protocol-alist): Fix typo.
278
279 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
280
281 * savehist.el (savehist): Add :version.
282 (savehist-ignored-variables): New variable.
283 (savehist-minibuffer-hook): Don't save variables listed in
284 `savehist-ignored-variables'.
285
286 * dired.el (dired-dnd-protocol-alist): Mention that change does
287 only apply to new buffers in doc string.
288
289 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
290
291 * recentf.el (recentf-open-files-item): Include newline in button
292 field, so opening a file will work, when the point is at the end
293 of the file name. Allow, for example, to [i]search a file by
294 extension and just push RET to open it.
295
296 2006-04-03 Daiki Ueno <ueno@unixuser.org>
297
298 * pgg-gpg.el (pgg-gpg-process-filter)
299 (pgg-gpg-wait-for-completion): Check if buffer is alive.
300
301 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
302 lines, temporary fix.
303
304 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
305
306 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
307
308 2006-04-02 Richard Stallman <rms@gnu.org>
309
310 * progmodes/compile.el (compilation-message-face): Make it defcustom.
311
312 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
313
314 * ibuf-macs.el (define-ibuffer-column): Add a new key:
315 header-mouse-map.
316
317 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
318 (ibuffer-mode-header-map): New keymaps.
319 (ibuffer-update-title-and-summary): Enable mouse face highlighting
320 and keybindings for column headers.
321 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
322 property.
323
324 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
325
326 * speedbar.el (speedbar-after-create-hook): Doc fix.
327
328 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
329
330 * shell.el (shell-directory-tracker)
331 (shell-dynamic-complete-command): Doc fixes.
332
333 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
334
335 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
336 terminals.
337
338 2006-04-01 Kim F. Storm <storm@cua.dk>
339
340 * ido.el (ido-unc-hosts-cache): New defvar.
341 (ido-unc-hosts): If value of defcustom is a function, call it to
342 get list of UNC hosts. Add function-item choices to specify
343 ido-unc-hosts-net-view or user function.
344 (ido-ignore-unc-host-regexps): New defcustom.
345 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
346 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
347 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
348
349 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
352 wwidth.
353
354 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
355
356 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
357 (ido-max-work-file-list, ido-switch-buffer)
358 (ido-read-file-name-as-directory-commands):
359 Fix typos in docstrings.
360
361 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
362
363 * term/mac-win.el (mac-system-coding-system): Define and use after
364 Mac-specific coding systems are ready.
365
366 2006-03-27 Romain Francoise <romain@orebokech.com>
367
368 * net/rcirc.el (rcirc-connect): Add autoload cookie.
369
370 * ldefs-boot.el: Update.
371
372 2006-03-27 Daiki Ueno <ueno@unixuser.org>
373
374 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
375 passphrases when it is not needed.
376 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
377 passphrase stuff from gpg, should only be necessary when you use
378 gpg with a smartcard.
379
380 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
381
382 * comint.el (comint-dynamic-list-completions): Allow user to
383 select *Completions* buffer.
384
385 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
386
387 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
388
389 2006-03-26 Andreas Schwab <schwab@suse.de>
390
391 * progmodes/gud.el (gdb): Only complain about multiple debugging
392 when the gdb process is still running.
393
394 2006-03-25 Eli Zaretskii <eliz@gnu.org>
395
396 * mail/rmail.el (tool-bar-map): Defvar it.
397 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
398 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
399
400 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
401
402 * help.el (print-help-return-message): Suggest to use
403 display-buffer instead of switch-to-buffer-other-window to restore
404 the previous window without selecting it.
405
406 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
407
408 * frame.el (select-frame-by-name): Call x-focus-frame also when
409 window-system is mac.
410
411 * term/mac-win.el: Adjust Courier font specifications in
412 x-fixed-font-alist.
413 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
414 when directly encoding to UTF-16 in native byte order, no BOM.
415
416 2006-03-25 Kim F. Storm <storm@cua.dk>
417
418 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
419 (cua--init-keymaps): Use it instead of fixed C-return.
420 (cua-mode): Set after it.
421
422 * emulation/cua-rect.el (cua--init-rectangles):
423 Use cua-rectangle-mark-key instead of fixed C-return.
424
425 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
426
427 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
428 "run" in .gdbinit.
429 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
430
431 2006-03-24 Romain Francoise <romain@orebokech.com>
432
433 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
434 `display-buffer-other-frame'.
435
436 2006-03-24 Kim F. Storm <storm@cua.dk>
437
438 * apropos.el (apropos-synonyms): Add selection => region.
439
440 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
441
442 * progmodes/gdb-ui.el (gdb-var-create-regexp)
443 (gdb-var-list-children-regexp, gdb-var-update-regexp)
444 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
445 (gdb-data-list-register-values-regexp)
446 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
447 Future proof against new fields being added to MI output.
448 (gdb-send): Don't treat backslashes for program input as
449 continuations.
450 (gdb-assembler-handler): Don't use window-start for this handler.
451 (gdb-frame-handler): Don't change to hollow arrow if overlay
452 arrow doesn't move to new frame.
453
454 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
455
456 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
457 prevent compiler warnings.
458 (gdb-stopped): Check for gud-last-last-frame (case: signal).
459 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
460 (gdb-assembler-custom): Use hollow-right-triangle for assembler
461 buffer too.
462
463 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
464
465 * pgg-gpg.el (pgg-gpg-update-agent): Check for
466 make-network-process, so we can use the same code in Gnus v5-10
467 too and have this file fully synchronized with that release.
468
469 2006-03-23 Romain Francoise <romain@orebokech.com>
470
471 * ibuf-ext.el (ibuffer-read-filter-group-name):
472 Use `ibuffer-generate-filter-groups' to make completion list match
473 the filter groups that are really displayed in the Ibuffer buffer.
474 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
475
476 2006-03-23 Kenichi Handa <handa@m17n.org>
477
478 * international/mule-cmds.el (sort-coding-systems): Describe that
479 the argument is modified in docstring.
480
481 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
482
483 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
484 (pgg-gpg-update-agent): New function.
485 (pgg-gpg-use-agent-p): New function.
486 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
487 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
488 (pgg-gpg-sign-region): Use it.
489
490 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
491
492 * cus-edit.el (custom-face-set): Call custom-push-theme before
493 face-spec set so that `changed' theme is correctly saved.
494 (custom-face-reset-standard): Reset to recalculated face rather
495 than defface spec.
496
497 * custom.el (custom-push-theme): Only save `changed' theme if the
498 current face does not match the defface specs.
499
500 2006-03-21 Simon Josefsson <jas@extundo.com>
501
502 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
503 <wilde@sha-bang.de>.
504 (pgg-gpg-use-agent): New variable.
505 (pgg-gpg-process-region): Use it.
506 (pgg-gpg-encrypt-region): Likewise.
507 (pgg-gpg-encrypt-symmetric-region): Likewise.
508 (pgg-gpg-decrypt-region): Likewise.
509 (pgg-gpg-sign-region): Likewise.
510 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
511
512 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
513
514 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
515 bracket links.
516
517 2006-03-21 Kim F. Storm <storm@cua.dk>
518
519 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
520 fringe-indicator-alist instead of modifying global value.
521 (gdb-frame-handler): Likewise.
522
523 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
524
525 * diff-mode.el (diff-function): Make it inherit from diff-header
526 instead of diff-context.
527
528 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
529 bitmap.
530 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
531 change names in macro above for consistency.
532 (gdb-frame-handler): Use hollow-right-triangle for all selected
533 frames which except the innermost (where execution has stopped).
534 (gdb-reset): Reset buffer-local values of overlay-arrow.
535
536 2006-03-20 Richard Stallman <rms@gnu.org>
537
538 * simple.el (set-mark-command): Doc fix.
539
540 * files.el (display-buffer-other-frame): New command.
541 (ctl-x-4-map): Bind C-x 5 C-o to it.
542
543 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
546 rather than just defer-time, in case defer-time has been changed but
547 the timer isn't running yet.
548 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
549
550 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
551
552 * help-mode.el (help-follow-symbol): New function.
553 Essentially identical to the old `help-follow', but do not let
554 `push-button' do the work when on an xref.
555 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
556
557 2006-03-19 Richard Stallman <rms@gnu.org>
558
559 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
560 preceded by the word `program'.
561 (help-follow-mouse, help-follow): Throw error if not on xref.
562 Delete no longer used args.
563
564 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
565
566 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
567 annotation ensure gud-overlay-arrow-position is redisplayed.
568
569 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
570
571 * textmodes/bibtex.el (bibtex-include-OPTkey)
572 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
573 (bibtex-autokey-name-case-convert)
574 (bibtex-autokey-titleword-case-convert): Make these the aliases
575 for the following two variables.
576 (bibtex-autokey-name-case-convert-function)
577 (bibtex-autokey-titleword-case-convert-function): Make these the
578 real names.
579 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
580 bibtex-font-lock-crossref sublists.
581 (bibtex-mode): Revert 2005-12-30 change (which made
582 completion-ignore-case buffer-local).
583 (bibtex-url): Simplify.
584
585 2006-03-19 Kim F. Storm <storm@cua.dk>
586
587 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
588 cursor property value to 2 (to align with C level change).
589
590 2006-03-19 Bill Wohler <wohler@newt.com>
591
592 * image.el (image-load-path-for-library): Shorten first line in
593 docstring.
594
595 2006-03-18 Richard Stallman <rms@gnu.org>
596
597 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
598
599 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
600
601 * isearch.el (isearch-other-meta-char): Handle user bindings for
602 shifted control characters.
603
604 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
605
606 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
607 part that matches email addresses, file names, etc.
608
609 2006-03-18 Eli Zaretskii <eliz@gnu.org>
610
611 * term/w32-win.el (mouse-set-font):
612 Mention w32-list-proportional-fonts in the doc string.
613
614 2006-03-18 Kim F. Storm <storm@cua.dk>
615
616 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
617 (ido-unc-hosts): New user option to explicitly define list of know
618 UNC-style hosts for completion.
619 (ido-cache-unc-host-shares-time): New user option.
620 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
621 New helper functions for UNC file-name support.
622 (ido-may-cache-directory): Check for UNC host. Simplify.
623 (ido-wash-history): Clean out old UNC hosts.
624 (ido-nonreadable-directory-p): UNC hosts are always readable.
625 (ido-directory-too-big-p): UNC hosts are never too big.
626 (ido-set-current-directory): Handle UNC root path.
627 (ido-file-name-all-completions): Complete UNC host names from
628 ido-unc-hosts list. Cache UNC host shares.
629 (ido-make-file-list-1): Don't filter UNC root.
630 (ido-exhibit): Check for // in root directory, and switch to UNC
631 mode by setting ido-current-directory to //.
632
633 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
634
635 * cus-edit.el (customize-changed-options): Mention explicit
636 version number as default in prompt.
637
638 2006-03-17 Bill Wohler <wohler@newt.com>
639
640 * image.el (image-load-path-for-library): Minor docstring fix.
641
642 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
643
644 * textmodes/org.el (org-read-date): Include subgroup 5 into
645 replacement text.
646 (org-popup-calendar-for-date-prompt): Fix customization type.
647
648 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
649
650 * progmodes/gdb-ui.el (gud-watch): Provide completion.
651 (gdb-continuation): New variable.
652 (gdb-send): Deal with continuation lines.
653
654 * progmodes/gud.el (gud-gdb-complete-command)
655 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
656 expressions.
657 (gud-tooltip-mode): Use buffer-local value.
658
659 2006-03-16 Kim F. Storm <storm@cua.dk>
660
661 * ido.el (ido-edit-input): Use selected match, if any.
662
663 2006-03-16 Bill Wohler <wohler@newt.com>
664
665 * image.el (image-load-path-for-library): Prefer user's images in
666 image-load-path.
667
668 2006-03-16 Martin Rudalics <rudalics@gmx.at>
669
670 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
671 when checking for attempt to drag leftmost or rightmost scrollbar.
672
673 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
674
675 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
676 (gdb-force-mode-line-update): New function.
677 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
678 (gdb-exited): Use them.
679 (gdb-signal): New function.
680 (gdb-annotation-rules): Provide a rule for it.
681
682 2006-03-16 Kenichi Handa <handa@m17n.org>
683
684 * international/mule.el (auto-coding-regexp-alist): Add entries
685 for Unicode BOM.
686
687 * sort.el (sort-build-lists): Temporarily bind
688 inhibit-field-text-motion to t.
689
690 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
691
692 * locate.el (locate-command, locate-make-command-line)
693 (locate-fcodes-file, locate-update-command)
694 (locate-prompt-for-command, locate, locate-with-filter)
695 (locate-get-file-positions): Doc fixes.
696 (locate-buffer-name, locate-header-face): Remove leading `*' in
697 defcustom.
698 (locate-filter-output): Use `keep-lines' instead of its alias
699 `delete-non-matching-lines'.
700 (locate-get-filename, locate-get-dirname): Add introductory comment.
701 (locate-find-directory-other-window): Give appropriate error
702 message if used outside main listing.
703
704 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
707 the new extend-region feature.
708 (font-lock-after-change-function): Update correspondingly.
709 * jit-lock.el (jit-lock-after-change): Update correspondingly.
710 * progmodes/grep.el (font-lock-lines-before): Don't disable.
711
712 2006-03-15 Bill Wohler <wohler@newt.com>
713
714 * image.el (image-load-path-for-library): Fix example by not
715 recommending that one binds image-load-path. Just defvar it to
716 placate compiler and only use it if previously defined.
717
718 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
719
720 * textmodes/org.el (org-insert-centered): Use `string-width' to
721 make underlining work for wide characters.
722 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
723 TAB to `org-cycle', to make sure that no binding in
724 `outline-mode-map' can supercede it.
725
726 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
727
728 * allout.el: Increment version to 2.2.1 in file commentary.
729
730 (allout-version): Increment to 2.2.1.
731
732 (allout-default-layout): New customization variable, used when the
733 file lacks a specific allout-layout. Uses allout-layout-type for
734 recursively nested definition.
735
736 (allout-layout-type): Widget defining allout layouts, necessary for
737 self-recursive definition.
738
739 (allout-mode): Incorporate allout-default-layout as fallback for
740 allout-layout.
741
742 (allout-layout): Mark as 'safe-local-variable', and refer mention
743 fallback to `allout-default-layout' in absence of a specified value.
744 (allout-passphrase-verifier-string)
745 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
746
747 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
748
749 (allout-get-encryption-passphrase-verifier): Use correct name of
750 passphrase verifier in docstring.
751
752 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
753
754 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
755 elements.
756 (gdb-find-watch-expression): Make it work for arrays too.
757 Follow change to gdb-var-list.
758 (gud-watch): Allow the user to enter variable name with a prexix
759 arg. Create keybindings.
760 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
761 (gdb-var-list-children-handler, gdb-var-update-handler)
762 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
763 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
764 Follow change to gdb-var-list.
765 (gdb-starting): Don't show the overlay arrows when program is running.
766
767 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
768 gdb-var-list.
769
770 2006-03-14 Bill Wohler <wohler@newt.com>
771
772 * image.el (image-load-path-for-library): Pass value of path
773 rather than symbol. Always return list of directories.
774 Guarantee that image directory comes first.
775
776 2006-03-14 Alan Mackenzie <acm@muc.de>
777
778 * font-core.el (font-lock-extend-region\(-function\)?.):
779 New function/variable.
780
781 * font-lock.el (font-lock-after-change-function):
782 Call font-lock-extend-region. Obey font-lock-lines-before.
783 (font-lock-default-fontify-region): Remove reference to
784 font-lock-lines-before.
785
786 * jit-lock.el (jit-lock-after-change):
787 Call font-lock-extend-region. Obey font-lock-lines-before.
788
789 2006-03-14 David Ponce <david@dponce.com>
790
791 * tree-widget.el (tree-widget-themes-load-path)
792 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
793
794 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
795
796 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
797 (rcirc-print): Mark the start of text at the end of the prompt.
798 (rcirc-track-minor-mode): Add autoload cookie.
799 (rcirc-update-activity-string): Add space to front of mode-line
800 indicator.
801
802 2006-03-13 Miles Bader <miles@gnu.org>
803
804 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
805 (rcirc-abbrev-nick): Remove function.
806 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
807
808 2006-03-13 David Ponce <david@dponce.com>
809
810 * tree-widget.el: Handle themes across all occurrences of the main
811 themes sub-directory found in tree-widget-themes-load-path.
812 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
813 (tree-widget--locate-sub-directory): Return all occurrences.
814 (tree-widget-themes-path): New function.
815 Replace tree-widget-themes-directory, and return a list of directories.
816 (tree-widget-set-parent-theme)
817 (tree-widget-lookup-image): Use it.
818
819 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
820
821 * textmodes/org.el (org-link-search): Avoid self-matching of
822 links, allow target text to be distributed over several lines.
823 (org-search-not-link): New function.
824 (org-set-regexps-and-options, org-get-current-options):
825 New startup options.
826 (org-export-as-html): Take odd-level setting from local variable.
827 (org-fontify-emphasized-text): New option.
828 (org-set-font-lock-defaults): Include emphasized text.
829 (org-follow-mhe-link): Allow folder-only links, fix folder name.
830 (org-font-lock): Customize group renamed from `org-faces'.
831
832 2006-03-13 John Paul Wallington <jpw@pobox.com>
833
834 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
835 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
836
837 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
838
839 * cus-start.el (all): Delete :version keyword for members of the
840 fringe group, since the entire group is new in 22.1.
841
842 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
843
844 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
845 map if value is hexadecimal (an address).
846 (gud-watch): Only search roots for existing watch expressions.
847 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
848 prevent caching problems with speedbar-update-directory-contents.
849
850 2006-03-12 Juri Linkov <juri@jurta.org>
851
852 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
853 before comparing with `low' and `warn'.
854
855 * info.el (Info-dir-remove-duplicates): Move point to the
856 beginning of the current line after deleting the entries from
857 redundant heading. Use marker for `limit' and compare it with
858 point before calling `re-search-forward'.
859
860 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
861
862 * simple.el (yank): Fix typo in docstring.
863
864 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
865
866 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
867 messages, where "D" is the 6th character.
868
869 2006-03-11 Eli Zaretskii <eliz@gnu.org>
870
871 * simple.el (yank): Fix last change.
872
873 2006-03-11 David Ponce <david@dponce.com>
874
875 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
876 merging elements from the standard ispell-dictionary-alist.
877 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
878 alist, and return the new alist.
879
880 2006-03-11 Richard Stallman <rms@gnu.org>
881
882 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
883
884 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
885 the way it is implemented is too unclean.
886
887 * simple.el (kill-region, yank): Doc fix.
888
889 * battery.el (battery-echo-area-format): Doc fix.
890 (battery-mode-line-format): Likewise.
891 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
892 (battery-linux-proc-acpi): Ignore batteries that say "charged".
893
894 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
895
896 * progmodes/octave-mod.el (octave-indent-for-comment):
897 Behave according to do string.
898
899 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
900
901 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
902 Be visible only if major mode is Mail Mode.
903
904 * textmodes/flyspell.el (flyspell-external-point-words)
905 (flyspell-process-localwords): Fix last changes.
906
907 2006-03-11 Eli Zaretskii <eliz@gnu.org>
908
909 * calendar/holidays.el (list-holidays): Doc fix.
910
911 * international/mule.el (auto-coding-alist): Add .odt
912 (OpenOffice's open document) files.
913
914 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
915 document) files. Mention in the doc string the need to sync with
916 auto-coding-alist.
917
918 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
919
920 * files.el (hack-local-variables-confirm): Don't prompt for ! if
921 enable-local-variables is set to always query, or there is no
922 savable variable.
923
924 2006-03-10 Bill Wohler <wohler@newt.com>
925
926 * image.el (image-load-path-for-library): Merge at least three
927 functions from Gnus and MH-E into this one function that can now
928 be shared.
929
930 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
931
932 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
933 gdb-remove-mouse-face and remove help-echo too.
934 (gdb-enqueue-input): Correct conditional clause.
935
936 2006-03-10 Glenn Morris <rgm@gnu.org>
937
938 * calendar/calendar.el (calendar-holidays): Doc fix.
939 * calendar/holidays.el (list-holidays): Doc fix.
940
941 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
942
943 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
944 it gets called in gdb-prompt anyway.
945 (gdb-use-separate-io-buffer): Only restore window arrangement for
946 gdb-many-windows.
947 (gdb-enqueue-input): Make it harder to send GDB input when program
948 is running.
949 (gdb-buffer-list): New variable.
950 (gdb-remove-mouse-face): New function.
951 (gdb-starting): Use it when GDB input won't get sent.
952
953 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
954
955 * help.el (view-lossage): Remove trailing whitespace before
956 inserting "\n".
957
958 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
959
960 * files.el (hack-local-variables-confirm):
961 Set coding-system-for-read to nil before writing to .emacs.
962
963 * arc-mode.el (archive-extract): Check if an existing buffer name
964 comes from a different archive.
965
966 * help.el (describe-key-briefly): If KEY is a down event, read and
967 discard the up event.
968
969 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
970
971 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
972 be edited and use font-lock-warning-face for any changes.
973
974 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
975 (gdb-edit-value): Use it to report any errors.
976
977 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
978
979 * help.el (describe-key): Remove leftover test code.
980
981 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
982
983 * textmodes/org.el: Move defvars out of eval-when-compile.
984 Use buffer-file-name variable.
985 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
986 arg `file'.
987 (org-level-faces): Remove startup dependency.
988 (org-cycle, org-map-tree, org-scan-tags)
989 (org-remember-handler): Don't call `outline-level' directly.
990 (org-mhe-search-all-folders): New option.
991 (org-mhe-get-message-folder-from-index)
992 (org-mhe-get-message-folder): Fix indexing search.
993 (org-format-agenda-item): Handle nil TAGS argument.
994 (org-cleaned-string-for-export, org-activate-target-links)
995 (org-make-target-link-regexp): Deal with empty radio target list.
996 (org-tag): New face.
997 (org-get-level-face): New function.
998 (org-set-font-lock-defaults): Simplify setup for headlines.
999 (org-complete): Pass common substring to `display-completion-list'.
1000
1001 2006-03-06 David Ponce <david@dponce.com>
1002
1003 * tree-widget.el: Update Commentary header.
1004 (tree-widget-theme-name): Ignore parent themes.
1005 (tree-widget-set-parent-theme): New function.
1006 (tree-widget-set-theme): Use it.
1007 (tree-widget-set-image-properties): Move definition. Does nothing
1008 if image properties have already been set.
1009 (tree-widget-image-properties): Move definition. Receive an image
1010 name. Set the :pointer property.
1011 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1012 Don't set the :pointer image property.
1013 (tree-widget-convert-widget): New function. Handle :dynargs
1014 compatibility here.
1015 (tree-widget): Use it to :convert-widget. Add the :expander-p
1016 predicate to control when the :expander function is entered.
1017 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1018 (tree-widget-value-create): Handle :expander-p. widget-apply
1019 :expander.
1020 (tree-widget-expander-p): New function. Default value of the
1021 :expander-p property.
1022
1023 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * help.el (describe-key): Properly handle the return value of
1026 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1027 remaps. Handle string and vector `follow-link' values.
1028
1029 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * complete.el (PC-expand-many-files): Try be more careful when parsing
1032 the shell's output.
1033
1034 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * outline.el (hide-sublevels): Provide better interactive default.
1037
1038 2006-03-06 Kenichi Handa <handa@m17n.org>
1039
1040 * international/fontset.el (create-fontset-from-fontset-spec):
1041 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1042
1043 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1044
1045 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1046 backslashes instead of one in regexp.
1047 (gud-tooltip-dereference): Add missing optional argument.
1048
1049 2006-03-04 John Paul Wallington <jpw@pobox.com>
1050
1051 * wdired.el (toplevel): Require `cl' at compile-time.
1052
1053 2006-03-04 Andreas Schwab <schwab@suse.de>
1054
1055 * server.el (server-process-filter): Handle errors during
1056 evaluation of the argument.
1057
1058 2006-03-03 John Paul Wallington <jpw@pobox.com>
1059
1060 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1061 escape parentheses at beginning of line.
1062 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1063 (t-mouse-mode): Remove period from end of error message.
1064
1065 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1066
1067 * textmodes/flyspell.el (flyspell-process-localwords):
1068 Be case-sensitive.
1069
1070 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1071
1072 * cus-edit.el (custom-quote): Remove function, since it has been
1073 moved to custom.el.
1074
1075 * font-lock.el (lisp-font-lock-keywords-2)
1076 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1077 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1078 they have no special meaning.
1079
1080 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1081 indirect buffer gets killed before indirect buffer. Use dolist.
1082
1083 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1084
1085 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1086 value instead of a literal constant (1) on more pauses.
1087
1088 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1089
1090 * textmodes/flyspell.el (flyspell-external-point-words):
1091 Be case-sensitive.
1092
1093 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1094
1095 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1096 with "www".
1097
1098 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1099
1100 * allout.el: Restablish intermediate missing comment header to
1101 preserve outline structure.
1102 (allout-beginning-of-current-entry): Skip invisible text.
1103 (allout-open-topic): Fix opening a topic at end-of-buffer.
1104 (allout-minor-mode): Move nearer to allout-mode function.
1105
1106 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1107
1108 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1109
1110 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1111
1112 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1113 is nil.
1114
1115 * progmodes/gud.el (gud-speedbar-menu-items):
1116 Use buffer-local-value and add missing :visible keyword.
1117
1118 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1119
1120 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1121
1122 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1123 must be `follow-link'.
1124
1125 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1126
1127 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1128 formatting: No nested anchors.
1129 (org-all-targets): Fix bug with XEmacs compatibility.
1130 (org-read-date): Add (require 'parse-time).
1131 (org-set-tags): Fix bug with extra inserted space.
1132 (org-export-html-style): Define a style class for targets.
1133 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1134 (org-hide-leading-stars): New option.
1135 (org-hide): New face.
1136 (org-set-font-lock-defaults): Allow to hide leading stars.
1137 (org-get-legal-level, org-tr-level): New functions.
1138 (org-odd-levels-only): New option.
1139 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1140 (org-demote, org-promote): Deal with double-star levels.
1141 (org-convert-to-odd-levels): New command.
1142
1143 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1144
1145 * speedbar.el (speedbar-update-localized-contents): Try to
1146 preserve window-start.
1147 (speedbar-update-directory-contents): Try to preserve window-start
1148 and window-point.
1149 (speedbar-update-special-contents): Don't move back to start of window.
1150
1151 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1152 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1153 speedbar-timer-fn.
1154 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1155 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1156 instead of gdb-speedbar-timer-fn.
1157
1158 2006-02-28 Jay Belanger <belanger@truman.edu>
1159
1160 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1161 (math-compose-expr): Use latex option when calling
1162 `math-compose-tex-matrix' for latex mode.
1163
1164 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1165
1166 * speedbar.el: Re-instate comments about developing for speedbar
1167 [this is what info and gdb-ui use even if better methods exist now].
1168
1169 * t-mouse.el: New file.
1170 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1171 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1172 (t-mouse-make-event-element): Use posn-at-x-y instead.
1173 (t-mouse-make-event): Deal with Fedora Core 3.
1174 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1175 (t-mouse-mouse-position-function): New function. Use it instead
1176 of advising mouse-position.
1177 (t-mouse-mode): New minor mode.
1178 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1179
1180 2006-02-27 Glenn Morris <rgm@gnu.org>
1181
1182 * calendar/calendar.el (calendar-holidays): Doc fix.
1183
1184 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1185
1186 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1187 Re-introduce the concept of a source window.
1188 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1189 consistency with get-buffer-create.
1190 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1191 (gdb-data-list-register-values-handler)
1192 (gdb-stack-list-locals-handler): Try to preserve window-start as
1193 well as window-point.
1194 (gdb-display-source-buffer): New function (old concept).
1195 (gdb-goto-breakpoint): Use it.
1196
1197 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1198 for gdb-ui/gdb-mi (old concept).
1199
1200 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1201
1202 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1203 binding.
1204
1205 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1206
1207 * textmodes/reftex-sel.el (reftex-select-label-map)
1208 (reftex-select-bib-map): Add `follow-mouse' binding.
1209
1210 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1211
1212 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1213 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1214 Give :set functions to provide automatic updating.
1215 Update docstring. Give compiler defvars early in the file
1216 and move the defcustoms to a later spot where all called functions
1217 are defined.
1218 (jka-compr-file-name-handler-entry): Doc fix.
1219 (jka-compr-compression-info-list--internal)
1220 (jka-compr-mode-alist-additions--internal)
1221 (jka-compr-load-suffixes--internal): New variables.
1222 (jka-compr-install): Set the three above variables.
1223 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1224 (jka-compr-update, jka-compr-set): New functions.
1225 (auto-compression-mode): Doc fix.
1226
1227 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1228 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1229 Use jka-compr-compression-info-list--internal,
1230 jka-compr-mode-alist-additions--internal and
1231 jka-compr-load-suffixes--internal.
1232
1233 * files.el (load-library):
1234 * loadhist.el (file-loadhist-lookup):
1235 * startup.el (command-line):
1236 * subr.el (locate-library):
1237 * emacs-lisp/autoload.el (update-directory-autoloads):
1238 * emacs-lisp/find-func.el (find-library-suffixes):
1239 Use `get-load-suffixes' instead of `load-suffixes'.
1240
1241 * subr.el (locate-library):
1242 * emacs-lisp/find-func.el (find-library-name):
1243 Use `load-file-rep-suffixes' instead of '("").
1244
1245 2006-02-26 Kim F. Storm <storm@cua.dk>
1246
1247 * ido.el (ido-save-history, ido-load-history): Simplify.
1248 Don't use find-file-noselect to avoid interference from other modes.
1249
1250 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1251
1252 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1253 to use the default shell if filename is not available.
1254 Reported by Giorgos Keramidas.
1255
1256 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1257
1258 * progmodes/etags.el (tags-completion-table): Do completion from
1259 all the tables in the current list, as documented in the manual.
1260
1261 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1262
1263 * CC Mode Update to 5.31.3.
1264
1265 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1266
1267 * progmodes/cc-mode.el (c-postprocess-file-styles):
1268 Bind inhibit-read-only to t, around the call to
1269 c-remove-any-local-eval-or-mode-variables, so that it works on a
1270 RO file.
1271
1272 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1273
1274 * progmodes/cc-awk.el: Correct a typo.
1275
1276 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1277
1278 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1279 c-hungry-delete-backwards, at the request of RMS. Leave the old
1280 name as an alias.
1281
1282 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1283
1284 * progmodes/cc-mode.el: Correct a typo.
1285
1286 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1287
1288 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1289
1290 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1291
1292 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1293 brace-else-brace (error due to mbeg, mend being undefined).
1294
1295 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1296
1297 * progmodes/cc-mode.el: File Local variables: Solve the problem
1298 where both `mode' and c-file-offsets are specified: `mode' will
1299 overwrite c-f-o's settings:
1300 (c-remove-any-local-eval-or-mode-variables): New function.
1301 (c-postprocess-file-styles): Call the above new function, within
1302 c-tentative-buffer-change, to splat `mode' and `eval' before the
1303 second hack-local-variables.
1304
1305 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1306
1307 * progmodes/cc-mode.el:
1308 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1309 (c-after-change): Protect the match data with save-match-data.
1310 It was getting corrupted by c-after-change-check-<>-operators.
1311
1312 * cc-defs.el: [Supersedes patch V1.38]:
1313 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1314 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1315
1316 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1317 with save-match-data. It was being corrupted when Font Lock was
1318 not enabled.
1319
1320 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1321
1322 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1323 Mode and Subword Mode.
1324
1325 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1326 real labels ("case 1:" or "foo:") from non-labels ("public:").
1327 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1328 coding; c-f-t-2 doesn't move over a token at EOB.
1329
1330 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1331
1332 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1333 (c-update-modeline): Concatenate the minor mode indicators
1334 directly onto mode-name, removing c-submode-indicators.
1335 Sometimes, c-s-i got separated from the mode name on the mode line.
1336
1337 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1338 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1339
1340 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1341
1342 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1343 error message when there's an evaluation error to show whether
1344 it's loaded from source or not.
1345 (c-filter-ops): Make it available at runtime too to work when
1346 `c-make-init-lang-vars-fun' needs to evaluate from source.
1347
1348 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * help.el (help): Revert last part of 2006-02-23 change (deletion
1351 of the `provide' call).
1352
1353 2006-02-23 Juri Linkov <juri@jurta.org>
1354
1355 * compare-w.el (compare-windows-highlight): Add new value
1356 `persistent' and change :type from `boolean' to `choice'.
1357 (compare-windows-overlays1, compare-windows-overlays2):
1358 New internal variables.
1359 (compare-windows-highlight): If compare-windows-highlight is
1360 `persistent', add current overlays to compare-windows-overlays[12]
1361 instead of adding compare-windows-dehighlight to pre-command-hook.
1362 (compare-windows-dehighlight): Delete all overlays from
1363 compare-windows-overlays[12].
1364
1365 * info.el (Info-search): Don't bind search-spaces-regexp to
1366 Info-search-whitespace-regexp in non-regexp isearch mode.
1367
1368 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1371
1372 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * textmodes/org.el (org-xemacs-p)
1375 (org-export-html-show-new-buffer, org-table-may-need-update)
1376 (org-insert-item, org-mhe-get-message-real-folder)
1377 (org-mhe-get-message-folder-from-index)
1378 (org-mhe-get-message-folder, org-mhe-get-message-num)
1379 (org-mhe-get-header, org-make-org-heading-search-string)
1380 (org-make-org-heading-camel, org-table-sort-lines)
1381 (org-format-org-table-html, org-format-table-table-html):
1382 Fix typos in docstrings.
1383
1384 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1385
1386 * textmodes/org.el (org-cleaned-string-for-export)
1387 (org-solidify-link-text): New function.
1388 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1389 XEmacs, just to silence the compiler.
1390 (org-export-as-ascii, org-export-as-html-and-open):
1391 Use `org-cleaned-string-for-export' and create internal links.
1392 (org-follow-mhe-link): Require mh-e, use folder.
1393
1394 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1395
1396 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1397
1398 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1399 gdb-debug-log-length.
1400 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1401 it a real ring but...
1402 (gud-gdba-marker-filter): ...make it work like mark-ring.
1403 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1404 (gdb-mouse-jump): New function. Add bindings.
1405
1406 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1407
1408 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1409 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1410 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1411 (gdb-debug-log-length): Customize it's length.
1412 (gud-watch, gdb-var-create-handler): Display function::var format
1413 but don't use to create variable object.
1414 (gdb-var-create-handler): Use message-box in place of message.
1415 (gdb-stopped): Call gdb-exited if signalled.
1416
1417 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1418
1419 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1420
1421 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1422
1423 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1424 if `reftex-try-all-extensions' is set.
1425
1426 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1427 fail silently when there is no valid argument at point.
1428 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1429 `fail-silently' argument. From a patch by David Reiter.
1430
1431 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1432 New commands.
1433 (org-mark-ring): New variable.
1434 (org-mark-ring-length): New option.
1435 (org-open-at-point, org-goto, org-open-file): Push old position
1436 onto the mark ring.
1437 (org-add-hook): New function.
1438 (org-export-table-remove-special-lines): New option.
1439 (org-skip-comments, org-format-org-table-html): Respect new
1440 option `org-export-table-remove-special-lines'.
1441 (org-open-file): Allow special command configuration for
1442 directory link.
1443 (org-file-apps): Fix bugs in customize type, added setting
1444 for directories.
1445 (org-activate-tags, org-format-agenda-item, org-complete)
1446 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1447 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1448 (org-link-search, org-make-org-heading-search-string)
1449 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1450 (org-radio-targets, org-file-link-context-use-camel-case)
1451 (org-activate-camels): New options.
1452 (org-update-radio-target-regexp, org-all-targets)
1453 (org-make-target-link-regexp, org-activate-target-links):
1454 New functions.
1455 (org-make-org-heading-search-string): New function.
1456 (org-store-link, org-insert-link): Use new option
1457 `org-file-link-context-use-camel-case'.
1458 (org-activate-camels): Use new option `org-activate-camels'.
1459 (org-link-regexp): Add mhe prefix.
1460 (org-open-at-point, org-store-link): Support for mhe links.
1461 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1462 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1463 (org-mhe-get-header, org-follow-mhe-link): New functions.
1464 (org-remove-angle-brackets, org-add-angle-brackets):
1465 New functions.
1466 (org-bracket-link-regexp): New constant.
1467 (org-read-date): Fix bug that was rejecting all typed dates.
1468 (org-link-search): Make hierarchy above visible after a match.
1469 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1470 (org-store-link): Fix bug with link creation when cursor is in
1471 an empty line.
1472 (org-open-at-point): Fix bug with matching a link.
1473 Fixed buggy argument sequence in call to `org-view-tags'.
1474 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1475 (org-prefix-has-tag): New variable.
1476 (org-format-agenda-item): Remove tags from headline
1477 if appropriate.
1478 (org-agenda-remove-tags-when-in-prefix): New option.
1479
1480 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1481
1482 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1483 Fix the regular expressions.
1484
1485 2006-02-21 Richard M. Stallman <rms@gnu.org>
1486
1487 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1488 if there's no other specific basis.
1489
1490 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1491 as variables at all.
1492 (unsafep-variable): Rename arg; doc fix.
1493
1494 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1495
1496 * calendar/appt.el (diary-selective-display): Add defvar.
1497
1498 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1499
1500 * isearch.el (search-whitespace-regexp): Fix custom type.
1501
1502 * help.el (describe-key-briefly): Compute interactive args
1503 in same was as before previous change.
1504
1505 * files.el (enable-local-variables): Doc fix.
1506
1507 2006-02-21 Kim F. Storm <storm@cua.dk>
1508
1509 * fringe.el: Cleanup as file is now pre-loaded.
1510 (fringe-bitmaps): Initialize unconditionally.
1511 (fringe-mode, set-fringe-style): Remove autoload cookies.
1512
1513 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1514
1515 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1516 `horizontal-bar'.
1517 (fringe-cursor-alist): Use `horizontal-bar'.
1518
1519 2006-02-20 Kim F. Storm <storm@cua.dk>
1520
1521 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1522 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1523
1524 * loadup.el: Load "fringe" on window systems.
1525
1526 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1527
1528 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1529 out of scope components.
1530
1531 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1532 default.
1533
1534 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * custom.el (customize-mark-to-save, customize-mark-as-set):
1537 Load the symbol first.
1538
1539 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1542 strech spec so it doesn't display as "^J" on the header line
1543 when `Buffer-menu-use-header-line' is t.
1544
1545 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1546
1547 * speedbar.el (speedbar-make-button): Keep text properties
1548 of string arguments if desired.
1549
1550 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1551 expessions.
1552
1553 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1554 of speedbar.
1555
1556 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1557
1558 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1559 to value of `read-file-name-completion-ignore-case'.
1560
1561 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * custom.el (customize-mark-as-set): Push to `user' theme.
1564
1565 * cus-edit.el (custom-save-variables): Allow unthemed values.
1566 (customize-set-variable): Push setting to `user' theme.
1567
1568 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1569
1570 * progmodes/gud.el: Don't require font-lock as it's now
1571 automatically loaded.
1572 (gud-speedbar-buttons): Replace gdb-var-changed with
1573 gdb-force-update.
1574
1575 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1576 gdb-var-changed.
1577 (gdb-post-prompt): Use it.
1578 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1579 (gdb-var-update-handler, gdb-var-delete)
1580 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1581 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1582 gdb-force-update in gdb-post-prompt.
1583 (gdb-reset): Clear watch expressions from speedbar when quitting.
1584
1585 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1586
1587 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1588 (viper-change-state-to-vi, viper-change-state-to-emacs):
1589 Make aware of cursor coloring in the Emacs state.
1590 (viper-special-read-and-insert-char): Use read-char-exclusive.
1591 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1592
1593 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1594
1595 * viper-util.el (viper-save-cursor-color)
1596 (viper-get-saved-cursor-color-in-replace-mode)
1597 (viper-get-saved-cursor-color-in-insert-mode)
1598 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1599 state.
1600 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1601
1602 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1603 (ediff-ignore-case-option3, ediff-actual-diff-options)
1604 (ediff-actual-diff3-options): New variables to control case sensitivity.
1605 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1606 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1607 (ediff-toggle-ignore-case): New function.
1608 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1609
1610 * ediff-help.el (ediff-long-help-message-narrow2)
1611 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1612 (ediff-long-help-message-word-mode): Add ignore-case command.
1613 (ediff-help-for-quick-help): Add ignore-case command.
1614
1615 * ediff-merg.el: Move provide to the end.
1616
1617 * ediff-ptch.el: Move provide to the end.
1618
1619 * ediff-wind.el: Move provide to the end.
1620
1621 * ediff-mult.el: Move provide to the end.
1622 (ediff-set-meta-overlay): Enable follow-link.
1623
1624 * ediff.el: Move provide to the end.
1625 Break recursive load cycle in eval-when-compile.
1626 (ediff-patch-buffer): Better heuristics.
1627
1628 * ediff-util.el: Move provide to the end.
1629 Break recursive load cycle in eval-when-compile.
1630 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1631 defuns.
1632 (ediff-submit-report): Pass the values of ediff-diff3-program,
1633 ediff-diff3-options.
1634
1635 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1638 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1639 `' (for example, in the docstring of `windmove-default-keybindings').
1640
1641 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1642
1643 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1644 shadow face. Don't provide binding to edit variable when it is
1645 out of scope.
1646
1647 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1648 (gdb-var-update-handler): Detect out of scope variables with pre
1649 GDB 6.4 too.
1650 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1651 Reset status of variable objects to nil in update handlers.
1652 (gdb-var-update-handler-1): Detect when a variable object comes
1653 in scope. setcar on var changes gdb-var-list directly.
1654
1655 2006-02-17 Juri Linkov <juri@jurta.org>
1656
1657 * ffap.el (ffap) <defface>: Add explicit face declaration.
1658 (ffap-highlight): Use face `ffap' directly instead of checking
1659 for its existence.
1660
1661 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1662 `visible-ok' of `other-buffer' to find the right original buffer.
1663
1664 * info.el (Info-search): Skip `Local Variables' node.
1665
1666 2006-02-17 Juri Linkov <juri@jurta.org>
1667
1668 * info.el (Info-find-file): Check for symbols `apropos', `history',
1669 `toc' in the input filename, and return these symbols as is.
1670 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1671 `history', `toc' instead of strings.
1672 (Info-set-mode-line): For non-string Info-current-file use the
1673 symbol's name inside **.
1674 (Info-isearch-push-state): Add quote before Info-current-file and
1675 Info-current-node.
1676 (Info-isearch-pop-state): Use `equal' instead of `string='.
1677 (Info-extract-pointer, Info-following-node-name): Use
1678 `match-string-no-properties' instead of `match-string'.
1679 (Info-up): Check `old-file' for `stringp'.
1680 (Info-history): Use `equal' instead of `string-equal'.
1681 Check `file' for `stringp'.
1682 (Info-history): Use symbol `history' instead of string as first arg
1683 of `Info-find-node'.
1684 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1685 `toc' instead of string.
1686 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1687 instead of `buffer-substring', and `match-string-no-properties'
1688 instead of `match-string'.
1689 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1690 instead of strings.
1691 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1692 Use symbol `apropos' instead of string.
1693 (Info-copy-current-node-name): Check `Info-current-file' for
1694 `stringp' and construct a command with `Info-find-node' from it.
1695 (Info-fontify-node): Use `match-string-no-properties' instead of
1696 `match-string' and check file names for `stringp'.
1697 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1698 `history', `toc' instead of strings.
1699
1700 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * files.el: Rearrange functions and variables in the file local
1703 variables section.
1704
1705 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1706
1707 * files.el: Add truncate-lines, ispell-check-comments and
1708 ispell-local-dictionary as safe local variables.
1709
1710 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1711
1712 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1713 out of scope variables.
1714 (gud-speedbar-buttons): Use unless.
1715
1716 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1717 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1718 (gdb-show-changed-values): Also use for out of scope variables.
1719 (gdb-var-update-handler-1): Note if variable goes out of scope.
1720
1721 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1722
1723 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1724 default to global variable values for unsupplied args.
1725 (rcirc-get-buffer-create): Fix bug with setting the target.
1726 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1727 test for rcirc-always-use-server-buffer-flag here.
1728 (rcirc-response-formats): Add %N, which is a facified nick. %n
1729 uses the default face. Change the ACTION format string. If the
1730 "nick" is the server, don't print anything for that field.
1731 Comment fixes.
1732 (rcirc-target-buffer): Don't test
1733 rcirc-always-use-server-buffer-flag here.
1734 (rcirc-print): Squeeze extra spaces out of the text before message.
1735 (rcirc-put-nick-channel): Strip potential "@" char from nick
1736 before adding them to nick table.
1737 (rcirc-url-regexp): Improve to match address like "foo.com".
1738
1739 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1740
1741 * allout.el (allout-hidden-p): Move this defsubst before
1742 allout-overlay-interior-modification-handler, where it is first
1743 used.
1744
1745 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1746
1747 * allout.el: Use allout invisible-text overlays instead of
1748 selective display for concealed text. Also, lots of general
1749 cleanup, and improved compatibility code.
1750
1751 (allout-version) Incremented, corrected, revised, and refined
1752 module commentary.
1753
1754 (provide 'allout): Moved to the bottom, added a require of overlay.
1755
1756 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1757 `except-current'.
1758 (allout-write-file-hook-handler): Minimize delay.
1759 (count-trailing-whitespace-region): New function so
1760 auto-encryption of current topic can resituate cursor exactly.
1761 PGP/GPG encryption trims trailing whitespace from lines, which
1762 must be accounted for across encryption then decryption.
1763
1764 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1765 just plain "\C-c", to avoid intruding on user's keybinding space.
1766
1767 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1768 parameter, so user request to provide a new password is done.
1769
1770 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1771 Refined mechanism for auto-filling behavior while in allout mode.
1772
1773 (allout-mode): Explicitly specify the mode map in the docstring.
1774 Clarify provision for various write-file hook var names.
1775 Adjusted for invisible-text overlays instead of selective-display.
1776
1777 (allout-depth): Really return 0 if not within any topic. This
1778 rectifies `allout-beginning-of-level' and sequence numbering
1779 errors that occur when cutting and pasting numbered topics.
1780 Changed from a in-line subst to a regular function, as well.
1781
1782 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1783
1784 (allout-end-of-subtree, allout-end-of-subtree)
1785 (allout-end-of-entry, allout-end-of-current-heading)
1786 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1787 (allout-show-children, allout-show-to-offshoot)
1788 (allout-hide-current-entry, allout-show-current-entry): Rectified
1789 handling of trailing blank lines between items.
1790
1791 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1792 (allout-current-depth, allout-unprotected, allout-hidden-p)
1793 (allout-on-current-heading-p, allout-listify-exposed)
1794 (allout-chart-subtree, allout-goto-prefix)
1795 (allout-back-to-current-heading, allout-get-body-text)
1796 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1797 (allout-hide-region-body, allout-toggle-subtree-encryption)
1798 (allout-encrypt-string, allout-encrypted-key-info)
1799 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1800 (allout-file-vars-section-data): Adjusted for use with
1801 invisible-text overlays instead of selective-display.
1802
1803 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1804 Reworked for use with invisible text overlays.
1805
1806 (allout-current-topic-collapsed-p): New function.
1807
1808 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1809 to know when to close the containing topic.
1810
1811 (allout-pre-command-business, allout-post-command-business):
1812 Simplify undo-batching and dynamic isearch exposure.
1813
1814 (allout-set-overlay-category): New for invisible-text overlays.
1815 Sets properties of allout-overlay-category, used by
1816 allout-flag-region to set invisible-text overlay properties.
1817 (allout-get-invisibility-overlay): Get the first qualifying
1818 invisibility overlay, so we can find the extent of it.
1819 (allout-back-to-visible-text): Get to just before the beginnining
1820 of the current invisibility overlay, if any.
1821
1822 (allout-overlay-insert-in-front-handler)
1823 (allout-overlay-interior-modification-handler)
1824 (allout-before-change-handler, allout-isearch-end-handler): New
1825 functions to handle extraordinary actions affecting concealed
1826 text.
1827
1828 (allout-flag-region): Use overlays instead of selective-display
1829 for invisible text - by inheritence from the properties of
1830 allout-overlay-category in mainline Emacs, and applied
1831 property-by-property in XEmacs, some recent versions of which
1832 don't inherit the properties from the category. Provisions to
1833 respond to concealed-text edits simplified drastically.
1834
1835 (allout-isearch-rectification, allout-isearch-was-font-lock)
1836 (allout-isearch-expose, allout-enwrap-isearch)
1837 (allout-isearch-abort, allout-pre-was-isearching)
1838 (allout-isearch-prior-pos, allout-isearch-did-quit)
1839 (allout-isearch-dynamic-expose)
1840 (allout-hide-current-entry-completely): Functions deleted.
1841
1842 (allout-undo-aggregation): Explicit undo aggregation no longer
1843 necessary due to transition away from selective-display.
1844
1845 (set-allout-regexp, allout-up-current-level)
1846 (allout-next-visible-heading, allout-forward-current-level)
1847 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1848 (allout-kill-line, allout-yank-processing, allout-show-children)
1849 (allout-expose-topic, allout-old-expose-topic)
1850 (allout-listify-exposed, allout-insert-latex-header)
1851 (allout-toggle-subtree-encryption, allout-encrypt-string)
1852 (remove-from-invisibility-spec, allout-hide-current-subtree):
1853 Ditched unused variables.
1854
1855 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1856
1857 * textmodes/ispell.el (ispell-change-dictionary): Call
1858 ispell-buffer-local-dict instead of
1859 ispell-accept-buffer-local-defs.
1860 (ispell-local-dictionary-alist): Accept as valid any coding-system
1861 supported by Emacs.
1862 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1863 changed to iso-8859-3.
1864
1865 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1866
1867 * speedbar.el (speedbar-frame-width): Make an inline function
1868 instead of a macro. Use frame-width.
1869 (speedbar-try-completion, speedbar-update-contents)
1870 (speedbar-timer-fn): Use consp.
1871 (speedbar-update-localized-contents): Try to preserve point.
1872
1873 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1874 (menu): Re-order menu items.
1875 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1876 field.
1877 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1878 (gdb-post-prompt): Speed things by not forcing update.
1879
1880 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1883 press and perform default action if we get a mouse movement event.
1884
1885 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * calendar/icalendar.el (icalendar--get-event-property)
1888 (icalendar--get-event-property-attributes): Fix typos in
1889 docstrings.
1890
1891 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1892 docstring.
1893
1894 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * bs.el (bs-mode): Use `buffer-disable-undo'.
1897 (bs--get-file-name): Simplify.
1898 (bs-show-in-buffer): Mark the buffer as not modified.
1899
1900 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1903 widget-button-click.
1904
1905 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1906 (custom-mode): Update docstring.
1907
1908 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1909 binding.
1910
1911 * files.el (hack-local-variables-confirm): Allow scrolling if the
1912 file variable list is too long. Kill temp buffer after use.
1913
1914 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1915
1916 * progmodes/gud.el (gdb): Improve doc string.
1917 (gdb-script-font-lock-keywords): Expand allowed character set.
1918
1919 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1920 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1921 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1922 (gdb-separate-io-stop, gdb-separate-io-eof):
1923 Rename from gdb-inferior-* to gdb-separate-*.
1924 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1925
1926 2006-02-14 Jay Belanger <belanger@truman.edu>
1927
1928 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1929 expression is a symbol before checking that it is bound.
1930
1931 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1932 test to see if equation can be solved.
1933
1934 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * wid-edit.el (widget-button-click): Use :pressed-face property
1937 for overlay face, if it exists.
1938
1939 * cus-edit.el (custom-manual, custom-add-see-also)
1940 (custom-add-parent-links, custom-group-link): Add :pressed-face
1941 property to links.
1942
1943 * files.el (hack-local-variables): Remove ignored variables before
1944 checking if any variables need setting.
1945
1946 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1947
1948 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1949
1950 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * help.el (where-is): Fix message for remapped commands.
1953
1954 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1955 Fix typos in docstrings.
1956
1957 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * files.el (safe-local-variable-values): New option.
1960 (hack-local-variables-prop-line): Return a list of variable-value
1961 pairs if MODE-ONLY is non-nil.
1962 (hack-local-variables): Construct list of variable-value pairs,
1963 and apply or reject them in one go. Ask for confirmation if
1964 variables are not known safe.
1965 (hack-local-variables-confirm): Complete rewrite. Support
1966 `safe-local-variable-values'.
1967 (enable-local-variables): Update docstring to reflect new
1968 behavior.
1969 (ignored-local-variables): Ignore ignored-local-variables and
1970 safe-local-variable-values.
1971 (safe-local-variable-p): New function.
1972 (risky-local-variable-p): `safe-local-variable' property check
1973 moved to safe-local-variable-p.
1974 (hack-one-local-variable): Checks moved to hack-local-variables.
1975
1976 (byte-compile-dynamic, c-basic-offset, c-file-style)
1977 (c-indent-level, comment-column, fill-column, fill-prefix)
1978 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1979 (no-update-autoloads, outline-regexp, page-delimiter)
1980 (paragraph-start, paragraph-separate, sentence-end)
1981 (sentence-end-double-space tab-width, version-control):
1982 Add `safe-local-variable' property.
1983
1984 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1985
1986 * icomplete.el, play/landmark.el: Change nonexistent
1987 `outline-layout' file variable to `allout-layout'.
1988
1989 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1990
1991 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1992 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1993 to gud-comint-buffer.
1994 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1995 gdb-ui.el for gdb-mi.el.
1996 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1997 registers buffer to gdb-get-changed-registers.
1998 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1999 deletion of catchpoints (throw and catch).
2000 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2001 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2002 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2003 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2004 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2005
2006 2006-02-13 Jay Belanger <belanger@truman.edu>
2007
2008 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2009 expression is a symbol before checking that it is bound.
2010
2011 2006-02-13 Richard M. Stallman <rms@gnu.org>
2012
2013 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2014 for the minibuffer too, but not if resize-mini-windows will interfere.
2015
2016 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2017 inside `interactive' spec.
2018 (describe-key-briefly-internal, describe-key-internal):
2019 Functions merged back into their callers.
2020
2021 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2022
2023 * info.el (info-xref-visited): Inherit from info-xref too.
2024 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2025 when propertizing Info-current-file and Info-current-node.
2026
2027 2006-02-13 Juri Linkov <juri@jurta.org>
2028
2029 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2030 (tumme-thumb-name): Fix per-directory format.
2031
2032 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2035
2036 2006-02-12 Miles Bader <miles@gnu.org>
2037
2038 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2039
2040 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2041
2042 * tumme.el: Remove history section. If someone needs the it, it
2043 can always be found in CVS.
2044
2045 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2046
2047 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2048 about the Thumbnail Managing Standard option.
2049
2050 2006-02-12 Richard M. Stallman <rms@gnu.org>
2051
2052 * subr.el (substitute-key-definition): Doc fix.
2053
2054 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2055
2056 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2057
2058 * info.el (Info-mode): Doc fix.
2059
2060 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2061
2062 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2063
2064 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2065 because on Solaris a POSIX compatible "id" is needed. Reported by
2066 Magnus Henoch <mange@freemail.hu>.
2067
2068 2006-02-12 Juri Linkov <juri@jurta.org>
2069
2070 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2071 (tumme) <defgroup>: Change :group to `multimedia'.
2072 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2073 Managing Standard.
2074 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2075 Fix dostring.
2076 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2077 and %y. Fix docstring.
2078 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2079 (tumme-cmd-create-standard-thumbnail-command): New user options.
2080 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2081 is `standard'. Fix docstring.
2082 (tumme-thumb-width, tumme-thumb-height): New user options.
2083 (tumme-external-viewer): Try to find various viewers.
2084 (tumme-get-thumbnail-image): Use `create-image' instead of
2085 constructing the `image' structure.
2086 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2087 `standard'.
2088 (tumme-thumb-name): Add file name generation for standard storage.
2089 Simplify code for other storages.
2090 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2091 Add modification time %m and thumbnail-nq8 %q.
2092 Use `tumme-cmd-create-standard-thumbnail-command' if
2093 tumme-thumbnail-storage is `standard'.
2094 (tumme-dired-insert-marked-thumbs): New autoload command.
2095 (tumme-dired-after-readin-hook): New function.
2096 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2097 `tumme-thumb-size'.
2098 (tumme-display-image): Replace size-x %x and size-y %y with
2099 width %w and height %h.
2100
2101 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2102 `tumme-dired-insert-marked-thumbs'.
2103
2104 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2105
2106 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2107 include path).
2108 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2109 matching tag.
2110
2111 2006-02-12 Miles Bader <miles@gnu.org>
2112
2113 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2114 New variables.
2115 (rcirc-abbrev-nick): New function.
2116 (rcirc-format-response-string): Rewrite to use the formats in
2117 `rcirc-response-formats' and expand escape sequences therein.
2118 A text-property `rcirc-text' is added over the actual response
2119 text to make easy to find inside the returned string.
2120 (rcirc-print): When filling, just look for the `rcirc-text'
2121 text-property to find the appropriate fill prefix, instead of
2122 using hardwired patterns.
2123
2124 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2125
2126 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2127 Managing Standard.
2128
2129 2006-02-11 Kim F. Storm <storm@cua.dk>
2130
2131 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2132 Don't use insert-buffer; do insert-buffer-substring directly.
2133 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2134
2135 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2136
2137 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2138 with inhibit-read-only. Suggested by Stefan Monnier.
2139 (revert-buffer): Let insert-file-contents discard
2140 buffer-undo-list. Simplify code.
2141 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2142
2143 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2144
2145 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2146
2147 * help.el (describe-key-briefly): Now a wrapper for
2148 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2149 to t. Populate yank-menu if empty.
2150 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2151 (describe-key): Now a wrapper for describe-key-internal. Bind
2152 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2153 (describe-key-internal): Renamed from describe-key.
2154
2155 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2156
2157 * progmodes/glasses.el (glasses-separator): Doc fix.
2158 (glasses-original-separator): New defcustom.
2159 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2160
2161 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2162
2163 * mwheel.el (mouse-wheel-up-event): Doc fix.
2164
2165 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2166
2167 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2168 (tumme-dir): New function. Copied from thumbs.el.
2169
2170 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * desktop.el (desktop-outvar): Fix typo.
2173 (desktop-save-buffer-p): Doc fix.
2174
2175 * subr.el (substitute-key-definition): Fix typo.
2176
2177 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2178
2179 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2180 when window-system is mac.
2181
2182 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2183
2184 2006-02-10 Kim F. Storm <storm@cua.dk>
2185
2186 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2187 indirect-function instead of using condition-case.
2188
2189 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2190
2191 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2192 less `colloquial'...
2193
2194 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2195
2196 * tumme.el: Add a couple of todo items.
2197
2198 2006-02-09 Lars Hansen <larsh@soem.dk>
2199
2200 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2201 (highlight-changes-mode): Don't change desktop-locals-to-save.
2202
2203 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * image-mode.el (image-toggle-display): Clear image cache if using
2206 filename.
2207
2208 2006-02-09 Masatake YAMATO <jet@gyve.org>
2209
2210 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2211 a `dired-man' target.
2212
2213 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2214 boundary of symbols.
2215
2216 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2217
2218 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2219
2220 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2223 `mapcar'; return nil.
2224
2225 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2228 some other event.
2229
2230 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2231
2232 * net/rcirc.el (rcirc-startup-channels-alist):
2233 Add irc.freenode.net and #emacs as defaults.
2234 (rcirc-ignore-all-activity-flag): Remove variable.
2235 (rcirc-authinfo): New variable.
2236 (rcirc-authinfo-filename): Remove variable.
2237 (rcirc-always-use-server-buffer-flag): New flag.
2238 (rcirc): M-x rcirc will automatically connect without prompting.
2239 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2240 connection in lisp.
2241 (rcirc-process-server-response-1): Remove everything but the nick
2242 portion of the sender so it doesn't need to be done everywhere
2243 else. Update related code.
2244 (global-map): Remove global keybindings.
2245 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2246 (rcirc-send-input): Split into several functions.
2247 (rcirc-process-input-line, rcirc-process-message)
2248 (rcirc-process-command): New functions.
2249 (rcirc-target-buffer): New function to determine where to route
2250 messages.
2251 (rcirc-user-nick): Save match data.
2252 (rcirc-toggle-ignore-buffer-activity)
2253 (rcirc-update-activity-string): Remove global ignore functionality,
2254 which can be done now by toggling rcirc-track-minor-mode.
2255 (rcirc-track-minor-mode-map): New keymap.
2256 (rcirc-track-minor-mode): New minor-mode.
2257 (ignore): Make the ignore output nicer. Always print it when
2258 adding or removing nicks.
2259 (rcirc-url-regexp): Improve.
2260 (rcirc-mangle-text): Remove properties before using text in the
2261 modeline.
2262 (rcirc-authenticate): Authentication data comes from
2263 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2264 (rcirc-server-prefix): Inherit from rcirc-server.
2265
2266 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2267
2268 * Makefile.in (compile): Append "|| true" to the end of the `find'
2269 command, like compile-always does.
2270
2271 2006-02-08 Sam Steingold <sds@gnu.org>
2272
2273 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2274 output from a dead connection.
2275
2276 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2277
2278 * dired.el (dired-mode-map): Add more bindings for tumme.
2279
2280 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * wdired.el (wdired-mode-map): Use remap.
2283 (wdired-get-filename): Massage.
2284 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2285 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2286 `keymap' property rather than `local-map'.
2287
2288 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2289
2290 * tumme.el (tumme-get-thumbnail-image): New utility function.
2291 Suggested by from Chong Yidong.
2292 (tumme-dired-with-window-configuration): Rename from
2293 `tumme-dired'. Add code to save window configuration.
2294 (tumme-restore-window-configuration): New command to restore the
2295 window configuration that `tumme-dired-with-window-configuration'
2296 saves before it changes the window configuration.
2297 (tumme-show-all-from-dir): New command to display thumbnails for
2298 all files in a directory entered by the user, like M-x thumbs.
2299 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2300 have been created.
2301 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2302 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2303 Remove obsolete test function.
2304
2305 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2306
2307 * vc.el (small-temporary-file-directory): Remove defvar; there's
2308 a defcustom for it in files.el.
2309
2310 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2311 Fix typo in message.
2312 (tumme-gallery-generate): Fix typo in `error' message.
2313 (tumme-display-window-height-correction)
2314 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2315 (tumme-line-up-interactive): Dox fixes.
2316 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2317 (tumme-restore-window-configuration, tumme-format-properties-string)
2318 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2319 Fix typos in docstrings.
2320
2321 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2322
2323 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2324
2325 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2326
2327 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2328 User should use hook if desired.
2329
2330 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2331 buffer if necessary.
2332 (gdb-delete-frame-or-window): New function.
2333 (gdb-breakpoints-mode-map): Bind "q" to it.
2334
2335 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * textmodes/nroff-mode.el: Clean up name space.
2338 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2339 (nroff-mode): Obey the global setting of nroff-electric-mode.
2340 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2341
2342 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2343
2344 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2345
2346 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2347
2348 2006-02-06 Lars Hansen <larsh@soem.dk>
2349
2350 * generic-x.el (etc-fstab-generic-mode): Add file system types
2351 cifs and usbdevfs. Allow special chars in file names.
2352
2353 2006-02-05 Jay Belanger <belanger@truman.edu>
2354
2355 Update copyright notices of the files in lisp/calc.
2356
2357 2006-02-05 Romain Francoise <romain@orebokech.com>
2358
2359 Update copyright notices of all files in the lisp/play directory.
2360
2361 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2362
2363 * ldefs-boot.el: Regenerate.
2364
2365 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2366
2367 2006-02-05 Kim F. Storm <storm@cua.dk>
2368
2369 * files.el (magic-mode-regexp-match-limit): New defvar.
2370 (set-auto-mode): Use it to limit magic-mode-alist matching.
2371
2372 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2373
2374 * simple.el (display-message-or-buffer): Compare the number of
2375 characters to the frame width when determining whether a 1-line
2376 message string will fit in the echo area. Count screen lines
2377 instead of buffer lines when determining whether a multi-line
2378 message will fit in the echo area/minibuffer window.
2379
2380 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2381
2382 * info.el (Info-index, Info-mode): Improve the description of the
2383 `i' command.
2384
2385 * ldefs-boot.el: Regenerate.
2386
2387 2006-02-03 Werner Lemberg <wl@gnu.org>
2388
2389 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2390 greedy to find the closing bracket in \*[...] and similar
2391 expressions. This is a first rough fix -- many additional
2392 refinements are necessary to make nroff mode really usable with groff.
2393
2394 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2395
2396 * international/mule-cmds.el (set-locale-environment):
2397 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2398 libX11.
2399
2400 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2401
2402 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2403 archive are created in archive-tmpdir.
2404
2405 2006-02-02 John Paul Wallington <jpw@pobox.com>
2406
2407 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2408 (ibuffer-fontification-alist): Use it.
2409 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2410 to "* z" and the Ibuffer Mark menu.
2411
2412 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2413
2414 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * textmodes/table.el (*table--cell-describe-mode)
2417 (*table--cell-describe-bindings): Undo last change since
2418 print-help-return-message is not obsoleted by anything at all.
2419
2420 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2421
2422 * emulation/cua-base.el (cua-mode): Doc fix.
2423
2424 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2425
2426 * dframe.el (dframe-handle-make-frame-visible)
2427 (dframe-handle-iconify-frame, dframe-get-focus)
2428 (dframe-select-attached-frame, dframe-power-click)
2429 (dframe-frame-mode): Fix typos in docstrings.
2430
2431 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2432 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2433 Fix typos in docstrings.
2434
2435 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2436 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2437 (hi-lock-archaic-interface-message-used)
2438 (hi-lock-file-patterns-range): Fix typos in docstrings.
2439
2440 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2441 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2442
2443 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2444 Fix typo in docstring.
2445
2446 * net/newsticker.el (newsticker--decode-iso8601-date)
2447 (newsticker--set-customvar, newsticker--buffer-insert-item)
2448 (newsticker--do-run-auto-mark-filter)
2449 (newsticker--parse-generic-feed): Doc fixes.
2450 (newsticker--retrieval-timer-list, newsticker-url-list)
2451 (newsticker-hide-immortal-items-in-echo-area)
2452 (newsticker-hide-obsolete-items-in-echo-area)
2453 (newsticker-new-item-face, newsticker--enclosure)
2454 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2455 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2456 (newsticker--parse-generic-feed, newsticker--cache-contains)
2457 (newsticker--stat-num-items, newsticker-download-enclosures):
2458 Fix typos in docstrings.
2459
2460 * net/rcirc.el (rcirc-debug): Doc fix.
2461 (rcirc-fill-column, rcirc-receive-message-hooks)
2462 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2463 (rcirc-mode, rcirc-generate-new-buffer-name)
2464 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2465 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2466 Fix typos in docstrings.
2467 (rcirc-print): "?\ " -> "?\s".
2468 (rcirc-cmd-join): Improve argument/docstring consistency.
2469
2470 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2471
2472 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2473 before narrow-to-region.
2474
2475 2006-02-01 Richard M. Stallman <rms@gnu.org>
2476
2477 * simple.el (move-beginning-of-line): Scan properly for invis change.
2478
2479 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2480
2481 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2484 change bit only when id-format is 'integer. Reported by Matt
2485 Hodges <M.P.Hodges@rl.ac.uk>.
2486
2487 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * hilit-chg.el (highlight-changes-initial-state)
2490 (highlight-changes-global-initial-state): Doc fixes.
2491 (highlight-changes-global-modes, global-highlight-changes):
2492 Fix typos in docstrings.
2493
2494 2006-02-01 Kim F. Storm <storm@cua.dk>
2495
2496 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2497 transient-mark-mode in doc string.
2498
2499 2006-01-31 Richard M. Stallman <rms@gnu.org>
2500
2501 * replace.el (multi-occur): Doc fix.
2502 (multi-occur-in-matching-buffers): Rename from
2503 multi-occur-by-filename-regexp. Prefix arg says match
2504 buffer names instead of file names.
2505
2506 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * bs.el: Allow non-default values of `bs-header-lines-length'.
2509 (bs--running-in-xemacs): Remove (not needed anymore).
2510 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2511 instead of `shrink-window', thus avoiding having to compute the
2512 height of the window.
2513 (bs--up): Wrap around even when there's no header.
2514 (bs--down): Use `forward-line' instead of `next-line'.
2515
2516 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * image-mode.el (image-toggle-display): Use file name if possible,
2519 instead of unnecessarily allocating a (possibly huge) lisp string.
2520
2521 2006-01-30 John Paul Wallington <jpw@pobox.com>
2522
2523 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2524 because the `assert' macro signals it at runtime.
2525
2526 * emacs-lisp/cl.el (toplevel): Remove definition of
2527 `cl-assertion-failed' condition.
2528
2529 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2530
2531 * thumbs.el (thumbs-marked-list): Make buffer-local and
2532 permanent-local.
2533 (thumbs-insert-thumb): Make help-echo non-sticky.
2534 (thumbs-file-alist): Use eolp as check for (non)-image.
2535
2536 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2539 (ediff-before-session-group-setup-hooks)
2540 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2541 Fix typos in docstrings.
2542
2543 * window.el (bw-dir, bw-eqdir, balance-windows)
2544 (split-window-keep-point): Fix typos in docstrings.
2545
2546 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2547 (org-quote-string, org-calendar-to-agenda-key)
2548 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2549 (org-show-following-heading, org-tags-column)
2550 (org-use-tag-inheritance, org, org-allow-space-in-links)
2551 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2552 (org-enable-table-editor, org-calc-default-modes)
2553 (org-table-allow-automatic-line-recalculation)
2554 (org-export-html-style, org-export-with-fixed-width)
2555 (org-export-with-sub-superscripts, org-special-keyword)
2556 (org-formula, org-time-grid, org-table-may-need-update)
2557 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2558 (org-goto-quit, org-get-indentation, org-end-of-item)
2559 (org-move-item-down, org-move-item-up)
2560 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2561 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2562 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2563 (org-agenda-log-mode, org-agenda-toggle-diary)
2564 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2565 (org-agenda-file-to-end, org-agenda-no-heading-message)
2566 (org-agenda-get-closed, org-format-agenda-item)
2567 (org-cmp-priority, org-cmp-category, org-cmp-time)
2568 (org-agenda-change-all-lines, org-agenda-diary-entry)
2569 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2570 (org-link-search, org-camel-to-words, org-open-file)
2571 (org-remember-handler, org-table-convert-region)
2572 (org-table-move-row-down, org-table-move-row-up)
2573 (org-table-copy-region, org-table-wrap-region)
2574 (org-table-toggle-vline-visibility)
2575 (org-table-get-vertical-vector, org-table-modify-formulas)
2576 (org-table-get-specials, org-recalc-commands)
2577 (org-table-rotate-recalc-marks, org-table-eval-formula)
2578 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2579 (org-level-color-stars-only, org-insert-heading):
2580 Fix typos in docstrings.
2581 (last-arg): Add defvar.
2582
2583 * makefile.w32-in (WINS): Add erc.
2584 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2585
2586 2006-01-29 Bill Wohler <wohler@newt.com>
2587
2588 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2589 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2590 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2591 (mh-autoloads): Don't use comments on otherwise empty lines.
2592
2593 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2594
2595 * emulation/viper.el (viper-major-mode-modifier-list): Add
2596 insert-state and vi-state entries for erc-mode.
2597 (viper-go-away, viper-set-hooks): Add and remove
2598 viper-comint-mode-hook from erc-mode-hook as appropriate.
2599
2600 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2601
2602 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * bs.el (bs--format-aux): Implement `middle' alignment as
2605 described in the docstring for `bs-attributes-list'.
2606 (bs--get-name): Simplify. Don't pad the buffer name.
2607
2608 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2609
2610 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2611 English aspell dictionary is installed, use the first entry of
2612 ispell-dictionary-alist-1.
2613
2614 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2615
2616 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2617 Doc fix.
2618
2619 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2620
2621 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2622 for `process-file', in order to let it work for older Emacsen too.
2623
2624 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2625
2626 * international/latexenc.el: Add a suitable `coding:' tag.
2627 (latexenc-find-file-coding-system): Undo last change.
2628
2629 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2630
2631 * international/latexenc.el (latexenc-find-file-coding-system):
2632 Make sure latexenc-main-file is a regular file and is readable.
2633
2634 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2635
2636 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2637 Pass FILE to vc-user-login-name.
2638
2639 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2640
2641 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2642
2643 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2644 there are no more images to display.
2645 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2646 the next image.
2647
2648 2006-01-26 Richard M. Stallman <rms@gnu.org>
2649
2650 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2651
2652 * wid-edit.el (advertised-widget-backward): New alias.
2653 (widget-keymap): Use advertised-widget-backward for S-TAB.
2654
2655 * tumme.el: Correct the keywords.
2656 (tumme-dir-max-size): Use defvar.
2657 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2658
2659 * simple.el (move-beginning-of-line): Take account of fields.
2660 (clone-indirect-buffer-other-window): Take args like
2661 clone-indirect-buffer, and work like it.
2662
2663 * help-fns.el (describe-function): Don't pass `nil' as default.
2664
2665 * files.el (risky-local-variable-p): Follow var aliases.
2666
2667 * subr.el (lazy-completion-table): Doc fix.
2668
2669 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2670 global binding of `line'.
2671
2672 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2673
2674 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2675 Tramp.
2676
2677 * vc.el (vc-default-dired-state-info): Pass FILE to
2678 vc-user-login-name.
2679 (vc-default-update-changelog): Don't use vc-user-login-name, we
2680 don't need it here.
2681
2682 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2683 no longer necessary.
2684
2685 2006-01-25 Kenichi Handa <handa@m17n.org>
2686
2687 * international/mule.el (decode-char): Avoid the overhead of
2688 calling utf-lookup-subst-table-for-decode if
2689 utf-translate-cjk-mode is nil.
2690 (encode-char): Avoid the overhead of calling
2691 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2692 nil.
2693
2694 2006-01-22 Kenichi Handa <handa@m17n.org>
2695
2696 * international/mule.el (make-subsidiary-coding-system): Reset
2697 `coding-system-define-form' property of subsidiaries to nil.
2698 Avoid duplicated entry in coding-system-alist.
2699 (make-coding-system): Avoid duplicated entry in
2700 coding-system-alist.
2701 (define-coding-system-alias): Likewise.
2702
2703 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2704
2705 * completion.el: Minor fixes in introductory comment.
2706 (completion-def-wrapper): Fix alist.
2707
2708 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * thumbs.el (thumbs-new-image-size): New function.
2711 (thumbs-increment-image-size-element)
2712 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2713 (thumbs-decrement-image-size): Delete.
2714 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2715 temp files and use to resize.
2716 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2717 Use increment argument to enlarge/shrink. Preserve point.
2718 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2719 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2720 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2721 (thumbs-mark, thumbs-unmark): Preserve point.
2722 (thumbs-modify-image): Keep old temp files and use to modify.
2723 Cleanup old temp files at load time. Preserve point.
2724 (thumbs-view-image-mode-map): Use new command names.
2725
2726 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2729
2730 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2731 the nastiest part of the cyclic dependency.
2732 (cal-menu-update): Use dotimes and calendar-increment-month.
2733
2734 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2735 (calendar-week-start-day): Add an :initializer.
2736 (calendar-mode-map): Use suppress-keymap, and command remapping.
2737 (describe-calendar-mode): Setup xref-stack info for the back button.
2738 (calendar-star-date): Insert before delete.
2739 (calendar-set-mode-line): Add file-modified info if applicable.
2740 (calendar-increment-month): New function.
2741
2742 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2743
2744 * font-lock.el (lisp-font-lock-keywords-2):
2745 Recognize "& keywords" only at word boundaries.
2746
2747 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2750 and permanent-local.
2751 (thumbs-max-image-number): New variable.
2752 (thumbs-do-thumbs-insertion): Use them.
2753 (thumbs-per-line): Change default to 4.
2754 (thumbs-marked-list): Rename from thumbs-markedL.
2755 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2756 (thumbs-rename-images): Use -list instead of L for internal variables.
2757 (thumbs-call-convert): Use call-process instead of shell-command.
2758 (thumbs-insert-thumb): Add filename as help-echo to each image.
2759 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2760 Give dir to thumbs-show-thumbs-list.
2761 (thumbs-show-thumbs-list): Set default-directory to that of images.
2762 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2763 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2764 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2765 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2766
2767 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * ses.el (ses-read-cell): Provide a default value.
2770
2771 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * term/w32-win.el (image-library-alist): Add additional names for
2774 GIF library.
2775
2776 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2777
2778 * international/latexenc.el (latexenc-find-file-coding-system):
2779 Add file-regular-p check.
2780
2781 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * simple.el (clone-buffer): Don't show the new buffer in the same
2784 window.
2785
2786 2006-01-23 Juri Linkov <juri@jurta.org>
2787
2788 * faces.el (link, link-visited): New faces based on default values
2789 of `info-xref' and `info-xref-visited'.
2790
2791 * info.el (info-xref): Inherit from `link'.
2792 (info-xref-visited): Inherit from `link-visited'.
2793
2794 * cus-edit.el (custom-buffer-create-internal): Use widget type
2795 `custom-manual' instead of `info-link' and don't set properties
2796 `button-face' and `mouse-face' explicitly.
2797 (custom-browse-group-tag, custom-browse-variable-tag)
2798 (custom-browse-face-tag): Inherit from widget class
2799 `custom-group-link' instead of `push-button'.
2800 (custom-button-unraised): Inherit from `underline' face.
2801 (custom-link): Inherit from `link' face. Fix doc and group.
2802 (custom-add-parent-links, custom-group-value-create): Don't set
2803 properties `button-face' and `mouse-face' explicitly for
2804 `custom-group-link' widget.
2805 (custom-group-link): Add properties `button-face' and `mouse-face'
2806 to widget definition.
2807 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2808 editable-field's :keymap property.
2809 (custom-mode): Fix docstring: substitute keybindings for
2810 `widget-forward' and `widget-backward' from `widget-keymap',
2811 `widget-complete' from `custom-field-keymap', replace old
2812 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2813
2814 * desktop.el (desktop-load-file): Check for `fboundp' before
2815 calling `symbol-function'.
2816
2817 * simple.el (clone-buffer, clone-indirect-buffer)
2818 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2819 `read-string'. Fix prompts.
2820
2821 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2822
2823 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2824
2825 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2826
2827 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2828
2829 * startup.el (inhibit-splash-screen, initial-scratch-message):
2830 Doc fixes.
2831
2832 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2833
2834 Sync with Tramp 2.0.52.
2835
2836 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2837 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2838 `tramp-unload-tramp' for checklist.
2839
2840 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2841 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2842 (tramp-unload-file-name-handler-alist)
2843 (tramp-unload-tramp): New defuns.
2844 (tramp-advice-PC-expand-many-files): New defadvice.
2845 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2846 removed.
2847 (tramp-handle-expand-file-name): Remove double slash.
2848 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2849 It doesn't matter, because it will be converted later on.
2850 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2851 implementation was just heuristic.
2852 (tramp-post-connection): Set uid and gid properties.
2853 (tramp-convert-file-attributes): Set file's gid change bit.
2854 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2855 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2856 in case of su(do)? methods. The home directory of the local user
2857 will be taken else.
2858 (tramp-open-connection-telnet)
2859 (tramp-open-connection-rsh, tramp-open-connection-su)
2860 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2861 local shell prompt could hurt. Reported by Romain Francoise
2862 <romain@orebokech.com>.
2863 (tramp-let-maybe): Add `edebug-form-spec' property.
2864 (tramp-handle-expand-file-name): Bind `default-directory' locally
2865 to "/" in order to avoid problems with UNC shares or Cygwin
2866 mounts.
2867 (tramp-md5-function): Fix typo in error message.
2868
2869 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2870
2871 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2872 for byte-compiler pacification.
2873
2874 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2875
2876 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2877 ID-FORMAT `string'. This allows us to get rid of
2878 `vc-user-login-name UID'.
2879
2880 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2881
2882 2006-01-22 John Paul Wallington <jpw@pobox.com>
2883
2884 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2885
2886 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2887
2888 * emacs-lisp/find-func.el (find-definition-noselect)
2889 (find-variable-noselect): Search variables in C source code too.
2890 (find-function-C-source, find-function-noselect, find-function)
2891 (find-function-other-frame, find-variable-noselect, find-variable)
2892 (find-variable-other-frame, find-variable-at-point):
2893 Fix docstrings.
2894
2895 2006-01-21 Francesco Potorti` <pot@gnu.org>
2896
2897 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2898
2899 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2900
2901 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2902 Default to disabling the "Save affix" question.
2903
2904 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2905
2906 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2907 the first arg to run-python.
2908
2909 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2910
2911 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2912 is not loaded.
2913
2914 2006-01-20 Jay Belanger <belanger@truman.edu>
2915
2916 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2917 limit is 0.
2918
2919 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2920 the correct variable.
2921
2922 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2923
2924 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2925 link. Fixed buggy argument sequence in call to `org-view-tags'.
2926 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2927 (org-prefix-has-tag): New variable.
2928 (org-format-agenda-item): Remove tags from headline if
2929 appropriate.
2930 (org-agenda-remove-tags-when-in-prefix): New option.
2931 (org-get-tags-at): New function.
2932
2933 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2934
2935 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2936 (thumbs-find-image): Move image name and number from buffer name
2937 to mode name. Set thumbs-buffer. Preserve point so that large
2938 images remain visible.
2939 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2940 order.
2941 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2942 mode name.
2943 (thumbs-next-image, thumbs-previous-image): Make them work.
2944
2945 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2946
2947 * cus-edit.el (custom-buffer-create-internal): State in the text above
2948 the whole buffer buttons that they do not operate on hidden items.
2949 (custom-face-menu): Use `custom-face-save' instead of
2950 `custom-face-save-command'.
2951 (custom-face-save-command): Make it an alias for `custom-face-save'
2952 and declare it obsolete.
2953 (custom-face-save): Doc fix.
2954
2955 * dired.el (dired-no-confirm): Add quote.
2956 (dired-subdir-alist-pre-R): Add quote in
2957 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2958
2959 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * textmodes/table.el (table-mode-indicator): Typo in last change.
2962
2963 2006-01-19 Richard M. Stallman <rms@gnu.org>
2964
2965 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2966 Fixes bug reported in Nov 2005.
2967
2968 * isearch.el (isearch-forward): Doc fix.
2969
2970 * dired.el (dired-move-to-filename-regexp): Define as alias.
2971 (dired-no-confirm): Use defcustom.
2972 (dired-subdir-alist-pre-R): Put defvar at top level.
2973
2974 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2975
2976 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2977 Mark as risky.
2978
2979 * simple.el (set-mark-command): Doc fix.
2980 (clone-indirect-buffer-other-window):
2981 Read arg like clone-indirect-buffer.
2982 (move-beginning-of-line): Skip invisible newlines.
2983
2984 2006-01-19 Masatake YAMATO <jet@gyve.org>
2985
2986 * progmodes/cpp.el (cpp-edit-load): Make the order of
2987 listed conditions in a base C code buffer and its associate
2988 CPP Edit buffer the same.
2989
2990 2006-01-19 Kenichi Handa <handa@m17n.org>
2991
2992 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2993 (rmail-mime-feature): Likewise.
2994 (rmail-require-mime-maybe): Use display-warning to show a warning
2995 message.
2996
2997 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2998 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2999
3000 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * array.el: Move defvars out of eval-when-compile.
3003 (array-make-template): Replace undeclared global var with a local one.
3004 (array-mode): Inline initialization functions.
3005 (array-init-local-variables, array-init-max-row)
3006 (array-init-max-column, array-init-columns-per-line)
3007 (array-init-field-width, array-init-rows-numbered)
3008 (array-init-line-length, array-init-lines-per-row): Remove.
3009
3010 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3011 (doc-mode-map): Define explicitly.
3012 (doctor-txtype): Use mapc.
3013
3014 * textmodes/table.el: Move defvars out of eval-when-compile.
3015 Remove harmful code meant to avoid byte-compiler warnings.
3016 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3017 specification that checks table-fixed-width-mode directly.
3018 (table-recognize-region, table-recognize-cell):
3019 Use restore-buffer-modified-p.
3020 (table-fixed-width-mode): Remove code that refreshes
3021 table-fixed-mode-indicator.
3022 (*table--cell-describe-bindings, *table--cell-describe-mode):
3023 Avoid obsolete name print-help-return-message.
3024 (table--test-cell-list): Don't use replace-regexp from elisp.
3025 (table--point-entered-cell-function, table--point-left-cell-function):
3026 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3027
3028 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3029 that was after the end of file. Use buffer-file-name variable.
3030 (org-timestamp-change): Use with-current-buffer.
3031 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3032 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3033 `file'.
3034
3035 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3036 (fortran-break-line): Remove unused var `opoint'.
3037 (fortran-abbrev-start): Obey help-event-list.
3038
3039 2006-01-18 Jesper Harder <harder@phys.au.dk>
3040
3041 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3042
3043 2006-01-18 Masatake YAMATO <jet@gyve.org>
3044
3045 * progmodes/make-mode.el (makefile-imake-mode): New mode
3046 derived from makefile-mode.
3047 (makefile-imake-mode-syntax-table): New syntax table
3048 derived from makefile-mode-syntax-table.
3049 (makefile-mode): Write about makefile-imake-mode in doc string.
3050 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3051 (makefile-imake-font-lock-keywords): New font lock keywords.
3052
3053 * files.el (auto-mode-alist): Add Imakefile.
3054
3055 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3056
3057 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3058 loading the file rather than when turning on flyspell-mode.
3059
3060 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3061
3062 * cus-edit.el (customize-rogue): Minor doc fix.
3063
3064 2006-01-17 Juri Linkov <juri@jurta.org>
3065
3066 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3067 instead of the file at the mark as default if the file at the mark
3068 is the same as the file at point or if dired-dwim-target-directory
3069 is not the same as the current directory and the mark is not active.
3070
3071 * log-view.el (log-view-minor-wrap): Use the same logic to get
3072 revisions as `log-view-diff'.
3073
3074 * info.el (Info-revert-find-node): Check for Info-current-file
3075 before preserving new-history.
3076
3077 * man.el (Man-heading-regexp): Add `/'.
3078
3079 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3080 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3081
3082 2006-01-16 Juri Linkov <juri@jurta.org>
3083
3084 * faces.el (mode-line-faces): New defgroup.
3085 (mode-line-highlight): Move definition after new defgroup.
3086 (mode-line, mode-line-inactive, mode-line-highlight):
3087 Replace :group `modeline' with `mode-line-faces'.
3088 (mode-line-buffer-id): New face.
3089 (modeline-buffer-id): New face alias.
3090 (vertical-border): Remove :group `modeline'.
3091
3092 * bindings.el (propertized-buffer-identification): Use face
3093 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3094 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3095 (mode-line-buffer-identification-keymap): For mouse-1 replace
3096 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3097 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3098 mouse-3.
3099
3100 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3101 Buffer-menu-buffer. Doc fix.
3102 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3103 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3104 `Buffer-menu-buffer'.
3105
3106 * info.el (Info-mode-line-node-keymap): New defvar.
3107 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3108 Propertize Info-current-node with `mode-line-buffer-id' and
3109 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3110
3111 * time.el (display-time-mail-face): Replace :group `faces' with
3112 `mode-line-faces'.
3113
3114 2006-01-16 Kenichi Handa <handa@m17n.org>
3115
3116 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3117
3118 * language/european.el (cp1252): New alias for windows-1252.
3119
3120 * international/mule.el (autoload-coding-system): Prepare for EOL
3121 variants.
3122
3123 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3124
3125 * term.el (term-raw-map): Add mapping for insert.
3126 (term-send-insert): New.
3127 (term-mode): Make variables local here instead of doing it in
3128 `term-emulate-terminal'.
3129 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3130 Scroll reverse needs to take into account the scroll region.
3131 Saving and restoring the cursor should save the color attributes too.
3132 (term-reset-terminal): Reset the scroll region.
3133 (term-handle-ansi-escape): Cursor up and down should take into
3134 account the scroll region.
3135 (term-set-scroll-region): Rename from `term-scroll-region'.
3136 Move to 0,0 after setting the region.
3137 (term-handle-scroll): Handle scroll up.
3138 (term-down): Fix off by one error.
3139 (term-delete-lines): Do not delete outside the scroll region.
3140 (term-insert-lines): Take into account the scroll region.
3141
3142 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * textmodes/ispell.el (ispell-internal-change-dictionary)
3145 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3146 (start, end): Move declaration outside of eval-when-compile.
3147
3148 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3149 (flyspell-mode-on): Use it.
3150
3151 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3152 ispell-kill-ispell-hook.
3153
3154 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3155
3156 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3157 (Custom-reset-saved): Do not ask for confirmation in single option
3158 buffers.
3159
3160 2006-01-13 Richard M. Stallman <rms@gnu.org>
3161
3162 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3163
3164 2006-01-13 Romain Francoise <romain@orebokech.com>
3165
3166 * add-log.el (add-change-log-entry, change-log-merge):
3167 Conditionally use `hard-newline'.
3168
3169 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3170
3171 * wid-edit.el (widget-field-end): If the overlay is no longer
3172 associated with a buffer, behave as if the overlay didn't exist.
3173
3174 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3175 Make sure the links use the `custom-link' face.
3176
3177 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3180 (ld-script-mode): Don't set indent-line-function since we don't
3181 have one.
3182
3183 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3184
3185 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3186 application.
3187 (org-file-apps-defaults-gnu): Use mailcap as the default for
3188 selecting an application on a UNIX system.
3189 (org-agenda-show-tags): New command.
3190 (org-table-insert-hline): Keep cursor in current table line.
3191 (org-table-convert): Offset effect of modifying
3192 `org-table-insert-hline'.
3193 (org-format-agenda-item): New optional argument TAG.
3194 (org-compile-prefix-format): Handle %T format for the tag.
3195 (org-expand-wide-chars): New function.
3196 (org-table-insert-row, org-table-insert-hline):
3197 Use `org-expand-wide-chars'.
3198 (org-open-file): Fix bug in program launch.
3199 (org-get-time-of-day): Fix bug with times before 1am.
3200 (org-agenda-menu): Add tags commands.
3201
3202 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3203
3204 * textmodes/ispell.el (ispell-init-process): Include the used
3205 dictionary in ispell process start message.
3206 (ispell-internal-change-dictionary): When flyspell-mode is active
3207 and dictionary is changed, make sure ispell process is restarted
3208 and flyspell word cache cleared out for the current buffer.
3209 (ispell-change-dictionary): Make sure flyspell word cache is
3210 cleared out in all buffers with active flyspell mode when
3211 dictionary is globally changed.
3212 Call ispell-internal-change-dictionary after dictionary change.
3213
3214 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3215
3216 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3217
3218 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3219 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3220 years. Fix small differences wrt Makefile.in.
3221 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3222 Makefile.in does.
3223
3224 2006-01-12 Bill Wohler <wohler@newt.com>
3225
3226 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3227 mh-search.el.
3228
3229 2006-01-12 Masatake YAMATO <jet@gyve.org>
3230
3231 * progmodes/ld-script.el: Update copyright year.
3232
3233 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3236 Don't add widget if setting undefined.
3237
3238 2006-01-12 John Paul Wallington <jpw@pobox.com>
3239
3240 * help-fns.el (describe-variable): Remove newlines from void
3241 variable output.
3242
3243 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3244
3245 * wdired.el (wdired-mode-map): Add help echo for
3246 wdired-abort-changes.
3247
3248 * man.el (Man-file-name-regexp): Adjust for a list of files.
3249
3250 2006-01-12 Masatake YAMATO <jet@gyve.org>
3251
3252 * progmodes/ld-script.el (auto-mode-alist): Support
3253 suffix conventions used in netbsd and eCos.
3254
3255 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3256
3257 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3258 (custom-variable-menu, custom-face-menu, custom-group-menu)
3259 (Custom-mode-menu): Change names of menu items. (As discussed on
3260 emacs-devel.)
3261 (custom-face-menu): Add "Undo Edits" item.
3262
3263 * startup.el (init-file-user): defcustom -> defvar.
3264
3265 * tooltip.el (tooltip-mode): Doc fix.
3266
3267 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * reveal.el (reveal-post-command): window-buffer signals an error on
3270 dead windows rather than returning nil.
3271 (reveal-open-new-overlays): An overlay might die while we open others.
3272
3273 2006-01-11 Bill Wohler <wohler@newt.com>
3274
3275 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3276 phrasing in docstring.
3277
3278 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3279 can give some systems gas. Add new file mh-buffers.el.
3280
3281 2006-01-06 Masatake YAMATO <jet@gyve.org>
3282
3283 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3284 C preprocessor forward ported from GNU Emacs 21.2.
3285
3286 * progmodes/asm-mode.el (asm-font-lock-keywords):
3287 Use `cpp-font-lock-keywords'.
3288
3289 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3290
3291 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3292 of $ for "\\.ld[s]?".
3293
3294 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3297 (tcl-indent-line): Return `noindent' if inside a string.
3298
3299 * progmodes/flymake.el (flymake-split-string): Remove more than one
3300 empty string at beg/end of the result.
3301 (flymake-find-buildfile, flymake-find-possible-master-files):
3302 Use expand-file-name.
3303 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3304 since expand-file-name does it for us. Use directory-file-name.
3305 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3306 (flymake-ler-get-type, flymake-ler-get-text)
3307 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3308 (flymake-current-line-no): Remove spurious interactive spec.
3309 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3310 (flymake-check-include): Remove arg inc-path merged into inc-name.
3311 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3312 Arg regexp-list replaced by a simple regexp.
3313 (flymake-master-make-header-init, flymake-master-tex-init):
3314 Correspondingly replace regexp-list with a regexp. Fix regexp.
3315
3316 2006-01-10 Simon Josefsson <jas@extundo.com>
3317
3318 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3319 describing AUTH PLAIN fix.
3320
3321 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3322
3323 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3324 (report-emacs-bug): Don't record initial prompt text.
3325 Instead, add text properties to prompting text.
3326 (report-emacs-bug-hook): Delete prompting text.
3327
3328 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3331 `dirs'. Adjust callers.
3332
3333 2006-01-09 John Paul Wallington <jpw@gnu.org>
3334
3335 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3336
3337 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * reveal.el (reveal-open-new-overlays): New extracted fun.
3340 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3341 using them. Simplify the code.
3342 (reveal-post-command): Use them. Fix up obsolete windows in
3343 reveal-open-spots.
3344
3345 * progmodes/flymake.el: Use `require' rather than autoload for
3346 XEmacs's overlays.
3347 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3348 Delete. Use file-relative-name instead.
3349 (flymake-get-syntax-check-program-args, flymake-perl-init):
3350 Simplify the resulting code.
3351
3352 * log-view.el (log-view-file-re, log-view-message-re): Add support
3353 for DaRCS output.
3354
3355 2006-01-09 Alex Schroeder <alex@gnu.org>
3356
3357 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3358 identifiers sometimes added in square brackets at the beginning of
3359 subject lines.
3360
3361 2006-01-07 Richard M. Stallman <rms@gnu.org>
3362
3363 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3364 (Custom-reset-current, Custom-reset-saved): Change question text.
3365 (Custom-reset-standard): Likewise.
3366 (custom-variable-reset-saved): Doc fix.
3367
3368 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3369
3370 * startup.el (init-file-user): Doc fix.
3371
3372 2006-01-07 Alex Schroeder <alex@gnu.org>
3373
3374 * mail/rmail.el (rmail-current-subject): New function.
3375 (rmail-current-subject-regexp): New function.
3376 (rmail-next-same-subject): Use it.
3377
3378 * mail/rmailsum.el (rmail-summary-by-topic):
3379 Use rmail-current-subject and rmail-current-subject-regexp.
3380 (rmail-summary-next-same-subject): Ditto.
3381
3382 * net/rcirc.el (rcirc-send-input): No longer check whether the
3383 process is open, since not all commands need an open process.
3384 (rcirc-send-string): Check whether the process is open before
3385 sending anything.
3386 (rcirc-ignore-list): New option.
3387 (rcirc-ignore-list-automatic): New variable.
3388 (rcirc-print): Take rcirc-ignore-list into account.
3389 (rcirc-cmd-ignore): New command.
3390 (rcirc-ignore-update-automatic): New function.
3391 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3392 list if ignored nicks.
3393 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3394
3395 2006-01-06 David Reitter <david.reitter@gmail.com>
3396
3397 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3398 reflect the address to which the report will be sent.
3399
3400 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3401
3402 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3403 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3404
3405 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3406
3407 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3408
3409 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3410 the doc string: "functoin" => "function".
3411 * ldefs-boot.el: Likewise.
3412
3413 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3414 message text: "Duplicat" => "Duplicate".
3415
3416 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3417
3418 * files.el (basic-save-buffer-2): If backing-up failed, reset
3419 buffer-backed-up to nil.
3420
3421 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3422
3423 * progmodes/gud.el (gdb-script-skip-to-head)
3424 (gdb-script-calculate-indentation): Indent for breakpoint command
3425 lists also.
3426
3427 2006-01-05 Bill Wohler <wohler@newt.com>
3428
3429 * Makefile.in (compile-always): Add mh-autoloads dependency.
3430 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3431 provides it.
3432 (updates): Remove mh-autoloads dependency, since it probably has
3433 already run recently (via recompile).
3434
3435 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3438 argument `force' to disable the flyspell-last-buffer optimization.
3439 (flyspell-mode-on): Use it.
3440
3441 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3442 flymake-simple-cleanup.
3443 (flymake-allowed-file-name-masks): Use this new default.
3444 All the functions are now called in the right buffer rather than
3445 passing the buffer as argument.
3446 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3447 (flymake-parse-err-lines): Remove redundant buffer arg.
3448 (flymake-get-program-dir): Comment out unused function.
3449 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3450 Remove redundant buffer argument.
3451 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3452 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3453
3454 2006-01-05 Richard M. Stallman <rms@gnu.org>
3455
3456 * info.el (Info-find-node): Don't record previous node if have none.
3457 (info): Go to directory only if history is empty.
3458
3459 * simple.el (mark): Doc fix.
3460
3461 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3462
3463 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3464 already of desired type.
3465 (mac-ae-list): Coerce parameter to "list" type.
3466 (mac-dispatch-apple-event): Replace cadr part of event with a
3467 dummy position so that event-start returns it.
3468
3469 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3470
3471 * textmodes/org.el (org-end-of-subtree): New function.
3472 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3473 Use `org-end-of-subtree'.
3474 (org-agenda, org-agenda-convert-date): Protect calls to
3475 `fit-window-to-buffer'.
3476 (org-tags-view): Force matching of sublevels when doing a
3477 todo-only search. Define the correct redo command, including the
3478 arguments.
3479 (org-agenda-redo): Display message.
3480 (org-check-for-org-mode): New function.
3481 (org-agenda-type): New variable.
3482 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3483 Set `org-agenda-type'.
3484 (org-agenda-check-type): New function.
3485 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3486 (org-agenda-week-view, org-agenda-day-view)
3487 (org-agenda-next-date-line, org-agenda-previous-date-line)
3488 (org-agenda-log-mode, org-agenda-toggle-diary)
3489 (org-agenda-toggle-time-grid, org-agenda-date-later)
3490 (org-agenda-date-prompt, org-agenda-diary-entry)
3491 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3492 (org-agenda-convert-date, org-agenda-menu):
3493 Use `org-agenda-check-type'.
3494 (org-make-overlay, org-delete-overlay)
3495 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3496 New compatibility functions.
3497 (org-calendar-select-mouse): New command.
3498
3499 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3502 (Custom-reset-standard): Fix y-or-n-p messages.
3503 (custom-link): New face for links.
3504 (custom-buffer-create-internal, custom-manual): Use it.
3505 (custom-face-save): Push to theme-face before setting face spec.
3506
3507 * wid-edit.el (widget-default-mouse-face-get): New function.
3508 (widget-specify-button): Handle mouse-face like button-face.
3509
3510 * custom.el (load-theme): Clear old theme settings if reloading.
3511
3512 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3513
3514 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3515 "Erase Customization" button back to same position it occupies in
3516 the individual State menus.
3517
3518 2006-01-04 Kim F. Storm <storm@cua.dk>
3519
3520 * wid-edit.el (key-sequence): Rework widget to read key binding
3521 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3522 (widget-key-sequence-default-value): Default value for empty sequence.
3523 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3524 (widget-key-sequence-read-event): New command for C-q.
3525 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3526 (widget-key-sequence-value-to-external): New functions.
3527
3528 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3531 Use expand-file-name.
3532 (flymake-delete-temp-directory): Use expand-file-name,
3533 file-name-directory, and directory-file-name.
3534 (flymake-strrchr): Delete.
3535 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3536 to the init-f function.
3537 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3538 (flymake-init-find-buildfile-dir)
3539 (flymake-init-create-temp-source-and-master-buffer-copy)
3540 (flymake-simple-make-init-impl, flymake-simple-make-init)
3541 (flymake-master-make-init, flymake-master-make-header-init)
3542 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3543 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3544 (flymake-xml-init): Remove corresponding redundant buffer argument.
3545 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3546 the default anyway. Clean up regexps.
3547
3548 * progmodes/flymake.el (flymake-temp-source-file-name)
3549 (flymake-master-file-name, flymake-temp-master-file-name)
3550 (flymake-base-dir): New buffer-local vars.
3551 (flymake-buffer-data, flymake-get-buffer-value)
3552 (flymake-set-buffer-value): Replace those hash-tables by the new
3553 buffer-local vars. Update callers.
3554
3555 * progmodes/flymake.el (flymake-check-start-time)
3556 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3557 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3558 Move definition, so we can remove redundant earlier declaration.
3559 (flymake-replace-regexp-in-string, flymake-split-string)
3560 (flymake-get-temp-dir): Use defalias.
3561 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3562 (flymake-xemacs-window-edges): Remove unused function.
3563 (flymake-get-point-pixel-pos): Move.
3564 (flymake-pid-to-names, flymake-reg-names)
3565 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3566 Replace by a simple list flymake-processes and by process-buffer.
3567 Update callers. Other than simplify the code, it uses buffers rather
3568 than buffer-names so it doesn't get confused by uniquify.
3569 (flymake-buffer-data): The global value should just be nil.
3570
3571 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3572 Optimize the body of a defalias like any other code.
3573
3574 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3575 Make sure we've setup font-lock's vars. It may influence which
3576 function we then call.
3577 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3578 here since it's too late anyway.
3579
3580 2006-01-03 Romain Francoise <romain@orebokech.com>
3581
3582 * startup.el (fancy-splash-tail, normal-splash-screen):
3583 Update copyright year.
3584
3585 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3586
3587 * mouse.el (mouse-drag-track): Rename, from
3588 `mouse-drag-region-1'. Includes optional argument required to
3589 enable post-drag event processing (e.g. delete region keys).
3590 Can be used without this argument to track a mouse region and operate
3591 on it as soon as the drag completes.
3592 (mouse-drag-region): Use `mouse-drag-track'.
3593
3594 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3597 Move to `custom-buffer' group.
3598
3599 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3600 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3601 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3602 (custom-theme-face-menu): New variables.
3603 (custom-theme-add-variable, custom-theme-variable-action)
3604 (custom-variable-reset-theme, custom-theme-delete-variable)
3605 (custom-face-reset-theme, custom-theme-face-action)
3606 (custom-theme-delete-face, custom-theme-merge-theme)
3607 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3608
3609 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * custom.el: Move Custom Themes commentary to start of theme code.
3612 (custom-known-themes): Rename `standard' theme to `changed'.
3613 (custom-push-theme): Caller no longer specifies what theme to use
3614 when doing `reset'---the setting is simply removed from the theme.
3615 Delete MODE from `theme-value' and `theme-settings' properties.
3616 (custom-declare-theme): Ignore &rest args since we don't use them.
3617
3618 (custom-loaded-themes): Delete variable.
3619 (custom-theme-load-themes, custom-theme-loaded-p)
3620 (custom-theme-value): Delete functions.
3621
3622 (custom-declare-theme): Signal error on invalid theme names.
3623 (provide-theme): custom-loaded-themes was deleted.
3624 (load-theme): Load the file unconditionally.
3625 (enable-theme): Call `load-theme' if theme is undefined.
3626 (custom-enabled-themes): Only update value for successful loads.
3627 (disable-theme): Complete from enabled themes when interactive.
3628 (custom-variable-theme-value): Calculate theme value directly.
3629
3630 (custom-theme-reset-variables, custom-reset-variables): Mark as
3631 XEmacs compatibility functions. We don't actually use these.
3632
3633 * cus-edit.el (custom-variable-state-set):
3634 Use custom-variable-theme-value instead of custom-theme-value.
3635 (custom-face-state-set): Rename `standard' theme to `changed'.
3636 (custom-save-variables, custom-save-faces): Delete unneeded
3637 references to custom-reset-variables.
3638 (custom-save-resets): Delete function.
3639 (custom-save-variables, custom-save-faces): MODE argument deleted.
3640 (custom-save-variables, custom-save-faces): Ignore theme values.
3641
3642 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3643 compatibility function.
3644
3645 2006-01-01 Richard M. Stallman <rms@gnu.org>
3646
3647 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3648 (Custom-reset-current, Custom-reset-saved): Likewise.
3649 (Custom-reset-standard): Show message if aborted.
3650 (custom-mode): Doc fix, describing those commands.
3651
3652 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3653 put on event-kind property.
3654
3655 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3656
3657 * custom.el (provide-theme): Ban `user' theme name.
3658 (custom-enabling-themes): New variable.
3659 (enable-theme): Don't enable user if custom-enabling-themes is t.
3660 (custom-enabled-themes): Make it a defcustom.
3661 (custom-theme-recalc-face): No-op if face is undefined.
3662
3663 * cus-edit.el (custom-button-mouse): New variable.
3664 (custom-button-mouse): New face.
3665 (custom-raised-buttons, custom-mode): Use it.
3666
3667 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3668
3669 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3670
3671 * progmodes/gud.el (gud-display-line): Support hl-line in the
3672 source buffer.
3673
3674 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3675
3676 * mouse.el (mouse-drag-window-above): Verify that the found window
3677 overlaps with the given window in the horizontal dimension.
3678
3679 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3680
3681 * Makefile.in (cvs-update): New target.
3682
3683 * makefile.w32-in (cvs-update): Ditto.
3684
3685 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3688 (custom-new-theme-mode-map): New variable.
3689
3690 2005-12-30 Richard M. Stallman <rms@gnu.org>
3691
3692 * custom.el (custom-load-themes): Function deleted.
3693
3694 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3695 (custom-save-variables): Don't delete or add custom-load-themes call.
3696
3697 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * cus-start.el: Add `visible-cursor'.
3700
3701 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3702 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3703 (flymake-process-filter): Switch to buffer before calling it instead.
3704 (flymake-post-syntax-check, flymake-highlight-err-lines)
3705 (flymake-delete-own-overlays, flymake-parse-err-lines)
3706 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3707 (flymake-count-lines, flymake-parse-residual):
3708 Remove constant buffer argument.
3709 (flymake-start-syntax-check-for-current-buffer): Remove.
3710 Update callers to use flymake-start-syntax-check instead.
3711 (flymake-display-err-menu-for-current-line):
3712 Remove unused var `mouse-pos'.
3713 (flymake-restore-formatting): Comment out unused function.
3714 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3715 argument, use current-buffer instead. Update callers.
3716
3717 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3718
3719 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3720 buffer-local because choose-completion-delete-max-match requires
3721 that we set completion-ignore-case (i.e., binding via let is not
3722 sufficient).
3723 (bibtex-complete): Always set completion-ignore-case and
3724 choose-completion-string-functions. The latter is needed because
3725 choose-completion-string-functions keeps its value if we quit the
3726 *Completions* buffer without requesting a completion.
3727
3728 2005-12-30 Andreas Schwab <schwab@suse.de>
3729
3730 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3731
3732 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3733
3734 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3735
3736 2005-12-30 Juri Linkov <juri@jurta.org>
3737
3738 * locate.el (locate-fcodes-file, locate-header-face)
3739 * progmodes/delphi.el (delphi-other-face)
3740 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3741
3742 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3743 group `paren-showing-faces'.
3744
3745 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3746 (goto-address): Fix docstring.
3747
3748 * net/webjump.el (webjump-sample-sites): Update URLs.
3749
3750 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3751
3752 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3753
3754 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * font-lock.el (font-lock-compile-keywords): Signal an error when
3757 font-lock-set-defaults hasn't been called.
3758
3759 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * subr.el (noreturn, 1value): Doc fixes.
3762
3763 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3764
3765 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3766 that assoc-string returns nil.
3767
3768 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3769
3770 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3771 (bibtex-entry-type-str, bibtex-empty-field-re)
3772 (bibtex-search-backward-string, bibtex-preamble-prefix)
3773 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3774 (bibtex-any-valid-entry-type): New variable.
3775 (bibtex-parse-field-name): Simplify.
3776 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3777 (bibtex-preamble-prefix): Include left delimiter.
3778 (bibtex-search-forward-field, bibtex-search-backward-field):
3779 Allow unbounded search past entry boundaries (required by bibtex-pop).
3780 (bibtex-text-in-field-bounds): Use push.
3781 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3782 (bibtex-parse-preamble, bibtex-valid-entry)
3783 (bibtex-beginning-first-field): New functions.
3784 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3785 (bibtex-map-entries): Fix docstring.
3786 (bibtex-flash-head): New arg prompt. Simplify.
3787 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3788 (bibtex-insert-kill): Simplify. Always insert text past the
3789 current field or entry.
3790 (bibtex-format-entry): Use bibtex-parse-field.
3791 (bibtex-pop): Use bibtex-beginning-of-entry and
3792 bibtex-end-of-entry to initiate the search. Insert empty field if
3793 we found ourselves.
3794 (bibtex-print-help-message): New args field and comma.
3795 Handle entry keys.
3796 (bibtex-make-field): Use bibtex-beginning-of-entry.
3797 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3798 invalid entry.
3799 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3800 Handle preambles. Simplify code for thorough test.
3801 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3802 New arg comma. Handle entry heads.
3803 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3804 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3805 New arg comma.
3806 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3807 (bibtex-fill-field): Simplify.
3808 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3809 bibtex-parse-field.
3810 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3811 (bibtex-complete): Use bibtex-parse-preamble.
3812
3813 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3814
3815 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3816 Display name of expression instead of convenience variable.
3817 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3818
3819 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3820 toggle-gud-tooltip-dereference.
3821 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3822 (gud-tooltip-tips): ...here when dereferencing.
3823
3824 2005-12-28 Bill Wohler <wohler@newt.com>
3825
3826 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3827
3828 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3831 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3832 (vc-annotate-display-autoscale): Adjust call.
3833 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3834 Fix interactive spec.
3835 (vc-annotate-time-span): Remove.
3836 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3837 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3838 (vc-annotate-display-select): Use new name.
3839
3840 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3841 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3842 Correct the construction of span entries. Simplify.
3843 (vc-annotate-display-select): Fix the nil case.
3844 (vc-annotate): Remove obsolete (and now broken) code.
3845 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3846 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3847
3848 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3849
3850 * subr.el (lazy-completion-table): Correct typo in docstring.
3851
3852 * startup.el (command-line): Use `custom-reevaluate-setting' for
3853 `send-mail-function'.
3854
3855 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3856
3857 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3858
3859 * mail/smtpmail.el (smtpmail-try-auth-methods):
3860 Send credentials together with "AUTH PLAIN" command.
3861
3862 2005-12-27 Richard M. Stallman <rms@gnu.org>
3863
3864 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3865 mouse-2, go back to previously selected window, so it's selected
3866 when mouse-2 command runs.
3867
3868 2005-12-27 Juri Linkov <juri@jurta.org>
3869
3870 * descr-text.el (describe-text-sexp): Use square brackets for
3871 button [Show] to distinguish it from the property value `show'.
3872 (describe-property-list): Use `insert-text-button' with
3873 `help-face' type instead of putting face in quotes, because button
3874 is not created automatically for a list of faces.
3875 (describe-text-properties-1): Put button-type value in quotes to
3876 distinguish from plain text "button".
3877 (describe-char): Display code point values in hex. Don't use
3878 `symbol-name' for `current-input-method' because it is a string.
3879 Use `insert-text-button' with `help-face' type instead of putting
3880 hardcoded face in quotes, because button is not created automatically.
3881
3882 2005-12-27 Richard M. Stallman <rms@gnu.org>
3883
3884 * progmodes/glasses.el (glasses-face): More specific custom type.
3885
3886 * files.el (set-visited-file-name): Doc fix.
3887
3888 * textmodes/flyspell.el (flyspell-external-point-words):
3889 Use local var buffer-scan-pos to advance scan for next misspelling.
3890 Advance it only after we find the misspelling.
3891
3892 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3893
3894 * textmodes/flyspell.el (flyspell-external-point-words):
3895 New criteria for finding the misspelling in the buffer.
3896
3897 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3898
3899 * help-mode.el (help-insert-string): Set help-xref-stack-item
3900 rather than call help-setup-xref.
3901
3902 * descr-text.el (describe-char): Revert previous changes for
3903 optional buffer argument.
3904
3905 2005-12-27 Juri Linkov <juri@jurta.org>
3906
3907 * help-mode.el (help-insert-string): New function. Save buffer
3908 contents in cases where it is impossible to recompute the old contents.
3909
3910 * descr-text.el (describe-char): Set help-xref-stack-item
3911 explicitly after buffer has been generated.
3912
3913 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3914
3915 * cus-start.el (all): Add x-gtk-show-hidden-files.
3916
3917 2005-12-26 Richard M. Stallman <rms@gnu.org>
3918
3919 * replace.el (perform-replace): Calculate match-again
3920 before skipping read-only matches.
3921
3922 * paren.el (paren-showing-faces): New group.
3923 (show-paren-match, show-paren-mismatch): Move to that group.
3924
3925 * button.el (button): Put into group `basic-faces'.
3926
3927 * progmodes/make-mode.el: Remove faces from group `faces'.
3928
3929 * apropos.el (apropos, apropos-value): Doc fix.
3930 (apropos-documentation): Doc fix.
3931
3932 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * subr.el (lazy-completion-table): Remove argument `args'.
3935
3936 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3937 Don't use the `args' argument of lazy-completion-table.
3938
3939 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3940
3941 * descr-text.el (describe-char): Add optional argument for buffer.
3942 Set buffer appropriately. Call help-setup-xref.
3943 Suggested by Stefan Monnier.
3944
3945 2005-12-26 Juri Linkov <juri@jurta.org>
3946
3947 * descr-text.el: Require `help-fns' at runtime. Don't require
3948 `button' for byte compilation.
3949 (describe-text-widget): Add `help-echo' for first button.
3950 Use `help-info' for second.
3951 (describe-property-list): Use `help-argument-name' instead of `italic'.
3952 (describe-text-category): Add prompt to interactive spec.
3953 Call `help-setup-xref'.
3954 (describe-char): Use `help-character-set'. Add `help-echo' for
3955 code point. Use `help-input-method'. Remove superfluous insert.
3956
3957 2005-12-25 Richard M. Stallman <rms@gnu.org>
3958
3959 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3960 at point, in case of narrowing.
3961
3962 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3963
3964 * locate.el (locate-header-face): Allow nil in type.
3965
3966 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3967
3968 2005-12-25 Romain Francoise <romain@orebokech.com>
3969
3970 * battery.el (battery-linux-proc-acpi): Also try
3971 `/proc/acpi/thermal_zone/THM0/temperature'.
3972
3973 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * custom.el (custom-push-theme): Fix docstring.
3976
3977 * cus-edit.el (custom-variable-set, custom-variable-save)
3978 (custom-variable-save): Custom-quote widget values.
3979 (customize-save-variable): Fix custom-push-theme call.
3980
3981 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3982
3983 * w32-fns.el (w32-batch-update-autoloads): New function.
3984
3985 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3986 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3987 from the command line.
3988
3989 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3992 reset means to remove setting from theme entirely. Don't keep
3993 expanding theme-settings list; delete old entries if necessary.
3994
3995 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3996 customization" button one line up.
3997 (custom-themed): New face.
3998 (custom-magic-alist): New value, THEMED, for theme settings.
3999 (custom-variable-state-set, custom-face-state-set):
4000 Check theme-value instead of saved-value.
4001 (custom-variable-reset-standard, custom-face-reset-standard):
4002 Remove theme setting entirely. Recalculate new values.
4003 (custom-variable-set, custom-variable-set)
4004 (custom-variable-reset-saved, custom-variable-reset-backup)
4005 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4006 (custom-variable-save): Fix typos.
4007
4008 2005-12-23 Juri Linkov <juri@jurta.org>
4009
4010 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4011 Add autoload cookies.
4012 (edebug-outside-d-c-i-n-s-w): New variable.
4013 (edebug-display, edebug-outside-excursion): Use it to save the
4014 original value of default-cursor-in-non-selected-windows.
4015 Set default-cursor-in-non-selected-windows to t while Edebug
4016 is active.
4017 (edebug-mode, edebug-eval-mode): Doc fix.
4018
4019 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4020 with `buffer-substring-no-properties' to remove common substring
4021 highlighting.
4022
4023 * info.el (info-other-window, info): Rename function argument
4024 `file' to `file-or-node'.
4025 (Info-complete-menu-item): Use local variable `complete-nodes' to
4026 keep the global value of `Info-complete-nodes' unchanged for
4027 subsequent completions.
4028 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4029
4030 * simple.el (get-next-valid-buffer, last-buffer)
4031 (next-error-buffer-p, next-error-find-buffer)
4032 (minibuffer-history-sexp-flag): Doc fix.
4033
4034 * savehist.el (savehist-mode-hook): Add `:group'.
4035
4036 * log-view.el: Call autoload for vc-find-version.
4037 (log-view-current-file): Adjust subgroup numbers.
4038 (log-view-current-tag): Add `length'.
4039
4040 2005-12-23 Richard M. Stallman <rms@gnu.org>
4041
4042 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4043
4044 2005-12-23 Juri Linkov <juri@jurta.org>
4045
4046 * hi-lock.el (hi-lock-archaic-interface-message-used)
4047 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4048 (hi-lock-mode): Display "Hi" in the mode line only when
4049 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4050 (hi-lock-write-interactive-patterns):
4051 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4052 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4053 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4054 font-lock-add-keywords to t.
4055
4056 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4057
4058 * hi-lock.el (hi-lock-highlight-range): New variable.
4059 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4060 only if font-lock-fontified is non-nil. Remove overlays.
4061 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4062 font-lock-fontified is non-nil, otherwise use overlays (instead of
4063 text properties).
4064 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4065 New variables.
4066 (hi-lock-string-serialize) New function.
4067
4068 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4069
4070 * menu-bar.el (menu-find-file-existing): New function.
4071 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4072
4073 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4074
4075 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * vc.el: Remove unnecessary leading * in docstrings.
4078 (vc-annotate-mode-map): Move initialization into declaration.
4079 (vc-static-header-alist): Nitpick on the regexp.
4080 (vc-default-init-version): New fun.
4081 (vc-register): Use it.
4082 (vc-insert-headers): Use dolist.
4083 (vc-annotate-get-backend): Remove unused function.
4084 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4085 (vc-annotate-mode): Remove corresponding call.
4086 (vc-annotate-car-last-cons): Simplify.
4087 (vc-annotate-buffers): Remove var.
4088 (vc-annotate-backend): Make it buffer-local.
4089 (vc-annotate): Move the interaction to the interactive spec.
4090 Add a `buf' argument.
4091 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4092 killing&creating a vc-annotate buffer, which is very disruptive when
4093 the buffers are shown in dedicated frames.
4094
4095 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4096
4097 * descr-text.el: Add FSF as maintainer.
4098 (describe-text-mode, describe-text-mode-map)
4099 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4100 help-mode.
4101 (describe-text-widget, describe-text-sexp)
4102 (describe-property-list, describe-text-category)
4103 (describe-text-properties, describe-text-properties-1)
4104 (describe-char): Use help buttons instead of widgets.
4105 (describe-char-unicodedata-file): Make URL link in doc string.
4106
4107 2005-12-22 Richard M. Stallman <rms@gnu.org>
4108
4109 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4110 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4111 Don't include buttons that write a file when there's no file.
4112 (custom-variable-menu, custom-face-menu, custom-group-menu):
4113 Don't include commands that write a file when there's no file.
4114 (customize-browse): Reword the top-of-buffer help intro.
4115 (custom-buffer-create-internal): Fix previous change.
4116 (customize-changed-options-previous-release): Prev release is 21.1.
4117 (customize-changed-options): Doc fix.
4118 (customize-changed): New alias.
4119 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4120 Say "standard values".
4121 (Custom-reset-standard): Doc fix.
4122 (custom-face-reset-standard): Doc fix.
4123
4124 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4127 even if font-lock-mode is non-nil since it may be t without having
4128 turned on font-lock-mode-internal.
4129 (font-lock-choose-keywords): Minor optimization.
4130 (font-lock-add-keywords, font-lock-remove-keywords)
4131 (font-lock-set-defaults): Don't call make-local-variable on a variable
4132 that we know to already be local.
4133
4134 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4137 messages if in the minibuffer.
4138
4139 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4142 (tex-mode-flyspell-verify, flyspell-get-word)
4143 (flyspell-external-point-words): Don't use point-min/max uselessly.
4144
4145 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4146 by Kevin Rodgers. Instead, just hide the completions buffer if we
4147 don't need to show it.
4148
4149 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4150
4151 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4152
4153 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4156 delete-windows-on with an inexistent buffer.
4157
4158 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4159
4160 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4161 Delete defcustom variable :tag names.
4162
4163 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4166 (log-view-font-lock-keywords): Ajust subgroup numbers.
4167 (log-view-current-tag): Don't hard code the number of subgroups.
4168
4169 2005-12-20 Juri Linkov <juri@jurta.org>
4170
4171 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4172 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4173
4174 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4175 (menu-bar-non-minibuffer-window-p): Instead of checking
4176 display-multi-frame-p, use selected-frame when menu-updating-frame
4177 is nil.
4178
4179 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4180
4181 * align.el (align-rules-list): Use [ \t] instead of \s-
4182 for column separators in text mode.
4183
4184 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * help-mode.el (help-customize-variable, help-customize-face):
4187 Don't pop help-xref-stack as help-follow no longer pushes
4188 anything on to it.
4189
4190 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4191
4192 * textmodes/org.el (org-agenda-custom-commands): New option.
4193 (org-agenda): Offer custom commands on splash screen.
4194 (org-make-tags-matcher): Parser for Boolean logic added.
4195 (org-agenda-set-tags): New command.
4196 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4197 (org-set-tags): Efficiency improvements.
4198 (org-auto-align-tags): New option.
4199 (org-todo, org-demote, org-promote): Realign tags.
4200 (org-tags-completion-function): Use also "&" and "|" as separators.
4201 (org-org-menu): Agenda commands simplified.
4202
4203 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4204
4205 * cus-edit.el (customize-apropos, customize-apropos-options):
4206 Docstring changes.
4207
4208 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4209
4210 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * longlines.el (longlines-mode): Wrap while widened.
4213 (longlines-decode-region, longlines-encode-region): Compute max
4214 just once.
4215
4216 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4217
4218 * cus-edit.el (mac): New group.
4219
4220 * cus-start.el (all): Add user options in macterm.c. Add test for
4221 Mac-related built-ins. Fix test for GTK-related built-ins.
4222
4223 * term/mac-win.el (mac-handle-language-change)
4224 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4225 (mac-services-open-selection, mac-services-mail-selection)
4226 (mac-services-mail-to, mac-services-insert-text)
4227 (mac-dispatch-apple-event): Add docstrings.
4228 (x-get-selection, mac-select-convert-to-string): Select coding
4229 system from `utf-16be' and `utf-16le' using `byteorder'.
4230
4231 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4234 a "list" (lambda ...) rather than a real completion list.
4235
4236 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4237 lexical-let when encountering ((lambda (...) ...) ...).
4238
4239 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * progmodes/sh-script.el (sh-mode):
4242 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4243 * textmodes/picture.el (picture-mode): Update docstrings.
4244
4245 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4246
4247 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4248 commands enclosed in $(ARGQUOTE)s should not be split between two
4249 lines, as that will break with GNU Make >3.80, when sh.exe is used
4250 and arg quoting is with '..'.
4251 (autoloads): Don't break the quoted --eval expression between
4252 several lines.
4253
4254 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4257 Capture error from printing circular structures.
4258
4259 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4260
4261 * wid-edit.el (widget-checkbox-action): Clear undo info.
4262
4263 2005-12-16 Bill Wohler <wohler@newt.com>
4264
4265 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4266 bar, not menubar in comment.
4267
4268 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4271 After-change-functions should not clobber the match data.
4272
4273 2005-12-16 Juri Linkov <juri@jurta.org>
4274
4275 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4276 instead of `buffer-substring'.
4277 (completion-common-substring): Doc fix.
4278 (completion-setup-function): Use minibuffer-completion-contents
4279 instead of minibuffer-contents. Don't set common-string-length
4280 initially. Remove special handling of partial-completion-mode.
4281 Move computation of completion-base-size into one cond.
4282 Call completion-base-size-function in mainbuf. In computation of
4283 completion-base-size for file name completion don't move point to
4284 the end of the minibuffer. Move computation of common-string-length
4285 into one cond. Start putting faces only when common-string-length>=0.
4286 Add condition to put completions-common-part when
4287 common-string-length>0.
4288
4289 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4290 place point at the first different character in the minibuffer
4291 even if this position is at the beginning of the minibuffer.
4292
4293 * info.el (Info-read-node-name-1): In completion-base-size-function's
4294 lambda return 1 if common-substring or minibuffer-completion-contents
4295 starts with (, and 0 otherwise.
4296
4297 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4298 Use `crm-current-element' for second arg of `display-completion-list'.
4299
4300 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4301
4302 * files.el (set-auto-mode): Look for an interpreter specified on
4303 the first line also if search for mode specification succeeded,
4304 but the mode is not known.
4305
4306 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4307
4308 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4309 (org-open-at-point): Implement tag searches as links.
4310 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4311 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4312 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4313 (org-agenda-dispatch): New commands.
4314 (org-use-tag-inheritance, org-tags-column): New options.
4315 (org-tab-follows-link, org-return-follows-link): New options.
4316 (org-tags): New customize group.
4317 (org-start-icalendar-file): Get local time zone.
4318 (org-tags-completion-function): New function.
4319 (org-set-font-lock-defaults): Make sure links will also be
4320 highlighted inside headlines.
4321
4322 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4323
4324 * term.el (term-emulate-terminal):
4325 Let term-handle-ansi-terminal-messages override what Bash says about
4326 its current directory.
4327
4328 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4329
4330 * bindings.el (last-buffer): Move to simple.el.
4331 * simple.el (last-buffer): Move here.
4332 (get-next-valid-buffer): New function.
4333 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4334 (prev-buffer): Ditto. Rename to `previous-buffer'.
4335
4336 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4337 * bindings.el (global-map): Ditto.
4338
4339 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4340
4341 * cus-edit.el: Introductory comment change.
4342 (custom-magic-alist): Change message string for the `rogue' state.
4343
4344 2005-12-15 Richard M. Stallman <rms@gnu.org>
4345
4346 * tooltip.el: Delete defcustom variable :tag names.
4347
4348 * complete.el (partial-completion-mode): Doc fix.
4349
4350 * textmodes/flyspell.el (flyspell-external-point-words):
4351 Use save-excursion to ensure we don't move backward in the
4352 search loop, not even one character.
4353 (flyspell-delete-all-overlays): Use remove-overlays directly.
4354
4355 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4356 (ispell-start-process): Set that variable.
4357 Clear ispell-buffer-local-name.
4358 (ispell-internal-change-dictionary):
4359 Set ispell-current-dictionary after killing process.
4360 (ispell-buffer-local-dict):
4361 Don't set spell-personal-dictionary after killing process.
4362 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4363 (ispell-tex-skip-alists, ispell-html-skip-alists)
4364 (ispell-skip-region-alist): Mark as risky.
4365
4366 * net/newsticker.el (newsticker--retrieval-timer-list)
4367 (newsticker--display-timer, newsticker-running-p)
4368 (newsticker-ticker-running-p): Definitions moved up.
4369
4370 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4371
4372 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4373
4374 2005-12-15 David Ponce <david@dponce.com>
4375
4376 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4377 (recentf-edit-list, recentf-open-files): Signal an error when
4378 there is no recent file.
4379
4380 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4381
4382 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4383 read-only except for texinfo-format-region evaluation.
4384
4385 2005-12-14 Richard M. Stallman <rms@gnu.org>
4386
4387 * vc.el (vc-default-previous-version, vc-default-next-version)
4388 (vc-do-command): Doc fixes.
4389
4390 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4391
4392 * textmodes/bibtex.el (bibtex-expand-strings)
4393 (bibtex-autokey-expand-string, bibtex-name-part)
4394 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4395 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4396 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4397 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4398 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4399 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4400 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4401 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4402 (bibtex-beginning-of-last-entry): Remove.
4403 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4404 message if comma is missing but buffer is read-only.
4405 (bibtex-parse-field-text): Handle whitespaces at the end of field
4406 text. Return 3-element list with beginning and end of field text
4407 and end of field.
4408 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4409 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4410 (bibtex-search-forward-field, bibtex-search-backward-field):
4411 Search always delimited by limits of entry. Use more efficient
4412 search algorithms.
4413 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4414 bibtex-end-of-name-in-field.
4415 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4416 extracting the content of a field.
4417 (bibtex-text-in-field): Use search limits.
4418 (bibtex-parse-string-prefix): Handle empty string keys based on
4419 bibtex-string-empty-key.
4420 (bibtex-parse-string): Fix docstring.
4421 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4422 (bibtex-preamble-prefix, bibtex-strings): New functions.
4423 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4424 BibTeX entries (consistent with other BibTeX functions).
4425 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4426 (bibtex-search-entry): Fix docstring. Simplify.
4427 (bibtex-flash-head, bibtex-complete-string-cleanup)
4428 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4429 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4430 (bibtex-parse-entry): New optional arg content.
4431 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4432 Use bibtex-text-in-field-bounds.
4433 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4434 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4435 bibtex-parse-string-postfix.
4436 (bibtex-find-text-internal): New function.
4437 (bibtex-remove-delimiters): Use it.
4438 (bibtex-find-text): Use it. New optional arg help.
4439 (bibtex-complete): Handle BibTeX string and preamble entries.
4440 (bibtex-Preamble): Fix order of closing delimiters.
4441
4442 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * vc.el (vc-default-revert): New fun.
4445
4446 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4447
4448 2005-12-14 Romain Francoise <romain@orebokech.com>
4449
4450 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4451 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4452 (font-lock-remove-keywords): Likewise.
4453
4454 2005-12-14 Juri Linkov <juri@jurta.org>
4455
4456 * log-view.el (log-view-diff): Doc fix.
4457
4458 * isearch.el (isearch-query-replace): Use (mark) instead of
4459 isearch-opoint if mark is active in transient-mark-mode.
4460
4461 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4462
4463 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4464
4465 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4466
4467 * progmodes/cpp.el (cpp-face): New widget.
4468 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4469
4470 2005-12-14 Juri Linkov <juri@jurta.org>
4471
4472 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4473 around `erase-buffer' and `insert'.
4474
4475 * descr-text.el (describe-text-properties): Replace buffer name
4476 "*Help-2*" with "*Help*<2>".
4477 (describe-char): Add functions print-help-return-message,
4478 toggle-read-only. Use help-setup-xref with nil to not store
4479 describe-char in help-xref-stack. Use help-make-xrefs to
4480 make [back] button.
4481
4482 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4483
4484 * wdired.el (wdired-old-point): New internal variable.
4485 (wdired-change-to-wdired-mode): Set it buffer-locally.
4486 (wdired-abort-changes): Restore point after aborting changes.
4487
4488 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * vc.el (vc-do-command): Add a new value t for okstatus.
4491
4492 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4493 frame in case of errors.
4494
4495 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4496
4497 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4498 so it comes after "On the Left" in the menu.
4499
4500 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4501
4502 * cus-edit.el (customize-apropos, customize-apropos-options)
4503 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4504
4505 2005-12-12 Bill Wohler <wohler@newt.com>
4506
4507 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4508 non-writable Subversion-controlled files by saving window
4509 configuration before calling vc-do-command. vc-do-command calls
4510 pop-to-buffer on error which is unexpected during registration.
4511
4512 2005-12-12 Jay Belanger <belanger@truman.edu>
4513
4514 * calc/README: Update the summary of changes.
4515
4516 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * descr-text.el (describe-char): Rework last fix to solve the problem
4519 is the same way it's solved for everything else in that function
4520 (i.e. by extracting the info before setting up the *Help* buffer).
4521
4522 2005-12-12 Kim F. Storm <storm@cua.dk>
4523
4524 * subr.el (version-regexp-alist): Allow space as separator before
4525 non-numeric part, e.g. "1.0 alpha".
4526 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4527
4528 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4529
4530 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4531 Implement Logging and the keep-modes setting.
4532 (org-get-category): Make sure a string is returned.
4533 (org-log-done): New function.
4534 (org-log-done, org-closed-string): New options.
4535
4536 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4537
4538 * tooltip.el (tooltip-y-offset): Change default to 20.
4539
4540 2005-12-12 Richard M. Stallman <rms@gnu.org>
4541
4542 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4543
4544 * frame.el (display-hourglass): Doc fix.
4545
4546 * help.el (help-for-help-internal): Simplify entry for `a'.
4547
4548 * info.el (Info-on-current-buffer): Doc fix.
4549 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4550
4551 * startup.el (inhibit-splash-screen): Make this the real name.
4552 (inhibit-startup-message): Make this the alias.
4553 (command-line): Find only simple.el, and use its directory
4554 to fill in other preloaded files' names.
4555 (command-line): Deactivate the mark if deactivate-mark is set.
4556
4557 * international/mule.el (load-with-code-conversion):
4558 Bind deactivate-mark.
4559
4560 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4561
4562 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4563
4564 * cus-edit.el (customize-apropos): Avoid listing an option more
4565 than once under different aliases. No longer list user options
4566 that are not defined with defcustom (unless a prefix arg is given).
4567 Doc fix.
4568 (customize-apropos-options): Doc fix.
4569
4570 2005-12-11 Juri Linkov <juri@jurta.org>
4571
4572 * frame.el (set-background-color, set-foreground-color)
4573 (set-cursor-color, set-mouse-color, set-border-color):
4574 Add explicit prompts to read colors by `facemenu-read-color'.
4575 (show-trailing-whitespace, blink-cursor-delay)
4576 (blink-cursor-interval, display-hourglass, hourglass-delay):
4577 Remove tags.
4578 (display-hourglass, hourglass-delay): Doc fix.
4579 (cursor-in-non-selected-windows): Capitalize words in tag.
4580
4581 * faces.el (frame-background-mode): Replace `choice-item' keywords
4582 with `const' to not make [default] button. Change default value tag
4583 from `default' to `automatic'. Doc fix.
4584 (trailing-whitespace) <defface>: Change group `whitespace' to
4585 `whitespace-faces'.
4586
4587 2005-12-11 Richard M. Stallman <rms@gnu.org>
4588
4589 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4590
4591 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4592
4593 * term/mac-win.el: Create keymap for mac-apple-event-map.
4594
4595 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4596
4597 * tooltip.el (tooltip-mode): Move to start of file so that it
4598 appears at top of customize buffer.
4599
4600 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4601 Add the gud groupname.
4602 (gud-tooltip-mode): Add the tooltip groupname.
4603 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4604 avoid conflict with tooltip-use-echo-area.
4605
4606 2005-12-10 Romain Francoise <romain@orebokech.com>
4607
4608 * help.el (help-for-help-internal): Add `r' in doc string.
4609
4610 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4611
4612 * align.el (align-regexp, align-highlight-rule):
4613 Use region-beginning and region-end instead of point and mark, so that
4614 repetition (with `repeat-complex-command') recomputes the region
4615 bounds.
4616
4617 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4618
4619 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4620 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4621 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4622 (balance-windows): Rewrite using the above new functions.
4623
4624 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4625
4626 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4627 react if global-hi-lock-mode seems intended.
4628 (global-hi-lock-mode) Renamed from hi-lock-mode.
4629 (hi-lock-archaic-interface-message-used)
4630 (hi-lock-archaic-interface-deduce): New variables.
4631 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4632 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4633 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4634 Replace hi-lock-buffer-mode with hi-lock-mode.
4635
4636 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4637
4638 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4639 completion list, even after a partial completion has been
4640 inserted in the current buffer. If there are more than 1
4641 completion, redisplay the *Completions* buffer; if the
4642 completion is unique, delete the *Completions* window.
4643
4644 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4645
4646 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4647 strings and long subject lines that were broken into multiple
4648 lines at arbitrary places. Handle subjects that have "Re: " in
4649 the middle.
4650
4651 2005-12-10 John W. Eaton <jwe@octave.org>
4652
4653 * emacs/octave-mod.el (octave-electric-space): Don't indent
4654 comments or strings if octave-auto-indent is nil.
4655
4656 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4657
4658 * term/mac-win.el: Require url when compiling.
4659 Call mac-process-deferred-apple-events after loading init files.
4660 (mac-apple-event-map): New defvar. Define event handlers in it.
4661 (core-event, internet-event): New Apple event class symbols.
4662 (open-application, reopen-application, open-documents)
4663 (print-documents, open-contents, quit-application)
4664 (application-died, show-preferences, autosave-now, get-url):
4665 New Apple event ID symbols.
4666 (about): New HICommand ID symbol.
4667 (mac-event-spec, mac-event-ae): New macros.
4668 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4669 (mac-ae-selection-range, mac-ae-text-for-search)
4670 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4671 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4672 and Services menu events are now defined in mac-apple-event-map.
4673 (mac-drag-n-drop): Remove selection range handling.
4674
4675 2005-12-10 Kenichi Handa <handa@m17n.org>
4676
4677 * simple.el (zap-to-char):
4678 * isearch.el (isearch-process-search-char): Translate CHAR by
4679 translation-table-for-input.
4680
4681 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * foldout.el (foldout-exit-fold): Properly hide subtree.
4684
4685 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4686
4687 * files.el (save-buffer):
4688 * international/ucs-tables.el (ucs-set-table-for-input):
4689 * mail/mail-extr.el (mail-extract-address-components):
4690 * mail/sendmail.el (mail-mode): Reformat doc string.
4691
4692 2005-12-09 Juri Linkov <juri@jurta.org>
4693
4694 * isearch.el (isearch-highlight): Change main overlay priority
4695 from 1 to 1001. Simplify.
4696 (isearch-lazy-highlight-update): Change lazy overlay priority
4697 from 0 to 1000.
4698
4699 * replace.el (replace-highlight): Change overlay priority from
4700 1 to 1001.
4701
4702 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4703 Change overlay priority from 1 to 1001. Reuse existing overlay.
4704
4705 * compare-w.el (compare-windows-highlight): Change overlay
4706 priority from 1 to 1000.
4707
4708 * menu-bar.el (menu-bar-edit-menu): Add listp around
4709 pending-undo-list to disable menu item "undo" when pending
4710 undo list is empty.
4711
4712 * locate.el (locate): Disable undo in *Locate* buffer.
4713
4714 2005-12-09 Kim F. Storm <storm@cua.dk>
4715
4716 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4717
4718 2005-12-09 David Ponce <david@dponce.com>
4719
4720 * recentf.el: Improvement of the menu code.
4721 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4722 instead of menu hook.
4723 (recentf-show-menu, recentf-hide-menu): New functions.
4724 (recentf-menu-customization-changed, recentf-mode): Use them.
4725 (recentf-menu-action, recentf-max-menu-items)
4726 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4727 (recentf-arrange-by-rule-others)
4728 (recentf-arrange-by-rules-min-items)
4729 (recentf-arrange-by-rule-subfilter) : Don't use
4730 `recentf-menu-customization-changed'.
4731 (recentf-arrange-rules): Likewise. Accept functions to compute
4732 sub-menu titles.
4733 (recentf-menu-filter): Likewise. Doc fix.
4734 (recentf-menu-value-shortcut): Doc fix.
4735 (recentf-dump-variable): Quote atom value.
4736 (recentf-make-menu-items): Update to use it as a menu filter.
4737 (recentf-match-rule): New function.
4738 (recentf-arrange-by-rule): Use it.
4739 (recentf-indirect-mode-rule): New function.
4740 (recentf-build-mode-rules): Use it.
4741 (recentf-dir-rule): New function.
4742 (recentf-arrange-by-dir): Use it.
4743 (recentf-filter-changer-current): Rename from
4744 `recentf-filter-changer-state'. All references updated.
4745 (recentf-filter-changer-alist): Update filter names.
4746 (recentf-filter-changer-select): New function.
4747 (recentf-filter-changer): Use it. Make a sub-menu from filters
4748 available in `recentf-filter-changer-alist'.
4749 (recentf-data-cache, recentf-clear-data)
4750 (recentf-update-menu): Remove. All references updated.
4751 (recentf-match-rule-p, recentf-build-dir-rules)
4752 (recentf-filter-changer-goto-next)
4753 (recentf-filter-changer-get-current)
4754 (recentf-filter-changer-get-next): Remove.
4755
4756 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4757
4758 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4759 buffer "Reset" button to "Reset to Current" for consistency with
4760 the State buttons.
4761
4762 2005-12-08 John Paul Wallington <jpw@pobox.com>
4763
4764 * ibuf-ext.el (define-ibuffer-filter filename):
4765 If `dired-directory' is a list then really use its car.
4766
4767 2005-12-08 Kim F. Storm <storm@cua.dk>
4768
4769 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4770 Fix indention of text on right side of replaced rectangle.
4771
4772 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4775 No need to check gud-comint-buffer is bound.
4776 (gdb): Prevent multiple debugging when first session uses gdba.
4777
4778 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4779
4780 CC Mode update to 5.31.
4781
4782 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4783 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4784 We might do this function properly in the future).
4785
4786 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4787 New macros c-sentence-end and c-default-value-sentence end, to cope
4788 with Emacs 22's new function `sentence-end'.
4789
4790 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4791
4792 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4793 compat issue using `c-put-overlay' and `c-delete-overlay'.
4794
4795 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4796 New compat macros to handle overlays/extents.
4797
4798 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4799
4800 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4801 (for GNU Emacs 20.4)
4802
4803 * progmodes/cc-defs.el:
4804 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4805
4806 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4807 highlighting mechanism so it will work in XEmacs too.
4808
4809 * progmodes/cc-defs.el: Insert c-int-to-char.
4810
4811 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4812 call to the new macro c-int-to-char. This solves XEmacs's
4813 regarding characters as different from integers.
4814
4815 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4816
4817 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4818 New internal helper.
4819
4820 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4821 construct to make the indirect face lookup work in XEmacs.
4822
4823 (c-cpp-matchers): Append the negation char face to the existing
4824 fontification, so that the cpp face doesn't disappear.
4825 Use `c-make-syntactic-matcher' to avoid negation chars in comments
4826 and strings.
4827
4828 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4829 to map to `font-lock-negation-char-face' in emacsen where it exists.
4830
4831 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4832
4833 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4834
4835 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4836 Rename "c-subword-move-mode" as "c-subword-mode".
4837
4838 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4839 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4840
4841 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4842
4843 * progmodes/cc-mode.el: Added autoload directive for
4844 `c-subword-move-mode' for use in older emacsen.
4845
4846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4847
4848 * progmodes/cc-mode.el:
4849 (i) Insert a binding for C-c C-backspace into
4850 c-bind-special-erase-keys which works in TTYs.
4851 (ii) Make sure that when file styles are used, any explicitly
4852 given style variables take priority over those in the style.
4853 Do this by calling `hack-local-variables' a second time.
4854
4855 * progmodes/cc-vars.el: Add language specific customization
4856 widgets for AWK to c-doc-comment-style, c-require-final-newline
4857 and c-default-style. Add a defcustom for awk-mode-hook.
4858 Give c-syntactic-element and c-syntactic-context doc-strings by
4859 directly setting their `variable-documentation' propery.
4860 This allows Emacs 22.1 to read these with C-h v.
4861
4862 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4863
4864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4865
4866 * progmodes/cc-fonts.el, cc-vars.el
4867 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4868 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4869 Masatake YAMATO.
4870
4871 (c-doc-comment-style): Made GtkDoc default in C mode.
4872
4873 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4874 and C-c C-<delete>.
4875
4876 (c-bind-special-erase-keys): New function for use on
4877 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4878
4879 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4880 <delete> key behavior in XEmacs according to `delete-forward-p'.
4881 C.f. `c-electric-delete'.
4882
4883 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4884
4885 * progmodes/cc-mode.el: Give c-hungry-backspace and
4886 c-hungry-delete-forward permanent key bindings.
4887
4888 * progmodes/cc-cmds.el (c-electric-semi&comma):
4889 Bind c-syntactic-context for calls to "criteria functions", for
4890 consistency with other calls to user functions.
4891
4892 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4893 `current-prefix-arg', since this might be the prefix arg to a
4894 command which calls c-indent-command as a function. Change the
4895 interactive spec from "p" to "P".
4896
4897 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4898 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4899 was difficult to understand.
4900
4901 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4902
4903 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4904 first char of an identifier.
4905
4906 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4907 +" syntax in C++.
4908
4909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4910
4911 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4912 auto-fill doesn't split a c-comment's last word from a hanging
4913 "*/" when a space is typed between them after fill-column.
4914
4915 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4916
4917 * progmodes/cc-styles.el (c-set-style)
4918 (c-setup-paragraph-variables): Abort the command if we're not in a
4919 CC Mode buffer.
4920
4921 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4922 with blank comment-prefix, and a blank line as the comment's
4923 second line.
4924
4925 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4926
4927 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4928 Incorporate the patterns added in the Emacs development branch
4929 for the new Emacs 22 face `font-lock-negation-char-face'.
4930
4931 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4932 of "red" since it stands out better in xterms and DOS terminals.
4933
4934 * progmodes/cc-engine.el (c-literal-faces):
4935 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4936
4937 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4938
4939 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4940 forcibly enable c-electric-flag.
4941
4942 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4943 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4944 after the comment-prefix of a C-style comment will close that comment.
4945
4946 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4947
4948 * progmodes/cc-fonts.el (c-basic-matchers-before)
4949 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4950 in Pike.
4951
4952 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4953 digraphs.
4954
4955 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4956 (c-cpp-message-directives, c-cpp-include-directives)
4957 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4958 (c-cpp-expr-directives): Introduce new language constants to
4959 control cpp syntax in a cleaner way.
4960
4961 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4962
4963 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4964
4965 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4966 (c-multiline-string-start-char): New language constants and
4967 variables to specify how newlines in string literals work.
4968
4969 (c-font-lock-invalid-string): Use them.
4970
4971 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4972 unbalanced close brace is entered. Optimization by avoiding going
4973 back over arbitrarily large blocks. Removed hints that this
4974 function only would be relevant/useful in AWK.
4975
4976 (c-electric-brace): Indent syntactically after the cleanups since
4977 lineup functions might do it differently then.
4978
4979 * progmodes/cc-engine.el, cc-langs.el
4980 (c-opt-op-identifier-prefix): New language constant and variable.
4981
4982 (c-just-after-func-arglist-p, c-after-special-operator-id)
4983 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4984
4985 * progmodes/cc-align.el, cc-engine.el
4986 (c-after-special-operator-id): New helper to handle C++ operator
4987 identifiers.
4988
4989 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4990 (c-guess-basic-syntax): Handle C++ operator identifiers in
4991 declarations.
4992
4993 * progmodes/cc-langs.el (c-assignment-operators): Add the
4994 trigraph version of ^= too.
4995
4996 * progmodes/cc-langs.el (c-assignment-operators): Add the
4997 trigraph version of |= in C++.
4998
4999 * progmodes/cc-fonts.el (c-font-lock-declarators):
5000 Handle `c-decl-hangon-kwds' after the identifier name.
5001
5002 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5003 whether an arglist is "nonempty", ignore a comment after the open
5004 paren if it isn't followed by a non-comment token on the same line.
5005
5006 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5007 Enable heuristics below the point to cope with classes inside special
5008 brace lists in Pike.
5009
5010 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5011
5012 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5013
5014 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5015
5016 * progmodes/cc-guess.el (cc-guess-install): New function to
5017 install an already guessed style in another buffer.
5018
5019 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5020 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5021 anyway if the change always is undone.
5022
5023 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5024
5025 Implement togglable electricity:
5026
5027 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5028 saying when it should be used.
5029
5030 * progmodes/cc-engine.el: Add the new buffer-local variable,
5031 c-electric-flag.
5032
5033 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5034 c-toggle-auto-newline.
5035
5036 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5037 c-toggle-auto-newline. Remove the binding for
5038 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5039 c-toggle-electric-state.
5040
5041 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5042
5043 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5044 c-\(forward\|backward\)-subword.
5045 (c-update-modeline): Add the new modeline flag `l' for
5046 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5047 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5048 Make the old name an alias of the new name.
5049 (c-toggle-electric-state): New function.
5050 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5051 Adapt these functions to do electric things only when
5052 c-electric-flag is non-nil.
5053 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5054 new functions from c-electric-brace.
5055 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5056 mode, so that the tentative extra newline doesn't change the
5057 syntax of the following brace.
5058 (c-electric-brace): Restructure by extracting the above functions.
5059 Tidy up the coding somewhat.
5060 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5061 restructure a bit.
5062
5063 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5064
5065 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5066 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5067
5068 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5069 (c-submode-indicators): Change name from `c-auto-hungry-string'
5070 since it's now used to track another submode.
5071
5072 (c-update-modeline): Convert to function and extended to check
5073 `c-subword-move-mode'.
5074
5075 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5076 Convert to compat aliases for `c-forward-subword' and
5077 `c-backward-subword'.
5078
5079 * progmodes/cc-subword.el: New functions and minor mode to handle
5080 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5081
5082 (c-forward-subword, c-backward-subword, c-mark-subword)
5083 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5084 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5085 Functions corresponding to the standard word handling functions.
5086
5087 (c-subword-move-mode): Minor mode that replaces all the standard
5088 word handling functions with their subword equivalences.
5089
5090 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5091
5092 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5093 entry for one-liner-defun.
5094
5095 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5096 name in its def-edebug-spec.
5097
5098 * progmodes/cc-cmds.el (c-electric-brace): Make the
5099 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5100 compacts space before a comment, if this will make things fit on
5101 one line.
5102
5103 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5104
5105 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5106
5107 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5108 clean-up one-liner-defun.
5109
5110 * progmodes/cc-styles.el: Add the new "awk" style.
5111
5112 * progmodes/cc-vars.el: Add description of one-liner-defun to
5113 c-cleanup-list's doc-string. New user options,
5114 c-max-one-liner-length. In c-default-style, set the default style
5115 for AWK to "awk".
5116
5117 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5118
5119 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5120 macros inside labels.
5121
5122 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5123 `c-at-statement-start-p' and `c-at-expression-start-p'.
5124
5125 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5126 error if the mark isn't set.
5127
5128 * progmodes/cc-engine.el (c-guess-continued-construct)
5129 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5130 accurately detect functions inside functions.
5131
5132 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5133 like `c-at-statement-start-p' that additionally recognizes commas
5134 and expression parentheses as delimiters.
5135
5136 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5137 to avoid heuristics that doesn't work for unclosed blocks.
5138 (c-at-statement-start-p): New function.
5139
5140 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5141 Objective-C directives, e.g. directives spanning lines should work
5142 reasonably well now.
5143
5144 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5145
5146 (c-forward-objc-directive): New function to move over any ObjC
5147 directive.
5148
5149 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5150 (c-basic-matchers-before): Use it.
5151
5152 (c-font-lock-objc-iip-decl): Remove.
5153
5154 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5155 in the template arglist recognition.
5156
5157 * progmodes/cc-styles.el (c-style-alist): Fix several
5158 inconsistencies in the Whitesmith style.
5159
5160 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5161 New lineup function to get lines after Whitesmith style blocks
5162 correctly indented.
5163
5164 (c-lineup-whitesmith-in-block): Back out the compensation for
5165 opening parens since it's done using `add' lists in the style
5166 definition instead. Don't use the anchor position since it varies
5167 too much between the syntactic symbols. :P
5168
5169 * progmodes/cc-vars.el (c-valid-offset): Update.
5170
5171 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5172 lists where the offsets are combined according to several
5173 different methods: `first', `min', `max', and `add'.
5174 Report offset evaluation errors with `c-benign-error' so that some kind
5175 of reindentation still is done.
5176
5177 * progmodes/cc-engine.el (c-guess-basic-syntax):
5178 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5179 `arglist-close'.
5180
5181 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5182 situations for `arglist-cont-nonempty' and `arglist-close'.
5183
5184 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5185
5186 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5187 cc-bytecomp-boundp' in a number of places.
5188
5189 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5190 macro related issue.
5191
5192 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5193
5194 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5195 list is now [asdf], a char class [:alpha:].
5196 Include code for char classes.
5197 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5198 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5199
5200 Remove (nearly all of) the cruft associated with AWK Mode's former
5201 concept of "virtual semicolons":
5202
5203 Adapt c-beginning-of-statement, c-end-of-statement (together with
5204 subfunctions) to use the new notion of "virtual semicolon" in
5205 place of the old awkward special handling for AWK. There remains
5206 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5207 * progmodes/cc-cmds.el:
5208 (c-ascertain-adjacent-literal): In the backwards direction, now
5209 recognises AWK regexp delimiters as string delimiters.
5210 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5211 check more rigorously for "end of macro".
5212 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5213 virtual semicolons;
5214 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5215 out the code for forward movement into ...
5216 (c-end-of-statement): Now contains the code for forward movement,
5217 adapted for virtual semicolons.
5218
5219 * progmodes/cc-engine.el:
5220 (c-ws*-string-limit-regexp): New regexp.
5221 (c-forward-single-comment, c-backward-single-comment): Comment out
5222 the (now redundant) "special" AWK stuff.
5223
5224 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5225 c-string-par-start, c-string-par-separate to be more like Text
5226 Mode than Fundamental Mode.
5227
5228 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5229
5230 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5231 to the fontified region so that fontification doesn't occur
5232 outside it (could happen e.g. when fontifying a line with an
5233 unfinished declaration).
5234
5235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5236
5237 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5238 start of the file. ^L now separate sections of the file.
5239 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5240 (c-awk-one-line-possibly-open-string-re)
5241 (c-awk-regexp-one-line-possibly-open-char-class-re)
5242 (c-awk-one-line-possibly-open-regexp-re)
5243 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5244 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5245
5246 Amend the concept of "virtual semicolons" (in the indentation
5247 engine) for languages like AWK, such that they are now
5248 conceptually attached to end of the last token of a statement, not
5249 the end of the line. (In AWK Mode, however, the pertinent text
5250 property is still physically set on the EOL.) Remove the specific
5251 tests for awk-mode, thus facilitating the introduction of other
5252 language modes where EOLs can end statements.
5253 (Note: The funtionality in cc-cmds.el, specifically
5254 c-beginning/end-of-statement has yet to be amended.)
5255
5256 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5257 New macros.
5258
5259 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5260 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5261 c-vsemi-status-unknown-p-fn (in a new page).
5262
5263 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5264 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5265 numerous awkward forms like
5266 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5267 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5268 variable before-ws-ip, the place just after char-before-ip appears.
5269
5270 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5271 a comment.
5272
5273 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5274
5275 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5276 `c-tentative-buffer-changes'.
5277
5278 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5279 convert to macro to choose between Emacs and XEmacs at compile time.
5280
5281 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5282
5283 (c-tentative-buffer-changes): New macro to handle temporary buffer
5284 changes in a convenient way.
5285
5286 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5287 for `c-tentative-buffer-changes'.
5288
5289 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5290 the checks for paren sexps between the point and the keyword, to
5291 avoid some false alarms.
5292
5293 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5294 Fixed a situation where an error could be thrown for unbalanced
5295 parens. Changed to make use of c-keyword-member' to avoid some
5296 repeated regexp matches.
5297
5298 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5299 These language variable are no longer necessary.
5300
5301 (c-block-stmt-kwds): New language constant used by
5302 c-looking-at-inexpr-block'.
5303
5304 (c-guess-basic-syntax): Remove an optional check that looked at
5305 the existence of the now removed language variables.
5306
5307 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5308 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5309 object instantiation expressions as declarations in some contexts.
5310 This bug only affected languages where the declarator can't be
5311 enclosed in parentheses.
5312
5313 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5314 insert newlines before and after substatement braces.
5315
5316 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5317 function declaration headers and the handling of C++ style member
5318 init lists.
5319
5320 (c-just-after-func-arglist-p): Rewritten to use
5321 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5322
5323 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5324
5325 (c-guess-basic-syntax): Adapt case 5B for the new
5326 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5327 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5328 covers all cases now).
5329
5330 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5331
5332 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5333
5334 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5335 c-string-par-start/separate c-sentence-end-with-esc-eol,
5336 initialised in c-setup-paragraph-variables, used in string
5337 scanning subroutines of c-beginning-of-statement.
5338
5339 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5340 which precedes the newly inserted `{'.
5341
5342 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5343
5344 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5345 function for declaration level blocks. It should now cope with
5346 templates better and also be a lot more comprehensible.
5347
5348 (c-looking-at-decl-block): The new function.
5349
5350 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5351 for compatibility.
5352
5353 (c-add-class-syntax, c-guess-continued-construct)
5354 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5355
5356 (c-decl-block-key): Change to tell apart ambiguous and
5357 unambiguous keywords. Pike specials are now handled directly in
5358 the code instead.
5359
5360 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5361 New language constants and variables to make the backward skip in
5362 `c-looking-at-decl-block' as tight as possible.
5363
5364 (c-nonsymbol-token-char-list): New language constant.
5365
5366 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5367 find balanced template arglists backwards.
5368
5369 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5370 making char classes for `c-syntactic-skip-backward'.
5371
5372 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5373 16D - can't be a class-close at that point.
5374
5375 * progmodes/cc-engine.el (c-guess-basic-syntax)
5376 (c-add-class-syntax): Don't narrow out the enclosing declaration
5377 level. This makes everything a lot easier, and it was actually
5378 only four small places that needed it to work. Some places that
5379 previously did `widen' are removed now, which has the effect that
5380 `c-guess-basic-syntax' never will look at things outside the
5381 current narrowment now. The anchor position for `topmost-intro'
5382 is affected by this, but it was so bogus it was basically useless
5383 before, and now it's equally bogus but in a slightly different way.
5384
5385 (c-narrow-out-enclosing-class): Gone.
5386
5387 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5388 the narrowed region.
5389
5390 (c-least-enclosing-brace): Remove silly optional argument.
5391
5392 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5393 the point could be left directly after an open paren when finding
5394 the beginning of the first decl in the block.
5395
5396 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5397 Specify which submatch to use.
5398
5399 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5400
5401 (c-decl-start-re): No longer any need for special treatment of
5402 ObjC due to the above.
5403
5404 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5405 presumably follows C in that regard.
5406
5407 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5408 New language constants to specify operator tokens inside
5409 identifiers in a more high level way.
5410
5411 (c-opt-identifier-prefix-key): New internal language constant.
5412
5413 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5414 (c-identifier-start, c-identifier-key): Now completely calculated
5415 from other constants.
5416
5417 (c-identifier-last-sym-match): Decommission since it's no longer used.
5418
5419 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5420
5421 * progmodes/cc-engine.el (c-forward-name): Remove the
5422 optimization when c-identifier-key is equal to c-symbol-key since
5423 it doesn't work in byte compiled files. Don't record empty
5424 regions as identifiers.
5425
5426 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5427 simplify access to `c-operators' and its likes.
5428
5429 (c-operator-list, c-all-op-syntax-tokens)
5430 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5431 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5432 (c-primary-expr-regexp, c-cast-parens): Use it.
5433
5434 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5435 an explicit language in functions.
5436
5437 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5438 variant of adornment.
5439
5440 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5441 variable.
5442
5443 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5444 the Pike value.
5445
5446 * progmodes/cc-engine.el (c-on-identifier)
5447 (c-simple-skip-symbol-backward): Small fix for handling "-"
5448 correctly in `skip-chars-backward'. Affected the operator lfun
5449 syntax in Pike.
5450
5451 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5452 diagnostic message about precompiled language vars not being used.
5453
5454 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5455 "__attribute__" is followed by a parenthesis.
5456
5457 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5458 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5459 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5460
5461 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5462 Internal cleanups to properly detect the declared identifiers in
5463 various declarations.
5464
5465 (c-decl-start-kwds): New language constant to recognize
5466 declarations that can start anywhere. Used for class declarations
5467 in Pike.
5468
5469 (c-specifier-key, c-not-decl-init-keywords)
5470 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5471 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5472
5473 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5474 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5475 handling of the compiler specific extension keywords into a new
5476 language constant `c-decl-hangon-kwds' that defines keyword
5477 clauses to be ignored in declarations.
5478
5479 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5480 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5481 Necessary to stop at the declared identifier in e.g. IDL valuetype
5482 declarations.
5483
5484 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5485 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5486 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5487 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5488 class and enum declarations as such and not as part of the type.
5489
5490 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5491 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5492
5493 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5494 declarations when there's some syntax error later on.
5495
5496 (c-complex-decl-matchers): Did away with a reference to
5497 `c-specifier-key'.
5498
5499 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5500 value - this variable is always dynamically bound.
5501
5502 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5503 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5504 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5505 functions that might do hidden buffer changes: All such internal
5506 functions are now marked instead of those that don't.
5507
5508 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5509 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5510 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5511 (c-literal-type): Allow these functions to make hidden buffer changes,
5512 so that they are free to use text property caching later on.
5513
5514 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5515 (c-electric-brace, c-electric-slash, c-electric-star)
5516 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5517 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5518 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5519 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5520 with the changed semantics of the functions above.
5521
5522 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5523 when macros occur in obscure places. Optimized the sexp movement
5524 a bit.
5525
5526 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5527
5528 Enhancements for c-beginning-of-statement to work in AWK Mode:
5529
5530 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5531 (completed statement) with `}' (statement completed by closing
5532 brace or semicolon) and `$' (statement completed by EOL).
5533
5534 (c-awk-virtual-semicolon-ends-prev-line-p)
5535 (c-awk-virtual-semicolon-ends-line-p)
5536 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5537 (c-awk-at-statement-end-p): New functions.
5538
5539 * progmodes/cc-cmds.el: Simplify the structure of functions
5540 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5541 two functions and c-beginning-of-statement to handle AWK Mode.
5542
5543 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5544 c-backward-single-comment for AWK mode. Attempt to clarify their
5545 doc-strings.
5546
5547 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5548
5549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5550
5551 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5552 label handling. Labels are now recognized in a uniform and more
5553 robust way, regardless of context. Text properties are put on all
5554 labels to recognize the following declarations better.
5555 Multiword labels are handled both in indentation and fontification for
5556 the benefit of language extensions like Qt. For consistency, keywords
5557 in labels are now fontified with the label face instead.
5558 That also applies to "case" and "default".
5559
5560 (c-beginning-of-statement-1): Fix some bugs in the label
5561 handling. Disregard `c-nonlabel-token-key' in labels that begin
5562 with `c-label-kwds'.
5563
5564 (c-find-decl-spots): Support that the callback adds more
5565 `c-decl-end' spots to find.
5566
5567 (c-forward-decl-or-cast-1): Don't treat a list of plain
5568 identifiers followed by a colon as a declaration.
5569
5570 (c-forward-label): New function to recognize labels.
5571
5572 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5573 `c-forward-label'. Moved the label recognition cases (14 and 15)
5574 earlier since they aren't so context sensitive now. Handle labels
5575 on the top level gracefully. Moved access label recognition to
5576 the generic label case (CASE 15) - removed CASE 5E.
5577
5578 (c-font-lock-declarations): Add recognition of labels in the
5579 same round since we need to handle labels in parallell with other
5580 declarations to recognize both accurately. It should also improve
5581 speed.
5582
5583 (c-simple-decl-matchers, c-basic-matchers-after):
5584 Move `c-font-lock-labels' so that it only is used on decoration level 2
5585 since `c-font-lock-declarations' handles it otherwise.
5586
5587 (c-complex-decl-matchers): Remove the simplistic recognition of
5588 access labels.
5589
5590 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5591 with labels earlier.
5592
5593 (c-decl-start-re): New language variable to make
5594 `c-font-lock-declarations' stop for the special protection labels
5595 in Objective-C that start with `@'.
5596
5597 (c-label-key): Remove since it's no longer used.
5598
5599 (c-recognize-colon-labels, c-label-prefix-re): New language
5600 constants to support recognition of generic colon-terminated labels.
5601
5602 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5603 are colon terminated labels.
5604
5605 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5606 first argument starts with a special brace list.
5607
5608 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5609 (c-font-lock-declarations): Break out the declaration and cast
5610 recognition from `c-font-lock-declarations' to a new function, so
5611 that it can be used in the indentation engine.
5612
5613 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5614 up to the start of the literal. Fixed bug with the point on the
5615 wrong side of the search limit that could happen when the start
5616 position is inside a literal.
5617
5618 * progmodes/cc-engine.el (c-parse-state)
5619 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5620 so that it's kept a little bit back to increase the hit rate.
5621
5622 (c-parse-state): Change the macro handling and fixed some
5623 glitches. Macro context is checked more often than necessary now,
5624 but otoh less garbage conses are generated.
5625
5626 * progmodes/cc-engine.el (c-parse-state)
5627 (c-invalidate-state-cache): Cache the last position where
5628 `c-state-cache' applies. This can speed up refontification quite
5629 a bit in blocks where there are many non-brace parens before the point.
5630
5631 (c-state-cache-end): New variable for this.
5632
5633 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5634 cache variable.
5635
5636 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5637 get close initial continue positions when the start position is
5638 inside a literal or macro. Do not call the callback for spots
5639 before the start position (which can happen e.g. for `c-decl-end'
5640 spots inside comments). Optimize better in special cases when the
5641 region is a single line inside a literal or macro (typically when
5642 the current line is refontified).
5643
5644 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5645 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5646 entries from the paren state.
5647
5648 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5649 special case for "else if" clauses.
5650
5651 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5652 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5653
5654 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5655 New language variable to recognize the gcc extension with statement
5656 blocks inside expressions.
5657
5658 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5659 it somewhat more comprehensible. The argument AT-BLOCK-START is
5660 no longer used and hence removed.
5661
5662 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5663 to `c-add-stmt-syntax'.
5664
5665 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5666 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5667 This fixes bogus label recognition.
5668
5669 * progmodes/cc-engine.el (c-add-type, c-check-type)
5670 (c-forward-name, c-forward-type): Improve storage of template
5671 types in `c-found-types' so that they can be recognized better.
5672
5673 (c-syntactic-content): Add option to skip past nested parens.
5674
5675 * progmodes/cc-engine.el (c-forward-name):
5676 Set `c-last-identifier-range' all the time. It's less work that way.
5677 Handle that there might not be an identifier to store in
5678 `c-last-identifier-range'.
5679
5680 (c-forward-type): Handle that `c-last-identifier-range' might be
5681 nil from `c-forward-name'.
5682
5683 * progmodes/cc-defs.el (c-safe-scan-lists)
5684 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5685
5686 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5687 to work even if the form fails.
5688
5689 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5690 down in a large file in one go.
5691
5692 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5693
5694 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5695 function which is like `c-lineup-math' but returns nil instead of
5696 `c-basic-offset' when it doesn't match.
5697
5698 (c-lineup-math): Change to use `c-lineup-assignments'.
5699
5700 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5701
5702 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5703 c-beginning-of-statement. New subfunctions
5704 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5705
5706 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5707
5708 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5709 hardcoded char classes whereever possible. Changed a couple of
5710 places to use skip by syntax instead of skip by char class.
5711
5712 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5713 Fix a bug in the regexp that caused extreme backtracking.
5714
5715 * progmodes/cc-langs.el (c-block-comment-starter)
5716 (c-block-comment-ender): New language constants to specify in a
5717 single place how block comments look.
5718
5719 (c-comment-start-regexp, c-block-comment-start-regexp)
5720 (comment-start, comment-end, comment-start-skip)
5721 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5722 (c-syntactic-ws, c-nonempty-syntactic-ws)
5723 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5724 `c-line-comment-starter', `c-block-comment-starter' and
5725 `c-block-comment-ender'.
5726
5727 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5728 New language constants to break up things a bit.
5729
5730 (c-simple-ws): New language constant for simple whitespace.
5731
5732 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5733
5734 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5735 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5736 newlines. Allow and ignore nil elements in the list.
5737
5738 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5739
5740 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5741 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5742
5743 * progmodes/cc-cmds.el: Tidy up the comments in
5744 c-beginning-of-statement and subfunctions.
5745
5746 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5747 more flexible c-put-char-property and c-clear-char-properties.
5748 Add the author's email address.
5749
5750 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5751
5752 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5753 closing "*/" of a block comment.
5754
5755 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5756 subfunctions) so that it works at BOB and EOB.
5757
5758 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5759 c-beginning-of-statement, including new variable
5760 c-block-comment-start-regexp.
5761
5762 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5763
5764 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5765 symbols from `*-font-lock-extra-types' so that there's no need to
5766 use `regexp-opt' on those lists.
5767
5768 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5769 `c-type-modifier-kwds' is empty.
5770
5771 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5772 there are several strings on the same line.
5773
5774 * progmodes/cc-engine.el (c-literal-limits): Remove the
5775 compatibility function for older emacsen. `c-literal-limits-fast'
5776 has now taken the place of this function.
5777
5778 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5779 with older emacsen: We now require `pps-extended-state'.
5780
5781 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5782
5783 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5784 which obviates the need to hack sentence-end. This now handles
5785 escaped newlines in strings correctly. Correct minor bugs in
5786 c-move-over-sentence and in c-beginning-of-statement.
5787
5788 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5789 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5790 that movement over macros and code are rigorously separated from
5791 eachother. Correct a few incidental bugs.
5792
5793 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5794 Improve its doc-string. Improve the handling of certain specific cases.
5795
5796 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5797
5798 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5799 (c-guess-basic-syntax): Change the way class-level labels are
5800 recognized; they can now contain essentially any symbols.
5801
5802 (c-opt-extra-label-key): New language variable to cope with the
5803 special protection label syntax in Objective-C.
5804
5805 (c-opt-access-key): Remove; this is now handled better by
5806 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5807
5808 (c-complex-decl-matchers): Update to handle that
5809 `c-opt-access-key' no longer exists.
5810
5811 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5812 improved label recognition in `c-beginning-of-statement-1'.
5813
5814 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5815 Recognize bitfields better.
5816
5817 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5818 Remove some cruft and fixed a bug that could cause it to go to a
5819 position further down.
5820
5821 * progmodes/cc-langs.el, cc-engine.el
5822 (c-beginning-of-statement-1): Improve detection of labels in
5823 declaration contexts.
5824
5825 (c-beginning-of-decl-1): Use it.
5826
5827 (c-nonlabel-token-key): New language constant and variable needed
5828 by `c-beginning-of-statement-1'.
5829
5830 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5831 manifested itself due to the correction in `c-forward-sexp'.
5832
5833 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5834 Make these behave as documented when used at the buffer limits.
5835
5836 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5837 (c-type-decl-end-used): Made this a language variable.
5838
5839 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5840 correctly when `combine-after-change-calls' is used together with
5841 temporary narrowings.
5842
5843 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5844 Report labels correctly when the start point is immediately after the
5845 colon.
5846
5847 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5848 Remove since it isn't used anymore.
5849
5850 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5851 bracket arglists such as template parens in C++.
5852
5853 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5854 in the last check-in. Some optimization.
5855
5856 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5857 where it could stop at the same level in a preceding sexp when
5858 PAREN-LEVEL is set.
5859
5860 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5861 text property lookup only when it's needed.
5862
5863 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5864 Change the policy for paren marked angle brackets to be more
5865 persistent; once marked they remain marked even when they're found
5866 to be unbalanced in the searched region. This should keep the
5867 paren syntax around even when individual lines are refontified in
5868 multiline template arglists.
5869
5870 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5871 to control markup so that incorrect angle bracket arglists aren't
5872 marked in contexts where the correct value for
5873 `c-disallow-comma-in-<>-arglists' isn't known.
5874
5875 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5876 argument has become `c-parse-and-markup-<>-arglists'.
5877
5878 (c-remove-<>-arglist-properties): Remove - no longer used.
5879
5880 (c-after-change-check-<>-operators): New function used on
5881 `after-change-functions' to avoid that "<" and ">" characters that
5882 are part of longer operators have paren syntax.
5883
5884 (c-<>-multichar-token-regexp): New language variable used by
5885 `c-after-change-check-<>-operators'.
5886
5887 (c-after-change): Call `c-after-change-check-<>-operators'.
5888
5889 (c-font-lock-<>-arglists): Use the context properties set by
5890 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5891 correctly to avoid doing invalid markup.
5892
5893 (c-font-lock-declarations): Remove code that undoes the invalid
5894 markup done by `c-font-lock-<>-arglists'.
5895
5896 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5897 after `c-font-lock-declarations'.
5898
5899 * progmodes/cc-engine.el (c-syntactic-skip-backward):
5900 Add paren-level feature.
5901
5902 (c-guess-basic-syntax): Improve the anchor position for
5903 `template-args-cont' in nested template arglists. There's still
5904 much to be desired in this area, though.
5905
5906 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5907
5908 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5909 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5910
5911 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5912
5913 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5914 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5915
5916 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5917 it doesn't work no longer are supported.
5918
5919 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5920 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5921 requires support for the syntax-table' text property, which rules
5922 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5923 cruft associated with those versions.
5924
5925 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5926 for the `syntax-table' text property, which rules out Emacs 19 and
5927 XEmacs < 21.4. Removed various compatibility cruft associated
5928 with those versions.
5929
5930 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5931 support for the `syntax-table' text property.
5932
5933 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5934 variable and use an extra quoted face name instead. All the
5935 emacsen flavors handle that correctly.
5936
5937 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5938 (c-font-lock-declarators, c-font-lock-declarations)
5939 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5940 property to mark the items in in declarator lists to handle
5941 refontification inside multiline declarations better.
5942
5943 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5944 construct like "a * b = c;" as a declaration.
5945
5946 2005-12-08 Kim F. Storm <storm@cua.dk>
5947
5948 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5949 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5950 select either meta, hyper, or super modifier for rectangle commands.
5951 (cua--rectangle-modifier-key): New defvar.
5952 (cua--M/H-key): Use it. Remove special case for `space'.
5953 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5954 on X, to meta otherwise. Always bind C-return to toggle
5955 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5956
5957 * emulation/cua-rect.el (cua-help-for-rectangle):
5958 Use cua--rectangle-modifier-key. Handle super modifier too.
5959 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5960 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5961
5962 * ido.el: Move Acknowledgements and History after Commentary.
5963 Minor changes to Commentary.
5964
5965 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5966 keymap if cua--prefix-override-timer is `shift'.
5967 (cua--shift-control-prefix): New function; emulate "type prefix
5968 key twice" functionality to handle shifted prefix key override.
5969 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5970 New commands.
5971 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5972
5973 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5974
5975 * textmodes/org.el (org-insert-heading): Try to do items before
5976 headings.
5977 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5978 (org-insert-item): New function.
5979 (org-renumber-ordered-list): Don't skip to higher level lists.
5980
5981 2005-12-08 Juri Linkov <juri@jurta.org>
5982
5983 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5984
5985 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5986
5987 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5988
5989 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5990 the constructed function name fun-1.
5991
5992 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5993 because such links don't lead to parent documentation.
5994
5995 2005-12-08 Kenichi Handa <handa@m17n.org>
5996
5997 * descr-text.el (describe-char): Use *Help-2* buffer if the
5998 current buffer is *Help*. Call describe-text-properties while
5999 setting the original buffer.
6000
6001 2005-12-07 Bill Wohler <wohler@newt.com>
6002
6003 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6004 and causes problems with non-MH users (such as Gnus users).
6005
6006 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6007
6008 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6009 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6010 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6011 command "info sources". Move calls to GDB command "list".
6012 (gdb-find-file-hook): Just use gdb-source-file-list.
6013 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6014 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6015 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6016 (gdb-data-list-register-values-handler): Use correct trigger name.
6017
6018 2005-12-07 Kim F. Storm <storm@cua.dk>
6019
6020 * ido.el (ido-completion-map): Rename from ido-mode-map.
6021 (ido-common-completion-map, ido-file-completion-map)
6022 (ido-file-dir-completion-map, ido-buffer-completion-map):
6023 Rename from ido-mode-....-map.
6024 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6025 (ido-setup-completion-map): Rename from ido-define-mode-map.
6026 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6027 to ido-completion-map.
6028
6029 2005-12-07 Kenichi Handa <handa@m17n.org>
6030
6031 * international/mule-cmds.el
6032 (set-display-table-and-terminal-coding-system): If the coding
6033 system specified in `unibyte-display' property is different from
6034 the arg coding-system, don't setup standard-display-table.
6035
6036 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6039 that comments end at \n, regardless of selective-display.
6040
6041 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6042
6043 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6044 (gdb-version): New variables.
6045 (gdb-source-file-list, gdb-register-names)
6046 (gdb-changed-registers): New variables for use with GDB 6.4+.
6047 (gdb-ann3): Replace with...
6048 (gdb-init-1, gdb-init-2): ...two new functions.
6049 (gdba, gdb-prompt): Call gdb-init-1.
6050 (gdb-get-version): New function. Call gdb-init-2 from here.
6051 (gud-watch): Make it work with mouse events too.
6052 (gdb-post-prompt): Don't add to queue until GDB version is known.
6053 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6054 (gdb-locals-mode): Use gdb-version.
6055 (gdb-memory-format-map, gdb-memory-unit-map)
6056 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6057 (gdb-locals-font-lock-keywords-1)
6058 (gdb-locals-font-lock-keywords-2): New variables.
6059 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6060 (gdb-set-gud-minor-mode-existing-buffers-1)
6061 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6062 (gdb-var-update-1, gdb-var-update-handler-1)
6063 (gdb-data-list-register-values-handler)
6064 (gdb-data-list-register-values-custom)
6065 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6066 (gdb-stack-list-locals-handler, gdb-get-register-names):
6067 New functions for use with GDB 6.4+.
6068 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6069 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6070 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6071 (gdb-stack-list-locals-regexp)
6072 (gdb-data-list-register-names-regexp): New regexps for use with
6073 GDB 6.4+.
6074
6075 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6078
6079 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6080
6081 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6082 prompts work for AUTH PLAIN. Also reported by Steve Allan
6083 <seallan@verizon.net>.
6084
6085 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6086
6087 * frame.el (set-frame-parameter): Add doc string.
6088
6089 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6090
6091 * textmodes/org.el (org-occur-highlights): New variable.
6092 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6093 (org-highlight-sparse-tree-matches): New option.
6094 (org-do-occur): New function.
6095 (org-get-heading): Make it work also at beginning of line.
6096 (org-category-table): New variable.
6097 (org-get-category-table, org-get-category)
6098 (org-camel-to-words, org-link-search): New functions.
6099 (org-select-this-todo-keyword): New variable.
6100 (org-todo-list): New command.
6101 (org-shiftright, org-shiftleft): New commands.
6102 (org-agenda-todo): Add prefix argument.
6103 (org-show-hierarchy-above): New option.
6104 (org-show-todo-tree): Numerical prefix creates tree for specific
6105 TODO keyword.
6106 (org-outline-level): New function, to assign a level to plain
6107 lists items.
6108 (org-cycle-include-plain-lists): New option.
6109 (org-mode): Use `org-outline-level' as value of `outline-level'.
6110 (org-cycle): Temporarily switch `outline-regexp' if
6111 `org-cycle-include-plain-lists' is non-nil.
6112 (org-start-icalendar-file): Fix format bug.
6113 (org-agenda-get-day-entries): Create category table.
6114 (org-agenda-get-todos, org-agenda-get-timestamps)
6115 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6116 (org-agenda-get-blocks): Use `org-get-category'.
6117 (org-context-in-file-links): Rename from
6118 `org-line-numbers-in-file-links'.
6119
6120 2005-12-06 Romain Francoise <romain@orebokech.com>
6121
6122 * window.el (balance-windows): Delete extraneous third arg in call
6123 to `enlarge-window'.
6124
6125 2005-12-06 Kenichi Handa <handa@m17n.org>
6126
6127 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6128
6129 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6130
6131 * progmodes/gdb-ui.el (gdb-var-create-handler)
6132 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6133 (gdb-var-list-children-handler, gdb-var-update-handler):
6134 Current buffer is already gdb-partial-output-buffer, don't
6135 make it current again.
6136
6137 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6140 (list-buffers-noselect): Use it.
6141
6142 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6143
6144 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6145 (mail-yank-ignored-headers): Use regexp-opt.
6146 (mail-mode-map): Move initialization into declaration.
6147 (mail-sent-via): Remove unused shadowed var `to-line'.
6148 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6149 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6150 (mail-do-fcc): Use dolist and push.
6151 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6152 (mail-yank-ignored-headers): Don't autoload.
6153
6154 2005-12-05 Kenichi Handa <handa@m17n.org>
6155
6156 * international/mule-cmds.el (set-language-info-internal): New fun.
6157 (set-language-info): Call set-language-info-internal to update
6158 language-info-alist. If LANG-ENV is the current one, call
6159 set-language-environment to make INFO effective now.
6160 (set-language-info-alist): Likewise.
6161 (locale-language-names): With locale "en", use English
6162 lang. env. but set the default codings to iso-8859-1.
6163
6164 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6165
6166 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6167 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6168 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6169 for plain strings.
6170 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6171 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6172 Create registers buffer if necessary. Echo new state in minibuffer.
6173 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6174
6175 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * info.el (Info-fontify-node): Match external links using
6178 non-directory part of filename.
6179
6180 2005-12-04 Juri Linkov <juri@jurta.org>
6181
6182 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6183 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6184 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6185 because there is no customization option for it.
6186
6187 * font-lock.el (lisp-font-lock-keywords-1):
6188 Add define-global-minor-mode.
6189
6190 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6191
6192 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6193 properties on the constructed variable names.
6194
6195 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6196 Put `definition-name' properties on the constructed function names
6197 next-sym and prev-sym.
6198
6199 * emacs-lisp/find-func.el (find-function-regexp):
6200 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6201 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6202 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6203 and easy-menu-define.
6204
6205 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6206 easy-mmode-define-global-mode and define-global-minor-mode.
6207 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6208
6209 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6210 instead of easy-mmode-define-global-mode.
6211
6212 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6213 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6214
6215 * cus-edit.el (customize-group, customize-group-other-window):
6216 Filter out autoloaded options from the group completion list by
6217 using heuristics that autoloaded groups don't have `custom-autoload'
6218 property on their symbols (they have only `custom-loads').
6219
6220 * simple.el (completion-setup-function): Put completions-common-part
6221 face on complete completion string too (i.e. completion string
6222 without completions-first-difference face).
6223
6224 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6225
6226 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6227
6228 * view.el (view-mode): Doc fix.
6229
6230 * disp-table.el (standard-display-european): Add to the warning
6231 message a reference to the doc string.
6232
6233 * play/yow.el (apropos-zippy): Call print-help-return-message,
6234 similar to other Help and Apropos commands.
6235
6236 * help.el (print-help-return-message): If pop-up-frames is
6237 non-nil, set up help-return-method to delete the help window and,
6238 possibly, its frame as well, and don't display message about
6239 scrolling the help window. Doc fix.
6240 (help-return-method): Doc fix.
6241
6242 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6243
6244 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6245 whereby names of length one or names starting with a
6246 symbol-constituent character would not be returned.
6247
6248 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6249
6250 * subr.el (atomic-change-group): Add edebug and indentation spec.
6251
6252 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * completion.el (save-completions-file-name): Fix typo in last change.
6255
6256 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6257
6258 * info.el: Move back/forward history to the beginning of the tool bar.
6259
6260 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6261
6262 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6263 Add fset of allout-real-isearch-abort during compile to fix
6264 byte-compilation warnings.
6265 (allout-mode-p): Move definition of this macro above all uses, or
6266 byte compilation in barren emacs (eg, during emacs build) will
6267 lack the definition.
6268 (allout-mode): Move this variable above any uses, or byte
6269 compilation will fail.
6270 (allout-resolve-xref): Remove use of personal file-reference function.
6271 (allout-toggle-current-subtree-encryption): Do the current (ie,
6272 visible containing) topic, rather than nearest around point. Doc fix.
6273 (allout-toggle-subtree-encryption): New function, workhorse that
6274 works on nearest topic containing point.
6275 (allout-encrypt-string): Signal requirement for newer version of pgg.
6276 (allout-resumptions): Doc fix.
6277
6278 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6279
6280 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6281
6282 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6283
6284 * textmodes/flyspell.el (flyspell-external-point-words):
6285 Consider a misspelling as found in the string search if: (a) misspelling
6286 and found string lengths match, or (b) misspelling is found as
6287 element in a boundary-chars separated longer string, or (c)
6288 ispell-program-name is really ispell and misspelling is found as
6289 part of a TeX string. After successful match move beginning of
6290 search region to end of match. Warn about not found misspellings
6291 once the process is done.
6292 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6293
6294 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6295
6296 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6297 tool bar (removed inadvertently).
6298
6299 2005-12-02 Juri Linkov <juri@jurta.org>
6300
6301 * log-view.el (log-view-diff): Clarify doc string.
6302
6303 2005-12-01 Bill Wohler <wohler@newt.com>
6304
6305 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6306 triggers lm-verify errors.
6307
6308 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6309
6310 * simple.el (transient-mark-mode, line-number-mode)
6311 (column-number-mode, size-indication-mode): Remove `:require nil'.
6312
6313 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6314
6315 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6316 in the margin also.
6317 (gdb-breakpoints-mode-map): Use D instead of d for
6318 gdb-delete-breakpoint.
6319 (gdb-get-frame-number): Require a number to match on.
6320 (gdb-threads-mode-map): Add follow-link binding.
6321
6322 2005-11-30 Jason Rumney <jasonr@gnu.org>
6323
6324 * isearch.el (isearch-mode-map): Avoid exiting search on
6325 language-change event.
6326
6327 2005-11-30 Romain Francoise <romain@orebokech.com>
6328
6329 * speedbar.el (speedbar-default-position): New defcustom.
6330 (speedbar-frame-reposition-smartly): Use it.
6331
6332 * dframe.el (dframe-reposition-frame-emacs): Fix position
6333 computation for `left' location.
6334 Update copyright year.
6335
6336 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * help.el (help-map): Move initialization into declaration.
6339
6340 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6341
6342 * help-fns.el (help-argument-name): Don't autoload.
6343 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6344 to be re-loaded when customizing the `help' group.
6345
6346 2005-11-30 John Paul Wallington <jpw@gnu.org>
6347
6348 * help-fns.el (describe-function-1): Fill arglist output.
6349
6350 2005-11-30 Kim F. Storm <storm@cua.dk>
6351
6352 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6353 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6354 after revert-buffer (or anything else which kills all local variables).
6355
6356 * apropos.el (apropos-parse-pattern): Doc fix.
6357 Set apropos-regexp directly, rather than expecting callers to do so.
6358 (apropos-command, apropos, apropos-value, apropos-documentation):
6359 Simplify calls to apropos-parse-pattern.
6360
6361 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6364 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6365 (hi-lock-write-interactive-patterns): Use comment-region.
6366
6367 * longlines.el (longlines-mode): Add mail-setup-hook.
6368
6369 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6370
6371 * simple.el (sendmail-user-agent-compose, next-line):
6372 Conditionally use hard-newline.
6373
6374 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6375
6376 * international/latexenc.el (latex-inputenc-coding-alist):
6377 Reword doc string.
6378
6379 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * help.el (describe-key-briefly, describe-key): Recognize default
6382 bindings.
6383
6384 2005-11-29 Romain Francoise <romain@orebokech.com>
6385
6386 * view.el (view-inhibit-help-message): New defcustom.
6387 (view-mode-enter): Use it.
6388
6389 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6390
6391 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6392 Preserve user position.
6393
6394 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6395
6396 * font-lock.el: Throw error if facemenu is not loaded to prevent
6397 accidental change of loading order in loadup.el. (Suggested by RMS.)
6398
6399 * loadup.el: Add comment explaining why facemenu must be loaded
6400 before font-lock.
6401
6402 2005-11-28 Jay Belanger <belanger@truman.edu>
6403
6404 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6405 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6406
6407 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6408
6409 * calc/calc-embed.el (calc-do-embedded): Update help message.
6410
6411 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6412
6413 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6416
6417 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6418 called-interactively-p.
6419 (elp-profilable-p): Rename from elp-not-profilable-p.
6420 Invert result and take into account macros and autoloaded functions.
6421 (elp-instrument-function): Update call.
6422 (elp-instrument-package): Update call. Add completion.
6423 (elp-pack-number): Use match-string.
6424 (elp-results-jump-to-definition-by-mouse): Merge into
6425 elp-results-jump-to-definition and then remove.
6426 (elp-output-insert-symname): Make help echo text single-line.
6427
6428 * replace.el (query-replace-map): Move initialization into declaration.
6429 (occur-engine): Use with-current-buffer.
6430 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6431 (occur-mode-mouse-goto): Replace with an alias.
6432
6433 2005-11-28 Juri Linkov <juri@jurta.org>
6434
6435 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6436
6437 * term/w32-win.el: Bind [S-tab] to [backtab].
6438
6439 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6440 `Info-find-file' to t.
6441
6442 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6443 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6444 and same-window-regexps.
6445 (occur-next-error): Don't move point for arg 0.
6446
6447 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6450
6451 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * log-edit.el (log-edit-changelog-use-first): New var.
6454 (log-edit-changelog-ours-p): Use it.
6455 (log-edit-insert-changelog): Set it with new arg `use-first'.
6456 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6457 (log-edit-hook): Add them to the list of suggested options.
6458
6459 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6460 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6461 redundant work.
6462 (flyspell-mode-on): Use add-hook for after-change-functions.
6463 (flyspell-mode-off): Use remove-hook for after-change-functions.
6464 (flyspell-changes): Make it buffer-local.
6465 (flyspell-after-change-function): Make it non-interactive. Use push.
6466 (flyspell-post-command-hook): Check input-pending-p while processing
6467 the potentially long list of buffer changes.
6468
6469 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6470
6471 * buff-menu.el (list-buffers-noselect): Display the selected
6472 frame's buffer list, not the global one.
6473
6474 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6475
6476 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6477 that (list last-input-event) works as in interactive spec.
6478
6479 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6480
6481 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6482 `facemenu-keymap' needs to be defined when font-lock is loaded.
6483 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6484
6485 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * completion.el: Remove useless leading * in defcustom docstrings.
6488 (save-completions-file-name): Use ~/.emacs.d if available.
6489 (completion-standard-syntax-table): Rename from
6490 cmpl-standard-syntax-table and fold initialization into declaration,
6491 thus removing cmpl-make-standard-completion-syntax-table.
6492 (completion-lisp-syntax-table, completion-c-syntax-table)
6493 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6494 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6495 (symbol-under-point, symbol-before-point)
6496 (symbol-under-or-before-point, symbol-before-point-for-complete)
6497 (add-completions-from-c-buffer): Use with-syntax-table.
6498 (make-completion): Don't return a list of completion entries.
6499 Update callers.
6500 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6501 (completion-initialize): Rename from initialize-completions.
6502 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6503 (kill-emacs-save-completions): Collect stats here.
6504 (save-completions-to-file, load-completions-from-file):
6505 Use with-current-buffer.
6506 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6507 into a function. Move all calls to toplevel.
6508 (completion-lisp-mode-hook): New fun.
6509 (completion-c-mode-hook, completion-setup-fortran-mode):
6510 Set the syntax-table here. Use local-set-key.
6511 (completion-saved-bindings): New var.
6512 (dynamic-completion-mode): Make it into a proper minor mode.
6513 (load-completions-from-file): Remove unused var `num-uses'.
6514
6515 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6516 constructor if it is explicitly overridden.
6517
6518 * complete.el (PC-completion-as-file-name-predicate):
6519 Use minibuffer-completing-file-name.
6520 (partial-completion-mode): Use find-file-not-found-functions.
6521 (PC-lisp-complete-symbol): Use with-syntax-table.
6522 (PC-look-for-include-file): Remove dead setq.
6523 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6524 (PC-complete): Use with-current-buffer.
6525
6526 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6527 escape single quotes.
6528
6529 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6530
6531 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6532 of `if' whose condition always returned nil. Doc fix.
6533
6534 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6535 window's buffer the current buffer around the call to
6536 `list-buffers-noselect'. This is necessary to mark that buffer
6537 with a `.' in the Buffer Menu when called from Lisp, for instance
6538 by Auto Revert Mode.
6539
6540 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6541
6542 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6543 attaching to it.
6544 (gdb-pre-prompt): Make sure gdb-error is reset.
6545
6546 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6547 with a child process, detect it.
6548 (gud-speedbar-buttons): Match regexp more carefully.
6549
6550 2005-11-27 Richard M. Stallman <rms@gnu.org>
6551
6552 * mouse.el (mouse-drag-move-window-bottom):
6553 Use adjust-window-trailing-edge.
6554
6555 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6556
6557 * simple.el (blink-matching-open): Ignore
6558 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6559 (blink-matching-paren-on-screen): Update docstring.
6560
6561 * paren.el (show-paren-mode): No longer change
6562 `blink-matching-paren-on-screen'.
6563
6564 2005-11-27 John Paul Wallington <jpw@pobox.com>
6565
6566 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6567 (gdb-threads-select, gdb-edit-register-value):
6568 Use `posn-set-point' instead of `mouse-set-point' because the
6569 latter is not fbound when configured without X.
6570
6571 2005-11-27 Kim F. Storm <storm@cua.dk>
6572
6573 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6574 existing face when partially highlighting a TAB in a rectangle.
6575
6576 2005-11-26 Kim F. Storm <storm@cua.dk>
6577
6578 * ido.el (ido-mode-map): Doc fix.
6579 (ido-mode-common-map, ido-mode-file-map)
6580 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6581 (ido-define-mode-map): Rewrite. Select one of the new maps as
6582 parent for ido-mode-map instead of building from scratch.
6583 (ido-init-mode-maps): New defun to initialize new maps.
6584 (ido-mode): Call it.
6585 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6586 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6587
6588 2005-11-26 John Paul Wallington <jpw@pobox.com>
6589
6590 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6591 `mouse-set-point' because the latter is not fbound when configured
6592 without X.
6593
6594 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6595
6596 * files.el (file-relative-name): Doc fix.
6597
6598 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6599
6600 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6601 non-empty string for secondary prompt PS2.
6602
6603 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * progmodes/compile.el (compilation-setup): Fix last change.
6606
6607 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6610 (gdb-mouse-toggle-breakpoint-margin)
6611 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6612 Add gdb-server-prefix to keep out of command history.
6613 (gdb-edit-register-value): New function.
6614 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6615 (gdb-info-registers-custom): Use above map.
6616
6617 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * custom.el (enable-theme): Signal error if argument is not a
6620 theme. Don't recalculate a face if it's not loaded yet.
6621
6622 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6623 the `user' theme is in effect.
6624
6625 * info.el (Info-on-current-buffer): Record actual filename in
6626 Info-current-file, instead of t, or a fake filename if a non-file
6627 buffer. Make autoload.
6628 (Info-find-node, Info-revert-find-node): No need to check for
6629 Info-current-file nil.
6630 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6631 Info-current-file is now never `t'.
6632 (Info-fontify-node): Many simplifications due to Info-current-file
6633 always being valid. Use Info-find-file to find node filename.
6634
6635 2005-11-25 David Kastrup <dak@gnu.org>
6636
6637 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6638 new character, then delete" in order to preserve markers.
6639
6640 2005-11-25 David Ponce <david@dponce.com>
6641
6642 * recentf.el (recentf-arrange-by-rule): Handle a special
6643 `auto-mode-alist'-like "strip suffix" rule.
6644 (recentf-build-mode-rules): Handle second level auto-mode entries.
6645
6646 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6647
6648 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6649 window modes.
6650
6651 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6652 jde-javadoc-checker-report-mode.
6653
6654 * ediff-wind (ediff-make-wide-display): Slight simplification.
6655
6656 * ediff.el (ediff-date): Change the date of last update.
6657
6658 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6661 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6662 (hi-lock-mode): New global minor mode.
6663 (turn-on-hi-lock-if-enabled): New function.
6664 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6665 Change arguments to regexp and face instead of a font-lock pattern.
6666 Directly set face property, instead of refontifying.
6667 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6668 (hi-lock-find-patterns): Use line-number-at-pos.
6669
6670 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6671 arguments for hi-lock-set-pattern.
6672 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6673 Call font-lock-fontify-buffer.
6674 (hi-lock-find-file-hook, hi-lock-current-line)
6675 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6676
6677 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6678 turned off.
6679
6680 * progmodes/compile.el (compilation-setup): Don't fiddle with
6681 font-lock-defaults.
6682
6683 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * progmodes/gdb-ui.el (gdb-var-create-handler)
6686 (gdb-var-list-children-handler): Find values for all variable
6687 objects. gud-speedbar-buttons decides whether to display them.
6688
6689 2005-11-24 Romain Francoise <romain@orebokech.com>
6690
6691 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6692 buffer name with a space.
6693
6694 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6695
6696 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6697 `org-export-local-list-max-depth'. Change default value to 3.
6698 (org-auto-renumber-ordered-lists)
6699 (org-plain-list-ordered-item-terminator): New options.
6700 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6701 (org-get-indentation, org-get-string-indentation)
6702 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6703 New functions.
6704 (org-move-item-down, org-move-item-up): New commands.
6705 (org-export-as-html): New classes for CSS support. Bug fix in
6706 regular expression detecting fixed-width regions. Respect
6707 `org-local-list-ordered-item-terminator'.
6708 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6709 also a list item.
6710 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6711 New item moving functions.
6712
6713 2005-11-24 Juri Linkov <juri@jurta.org>
6714
6715 * isearch.el (isearch-repeat): With empty search ring set
6716 `isearch-error' to the error string instead of signaling error
6717 with the function `error'.
6718
6719 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6720
6721 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6722
6723 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6724
6725 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6726 and variable.
6727 (gdb-var-create-handler, gdb-var-list-children-handler):
6728 Don't match on "char **...".
6729 (gdb-var-update-handler): Find values for all variable objects.
6730 (gdb-info-frames-custom): Identify frames by leading "#".
6731
6732 * progmodes/gud.el (gud-speedbar-menu-items): Add
6733 gdb-speedbar-auto-raise as radio button.
6734 (gud-speedbar-buttons): Raise speedbar if requested.
6735 Don't match on "char **...".
6736 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6737 Make it editable.
6738
6739 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6740
6741 * info.el (Info-fontify-node): Handle the case where
6742 Info-current-file is t.
6743
6744 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * simple.el (blink-matching-open): Fix off-by-one in last change.
6747
6748 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6749
6750 * term/mac-win.el: Don't change default directory.
6751
6752 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6755 buffers correctly. (It used to throw an error in such buffers.)
6756 Make it ask for confirmation in group buffers and other Custom
6757 buffers containing more than one customization item.
6758
6759 2005-11-22 John Paul Wallington <jpw@gnu.org>
6760
6761 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6762 property on mail and url overlays.
6763 (goto-address-at-point): Use `posn-set-point' instead of
6764 `mouse-set-point' because the latter is not fbound when configured
6765 without X.
6766
6767 2005-11-22 Lars Hansen <larsh@soem.dk>
6768
6769 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6770 (ls-lisp-classify, ls-lisp-format): Delete call to
6771 ls-lisp-parse-symlink.
6772 (ls-lisp-handle-switches): Handle symlinks to directories as
6773 directories when ls-lisp-dirs-first in non-nil.
6774
6775 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * startup.el (command-line): Make sure that loaddefs.el is handled
6778 correctly in load-history.
6779
6780 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6783 (gdb-struct-string, gdb-array-string): New constants.
6784 (gdb-info-locals-handler): Use them.
6785 (gdb-reset): Reset gdb-var-list to nil.
6786
6787 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6790 in patterns.
6791
6792 2005-11-21 Juri Linkov <juri@jurta.org>
6793
6794 * custom.el (defcustom): Update link types in docstring.
6795
6796 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6797
6798 * custom.el (defgroup): Add doc-string-elt info.
6799
6800 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6801
6802 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * newcomment.el (comment-enter-backward): Fix last fix.
6805
6806 * simple.el (blink-matching-open):
6807 * paren.el (show-paren-function): Allow new paren-class info.
6808
6809 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6810
6811 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6812 handled automagically.
6813
6814 2005-11-20 Andreas Schwab <schwab@suse.de>
6815
6816 * descr-text.el (describe-char): When copying overlays put them
6817 over the full char description instead of just the first character
6818 of it.
6819
6820 2005-11-20 Juri Linkov <juri@jurta.org>
6821
6822 * simple.el (what-cursor-position):
6823 * descr-text.el (describe-char): Use Lisp-readable syntax
6824 for octal and hex. Reorder decimal, octal and hex values.
6825 Remove excess whitespace in the output. Use `=' in `column='
6826 like in `point=' and `Hscroll='.
6827
6828 * international/mule-cmds.el (encoded-string-description):
6829 Use Lisp-readable syntax for hex.
6830
6831 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * newcomment.el (comment-enter-backward): Handle the case where the
6834 comment is closed by EOB.
6835
6836 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * longlines.el (longlines-before-revert-hook)
6839 (longlines-after-revert-hook): New functions.
6840 (longlines-mode): Turn off longlines temporarily when reverting.
6841 Add a message-setup-hook.
6842 (longlines-decode-buffer): New function.
6843 (longlines-wrap-line): Preserve marker positions.
6844
6845 2005-11-19 Andreas Schwab <schwab@suse.de>
6846
6847 * emacs-lisp/shadow.el: Handle compressed files.
6848
6849 2005-11-19 Romain Francoise <romain@orebokech.com>
6850
6851 * net/browse-url.el (browse-url-default-browser): Signal an error
6852 if no usable browser can be found, rather than try to load w3.
6853
6854 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6855
6856 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6857 replacing existing properties.
6858 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6859 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6860 tty specs.
6861 (rcirc-server-prefix, rcirc-server): New faces.
6862 (rcirc-url-regexp): Generate with rx macro.
6863 (rcirc-last-server-message-time): New variable.
6864 (rcirc-filter): Record time of last message.
6865 (rcirc-keepalive): Kill processes that did not send a message
6866 since the last ping.
6867 (rcirc-mode): Give rcirc-topic a local binding here.
6868
6869 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6870
6871 * subr.el (read-passwd): Fontify the prompt as we do with other
6872 prompts.
6873
6874 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6875
6876 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6877 binding buffer-read-only to nil.
6878
6879 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6880
6881 * complete.el (partial-completion-mode):
6882 Mention completion-auto-help in the doc string.
6883
6884 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6885 more Lisp-ish way.
6886
6887 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6888
6889 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6890 digits, not 8, to avoid misalignment for files larger than 100MB.
6891
6892 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6893
6894 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6895 Mention "keyboard shortcuts" in the help text.
6896
6897 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6898
6899 * startup.el (fancy-splash-default-action): Discard only
6900 mouse-down and succeeding mouse-up events in the splash screen
6901 window so that drag-n-drop event can be processed.
6902
6903 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * longlines.el (longlines-mode): Add hacks for mail-mode and
6906 message-mode.
6907
6908 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6909
6910 * textmodes/org.el (org-table-sort-lines): New command.
6911 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6912 (org-add-file): Command removed, use `org-agenda-file-to-front'
6913 instead.
6914 (org-export-icalendar): Use `org-icalendar-combined-name'.
6915 (org-cycle-agenda-files, org-agenda-file-to-end)
6916 (org-agenda-file-to-front): New commands.
6917 (org-table-tab-jumps-over-hlines, org-export-html-style):
6918 New options.
6919 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6920 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6921 New functions.
6922 (org-fill-paragraph): Call `org-table-align' in tables.
6923 (org-mode): Call `org-set-autofill-regexps'.
6924 (org-export-as-html): Support for local handformatted lists.
6925 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6926 (org-export-local-list-max-depth): New option.
6927 (org-html-expand): Use `org-html-protect'.
6928
6929 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6930
6931 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6932 to "p".
6933 (gdb): Move definition of gud-pp to...
6934
6935 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6936 speedbar.
6937 (gdb-find-watch-expression): New function.
6938
6939 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * faces.el (face-attribute, set-face-attribute): Mention existence
6942 of `:ignore-defface' setting in docstring.
6943
6944 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * simple.el (completion-setup-function): Fix last change.
6947
6948 2005-11-17 John Paul Wallington <jpw@pobox.com>
6949
6950 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6951 Use `posn-set-point' instead of `mouse-set-point' because the
6952 latter is not fbound when configured without X.
6953
6954 * comint.el (comint-insert-input): Likewise.
6955
6956 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6957
6958 * simple.el (hard-newline): New variable.
6959 (sendmail-user-agent-compose, next-line): Use it.
6960
6961 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6962 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6963 (mail-mail-reply-to, mail-mail-followup-to)
6964 (mail-position-on-field, mail-signature, mail-yank-original)
6965 (mail-attach-file): Likewise.
6966
6967 * mail/mailheader.el (mail-header-format)
6968 (mail-header-format-function): Likewise.
6969
6970 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6971
6972 2005-11-17 Juri Linkov <juri@jurta.org>
6973
6974 * font-lock.el (font-lock-faces): Rename this defgroup from
6975 `font-lock-highlighting-faces'.
6976 (font-lock-comment-face, font-lock-comment-delimiter-face)
6977 (font-lock-string-face, font-lock-doc-face)
6978 (font-lock-keyword-face, font-lock-builtin-face)
6979 (font-lock-function-name-face, font-lock-variable-name-face)
6980 (font-lock-type-face, font-lock-constant-face)
6981 (font-lock-warning-face, font-lock-negation-char-face)
6982 (font-lock-preprocessor-face)
6983 (font-lock-regexp-grouping-backslash)
6984 (font-lock-regexp-grouping-construct): Rename :group from
6985 `font-lock-highlighting-faces' to `font-lock-faces'.
6986
6987 * cus-edit.el (lisp, c, tex):
6988 * progmodes/ada-mode.el (ada):
6989 * progmodes/asm-mode.el (asm):
6990 * progmodes/cperl-mode.el (cperl-faces):
6991 * progmodes/cpp.el (cpp):
6992 * progmodes/dcl-mode.el (dcl):
6993 * progmodes/f90.el (f90):
6994 * progmodes/fortran.el (fortran):
6995 * progmodes/icon.el (icon):
6996 * progmodes/idlwave.el (idlwave-misc):
6997 * progmodes/m4-mode.el (m4):
6998 * progmodes/make-mode.el (makefile):
6999 * progmodes/meta-mode.el (meta-font):
7000 * progmodes/modula2.el (modula2):
7001 * progmodes/octave-mod.el (octave):
7002 * progmodes/pascal.el (pascal):
7003 * progmodes/perl-mode.el (perl):
7004 * progmodes/prolog.el (prolog):
7005 * progmodes/ps-mode.el (PostScript-edit):
7006 * progmodes/scheme.el (scheme):
7007 * progmodes/sh-script.el (sh-script):
7008 * progmodes/simula.el (simula):
7009 * progmodes/tcl.el (tcl):
7010 * textmodes/nroff-mode.el (nroff):
7011 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7012 * textmodes/sgml-mode.el (sgml):
7013 * textmodes/texinfo.el (texinfo):
7014 Add :link (custom-group-link font-lock-faces) to defgroup.
7015
7016 * hi-lock.el (hi-lock): Rename this defgroup from
7017 `hi-lock-interactive-text-highlighting'. Change parent group from
7018 `faces' to `font-lock'. Add link to the manual.
7019 (hi-lock-mode, hi-lock-file-patterns-range)
7020 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7021 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7022 (hi-lock-faces): Add :group `faces'.
7023
7024 * cus-edit.el (custom-variable-prompt): Clarify the code.
7025
7026 * faces.el (face-read-string): Set the default value arg of
7027 completing-read.
7028
7029 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7030
7031 * rfn-eshadow.el (file-name-shadow-properties)
7032 (file-name-shadow-tty-properties, file-name-shadow-mode):
7033 Remove autoloads, because the file is now preloaded.
7034
7035 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * printing.el (easy-menu-intern): Don't define.
7038 (pr-get-symbol): Use easy-menu-intern only if defined.
7039
7040 * simple.el (blink-matching-open): Simplify a bit.
7041 (completion-setup-function): Fix the case of partial-completion-mode
7042 when the minibuffer's contents start with "-".
7043 Obey completion-base-size-function even when
7044 minibuffer-completing-file-name is non-nil.
7045
7046 2005-11-16 Richard M. Stallman <rms@gnu.org>
7047
7048 * net/eudcb-ph.el (eudc-ph-open-session):
7049 Use set-process-query-on-exit-flag.
7050
7051 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7052
7053 * international/ucs-tables.el (ucs-set-table-for-input):
7054 Use make-local-variable, not make-variable-buffer-local.
7055
7056 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7057 Improve warning message text.
7058
7059 * savehist.el (savehist-save-hook): Add :group.
7060
7061 * menu-bar.el (menu-bar-help-menu):
7062 Rename Find Extra Packages to External Packages.
7063
7064 * cus-edit.el (Custom-reset-standard): Verify that
7065 :custom-standard-value prop exists before calling it.
7066
7067 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7068
7069 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7070
7071 * wid-edit.el (color): Enclose %t in %{...%}.
7072
7073 * cus-edit.el (face): Enclose %t in %{...%}.
7074
7075 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7076
7077 * savehist.el (savehist-mode-hook): Re-add the var.
7078 (savehist-mode): Use it.
7079
7080 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * textmodes/flyspell.el: Fix commenting convention.
7083 Remove unnecessary leading * in custom docstrings.
7084 (flyspell-emacs): Remove unused var.
7085 (flyspell-delete-region-overlays): Use remove-overlays.
7086 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7087 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7088 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7089 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7090 (make-flyspell-overlay): Don't locally reuse a global name.
7091 (flyspell-highlight-incorrect-region)
7092 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7093 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7094 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7095 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7096 Wrap calls to accept-process-output inside with-local-quit since it's
7097 often called from a post-command-hook.
7098 (flyspell-correct-word, flyspell-auto-correct-word):
7099 Use ispell-send-string.
7100 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7101
7102 * calendar/diary-lib.el (diary-list-entries): Also hide the
7103 terminating newline.
7104
7105 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7106
7107 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7108 window-system, to allow fonts on tty.
7109
7110 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7111
7112 * progmodes/gud.el (gud-speedbar-item-info): New function.
7113 (gud-install-speedbar-variables): Use it to display data type
7114 of watch expression as a tooltip in speedbar.
7115
7116 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * font-core.el (global-font-lock-mode): Add :version keyword,
7119 because default was changed.
7120
7121 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7122
7123 * startup.el (command-line): Use `custom-reevaluate-setting' for
7124 `file-name-shadow-mode'.
7125
7126 * loadup.el: Preload rfn-eshadow.
7127
7128 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7129 Add :version keyword.
7130 (file-name-shadow-properties, file-name-shadow-tty-properties)
7131 (file-name-shadow): Add :version keyword.
7132
7133 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7134 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7135 in the custom-group property of the symbol frames and the fringe
7136 group got no link to its parent group frames.
7137 Doc fix.
7138
7139 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7140
7141 * progmodes/gud.el (gud-stop-subjob): New function.
7142 (gud-menu-map, gud-tool-bar-map): Use it.
7143
7144 2005-11-16 Kim F. Storm <storm@cua.dk>
7145
7146 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7147 than kill it.
7148 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7149 to a more useful/logical place.
7150
7151 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7152
7153 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7154 go buttons complementary.
7155
7156 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7159 (rfn-eshadow-sifn-equal): New function.
7160 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7161
7162 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7163
7164 * viper-utils.el (viper-non-word-characters-reformed-vi):
7165 Quote `-' in string.
7166
7167 * viper.el (viper-emacs-state-mode-list): Ensure that
7168 rcirc-mode buffers come up in Emacs state.
7169
7170 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7171 operation.
7172
7173 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7174
7175 * term.el (term-termcap-format): Fix typos.
7176 (term-down): Fix the negative argument case.
7177
7178 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7179
7180 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7181 2005-08-15.
7182 (gdb-ann3): New command gud-go.
7183 (menu): Accomodate gdb-mi.el.
7184 (gdb-assembler-custom): Make buffer of selected window current
7185 so that set-window-point works.
7186
7187 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7188 buttons and include new ones.
7189
7190 2005-11-16 Kim F. Storm <storm@cua.dk>
7191
7192 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7193 (gud-menu-map): Use it.
7194
7195 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7198 that works correctly for Custom and that does not override a user
7199 who disables it.
7200
7201 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7202 (help-xref-interned, help-follow): Make hyperlinks for variables
7203 that are unbound, but have a non-nil variable-documentation property.
7204
7205 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7206 mode hook. (It conflicted with defcustoms for some mode hooks.)
7207 Use the `variable-documentation' property to give the mode hook a
7208 docstring and expand that docstring.
7209
7210 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7211
7212 * savehist.el (savehist-mode): Don't bother with
7213 `custom-set-minor-mode'.
7214 (savehist-coding-system): Check XEmacs version.
7215 (history-length): Declare also at run time.
7216 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7217 Don't set the customize state.
7218 (savehist-minibuffer-hook): Special case for when
7219 minibuffer-history-variable is equal to t.
7220
7221 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * files.el (write-file): Refresh VC status.
7224
7225 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7226 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7227 than fundamental-mode to see if the mode was set.
7228
7229 2005-11-14 Romain Francoise <romain@orebokech.com>
7230
7231 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7232 dummy function in `eval-when-compile' to avoid compiler warning.
7233 Require `man' at compile time.
7234
7235 2005-11-14 Jay Belanger <belanger@truman.edu>
7236
7237 * calc-alg.el (calcFunc-write-out-power): Rename it to
7238 calcFunc-powerexpand.
7239 (math-write-out-power): Rename it to math-powerexpand; have it
7240 handle negative exponents.
7241 (calc-writeoutpower): Rename it to calc-powerexpand.
7242
7243 * calc-ext.el: Change calcFunc-writeoutpower and
7244 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7245 autoloads.
7246 Add calcFunc-ldiv to autoloads.
7247
7248 * calc-arith.el (calcFunc-ldiv): New function.
7249
7250 * calc.el (calc-left-divide): New function.
7251
7252 2005-11-14 Juri Linkov <juri@jurta.org>
7253
7254 * cus-edit.el (custom-variable-prompt): Set the default value arg
7255 of completing-read.
7256
7257 * cus-dep.el (custom-make-dependencies): Reverse the list of
7258 found dependencies.
7259
7260 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7261
7262 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7263 Highlighting" entry, it is on by default now.
7264 (menu-bar-options-save): Do not save global-font-lock-mode.
7265
7266 2005-11-13 Richard M. Stallman <rms@gnu.org>
7267
7268 * textmodes/flyspell.el (flyspell-large-region):
7269 Call flyspell-accept-buffer-local-defs.
7270
7271 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7272
7273 * textmodes/flyspell.el (flyspell-notify-misspell):
7274 Fix misspelling of "Misspelling".
7275 (flyspell-process-localwords): New function.
7276 (flyspell-large-region): Call flyspell-process-localwords and
7277 flyspell-delete-region-overlays.
7278 (flyspell-delete-region-overlays): New function.
7279 (flyspell-delete-all-overlays): Call that.
7280
7281 2005-11-13 Richard M. Stallman <rms@gnu.org>
7282
7283 * help.el (help-for-help-internal): Improve doc of C-h a.
7284 (describe-key): Improve prompt; doc fix.
7285
7286 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * vc-svn.el (vc-svn-registered): Catch all errors.
7289
7290 * cus-dep.el (custom-make-dependencies): Typo.
7291
7292 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7293
7294 * net/tramp-util.el (top): Fix compilation warning.
7295
7296 2005-11-13 Kim F. Storm <storm@cua.dk>
7297
7298 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7299
7300 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7301
7302 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7303 (gud-speedbar-buttons): Match on "const char *" too.
7304
7305 * progmodes/gdb-ui.el (gdb-var-create-handler)
7306 (gdb-var-list-children-handler): Match on "const char *" too.
7307 (gdb-var-evaluate-expression-handler): Match on empty string.
7308 (gdb-var-update-handler): Only call
7309 gdb-var-evaluate-expression-handler when required.
7310
7311 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7312
7313 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7314 selected window. This still doesn't work for speedbar.
7315 (gud-speedbar-buttons): Handle string expressions properly.
7316
7317 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7318 (gdb-var-create-handler): Handle string expressions properly.
7319 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7320 Handle string expressions properly. Move "type" field into regexp.
7321
7322 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7323
7324 * bookmark.el (bookmark-maybe-message): New function to reduce
7325 code duplication: invokes `message' iff baud-rate is high enough.
7326 (bookmark-write-file): Use above instead of an inline conditional.
7327 (bookmark-load): Same.
7328
7329 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7330
7331 * bookmark.el (bookmark-write-file): Don't visit the destination
7332 file, just write the data to it using write-region. This is
7333 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7334 change to avoid visiting the file in the first place.
7335
7336 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * hi-lock.el (hi-lock-mode): Set the default value of
7339 font-lock-defaults.
7340
7341 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7344 arg to `file-attributes'.
7345 (find-lisp-format): The UID and GID can now be strings.
7346
7347 2005-11-12 Kim F. Storm <storm@cua.dk>
7348
7349 * help.el (help-map): Bind C-h d to apropos-documentation.
7350
7351 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7352 when point is at end-of-buffer.
7353
7354 * apropos.el (apropos-match-face): Doc fix.
7355 (apropos-sort-by-scores): Add new choice `verbose'.
7356 (apropos-documentation-sort-by-scores): New defcustom.
7357 (apropos-pattern): Now contains the pattern entered by the user.
7358 (apropos-pattern-quoted): New defvar.
7359 (apropos-regexp): New defvar, containing the regexp corresponding
7360 to apropos-pattern.
7361 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7362 (apropos-read-pattern): New defun. Use it to read pattern arg in
7363 interactive calls; returns list of words for a word list, and
7364 string for a regexp.
7365 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7366 parses a list of words or regexp as returned by apropos-read-pattern.
7367 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7368 (apropos-score-doc): Return a very high score if the string
7369 entered by the user matches literally.
7370 (apropos-variable): Doc fix. Use apropos-read-pattern.
7371 (apropos-command): Doc fix. Use apropos-read-pattern and
7372 apropos-parse-pattern. Call apropos-print with nosubst=t.
7373 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7374 apropos-parse-pattern.
7375 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7376 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7377 apropos-documentation-sort-by-scores. Call apropos-print with
7378 nosubst=t.
7379 (apropos-documentation-internal): Pass doc string through
7380 substitute-key-definition before adding text properties.
7381 Highlight substring matching literal user input if possible.
7382 (apropos-documentation-check-doc-file): Remove locals beg and end.
7383 Fix calculation of score (as added twice). Pass doc string through
7384 substitute-key-definition before adding text properties.
7385 (apropos-documentation-check-elc-file): Pass doc string through
7386 substitute-key-definition before adding text properties.
7387 Highlight substring matching literal user input if possible.
7388 (apropos-print): Add new arg NOSUBST; if set, command and variable
7389 doc strings have already been passed through substitute-key-definition.
7390 Add code to handle apropos-accumulator items without score element
7391 for backwards compatibility (e.g. with woman package).
7392 Only show scores if apropos-sort-by-scores is `verbose'.
7393
7394 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7395
7396 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7397 Add jka-compr-load-suffixes to load-suffixes.
7398
7399 * jka-compr.el: Require jka-cmpr-hook.
7400 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7401 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7402 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7403 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7404 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7405 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7406 (jka-compr-uninstall): Remove entries from
7407 jka-compr-added-to-file-coding-system-alist after they are used.
7408 (jka-compr-error): Remove unused var `curbuf'.
7409 (jka-compr-file-local-copy): Remove unused var `notfound'.
7410
7411 2005-11-10 Romain Francoise <romain@orebokech.com>
7412
7413 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7414
7415 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7416
7417 * progmodes/gud.el (gud-menu-map): Move parentheses.
7418 (gdb): New command gud-pv.
7419
7420 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * tar-mode.el: Remove spurious or unnecessary leading stars
7423 in docstrings.
7424 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7425 (tar-parse-octal-integer-safe): Use mapc.
7426 (tar-header-block-summarize): Remove unused var `ck'.
7427 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7428 cleared before. Obey default-enable-multibyte-characters.
7429 Use mapconcat. Simplify setting of tar-header-offset.
7430 (tar-mode-map): Move initialization inside delcaration.
7431 (tar-flag-deleted): Use `abs'.
7432 (tar-expunge-internal): Remove unused var `line'.
7433 (tar-expunge-internal): Don't hardcode point-min==1.
7434 (tar-expunge): Widen while doing set-buffer-multibyte.
7435 (tar-rename-entry): Use file-name-coding-system.
7436 (tar-alter-one-field): Don't hardcode point-min==1.
7437 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7438 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7439
7440 2005-11-10 Masatake YAMATO <jet@gyve.org>
7441
7442 * add-log.el (add-log-current-defun): Handle class::method
7443 notation of c++. Fix incorrect comment.
7444
7445 2005-11-10 Alan Mackenzie <acm@muc.de>
7446
7447 * help-fns.el (describe-variable): Make C-h v work when a variable
7448 has variable documentation yet is unbound.
7449
7450 2005-11-10 Masatake YAMATO <jet@gyve.org>
7451
7452 * man.el (Man-highlight-references): Set an empty
7453 string to `Man-arguments' if it is nil.
7454 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7455
7456 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7459 commenting conventions.
7460
7461 * cus-dep.el (custom-make-dependencies): Simplify.
7462 Better follow the commenting conventions.
7463
7464 2005-11-09 Richard M. Stallman <rms@gnu.org>
7465
7466 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7467 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7468 All uses changed.
7469 (apropos-rewrite-regexp): Doc fix.
7470 (apropos-variable, apropos-command, apropos, apropos-value):
7471 Change prompt; carry through the argument renaming.
7472
7473 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * find-lisp.el: Require dired.
7476 (find-lisp-find-dired-internal): Do not call
7477 `abbreviate-file-name' on DIR.
7478
7479 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7480
7481 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7482
7483 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7484
7485 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7486 when using the speedbar.
7487 (gdb): New command gud-pp.
7488 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7489
7490 2005-11-09 Juri Linkov <juri@jurta.org>
7491
7492 * replace.el (occur-excluded-properties): New defcustom.
7493 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7494
7495 2005-11-08 Jay Belanger <belanger@truman.edu>
7496
7497 * calc/calc-units.el (math-convert-units): Replace any composite
7498 unit by its definition.
7499
7500 2005-11-08 Lars Hansen <larsh@soem.dk>
7501
7502 * emacs-lisp/autoload.el (update-directory-autoloads):
7503 Add obsolete function alias.
7504
7505 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7508 comment-indent-function.
7509 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7510
7511 * reveal.el (reveal-post-command): Rework the handling of
7512 reveal-open-spots, so as to be more reliable. There were several
7513 tricky corner cases where an open spot might be lost, or where
7514 a closed spot might end up on the list of open spots.
7515 Only reveal text that's ellipsised.
7516
7517 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7518
7519 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7520
7521 2005-11-07 John Paul Wallington <jpw@gnu.org>
7522
7523 * ibuffer.el (ibuffer): Search iconified frames too when
7524 getting Ibuffer buffer's window.
7525
7526 2005-11-06 Richard M. Stallman <rms@gnu.org>
7527
7528 * progmodes/compile.el (compilation-internal-error-properties):
7529 save-excursion around the computation of MARKER.
7530
7531 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7532
7533 * textmodes/flyspell.el (flyspell-external-point-words):
7534 flyspell-get-word returns a list, not just a string.
7535
7536 2005-11-06 John Paul Wallington <jpw@pobox.com>
7537
7538 * ibuffer.el (ibuffer): Search all visible frames when getting
7539 Ibuffer buffer's window.
7540
7541 2005-11-07 Masatake YAMATO <jet@gyve.org>
7542
7543 * man.el (Man-reference-regexp): Accept spaces between
7544 `Man-name-regexp' and `Man-section-regexp'.
7545 (Man-apropos-regexp): New variable.
7546 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7547 if available.
7548 (Man-highlight-references, Man-highlight-references0):
7549 Handle the case when `Man-arguments' includes "-k".
7550 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7551 `TARGET'. `TARGET' can be a number, function or nil.
7552
7553 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7556 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7557 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7558 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7559 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7560 (gdb-send-item): Use buffer-local-value and simplify.
7561
7562 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7563
7564 * startup.el (command-line): Use `custom-reevaluate-setting' for
7565 `global-font-lock-mode'.
7566
7567 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7568 by default, except in batch mode or when the -D option is given.
7569
7570 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7571 specified keyword args on to `define-minor-mode'. Update docstring.
7572
7573 2005-11-05 Romain Francoise <romain@orebokech.com>
7574
7575 * replace.el (occur-engine): Add marker at end of line, too.
7576
7577 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7578
7579 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7580 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7581 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7582 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7583 argument to all these routines, so the passphrase can be managed
7584 externally and passed in to the system.
7585 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7586 pgg-add-passphrase-to-cache function.
7587
7588 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7589 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7590 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7591 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7592 argument to all these routines, so the passphrase can be managed
7593 externally and passed in to the system.
7594 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7595 function.
7596
7597 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 * font-lock.el: Don't deal with font-lock-face-attributes here,
7600 move the code ...
7601
7602 * startup.el (command-line): ... here. Use face-spec-set instead
7603 of custom-declare-face.
7604
7605 * faces.el (face-spec-set): Reset the face if spec is not nil.
7606
7607 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * newcomment.el (comment-region-internal): Box more tightly in the
7610 common case where there's no TAB in the boxed text.
7611
7612 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7613
7614 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7615 up-node.
7616
7617 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7618
7619 * newsticker.el: Commentary updated. Code formatting changed.
7620 (newsticker-version): Change to "1.9".
7621 (newsticker, newsticker-feed): Doc fix.
7622 (newsticker-url-list): Doc fix. Add option "Weekly".
7623 (newsticker-retrieval-interval): Add option "Weekly".
7624 (newsticker-headline-processing): Doc fix.
7625 (newsticker-auto-mark-filter): Remove.
7626 (newsticker-auto-mark-filter-list): New.
7627 (newsticker-layout, newsticker-sort-method): Doc fix.
7628 (newsticker-hide-old-items-in-newsticker-buffer)
7629 (newsticker-heading-format, newsticker-item-format)
7630 (newsticker-desc-format): Doc fix.
7631 (newsticker-show-all-rss-elements): Remove.
7632 (newsticker-show-all-news-elements): New.
7633 (newsticker-faces, newsticker-ticker): Doc fix.
7634 (remove-from-invisibility-spec): Code formatting.
7635 (newsticker--process-ids): New.
7636 (newsticker-mode): Doc fix.
7637 (newsticker-mode): Change mode-line-format.
7638 (newsticker-start): Remove debug output.
7639 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7640 (newsticker-w3m-show-inline-images): Code formatting.
7641 (newsticker-next-item): Call `force-mode-line-update'.
7642 (newsticker-previous-item): Call `force-mode-line-update'.
7643 (newsticker-next-feed): Call `force-mode-line-update'.
7644 (newsticker-previous-feed): Call `force-mode-line-update'.
7645 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7646 (newsticker-show-old-items): Do not show descs.
7647 (newsticker-hide-entry): Hide too much.
7648 (newsticker-hide-entry, newsticker-show-entry)
7649 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7650 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7651 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7652 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7653 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7654 (newsticker-get-news): Call `force-mode-line-update'.
7655 Collect process ids.
7656 (newsticker--sentinel): Change coding system handling.
7657 Move image retrieval to new functions newsticker--get-logo-url-*.
7658 Move feed parsing to new functions newsticker--parse-*.
7659 Update list of process ids.
7660 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7661 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7662 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7663 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7664 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7665 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7666 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7667 (newsticker--decode-coding-string): Remove.
7668 (newsticker--decode-numeric-entities): Check input. Format code.
7669 (newsticker--remove-whitespace): Check input.
7670 (newsticker--do-forget-preformatted): Doc fix.
7671 (newsticker--decode-rfc822-date): Allow for missing time.
7672 (newsticker--update-process-ids): New.
7673 (newsticker--image-sentinel): Change comment.
7674 (newsticker--image-read): Change error message.
7675 (newsticker--imenu-goto): Doc fix. Show headline title.
7676 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7677 (newsticker--buffer-do-insert-text): Clean whitespace in
7678 html-rendered headline title. Code formatting.
7679 Call `newsticker--buffer-print-extra-elements'.
7680 (newsticker--buffer-print-extra-element): Remove.
7681 (newsticker--buffer-print-extra-elements): New.
7682 (newsticker--buffer-do-print-extra-element): New.
7683 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7684 large sizes.
7685 (newsticker--run-auto-mark-filter)
7686 (newsticker--do-run-auto-mark-filter):
7687 Use `newsticker-auto-mark-filter-list'.
7688
7689 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7690
7691 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7692 (rcirc-print): Force redisplay before running hooks. Do long
7693 buffer truncation after making new text read-only. Deal with nil
7694 text when decoding strings. If TARGET is nil, use either the
7695 currently selected buffer, if it is an rcirc buffer and of the
7696 same process or the process buffer.
7697 (rcirc-mode): Remove header-line. Recompute short buffer names.
7698 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7699 (rcirc-short-buffer-name): Add variable.
7700 (rcirc-kill-buffer-hook): Recompute short buffer names.
7701 Remove nick from private channel.
7702 (rcirc-send-input): Send command text to current-buffer.
7703 Don't clear overlay arrow here.
7704 (rcirc-short-buffer-name): Return a short buffer name.
7705 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7706 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7707 buffer-name abbreviations.
7708 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7709 Do not touch nick-table when killing a parted channel.
7710 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7711 Clear arrow from current buffer if it is now hidden.
7712 (rcirc-current-buffer): Add variable.
7713 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7714 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7715 Remove -face from names.
7716 (rcirc-update-activity-string): Print "DND" when globally ignoring
7717 activity.
7718 (rcirc-ignore-buffer-activity-flag): Rename from
7719 rcirc-ignore-channel-activity.
7720 (rcirc-ignore-all-activity-flag): Doc fix.
7721 (rcirc-channels): Remove variable.
7722 (rcirc-kill-buffer-hook):
7723 (rcirc-get-buffer-create): Add nick to private channel.
7724 (rcirc-multiline-edit-submit): Remove tabs.
7725 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7726 folded.
7727 (rcirc-remove-nick-channel): Bug fix.
7728 (rcirc-toggle-ignore-buffer-activity): Rename from
7729 rcirc-toggle-ignore-channel-activity.
7730 (rcirc-record-activity): Add buffers to the front of the list.
7731 (rcirc-update-activity): Remove killed buffers from list.
7732 (rcirc-process-server-response-1): Remove last argument if it is
7733 null before calling handler.
7734 (rcirc): Add "rcirc" defcustom prefix.
7735 (rcirc-prompt): Simplify default prompt.
7736 Use custom-initialize-default.
7737 (rcirc-private-chats): Remove variable.
7738 (rcirc-prompt): Change initialization.
7739 (rcirc-version): Remove function.
7740 (rcirc-id-string): Add constant.
7741 (rcirc-last-buffer): Remove variable.
7742 (rcirc-buffer-alist): Add variable.
7743 (rcirc-connect): Update variable setup.
7744 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7745 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7746 default.
7747 (rcirc-handler-generic): Trigger activity.
7748 (rcirc-send-message): Create the buffor of the target.
7749 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7750 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7751 (rcirc-multiline-edit-cancel): Remove function.
7752 (rcirc-set-last-buffer): Remove function.
7753 (rcirc-get-any-buffer): Add function.
7754 (rcirc-join-channels): Don't print /join text.
7755 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7756 messages.
7757 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7758 (rcirc-handler-NOTICE): Recognize CTCP responses.
7759 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7760 constructing TOPIC string for buffers we are not JOINed.
7761 (rcirc-handler-CTCP-response): Add handler.
7762 (rcirc-multiline-edit-submit): Restore the window-configuration
7763 before adjusting point.
7764 (rcirc): Add customization group.
7765 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7766 (rcirc-user-full-name, rcirc-startup-channels-alist)
7767 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7768 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7769 (rcirc-input-ring-size, rcirc-read-only-flag)
7770 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7771 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7772 Change defvar to defcustom.
7773 (rcirc-update-prompt): Add optional ALL arg, which will update
7774 prompts in all rcirc buffers. Regexp quote replacement text.
7775 (rcirc-fill-column): Accept frame-width as a value.
7776 (rcirc-set-changed): Add function.
7777 (rcirc-next-active-buffer): Write more meaningful messages.
7778 (rcirc-faces): Add customization group.
7779 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7780 (rcirc-nick-in-message-face, rcirc-prompt-face)
7781 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7782 (with-rcirc-process-buffer): Move before first usage.
7783 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7784 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7785 (rcirc-debug): Rename from `rcirc-log'.
7786 (rcirc-format-response-string): Do not print `-' chars for a
7787 NOTICE with no sender. Simplify output of server responses.
7788
7789 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7790
7791 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7792 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7793 Make urls mouse and RET clickable.
7794
7795 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7796
7797 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7798
7799 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7800
7801 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7802 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7803 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7804 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7805 argument to all these routines, so the passphrase can be managed
7806 externally and passed in to the system.
7807 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7808 pgg-add-passphrase-to-cache function.
7809
7810 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7811 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7812 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7813 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7814 argument to all these routines, so the passphrase can be managed
7815 externally and passed in to the system.
7816 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7817 function.
7818
7819 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7820
7821 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7822 from goto-address-url-regexp.
7823
7824 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7825
7826 * textmodes/org.el (org-read-date, org-goto-calendar)
7827 (org-recenter-calendar, org-agenda-goto-calendar):
7828 Temporarily clear `calendar-move-hook'.
7829
7830 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7831
7832 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7833 merging.
7834
7835 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7836 have merge clashes.
7837
7838 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7839
7840 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7841 Undo previous change.
7842
7843 * startup.el (command-line): Use `custom-reevaluate-setting' for
7844 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7845 tty-register-default-colors on Mac.
7846
7847 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7850 (gdb-buffer-type): Make it automatically buffer local...
7851 (gdb-get-create-buffer): ...and set it accordingly.
7852 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7853 actually work.
7854
7855 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7856
7857 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7858 not red.
7859
7860 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7861
7862 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7863 case GUD buffer is not visible.
7864 (gdb-goto-breakpoint): Try to force display in source buffer.
7865 (gdb-frame-gdb-buffer): Copy other similar functions.
7866 (gdb-restore-windows): Don't display source if not asked for.
7867 (gdb-assembler-buffer-name): Don't capitalise.
7868
7869 2005-11-03 Richard M. Stallman <rms@gnu.org>
7870
7871 * wid-edit.el (key-sequence): New widget type.
7872
7873 * simple.el (set-mark-command-repeat-pop): New variable.
7874 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7875 if set-mark-command-repeat-pop is true.
7876
7877 * info.el (Info-fontify-node): Don't display extra "see" if there
7878 already is one here.
7879
7880 * mouse.el: Fix special handling of DEL after dragging a region:
7881 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7882 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7883
7884 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7885
7886 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7887 not to assume it pertains to an affix.
7888
7889 * textmodes/flyspell.el (flyspell-post-command-hook):
7890 Bind deactivate-mark to prevent deactivation.
7891
7892 2005-11-03 Lars Hansen <larsh@soem.dk>
7893
7894 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7895 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7896 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7897
7898 2005-11-03 Romain Francoise <romain@orebokech.com>
7899
7900 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7901 Update copyright years.
7902
7903 2005-11-03 Sam Steingold <sds@gnu.org>
7904
7905 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7906 Use system-type instead of window-system because window-system is not
7907 correctly defined during loadup.
7908
7909 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7910
7911 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7912 (xml-parse-tag): Join strings separated by a comment properly.
7913
7914 2005-11-02 Andreas Schwab <schwab@suse.de>
7915
7916 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7917
7918 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7921 (byte-optimize-pure-func): Quote the eval'd value.
7922
7923 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7924 Rename from perl-font-lock-syntactic-face-function.
7925 Change the calling convention so it can be used as a font-lock MATCHER.
7926 Do the parse-partial-sexp loop outselves.
7927 (perl-font-lock-syntactic-keywords): Use it.
7928 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7929
7930 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7933 disassembly buffer too.
7934 (gdb-exited): Remove overlay arrows when execution has finished.
7935 (gdb-info-frames-custom, gdb-info-threads-custom)
7936 (gdb-info-registers-custom): Don't add inappropriate text
7937 properties if inferior is not active.
7938
7939 2005-11-02 Glenn Morris <rgm@gnu.org>
7940
7941 * progmodes/fortran.el (fortran-blink-match):
7942 Use `blink-matching-delay'.
7943
7944 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7945
7946 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7947
7948 2005-11-02 Lars Hansen <larsh@soem.dk>
7949
7950 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7951 "Permission denied".
7952
7953 2005-11-01 Richard M. Stallman <rms@gnu.org>
7954
7955 * textmodes/flyspell.el (flyspell-external-point-words):
7956 Pass nil to flyspell-get-word.
7957
7958 2005-11-02 Kim F. Storm <storm@cua.dk>
7959
7960 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7961 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7962
7963 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7966 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7967 (calendar-mouse-print-dates): Add optional `event' argument.
7968 Update interactive-spec.
7969 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7970 Use `calendar-event-to-date' instead of `event'.
7971
7972 2005-11-02 Masatake YAMATO <jet@gyve.org>
7973
7974 * progmodes/ld-script.el (ld-script-builtins):
7975 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7976 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7977 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7978
7979 2005-11-01 Romain Francoise <romain@orebokech.com>
7980
7981 * vc-sccs.el: Update copyright year.
7982 * ezimage.el: Likewise.
7983
7984 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7985
7986 * info.el (Info-fontify-node): Use `string-width' for fontifying
7987 underlined titles.
7988
7989 2005-11-01 Juri Linkov <juri@jurta.org>
7990
7991 * info.el (Info-fontify-node): Downcase node header keywords Node,
7992 Prev, Next, Up before comparison.
7993 (Info-history): Insert absolute directory name, and put invisible
7994 property on it.
7995
7996 2005-11-01 Juri Linkov <juri@jurta.org>
7997
7998 * info.el (Info-file-supports-index-cookies): New variable.
7999 (Info-find-node-2): Check makeinfo version for index cookie support.
8000 (Info-index-nodes): Search for nodes with index cookies only when
8001 Info-file-supports-index-cookies is t. Otherwise, search nodes
8002 with "Index" in the node name.
8003 (Info-index-node): Search index cookie in the current node only when
8004 Info-file-supports-index-cookies is t. Otherwise, check the word
8005 "Index" in the node name.
8006 (Info-find-emacs-command-nodes): Remove code that searches nodes
8007 with "Index" node name in the top menu.
8008
8009 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * progmodes/scheme.el (scheme-mode-variables): Use the default
8012 comment-indent-function.
8013
8014 * faces.el (face-attribute): Handle the case where a face inherits from
8015 a non-existent face.
8016
8017 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8018 for octal and hexa output, and merge the char into the paren.
8019 (kill-new): Use push.
8020 (copy-to-buffer): Use with-current-buffer.
8021 (completion-setup-function): Move code in loop to remove redundancy.
8022 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8023 those inherited from minibuffer-local-completion-map.
8024
8025 * savehist.el (savehist-mode) <defcustom>:
8026 Use custom-set-minor-mode if available.
8027 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8028 and emit a message if applicable.
8029
8030 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8031
8032 * savehist.el: Sync up to version 19.
8033 (savehist-mode): New minor mode.
8034 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8035 (savehist-length): Remove (use history-length instead).
8036 (savehist-file-modes): Rename from savehist-modes.
8037 (savehist-save-hook, savehist-loaded): New vars.
8038 (savehist-load): Use savehist-mode. Try to smooth up transition from
8039 old format to new format.
8040 (savehist-install): Allow savehist-autosave-interval to be nil.
8041 (savehist-save): Run the new hook. Be more careful to only trim the
8042 history variables.
8043 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8044 (savehist-printable): Print into a buffer rather than char-by-char.
8045
8046 2005-11-01 John Wiegley <johnw@newartisans.com>
8047
8048 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8049 toggle-ignore keybinding (C-a). The author said it had been
8050 disabled much earlier due to a possible incompatibility, but after
8051 many months of usage I have encountered no problems (and it is a
8052 rather useful option, especially for switching to " *temp*").
8053
8054 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8055 support for OS/X's AddressBook, by calling out to the open source
8056 program "contacts" (installable through Fink).
8057
8058 * net/eudc.el (eudc-expand-inline): If the
8059 `eudc-multiple-match-handling-method' is set to `all', delete the
8060 query string before inserting the query result.
8061
8062 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8063 flag, to prevent Eshell from using the system ls when
8064 `eshell-ls-insert-directory' is in used.
8065 (eshell-ls-insert-directory): Disable font-lock in directory
8066 buffer so that Eshell's own fontification is seen. This broke
8067 recently due to changes in font-lock, so this goes back to version
8068 21 behavior.
8069
8070 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8071
8072 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8073 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8074 (gdb-many-windows): Doc fix.
8075
8076 2005-10-31 Romain Francoise <romain@orebokech.com>
8077
8078 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8079
8080 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8081
8082 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8083 that global-font-lock-mode can be enabled by default.
8084
8085 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8086 (font-lock-add-keywords, font-lock-remove-keywords)
8087 (font-lock-fontify-buffer): Remove autoload cookies.
8088
8089 * jit-lock.el (jit-lock-register): Likewise.
8090
8091 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8092
8093 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8094
8095 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8096 intact if there is no gud-comint-buffer.
8097
8098 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8099
8100 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8101 old prompt comint-prompt-read-only is t and GDB commands are
8102 issued from tool bar etc.
8103
8104 2005-10-31 Masatake YAMATO <jet@gyve.org>
8105
8106 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8107
8108 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8109
8110 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8111 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8112
8113 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8114
8115 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8116 starting at beginning of line. Fontification is messed up when
8117 `open-paren-in-column-0-is-defun-start' set to t.
8118 Reported by John Paul Wallington <jpw@pobox.com>.
8119
8120 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * comint.el (comint-send-input): Call `comint-update-fence' when
8123 `comint-process-echoes' and `comint-prompt-read-only' are both
8124 non-nil, to avoid leftover read-only newline.
8125
8126 2005-10-30 Richard M. Stallman <rms@gnu.org>
8127
8128 * textmodes/flyspell.el (flyspell-external-point-words):
8129 Detect when WORD can't be checked properly because
8130 flyspell-get-word finds just part of it, and move on.
8131
8132 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8133 boundarychar for Polish.
8134 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8135 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8136
8137 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8138
8139 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8140 (gdb-registers-font-lock-keywords): Delete.
8141 (gdb-registers-mode): Don't fontify.
8142 (gdb-info-registers-custom): Use text properties instead as, in
8143 future, changed register values will use font-lock-warning-face.
8144 (gdb-local-font-lock-keywords): Rename to...
8145 (gdb-locals-font-lock-keywords): ...for consistency.
8146
8147 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8148
8149 * vc.el (vc-switch-backend): Better error message if the buffer is
8150 not visiting a file under version control.
8151
8152 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8153
8154 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8157 ~/.emacs.d/.emacs.
8158
8159 2005-10-29 Richard M. Stallman <rms@gnu.org>
8160
8161 * replace.el (occur-mode-mouse-goto): Always go to other window.
8162 (occur-mode-goto-occurrence): Always switch in same window.
8163
8164 * simple.el (undo): Display message at end, not at start.
8165
8166 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8167 New arg REUSE-CELL.
8168 (cancel-timer-internal): New function.
8169 (timer-event-handler): Use cancel-timer-internal,
8170 and pass the cell it returns to timer-activate...
8171
8172 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8173 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8174 (jit-lock-after-change): Test memory-full.
8175
8176 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8177
8178 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8179 part of the decoded armor to find the key-identifier.
8180 (pgg-gpg-lookup-key-owner): New function to return the
8181 human-readable identifier of a key owner.
8182 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8183 key itself.
8184 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8185 the key value) if we have a key and can match it against a secret
8186 key. Also, added a note pointing out fact that the prompt only
8187 indicates the first matching key.
8188
8189 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8190 pgg-decrypt-region.
8191 (pgg-pending-timers): A new hash for tracking the passphrase cache
8192 timers, so that new ones supercede old ones.
8193 (pgg-add-passphrase-to-cache): Rename from
8194 `pgg-add-passphrase-cache' to reduce confusion (all callers
8195 changed). Modified to cancel old timers when new ones are added.
8196 (pgg-remove-passphrase-from-cache): Rename from
8197 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8198 changed). Modified to cancel old timers when their keys are
8199 removed from the cache.
8200 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8201 XEmacs, an indirection to delete-itimer.
8202 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8203 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8204 users can only check cache without risk of prompting. Correct bug in
8205 notruncate behavior.
8206 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8207 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8208 Add informative docstrings.
8209 (pgg-decrypt): Convey provided passphrase in subordinate call to
8210 pgg-decrypt-region.
8211
8212 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8213 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8214 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8215 `passphrase' argument, so the passphrase can be managed externally
8216 and then passed in to the system.
8217
8218 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8219 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8220 so the passphrase cache can be used reliably with identifiers
8221 besides a pgp packet's key id.
8222
8223 * pgg-gpg.el (pgg-pgp-encrypt-region)
8224 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8225 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8226 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8227 argument to all these routines, so the passphrase can be managed
8228 externally and passed in to the system.
8229
8230 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8231 `notruncate' argument, so the passphrase cache can be used
8232 reliably with identifiers besides a pgp packet's key id.
8233
8234 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8235
8236 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8237 symmetric encryption.
8238 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8239 encrypted session key.
8240 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8241 message ask for the passphrase in a proper way.
8242
8243 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8244 New user commands for symmetric encryption.
8245
8246 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8247
8248 * textmodes/conf-mode.el (conf-assignment-sign)
8249 (conf-assignment-regexp): Fix docstrings.
8250 (conf-mode-initialize): New function.
8251 (conf-mode): Remove optional args. Use delay-mode-hooks to
8252 recognize recursive calls.
8253 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8254 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8255 (conf-xdefaults-mode): Use define-derived-mode and
8256 conf-mode-initialize.
8257
8258 2005-10-29 Romain Francoise <romain@orebokech.com>
8259
8260 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8261
8262 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8263
8264 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8265 part of the decoded armor to find the key-identifier.
8266 (pgg-gpg-lookup-key-owner): New function to return the
8267 human-readable identifier of a key owner.
8268 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8269 key itself.
8270 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8271 the key value) if we have a key and can match it against a secret
8272 key. Also, added a note pointing out fact that the prompt only
8273 indicates the first matching key.
8274
8275 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8276 pgg-decrypt-region.
8277 (pgg-pending-timers): A new hash for tracking the passphrase cache
8278 timers, so that new ones supercede old ones.
8279 (pgg-add-passphrase-to-cache): Rename from
8280 `pgg-add-passphrase-cache' to reduce confusion (all callers
8281 changed). Modified to cancel old timers when new ones are added.
8282 (pgg-remove-passphrase-from-cache): Rename from
8283 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8284 changed). Modified to cancel old timers when their keys are
8285 removed from the cache.
8286 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8287 XEmacs, an indirection to delete-itimer.
8288 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8289 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8290 users can only check cache without risk of prompting. Correct bug in
8291 notruncate behavior.
8292 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8293 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8294 Add informative docstrings.
8295 (pgg-decrypt): Convey provided passphrase in subordinate call to
8296 pgg-decrypt-region.
8297
8298 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8299
8300 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8301 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8302 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8303 `passphrase' argument, so the passphrase can be managed externally
8304 and then passed in to the system.
8305
8306 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8307 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8308 so the passphrase cache can be used reliably with identifiers
8309 besides a pgp packet's key id.
8310
8311 * pgg-gpg.el (pgg-pgp-encrypt-region)
8312 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8313 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8314 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8315 argument to all these routines, so the passphrase can be managed
8316 externally and passed in to the system.
8317
8318 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8319 `notruncate' argument, so the passphrase cache can be used
8320 reliably with identifiers besides a pgp packet's key id.
8321
8322 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8323
8324 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8325 symmetric encryption.
8326 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8327 encrypted session key.
8328 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8329 message ask for the passphrase in a proper way.
8330
8331 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8332 New user commands for symmetric encryption.
8333
8334 2005-10-28 Bill Wohler <wohler@newt.com>
8335
8336 * help-mode.el (help-url): New button type. Calls browse-url.
8337 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8338 Similar to Info nodes: URL `url'.
8339 (help-make-xrefs): Create help-url buttons for
8340 help-xref-url-regexp matches.
8341
8342 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * tool-bar.el (tool-bar-add-item-from-menu)
8345 (tool-bar-local-item-from-menu): Fix doc strings.
8346
8347 2005-10-28 Romain Francoise <romain@orebokech.com>
8348
8349 * ldefs-boot.el: Update.
8350
8351 * subr.el (locate-library): Move from help-fns.el.
8352 * help-fns.el (locate-library): Move to subr.el.
8353
8354 2005-10-28 Richard M. Stallman <rms@gnu.org>
8355
8356 * net/tramp.el (tramp-completion-mode): defvar moved up.
8357
8358 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8359
8360 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8361
8362 * files.el (find-file-noselect): Use %d to format large file size.
8363
8364 * bindings.el (mode-line-format): Add %e.
8365
8366 * loadup.el ("facemenu"): Load unconditionally.
8367 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8368 ("x-dnd"): Load, when appropriate.
8369
8370 * startup.el (command-line): Call before-init-hook earlier.
8371 Warn about some bad characters in -u user name.
8372
8373 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8374 (flyspell-external-point-words): Error if misspelled word is not found.
8375 Set flyspell-large-region-beg at end of word.
8376
8377 2005-10-28 Andreas Schwab <schwab@suse.de>
8378
8379 * view.el (View-revert-buffer-scroll-page-forward):
8380 Use view-page-size-default.
8381
8382 2005-10-28 Juri Linkov <juri@jurta.org>
8383
8384 * international/quail.el (quail-get-current-str): Translate last
8385 raw character for deterministic input methods.
8386
8387 2005-10-27 Jay Belanger <belanger@truman.edu>
8388
8389 * calc/calc-ext.el: Add functions to autoloads.
8390 (math-identity-matrix-p, math-ident-row-p): New functions.
8391
8392 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8393 multiplication by an identity matrix; don't turn multiplication by
8394 an inverse matrix into division.
8395 (math-div-symbol-fancy): Replace division by matrices with
8396 multiplication by inverse.
8397
8398 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8399
8400 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8401 (calc-writeoutpower): New functions.
8402
8403 2005-10-27 Romain Francoise <romain@orebokech.com>
8404
8405 * replace.el (occur-engine): Include colon in mouse-face highlight.
8406
8407 * dired-x.el: Change Maintainer field.
8408
8409 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * longlines.el (longlines-mode): Bind after-change-functions to
8412 nil during initial decoding and final encoding.
8413
8414 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8415
8416 * term.el (term-emulate-terminal, term-handle-colors-array)
8417 (term-handle-ansi-escape): Specify the terminfo capabilities
8418 implemented.
8419
8420 2005-10-26 Richard M. Stallman <rms@gnu.org>
8421
8422 * info.el (Info-fontify-node): Fix detection of sentence-break
8423 before *Note.
8424
8425 2005-10-26 Romain Francoise <romain@orebokech.com>
8426
8427 * smerge-mode.el: Add `tools' to file keywords.
8428
8429 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8430
8431 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8432 when the fringe is not available.
8433
8434 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8435 (def-gdb-auto-update-trigger): Simplify construction.
8436 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8437 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8438 defined explicitly.
8439 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8440 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8441 defined explicitly.
8442 (gdb-info-locals-custom): Remove as it's a no-op.
8443
8444 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8445
8446 * longlines.el (longlines-mode): Remove narrowing before
8447 performing the initial decoding or final encoding.
8448
8449 2005-10-25 Romain Francoise <romain@orebokech.com>
8450
8451 * emacs-lisp/find-func.el (find-library-name): Also strip
8452 extension if library name ends in .el, to take advantage of
8453 `find-library-suffixes'.
8454
8455 2005-10-25 Richard M. Stallman <rms@gnu.org>
8456
8457 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8458
8459 2005-10-25 Juri Linkov <juri@jurta.org>
8460
8461 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8462 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8463
8464 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8467 (blackbox-redefine-key): Add argument `map'.
8468
8469 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8470 regions when moving the jit-lock-context-unfontify-pos boundary.
8471
8472 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8473
8474 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8475
8476 2005-10-25 Masatake YAMATO <jet@gyve.org>
8477
8478 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8479
8480 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8481
8482 * play/blackbox.el (blackbox-redefine-key): New function.
8483 (blackbox-mode-map): Use it to remap existing bindings for cursor
8484 motion instead of binding literal keys.
8485
8486 2005-10-25 Glenn Morris <rgm@gnu.org>
8487
8488 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8489 diary does not end in a newline. Do not assume a blank line at
8490 the start of the diary file.
8491
8492 2005-10-25 Kenichi Handa <handa@m17n.org>
8493
8494 * international/quail.el (quail-translate-key): If the input
8495 method is deterministic and failed to handle the last key, restart
8496 the key handling loop from an appropriate key.
8497
8498 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8499
8500 * vc.el (vc-dired-mode): Extend comment for binding of
8501 `directory-listing-before-filename-regexp'.
8502
8503 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * textmodes/texinfo.el (texinfo-mode):
8506 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8507 not to unnecessarily expose emacs-mule's internal char codes.
8508
8509 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8510
8511 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8512 Display hand pointer and help-echo on disabled icon too.
8513 (gdb-mouse-until): New function.
8514 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8515
8516 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8517
8518 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8519 with 2005-10-23 change to doctor.el.
8520
8521 * finder.el (finder-mode-map): Add follow-link binding.
8522
8523 2005-10-25 Kim F. Storm <storm@cua.dk>
8524
8525 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8526 to gdb-mouse-toggle-breakpoint-fringe.
8527 (gdb-mouse-toggle-breakpoint-margin): Rename from
8528 gdb-mouse-toggle-breakpoint. Fix doc.
8529 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8530 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8531 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8532 string properties also for fringe breakpoint bitmaps.
8533
8534 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8535
8536 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8537
8538 2005-10-25 Masatake YAMATO <jet@gyve.org>
8539
8540 * simple.el (completion-common-substring):
8541 Use `completion-common-substring' prior to `completion-base-size'.
8542
8543 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8544
8545 * savehist.el: Require CL while compiling.
8546 (savehist-history-variables): Remove.
8547 (savehist-save-minibuffer-history, savehist-additional-variables)
8548 (savehist-minibuffer-history-variables): New vars.
8549 (savehist-save): Use them.
8550 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8551 (savehist-install): New fun, extracted from savehist-load.
8552 (savehist-load): Use them.
8553
8554 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8557 a dummy doc-string-elt property.
8558 (defalias, defvaralias, define-category): Add a docstring property.
8559
8560 * image.el (defimage):
8561 * widget.el (define-widget):
8562 * custom.el (defface, defcustom): Add `doc-string' declaration.
8563
8564 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8565 (defadvice): Add `doc-string' declaration.
8566
8567 * emacs-lisp/byte-run.el (macro-declaration-function):
8568 Handle `doc-string' declarations.
8569 (define-obsolete-function-alias, define-obsolete-variable-alias):
8570 Add `doc-string' declaration.
8571
8572 2005-10-24 Kenichi Handa <handa@m17n.org>
8573
8574 * international/utf-7.el (utf-7): Add autoload cookie.
8575
8576 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8577
8578 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8579
8580 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8581 list of directories passed to batch-update-autoloads. Add "." to
8582 the list of the echoed directories.
8583
8584 * pgg-def.el:
8585 * pgg-gpg.el:
8586 * pgg-parse.el:
8587 * pgg-pgp.el:
8588 * pgg-pgp5.el:
8589 * pgg.el: Moved here from the gnus subdirectory.
8590
8591 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8592
8593 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8594 in case comint-prompt-read-only is set to t.
8595
8596 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8597 in case comint-prompt-read-only is set to t.
8598
8599 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8600
8601 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8602 Now a string.
8603 (icalendar-import-format): Handle CLASS, STATUS, URL.
8604 Rename `subject' to `summary'.
8605 (icalendar-import-format-summary): Rename from
8606 `icalendar-import-format-subject'.
8607 (icalendar-import-format-url, icalendar-import-format-status)
8608 (icalendar-import-format-class): New variables.
8609 (icalendar--rris): Take variable argument list.
8610 (icalendar--datestring-to-isodate): Remove unnecessary
8611 calendar-style check when converting dates with explicit month names.
8612 (icalendar-export-region): Change return type of conversion
8613 subroutines. Bury current buffer unless error occurred.
8614 (icalendar--convert-to-ical)
8615 (icalendar--parse-summary-and-rest): New functions.
8616 (icalendar--convert-ordinary-to-ical)
8617 (icalendar--convert-weekly-to-ical)
8618 (icalendar--convert-yearly-to-ical)
8619 (icalendar--convert-block-to-ical)
8620 (icalendar--convert-cyclic-to-ical)
8621 (icalendar--convert-anniversary-to-ical): Change return type.
8622 Strip trailing blanks from subject.
8623 (icalendar--convert-sexp-to-ical): Change return type.
8624 Strip trailing blanks from subject. Handle simple sexp
8625 entries as generated by icalendar.el.
8626 (icalendar--convert-float-to-ical)
8627 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8628 (icalendar-import-file): Doc fix.
8629 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8630 Correct call to icalendar--rris.
8631 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8632 `summary'.
8633 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8634
8635 2005-10-24 Romain Francoise <romain@orebokech.com>
8636
8637 * server.el (server-sentinel): Set query-on-exit flag to nil on
8638 new client processes (it isn't inherited from the server process).
8639
8640 * replace.el (occur-engine): Rearrange text properties.
8641
8642 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8645 case-fold-search is nil.
8646 (debug-help-follow): Use help-xref-interned directly.
8647
8648 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8649
8650 * thumbs.el (thumbs-image-type): Add .pbm.
8651
8652 2005-10-23 Richard M. Stallman <rms@gnu.org>
8653
8654 * faces.el (inhibit-face-set-after-frame-default): New variable.
8655 (set-face-attribute): Bind it.
8656 (face-set-after-frame-default): Test it.
8657
8658 * help-fns.el (describe-simplify-lib-file-name): New function.
8659 (describe-function-1, describe-variable): Use it.
8660
8661 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8662
8663 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8664 Eliminate nil as possible value.
8665 (tooltip-hide-delay): Reduce internal-border-width.
8666
8667 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8668 (menu-bar-file-menu) <new-file>: Likewise.
8669
8670 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8671
8672 * international/mule.el (load-with-code-conversion):
8673 Pass full file name to `eval-buffer' unless preloading.
8674
8675 * textmodes/flyspell.el (flyspell-large-region):
8676 Call ispell-check-version.
8677
8678 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8679 Fix the make-variable-buffer-local call that was supposed
8680 to be for this variable.
8681 (ispell-aspell-supports-utf8): Doc fix.
8682 (ispell-find-aspell-dictionaries): Preserve elements of
8683 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8684 (ispell-aspell-find-dictionary): Return nil on error.
8685
8686 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8687 (doctor-symptoms): Likewise.
8688
8689 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8690
8691 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8692
8693 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8694 (custom-raised-buttons): Add :set spec.
8695 (custom-button-unraised, custom-button-pressed-unraised):
8696 New faces, so that custom-raised-buttons actually does something.
8697 (custom-mode): Use custom-button and custom-button-pressed.
8698
8699 * wid-edit.el (widget-specify-button): Don't ignore
8700 widget-mouse-face on graphic terminals.
8701 (widget-move-and-invoke): Cleanup.
8702
8703 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8704
8705 * whitespace.el (whitespace-cleanup): Doc fix.
8706
8707 2005-10-23 Romain Francoise <romain@orebokech.com>
8708
8709 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8710 `eval-after-load' to avoid evaluating their result.
8711
8712 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8713
8714 * files.el (directory-listing-before-filename-regexp):
8715 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8716
8717 * dired.el (dired-move-to-filename-regexp): Remove.
8718 All occurences replaced by `directory-listing-before-filename-regexp'.
8719
8720 * dired-x.el, locate.el, vc.el:
8721 Replace `dired-move-to-filename-regexp' by
8722 `directory-listing-before-filename-regexp'. In vc.el it is
8723 overwritten locally; maybe this can be handled in files.el too.
8724
8725 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8726 replaced by `directory-listing-before-filename-regexp'.
8727
8728 2005-10-23 Andreas Schwab <schwab@suse.de>
8729
8730 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8731 and eval-next-after-load.
8732
8733 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8734
8735 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8736 exist, create it.
8737
8738 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8739
8740 * allout.el: Remove autoloads for mailcrypt and crypt++.
8741 Require pgg, pgg-gpg during compilation.
8742 (allout-version): Increment version number to 2.1, and use a literal
8743 rather than RCS Id.
8744 (allout-default-encryption-scheme): Remove.
8745 (allout-passphrase-verifier-handling)
8746 (allout-passphrase-verifier-string)
8747 (allout-file-passphrase-verifier-string)
8748 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8749 (allout-passphrase-hint-handling): Rename and simplify.
8750 (allout-init): Use `find-file-hook' if available, otherwise
8751 `find-file-hooks'.
8752 (allout-mode): Use `write-file-functions' if available, otherwise
8753 `local-write-file-hooks' and, instead of making auto-save-hook
8754 buffer local, make the write-file-hook activity contingent to
8755 allout-mode.
8756 (allout-mode): Use key-binding substitution in the docstring.
8757 (allout-kill-line): Spell-out kill ring data structure mutation
8758 instead of using byte-compiler-complaint-provoking `pop'.
8759 (allout-insert-listified): Use `insert' rather than `insert-string'
8760 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8761 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8762 (allout-encrypt-string): Totally revamped vis new underlying
8763 encryption facilities.
8764 (allout-mc-activate-passwd): Remove.
8765 (allout-obtain-passphrase): New, more or less replaces
8766 allout-mc-activate-passwd.
8767 (allout-encrypted-key-info): More or less replaces
8768 allout-encrypted-text-type.
8769 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8770 (my-mark-marker): Use `(featurep 'xemacs)'.
8771
8772 2005-10-23 Lars Hansen <larsh@soem.dk>
8773
8774 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8775 (byte-compile-file-form-defmumble, byte-compile-defun)
8776 (byte-compile-defmacro): Use it.
8777 (byte-compile-form): Don't call byte-compile-set-symbol-position
8778 when a byte-compile handler is called.
8779
8780 2005-10-22 Romain Francoise <romain@orebokech.com>
8781
8782 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8783
8784 * subr.el (eval-after-load): Convert library name to an absolute
8785 file name using locate-library, since load-history no longer has
8786 library names in it.
8787
8788 2005-10-22 Richard M. Stallman <rms@gnu.org>
8789
8790 * files.el (make-temp-file): Move from subr.el.
8791 * subr.el (make-temp-file): Move to files.el.
8792
8793 * window.el (get-buffer-window-list): Move from subr.el.
8794 * subr.el (get-buffer-window-list): Move to window.el.
8795
8796 * image.el (image-load-path): Use eval-at-startup to initialize.
8797
8798 * subr.el (eval-at-startup): New macro.
8799
8800 * subr.el: Much rearrangement of functions and division
8801 into pages. No code changes.
8802
8803 2005-10-22 Kenichi Handa <handa@m17n.org>
8804
8805 * tar-mode.el (tar-extract): Be sure to call
8806 find-operation-coding-system if set-auto-coding doesn't find a
8807 coding system.
8808
8809 2005-10-22 Kim F. Storm <storm@cua.dk>
8810
8811 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8812 Change users.
8813 (image-type-file-name-regexps): New defconst.
8814 (image-type-from-data): Simplify loop.
8815 (image-type-from-buffer): New defun.
8816 (image-type-from-file-header): Use it instead of image-type-from-data.
8817 Use image-search-load-path instead of only looking in data-directory.
8818 (image-type-from-file-name): New defun.
8819 (image-search-load-path): Change `pathname' to `filename'.
8820 Make PATH arg optional, default to image-load-path.
8821
8822 2005-10-21 Richard M. Stallman <rms@gnu.org>
8823
8824 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8825
8826 * textmodes/paragraphs.el (sentence-end-base): New variable.
8827 (sentence-end): Use sentence-end-base.
8828
8829 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8832 property independently from the font-lock-multiline variable.
8833
8834 2005-10-21 Richard M. Stallman <rms@gnu.org>
8835
8836 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8837
8838 * startup.el (command-line): Convert library names
8839 in `load-history' to absolute file names.
8840
8841 * subr.el (symbol-file): Doc fix.
8842
8843 * loadhist.el (file-loadhist-lookup): Call locate-library
8844 instead of find-library-name. Don't try converting
8845 abs file names to library names, since load-history no longer
8846 has library names in it.
8847 (file-dependents, file-provides, file-requires): Doc fixes.
8848
8849 2005-10-21 Juri Linkov <juri@jurta.org>
8850
8851 * progmodes/etags.el (tags-table-mode): New function.
8852 (tags-verify-table): Replace initialize-new-tags-table with
8853 tags-table-mode.
8854
8855 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8856 default value.
8857 (desktop-modes-not-to-save): Add tags-table-mode to the
8858 default value.
8859
8860 * info.el (Info-index-next): Add total number of index
8861 alternatives to the message.
8862
8863 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8864 backward only space (instead of space and period) before looking
8865 at sentence end.
8866
8867 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8868 Add the old variable value as 4th default-value arg of read-string.
8869
8870 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8871
8872 * cus-face.el (custom-declare-face): Make face from X resources
8873 also on Mac.
8874
8875 * disp-table.el (standard-display-g1, standard-display-graphic):
8876 Refuse to use string glyphs also on Mac.
8877 (standard-display-european): Don't set terminal coding system also
8878 on Mac.
8879
8880 * frame.el (display-screens): Use x-display-screens also on Mac.
8881
8882 2005-10-21 Romain Francoise <romain@orebokech.com>
8883
8884 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8885
8886 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8889 and $? into sexps.
8890
8891 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8892 warning face on open-paren-in-column-0.
8893
8894 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8895 boundary case. Fix typo.
8896 Suggested by Martin Rudalics <rudalics@gmx.at>.
8897
8898 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8899
8900 * textmodes/org.el (org-combined-agenda-icalendar-file)
8901 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8902 (org-export-icalendar-this-file)
8903 (org-export-icalendar-all-agenda-files)
8904 (org-export-icalendar-combine-agenda-files): New commands.
8905 (org-export-icalendar, org-print-icalendar-entries)
8906 (org-start-icalendar-file, org-finish-icalendar-file)
8907 (org-ical-ts-to-string): New functions.
8908 (org-read-date, org-goto-calendar)
8909 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8910 call to `calendar'.
8911 (orgtbl-setup): Remove the :keys arguments from the menu description.
8912 (org-after-save-iCalendar-file-hook): New variable.
8913
8914 2005-10-21 Kenichi Handa <handa@m17n.org>
8915
8916 * language/vietnamese.el (tcvn-5712): Make it an alias of
8917 vietnamese-tcvn coding-system.
8918
8919 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8920
8921 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8922 group id is given.
8923
8924 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8927 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8928 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8929 whose line is either continued or ends with a comment.
8930
8931 2005-10-20 Romain Francoise <romain@orebokech.com>
8932
8933 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8934
8935 * replace.el (occur-engine): Add follow-link property.
8936
8937 * font-core.el (font-lock-mode): Doc fix.
8938
8939 2005-10-20 Richard M. Stallman <rms@gnu.org>
8940
8941 * net/rcirc.el: New file.
8942
8943 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8944
8945 * term.el (term-term-name): Initialize to "eterm-color".
8946
8947 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8948
8949 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8950 for encryption functionality.
8951 Move allout customization subgroup from `editing' to `outlines' group.
8952 Fix commentary keywords to legitimate ones.
8953 Update author info (using my current email address, obscurified).
8954 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8955 (allout-encrypted-topic-p, allout-encrypted-text-type)
8956 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8957 (allout-situate-encryption-key-verifier)
8958 (allout-get-encryption-key-verifier, allout-verify-key)
8959 (allout-next-topic-pending-encryption)
8960 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8961 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8962 (outline-key-verifier-handling, outline-key-hint-handling)
8963 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8964 (allout-file-key-verifier-string, allout-encryption-scheme)
8965 (allout-key-verifier-string, allout-key-hint-string)
8966 (allout-after-save-decrypt): New variables.
8967 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8968 (allout-after-saves-handler): New hook functions.
8969 (allout-post-command-business): Do allout-after-save-decrypt.
8970 (allout-enable-file-variable-adjustment): Custom var to enable
8971 mechanism for adding and adjusting settings of Emacs file variables.
8972 (allout-adjust-file-variable, allout-file-vars-section-data):
8973 New functions, implement the mechanism.
8974 (outlineify-sticky): Use the file vars mechanism.
8975 (allout-inhibit-protection, allout-during-write-cue)
8976 (allout-override-protect, allout-before-change-protect): Remove.
8977 (allout-flag-region, allout-open-topic): Adjust read-only text.
8978 (allout-open-line-not-read-only): Add to facilitate read-only
8979 text based protection.
8980 (allout-kill-line): Revise to adjust read-only text, clue the
8981 user about the inhibition.
8982 (allout-unprotected): Use unwind-protect.
8983 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8984 topic deeper than the offspring depth of the previous topic -
8985 avoiding confusing "containment discontinuities".
8986 (allout-reindent-bodies): Fix retention of body relative hanging
8987 indent during promotion of collapsed bodies.
8988 (allout-open-topic): Make it easy to open new topic with same
8989 bullet as current topic - topic creation functions provided with
8990 any universal argument provokes now prompt for bullet, defaulting
8991 to the bullet of the previous topic.
8992 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8993 Plain bullet alternates `.' period and `,' comma only. All other
8994 bullets are relegated to special status (but customizable).
8995 (allout-end-of-entry): Rename from allout-end-of-current-entry
8996 since it actually operates w.r.t. most immediately containing
8997 entry, visible or not.
8998 (allout-hide-current-entry, allout-show-current-entry): Use the
8999 revised version.
9000 (allout-old-expose-topic): Solidify deprecation.
9001 (allout-end-of-subtree): Add so we can span concealed as well
9002 as visible topics.
9003 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9004 (allout-end-of-current-heading): Tweak to just respect the first line.
9005 (allout-get-body-text): Add.
9006 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9007 when invoked interactively.
9008 (allout-up-current-level): Use `interactive-p'.
9009 (allout-mode, allout-init): Miscellaneous docstring and
9010 operational refinements, as well as hookups of new encryption stuff.
9011 (allout-beginning-of-current-entry): Now works as advertised.
9012 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9013 (allout-isearch-rectification): Refine condition for isearching.
9014 (allout-isearch-abort, allout-enwrap-isearch)
9015 (allout-flag-region, my-region-active-p): Relocate some macros.
9016 (allout-title): Fallback title is (buffer-name), not
9017 non-existing (current-buffer-name).
9018 (subst-char-in-string): Define if absent (for some XEmacs versions).
9019
9020 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9021
9022 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9023 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9024 (mail-citation-prefix-regexp, mail-signature-file)
9025 (mail-default-headers, mail-bury-selects-summary)
9026 (mail-send-nonascii): Add autoload cookies.
9027
9028 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9029
9030 * frame.el (blink-cursor-mode): Add `mac' to the list of
9031 window-system's that support blinking cursor.
9032
9033 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9034
9035 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9036
9037 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9038
9039 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9040 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9041 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9042
9043 2005-10-20 Kim F. Storm <storm@cua.dk>
9044
9045 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9046 (ido-set-current-directory): Don't add / after final @.
9047 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9048 Explicitly handle ange-ftp completion oddities.
9049 (ido-make-file-list): Don't rotate list at tramp root to avoid
9050 triggering tramp file handler for expand-file-name via get-file-buffer.
9051
9052 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9055
9056 2005-10-19 Jay Belanger <belanger@truman.edu>
9057
9058 * calc/calc-units.el (math-standard-units): Add units, adjust
9059 symbols and update values.
9060 (math-unit-prefixes): Add more prefixes.
9061
9062 2005-10-19 Romain Francoise <romain@orebokech.com>
9063
9064 * bookmark.el (bookmark-menu-heading): New face.
9065 (bookmark-bmenu-list): Use it.
9066 Don't fiddle with `baud-rate' at top-level.
9067
9068 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * image.el (create-image, find-image): Mention max-image-size in
9071 docstring.
9072
9073 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * savehist.el (savehist-load): Revert to checking XEmacs.
9076
9077 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9078 Various docstring and line-width fixups.
9079 (conf-mode): Use cond.
9080 Set font-lock-defaults. Don't set comment-use-syntax.
9081
9082 2005-10-18 David Ponce <david@dponce.com>
9083
9084 * tree-widget.el (tree-widget-button-click): New function.
9085 (tree-widget-button-keymap): Use it.
9086
9087 2005-10-18 Romain Francoise <romain@orebokech.com>
9088
9089 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9090 (bookmark-bmenu-hide-filenames): Add follow-link property.
9091 Improve help-echo text.
9092
9093 * ffap.el (find-file-at-point): Doc fix.
9094
9095 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9096
9097 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9098
9099 2005-10-18 Masatake YAMATO <jet@gyve.org>
9100
9101 Install to the CVS repository what I forgot to install in my
9102 2005-10-16 changes.
9103
9104 * progmodes/python.el (python-complete-symbol): Pass the common
9105 prefix substring of completion to `display-completion-list'.
9106
9107 * textmodes/org.el (org-complete): Ditto.
9108
9109 2005-10-18 Masatake YAMATO <jet@gyve.org>
9110
9111 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9112
9113 * woman.el (WoMan-xref-man-page): New button type derived
9114 from `Man-abstract-xref-man-page'.
9115 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9116
9117 * man.el (Man-abstract-xref-man-page): New button type.
9118 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9119 (Man-highlight-references): Add new optional argument `xref-man-type'.
9120
9121 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9122
9123 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9124
9125 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * cus-edit.el (Custom-move-and-invoke): Delete.
9128 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9129
9130 * wid-edit.el (widget-move-and-invoke): New function, from
9131 Custom-move-and-invoke.
9132
9133 2005-10-17 Bill Wohler <wohler@newt.com>
9134
9135 Move all remaining images from lisp/toolbar to etc/images, move
9136 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9137 the low resolution images in their own directory (low-color).
9138
9139 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9140 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9141 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9142 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9143 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9144 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9145 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9146
9147 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9148 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9149 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9150 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9151 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9152 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9153 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9154 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9155 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9156 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9157 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9158 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9159 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9160 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9161 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9162
9163 To conform with convention, replace the underscore (_) in the
9164 following image names with dash (-) or (/) as appropriate.
9165
9166 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9167 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9168 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9169 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9170 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9171 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9172 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9173 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9174 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9175 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9176 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9177 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9178 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9179 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9180 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9181
9182 * info.el (info-tool-bar-map): Replace underscores in image names
9183 with dashes.
9184
9185 * makefile.w32-in (WINS): Remove toolbar.
9186
9187 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9188
9189 * tool-bar.el: Move to lisp from toolbar. Now that
9190 toolbar is empty, it should be deleted when folks run "cvs up -P".
9191
9192 2005-10-18 Jay Belanger <belanger@truman.edu>
9193
9194 * calc/calc-store.el (calc-store-into): Get the proper variable name
9195 to display in message.
9196
9197 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9198
9199 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9200 expressions display in speedbar for all buffers when debugging.
9201 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9202
9203 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9204 (speedbar-insert-button, speedbar-make-button):
9205 Use add-text-properties.
9206 (speedbar-update-localized-contents)
9207 (speedbar-update-directory-contents)
9208 (speedbar-update-special-contents): Use dolist.
9209 (speedbar-buffer-easymenu-definition): Add a menu separator.
9210
9211 2005-10-17 Jason Rumney <jasonr@gnu.org>
9212
9213 * makefile.w32-in: Use $(lisp) consistently.
9214 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9215 for shell specific generation of mh-autoloads.
9216
9217 2005-10-17 Richard M. Stallman <rms@gnu.org>
9218
9219 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9220
9221 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * jit-lock.el (jit-lock-fontify-now):
9224 Move jit-lock-context-unfontify-pos to avoid wasted work.
9225
9226 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9227
9228 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9229 `tramp-completion-mode' for checking if we are in completion mode.
9230 (tramp-completion-handle-file-name-all-completions): Reorder code
9231 in order to complete for file names only in case there are no
9232 method/user/host completions. This is necessary for cooperation
9233 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9234
9235 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * longlines.el (longlines-search-forward)
9238 (longlines-search-backward): Match any number of spaces.
9239
9240 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9241
9242 * diff-mode.el (diff-mode): Doc fix.
9243
9244 2005-10-16 David Reitter <david.reitter@gmail.com>
9245
9246 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9247 as default on darwin and windows systems.
9248
9249 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9250
9251 * arc-mode.el (archive-zip-extract): Doc fix.
9252
9253 2005-10-16 Romain Francoise <romain@orebokech.com>
9254
9255 * mouse.el (mouse-1-click-follows-link): Doc fix.
9256
9257 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * savehist.el: Don't require CL at runtime.
9260 (savehist-xemacs): Remove.
9261 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9262 (savehist-no-conversion): Use (featurep 'xemacs).
9263 (savehist-load): Check existence of start-itimer rather than XEmacs.
9264 Use an idle timer.
9265 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9266 `delete-if-not'.
9267
9268 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9269
9270 * savehist.el: Newer version.
9271 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9272 (savehist-last-checksum, savehist-no-conversion): New vars.
9273 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9274 New functions.
9275 (savehist-load, savehist-save): Use them.
9276 (savehist-delimit): Remove.
9277
9278 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * progmodes/compile.el (compilation-goto-locus): Display the
9281 compilation buffer first and the source buffer second, in case they're
9282 in overlapping frames. Don't raise the compilation frame if it was the
9283 selected window upon entry. Pass the `other-window' arg to
9284 pop-to-buffer.
9285
9286 * info.el (Info-fontify-node): Use dolist.
9287 Change add-text-properties to put-text-property.
9288
9289 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9290
9291 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9292 bound of search.
9293
9294 2005-10-16 Masatake YAMATO <jet@gyve.org>
9295
9296 * dabbrev.el (dabbrev-completion): Pass the common
9297 prefix substring of completion to `display-completion-list'.
9298
9299 * filecache.el (file-cache-minibuffer-complete)
9300 (file-cache-complete): Ditto.
9301
9302 * tempo.el (tempo-display-completions): Ditto.
9303
9304 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9305
9306 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9307
9308 * eshell/em-hist.el (eshell-list-history): Ditto.
9309
9310 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9311
9312 * mail/mailalias.el (mail-complete): Ditto.
9313
9314 * progmodes/etags.el (complete-tag): Ditto.
9315
9316 * progmodes/make-mode.el (makefile-complete): Ditto.
9317
9318 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9319
9320 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9321
9322 * progmodes/pascal.el (pascal-complete-word)
9323 (pascal-show-completions): Ditto.
9324
9325 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9326
9327 * simple.el (completion-common-substring): New variable.
9328 (completion-setup-function): Use `completion-common-substring'
9329 to put faces.
9330
9331 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9332
9333 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9334 (x-get-selection, mac-select-convert-to-string): Convert from/to
9335 UTF-16 clipboard data as in native byte order, no BOM.
9336
9337 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9338
9339 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9340 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9341 (gud-sentinel): Use speedbar-frame to check for speedbar.
9342
9343 2005-10-15 Richard M. Stallman <rms@gnu.org>
9344
9345 * savehist.el: New file.
9346
9347 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9348
9349 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9350 Fix bug in \bf fontification.
9351
9352 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * pcvs.el (cvs-edit-log-files): New var.
9355 (cvs-mode-edit-log): New arg `file'.
9356 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9357 Instead force the use of the original file and nothing else.
9358 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9359 the cvs-minor-wrap-function is set.
9360 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9361
9362 2005-10-14 Bill Wohler <wohler@newt.com>
9363
9364 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9365 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9366 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9367 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9368 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9369 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9370 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9371 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9372 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9373 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9374 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9375 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9376 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9377 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9378 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9379
9380 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9381 appropriately (for example, gud-break to gud/break).
9382
9383 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9384
9385 * longlines.el (longlinges-search-function)
9386 (longlines-search-forward, longlines-search-backward): New functions.
9387 (longlines-mode): Set isearch-search-fun-function to
9388 longlinges-search-function.
9389
9390 * mouse.el (mouse-drag-region-1): Handle the case where a
9391 double-click event is bound to an arbitrary function.
9392
9393 2005-10-14 David Ponce <david@dponce.com>
9394
9395 * recentf.el (recentf-track-opened-file)
9396 (recentf-track-closed-file, recentf-update-menu)
9397 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9398 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9399 mouse-1-click-follows-link.
9400
9401 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9402
9403 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9404 Gnome file-manager.png. Suggested by
9405 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9406
9407 * toolbar/README: Add diropen.xpm.
9408
9409 2005-10-13 Bill Wohler <wohler@newt.com>
9410
9411 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9412 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9413
9414 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9417 Don't waste the byte-compiler's time on constant data.
9418
9419 2005-10-13 Kenichi Handa <handa@m17n.org>
9420
9421 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9422 byte with `escape-glyph' face.
9423
9424 * international/fontset.el (ccl-encode-unicode-font):
9425 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9426 Handle the case that ucs-mule-to-mule-unicode translates a character to
9427 ASCII (usually for IPA characters).
9428
9429 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9432 Don't hide the underline of titles if font-lock-mode is disabled.
9433
9434 2005-10-12 Bill Wohler <wohler@newt.com>
9435
9436 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9437 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9438 files in MH-E-SRC have been updated.
9439 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9440
9441 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9444 (mixal-mode-syntax-table): Add \n as end-comment.
9445 (mixal-operation-codes-alist): Immediately initialize to full value.
9446 (mixal-add-operation-code): Remove.
9447 (mixal-describe-operation-code): Make the arg non-optional.
9448 Use the interactive spec instead.
9449 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9450 (mixal-font-lock-keywords): Don't highlight comments here any more.
9451 (mixal-font-lock-syntactic-keywords): New var.
9452 (mixal-mode): Use it. Fix comment-start-skip.
9453
9454 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9455
9456 * startup.el (command-line-x-option-alist): -nb => -nbi
9457
9458 2005-10-12 Kim F. Storm <storm@cua.dk>
9459
9460 * startup.el (fancy-splash-default-action): Discard mouse click in
9461 the splash screen window, as it has no sensible meaning in the
9462 next window to be selected. Fixes error reported by Jan D.
9463
9464 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9465
9466 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9467
9468 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9471 Try to fix up minor layout issues like indentation, line break, etc...
9472 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9473 because it doesn't work.
9474 (mixal-operation-codes): Add some more codes.
9475 (mixal-font-lock-keywords): Process comments here.
9476 (mixal-mode): mixasm no longer needs -g option.
9477
9478 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9479
9480 * progmodes/sh-script.el (sh-tmp-file):
9481 Use mktemp -t. Finish support for es and rc shells.
9482
9483 2005-10-11 Jay Belanger <belanger@truman.edu>
9484
9485 * calc/calcalg2.el (calc-integral): With an argument, compute the
9486 definite integral.
9487
9488 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * mouse.el (mouse-drag-region-1): Don't try to catch a
9491 double-click when doing follow-link (it's overridden anyway).
9492
9493 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9494
9495 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9496 (autoload-print-form-outbuf): Add docstring.
9497
9498 2005-10-11 Juri Linkov <juri@jurta.org>
9499
9500 * info.el (Info-mode-menu): Delete menu item "Edit".
9501 (Info-mode): Delete description of Info-edit from docstring,
9502 and rearrange descriptions of Info commands in the order
9503 they are documented in the Info manual.
9504
9505 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * calendar/appt.el (appt-check): Use diary-selective-display var.
9508
9509 2005-10-10 Richard M. Stallman <rms@gnu.org>
9510
9511 * net/newsticker.el (newsticker-start, newsticker-show-news):
9512 Add autoload cookies.
9513
9514 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9515
9516 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9517
9518 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9519
9520 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9521
9522 2005-10-10 Jay Belanger <belanger@truman.edu>
9523
9524 * calc/calc-arith.el (math-check-known-scalarp)
9525 (math-check-known-matrixp): Check the values of arguments that are
9526 variables.
9527 (math-check-known-square-matrixp): New function.
9528 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9529 (math-super-types): Add sqmatrix type.
9530
9531 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9532 mode name `square' to `sqmatrix'.
9533
9534 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9535 mode name `square' to `sqmatrix'.
9536
9537 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * progmodes/etags.el (select-tags-table-mode): Don't use
9540 selective-display.
9541 (tags-select-tags-table): Pass `button' to the action function.
9542 (select-tags-table): Place the side-info on button properties rather
9543 than in hidden text. Abbreviate file names.
9544 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9545 (select-tags-table-select): Add `button' argument.
9546 Get side-info from the button property rather than from hidden text.
9547
9548 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9549
9550 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9551 (gud-speedbar-buttons): Preserve point if possible.
9552 (gud-sentinel): Restore previous speedbar display type.
9553
9554 * progmodes/gdb-ui.el (gdba): Improve diagram.
9555 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9556 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9557 Call get-buffer-window once.
9558
9559 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9562 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9563 (pascal-indent-command): Remove unused var `ind'.
9564 (pascal-indent-case): Remove unused var `oldpos'.
9565 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9566 since it's now used as a proper minor mode map.
9567 (pascal-outline): Rename to pascal-outline-mode.
9568 (pascal-outline-mode): Use define-minor-mode.
9569 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9570 selective-display.
9571
9572 2005-10-10 Andreas Schwab <schwab@suse.de>
9573
9574 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9575 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9576
9577 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9578 outside source directory.
9579
9580 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9581
9582 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9583 C-x' as a prefix.
9584 (orgtbl-mode-map): Full keymap instead of sparse, because all
9585 `self-insert-command' keys are redefined in this map.
9586 (org-export-as-html): Specify charset for HTML file, by taking it
9587 from the coding system.
9588
9589 2005-10-10 Kenichi Handa <handa@m17n.org>
9590
9591 * textmodes/flyspell.el (flyspell-check-word-p):
9592 If unread-command-events is non-empty, don't call sit-for.
9593
9594 2005-10-09 Richard M. Stallman <rms@gnu.org>
9595
9596 * font-lock.el (font-lock-syntactic-keywords)
9597 (font-lock-keywords): Doc fixes.
9598
9599 * textmodes/flyspell.el (flyspell-external-point-words):
9600 Simplify logic, and don't try to check for consecutive appearances
9601 of one incorrect word.
9602
9603 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9604
9605 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9606 separator.
9607
9608 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9609 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9610 (gud-expansion-speedbar-buttons): New function.
9611 (gud-speedbar-buttons): Check for gud-comint-buffer.
9612
9613 2005-10-09 Bill Wohler <wohler@newt.com>
9614
9615 * Makefile.in (updates): Add mh-loaddefs dependency.
9616
9617 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * speedbar.el (speedbar-file-key-map): Fix typo.
9620
9621 2005-10-09 Daniel Brockman <daniel@brockman.se>
9622
9623 * cus-start.el (line-spacing): Add custom spec.
9624
9625 2005-10-09 Romain Francoise <romain@orebokech.com>
9626
9627 * textmodes/ispell.el (ispell-check-version): Fix last change.
9628
9629 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9630
9631 * term/x-win.el: Remove -i, --icon-type from comment.
9632
9633 * startup.el (command-line-x-option-alist): Remove options -i,
9634 -itype, --icon-type, added -nb, --no-bitmap-icon
9635
9636 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9637
9638 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9639 instead of :active.
9640
9641 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9642
9643 * textmodes/ispell.el (ispell-check-version):
9644 Ignore hyphen, and all that follows, in aspell's version text.
9645
9646 2005-10-08 Jay Belanger <belanger@truman.edu>
9647
9648 * calc/calc-arith.el (math-known-square-matrixp): New function.
9649 (math-pow-fancy): Check for matrices before distributing exponent
9650 across products.
9651
9652 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9653 fullscreen keypad. Suggested by Luc Teirlinck.
9654 (calc-keypad-show-input): Add space for formatting.
9655
9656 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9657 Add square matrix option.
9658
9659 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9660 of checking calc-matrix-mode when deciding how to expand.
9661
9662 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9663
9664 2005-10-08 Lars Hansen <larsh@soem.dk>
9665
9666 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9667 Add error handling.
9668 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9669
9670 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9671
9672 Sync with Tramp 2.0.51.
9673
9674 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9675 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9676 Insert special handling for `last-coding-system-used', again
9677 it still seems to be necessary (unlike stated before).
9678 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9679 (tramp-password-prompt-regexp): There might be other words before
9680 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9681 (tramp-chunksize): Improve docstring.
9682 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9683 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9684 Christian Joergensen <bugs@razor.dk>.
9685
9686 2005-10-07 Glenn Morris <rgm@gnu.org>
9687
9688 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9689 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9690 precision'.
9691
9692 2005-10-07 Romain Francoise <romain@orebokech.com>
9693
9694 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9695 (ibuffer-do-shell-command-pipe-replace)
9696 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9697 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9698 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9699 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9700 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9701 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9702 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9703 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9704 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9705 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9706 Autoload file sans suffix.
9707
9708 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9709
9710 2005-10-07 David Ponce <david@dponce.com>
9711
9712 * recentf.el (recentf-menu-open-all-flag): New option.
9713 (recentf-digit-shortcut-command-name): New function.
9714 (recentf--shortcuts-keymap): New variable.
9715 (recentf-menu-shortcuts): New variable.
9716 (recentf-make-menu-items): Initialize it. Replace the "More..."
9717 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9718 (recentf-menu-value-shortcut): New function.
9719 (recentf-make-menu-item): Use it. No more in-lined.
9720 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9721 (recentf-open-most-recent-file): Rename from
9722 `recentf-open-file-with-key'. Don't depend on key binding.
9723 (recentf-mode-map): New variable.
9724 (recentf-mode): Use it.
9725
9726 2005-10-06 Bill Wohler <wohler@newt.com>
9727
9728 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9729
9730 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9731 (MH-E-SRC): New. Used by mh-autoloads.
9732 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9733 files in MH-E-SRC have been updated.
9734 (compile, recompile, bootstrap): Depend on mh-autoloads.
9735
9736 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9737
9738 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9739 gud-break and gud-remove icons when the fringe is not available.
9740
9741 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9742 Typo.
9743
9744 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9745
9746 * play/zone.el (zone): Wrap body with save-window-excursion.
9747
9748 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9751 Use the new `list-only' arg to diary-list-entries.
9752
9753 * calendar/diary-lib.el: Use overlays rather than selective-display.
9754 (diary-selective-display): New var.
9755 (diary-header-line-format): Use it.
9756 (diary-list-entries): Add argument `list-only'.
9757 Put the buffer in diary-mode. Don't add \^M at beg and end.
9758 Replace \^M by invisible overlays.
9759 (diary-unhide-everything): Replace \^M by invisible overlays.
9760 (print-diary-entries): Look for overlays rather than \^M.
9761 Add a space to the temp buffer name.
9762 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9763 Put the buffer in diary-mode.
9764 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9765 (diary-anniversary): Make the year arg optional.
9766 (diary-time-regexp): New const.
9767 (diary-font-lock-keywords): Use it to accept a few more time formats.
9768
9769 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9770
9771 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9772
9773 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9774 Fix bug introduced 2005-07-03: Use (car (last ...))
9775 to faithfully reproduce replaced artist-last.
9776 (artist-set-arrow-points-for-poly): Likewise.
9777 Suggested by Johan Bockg\e,Ae\e(Brd.
9778
9779 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9782 * wid-edit.el (widget):
9783 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9784 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9785
9786 2005-10-06 Kenichi Handa <handa@m17n.org>
9787
9788 * international/mule-cmds.el (set-language-environment):
9789 Fix setting up of case-table for unibyte mode.
9790
9791 * simple.el (what-cursor-position): If the character is displayed
9792 by some `display' text property, show that. Don't use
9793 single-key-description for eight-bit characters in multibyte mode.
9794
9795 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9796
9797 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9798 (gdb-ann3): Set it.
9799 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9800 (gdb-info-frames-custom): Use inverse-video for first five
9801 characters of selected frame only.
9802 (gdb-get-frame-number): Select frame even when point is on frame
9803 number.
9804
9805 2005-10-06 Masatake YAMATO <jet@gyve.org>
9806
9807 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9808 Put `font-lock-function-name-face'.
9809 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9810 and `font-lock-variable-name-face'
9811 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9812 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9813 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9814 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9815 (gdb-local-font-lock-keywords): New font lock keywords definition.
9816 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9817 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9818 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9819
9820 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9821
9822 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9823 (ediff-merge-region-is-non-clash-to-skip): Previously called
9824 ediff-merge-region-is-non-clash.
9825
9826 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9827 Use insert-buffer-substring.
9828
9829 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9830 selecting files to patch. Also bug fixes.
9831
9832 * ediff-util.el (ediff-setup): Bug fix.
9833 (ediff-next-difference): Never skip clashes that differ in white
9834 space only.
9835
9836 * ediff-wind.el (ediff-setup-control-frame)
9837 (ediff-destroy-control-frame): Check the menubar feature.
9838
9839 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9840 (viper-refresh-mode-line): Use make-local-variable to localize
9841 some vars instead of make-variable-buffer-local. Suggested by
9842 Stefan Monnier.
9843
9844 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9845 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9846 Use make-local-variable instead of make-variable-buffer-local.
9847 Suggested by Stefan Monnier.
9848
9849 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9850 (viper-comint-mode-hook): Use make-local-variable on
9851 require-final-newline.
9852 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9853
9854 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9857 also the second char of a comment-start sequence.
9858 (scheme-sexp-comment-syntax-table): New var.
9859 (lambda, define): Set their scheme-doc-string-elt property.
9860 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9861 Use lisp-font-lock-syntactic-face-function now that it properly
9862 handles |...| symbols.
9863 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9864 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9865
9866 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9867 bit from # to |.
9868 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9869
9870 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9871 (lisp-doc-string-elt-property): New var.
9872 (lisp-font-lock-syntactic-face-function): Use it.
9873 Rewrite to recognize docstrings even for forms not at toplevel.
9874
9875 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9876 annotation on the | part of #| rather than on the # part.
9877 (scheme-font-lock-syntactic-face-function): New function, to
9878 distinguish strings from |...| symbols.
9879 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9880 syntax-table so that #|...|# is properly highlighted.
9881
9882 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9883 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9884
9885 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9888 and C-e.
9889
9890 * emacs-lisp/eldoc.el: Move comments into docstrings.
9891 (eldoc-message-commands): Initialize in its declaration.
9892 Add move-beginning-of-line and move-end-of-line.
9893 (eldoc-add-command, eldoc-add-command-completions)
9894 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9895
9896 * outline.el (outline-mark-subtree): Activate the mark.
9897
9898 * calendar/appt.el (appt-time-regexp): New var.
9899 (appt-add, appt-make-list): Use it.
9900 (appt-convert-time): Clean up.
9901
9902 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9903 Don't set any syntax-table property here.
9904 (tex-font-lock-verb): New function. Do it here.
9905 (tex-font-lock-syntactic-keywords): Use it.
9906
9907 2005-10-04 Richard M. Stallman <rms@gnu.org>
9908
9909 * wid-edit.el (widget-file-complete): Get the widget start point
9910 the right way. Default directory to `/' if file has none.
9911
9912 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9913
9914 * textmodes/flyspell.el (flyspell-mode-on):
9915 Call ispell-maybe-find-aspell-dictionaries.
9916
9917 * textmodes/ispell.el (ispell-word, ispell-region):
9918 Call ispell-maybe-find-aspell-dictionaries.
9919 (ispell-accept-buffer-local-defs):
9920 Don't call ispell-maybe-find-aspell-dictionaries
9921
9922 2005-10-04 Richard M. Stallman <rms@gnu.org>
9923
9924 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9925
9926 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9927
9928 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9929 instead of `fboundp' in order to allow for anonymous functions.
9930
9931 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9932
9933 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9934 case the user clicks on the link while another window is selected.
9935 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9936
9937 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9938 functionality.
9939 (dframe-help-echo): Save point in case mouse tracking is off.
9940
9941 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9942
9943 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9944
9945 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9948 not change the global value of those vars.
9949
9950 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9951 make-local-variable which we do not need any more.
9952
9953 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9956 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9957 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9958 (speedbar-path-line): Define obsolete aliases.
9959 (speedbar-line-directory): Doc fix.
9960
9961 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9962 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9963 instead of speedbar-line-path.
9964
9965 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9966
9967 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9968 to nil if dropping on a window. Handle dropping on a minibuffer window
9969 like dropping on a non-window part of Emacs.
9970
9971 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * net/ange-ftp.el: Use with-current-buffer.
9974 (ange-ftp-insert-directory): Do not follow symlinks any more.
9975
9976 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9977 Remove interactive spec.
9978
9979 2005-10-03 Kim F. Storm <storm@cua.dk>
9980
9981 * ido.el (ido-mode): Use custom-initialize-set.
9982
9983 2005-10-02 Richard M. Stallman <rms@gnu.org>
9984
9985 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9986 Use insert-buffer-substring.
9987
9988 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9989 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9990
9991 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9994 in last change.
9995 (ange-ftp-insert-directory): Fix up the search for the case where
9996 `file' is absolute.
9997
9998 2005-10-02 Romain Francoise <romain@orebokech.com>
9999
10000 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10001
10002 2005-10-02 Andreas Schwab <schwab@suse.de>
10003
10004 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10005 directory component in the session info.
10006
10007 2005-10-01 Richard M. Stallman <rms@gnu.org>
10008
10009 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10010
10011 * simple.el (next-error-internal): New function.
10012
10013 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10014 (compilation-start): Pass new arg to compilation-buffer-name.
10015 (compile-goto-error): Use next-error-internal.
10016
10017 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10018
10019 * speedbar.el: Remove RCS tag.
10020 (speedbar-check-read-only): Handle non-existent files.
10021
10022 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10023
10024 * info.el (Info-speedbar-hierarchy-buttons)
10025 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10026
10027 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10028
10029 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10030 Do not match newline.
10031 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10032 (bibtex-summary): Remove unnecessary save-excursion.
10033 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10034
10035 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10036
10037 * term/mac-win.el: Add charset info for "iso10646-1".
10038 Modify default fontset to use ATSUI-compatible fonts for some charsets
10039 if available.
10040
10041 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10042
10043 * speedbar.el: Re-apply arch tag.
10044 (speedbar-version): Rename to version 1.0. Suggested by Eric
10045 M. Ludlam.
10046 Reapply two changes from Emacs CVS' version of speedbar lost
10047 during the merge:
10048 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10049 (speedbar-frame-parameters): Improve customize type.
10050
10051 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10054 (ange-ftp-file-directory-p): Fix the symlink case.
10055 (ange-ftp-insert-directory): When listing a single file, get a list of
10056 the parent buffer and extract the relevant line. Inspired from a patch
10057 by Katsumi Yamaoka <yamaoka@jpl.org>.
10058 (ange-ftp-file-name-sans-versions): Simplify.
10059
10060 2005-09-30 Bill Wohler <wohler@newt.com>
10061
10062 Move MH-E image files from toolbar and mail directories into
10063 etc/images.
10064
10065 * mail/reply2.*: Move to etc/images/mail/reply*.
10066
10067 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10068 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10069 etc/images.
10070
10071 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10072 * toolbar/reply*: Move to etc/images/mail.
10073
10074 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10075
10076 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10077
10078 * speedbar.el: New version 1.0pre3.
10079
10080 Frame management code (including timer, and mouse click specifics)
10081 moved to dframe.el:
10082 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10083 (speedbar-timer): Removed. Use dframe-timer.
10084 (speedbar-close-frame): Removed. Use dframe-close-frame.
10085 (speedbar-activity-change-focus-flag): Removed. Use
10086 dframe-activity-change-focus-flag.
10087 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10088 dframe-update-speed.
10089
10090 (speedbar-current-frame): New macro. Use this instead of the
10091 variable speedbar-frame.
10092
10093 (speedbar-use-images, speedbar-expand-image-button-alist)
10094 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10095
10096 (speedbar-find-image-on-load-path): Removed. Replaced by
10097 defezimage in ezimage.el.
10098 (speedbar-expand-image-button-alist): Removed. Replaced by
10099 ezimage-expand-image-button-alist in ezimage.el.
10100
10101 (speedbar-ignored-directory-regexp)
10102 (speedbar-add-ignored-directory-regexp)
10103 (speedbar-ignored-directory-expressions)
10104 (speedbar-line-directory, speedbar-buffers-line-directory)
10105 (speedbar-directory-line, speedbar-buffers-line-directory):
10106 Renamed, replacing `path' with `directory'.
10107
10108 (speedbar-create-directory, speedbar-expand-line-descendants)
10109 (speedbar-toggle-line-expansion)
10110 (speedbar-contract-line-descendants): New commands.
10111
10112 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10113 (speedbar-use-tool-tips-flag): New options.
10114
10115 (speedbar-check-read-only, speedbar-require-version)
10116 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10117 (speedbar-handle-delete-frame, speedbar-try-completion)
10118 (speedbar-update-localized-contents): New functions.
10119
10120 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10121 (speedbar-object-read-only-indicator): New variables.
10122
10123 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10124 New hooks.
10125
10126 (speedbar-separator-face): New face.
10127
10128 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10129 (speedbar-ignored-modes): Add fundamental-mode.
10130 (speedbar-directory-unshown-regexp): Add . directories.
10131
10132 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10133 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10134 `]' for full expand/close.
10135 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10136
10137 (speedbar-check-vc): Support hidden files.
10138 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10139 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10140 state is nil, it is not checked out.
10141
10142 (speedbar-line-text, speedbar-line-token): Support expand buttons
10143 with no text.
10144 (speedbar-refresh): Universal argument acts as power-click.
10145 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10146 that buffer to get variable values.
10147
10148 And many other bugfixes.
10149
10150 * dframe.el, ezimage.el, sb-image.el: New files.
10151
10152 * sb-*.xpm: Remove files. New image files installed into
10153 etc/images/ezimage.
10154
10155 2005-09-30 Kenichi Handa <handa@m17n.org>
10156
10157 * ps-mule.el (ps-mule-show-warning): If a character is in
10158 ps-print-translation-table, don't treat it as non-printable.
10159
10160 2005-09-30 David Ponce <david@dponce.com>
10161
10162 * tree-widget.el (tree-widget-themes-load-path): New variable.
10163 (tree-widget-themes-directory): Doc fix.
10164 (tree-widget-image-formats) [Emacs]: Doc fix.
10165 (tree-widget--locate-sub-directory): New function.
10166 (tree-widget-themes-directory): Use it.
10167
10168 * recentf.el (recentf-filename-handlers): Rename from
10169 `recentf-filename-handler'. Allow a list of functions.
10170 (recentf-menu-items-for-commands): Fix :help strings.
10171 (recentf-apply-filename-handlers): New function.
10172 (recentf-expand-file-name): Use it.
10173 (recentf-cleanup): Remove duplicates too.
10174
10175 2005-09-29 Juri Linkov <juri@jurta.org>
10176
10177 * faces.el: Rearrange face definitions to be in the same order as
10178 their face descriptions in "(emacs)Standard Faces".
10179
10180 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10181
10182 * tooltip.el (tooltip): Add group `basic-faces'.
10183
10184 * buff-menu.el (Buffer-menu-buffer): Remove group
10185 `font-lock-highlighting-faces'.
10186
10187 * progmodes/compile.el (compilation-error, compilation-warning)
10188 (compilation-info, compilation-line-number, compilation-column-number):
10189 Change group from `font-lock-highlighting-faces' to `compilation'.
10190
10191 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10192 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10193 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10194 (vhdl-font-lock-reserved-words-face)
10195 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10196 `font-lock-highlighting-faces'.
10197
10198 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10199
10200 2005-09-28 Kim F. Storm <storm@cua.dk>
10201
10202 * emulation/cua-base.el: Set CUA move property on additional commands:
10203 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10204 forward-sexp, backward-sexp, forward-list, backward-list.
10205
10206 2005-09-28 Romain Francoise <romain@orebokech.com>
10207
10208 * comint.el (comint-show-output): Really set point at the
10209 beginning of the output when not using `comint-use-prompt-regexp'.
10210
10211 2005-09-27 Jay Belanger <belanger@truman.edu>
10212
10213 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10214 in TeX mode.
10215
10216 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10217
10218 * textmodes/org.el (org-table-sum): Fix format string.
10219
10220 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10221 Quote face names.
10222
10223 2005-09-26 Romain Francoise <romain@orebokech.com>
10224
10225 * isearch.el (isearch-forward-regexp): Close doc string.
10226
10227 2005-09-25 Richard M. Stallman <rms@gnu.org>
10228
10229 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10230
10231 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10232
10233 * progmodes/compile.el (compilation-error-properties):
10234 When getting the file from the previous error message,
10235 correctly decode the new data format.
10236
10237 * progmodes/cc-cmds.el (c-electric-paren):
10238 Call old-blink-paren only for close-paren.
10239
10240 2005-09-24 Andreas Schwab <schwab@suse.de>
10241
10242 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10243 condition.
10244
10245 2005-09-25 Romain Francoise <romain@orebokech.com>
10246
10247 * dired-aux.el (dired-copy-file-recursive):
10248 * dired.el (dired-delete-file):
10249 * ediff-mult.el (ediff-dir-diff-copy-file):
10250 * ediff-util.el (ediff-test-save-region):
10251 * forms.el (forms-mode):
10252 * ido.el (ido-file-internal, ido-delete-file-at-head):
10253 * log-edit.el (log-edit-done):
10254 * ses.el (ses-yank-resize):
10255 * play/gomoku.el (gomoku-human-plays, gomoku)
10256 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10257 (gomoku-offer-a-draw):
10258 * play/landmark.el (lm-human-resigns, lm):
10259 * net/eudcb-ldap.el (eudc-ldap-check-base):
10260 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10261 * progmodes/ebrowse.el (ebrowse-find-pattern):
10262 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10263 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10264 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10265
10266 * vc.el (vc-delete-file):
10267 * play/gomoku.el (gomoku-terminate-game, gomoku)
10268 (gomoku-prompt-for-move, gomoku-human-takes-back):
10269 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10270 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10271
10272 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10273
10274 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10275 color rxvt terminals by using the code xterm.el used to use before
10276 2005-04-09 in order to match the colors used by rxvt.
10277
10278 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10279
10280 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10281 colors rxvt-unicode terminals by using the same code as xterm.el.
10282
10283 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10286 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10287 new symbol used for the tex-verbatim face.
10288
10289 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10290
10291 * woman.el (woman-file-name):
10292 * wid-edit.el (widget-file-prompt-value)
10293 (widget-coding-system-prompt-value):
10294 * w32-fns.el (set-w32-system-coding-system):
10295 * vc.el (vc-version-diff, vc-annotate):
10296 * textmodes/reftex-auc.el (reftex-arg-cite)
10297 (reftex-arg-index-tag):
10298 * textmodes/refer.el (refer-get-bib-files):
10299 * textmodes/artist.el (artist-figlet-choose-font):
10300 * terminal.el (terminal-emulator):
10301 * replace.el (occur-read-primary-args):
10302 * rect.el (string-rectangle, string-insert-rectangle):
10303 * ps-print.el (ps-print-preprint):
10304 * progmodes/pascal.el (pascal-goto-defun):
10305 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10306 * progmodes/compile.el (compilation-find-file):
10307 * printing.el (pr-interactive-n-up):
10308 * play/animate.el (animate-birthday-present):
10309 * net/rcompile.el (remote-compile):
10310 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10311 * mail/rmailsum.el (rmail-summary-search-backward)
10312 (rmail-summary-search):
10313 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10314 (rmail-output-read-file-name):
10315 * mail/rmail.el (rmail-search, rmail-search-backwards):
10316 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10317 * locate.el (locate):
10318 * international/quail.el (quail-show-keyboard-layout):
10319 * international/mule.el (set-buffer-file-coding-system)
10320 (revert-buffer-with-coding-system, set-file-name-coding-system)
10321 (set-terminal-coding-system, set-keyboard-coding-system)
10322 (set-next-selection-coding-system):
10323 * international/mule-diag.el (describe-coding-system)
10324 (describe-font, describe-fontset):
10325 * international/mule-cmds.el (universal-coding-system-argument)
10326 (search-unencodable-char, describe-input-method)
10327 (set-language-environment, describe-language-environment):
10328 * international/codepage.el (codepage-setup):
10329 * international/code-pages.el (codepage-setup):
10330 * info.el (Info-search, Info-follow-reference)
10331 (Info-search-backward):
10332 * emacs-lisp/advice.el (ad-read-advised-function)
10333 (ad-read-advice-class, ad-clear-cache, ad-activate)
10334 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10335 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10336 (ad-read-regexp):
10337 * ediff-util.el (ediff-toggle-regexp-match):
10338 * ediff-ptch.el (ediff-prompt-for-patch-file):
10339 * dired-aux.el (dired-diff):
10340 * diff.el (diff):
10341 * cus-edit.el (custom-variable-prompt):
10342 * calendar/timeclock.el (timeclock-ask-for-project):
10343 * calc/calcalg3.el (calc-get-fit-variables):
10344 * calc/calc-store.el (calc-edit-variable)
10345 (calc-permanent-variable):
10346 * vc-mcvs.el (vc-mcvs-register):
10347 * shadowfile.el (shadow-define-literal-group):
10348 * woman.el (woman-file-name):
10349 * vc.el (vc-version-diff, vc-merge):
10350 * textmodes/reftex-index.el (reftex-index-complete-tag):
10351 * format.el (format-decode-buffer, format-decode-region):
10352 * emulation/viper-cmd.el (viper-read-string-with-history):
10353 * emacs-lisp/debug.el (cancel-debug-on-entry):
10354 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10355 * ediff.el (ediff-merge-revisions)
10356 (ediff-merge-revisions-with-ancestor, ediff-revision):
10357 * completion.el (interactive-completion-string-reader):
10358 * calc/calc-prog.el (calc-user-define-formula):
10359 Follow convention for reading with the minibuffer.
10360
10361 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10362
10363 * progmodes/python.el (python-describe-symbol): Add globals() and
10364 locals() to the arguments of emacs.ehelp.
10365
10366 2005-09-24 Magnus Henoch <mange@freemail.hu>
10367
10368 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10369 New function, code extracted from ispell-valid-dictionary-list.
10370 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10371 Call it.
10372
10373 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10374
10375 * subr.el (version-regexp-alist): Extend valid syntax for version
10376 strings: allow any of the characters -,_,+ to separate the
10377 alpha/beta/rc part from the version part. Doc fix.
10378 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10379
10380 2005-09-23 David Reitter <david.reitter@gmail.com>
10381
10382 * mail/mailclient.el: New file.
10383
10384 2005-09-23 Richard M. Stallman <rms@gnu.org>
10385
10386 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10387 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10388 Doc fixes.
10389
10390 * progmodes/cc-mode.el (c-font-lock-init):
10391 Specify font-lock-lines-before.
10392
10393 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10396 whole conflict.
10397
10398 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10399
10400 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10401 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10402 of `remap' feature when available. Additional key bindings for
10403 better tty support.
10404 (org-mode-restart, org-force-self-insert): New commands.
10405 (org-time-stamp-inactive): New command.
10406 (org-remap): New function.
10407 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10408 (org-enable-fixed-width-editor): Move to `org-structure'
10409 customization group.
10410 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10411 blank field after field motion commands.
10412
10413 2005-09-23 Kenichi Handa <handa@m17n.org>
10414
10415 * international/mule-cmds.el (set-language-environment):
10416 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10417 have to call utf-translate-cjk-load-tables.
10418
10419 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * mouse.el (mouse-move-drag-overlay): Fix last change.
10422
10423 2005-09-22 David Ponce <david@dponce.com>
10424
10425 * tree-widget.el (tree-widget-value-create): Fix previous change.
10426
10427 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10428
10429 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10430
10431 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * mouse.el (mouse-move-drag-overlay): New function.
10434 (mouse-drag-region-1): Use it.
10435 Try to simplify a bit the state handling. Handle clicks on links
10436 inside intangible areas.
10437 (mouse-save-then-kill): Minor simplification.
10438 (mouse-secondary-overlay): Make it always non-nil instead of
10439 recreating it each time.
10440 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10441 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10442 Simplify accordingly.
10443
10444 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10445
10446 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10447
10448 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10449
10450 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10451 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10452 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10453 to patch.
10454
10455 * ediff-util.el: Use insert-buffer-substring.
10456
10457 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10458
10459 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10460 field boundaries in the minibuffer.
10461 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10462 (viper-minibuffer-post-command-hook): New hook.
10463 (viper-line): Don't move cursor at bolp.
10464
10465 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10466
10467 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10468 avoid compiler warnings.
10469
10470 * emulation/viper-macs.el (ex-map): Better messages.
10471
10472 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10473
10474 * emulation/viper.el: Replace make-variable-buffer-local with
10475 viper-make-variable-buffer-local everywhere, to avoid warnings.
10476
10477 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10480 Delete unused var `old-selected-window'.
10481 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10482 (mouse-drag-secondary): Delete unused var `start-frame'.
10483
10484 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10485
10486 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10487
10488 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10491 Re-indent within 80 columns. Use inhibit-read-only.
10492
10493 2005-09-19 Romain Francoise <romain@orebokech.com>
10494
10495 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10496
10497 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10500 unconditionally, since the after-change-function already did it.
10501
10502 2005-09-19 Miles Bader <miles@gnu.org>
10503
10504 * net/newsticker.el: Get rid of CVS keyword.
10505
10506 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10507
10508 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10509 The prompt is formatted later.
10510
10511 2005-09-19 David Ponce <david@dponce.com>
10512
10513 * tree-widget.el (tree-widget-value-create): Save the converted
10514 tree :node widget.
10515
10516 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10519 variable `message'.
10520
10521 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10522
10523 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10524 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10525 <slawomir.nowaczyk.847@student.lu.se>.
10526
10527 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * image.el (image-load-path): Use symbol `data-directory' instead
10530 of its value, for backward compatibility with packages that bind
10531 it during `find-image'. Suggested by Katsumi Yamaoka.
10532 (image-search-load-path): Handle symbols whose values are strings.
10533
10534 2005-09-18 Romain Francoise <romain@orebokech.com>
10535
10536 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10537 with-current-buffer form in save-excursion.
10538
10539 2005-09-18 D Goel <deego@gnufans.org>
10540
10541 * apropos.el (apropos-command): Fix `message' call: first arg
10542 should be a format spec. In this and all other cases that appear
10543 below and elsewhere in the source code, I made a change only when
10544 two conditions were satisfied: [1] I can think of a possibility
10545 that the arguments would cause an error, for example, the code in
10546 question relies on external variables such as filenames. [2] I
10547 was sure that the arg to `message' could not have been nil in the code.
10548
10549 * textmodes/tildify.el (tildify-region): Ditto.
10550
10551 * textmodes/reftex-index.el (reftex-index-change-entry)
10552 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10553 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10554 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10555 (org-priority, org-table-sum):
10556 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10557 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10558 (flyspell-word, flyspell-display-next-corrections):
10559 * textmodes/bibtex.el (bibtex-print-help-message):
10560 * textmodes/artist.el (artist-key-set-point-poly):
10561 * term/mac-win.el (mac-services-insert-text):
10562 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10563 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10564 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10565 (vhdl-compose-configuration):
10566 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10567 (sh-set-indent, sh-learn-line-indent):
10568 * progmodes/ps-mode.el (ps-mode-target-column):
10569 * progmodes/idlwave.el (idlwave-make-tags)
10570 (idlwave-scan-library-catalogs):
10571 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10572 * progmodes/gud.el (gud-jdb-analyze-source):
10573 * progmodes/flymake.el (flymake-log):
10574 * progmodes/ebnf2ps.el (ebnf-generate-region):
10575 * progmodes/cmacexp.el (c-macro-expansion):
10576 * progmodes/ada-xref.el (ada-treat-cmd-string):
10577 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10578 (ada-justified-indent-current, ada-batch-reformat):
10579 * play/zone.el (zone):
10580 * play/landmark.el (lm-move):
10581 * play/decipher.el (decipher-show-alphabet):
10582 * net/newsticker.el (newsticker--display-jump)
10583 (newsticker--display-scroll):
10584 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10585 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10586 * mail/feedmail.el (feedmail-dump-message-to-queue):
10587 * eshell/esh-proc.el (eshell-remove-process-entry):
10588 * emulation/ws-mode.el (ws-last-error):
10589 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10590 (viper-record-kbd-macro):
10591 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10592 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10593 * emacs-lisp/find-func.el (find-function-noselect):
10594 * calendar/timeclock.el (timeclock-status-string)
10595 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10596 (timeclock-when-to-leave-string):
10597 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10598 * calc/calc-units.el (calc-enter-units-table):
10599 * calc/calc-mode.el (calc-mode-record-mode):
10600 * woman.el (woman-mini-help):
10601 * wdired.el (wdired-change-to-wdired-mode):
10602 * vc.el (vc-retrieve-snapshot):
10603 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10604 * startup.el (display-startup-echo-area-message):
10605 * simple.el (set-goal-column):
10606 * ses.el (ses-command-hook, ses-recalculate-cell):
10607 * server.el (server-process-filter):
10608 * printing.el (pr-interface-txt-print, pr-interface-printify)
10609 (pr-interface-ps):
10610 * pcvs.el (cvs-help):
10611 * log-edit.el (log-edit, log-edit-mode-help):
10612 * iswitchb.el (iswitchb-possible-new-buffer):
10613 * isearch.el (isearch-edit-string):
10614 * image-mode.el (image-mode, image-minor-mode):
10615 * ibuf-macs.el (define-ibuffer-filter):
10616 * hi-lock.el (hi-lock-find-patterns):
10617 * files.el (toggle-read-only):
10618 * ediff-util.el (ediff-copy-diff)
10619 (ediff-write-merge-buffer-and-maybe-kill):
10620 * echistory.el (Electric-history-undefined):
10621 * dnd.el (dnd-insert-text):
10622 * dired-aux.el (dired-query):
10623 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10624 * bookmark.el (bookmark-bmenu-locate):
10625 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10626 Fix `message' calls to ensure first arg is a format string.
10627 The change was made only when these two conditions were satisfied:
10628 [1] when there is a possibility that the arguments would cause an error
10629 for example, if the code in question relies on external variables
10630 such as filenames, and
10631 [2] if the arg to `message' could not have been nil in the code.
10632
10633 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10634 Not having a %s would be weird, though not technically wrong.
10635
10636 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10637
10638 * term/mac-win.el (mac-add-charset-info): Doc fix.
10639
10640 2005-09-17 Romain Francoise <romain@orebokech.com>
10641
10642 * shell.el (shell-resync-dirs): Handle echoing processes more
10643 reliably. Don't insert resync command if `comint-process-echoes'
10644 is non-nil.
10645
10646 2005-09-17 Magnus Henoch <mange@freemail.hu>
10647
10648 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10649 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10650 aspell versions >= 0.60.
10651 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10652 only if ispell-aspell-supports-utf8 is non-nil.
10653
10654 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10655
10656 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10657 buffer-local value to lisp-indent-function.
10658
10659 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10660
10661 * progmodes/glasses.el (glasses-make-readable): If
10662 glasses-separator differs from underscore, put appropriate
10663 overlays over underscore characters.
10664 (glasses-convert-to-unreadable): If glasses-separator differs from
10665 underscore, try to convert glasses-separator characters to
10666 underscores.
10667
10668 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10671 Use with-syntax-table and dolist.
10672
10673 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10674
10675 * textmodes/reftex-auc.el:
10676 * textmodes/reftex-cite.el:
10677 * textmodes/reftex-dcr.el:
10678 * textmodes/reftex-global.el:
10679 * textmodes/reftex-parse.el:
10680 * textmodes/reftex-ref.el:
10681 * textmodes/reftex-sel.el:
10682 * textmodes/reftex-toc.el:
10683 * textmodes/reftex-vars.el:
10684 * textmodes/reftex.el: Small changes to remove compiler warnings.
10685
10686 * textmodes/reftex-index.el: Likewise.
10687 (reftex-query-index-phrase): More efficient use of markers.
10688
10689 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10690
10691 * image.el (image-load-path): New variable.
10692 (image-search-load-path): New function.
10693 (find-image): Search for images in `image-load-path'.
10694
10695 2005-09-15 Richard M. Stallman <rms@gnu.org>
10696
10697 * follow.el: Change Maintainer field.
10698
10699 2005-09-15 David Ponce <david@dponce.com>
10700
10701 * recentf.el (recentf-save-file-modes): New option.
10702 (recentf-save-list): Use it.
10703
10704 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10705
10706 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10707 (mode-line-mule-info, mode-line-modified): Move bindings from
10708 mouse-3 to mouse-1.
10709
10710 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10711
10712 * simple.el (sendmail-user-agent-compose): Revert last change.
10713
10714 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10717 Use with-current-buffer.
10718 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10719 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10720 (ange-ftp-insert-directory): Remove unused var `short'.
10721 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10722
10723 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10724 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10725
10726 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10727 (check-calendar-holidays, diary-list-entries): Autoload.
10728 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10729 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10730
10731 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10732 which mistakenly removed a call to display-buffer.
10733
10734 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10735
10736 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10737
10738 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10739
10740 * progmodes/hideshow.el
10741 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10742 (hs-allow-nesting): New user var.
10743 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10744 (hs-hide-block-at-point): When nesting allowed,
10745 if there is already an overlay in place, delete it.
10746 (hs-safety-is-job-n): Delete func; remove call sites.
10747 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10748 (hs-overlay-at): New func.
10749 (hs-already-hidden-p, hs-show-block): Use it.
10750 (hs-hide-all): Don't pre-clean if nesting allowed.
10751 (hs-show-all): Temporarily disallow
10752 nesting around call to `hs-discard-overlays'.
10753
10754 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10755
10756 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10757 Delete unused local var.
10758
10759 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10760
10761 * help-fns.el (describe-categories): "?\ " -> "?\s".
10762 (help-do-arg-highlight): Recognize also ARG-n, as in
10763 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10764
10765 * international/codepage.el (dos-unsupported-char-glyph):
10766 * net/newsticker.el (tool-bar-map, w3-mode-map)
10767 (w3m-minor-mode-map):
10768 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10769 (ent-alist):
10770 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10771
10772 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * custom.el (custom-push-theme): Handle the case where a symbol is
10775 bound but face properties have not yet been assigned.
10776
10777 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10778 Fix behavior if noerase is `t' and there is no mail buffer.
10779
10780 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10781 if `continue' is nil, rather than signal an error.
10782
10783 2005-09-12 Richard M. Stallman <rms@gnu.org>
10784
10785 * font-lock.el (font-lock-keywords): Add autoload.
10786
10787 * help-fns.el (describe-variable): Rearrange to put source link
10788 in a predictable place.
10789
10790 * net/newsticker.el: New file.
10791
10792 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10795 (calendar-basic-setup): Use the new nil arg.
10796 (number-of-diary-entries): Move to diary-lib.el.
10797
10798 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10799 (diary-list-entries): Use with-syntax-table and dolist.
10800 Rename from list-diary-entries.
10801 Use number-of-diary-entries if `number' is nil.
10802 (diary, diary-view-entries): Use this new name and new nil arg value.
10803 (number-of-diary-entries): Move from calendar.el.
10804 (diary-unhide-everything): New function.
10805 (include-other-diary-files, fancy-diary-display)
10806 (diary-show-all-entries, make-diary-entry): Use it.
10807 (diary-mail-entries): Use buffer-string.
10808 (mark-diary-entries): Fix long standing paren typo.
10809 (diary-sexp-entry): Use count-lines.
10810 (make-diary-entry): Avoid `previous-line'.
10811 (diary-mode-map): New var.
10812 (diary-mode): Redraw cal after saving. Setup header-line.
10813 (fancy-diary-display-mode): Use local-set-key.
10814
10815 * startup.el (command-line): Try calling various terminal-init-foo-bar
10816 functions by stripping hyphenated suffixes from $TERM.
10817
10818 * files.el (normal-mode): Check boundness of font-lock-keywords.
10819
10820 2005-09-12 Richard M. Stallman <rms@gnu.org>
10821
10822 * progmodes/compile.el: Don't decide a file's directory
10823 until the user actually tries to go there.
10824 (compilation-next-error-function):
10825 Pass compilation-find-file the directory from the file-struct.
10826 (compilation-internal-error-properties): Separate local FILE-STRUCT
10827 from FILE. Doc the args better. Rename arg FMT to FMTS.
10828 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10829 Expand it, and if nil, use default-directory.
10830 (compilation-get-file-structure): Don't mix specified directory
10831 with default directory. Put specified directory into
10832 file-struct. Don't make the file name absolute.
10833
10834 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10835 (compile-command): Add autoload.
10836 (compilation-disable-input): Add autoload.
10837
10838 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10839
10840 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10841 strings of the variables it can override.
10842 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10843 %Q and %q, for fully-qualified domain name and unqualified host name.
10844
10845 2005-09-11 Kim F. Storm <storm@cua.dk>
10846
10847 * emacs-lisp/authors.el (authors-aliases): Update list.
10848 (authors-fixed-entries): Update mldrag.el entry.
10849
10850 2005-09-10 Alan Mackenzie <acm@muc.de>
10851
10852 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10853 from the region narrowed to.
10854
10855 2005-09-10 Magnus Henoch <mange@freemail.hu>
10856
10857 * textmodes/ispell.el (ispell-check-version): Signal an error if
10858 aspell version is less than 0.60.
10859
10860 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10861
10862 * progmodes/octave-inf.el (inferior-octave-startup):
10863 Resync current dir at the end.
10864
10865 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10866
10867 * woman.el (woman-topic-at-point-default):
10868 Rename to woman-use-topic-at-point-default.
10869 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10870 (woman-file-name): Reflect renames above. Automatically use the
10871 word at point as topic if woman-use-topic-at-point is non-nil.
10872 Otherwise offer it as default but don't insert it in the
10873 minibuffer. Also use `test-completion' instead of `assoc' as
10874 suggested by Stefan Monnier.
10875
10876 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10877
10878 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10879 the attempt to do it over Tramp. This is not yet supported.
10880
10881 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10882
10883 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10884 (menu-bar-non-minibuffer-window-p): New functions.
10885 ("Split Window", "Save As..."): Use them.
10886 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10887 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10888 Use menu-bar-menu-frame-live-and-visible-p.
10889 ("Save Buffer", "Insert File", "Open Directory...")
10890 ("Open File...", "Visit New File..."):
10891 Use menu-bar-non-minibuffer-window-p.
10892 (kill-this-buffer-enabled-p, dired <menu-enable>):
10893 Use menu-bar-non-minibuffer-window-p.
10894
10895 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10896
10897 * cus-start.el (all): Don't complain about fringe-related
10898 built-ins if fringes are not supported. Ditto about
10899 selection-related built-ins. Fix the test for GTK-related built-ins.
10900
10901 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10902 ("Postscript Print Buffer", "Print Region", "Save As...")
10903 ("Save", "Insert File...", "Open Directory...")
10904 ("Open File...", "Visit New File..."")
10905 ("Truncate Long Lines in this Buffer"): Don't look at
10906 menu-updating-frame if this display does not support multiple frames.
10907
10908 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10909
10910 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10911
10912 2005-09-09 Emilio Lopes <eclig@gmx.net>
10913
10914 * woman.el: Format- and whitespace-related changes.
10915
10916 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10917
10918 * woman.el: Fix my email address.
10919
10920 2005-09-08 Richard M. Stallman <rms@gnu.org>
10921
10922 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10923 (sh-mode): Locally set skeleton-pair-default-alist.
10924
10925 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10926
10927 * progmodes/flymake.el: Require `compile' unconditionally.
10928
10929 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10930
10931 * woman.el (woman-file-name): Provide a default, not initial input.
10932
10933 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10934
10935 * font-lock.el (font-lock-support-mode): Doc fix.
10936
10937 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10938
10939 2005-09-08 Richard M. Stallman <rms@gnu.org>
10940
10941 * simple.el (blink-matching-open): Get rid of text props from
10942 the string shown in echo area. Don't permanently set point.
10943 Some rearrangements.
10944
10945 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10946
10947 * recentf.el (recentf-filename-handler): Add custom choice
10948 `abbreviate-file-name'.
10949
10950 * msb.el (msb--very-many-menus): Fix typo.
10951
10952 * disp-table.el (standard-display-european): Don't set
10953 enable-multibyte-characters to nil.
10954
10955 2005-09-08 David Ponce <david@dponce.com>
10956
10957 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10958 (recentf-expand-file-name): Doc fix.
10959 (recentf-dialog-mode-map): Define digit shortcuts.
10960 (recentf--files-with-key): New variable.
10961 (recentf-show-digit-shortcut-filter): New function.
10962 (recentf-open-files-items): New function.
10963 (recentf-open-files): Use it.
10964 (recentf-open-file-with-key): New command.
10965
10966 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10969 Suggested by Kim F. Storm.
10970 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10971 (Buffer-menu-make-sort-button): Use global keymap.
10972
10973 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10974
10975 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10976 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10977 necessary any longer with the remapped command.
10978 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10979 formatting time only.
10980
10981 * net/tramp.el (tramp-action-password)
10982 (tramp-multi-action-password): Compile the password prompt from
10983 `method', `user' and `host'. Sometimes it isn't obvious which
10984 password to enter, for example with remote files offered by
10985 recentf.el, or with multiple steps. Suggested by Robert Marshall
10986 <robert@chezmarshall.freeserve.co.uk>.
10987
10988 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10991 Fix regexp for when "s///" is at the beginning of line.
10992
10993 2005-09-07 Jay Belanger <belanger@truman.edu>
10994
10995 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10996 when in matrix mode.
10997
10998 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10999
11000 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11001 non-anonymous functions.
11002
11003 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11004
11005 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11006 when using a header line. Otherwise, use mouse-1-click-follows-link.
11007
11008 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11009 can't be moved; don't signal an error.
11010
11011 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11012
11013 * cus-theme.el (custom-theme-write-faces): Save the current face
11014 spec, not the defface spec.
11015
11016 * custom.el (custom-known-themes): Clarify meaning of "standard".
11017 (custom-push-theme): Save old values in the standard theme.
11018 (disable-theme): Correct typo.
11019 (custom-face-theme-value) Deleted unused function.
11020 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11021
11022 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * progmodes/compile.el (compilation-goto-locus): Take into account
11025 iconified frames when determining whether the buffer is
11026 already visible.
11027 Don't reset window height if the window already existed.
11028
11029 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * custom.el (load-theme): Rename from require-theme.
11032 Add interactive spec.
11033 (enable-theme): Rename from custom-enable-theme.
11034 Add interactive spec.
11035 (disable-theme): Rename from custom-disable-theme.
11036 Add interactive spec.
11037 (custom-make-theme-feature): Doc fix.
11038 (custom-theme-directory): Doc fix.
11039 (provide-theme): Call enable-theme.
11040
11041 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * obsolete/lazy-lock.el (lazy-lock-mode):
11044 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11045 font-lock-mode if it's off. Print a warning instead.
11046
11047 * progmodes/compile.el (compilation-start): Ignore errors if the
11048 process died before we get to send-eof.
11049
11050 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11051 Undo last change. Enclosing the result in quotes broke things on Unix
11052 since tex-send-command passes it through shell-quote-argument.
11053 (tex-send-command): Pass `file' through convert-standard-filename
11054 when possible.
11055 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11056 info in a transcript.
11057
11058 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11059
11060 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11061 fix compilation warning. Reorder the key definitions to group
11062 together keys emitted by the current version of xterm.
11063
11064 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11065 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11066 Reorder predicates to correct min-color usage.
11067
11068 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11069
11070 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11071 Kill local variables when longlines-mode is turned off.
11072
11073 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11074
11075 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11076
11077 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11078
11079 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11080
11081 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11082 (font-lock-lines-before): Change default to being inactive.
11083 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11084 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11085
11086 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11087
11088 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11089 Deactivate temporarily advice if active (not needed for Emacs 22,
11090 but for backwards compatibility).
11091 (tramp-exists-file-name-handler): Rewrite. First implementation
11092 was too simple.
11093 (tramp-advice-make-auto-save-file-name):
11094 Call `tramp-handle-make-auto-save-file-name' (again, just for
11095 backwards compatibility).
11096
11097 2005-08-31 Reto Zimmermann <reto@gnu.org>
11098
11099 * progmodes/vhdl-mode.el
11100 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11101 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11102 (vhdl-set-default-project): New function (easier setting of default).
11103 (vhdl-port-copy): Handle extended identifiers for generics.
11104 (vhdl-compiler-alist): Better description for error message regexp.
11105 (vhdl-make): Query for target, use previous as default.
11106 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11107 (vhdl-font-lock-keywords-2): Fix fontification for record
11108 el. assign.
11109 (vhdl-speedbar-make-subpack-line): Add package body link.
11110 (vhdl-generate-makefile-1): Not include itself as dependency.
11111 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11112 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11113 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11114 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11115 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11116 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11117 (vhdl-import-project): Add string argument for `error'.
11118 (vhdl-compose-configuration)
11119 (vhdl-compose-configuration-architecture): Add configuration
11120 declaration generation.
11121 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11122 (vhdl-trailer-re): Add "record" keyword (better indentation).
11123 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11124 "[^ \t-\"]+".
11125 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11126 (vhdl-testbench-entity-file-name)
11127 (vhdl-testbench-architecture-file-name): Allow separate
11128 customization of testbench file names.
11129 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11130 (vhdl-get-visible-signals): Allow newline within alias declaration.
11131 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11132 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11133 (member-ignore-case): Alias for missing function in XEmacs.
11134 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11135 (vhdl-update-sensitivity-list): Ignore case on read signals.
11136 (vhdl-replace-string): Adjust case only for file names.
11137 (vhdl-update-sensitivity-list): Fix search for read signals.
11138 (vhdl-update-sensitivity-list): Exclude formal parameters.
11139 (vhdl-get-visible-signals): Include aliases of signals.
11140 (vhdl-get-visible-signals): Fix signal name searching.
11141 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11142 (vhdl-fixup-whitespace-region): Fix for character
11143 literals (e.g. `:').
11144
11145 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11146
11147 * ansi-color.el (comint-last-output-start):
11148 * bs.el (font-lock-verbose):
11149 * diff-mode.el (add-log-buffer-file-name-function):
11150 * dired-x.el (vm-folder-directory):
11151 * faces.el (help-xref-stack-item):
11152 * files.el (font-lock-keywords):
11153 * find-lisp.el (dired-buffers, dired-subdir-alist):
11154 * ido.el (cua-inhibit-cua-keys):
11155 * log-view.el (cvs-minor-wrap-function):
11156 * outline.el (font-lock-warning-face):
11157 * simple.el (compilation-current-error):
11158 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11159 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11160 * tooltip.el (comint-prompt-regexp):
11161 * w32-fns.el (explicit-shell-file-name):
11162 * term/mac-win.el (mac-charset-info-alist)
11163 (mac-services-selection, mac-system-script-code):
11164 * term/tty-colors.el (msdos-color-values):
11165 * term/w32-win.el (xlfd-regexp-registry-subnum):
11166 * term/x-win.el (x-keysym-table, x-selection-timeout)
11167 (x-session-id, x-session-previous-id):
11168 * textmodes/ispell.el (mail-yank-prefix):
11169 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11170 * textmodes/org.el (calc-embedded-close-formula)
11171 (calc-embedded-open-formula)
11172 (font-lock-unfontify-region-function):
11173 * textmodes/reftex-global.el (isearch-next-buffer-function)
11174 (TeX-master):
11175 * textmodes/reftex.el (font-lock-keywords):
11176 * textmodes/tex-mode.el (font-lock-comment-face)
11177 (font-lock-doc-face):
11178 * textmodes/texinfo.el (outline-heading-alist):
11179 Add defvars.
11180
11181 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11182 (artist-spray-chars, artist-mode-init, artist-replace-string)
11183 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11184 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11185 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11186
11187 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11188 (conf-align-assignments): "?\ " -> "?\s".
11189
11190 * textmodes/reftex-index.el (TeX-master): Add defvar.
11191 (reftex-index-phrases-marker): Move up defvar.
11192
11193 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11194 (reftex-toc-include-labels-indicator)
11195 (reftex-toc-include-index-indicator)
11196 (reftex-toc-max-level-indicator): Move up declarations.
11197
11198 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11199 of args to `tramp-run-real-handler', even if it's empty in this case.
11200
11201 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11202
11203 * dired.el (dired-move-to-filename-regexp): Add date format for
11204 Mac OS X 10.3 in East Asian locales.
11205
11206 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11207
11208 * files.el (make-auto-save-file-name): Add file name handler call
11209 if applicable.
11210
11211 * net/tramp.el (tramp-file-name-handler-alist)
11212 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11213 (tramp-handle-make-auto-save-file-name): Rename from
11214 `tramp-make-auto-save-file-name'.
11215 (tramp-exists-file-name-handler): New defun.
11216 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11217 `make-auto-save-file-name' is not a magic file name operation.
11218
11219 2005-08-30 Richard M. Stallman <rms@gnu.org>
11220
11221 * files.el (risky-local-variable-p):
11222 Match `-predicates' and `-commands.
11223
11224 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11225 (custom-save-all): Visit the file if necessary;
11226 kill the buffer if we created it.
11227 (custom-save-delete): Don't visit file or kill buffer here.
11228
11229 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11230
11231 * textmodes/org.el (org-special-keyword): New face.
11232 (org-table-copy-down, org-table-eval-formula)
11233 (org-table-recalculate, org-init-section-numbers):
11234 Use `string-to-number' instead of `string-to-int'.
11235 (org-get-location): Use `insert-buffer-substring' instead of
11236 `insert-buffer'.
11237 (org-modify-diary-entry-string): New function.
11238 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11239 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11240 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11241 active region.
11242 (org-export-as-html): Handle QUOTE keyword.
11243 (org-quote-string): New option.
11244 (org-bookmark-jump-unhide): New function, used for
11245 `bookmark-after-jump-hook'.
11246 (org-diary-default-entry): Apply only when not called through
11247 `org-agenda'.
11248
11249 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11250
11251 * net/eudc.el (mode-popup-menu):
11252 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11253 * progmodes/ada-mode.el (compile-auto-highlight)
11254 (skeleton-further-elements):
11255 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11256 * progmodes/cmacexp.el (msdos-shells):
11257 * progmodes/compile.el (font-lock-extra-managed-props)
11258 (font-lock-keywords, font-lock-maximum-size)
11259 (font-lock-support-mode):
11260 * progmodes/grep.el (font-lock-lines-before):
11261 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11262 * progmodes/mixal-mode.el (compile-command):
11263 * progmodes/perl-mode.el (font-lock-comment-face)
11264 (font-lock-doc-face, font-lock-string-face):
11265 * progmodes/prolog.el (comint-prompt-regexp):
11266 * progmodes/sh-script.el (font-lock-comment-face)
11267 (font-lock-set-defaults, font-lock-string-face):
11268 * progmodes/sql.el (font-lock-keyword-face)
11269 (font-lock-set-defaults, font-lock-string-face):
11270 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11271 (itimer-version, lazy-lock-defer-contextually)
11272 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11273 Add defvars.
11274
11275 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11276 (cperl-electric-keyword, cperl-electric-pod)
11277 (cperl-electric-backspace, cperl-forward-re)
11278 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11279 (vc-rcs-header, vc-sccs-header): Add defvars.
11280
11281 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11282 (font-lock-syntactic-keywords, gud-find-expr-function):
11283 Add defvars.
11284
11285 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11286 (gdb-frame-parameters): Declare before use.
11287
11288 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11289 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11290 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11291 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11292
11293 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11294 (idlwave-help-with-source): Use `insert-buffer-substring', not
11295 `insert-buffer'.
11296
11297 2005-08-29 Juri Linkov <juri@jurta.org>
11298
11299 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11300 Put outline-back-to-heading function call inside save-excursion.
11301
11302 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11303
11304 * man.el (Man-init-defvars, Man-translate-references)
11305 (Man-support-local-filenames, Man-highlight-references):
11306 * progmodes/sql.el (sql-interactive-mode):
11307 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11308
11309 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11310 (compilation-mode-font-lock-keywords): Add defvars.
11311 (checkdoc-interactive-loop): "?\ " -> "?\s".
11312
11313 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11314 (font-lock-doc-face, font-lock-string-face)
11315 (font-lock-keywords-case-fold-search): Add defvars.
11316 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11317
11318 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11319 Don't pass X and Y (they are ignored anyway).
11320 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11321 (mouse-delete-window): Make arguments optional.
11322
11323 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11324 (caesar-translate-table, minor-modes, news-buffer-save)
11325 (news-group-name, news-minor-modes): Add defvars.
11326
11327 * emacs-lisp/lselect.el (mouse-highlight-priority)
11328 (x-lost-selection-functions, zmacs-regions):
11329 * emacs-lisp/pp.el (font-lock-verbose):
11330 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11331 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11332 (ses-mode-map):
11333 * emacs-lisp/tcover-unsafep.el (safe-functions):
11334 * international/mule-cmds.el (mac-system-coding-system)
11335 (mac-system-locale):
11336 * language/ethio-util.el (rmail-current-message)
11337 (rmail-message-vector):
11338 * language/thai-util.el (thai-auto-composition-mode):
11339 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11340 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11341 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11342 (vm-primary-inbox, vm-spool-files):
11343 * mail/rmail.el (deleted-head, font-lock-fontified)
11344 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11345 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11346 (total-messages):
11347 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11348 (rmail-summary-mode-map):
11349 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11350 (rmail-last-label, rmail-last-multi-labels)
11351 (rmail-summary-vector, rmail-total-messages):
11352 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11353 * mail/rmailsum.el (msgnum):
11354 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11355 (rmail-current-message):
11356 * obsolete/fast-lock.el (font-lock-face-list):
11357 * obsolete/rnewspost.el (mail-reply-buffer):
11358 * obsolete/scribe.el (compile-command):
11359 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11360
11361 2005-08-28 John Paul Wallington <jpw@gnu.org>
11362
11363 * ibuf-ext.el (ibuffer-auto-update-changed):
11364 Use `frame-or-buffer-changed-p' to check whether we need to update.
11365 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11366 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11367 as a `frame-or-buffer-changed-p' state vector instead.
11368
11369 2005-08-27 Romain Francoise <romain@orebokech.com>
11370
11371 * textmodes/makeinfo.el (makeinfo-compile):
11372 Use `compilation-start'. Set `next-error-function' according to
11373 `disable-errors'.
11374 (makeinfo-next-error): New function.
11375 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11376 (makeinfo-buffer): Likewise.
11377
11378 * progmodes/compile.el (compilation-start): Add autoload cookie.
11379
11380 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11381 * textmodes/sgml-mode.el: Likewise.
11382 * progmodes/python.el: Likewise.
11383
11384 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11385
11386 * simple.el (blink-matching-paren-distance): Document the meaning
11387 of nil value, and allow to customize to nil.
11388
11389 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11390 command.com, not command.exe.
11391
11392 2005-08-26 John Wiegley <johnw@newartisans.com>
11393
11394 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11395 code around a bit so that an extraneous nil argument is not added
11396 to a command when no args are given.
11397
11398 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11399 double-quoted argument resolves to nil, return it as an empty
11400 string rather than as nil. This made it impossible to pass "" to
11401 a shell script as a null string argument.
11402
11403 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * outline.el (outline-invent-heading): New fun.
11406 (outline-promote, outline-demote): Use it.
11407 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11408 (outline-end-of-subtree): Remove unused var `opoint'.
11409
11410 2005-08-26 David Reitter <david.reitter@gmail.com>
11411
11412 * menu-bar.el (truncate-lines, write-file, print-buffer)
11413 (ps-print-buffer-faces, ps-print-buffer, split-window):
11414 Disable menu items when the frame they refer to is invisible, or when
11415 they refer to a buffer and the minibuffer is selected.
11416
11417 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11418
11419 * progmodes/flymake.el (flymake-highlight-err-lines):
11420 Use save-excursion around flymake-highlight-line to preserve point.
11421
11422 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11423
11424 * progmodes/octave-mod.el: Change Author and Maintainer address.
11425 (octave-maintainer-address): Change Kurt's email address.
11426 * progmodes/octave-inf.el: Change Author and Maintainer address.
11427 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11428
11429 2005-08-26 Kim F. Storm <storm@cua.dk>
11430
11431 * subr.el (version-list-<, version-list-<=, version-list-=):
11432 Rename from integer-list-*.
11433 (version-list-not-zero): Likewise. Fix while loop.
11434 (version=): Use version-list-= instead of string-equal.
11435
11436 2005-08-26 Richard M. Stallman <rms@gnu.org>
11437
11438 * outline.el (outline-promote): Try shortening the heading.
11439 As last resort, read the heading to use.
11440 (outline-demote): As last resort, read the heading to use.
11441
11442 2005-08-26 Romain Francoise <romain@orebokech.com>
11443
11444 * progmodes/compile.el (compilation-start): Doc fix.
11445
11446 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11447 (antlr-font-lock-additional-keywords): Fix reference to
11448 `antlr-font-lock-literal-regexp' erroneously changed during the
11449 mass face rename.
11450 (antlr-run-tool): Use `compilation-start'.
11451
11452 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11453 instead of the obsolete `compile-internal'.
11454
11455 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11458 (number, original-date):
11459 * calendar/cal-china.el (date):
11460 * calendar/cal-coptic.el (date):
11461 * calendar/cal-french.el (date):
11462 * calendar/cal-hebrew.el (date, entry, number, original-date):
11463 * calendar/cal-islam.el (date, number, original-date):
11464 * calendar/cal-iso.el (date):
11465 * calendar/cal-julian.el (date):
11466 * calendar/cal-mayan.el (date):
11467 * calendar/cal-menu.el (date, event):
11468 * calendar/cal-persia.el (date):
11469 * calendar/lunar.el (date):
11470 * calendar/solar.el (date): Add defvars.
11471
11472 * emerge.el:
11473 * ibuffer.el:
11474 * info-xref.el:
11475 * obsolete/bg-mouse.el:
11476 * obsolete/sun-curs.el:
11477 * obsolete/swedish.el: Move the `defvar's to the top level.
11478
11479 * smerge-mode.el (smerge-refined-change): Add :group.
11480
11481 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11484 (smerge-keep-n): Remove props.
11485 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11486 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11487 now that it's done in smerge-keep-n.
11488 (smerge-refined-change): New face.
11489 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11490 (smerge-refine): New funs.
11491 (smerge-basic-map): Bind smerge-refine.
11492
11493 2005-08-25 Juri Linkov <juri@jurta.org>
11494
11495 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11496 compilation-process-setup-function and compilation-disable-input
11497 in grep-mode instead of let-bindings in grep.
11498
11499 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11500 Delete "Automatic File De/compression" (auto-compression-mode).
11501
11502 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11503
11504 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11505 Silence warning about non-existent variable.
11506
11507 2005-08-25 Richard M. Stallman <rms@gnu.org>
11508
11509 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11510 Rename "Describe Key" to "Describe Key or Mouse Operation".
11511
11512 * mail/mailalias.el (build-mail-aliases): Delete comments
11513 from the contents before processing them.
11514
11515 * isearch.el (isearch-edit-string): Erase the Search prompt
11516 if user enters an empty string and there is no default.
11517
11518 * comint.el (comint-file-name-prefix): Add autoload.
11519
11520 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11521
11522 * subr.el (play-sound): Rearrange to avoid warning.
11523
11524 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11525
11526 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11527 New hook.
11528 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11529
11530 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11533
11534 * custom.el (custom-theme-set-variables): Sort minor modes last.
11535
11536 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11537
11538 * subr.el (version-separator, version-regexp-alist): New vars used by
11539 version comparison funs.
11540 (integer-list-<, integer-list-=, integer-list-<=)
11541 (integer-list-not-zero): New funs for integer list comparison.
11542 (version-to-list, version=, version<, version<=): New funs for version
11543 comparison.
11544
11545 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11546
11547 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11548 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11549 time to silence the byte-compiler.
11550
11551 * ibuffer.el (ibuffer-compile-make-eliding-form)
11552 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11553 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11554 so it's silly to get warnings for it).
11555 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11556 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11557 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11558 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11559 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11560 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11561 Defvar at compile time.
11562 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11563 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11564 Declare them before use.
11565
11566 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11567 (info-xref-good, info-xref-bad): Defvar at compile time.
11568
11569 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11570 Use `let*' instead of `let'.
11571
11572 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11573 (*mouse-y*, menu, char): Defvar at compile time.
11574 (sc::menu): Declare it before use.
11575 (sc::pack-one-line): Use `let', not `let*'.
11576
11577 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11578 (mail-send-hook): Defvar at compile time.
11579
11580 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11581 Defvar at compile time.
11582
11583 * term/sun-mouse.el (current-global-mousemap)
11584 (current-local-mousemap): Declare them before use.
11585
11586 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11587
11588 * bookmark.el (bookmark-after-jump-hook): New hook.
11589 (bookmark-jump): Run `bookmark-after-jump-hook'.
11590
11591 2005-08-23 Juri Linkov <juri@jurta.org>
11592
11593 * faces.el (minibuffer-prompt): Doc fix.
11594
11595 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * progmodes/xscheme.el: Trivial changes to silence warnings.
11598 (xscheme-previous-mode, xscheme-previous-process-state):
11599 Add defvars.
11600 (xscheme-last-input-end, xscheme-process-command-line)
11601 (xscheme-process-name, xscheme-buffer-name)
11602 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11603 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11604 (xscheme-control-g-synchronization-p)
11605 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11606 (default-xscheme-runlight, xscheme-runlight)
11607 (xscheme-runlight-string, xscheme-process-filter-state)
11608 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11609 Move to beginning of file.
11610 (scheme-interaction-mode-commands-alist)
11611 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11612 Declare them before use. Note: the initialization code for the variables
11613 has not been moved because it uses functions that reference the variables.
11614 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11615 (xscheme-prompt-for-expression-map): Declare them before use.
11616 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11617
11618 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11619
11620 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11621
11622 2005-08-22 Juri Linkov <juri@jurta.org>
11623
11624 * faces.el (set-face-underline): Delete this duplicate function
11625 and make an obsolete alias to set-face-underline-p.
11626 (set-face-underline-p): Use docstring of set-face-underline.
11627 (describe-face): Create hyperlink to parent face.
11628
11629 * info.el (Info-insert-dir): Use save-excursion around
11630 insert-buffer-substring.
11631 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11632 (Info-escape-percent): Delete function.
11633 (Info-fontify-node): Replace Info-escape-percent by
11634 replace-regexp-in-string with REP arg set to lambda that
11635 duplicates `%' and preserves text properties.
11636
11637 * progmodes/compile.el (compilation-disable-input): Doc fix.
11638 (define-compilation-mode): Doc fix and refill.
11639 (kill-compilation): Use `mode-name' in the error message.
11640 (compilation-find-file): Use `compilation-error' in the
11641 read-file-name's prompt.
11642
11643 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11646 (smerge-auto-leave): Make undo re-enable the mode.
11647 (debug-ignored-errors): Add the user-error of impossible resolution.
11648 (smerge-resolve): Move things around a bit, in preparation for later.
11649 (smerge-diff): Don't fail if the buffer has no associated file.
11650 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11651 (smerge-conflict-overlay): New function.
11652 (smerge-match-conflict): Don't add text properties here.
11653 (smerge-find-conflict): Instead, add an overlay here.
11654 Also check for the case where we're inside a conflict already, so as to
11655 obviate the need for font-lock-multiline, which is unbearably slow with
11656 large conflicts and ciomplex font-lock patterns.
11657 (smerge-remove-props): Remove overlay rather than text-properties.
11658 (smerge-mode): Don't set font-lock-multiline.
11659 Remove overlays when turned off.
11660
11661 2005-08-21 Kim F. Storm <storm@cua.dk>
11662
11663 * ido.el (ido-ignore-item-p): Use save-match-data.
11664 Bind case-fold-search to ido-case-fold locally.
11665
11666 2005-08-20 Richard M. Stallman <rms@gnu.org>
11667
11668 * files.el (normal-mode): If font lock is on, turn it off and on.
11669
11670 * subr.el (replace-regexp-in-string): Doc fix.
11671
11672 * startup.el (command-line-1): Don't suppress startup screen
11673 due to existing processes.
11674
11675 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11676
11677 * progmodes/compile.el (compilation-disable-input): Default to nil.
11678
11679 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11680
11681 * progmodes/compile.el (compilation-disable-input): New defcustom.
11682 (compilation-start): If compilation-disable-input is non-nil, send
11683 EOF to the compilation process.
11684
11685 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11686
11687 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11688 Run the argument of tex-shell-cd-command through
11689 convert-standard-filename, to get the correct style of slashes on
11690 Windows, and enclose the result in quotes, in case the file name
11691 includes whitespace or other special characters.
11692
11693 2005-08-19 Andreas Schwab <schwab@suse.de>
11694
11695 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11696 process.
11697
11698 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11699
11700 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11701
11702 2005-08-18 Kim F. Storm <storm@cua.dk>
11703
11704 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11705
11706 2005-08-18 Richard M. Stallman <rms@gnu.org>
11707
11708 * scroll-lock.el: New file.
11709
11710 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11711
11712 * dired.el (dired-move-to-end-of-filename):
11713 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11714
11715 2005-08-18 Kim F. Storm <storm@cua.dk>
11716
11717 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11718 rather than toggle mode when custom value is nil.
11719 (ido-everywhere): Fix defun doc string.
11720
11721 2005-08-17 Richard M. Stallman <rms@gnu.org>
11722
11723 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11724 as tag instead of "Inviolable".
11725
11726 2005-08-17 Kim F. Storm <storm@cua.dk>
11727
11728 * windmove.el (windmove-coordinates-of-position): Remove.
11729 (windmove-coordinates-of-window-position): Remove.
11730 (windmove-reference-loc): Use posn-at-point instead.
11731
11732 * subr.el (insert-for-yank-1): Doc fix.
11733
11734 * ido.el (ido-enter-matching-directory): Rename from
11735 ido-enter-single-matching-directory. Change `slash' choice to
11736 `only'. Add `first' choice.
11737 (ido-exhibit): Adapt to above changes.
11738
11739 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11740
11741 * Makefile.in: Expand comment about building loaddefs.el.
11742
11743 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11744
11745 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11746 Comment use of defadvice.
11747
11748 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11749
11750 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11751
11752 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11753 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11754 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11755 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11756 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11757 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11758 for backward compatibility for faces that did not appear in the
11759 previous Emacs release.
11760
11761 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11762
11763 2005-08-15 Kim F. Storm <storm@cua.dk>
11764
11765 * emulation/cua-base.el (cua-delete-region): Return t if
11766 deleted region was non-empty.
11767 (cua-replace-region): Inhibit overwrite-mode for
11768 self-insert-command if replaced region was non-empty.
11769 (cua--explicit-region-start, cua--status-string): Make them
11770 buffer-local at top-level...
11771 (cua-mode): ...rather than when mode is enabled.
11772
11773 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11774
11775 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11776 Set t for Emacs 21, 22, and so on.
11777
11778 2005-08-15 David Ponce <david@dponce.com>
11779
11780 * tree-widget.el: Update Commentary header.
11781 (tree-widget-theme): Doc fix.
11782 (tree-widget-space-width): New option.
11783 (tree-widget-image-properties): Look up in the default theme too.
11784 (tree-widget--cursors): Only for images with arrow pointer shape.
11785 (tree-widget-lookup-image): Pointer shape is hand by default.
11786 (tree-widget-icon): Rename generic icon widget from
11787 `tree-widget-control'.
11788 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11789 derive from `tree-widget-icon'.
11790 (tree-widget-handle): Improve default look and feel of the text
11791 representation.
11792 (tree-widget): Rename :*-control properties to :*-icon properties.
11793 Add :action and :help-echo properties.
11794 (tree-widget-after-toggle-functions): Move.
11795 (tree-widget-close-node, tree-widget-open-node): Remove.
11796 (tree-widget-before-create-icon-functions): New hook.
11797 (tree-widget-value-create): Update to allow customization of icons
11798 and nodes at run-time via that new hook.
11799 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11800 (tree-widget-icon-action, tree-widget-icon-help-echo)
11801 (tree-widget-action, tree-widget-help-echo): New functions.
11802
11803 2005-08-15 Kim F. Storm <storm@cua.dk>
11804
11805 * ido.el (ido-buffer-internal): Use with-no-warnings.
11806 (ido-make-merged-file-list): Use while-no-input.
11807
11808 2005-08-15 Richard M. Stallman <rms@gnu.org>
11809
11810 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11811 (flyspell-large-region): Fix doc and custom type.
11812
11813 2005-08-14 Richard M. Stallman <rms@gnu.org>
11814
11815 * files.el (interpreter-mode-alist): Doc fix.
11816
11817 * mail/rmail.el (rmail-nonignored-headers): New variable.
11818 (rmail-clear-headers): Use it.
11819 (rmail-reply): Better handling of mail-followup-to header.
11820
11821 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11822 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11823 don't try to refer to executable-font-lock-keywords.
11824 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11825 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11826 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11827 (sh-mode): Set comment-start-skip, local-abbrev-table,
11828 imenu-case-fold-search.
11829 (sh-set-shell): Don't set them here.
11830 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11831 Don't cache the results in the original alist; don't ever modify
11832 that alist.
11833
11834 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11835
11836 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11837 empty.
11838
11839 2005-08-15 Andreas Schwab <schwab@suse.de>
11840
11841 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11842
11843 * dired.el, info.el, mail/rmail.el: Revert last change.
11844
11845 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11846
11847 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11848 modification in `eval-after-load' form.
11849 * info.el: Likewise.
11850 * mail/rmail.el: Likewise.
11851
11852 2005-08-14 Juri Linkov <juri@jurta.org>
11853
11854 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11855 Remove highlighting of "Compilation started". Highlight only
11856 the word "finished" in "Compilation finished". Add highlighting
11857 of "interrupt", "killed", "terminated" and the exit code.
11858 (compilation-start): Add newline after header. Use exactly the
11859 same time stamp format as the finishing message.
11860 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11861
11862 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11863 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11864 Add highlighting of "interrupt", "killed", "terminated".
11865
11866 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11867 enabled and the current command is self-insert-command, call it
11868 explicitly with overwrite-mode bound to nil, to not allow it
11869 to delete the character after the selected region.
11870
11871 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11872
11873 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11874 move-end-of-line, end-of-line, and beginning-of-line to the list
11875 of commands after which the echo area is updated.
11876
11877 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11878
11879 * cus-edit.el (custom-save-all, custom-save-delete):
11880 Bind recentf-exclude to exclude custom-file.
11881
11882 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11883
11884 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11885 to go to the bottom of the mail message. Added to
11886 `rmail-summary-mode-map' with key "/".
11887 (rmail-summary-show-message): New (internal) function for use by
11888 both `rmail-summary-beginning/end-of-message'.
11889 (rmail-summary-beginning-of-message): Change to use
11890 rmail-summary-show-message.
11891
11892 * mail/rmail.el (rmail-end-of-message): New command to go to the
11893 end of the current message. Added to `rmail-mode-map' with key "/".
11894 (rmail-beginning-of-message): Fix to work as documented.
11895 (rmail-mode): Change documentation.
11896
11897 * progmodes/compile.el (compilation-start): Add the line
11898 "Compilation started" with compilation start time.
11899 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11900
11901 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11902
11903 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11904 of menu items.
11905
11906 2005-08-11 Richard M. Stallman <rms@gnu.org>
11907
11908 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11909
11910 * battery.el (battery-status-function): Don't use ignore-errors.
11911
11912 2005-08-11 Lute Kamstra <lute@gnu.org>
11913
11914 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11915 define-obsolete-variable-alias.
11916
11917 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11920 (ange-ftp-send-cmd): Revert last change, and expand
11921 the comment explaining the problem.
11922
11923 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11924
11925 * ldefs-boot.el: Update.
11926
11927 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11928 item to "Time, Load and Mail". Change help echo text.
11929
11930 * time.el (display-time-use-mail-icon, display-time-format)
11931 (display-time-string-forms): Shorten first line of docstrings.
11932
11933 2005-08-10 Lars Hansen <larsh@soem.dk>
11934
11935 * desktop.el (desktop-buffer-mode-handlers):
11936 Make non-customizable. Add autoload cookie. Change initial value to
11937 nil; add elements in respective modules instead. Fix doc string.
11938 (desktop-load-file): New function.
11939 (desktop-minor-mode-handlers): New autoloaded variable.
11940 (desktop-create-buffer): Call minor mode handlers.
11941 Use desktop-load-file to load major and minor mode modules prior to
11942 checking for a handler.
11943 (desktop-save): Don't add nil to desktop-minor-modes for minor
11944 modes with nil function in desktop-minor-mode-table. Don't delete
11945 desktop file before rewriting it.
11946 (desktop-locals-to-save): Add autoload cookie. Don't make
11947 automatically buffer-local. Add variables column-number-mode,
11948 size-indication-mode, indent-tabs-mode,
11949 indicate-buffer-boundaries, indicate-empty-lines and
11950 show-trailing-whitespace.
11951 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11952 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11953 (desktop-clear-preserve-buffers-regexp): Delete.
11954 (desktop-clear-preserve-buffers): Update initial value and docstring.
11955 (desktop-save-buffer): Fix doc string.
11956
11957 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11958 (hilit-chg-desktop-restore): New function.
11959 (highlight-changes-mode): Add highlight-changes-mode to
11960 desktop-locals-to-save.
11961
11962 * dired.el: Add handler to desktop-buffer-mode-handlers.
11963 (dired-restore-desktop-buffer): Remove autoload cookie.
11964 (dired-mode): Add autoload cookie.
11965
11966 * info.el: Add handler to desktop-buffer-mode-handlers.
11967 (Info-restore-desktop-buffer): Remove autoload cookie.
11968 (Info-mode): Add autoload cookie.
11969
11970 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11971 (mh-restore-desktop-buffer): Remove autoload cookie.
11972 (mh-folder-mode): Add autoload cookie.
11973
11974 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11975 (rmail-restore-desktop-buffer): Remove autoload cookie.
11976
11977 2005-08-11 Masatake YAMATO <jet@gyve.org>
11978
11979 * hexl.el (hexl-address-region):
11980 (hexl-ascii-region, hexl-font-lock-keywords):
11981 (hexl-highlight-line-range): Use the term "region"
11982 instead of "area" for consistency with the other symbols
11983 defined in hexl.el.
11984
11985 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11986
11987 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11988 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11989 out by Juri Linkov). Add `display-battery-mode'.
11990
11991 2005-08-09 Juri Linkov <juri@jurta.org>
11992
11993 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11994 Remove `-text' from face variable names.
11995 (compilation-error-file-name, compilation-warning-file-name)
11996 (compilation-info-file-name): Delete faces.
11997 (compilation-line-number, compilation-column-number):
11998 Remove face underlining.
11999 (compilation-message-face): Set to `underline' value by default.
12000 (compilation-error-face, compilation-warning-face)
12001 (compilation-info-face): Remove `-file-name' from face names.
12002 (compilation-error-text-face, compilation-warning-text-face)
12003 (compilation-info-text-face): Delete face variables.
12004 (compilation-text-face): Delete function.
12005
12006 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12007 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12008 (grep-error-face): Set to `compilation-error' instead of
12009 `compilation-error-face' (which is redefined to `grep-hit-face' in
12010 grep buffers).
12011 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12012 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12013
12014 * dired-aux.el (dired-do-query-replace-regexp):
12015 Use `query-replace-read-args'.
12016
12017 * replace.el (query-replace-read-from, query-replace-read-to)
12018 (query-replace-read-args): Rename arg `string' to `prompt'.
12019
12020 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12021
12022 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12023
12024 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12025 uploading files.
12026 (ange-ftp-canonize-filename): Handle file names beginning with ~
12027 correctly.
12028
12029 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12030
12031 * textmodes/fill.el (canonically-space-region)
12032 (fill-context-prefix, fill-french-nobreak-p)
12033 (fill-delete-newlines, fill-comment-paragraph)
12034 (justify-current-line): "?\ " -> "?\s".
12035
12036 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12037
12038 * textmodes/fill.el (fill-nonuniform-paragraphs):
12039 Improve argument/docstring consistency.
12040
12041 2005-08-09 Richard M. Stallman <rms@gnu.org>
12042
12043 * textmodes/ispell.el (ispell-word): More fboundp checks.
12044
12045 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12046 (find-file-noselect-1): Call it here, only if RAWFILE.
12047 (normal-mode): Always set some major mode.
12048 (save-some-buffers-action-alist): Change some explanation strings.
12049 (file-name-non-special): In the `quote' method, use unwind-protect.
12050
12051 2005-08-09 Magnus Henoch <mange@freemail.hu>
12052
12053 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12054 (ispell-have-aspell-dictionaries): New variable.
12055 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12056 (ispell-get-aspell-config-value): New function.
12057 (ispell-aspell-find-dictionary): New function.
12058 (ispell-aspell-add-aliases): New function.
12059 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12060 appropriate. Don't look for ispell dictionaries if we use aspell.
12061 (ispell-menu-map): Don't build a submenu of dictionaries.
12062
12063 2005-08-09 Richard M. Stallman <rms@gnu.org>
12064
12065 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12066 (sql-read-passwd): Use read-passwd.
12067
12068 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12069 (idlwave-toolbar-is-possible): Add defvars.
12070
12071 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12072 Avoid warnings.
12073
12074 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12075 (idlwave-system-class-info, idlwave-executive-commands-alist):
12076 Use defvar.
12077
12078 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12079
12080 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12081 Avoid warnings.
12082
12083 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12084 and content-type: headers.
12085
12086 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12087
12088 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12089 and rename some of them to be more self-explanatory.
12090
12091 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12092
12093 * startup.el (command-line-1): Implement -scriptload.
12094
12095 * replace.el (occur-engine): Initial *Occur* output not undoable.
12096
12097 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12098 and improve help strings.
12099
12100 * isearch.el (isearch-repeat): When changing direction,
12101 mark search successful.
12102
12103 * ediff-init.el: Use (featurep 'xemacs).
12104
12105 * comint.el (send-invisible): Identify buffer, if not selected.
12106
12107 * align.el: Delete autoload for c-guess-basic-syntax.
12108
12109 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12110
12111 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12112 Improve argument/docstring consistency. Doc fixes.
12113 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12114 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12115 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12116 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12117 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12118 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12119 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12120 Defvar at compile time.
12121
12122 2005-08-09 Juri Linkov <juri@jurta.org>
12123
12124 * info.el: Replace `info' with upper-case `Info' where appropriate.
12125 (info-title-1, info-title-2, info-title-3, info-title-4)
12126 (info-menu-header): Move up face definitions.
12127 (info-menu-star): Rename from `info-menu-5'.
12128 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12129 (Info-fontify-visited-nodes): Fix docstring.
12130 (Info-hide-note-references): Fix docstring.
12131 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12132 menu items in the same way as on cross-references.
12133 (info-apropos): Fix sorting order and formatting to be like in the
12134 stand-alone Info browser. Display error messages for 1 sec.
12135 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12136 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12137 from the menu bar.
12138 (Info-insert-dir): Restore point after calling
12139 `insert-buffer-substring'.
12140
12141 2005-08-08 Richard M. Stallman <rms@gnu.org>
12142
12143 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12144 (recompute-lucid-menubar): Add defvars.
12145
12146 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12147
12148 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12149
12150 * net/net-utils.el (run-dig): Rename from `dig'.
12151
12152 * play/gametree.el (gametree-mode): Use make-local-variable,
12153 not make-variable-buffer-local.
12154
12155 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12156
12157 * ansi-color.el (ansi-color-make-extent)
12158 (ansi-color-set-extent-face): Use fboundp, not functionp.
12159
12160 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12161 not make-variable-buffer-local.
12162
12163 * bookmark.el (Info-current-file): Add defvar.
12164 (bookmark-jump-noselect): Use with-no-warnings.
12165
12166 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12167
12168 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12169
12170 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12171
12172 * find-file.el (ada-procedure-start-regexp)
12173 (ada-package-start-regexp): Add defvars.
12174
12175 * info.el (Info-insert-dir): Use insert-buffer-substring.
12176
12177 * xml.el (xml-att-def-re): Add defvar.
12178
12179 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12180 calling convention.
12181
12182 * subr.el (while-no-input): Return t if there is input.
12183
12184 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12185
12186 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12187
12188 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12189
12190 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12191 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12192
12193 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12194
12195 * cmuscheme.el (scheme-start-file): Replace reference to
12196 `user-emacs-directory' by "~/.emacs.d/".
12197
12198 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12199
12200 * info.el (Info-dir-remove-duplicates): Avoid case folding
12201 in loop; instead, keep downcased strings for comparison.
12202 Suggested by Helmut Eller.
12203
12204 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12205
12206 Sync with Tramp 2.0.50.
12207
12208 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12209 XEmacs case; not necessary anymore.
12210 (tramp-user-regexp): Allow "@" as part of user name.
12211 (tramp-handle-set-visited-file-modtime)
12212 (tramp-handle-insert-file-contents)
12213 (tramp-handle-write-region): No special handling for
12214 `last-coding-system-used, because this is done in
12215 `tramp-accept-process-output' now.
12216 (tramp-accept-process-output): New defun.
12217 (tramp-process-one-action, tramp-process-one-multi-action)
12218 (tramp-wait-for-regexp, tramp-wait-for-output)
12219 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12220 Howells <dhowells@redhat.com>.
12221 (clear-visited-file-modtime): Defadvice removed. The check for
12222 unset buffer's modtime does not need to be based on
12223 `tramp-buffer-file-attributes'. Suggested by RMS.
12224 (tramp-message): Insert "\n" if not being at beginning of line.
12225 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12226 sequence with same logic.
12227 (tramp-completion-handle-expand-file-name): Discard call of
12228 `tramp-drop-volume-letter'. It is not necessary, and there have
12229 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12230 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12231 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12232 should always be visible.
12233 (tramp-handle-insert-directory, tramp-setup-complete)
12234 (tramp-set-process-query-on-exit-flag)
12235 (tramp-append-tramp-buffers): Pacify byte-compiler.
12236 (tramp-bug): Delete non-existing variables from list.
12237 Apply `tramp-load-report-modules' as pre-hook.
12238 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12239 `shell-prompt-pattern' because of non-7bit characters.
12240 Reported by Sebastian Luque <sluque@mun.ca>.
12241 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12242 (tramp-match-string-list): Remove function.
12243 (tramp-wait-for-regexp): Remove call of that function.
12244 Suggested by Kim F. Storm <storm@cua.dk>.
12245 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12246 instead of octal character code ?\600. The latter resulted in a
12247 syntax error with XEmacs.
12248
12249 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12250 XEmacs case; not necessary anymore.
12251 (tramp-smb-handle-write-region): No special handling for
12252 `last-coding-system-used, because this is done in
12253 `tramp-accept-process-output' now.
12254 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12255
12256 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12257
12258 * wid-edit.el (widget-choice-value-create):
12259 Unconditionally respect user choice. Set :explicit-choice back to nil
12260 when no longer needed.
12261 (widget-choice-action): Unconditionally respect user choice.
12262 Eliminate :explicit-choice-value.
12263
12264 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12265
12266 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12267 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12268 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12269 running new function `toggle-indicate-empty-lines'.
12270 Rename "Customize" item to "Customize fringe".
12271 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12272 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12273 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12274 Delete "Empty lines only" item.
12275 (menu-bar-showhide-fringe-ind-customize): New function.
12276 (menu-bar-showhide-fringe-ind-mixed)
12277 (menu-bar-showhide-fringe-ind-box)
12278 (menu-bar-showhide-fringe-ind-right)
12279 (menu-bar-showhide-fringe-ind-left)
12280 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12281 instead of `fringe-indicators'.
12282
12283 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12284
12285 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12286 Change the date of last update.
12287
12288 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12289
12290 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12291 (viper-exec-yank, viper-put-back): Don't display modification msg
12292 if in the minibuffer.
12293
12294 * viper-init.el (viper-replace-overlay-cursor-color)
12295 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12296 Make variables frame local.
12297
12298 * viper-util.el (viper-append-filter-alist): Use append instead of
12299 nconc.
12300
12301 * viper.el (viper-vi-state-mode-list)
12302 (viper-emacs-state-mode-list): Move help-mode and
12303 completion-list-mode from the first list to the second.
12304 (viper-mode): Docstring.
12305 (viper-go-away, viper-non-hook-settings): Don't localize
12306 minor-mode-alist in newer Emacsen. Add advice to
12307 set-cursor-color. Don't bind "\C-c\\".
12308
12309 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12310
12311 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12312 (scheme-macro-expand-command): New user options.
12313 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12314 (scheme-form-at-point, scheme-start-file)
12315 (scheme-interactively-start-process): New functions.
12316 (scheme-get-process): New function, extracted from `scheme-proc'.
12317 (run-scheme): Call `scheme-start-file' to get start file, and pass
12318 it to `make-comint'.
12319 (switch-to-scheme, scheme-proc):
12320 Call `scheme-interactively-start-process' if no Scheme buffer/process
12321 is available.
12322
12323 2005-08-06 Juri Linkov <juri@jurta.org>
12324
12325 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12326 Use `compilation-text-face', `compilation-info-text-face' and
12327 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12328 (compilation-error): New face.
12329 (compilation-error-file-name): Inherit from
12330 `compilation-error' instead of `font-lock-warning-face'.
12331 (compilation-warning-file-name): Inherit from
12332 `compilation-warning' instead of `font-lock-warning-face'.
12333 (compilation-info, compilation-error-file-name)
12334 (compilation-warning-file-name, compilation-info-file-name)
12335 (compilation-line-number, compilation-column-number): Doc fix.
12336 (compilation-error-text-face, compilation-warning-text-face)
12337 (compilation-info-text-face): New face variables.
12338 (compilation-line-face, compilation-column-face)
12339 (compilation-enter-directory-face)
12340 (compilation-leave-directory-face): Doc fix.
12341 (compilation-text-face): New function.
12342
12343 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12344 instead of 1 to display binary file names as info file links.
12345 (grep-error-face): Use `compilation-error-face' instead of
12346 `font-lock-keyword-face'.
12347 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12348 and `compilation-warning-text-face' instead of
12349 `font-lock-keyword-face'. Use `compilation-error-text-face'
12350 instead of `grep-error-face'.
12351
12352 2005-08-05 Kenichi Handa <handa@m17n.org>
12353
12354 * international/code-pages.el: Add autoload cookies for all coding
12355 systems.
12356
12357 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12358
12359 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12360
12361 2005-08-04 Juri Linkov <juri@jurta.org>
12362
12363 * progmodes/compile.el (compilation-mode-map):
12364 * progmodes/grep.el (grep-mode-map):
12365 Bind TAB to `compilation-next-error' and [backtab] to
12366 `compilation-previous-error'.
12367
12368 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12369 matching line numbers, column numbers and their ranges with regexp
12370 matching only line numbers.
12371 (grep-context-face): New face variable.
12372 (grep-mode-font-lock-keywords): Use it.
12373
12374 * faces.el (read-face-name): Delete duplicate faces.
12375
12376 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12377
12378 * thumbs.el (thumbs-find-image): Don't make variables
12379 automatically buffer local.
12380 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12381 (thumbs-image-num): Make automatically buffer local.
12382 (thumbs-show-thumbs-list): Use `make-local-variable', not
12383 `make-variable-buffer-local'.
12384 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12385
12386 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12387 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12388 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12389 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12390 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12391 (feelings-about, foullst, found, hello, history, howareyoulst)
12392 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12393 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12394 (neglst, obj, object, owner, please, problems, qlist)
12395 (random-adjective, relation, remlst, repetitive-shortness)
12396 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12397 (shortlst, something, sportslst, stallmanlst, states, subj)
12398 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12399 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12400 Defvar at compile time.
12401
12402 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12403 not `make-variable-buffer-local'.
12404
12405 2005-08-02 Kim F. Storm <storm@cua.dk>
12406
12407 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12408 rectangle overlay in selected window.
12409
12410 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12411
12412 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12413 instead of display group. Make `indicate-buffer-boundaries'
12414 customizable through Custom.
12415
12416 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12417
12418 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12419 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12420 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12421 (gdb-put-string): Fix typos in docstrings.
12422
12423 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12424
12425 Update copyright notices of files in progmodes directory for
12426 release of Emacs 22.1.
12427
12428 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12429
12430 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12431 Don't barf if the GUD buffer has been killed.
12432
12433 2005-08-01 Kim F. Storm <storm@cua.dk>
12434
12435 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12436
12437 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * simple.el (next-error-follow-minor-mode):
12440 make-variable-buffer-local -> make-local-variable.
12441
12442 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12443
12444 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12445 (byte-compile-form-make-variable-buffer-local): New functions to warn
12446 about misuses of make-variable-buffer-local where make-local-variable
12447 was meant.
12448
12449 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12450
12451 * bs.el (bs-attributes-list): Doc fix.
12452 (bs): Update url-link.
12453
12454 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12455 (desktop-load-default): Simplify.
12456
12457 * ibuffer.el (ibuffer-columnize-and-insert-list)
12458 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12459 (ibuffer-unmark-all, ibuffer-toggle-marks)
12460 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12461 (ibuffer-compile-make-format-form, ibuffer-format-column)
12462 (ibuffer-current-buffers-with-marks)
12463 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12464 (ibuffer): Doc fix.
12465 (ibuffer-mode): Fix typo in docstring.
12466 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12467 with `define-obsolete-variable-alias'.
12468 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12469
12470 2005-07-29 Kenichi Handa <handa@m17n.org>
12471
12472 * international/mule-cmds.el (select-message-coding-system):
12473 Be sure to use LF for end-of-line. If no coding system is decided,
12474 return iso-8859-1-unix.
12475
12476 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12479 (ange-ftp-pending-error-line): New vars.
12480 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12481 to handle the non-fatal no-route-to-host messages.
12482 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12483
12484 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12487 (isearch-quote-char, isearch-printing-char)
12488 (isearch-text-char-description): "?\ " -> "?\s".
12489 (isearch-lazy-highlight-cleanup)
12490 (isearch-lazy-highlight-initial-delay)
12491 (isearch-lazy-highlight-interval)
12492 (isearch-lazy-highlight-max-at-a-time)
12493 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12494 Declare with define-obsolete-*-alias macros.
12495 (isearch-forward): Fix typo in docstring.
12496 (search-invisible, search-ring-yank-pointer)
12497 (regexp-search-ring-yank-pointer): Doc fixes.
12498
12499 * recentf.el (recentf-menu-append-commands-p): Declare with
12500 `define-obsolete-variable-alias'.
12501 (recentf-max-saved-items, recentf-menu-filter)
12502 (recentf-arrange-by-rule-subfilter): Doc fixes.
12503 (recentf-menu-append-commands-flag)
12504 (recentf-initialize-file-name-history, recentf-expand-file-name)
12505 (recentf-clear-data): Fix typos in docstrings.
12506
12507 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12508
12509 * progmodes/gdb-ui.el: Smarten comments.
12510 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12511
12512 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12513
12514 * term/apollo.el (terminal-init-apollo): New function containing
12515 all former top level forms in the file.
12516 * term/bobcat.el (terminal-init-bobcat):
12517 * term/cygwin.el (terminal-init-cygwin):
12518 * term/iris-ansi.el (terminal-init-iris-ansi):
12519 * term/linux.el (terminal-init-linux):
12520 * term/news.el (terminal-init-news):
12521 * term/rxvt.el (terminal-init-rxvt):
12522 * term/sun.el (terminal-init-sun):
12523 * term/tvi970.el (terminal-init-tvi970):
12524 * term/vt100.el (terminal-init-vt100):
12525 * term/vt102.el (terminal-init-vt102):
12526 * term/vt125.el (terminal-init-vt125):
12527 * term/vt200.el (terminal-init-vt200):
12528 * term/vt201.el (terminal-init-vt201):
12529 * term/vt220.el (terminal-init-vt220):
12530 * term/vt240.el (terminal-init-vt240):
12531 * term/vt300.el (terminal-init-vt300):
12532 * term/vt320.el (terminal-init-vt320):
12533 * term/vt400.el (terminal-init-vt400):
12534 * term/vt420.el (terminal-init-vt420):
12535 * term/wyse50.el (terminal-init-wyse50):
12536 * term/xterm.el (terminal-init-xterm): Likewise.
12537
12538 * term/README: Describe the terminal-init-* functionality.
12539
12540 * startup.el (command-line): After loading the terminal initialization
12541 file call the corresponding terminal initialization function.
12542
12543 2005-07-27 Kenichi Handa <handa@m17n.org>
12544
12545 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12546 negative.
12547
12548 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12549 (ps-mule-composition-prologue): Fix for the case that
12550 RelativeCompose is false.
12551
12552 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12555
12556 * descr-text.el (describe-char): Handle the case where the list of
12557 chars is displayed in a separate frame.
12558 Be a bit more discriminating when looking for the char.
12559
12560 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12561
12562 * bookmark.el (bookmark-automatically-show-annotations)
12563 (bookmark-read-annotation-text-func): Doc fixes.
12564 (bookmark-save): Improve argument/docstring consistency.
12565 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12566 (bookmark-alist-from-buffer)
12567 (bookmark-upgrade-file-format-from-0)
12568 (bookmark-grok-file-format-version)
12569 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12570 (bookmark-read-annotation-mode)
12571 (bookmark-insert-current-bookmark, bookmark-jump)
12572 (bookmark-exit-hook): Fix typos in docstrings.
12573 (bookmark-exit-hooks): Define as obsolete alias.
12574 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12575 not `bookmark-exit-hooks'. Fix docstring.
12576 (bookmark-bmenu-select): "?\ " -> "?\s".
12577
12578 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12579
12580 * startup.el (command-line): Fix typo.
12581
12582 2005-07-24 Richard M. Stallman <rms@gnu.org>
12583
12584 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12585 not emacs-quick-startup.
12586
12587 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12590 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12591 instead of `reb-with-current-window'.
12592 (reb-prev-match): Likewise. Also, don't move left if the search
12593 was unsuccessful.
12594 (reb-initialize-buffer): New function.
12595 (re-builder, reb-change-syntax): Use it.
12596
12597 * man.el (Man-goto-page): Make second argument NOERROR optional.
12598
12599 2005-07-23 Richard M. Stallman <rms@gnu.org>
12600
12601 * man.el (Man-bgproc-sentinel): Check here for failure to find
12602 any man page in the output, and report the error here.
12603 (Man-arguments): Make it permanent local.
12604 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12605 (Man-mode): Pass t for NOERROR.
12606
12607 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12608 (grep-mode-font-lock-keywords):
12609 Don't use compilation-...-face for messages that are not file names.
12610
12611 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12612 Don't use compilation-...-face for messages that are not file names.
12613
12614 2005-07-22 Juri Linkov <juri@jurta.org>
12615
12616 * startup.el (normal-splash-screen): Update menu name.
12617
12618 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12619
12620 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12621
12622 * term/xterm.el: Load term/rxvt if the terminal is actually an
12623 rxvt terminal.
12624 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12625
12626 * term/rxvt.el (function-key-map): Use substitute-key-definition
12627 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12628
12629 * term/cygwin.el: New file.
12630
12631 2005-07-22 Kim F. Storm <storm@cua.dk>
12632
12633 * image-file.el (insert-image-file, image-file-yank-handler):
12634 Fix last change to maintain a (unique) yank-handler on yanked images.
12635
12636 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12637
12638 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12639 of the file size (as in "177B" for 177 bytes). This happens with
12640 "ls -lh" on FreeBSD.
12641
12642 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12643
12644 * hilit-chg.el (highlight-changes-global-initial-state)
12645 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12646 (hilit-chg-fixup, highlight-changes-mode):
12647 Fix typos in docstrings.
12648 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12649 Doc fixes.
12650
12651 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12652
12653 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12654 mode function using `eval-after-load'.
12655
12656 2005-07-21 Kim F. Storm <storm@cua.dk>
12657
12658 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12659 included when reporting an emacs crash, and tell about the DEBUG file.
12660
12661 * image-file.el (insert-image-file): Add yank-handler.
12662 (image-file-yank-handler): Yank handler to make unique copies of
12663 images when they are yanked into a buffer next to each other.
12664
12665 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12666
12667 * comint.el (comint-use-prompt-regexp, comint-send-input)
12668 (comint-source-default, comint-extract-string)
12669 (comint-get-source, comint-word, comint-completion)
12670 (comint-source, comint-prompt-read-only, comint-update-fence):
12671 Fix typos in docstrings.
12672 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12673 Declare with define-obsolete-*-alias macros.
12674 (comint-previous-matching-input-from-input)
12675 (comint-next-matching-input-from-input)
12676 (comint-previous-matching-input, comint-next-matching-input)
12677 (comint-forward-matching-input):
12678 Improve argument/docstring consistency.
12679
12680 * desktop.el (desktop-clear-preserve-buffers-regexp):
12681 Also preserve the *server* buffer.
12682
12683 * simple.el (clone-indirect-buffer): Doc fix.
12684 (fixup-whitespace, just-one-space)
12685 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12686 (next-error, next-error-highlight)
12687 (next-error-highlight-no-select, next-error-last-buffer)
12688 (next-error-buffer-p, next-error-find-buffer, next-error)
12689 (previous-error, next-error-no-select, previous-error-no-select)
12690 (open-line, split-line, minibuffer-prompt-width, kill-new)
12691 (binary-overwrite-mode): Fix typos in docstrings.
12692 (set-fill-column): Fix typo in message.
12693
12694 * skeleton.el (skeleton-proxy-new): Doc fix.
12695
12696 * strokes.el (strokes-load-hook): Doc fix.
12697 (strokes-grid-resolution, strokes-get-grid-position)
12698 (strokes-renormalize-to-grid, strokes-read-stroke)
12699 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12700 (strokes-global-map): Fix typos in docstrings.
12701 (strokes-help): Doc fix. Fix help message and pass it through
12702 `substitute-command-keys'.
12703
12704 * tempo.el (tempo-insert-prompt, tempo-interactive)
12705 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12706 (tempo-insert-string-functions, tempo-local-tags)
12707 (tempo-define-template, tempo-insert-template)
12708 (tempo-insert-prompt-compat, tempo-is-user-element)
12709 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12710 Fix typos in docstrings.
12711
12712 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12713 (vcursor-key-bindings, vcursor-use-vcursor-map)
12714 (vcursor-find-window, vcursor-scroll-down)
12715 (vcursor-disable, vcursor-beginning-of-buffer)
12716 (vcursor-end-of-buffer): Fix typos in docstrings.
12717 (vcursor-relative-move, vcursor-get-char-count):
12718 Improve argument/docstring consistency.
12719
12720 * version.el: "?\ " -> "?\s".
12721
12722 * wid-edit.el (widget-default-create, widget-after-change)
12723 (widget-default-format-handler, widget-checklist-add-item)
12724 (widget-radio-add-item, widget-choose, widget-specify-secret)
12725 (widget-field-value-create, widget-field-value-get)
12726 (widget-editable-list-format-handler)
12727 (widget-editable-list-entry-create, widget-group-value-create)
12728 (widget-documentation-link-add)
12729 (widget-documentation-string-value-create): "?\ " -> "?\s".
12730 (widget-convert-text): Doc fix.
12731 (widget-narrow-to-field, widget-field-find)
12732 (widget-url-link-action, widget-emacs-library-link-action)
12733 (widget-color-notify): Fix typos in docstrings.
12734
12735 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12736 (x-select-text, set-w32-system-coding-system)
12737 (w32-add-charset-info): Fix typos in docstrings.
12738
12739 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12740 (cua-enable-cua-keys, cua-use-hyper-key)
12741 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12742 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12743
12744 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12745
12746 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12747 `defalias' instead of faking it.
12748
12749 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12750 (eshell-ls-missing, eshell-ls-dired-initial-args)
12751 (eshell-ls-use-in-dired): Fix typos in docstrings.
12752
12753 2005-07-20 Kim F. Storm <storm@cua.dk>
12754
12755 * emulation/cua-base.el (cua-mode): Improve doc string.
12756
12757 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12758
12759 * abbrev.el (expand-region-abbrevs): Doc fix.
12760 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12761 Improve argument/docstring consistency.
12762
12763 * arc-mode.el (archive-get-descr, archive-alternate-display):
12764 Doc fixes.
12765 (archive-l-e): Improve argument/docstring consistency.
12766 (archive-tmpdir, archive-unixdate, archive-unixtime)
12767 (archive-chmod-entry): Fix typos in docstrings.
12768 (archive-unflag, archive-unflag-backwards)
12769 (archive-unmark-all-files): "?\ " -> "?\s".
12770
12771 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12772 (Buffer-menu-not-modified, Buffer-menu-execute)
12773 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12774 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12775
12776 * composite.el (compose-string, encode-composition-rule)
12777 (compose-last-chars): Fix typos in docstrings.
12778
12779 * desktop.el (desktop-enable, desktop-basefilename):
12780 Declare with `define-obsolete-variable-alias'.
12781 (desktop-internal-v2s): Don't quote keywords.
12782 (desktop-clear): "?\ " -> "?\s".
12783
12784 * dired.el (dired-align-file, dired-flag-backup-files)
12785 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12786 (dired-listing-switches, dired-ls-F-marks-symlinks)
12787 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12788 (dired-directory, dired-faces, dired, dired-revert)
12789 (dired-mode, dired-summary, dired-view-file)
12790 (dired-copy-filename-as-kill, dired-delete-file)
12791 (dired-no-confirm, dired-unmark-all-marks)
12792 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12793 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12794 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12795 Fix typos in message strings.
12796
12797 * dired-x.el (virtual-dired): Declare with `defalias'.
12798 (dired-mark-unmarked-files, dired-local-variables-file)
12799 (dired-omit-here-always): Doc fix.
12800 (dired-omit-mode, dired-find-subdir)
12801 (dired-enable-local-variables, dired-clean-up-buffers-too)
12802 (dired-extra-startup, dired-mark-extension, dired-jump)
12803 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12804 (dired-smart-shell-command, dired-guess-shell-alist-user)
12805 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12806 (dired-x-bind-find-file, dired-x-submit-report):
12807 Fix typos in docstrings.
12808 (dired-mark-unmarked-files): "?\ " -> "?\s".
12809
12810 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12811
12812 * faces.el (describe-face): "?\ " -> "?\s".
12813 (read-all-face-attributes, read-face-font, modify-face)
12814 (face-attr-construct, italic): Fix typos in docstrings.
12815 (frame-update-face-colors): Declare with
12816 `define-obsolete-function-alias'.
12817
12818 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12819 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12820 (magic-mode-alist, buffer-file-numbers-unique)
12821 (write-file-functions, get-free-disk-space):
12822 Fix typos in docstrings.
12823 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12824 (write-contents-hooks, write-file-hooks):
12825 Declare with `define-obsolete-variable-alias'.
12826
12827 * forms-d2.el (arch-rj): Fix typo in docstrings.
12828 (arch-tocol): Likewise. "?\ " -> "?\s".
12829
12830 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12831 Fix typo in docstring.
12832 (set-screen-width, set-screen-height): Delete redundant info in
12833 doctrings.
12834 (new-frame, screen-height, screen-width): Declare with
12835 `define-obsolete-function-alias'.
12836 (delete-frame-hook, blink-cursor): Declare with
12837 `define-obsolete-variable-alias'.
12838
12839 * paths.el (prune-directory-list): Fix typos in docstring.
12840
12841 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12842 (cvs-prefix-get): Fix typos in docstrings.
12843
12844 * ps-print.el (ps-extend-face-list, ps-extend-face)
12845 (ps-print-background-image): Fix typos in docstrings.
12846 (ps-default-fg, ps-default-bg): Doc fixes.
12847
12848 * s-region.el (s-region-bind): Doc fix.
12849 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12850
12851 * textmodes/org.el (org-table-formula-substitute-names)
12852 (org-table-get-vertical-vector): Doc fixes.
12853 (org-table-recalculate): Remove unused argument to `message'.
12854
12855 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12856
12857 * textmodes/org.el (org-table-column-names)
12858 (org-table-column-name-regexp)
12859 (org-table-named-field-locations): New variables.
12860 (org-archive-subtree): Protect `this-command' when calling
12861 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12862 the kill buffer.
12863 (org-complete): Remove fixed-formula completion.
12864 (org-edit-formulas-map): New variable.
12865 (org-table-edit-formulas): New command.
12866 (org-finish-edit-formulas, org-abort-edit-formulas)
12867 (org-show-variable, org-table-get-vertical-vector): New functions.
12868 (org-table-maybe-eval-formula): Handle `:=' fields.
12869 (org-table-get-stored-formulas, org-table-store-formulas)
12870 (org-table-get-formula, org-table-modify-formulas)
12871 (org-table-replace-in-formulas): Handle named field formulas.
12872 (org-table-get-specials): Store locations of named fields.
12873
12874 2005-07-19 Juri Linkov <juri@jurta.org>
12875
12876 * progmodes/grep.el (grep-regexp-alist)
12877 (grep-mode-font-lock-keywords, grep-process-setup):
12878 Use default GNU grep match color "01;31m" instead of "01;41m".
12879 (grep-regexp-alist, grep-mode-font-lock-keywords):
12880 Use `\\[[0-9]*m' instead of `\\[00m'.
12881 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12882 sgr_start where its handling is more important. Use the real
12883 length of sgr_start instead of constant 8.
12884 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12885 specially. Delete all remaining escape sequences.
12886 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12887 (grep-regexp-alist): Make hyperlink only for binary file name
12888 instead of the whole line.
12889 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12890 (grep-mode): Add autoload.
12891
12892 * emacs-lisp/find-func.el (find-function-regexp):
12893 Add `define-compilation-mode'.
12894
12895 2005-07-19 Juri Linkov <juri@jurta.org>
12896
12897 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12898 (compare-windows-sync-string-size, compare-windows-recenter)
12899 (compare-windows-highlight, compare-windows): Add version 22.1.
12900 (compare-windows) <defface>: Inherit from lazy-highlight instead
12901 of duplicating its default value.
12902
12903 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12904 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12905
12906 * descr-text.el (describe-char): Create link buttons for `charset'
12907 and `code point'. Add the current input method name with a link
12908 button to `to input' field. Print face names of display table
12909 characters in `The display table entry is displayed by' section
12910 instead of printing face-id in the `display' field.
12911 Guess hardcoded faces and create a link button for them.
12912 Skip empty fields when calculating max-width.
12913 Treat `widget-create' specially while inserting strings from the
12914 collected field list.
12915 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12916
12917 * diff-mode.el (diff-file-header): Change foreground color from
12918 yellow to green on light backgrounds.
12919 (diff-context): Inherit from `shadow' only for color/grayscale
12920 with more than 88 colors.
12921 (diff-indicator-removed, diff-indicator-added)
12922 (diff-indicator-changed): New faces.
12923 (diff-font-lock-keywords): Use new faces. Regroup rules.
12924 Add "^---$" for `normal' diff format. Fontify `#' lines with
12925 font-lock-comment-delimiter-face and font-lock-comment-face.
12926 Add `#' to ^[^...] in the rule for `diff-context-face'.
12927
12928 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12929 a button-like box. Inherit from `highlight' on low colors.
12930 (shadow): Use shades of gray only for color/grayscale with
12931 more than 88 colors. Use green for light backgrounds with
12932 8 colors, and yellow for dark backgrounds with 8 colors.
12933
12934 * font-lock.el (font-lock-regexp-grouping-backslash):
12935 Don't inherit from escape-glyph (use bold for all cases).
12936
12937 * info.el (info-xref-visited): Use light foreground color `violet'
12938 for dark backgrounds instead of dark color `magenta3'.
12939 (info-title-1): Use `yellow' color for dark backgrounds.
12940
12941 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12942 too-light magenta2.
12943
12944 * replace.el (match): Use slightly more light RoyalBlue3 instead
12945 of dark RoyalBlue4.
12946
12947 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12948
12949 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12950
12951 * novice.el (disabled-command-hook): Declare it with
12952 `define-obsolete-variable-alias'.
12953
12954 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12955 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12956 (desktop-load-default): Add release to obsolescence info.
12957 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12958 (desktop-append-buffer-args, desktop-read):
12959 Fix typos in docstrings.
12960 (desktop-kill): Fix typo in message.
12961 (desktop-save): Doc fix.
12962
12963 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12964
12965 * viper-cmd.el (viper-escape-to-state): Bug fix.
12966 (viper-envelop-ESC-key): Change the definition of fast
12967 keysequence so it'll work with keyboard macros.
12968
12969 * ediff.el (ediff-patch-buffer): Change the docstring.
12970
12971 2005-07-19 Kenichi Handa <handa@m17n.org>
12972
12973 * international/mule-cmds.el (select-safe-coding-system): Try to
12974 use an auto-coding (if any) before anything else. If the found
12975 auto-coding is invalid, show a warning message.
12976
12977 * international/mule.el (find-auto-coding): New function created
12978 by modifying the body of set-auto-coding.
12979 (set-auto-coding): Use find-auto-coding to find a coding.
12980
12981 2005-07-18 Richard M. Stallman <rms@gnu.org>
12982
12983 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12984 not isearch-mode-end-hook-error.
12985 (allout-before-change-protect): Fix error message.
12986
12987 2005-07-18 Juri Linkov <juri@jurta.org>
12988
12989 * allout.el (allout-mode):
12990 * calculator.el (calculator-copy):
12991 * custom.el (custom-known-themes):
12992 * dired.el (dired-desktop-buffer-misc-data)
12993 (dired-restore-desktop-buffer):
12994 * dired-x.el (dired-omit-marker-char):
12995 * files.el (basic-save-buffer):
12996 * font-core.el (font-lock-mode):
12997 * calendar/calendar.el (calendar-goto-hebrew-date)
12998 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12999 (calendar-goto-persian-date):
13000 * language/ethio-util.el (ethio-sera-to-fidel-region):
13001 * textmodes/picture.el (picture-mode):
13002 Delete duplicate duplicate words.
13003
13004 2005-07-18 Juri Linkov <juri@jurta.org>
13005
13006 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13007 chars * ? } |.
13008 (isearch-fallback): Don't call `isearch-process-search-char'.
13009 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13010 (isearch-process-search-char): Call `isearch-fallback' for regexp
13011 chars * ? } |.
13012 (isearch-return-char): Make obsolete with `make-obsolete' instead
13013 of simply documenting it as obsolete in the docstring.
13014 (isearch-fallback): Refill docstring.
13015
13016 * international/isearch-x.el
13017 (isearch-process-search-multibyte-characters): Remove unneeded
13018 `concat'. Add intermediate values to `junk-hist' instead of
13019 `minibuffer-history'. Test the length of `str'.
13020
13021 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13022
13023 * allout.el (allout-resolve-xref): Fix typos in error strings.
13024 (allout-before-change-protect): Remove unneeded `concat'.
13025
13026 * array.el (array-mode, array-reconfigure-rows)
13027 (untabify-backward): Fix typos in docstrings.
13028 (array-reconfigure-rows): Use `insert-buffer-substring', not
13029 `insert-buffer'.
13030
13031 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13032 * progmodes/ada-mode.el (ada-make-body):
13033 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13034
13035 * dired.el (dired-log):
13036 * tar-mode.el (tar-subfile-save-buffer):
13037 * play/zone.el (zone-pgm-stress-destress):
13038 Use `insert-buffer-substring', not `insert-buffer'.
13039
13040 2005-07-17 Simon Josefsson <jas@extundo.com>
13041
13042 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13043
13044 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13045
13046 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13047 Add plain auth method.
13048 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13049
13050 2005-07-17 Kim F. Storm <storm@cua.dk>
13051
13052 * ido.el (dired-other-window): Add ido property.
13053
13054 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13055
13056 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13057 Fix typo in docstring.
13058 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13059 `insert-file-literally'.
13060
13061 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13062 info and delete redundant message. Doc fix.
13063 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13064 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13065
13066 2005-07-16 Richard M. Stallman <rms@gnu.org>
13067
13068 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13069 (byte-compile-and): Use byte-compile-and-recursion.
13070 (byte-compile-or-recursion): New function.
13071 (byte-compile-or): Use that.
13072 (byte-compile-if): Guard the else-clause too.
13073 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13074
13075 * isearch.el (isearch-mode-end-hook-quit): New variable.
13076 (isearch-done): Bind it.
13077 (isearch-mode-end-hook): Doc fix.
13078
13079 * allout.el (allout-isearch-did-quit): Variable deleted.
13080 (allout-real-isearch-abort): Function name no longer used.
13081 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13082 (allout-isearch-rectification): isearch-mode always exists.
13083 Don't set allout-isearch-did-quit.
13084 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13085 allout-isearch-did-quit.
13086 (allout-enwrap-isearch): Just add the hook.
13087 (allout-isearch-abort): Function deleted.
13088 (allout-pre-command-business): Avoid warning.
13089
13090 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13091 Correctly avoid warnings.
13092 (pascal-outline): Likewise.
13093
13094 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13095
13096 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13097
13098 * play/tetris.el (tetris-mode): Avoid warning.
13099
13100 * play/snake.el (snake-mode): Avoid warning.
13101
13102 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13103 (gamegrid-set-display-table): Avoid warning.
13104 (gamegrid-set-timer): Likewise.
13105 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13106 (gamegrid-add-score-with-update-game-score-1): Take FILE
13107 as argument.
13108 (gamegrid-add-score-with-update-game-score): Pass that argument.
13109 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13110
13111 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13112
13113 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13114 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13115
13116 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13117 and insert-file.
13118
13119 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13120 (sc-ask): Avoid warnings.
13121
13122 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13123 (eshell-hist-initialize): Use that var the natural way.
13124
13125 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13126
13127 * emacs-lisp/re-builder.el (reb-cook-regexp):
13128 Avoid warning calling lre-compile-string.
13129 (reb-color-display-p): Avoid warning.
13130
13131 * calculator.el (calculator-last-input): Guard uses
13132 of event-key and key-press-event-p.
13133 (event-key, key-press-event-p): Delete definitions.
13134
13135 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13136 (find-gc-source-directory, find-gc-subrs-callers)
13137 (find-gc-noreturn-list, find-gc-source-files)
13138 (find-gc-subrs-called): Vars renamed and defvar'd.
13139
13140 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13141 (checkdoc-overlay-put, checkdoc-delete-overlay)
13142 (checkdoc-overlay-start, checkdoc-overlay-end)
13143 (checkdoc-mode-line-update, checkdoc-char=):
13144 Define such that compiler knows they are defined.
13145 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13146 (checkdoc-read-event): Delete. Use read-event directly.
13147
13148 * whitespace.el (whitespace-make-overlay)
13149 (whitespace-overlay-put, whitespace-delete-overlay)
13150 (whitespace-overlay-start, whitespace-overlay-end):
13151 Define such that compiler knows they are defined.
13152 (whitespace): Move conditional inside.
13153
13154 * tempo.el (tempo-insert-template): Suppress warning.
13155
13156 * ediff-diff.el (longlines-mode): Add defvar.
13157
13158 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13159
13160 * server.el: Bind "C-x #" in a way that works even if C-x is
13161 redefined to a command key, not a prefix key.
13162
13163 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13164
13165 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13166 cl-make-type-test till execution time.
13167
13168 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13169
13170 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13171 arg ARG and use it.
13172
13173 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13174
13175 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13176
13177 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13178
13179 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13180 a defcustom with two :set or :type keywords.
13181
13182 2005-07-15 Richard M. Stallman <rms@gnu.org>
13183
13184 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13185 Don't give ^M comment-end syntax.
13186
13187 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13188
13189 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13190 Don't consider gdbmi (gdb-mi.el has its own update functions).
13191 (gdb-var-delete): Make it work for gdbmi as well.
13192 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13193
13194 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13195 (gud-speedbar-menu-items): Correct logic for enabling items.
13196
13197 2005-07-15 Kim F. Storm <storm@cua.dk>
13198
13199 * ido.el: Fix commentary.
13200 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13201 Use with-no-warnings around ffap-guesser.
13202 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13203 Let bind minibuffer-completing-file-name to t.
13204
13205 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13206
13207 * startup.el (site-run-file, keyboard-type): Doc fixes.
13208 (command-line): Check for "--basic-display" argument; also for
13209 "--quick", not "--bare-bones" (which was renamed).
13210 (fancy-splash-text): Add missing item "Getting New Versions".
13211 (normal-splash-screen): Fix typos and improve consistency with
13212 `fancy-splash-text'. Update copyright year.
13213
13214 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13215 valid binding for `help-char'.
13216
13217 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13218
13219 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13220
13221 * term.el (term-mode): Disable cua-mode for term buffers.
13222
13223 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13224
13225 * add-log.el (add-log-mailing-address, change-log-merge):
13226 Doc fixes.
13227 (change-log-get-method-definition): Fix typo in docstring.
13228
13229 2005-07-14 Kim F. Storm <storm@cua.dk>
13230
13231 * emulation/cua-base.el:
13232 (cua--pre-command-handler-1, cua--pre-command-handler)
13233 (cua--post-command-handler-1, cua--post-command-handler):
13234 Split in two. Check (buffer local) value of cua-mode.
13235 (cua-selection-mode): New command.
13236
13237 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13238
13239 * custom.el (custom-initialize-safe-set)
13240 (custom-initialize-safe-default): Doc fixes.
13241
13242 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13243 and simplify :init-value again.
13244
13245 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13246 and simplify :init-value again. Delete autoload.
13247
13248 * startup.el (command-line): Use `custom-reevaluate-setting' again
13249 for tooltip-mode.
13250
13251 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13252 a defcustom with two :initialize keywords.
13253
13254 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13255
13256 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13257 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13258 (allout-post-command-business, allout-flag-region)
13259 (isearch-reenable-font-lock, allout-yank)
13260 (allout-insert-latex-header, allout-insert-latex-trailer)
13261 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13262 (allout-latex-verb-quote): Fix typos in docstrings.
13263 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13264 (allout-unprotected, allout-prefix-data):
13265 Improve argument/docstring consistency.
13266 (allout-chart-subtree): Fix argument spec.
13267 (allout-open-topic): Rename `use_sib_bullet' argument to
13268 `use-sib-bullet'. Doc fix.
13269
13270 * whitespace.el (whitespace-check-buffer-leading)
13271 (whitespace-check-buffer-trailing)
13272 (whitespace-check-buffer-indent)
13273 (whitespace-check-buffer-spacetab)
13274 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13275 (whitespace-check-leading-whitespace)
13276 (whitespace-check-trailing-whitespace)
13277 (whitespace-check-spacetab-whitespace)
13278 (whitespace-check-indent-whitespace)
13279 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13280 (whitespace-modes): Fix typos in docstrings.
13281 (defgroup, defcustom): Doc fixes.
13282
13283 * winner.el (winner-mode, winner-boring-buffers)
13284 (winner-pending-undo-ring): Doc fixes.
13285 (winner-ring): Remove unneeded `progn'.
13286 (winner-equal): `defsubst' it.
13287 (winner-redo): Fix message.
13288
13289 2005-07-13 Kim F. Storm <storm@cua.dk>
13290
13291 * simple.el (line-move-1): Always use vertical-motion to
13292 do the last (or only) line move to ensure some movement.
13293 Undo 2005-06-23 change--don't check for overlays.
13294
13295 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13296
13297 * term/mac-win.el (ccl-encode-mac-roman-font)
13298 (ccl-encode-mac-centraleurroman-font)
13299 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13300 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13301 Change charset-id boundary of dimension to ?\xef.
13302 (mac-char-fontspec-list): New constant.
13303 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13304 argument. Nil uses itself as family in font-spec. Previous
13305 behavior for nil is now provided by non-nil non-string argument.
13306 All callers changed. Add font-specs for Mac fonts to
13307 "fontset-default" unless iso8859-1 fonts are installed.
13308
13309 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13312 a continuation line if the \ is preceded by SPC or TAB.
13313 (sh-get-indent-info): Simplify.
13314 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13315 Use with-current-buffer.
13316
13317 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13318 when the matched text is empty.
13319
13320 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13321
13322 * startup.el (command-line): Revert to previous handling of
13323 tooltip-mode. Explain in comment why the complexity is needed.
13324
13325 * tooltip.el (tooltip-mode): Revert to previous implementation of
13326 its defcustom.
13327
13328 * frame.el (blink-cursor-mode): Revert to previous implementation
13329 of its defcustom. Update comment.
13330
13331 2005-07-12 Lars Hansen <larsh@soem.dk>
13332
13333 * desktop.el: Update e-mail address.
13334
13335 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13336
13337 * term/mac-win.el (mac-services-mail-selection)
13338 (mac-services-mail-to): New functions.
13339 (mac-application-menu-map): Bind them.
13340
13341 2005-07-12 wulei <milton@wulei.net> (tiny change)
13342
13343 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13344
13345 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13346
13347 * custom.el (custom-reevaluate-setting): Doc fix.
13348
13349 2005-07-11 Jay Belanger <belanger@truman.edu>
13350
13351 * calc/calc.el (calc-embedded-announce-formula-alist)
13352 (calc-embedded-open-close-plain-alist)
13353 (calc-embedded-open-close-mode-alist): Add checks for additional
13354 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13355
13356 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13357
13358 * custom.el (custom-enable-theme): Don't add theme to
13359 `custom-enabled-themes' with `push' because there is no
13360 setf-method for `delq'.
13361
13362 2005-07-11 Richard M. Stallman <rms@gnu.org>
13363
13364 * custom.el (custom-declare-variable): Doc fix.
13365
13366 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13367 from the alists.
13368
13369 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13370 Do nothing if edebug-active.
13371
13372 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13373 (edebug-display): Do it here instead.
13374
13375 2005-07-10 Richard M. Stallman <rms@gnu.org>
13376
13377 * cus-face.el (custom-theme-set-faces): Make it work.
13378 (custom-reset-faces): Doc fix.
13379 (custom-theme-reset-internal-face, custom-theme-face-value):
13380 Functions deleted.
13381
13382 * custom.el (custom-push-theme): Maintain list of the settings
13383 of a given theme in its theme-settings property.
13384 Maintain position of old settings in the theme-value
13385 or theme-face property.
13386 (custom-enabled-themes): New variable.
13387 (custom-theme-enabled-p): New function.
13388 (provide-theme): Update custom-enabled-themes.
13389 Disable and reenable the `user' theme.
13390 (require-theme): Doc fix.
13391 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13392 (custom-theme-value, custom-theme-variable-value): Likewise.
13393 (custom-theme-reset-internal): Likewise.
13394 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13395 (custom-enable-theme, custom-disable-theme): New functions.
13396 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13397 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13398 (custom-theme-reset-variables): Simplify.
13399 (deftheme, custom-declare-theme, custom-make-theme-feature):
13400 Definitions moved.
13401
13402 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13403
13404 * longlines.el (longlines-show-region)
13405 (longlines-unshow-hard-newlines): Recognize hard newlines by
13406 non-nil hard property, instead of t.
13407
13408 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13409
13410 * viper-cmd.el (viper--key-maps): New variable.
13411 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13412 emulation-mode-map-alists.
13413 (viper-envelop-ESC-key): Use viper-subseq.
13414 (viper-search-forward/backward/next): Disable debug-on-error.
13415
13416 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13417 (viper-ESC-key): New defcustoms.
13418
13419 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13420
13421 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13422 (viper-subseq): Copy of subseq from cl.el.
13423
13424 * viper.el (viper-go-away, viper-set-hooks): Use
13425 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13426
13427 * viper-mous.el (viper-current-frame-saved): Use defvar.
13428
13429 * viper-init.el: Get rid of -face in face names.
13430
13431 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13432 Make it work with longlines mode
13433
13434 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13435
13436 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13437
13438 * ediff-init.el: Get rid of -face in face names.
13439
13440 2005-07-10 Richard M. Stallman <rms@gnu.org>
13441
13442 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13443 and with-timeout-unsuspend.
13444
13445 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13446 and with-timeout-unsuspend.
13447
13448 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13449 (with-timeout): Bind that variable to record timers.
13450 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13451
13452 * emacs-lisp/debug.el (debug-help-follow): New function.
13453 (debugger-mode-map): Use that instead of help-follow.
13454 (debugger-setup-buffer): Use eval-buffer-list
13455 to handle eval-buffer frames.
13456
13457 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13458
13459 * timezone.el (timezone-parse-date): Change first regexp
13460 so it will not mistakenly match dates with no time zone.
13461
13462 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13463
13464 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13465
13466 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13467
13468 * custom.el (custom-initialize-safe-set)
13469 (custom-initialize-safe-default): New functions.
13470
13471 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13472 and simplify :init-value.
13473
13474 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13475 and simplify :init-value. Delete obsolete comment.
13476
13477 * startup.el (command-line): Use `custom-reevaluate-setting' to
13478 handle `tooltip-mode'. Delete obsolete comment.
13479
13480 * files.el (set-visited-file-name): Avoid calling
13481 `file-name-nondirectory' with a nil argument.
13482
13483 2005-07-09 Richard M. Stallman <rms@gnu.org>
13484
13485 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13486 was called with nil for the buffer, handle the read position right.
13487 Handle read position for eval-region, too.
13488
13489 2005-07-09 Juri Linkov <juri@jurta.org>
13490
13491 * fringe.el (fringe-mode): Add period in docstring.
13492 (fringe-query-style): Build prompt depending on `all-frames' arg.
13493
13494 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13495 to not create links to unrelated functions in the Help buffer.
13496
13497 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13498 Doc fix.
13499
13500 * simple.el (next-error-hook): New variable.
13501 (next-error): Use it. Doc fix.
13502
13503 * textmodes/ispell.el (ispell-command-loop): Add current
13504 dictionary name and program name to mode-line-format.
13505 (ispell-region, ispell-process-line): Add current dictionary name
13506 and program name to messages.
13507
13508 2005-07-08 Jay Belanger <belanger@truman.edu>
13509
13510 * calc/calc.el (calc-embedded-announce-formula-alist)
13511 (calc-embedded-open-close-formula-alist)
13512 (calc-embedded-open-close-word-alist)
13513 (calc-embedded-open-close-plain-alist)
13514 (calc-embedded-open-close-new-formula-alist)
13515 (calc-embedded-open-close-mode-alist)
13516 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13517 (calc-embedded-mode-hook): New variables.
13518
13519 * calc/calc-embed.el (calc-embedded-firsttime)
13520 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13521 New variables.
13522 (calc-do-embedded): Use calc-embedded-firsttime,
13523 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13524 determine whether or not to run hooks.
13525 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13526 calc-embedded-firsttime-formula appropriately.
13527 Set calc-embedded delimiter variables according to mode.
13528
13529 2005-07-08 Richard M. Stallman <rms@gnu.org>
13530
13531 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13532 Check for "emacs", etc., as entire symbol, not just as word.
13533 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13534
13535 * files.el (set-visited-file-name): Report the error
13536 for "empty filename" earlier.
13537 (kill-some-buffers): Ignore buffers already dead.
13538
13539 * fringe.el (fringe-mode): Doc fix.
13540
13541 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13542 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13543 Use unwind-protect to ensure byte-compile-unresolved-functions
13544 is updated.
13545
13546 * whitespace.el (whitespace-buffer-leading-cleanup):
13547 Simplify w/ skip-chars-forward.
13548 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13549
13550 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13551 Unconditionally try to leave point at the same old place.
13552
13553 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13554
13555 * comint.el (comint-postoutput-scroll-to-bottom)
13556 (comint-show-maximum-output): Take scroll-margin into consideration.
13557
13558 2005-07-08 Kim F. Storm <storm@cua.dk>
13559
13560 * ido.el (ido-use-filename-at-point): New choice `guess'.
13561 (ido-file-internal): Try ffap-guesser if selected.
13562
13563 * ido.el (ido-before-fallback-functions): New hook.
13564 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13565 (ido-read-file-name): Run it.
13566
13567 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13570 strings rather than a list of symbols to the completion function.
13571
13572 2005-07-07 Jay Belanger <belanger@truman.edu>
13573
13574 * calc/calc-units.el (math-apply-units): Change the places in
13575 which units are simplified.
13576
13577 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13578
13579 * cus-edit.el (customize-option, customize-option-other-window):
13580 Make them handle aliases.
13581
13582 * custom.el (custom-variable-p): Make it recursively follow
13583 aliases. Mention that in the docstring.
13584
13585 2005-07-07 Richard M. Stallman <rms@gnu.org>
13586
13587 * cus-start.el (exec-path): Use `directory' instead of `file'.
13588 Fix tag for nil.
13589
13590 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13591
13592 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13593 when called non-interactively. Doc fix.
13594
13595 2005-07-07 Lute Kamstra <lute@gnu.org>
13596
13597 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13598 new address as well.
13599
13600 2005-07-07 Kenichi Handa <handa@m17n.org>
13601
13602 * international/mule.el (make-coding-system):
13603 Describe `ascii-incompatible' property in the docstring.
13604 (set-file-name-coding-system): Signal an error if coding-system is
13605 ascii-incompatible.
13606 (set-keyboard-coding-system): Likewise.
13607
13608 * international/mule-cmds.el (set-default-coding-systems):
13609 Don't set default-file-name-coding-system and
13610 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13611
13612 * international/utf-16.el: Declare that all UTF-16-based coding
13613 systems are ASCII-incompatible.
13614
13615 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13616
13617 * progmodes/gud.el: Require font-lock for displaying errors.
13618 Used by gdb-ui.el.
13619
13620 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13621
13622 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13623 values for the pattern lists which are `read'able but not
13624 `append'able (like symbols).
13625
13626 2005-07-06 Richard M. Stallman <rms@gnu.org>
13627
13628 * progmodes/flymake.el (flymake-float-time): Instead of
13629 with-no-warnings, test for xemacs.
13630 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13631 to avoid warning.
13632
13633 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13634
13635 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13636
13637 2005-07-05 Lute Kamstra <lute@gnu.org>
13638
13639 * battery.el: Add support for Darwin (with much debugging help
13640 from Samuel Lauber <sam124@operamail.com>).
13641 (battery-status-function, battery-echo-area-format)
13642 (battery-mode-line-format): Add support for pmset on Darwin.
13643 (battery-load-low, battery-load-critical): New user options.
13644 (battery-pmset): New function.
13645
13646 2005-07-05 Lute Kamstra <lute@gnu.org>
13647
13648 Update FSF's address in GPL notices.
13649
13650 * textmodes/page-ext.el: Update FSF's address.
13651
13652 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13655 filling from using prefix when filling a single-line docstring.
13656
13657 * progmodes/flymake.el: Remove useless eval-when-compile.
13658
13659 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13660
13661 2005-07-04 Richard M. Stallman <rms@gnu.org>
13662
13663 * textmodes/org.el (org-file-apps-defaults-gnu):
13664 Rename from org-file-apps-defaults-linux.
13665 (org-default-apps): Don't test system-type for `linux'.
13666 (org-file-apps): Doc fix.
13667
13668 2005-07-04 David Ponce <david@dponce.com>
13669
13670 * tree-widget.el: Improve header Commentary section.
13671 (tree-widget) [defgroup]
13672 (tree-widget-image-enable, tree-widget-themes-directory)
13673 (tree-widget-theme, tree-widget-image-properties-emacs)
13674 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13675 (tree-widget-image-formats, tree-widget-control)
13676 (tree-widget-empty-control, tree-widget-leaf-control
13677 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13678 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13679 (tree-widget-keep, tree-widget-after-toggle-functions)
13680 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13681 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13682 :help-echo message.
13683 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13684 (tree-widget-image-properties): Doc fix. Clearer implementation.
13685 (tree-widget--cursors): New constant.
13686 (tree-widget-lookup-image): New function split from
13687 `tree-widget-find-image'. Clearer implementation.
13688 (tree-widget-find-image): Use it.
13689 (tree-widget-button-keymap): Use `set-keymap-parent'.
13690 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13691 Define the sub-widgets here.
13692 (tree-widget-node): Check that :node is not a tree-widget.
13693 (tree-widget-get-super, tree-widget-open-control)
13694 (tree-widget-close-control, tree-widget-empty-control)
13695 (tree-widget-leaf-control, tree-widget-guide)
13696 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13697 (tree-widget-no-handle, tree-widget-value-delete)
13698 (tree-widget-map): Remove.
13699 (tree-widget-children-value-save): Doc fix. Simplified.
13700 (tree-widget-value-create): Update according to previous changes.
13701
13702 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13703
13704 * textmodes/org.el: Leading space replaced by TABS.
13705 (org-recalc-marks, org-table-rotate-recalc-marks)
13706 (org-table-get-specials): Treat "^" and "_" marks.
13707 (org-table-justify-field-maybe): Optional argument NEW.
13708 (org-table-eval-formula): Parsing of the format simplified.
13709 New modes C,I. Honor the %= parameter in the current table.
13710 Avoid unnecessary re-align by using the NEW argument to
13711 `org-table-justify-field-maybe'.
13712 (org-calc-default-modes): Default for date-format mimicks org-mode.
13713 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13714
13715 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13716
13717 * cus-face.el (custom-theme-set-faces): Make it handle face
13718 aliases whose alias declarations are pre- or autoloaded.
13719
13720 2005-07-04 Juri Linkov <juri@jurta.org>
13721
13722 * faces.el (read-face-name): Put the code for getting a face name
13723 from the buffer before adding the faces from the `face' property.
13724 Use `completing-read-multiple' instead of `completing-read'.
13725 Require `crm'. Add default value and post-process the returned
13726 list of faces.
13727
13728 * emacs-lisp/crm.el (crm-find-current-element)
13729 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13730
13731 * emacs-lisp/lisp-mode.el (eval-defun-1):
13732 * emacs-lisp/edebug.el (edebug-eval-defun):
13733 Remove unnecessary quotes.
13734
13735 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13736
13737 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13738 (prolog-indent-level): Fix typo in docstring.
13739
13740 * info.el (Info-history, Info-history-forward)
13741 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13742
13743 * add-log.el (add-change-log-entry):
13744 * comint.el (comint-dynamic-list-input-ring)
13745 (comint-dynamic-list-completions):
13746 * dabbrev.el (dabbrev-expand):
13747 * delim-col.el (delimit-columns-rectangle-line):
13748 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13749 (diff-unified->context):
13750 * ediff-init.el (ediff-abbrev-jobname):
13751 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13752 (ediff-replace-session-activity-marker-in-meta-buffer):
13753 * info.el (Info-summary):
13754 * lpr.el (printify-region):
13755 * printing.el (pr-create-interface):
13756 * ps-print.el (ps-print-quote):
13757 * ses.el (ses-column-widths, ses-print-cell)
13758 (ses-adjust-print-width, ses-center):
13759 * shell.el (shell-file-name-quote-list):
13760 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13761 (strokes-fill-current-buffer-with-whitespace)
13762 (strokes-xpm-for-stroke, strokes-list-strokes)
13763 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13764 * term.el (term-dynamic-list-input-ring)
13765 (term-dynamic-list-completions):
13766 * calc/calc.el (math-format-stack-value):
13767 * emacs-lisp/edebug.el (edebug-display-freq-count):
13768 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13769 (delphi-new-comment-line):
13770 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13771 * progmodes/executable.el (executable-set-magic):
13772 * progmodes/python.el (inferior-python-mode):
13773 * progmodes/scheme.el (scheme-mode-syntax-table):
13774 * progmodes/sh-script.el (sh-maybe-here-document):
13775 * progmodes/sql.el (sql-copy-column):
13776 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13777 * textmodes/bibtex.el (bibtex-mode):
13778 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13779 (sgml-auto-attributes):
13780 * textmodes/table.el (table-insert, table-shorten-cell)
13781 (table--generate-source-scan-lines, table-delete-row)
13782 (*table--cell-delete-char, table--spacify-frame)
13783 (table--horizontally-shift-above-and-below)
13784 (table--cell-insert-char, table--cell-blank-str)
13785 (table--fill-region-strictly):
13786 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13787 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13788
13789 * add-log.el (change-log):
13790 * apropos.el (apropos):
13791 * comint.el (comint-completion, comint-source):
13792 * dabbrev.el (dabbrev):
13793 * delim-col.el (columns):
13794 * diff-mode.el (diff-mode):
13795 * ediff.el (ediff):
13796 * ediff-diff.el (ediff-diff):
13797 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13798 * ediff-mult.el (ediff-mult):
13799 * ediff-ptch.el (ediff-ptch):
13800 * ediff-wind.el (ediff-window):
13801 * facemenu.el (facemenu):
13802 * indent.el (indent):
13803 * info.el (info):
13804 * jka-cmpr-hook.el (compression, jka-compr):
13805 * lpr.el (lpr):
13806 * outline.el (outlines):
13807 * pcmpl-cvs.el (pcmpl-cvs):
13808 * pcmpl-rpm.el (pcmpl-rpm):
13809 * printing.el (printing):
13810 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13811 (ps-print-vertical, ps-print-headers, ps-print-font)
13812 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13813 (ps-print-background, ps-print-printer, ps-print-page)
13814 (ps-print-miscellany):
13815 * ses.el (ses):
13816 * shell.el (shell, shell-directories, shell-faces):
13817 * startup.el (initialization):
13818 * strokes.el (strokes):
13819 * term.el (term):
13820 * uniquify.el (uniquify):
13821 * w32-vars.el (w32):
13822 * calc/calc.el (calc):
13823 * emacs-lisp/bytecomp.el (bytecomp):
13824 * emacs-lisp/cl-indent.el (lisp-indent):
13825 * emacs-lisp/edebug.el (edebug):
13826 * emacs-lisp/elp.el (elp):
13827 * emacs-lisp/testcover.el (testcover):
13828 * emacs-lisp/trace.el (trace):
13829 * emulation/viper-ex.el (viper-ex):
13830 * emulation/viper-mous.el (viper-mouse):
13831 * mail/mailalias.el (mailalias):
13832 * mail/supercite.el (supercite, supercite-frames)
13833 (supercite-attr, supercite-cite, supercite-hooks):
13834 * net/rcompile.el (remote-compile):
13835 * net/rlogin.el (rlogin):
13836 * obsolete/ooutline.el (outlines):
13837 * progmodes/delphi.el (delphi):
13838 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13839 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13840 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13841 (ebnf-optimization):
13842 * progmodes/etags.el (etags):
13843 * progmodes/executable.el (executable):
13844 * progmodes/idlwave.el (idlwave):
13845 * progmodes/pascal.el (pascal):
13846 * progmodes/prolog.el (prolog):
13847 * progmodes/python.el (python):
13848 * progmodes/scheme.el (scheme):
13849 * progmodes/sh-script.el (sh, sh-script):
13850 * progmodes/sql.el (SQL):
13851 * progmodes/tcl.el (tcl):
13852 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13853 * textmodes/enriched.el (enriched):
13854 * textmodes/makeinfo.el (makeinfo):
13855 * textmodes/sgml-mode.el (sgml):
13856 * textmodes/table.el (table-hooks):
13857 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13858 * textmodes/texinfo.el (texinfo):
13859 * textmodes/two-column.el (two-column):
13860 Finish `defgroup' description with period.
13861
13862 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13863 * eshell/esh-var.el (eshell-var):
13864 * progmodes/vhdl-mode.el (vhdl-testbench):
13865 * textmodes/org.el (org): Fix typos in docstrings.
13866
13867 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13868 consistency.
13869
13870 * progmodes/flymake.el (flymake-find-file): Remove.
13871 (flymake-float-time): Use `with-no-warnings'.
13872 (flymake-check-start-time, flymake-check-was-interrupted)
13873 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13874 (flymake-new-err-info): `defvar' at compile time.
13875
13876 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13877
13878 * replace.el (occur-hook): Doc fix.
13879 (occur-1): Don't call `occur-hook' if there are no matches.
13880
13881 2005-07-03 Richard M. Stallman <rms@gnu.org>
13882
13883 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13884 global-map, save the same map.
13885 (global-map): Don't alter it at top level.
13886 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13887 Then alter it here instead.
13888 (tpu-edt-off): Set global-map to the saved one.
13889
13890 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13891 All references simplified.
13892 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13893 (zmacs-regions): Add defvar.
13894 (repeat-complex-command-map): Everything about that deleted.
13895
13896 * textmodes/artist.el (artist-key-is-drawing)
13897 (artist-key-endpoint1, artist-key-poly-point-list)
13898 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13899 (artist-key-compl-table, artist-rb-save-data)
13900 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13901 Don't put them in eval-when-compile.
13902 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13903
13904 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13905 Use with-no-warnings.
13906
13907 * net/browse-url.el (dos-windows-version): Add defvar.
13908
13909 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13910
13911 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13912 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13913 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13914 Add defvar.
13915 (rmail-summary-beginning-of-message): Use with-no-warnings.
13916 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13917
13918 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13919 Use with-no-warnings.
13920
13921 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13922 (c-mark-function): Add point-moving-unit property.
13923 (vi-goto-line): Use with-no-warnings.
13924
13925 * emulation/edt.el (edt-last-copied-word): Add defvar.
13926 (zmacs-region-stays): Likewise.
13927 (edt-mark-section-wisely): Use c-mark-function for C.
13928 Use makr-defun for Fortran.
13929 (time-string): defvar deleted.
13930 (edt-display-the-time): Don't set time-string.
13931
13932 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13933
13934 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13935 Don't warn when name is not constant
13936 or for defining the group `emacs'.
13937
13938 * tooltip.el (gud-tooltip-mode): Add defvar.
13939
13940 * startup.el (default-frame-background-mode): Add defvar.
13941
13942 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13943
13944 * info.el (tool-bar-map): Add defvar.
13945
13946 * dired.el (dnd-protocol-alist): Add defvar.
13947
13948 * dired-aux.el (dired-query): Display question with answer, when
13949 the user answers.
13950
13951 * custom.el (custom-add-option): Doc fix.
13952
13953 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13954
13955 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13956
13957 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13958 bogus name from the last change.
13959
13960 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13961
13962 * custom.el (custom-declare-variable): Fix typos in comment.
13963 (custom-known-themes): Doc fix.
13964 (custom-theme-directory): New defcustom.
13965 (require-theme): Make it check `custom-theme-directory'.
13966
13967 * cus-theme.el (custom-new-theme-mode): New function.
13968 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13969 (custom-theme-description): Add compiler defvars.
13970 (customize-create-theme): Add doc to the "*New Custom Theme*"
13971 buffer. Use `custom-new-theme-mode'.
13972 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13973 and save it to the `custom-theme-directory'. Make this the
13974 default directory of the buffer.
13975
13976 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13977
13978 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13979 Fix unbalanced parentheses.
13980
13981 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13982
13983 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13984 into flymake-mode and delegate to flymake-mode.
13985
13986 * find-file.el (ff-which-function-are-we-in): Clean up.
13987
13988 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13989
13990 * replace.el (occur-rename-buffer): Fix docstring.
13991
13992 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13993 (edt-last-copied-word, edt-learn-macro-count)
13994 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13995 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13996 (time-string, zmacs-region-stays):
13997 * emulation/edt-mapper.el (edt-save-function-key-map)
13998 (EDT-key-name): `defvar' to silence the byte-compiler.
13999
14000 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14001
14002 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14003 font-lock-regexp-backslash. Doc fix.
14004 (font-lock-regexp-backslash-grouping-construct): Rename from
14005 font-lock-regexp-backslash-construct. Doc fix.
14006 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14007 grouping constructs.
14008
14009 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14010
14011 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14012 updating all the prerequisites.
14013
14014 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14015
14016 * textmodes/org.el (org-agenda-start-on-weekday)
14017 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14018 (org-agenda-use-time-grid, org-archive-location)
14019 (org-allow-space-in-links, org-usenet-links-prefer-google)
14020 (org-enable-table-editor, org-export-default-language)
14021 (org-export-html-show-new-buffer, org-fill-paragraph)
14022 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14023 (org-goto-quit, org-occur, org-eval-in-calendar)
14024 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14025 (org-agenda-diary-entry, org-remember-help)
14026 (org-table-convert-region, org-at-table-p)
14027 (org-table-move-row-down, org-table-move-row-up)
14028 (org-table-copy-region, org-table-toggle-vline-visibility)
14029 (org-table-get-stored-formulas, org-table-get-specials)
14030 (org-recalc-commands, org-table-eval-formula)
14031 (org-table-formula-substitute-names, orgtbl-make-binding)
14032 (org-format-org-table-html, org-format-table-table-html)
14033 (org-format-table-table-html-using-table-generate-source)
14034 (org-customize): Fix typos in docstrings.
14035 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14036 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14037 (org-back-to-heading): Doc fixes.
14038 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14039 (org-agenda-change-all-lines, org-get-header):
14040 Improve argument/docstring consistency.
14041 (orgtbl-error): Fix error message.
14042
14043 * progmodes/flymake.el (flymake-find-possible-master-files)
14044 (flymake-master-file-compare, flymake-get-line-err-count)
14045 (flymake-highlight-line, flymake-gui-warnings-enabled):
14046 Fix typos in docstrings.
14047 (flymake-parse-line, flymake-get-project-include-dirs-function)
14048 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14049 Doc fixes.
14050 (flymake-get-project-include-dirs-function)
14051 (flymake-make-err-menu-data):
14052 Improve argument/docstring consistency.
14053
14054 2005-07-01 Lute Kamstra <lute@gnu.org>
14055
14056 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14057 Catch errors with ignore-errors. Use temporary buffer.
14058 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14059
14060 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14061 background color faces.
14062 (facemenu-set-foreground, facemenu-set-background):
14063 Use facemenu-set-face-from-menu.
14064 (facemenu-set-face-from-menu): Treat face names that start with
14065 "fg:" or "bg:" as special.
14066 (facemenu-add-new-color): Don't create faces. Simplify.
14067
14068 2005-06-30 Richard M. Stallman <rms@gnu.org>
14069
14070 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14071 (crm-find-current-element): Likewise.
14072
14073 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14074
14075 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14076
14077 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14080 (archive-mouse-extract): Make it an obsolete alias.
14081 (archive-mode-map): Don't use archive-mouse-extract any more.
14082 (archive-mode, archive-extract): write-contents-hooks ->
14083 write-contents-functions.
14084 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14085 first arg.
14086 (archive-rename-entry): Update the call.
14087 (archive-zip-summarize): Remove unused var `method'.
14088 (archive-lzh-summarize): Remove unused var `creator'.
14089
14090 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14091 dedicated frame upon exit.
14092
14093 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14094 (archive-zip-extract, archive-zip-expunge)
14095 (archive-zip-update, archive-zip-update-case): Use executable-find.
14096 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14097 Use restore-buffer-modified-p.
14098 (archive-extract, archive-add-new-member, archive-write-file-member):
14099 Use with-current-buffer.
14100 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14101
14102 2005-06-30 Andreas Schwab <schwab@suse.de>
14103
14104 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14105
14106 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14107
14108 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14109
14110 2005-06-30 Juri Linkov <juri@jurta.org>
14111
14112 * faces.el (vertical-border): Inherit from mode-line-inactive
14113 only on tty.
14114
14115 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14116
14117 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14118 example, -NLINES in the `occur' docstring).
14119
14120 * replace.el (occur-1): When no matches are found, do not set the
14121 `buffer-read-only' and modified flags for the occur buffer,
14122 because it is deleted.
14123
14124 * emulation/cua-base.el (cua-check-pending-input)
14125 (cua-repeat-replace-region, cua-mode, cua-debug)
14126 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14127 Fix typos in docstrings.
14128
14129 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14130 (cua-cut-region-to-global-mark)
14131 (cua--cut-rectangle-to-global-mark):
14132 Remove period from end of messages.
14133
14134 * emulation/cua-rect.el (cua-do-rectangle-padding):
14135 Remove period from end of messages.
14136 (cua--rectangle-seq-format): Fix typo in docstring.
14137 (cua-sequence-rectangle, cua-fill-char-rectangle):
14138 Improve argument/docstring consistency.
14139
14140 2005-06-29 Juri Linkov <juri@jurta.org>
14141
14142 * faces.el (default-frame-background-mode): New internal variable.
14143 (frame-set-background-mode): Use it.
14144
14145 * startup.el (normal-top-level): Set default-frame-background-mode
14146 instead of frame-background-mode. Before setting it, test for its
14147 nil value. Remove tests for frame-background-mode and frame
14148 parameter `reverse'. Add test for "unspecified-fg".
14149
14150 * term/xterm.el (xterm-rxvt-set-background-mode):
14151 * term/rxvt.el (rxvt-set-background-mode):
14152 Set default-frame-background-mode instead of frame-background-mode.
14153
14154 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14155
14156 * simple.el (set-variable): Warn about obsolete user variables.
14157
14158 * imenu.el (imenu--completion-buffer):
14159 * mouse.el (mouse-buffer-menu-alist):
14160 * msb.el (msb-invisible-buffer-p):
14161 * calendar/diary-lib.el (diary-header-line-format):
14162 * emacs-lisp/pp.el (pp-buffer):
14163 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14164 * textmodes/picture.el (picture-replace-match):
14165 Change space constants followed by a sexp to "?\s ".
14166
14167 * play/decipher.el (decipher-loop-with-breaks):
14168 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14169 constants "protected" from end of line by a comment to "?\s".
14170
14171 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14172
14173 * font-lock.el (save-buffer-state): Use `declare'.
14174
14175 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14176 reset the syntax-table to cperl-mode-syntax-table.
14177 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14178 "foo_print_bar" is not matched as a reserved keyword.
14179
14180 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14181
14182 * textmodes/org.el (orgtbl-setup): New function, for delayed
14183 setup for the orgtbl commands.
14184 (org-calc-default-modes): New option.
14185 (orgtbl-make-binding): Use `defun' to get better help display.
14186 (org-diary): Call `org-compile-prefix-format'.
14187 (org-table-formula-substitute-names): New function.
14188 (org-agenda-day-view, org-agenda-week-view): New commands.
14189 (org-agenda-toggle-week-view): Command removed.
14190 (org-tbl-menu): Split off from org-org-menu.
14191 (org-mode): Move removal of outline-mode menus to here.
14192 (org-table-formula-debug): New option.
14193 (org-table-insert-row): Keep first field if just "#" or "*".
14194 (org-mode): Paragraph regexps fixed.
14195 (org-table-recalculate-regexp): New constant.
14196 (org-table-justify-field-maybe): Avoid replace if not necessary.
14197 (org-copy-special, org-cut-special): Use `call-interactively'.
14198 (org-table-copy-region): Take region from `interactive' call.
14199 (org-trim): Return string even if no match.
14200 (org-formula): New face.
14201 (org-set-font-lock-defaults): No longer highlight "FIXME".
14202 But highlight formula-related fields in table.
14203 (org-table-p): Use regexp, not fontification.
14204 (org-table-align): Handle white space at end of line.
14205 (org-table-formula-evaluate-inline): New option.
14206 (org-mode): Auto-wrapping in comment lines turned off.
14207 (org-table-copy-down): Evaluate only in copied field, not in
14208 destination.
14209 (org-table-current-formula): Variable removed.
14210 (org-table-store-formulas, org-table-get-stored-formulas)
14211 (org-table-modify-formulas, org-table-replace-in-formulas)
14212 (org-table-maybe-eval-formula): New functions.
14213 (org-table-get-formula): Modify to use stored formulas.
14214 (org-table-insert-column, org-table-delete-column)
14215 (org-table-move-column): Call `org-table-modify-formulas'.
14216 (org-complete): Add completion for keyword formulas.
14217 (orgtbl-mode): Pull orgtbl-mode-map to start of
14218 minor-mode-map-alist.
14219
14220 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * progmodes/python.el (python-check): Require `compile' before
14223 modifying its variables.
14224
14225 * newcomment.el (comment-indent-default): Don't get fooled by an early
14226 end of buffer.
14227
14228 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14229
14230 * ps-print.el (ps-print-version): Fix version number.
14231
14232 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14233
14234 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14235
14236 2005-06-28 Richard M. Stallman <rms@gnu.org>
14237
14238 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14239 (flyspell-local-mouse-map): Declaration deleted.
14240 (flyspell-mouse-map): Bind only mouse-2.
14241 (flyspell-mode-map): Don't test flyspell-use-local-map.
14242 (flyspell-overlay-keymap-property-name): Var deleted.
14243 (flyspell-mode-on): Don't make local bindings for
14244 flyspell-mouse-map and flyspell-mode-map.
14245 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14246
14247 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14248
14249 * progmodes/compile.el (compilation-next-error-function):
14250 Don't switch buffers; operate on the current buffer.
14251
14252 * progmodes/compile.el (compilation-error-file-name)
14253 (compilation-warning-file-name, compilation-info-file-name)
14254 (compilation-line-number, compilation-column-number): New faces.
14255 (compilation-error-face, compilation-warning-face)
14256 (compilation-info-face, compilation-line-face)
14257 (compilation-column-face): Use them.
14258
14259 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14260
14261 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14262
14263 * bindings.el (global-map): Bind insertchar and its variants.
14264
14265 2005-06-27 Richard M. Stallman <rms@gnu.org>
14266
14267 * textmodes/artist.el (artist-text-overwrite)
14268 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14269
14270 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14271
14272 * ps-print.el: It was not working the page selection for printing.
14273 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14274 (ps-print-version): New version 6.6.7.
14275 (ps-end-sheet): New fun.
14276 (ps-header-sheet, ps-end-job): Call it.
14277
14278 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14279
14280 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14281
14282 2005-06-27 Lute Kamstra <lute@gnu.org>
14283
14284 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14285 background color faces.
14286 (facemenu-get-face): Delete function.
14287 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14288 (facemenu-add-new-color): Make second argument mandatory.
14289 Create the appropriate face and return it. Simplify.
14290 (facemenu-set-foreground, facemenu-set-background): Don't check if
14291 color is defined. Use return value of facemenu-add-new-color.
14292
14293 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14294
14295 * progmodes/gud.el (gud-filter): Add missing argument to
14296 with-selected-window.
14297
14298 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14301 a :require to the defcustom.
14302
14303 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14304 defcustoms corresponding to minor modes.
14305
14306 2005-06-26 David Ponce <david@dponce.com>
14307
14308 * recentf.el: Require tree-widget instead of wid-edit.
14309 (recentf-filename-handler): Fix widget :type.
14310 (recentf-cancel-dialog, recentf-open-more-files)
14311 (recentf-open-files-action): Doc fix.
14312 (recentf-dialog-goto-first): New function.
14313 (recentf-dialog-mode-map): Set parent keymap first.
14314 (recentf-dialog-mode): Define with define-derived-mode.
14315 Don't display continuation lines in dialogs.
14316 (recentf-edit-list): Rename from recentf-edit-selected-items.
14317 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14318 Simplify.
14319 (recentf-edit-list-validate): New function.
14320 (recentf-edit-list): Update accordingly.
14321 (recentf-open-files-item-shift): Remove.
14322 (recentf-open-files-item): Convert menu elements into tree and
14323 link widgets. Don't create the widgets.
14324 (recentf-open-files): Update accordingly.
14325 (recentf-save-list): Untabify.
14326
14327 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14328
14329 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14330 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14331 partially contained in the active region. Do not take active
14332 region into account when called from Lisp, unless INTERACTIVE arg
14333 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14334 avoid trouble with fields. Make marker point nowhere when no
14335 longer used. Always return nil. Doc fix.
14336 (flush-lines): Add INTERACTIVE arg. Do not take active region
14337 into account when called from Lisp, unless INTERACTIVE arg is
14338 non-nil. Use `forward-line' instead of `beginning-of-line' to
14339 avoid trouble with fields. Make marker point nowhere when no
14340 longer used. Always return nil. Doc fix.
14341 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14342 interchangeable. Do not take active region into account when
14343 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14344 message in echo area when called from Lisp, unless INTERACTIVE arg
14345 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14346 Return the number of matches. Doc fix.
14347 (occur): Doc fix.
14348 (perform-replace): Make comment follow double space convention for
14349 the sake of `outline-minor-mode'.
14350
14351 * faces.el (facep): Doc fix.
14352
14353 2005-06-25 Richard M. Stallman <rms@gnu.org>
14354
14355 * facemenu.el (facemenu-enable-faces-p): New function.
14356 (facemenu-background-menu, facemenu-foreground-menu)
14357 (facemenu-face-menu): Add menu-enable property.
14358
14359 * jka-compr.el (jka-compr-insert-file-contents):
14360 Special handling if cannot find the uncompression program.
14361
14362 * cus-face.el (custom-face-attributes): Add autoload.
14363
14364 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14365 Bind comment-indent-function locally.
14366
14367 * window.el (save-selected-window): Use save-current-buffer.
14368
14369 * subr.el (with-selected-window): Use save-current-buffer.
14370
14371 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14372 and with-current-buffer.
14373
14374 2005-06-24 Richard M. Stallman <rms@gnu.org>
14375
14376 * simple.el (line-move-1): Fix previous change.
14377
14378 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14379
14380 * replace.el (occur-1): Set `buffer-read-only' and the
14381 buffer-modified flag before running `occur-hook' to protect
14382 against unintentional buffer switches that can lead to data loss.
14383
14384 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14385
14386 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14387 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14388 initial error.
14389
14390 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14391 after fresh input.
14392 (gdb-var-create-handler): Put name of expression in quotes.
14393
14394 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14395
14396 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14397 elements of RING in order, and without bogus nil elements.
14398
14399 2005-06-23 Richard M. Stallman <rms@gnu.org>
14400
14401 * simple.el (set-variable): Args renamed; doc fix.
14402 (line-move-1): When there are overlays around, use vertical-motion.
14403
14404 * faces.el (escape-glyph): Use brown against light background.
14405 (nobreak-space): Rename from no-break-space.
14406 Fix previous change.
14407
14408 * dired-aux.el (dired-do-copy): Fix arg prompt.
14409
14410 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14411
14412 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14413
14414 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14415 rather than "Distributor".
14416
14417 2005-06-23 Lute Kamstra <lute@gnu.org>
14418
14419 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14420 (debug-on-entry): Use it. New interactive declaration that uses
14421 function-called-at-point.
14422
14423 2005-06-23 Kim F. Storm <storm@cua.dk>
14424
14425 * subr.el (save-match-data): Add comment about using evaporate arg
14426 to set-match-data.
14427
14428 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14429
14430 * cus-edit.el (customize-face)
14431 (customize-face-other-window): Handle face aliases.
14432
14433 * faces.el (face-documentation, set-face-attribute)
14434 (face-spec-set): Handle face aliases.
14435
14436 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14437
14438 * help-mode.el (help-make-xrefs): If a symbol representing a face
14439 name is not followed by the word "face", it could still be a
14440 function or variable name, so don't bypass other checks.
14441
14442 2005-06-22 Juri Linkov <juri@jurta.org>
14443
14444 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14445 Replace aliased functions with calls where second arg `inherit' is t.
14446
14447 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14448
14449 * progmodes/gdb-ui.el (gdb-error): New variable.
14450 (gdb-error): New function.
14451 (gdb-annotation-rules): Act on error-begin and error annotations.
14452 (gdb-concat-output): Use font-lock-warning-face for errors.
14453
14454 2005-06-22 Miles Bader <miles@gnu.org>
14455
14456 * bindings.el (propertized-buffer-identification): Use renamed
14457 `Buffer-menu-buffer' face.
14458
14459 * faces.el (vertical-border): Rename from `vertical-divider'.
14460 (escape-glyph): Change dark-background color back to `cyan'.
14461
14462 2005-06-21 Juri Linkov <juri@jurta.org>
14463
14464 * faces.el (face-user-default-spec): Try getting `customized-face'
14465 prior to `saved-face'.
14466 (frame-background-mode): Refill docstring.
14467
14468 * emacs-lisp/lisp-mode.el (eval-defun-1):
14469 * emacs-lisp/edebug.el (edebug-eval-defun):
14470 Set `saved-face' temporarily to nil before calling form.
14471 Set `customized-face' to the new spec after that.
14472
14473 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14474
14475 * subr.el (1value, lambda, key-substitution-in-progress):
14476 Doc fixes.
14477
14478 * autoinsert.el (auto-insert-alist):
14479 * ses.el (ses-call-printer):
14480 * subr.el (noreturn):
14481 * emacs-lisp/lisp.el (check-parens):
14482 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14483 * net/browse-url.el (browse-url-mosaic):
14484 * progmodes/cc-defs.el (c-safe-scan-lists):
14485 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14486 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14487 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14488 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14489 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14490 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14491
14492 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14493
14494 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14495
14496 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14497
14498 * calendar/appt.el (appt-make-list): Activate the package, if
14499 not already active (for backwards compatibility).
14500
14501 2005-06-20 Kim F. Storm <storm@cua.dk>
14502
14503 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14504
14505 2005-06-20 Miles Bader <miles@gnu.org>
14506
14507 * faces.el (vertical-divider): New face.
14508
14509 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14510
14511 * simple.el (kill-whole-line): Doc fix.
14512 (next-error-buffer-p, next-error-find-buffer)
14513 (clone-indirect-buffer): Fix typos in docstrings.
14514 (comment-line-break-function): Doc fix: don't say variable
14515 is automatically buffer-local (it isn't).
14516
14517 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14518
14519 * net/tramp-ftp.el (top):
14520 * net/tramp-smb.el (top):
14521 * net/tramp-util.el (top):
14522 * net/tramp-uu.el (top):
14523 * net/tramp-vc.el (top):
14524 * net/tramp.el (top): Revert copyright years back to original
14525 ones. Tramp has a life outside GNU Emacs.
14526
14527 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14528
14529 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14530
14531 2005-06-18 Juri Linkov <juri@jurta.org>
14532
14533 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14534 end of first regexp to limit the match to the position between
14535 line number and source line with same separator character as used
14536 between file name and line number. In the second regexp limit
14537 mouse-face area to file name and line number by adding new group
14538 for them and referring it in HYPERLINK arg.
14539 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14540 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14541 previous line where grep markers may be already removed.
14542
14543 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14544
14545 * progmodes/ps-mode.el: Update version and maintainer's email address.
14546
14547 2005-06-18 Steve Youngs <steve@xemacs.org>
14548
14549 * net/browse-url.el (browse-url-browser-function)
14550 (browse-url-default-browser): Add firefox.
14551 (browse-url-firefox-program, browse-url-firefox-arguments)
14552 (browse-url-firefox-startup-arguments)
14553 (browse-url-firefox-new-window-is-tab): New defcustoms.
14554 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14555
14556 2005-06-17 Richard M. Stallman <rms@gnu.org>
14557
14558 * startup.el (command-line): Warn if specified user name has
14559 no home directory.
14560
14561 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14562 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14563
14564 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14565 Doc fixes.
14566
14567 * faces.el (underline): Try bold if terminal doesn't support underline.
14568
14569 * mail/sendmail.el (mail-setup-with-from): New variable.
14570 (mail-insert-from-field): New function.
14571 (sendmail-send-it): Call it.
14572 (mail-setup): Optionally call it here.
14573
14574 * term/linux.el: Call tty-no-underline.
14575
14576 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14577
14578 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14579
14580 2005-06-17 Miles Bader <miles@gnu.org>
14581
14582 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14583 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14584 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14585 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14586 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14587 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14588 Remove "-face" suffix from face names.
14589 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14590 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14591 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14592 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14593 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14594 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14595 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14596 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14597 New backward-compatibility aliases for renamed faces.
14598 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14599 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14600 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14601 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14602 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14603 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14604 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14605 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14606 Use renamed ediff faces.
14607
14608 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14609 Remove "-face" suffix from face names.
14610 (eshell-test-ok-face, eshell-test-failed-face):
14611 New backward-compatibility aliases for renamed faces.
14612 (eshell-run-test): Use renamed eshell-test faces.
14613
14614 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14615 face name.
14616 (eshell-prompt-face): New backward-compatibility alias for renamed
14617 face.
14618 (eshell-emit-prompt): Use renamed eshell-prompt face.
14619
14620 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14621 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14622 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14623 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14624 Remove "-face" suffix from face names.
14625 (eshell-ls-directory-face, eshell-ls-symlink-face)
14626 (eshell-ls-executable-face, eshell-ls-readonly-face)
14627 (eshell-ls-unreadable-face, eshell-ls-special-face)
14628 (eshell-ls-missing-face, eshell-ls-archive-face)
14629 (eshell-ls-backup-face, eshell-ls-product-face)
14630 (eshell-ls-clutter-face):
14631 New backward-compatibility aliases for renamed faces.
14632 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14633
14634 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14635 Remove "-face" suffix from face name.
14636 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14637 instead of literal face.
14638
14639 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14640
14641 * emacs-lisp/warnings.el (display-warning, lwarn)
14642 (warning-minimum-log-level): Doc fixes.
14643 (warning-minimum-level, warning-minimum-log-level):
14644 Add :debug to :type choices.
14645
14646 * progmodes/ada-mode.el (ada-format-paramlist)
14647 (ada-get-indent-case, ada-check-matching-start)
14648 (ada-check-defun-name, ada-goto-matching-decl-start)
14649 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14650 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14651 (ada-make-subprogram-body): Follow error conventions.
14652 (ada-case-exception-file, ada-indent-comment-as-code)
14653 (ada-indent-handle-comment-special, ada-indent-renames)
14654 (ada-indent-return, ada-search-directories-internal)
14655 (ada-tab-policy, ada-case-exception-substring)
14656 (ada-other-file-alist, ada-matching-start-re)
14657 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14658 (ada-imenu-generic-expression, ada-compile-goto-error)
14659 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14660 (ada-popup-menu, ada-add-extensions, ada-mode)
14661 (ada-region-selected, ada-create-case-exception)
14662 (ada-create-case-exception-substring, ada-after-keyword-p)
14663 (ada-activate-keys-for-case, ada-adjust-case-region)
14664 (ada-adjust-case-buffer, ada-format-paramlist)
14665 (ada-scan-paramlist, ada-insert-paramlist)
14666 (ada-indent-newline-indent)
14667 (ada-indent-newline-indent-conditional)
14668 (ada-justified-indent-current, ada-goto-previous-word)
14669 (ada-indent-current, ada-get-indent-open-paren)
14670 (ada-get-indent-paramlist, ada-get-indent-end)
14671 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14672 (ada-get-indent-block-start, ada-get-indent-subprog)
14673 (ada-get-indent-noindent, ada-get-indent-label)
14674 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14675 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14676 (ada-goto-stmt-end, ada-goto-next-word)
14677 (ada-check-matching-start, ada-check-defun-name)
14678 (ada-goto-matching-decl-start, ada-goto-matching-start)
14679 (ada-goto-matching-end, ada-search-ignore-string-comment)
14680 (ada-in-decl-p, ada-looking-at-semi-or)
14681 (ada-looking-at-semi-private, ada-in-paramlist-p)
14682 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14683 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14684 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14685 (ada-previous-package, ada-create-menu)
14686 (ada-fill-comment-paragraph-justify)
14687 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14688 (ada-other-file-name, ada-last-which-function-line)
14689 (ada-last-which-function-subprog, ada-which-function)
14690 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14691 (ada-gen-treat-proc, ada-check-emacs-version)
14692 (ada-continuation-indent, ada-align-region-separate):
14693 Fix typos in docstrings.
14694 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14695
14696 2005-06-16 Lute Kamstra <lute@gnu.org>
14697
14698 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14699 conditionally.
14700
14701 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14702
14703 * comint.el (comint-replace-by-expanded-filename)
14704 (comint-prompt-regexp, comint-delimiter-argument-list)
14705 (comint-preinput-scroll-to-bottom):
14706 * info.el (Info-hide-cookies-node):
14707 * ls-lisp.el (ls-lisp-classify):
14708 * find-file.el (ff-search-directories, ff-special-constructs)
14709 (ff-find-other-file):
14710 * font-lock.el (font-lock-keywords):
14711 * shell.el (shell-prompt-pattern)
14712 (shell-dynamic-complete-functions, shell-mode)
14713 (shell-delimiter-argument-list):
14714 * term.el (term-replace-by-expanded-filename)
14715 (term-prompt-regexp, term-delimiter-argument-list):
14716 * woman.el (woman-ignore, woman0-if):
14717 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14718 * emacs-lisp/elint.el (elint-init-env):
14719 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14720 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14721 * language/ethio-util.el (ethio-tilde-escape)
14722 (ethio-use-three-dot-question):
14723 * net/zone-mode.el (zone-mode-load-time-setup):
14724 * progmodes/cc-align.el (c-lineup-argcont):
14725 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14726 * progmodes/cperl-mode.el (cperl-set-style-back):
14727 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14728 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14729 Fix spellings in docstrings.
14730
14731 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14732 * progmodes/modula2.el (m2-for): Fix spellings.
14733
14734 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14735
14736 * simple.el (undo-more): Don't use `format' on `error' arguments.
14737 Improve argument/docstring consistency.
14738 (pending-undo-list): Doc fix.
14739
14740 * smerge-mode.el (smerge-ensure-match):
14741 * emulation/vip.el (vip-ex):
14742 * net/zone-mode.el (zone-mode-update-serial):
14743 * progmodes/idlwave.el (idlwave-complete):
14744 * progmodes/vhdl-mode.el (vhdl-visit-file)
14745 (vhdl-compose-wire-components):
14746 Don't use `format' on `error' arguments.
14747
14748 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14749 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14750 (tooltip-help-tips): Fix typos in docstrings.
14751
14752 2005-06-16 David Ponce <david@dponce.com>
14753
14754 * tree-widget.el (tree-widget-value-create): Simplify last change.
14755
14756 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14757
14758 * ido.el (ido-incomplete-regexp): New variable.
14759 (ido-set-matches-1): Handle invalid-regexp error and set
14760 ido-incomplete-regexp.
14761 (ido-incomplete-regexp): New face.
14762 (ido-completions): Use it.
14763 (ido-complete, ido-exit-minibuffer, ido-completions):
14764 Handle incomplete regexps.
14765 (ido-completions): Add check for complete match when entering a regexp.
14766
14767 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14770
14771 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14772
14773 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14774 by field delimiters.
14775
14776 2005-06-15 David Ponce <david@dponce.com>
14777
14778 * tree-widget.el: eval-and-compile inlined functions so they will
14779 be available at run-time too.
14780 (tree-widget-super-format-handler)
14781 (tree-widget-format-handler): Remove.
14782 (tree-widget-value-create): Handle the :indent property.
14783
14784 2005-06-15 Miles Bader <miles@gnu.org>
14785
14786 * progmodes/which-func.el (which-func): Only inherit
14787 `font-lock-function-name-face' when that makes sense against the
14788 default mode-line face, otherwise set the face color explicitly.
14789
14790 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14791 faces instead of (non-existent) variables.
14792
14793 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14796 (iswitchb-get-matched-buffers): Likewise. Simplify.
14797
14798 2005-06-14 Miles Bader <miles@gnu.org>
14799
14800 * progmodes/ld-script.el (ld-script-location-counter):
14801 Remove "-face" suffix from face name.
14802 (ld-script-location-counter-face):
14803 New backward-compatibility alias for renamed face.
14804 (ld-script-location-counter-face): Use renamed face.
14805
14806 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14807 (cperl-hash): Remove "-face" suffix from face names.
14808 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14809 New backward-compatibility aliases for renamed faces.
14810 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14811 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14812
14813 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14814 name.
14815 (which-func-face): New backward-compatibility alias for renamed face.
14816 (which-func-format): Use renamed which-func face.
14817
14818 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14819 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14820 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14821 names.
14822 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14823 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14824 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14825 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14826 (vhdl-speedbar-architecture-selected)
14827 (vhdl-speedbar-configuration-selected)
14828 (vhdl-speedbar-package-selected)
14829 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14830 names.
14831 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14832 Use renamed faces.
14833 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14834 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14835 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14836 Use renamed faces.
14837 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14838 names.
14839 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14840 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14841 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14842 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14843 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14844 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14845
14846 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14847 face name.
14848 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14849 (sh-heredoc-face): Use renamed sh-heredoc face.
14850
14851 * progmodes/idlw-help.el (idlwave-help-link):
14852 Remove "-face" suffix from face name.
14853 (idlwave-help-link-face):
14854 New backward-compatibility alias for renamed face.
14855 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14856
14857 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14858 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14859 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14860 New backward-compatibility aliases for renamed faces.
14861 (idlwave-shell-disabled-breakpoint-face)
14862 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14863
14864 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14865 Remove "-face" suffix from face names.
14866 (flymake-errline-face, flymake-warnline-face):
14867 New backward-compatibility aliases for renamed faces.
14868 (flymake-highlight-line): Use renamed flymake faces.
14869
14870 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14871 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14872 (ebrowse-member-class, ebrowse-progress):
14873 Remove "-face" suffix from face names.
14874 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14875 (ebrowse-file-name-face, ebrowse-default-face)
14876 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14877 (ebrowse-progress-face):
14878 New backward-compatibility aliases for renamed faces.
14879 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14880 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14881 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14882 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14883
14884 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14885 antlr-syntax)
14886 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14887 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14888 names.
14889 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14890 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14891 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14892 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14893 backward-compatibility aliases for renamed faces.
14894 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14895 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14896 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14897 remove "font-lock-". Use renamed antlr-mode faces.
14898 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14899 literal face-names with face variable references.
14900
14901 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14902 face name.
14903 (Buffer-menu-buffer-face): New backward-compatibility alias for
14904 renamed face.
14905 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14906
14907 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14908
14909 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14910 Eliminate "-face" suffix.
14911 (makefile-targets): Inherit from font-lock-function-name-face and
14912 eliminate "-face" suffix.
14913 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14914 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14915 actions, instead of prepending, to make it less visible.
14916 (makefile-previous-dependency, makefile-match-dependency):
14917 Don't match a target on a continuation line.
14918
14919 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14920
14921 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14922
14923 * progmodes/gdb-ui.el (menu): Re-order menu items.
14924 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14925
14926 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14927 Define in tooltip.el.
14928 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14929 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14930 gud-tooltip-echo-area.
14931
14932 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14933 backward compatibility and make obsolete.
14934 (tooltip-help-tips): Use tooltip-use-echo-area.
14935 (tooltip-show-help-function): Rename to...
14936 (tooltip-show-help): ...this, because it is a function.
14937 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14938
14939 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14940
14941 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14942 (edebug-print-length, edebug-print-level, edebug-print-circle)
14943 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14944 (edebug-eval-print-last-sexp): Doc fixes.
14945
14946 2005-06-14 Kim F. Storm <storm@cua.dk>
14947
14948 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14949 as the coverage buffer/file/both may change.
14950
14951 2005-06-14 Lute Kamstra <lute@gnu.org>
14952
14953 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14954 and run-mode-hooks. Simplify.
14955
14956 * mail/rmailedit.el (rmail-edit-mode):
14957 * progmodes/octave-inf.el (inferior-octave-mode):
14958 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14959
14960 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14961 and run-mode-hooks.
14962 (recentf-edit-list, recentf-open-files): Don't call
14963 kill-all-local-variables directly.
14964
14965 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14966
14967 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14968
14969 * emacs-lisp/byte-run.el (make-obsolete)
14970 (define-obsolete-function-alias): Rename arguments FUNCTION and
14971 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14972 (make-obsolete-variable, define-obsolete-variable-alias):
14973 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14974 respectively.
14975
14976 * isearchb.el (isearchb-activate):
14977 * pcvs.el (cvs-mode):
14978 * ses.el (ses-load):
14979 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14980 * net/tramp.el (tramp-find-file-exists-command)
14981 (tramp-find-shell):
14982 * progmodes/ada-mode.el (ada-create-case-exception)
14983 (ada-create-case-exception-substring, ada-make-subprogram-body):
14984 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14985 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14986 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14987 * textmodes/org.el (org-promote, org-evaluate-time-range)
14988 (org-agenda-next-date-line, org-agenda-previous-date-line)
14989 (org-agenda-error, org-open-at-point, org-table-move-row)
14990 (org-format-table-table-html-using-table-generate-source)
14991 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14992 * textmodes/reftex.el (reftex-access-scan-info):
14993 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14994 (reftex-toc-promote-prepare): Follow error conventions.
14995
14996 * diff-mode.el (diff-mode): Fix typo in docstring.
14997
14998 * forms.el (forms--intuit-from-file): Fix reference to
14999 `forms-number-of-fields' in error message.
15000 (forms-print): Fix quoting in error message.
15001
15002 * forms.el (forms-mode):
15003 * emulation/vi.el (vi-goto-insert-state):
15004 * progmodes/flymake.el (flymake-new-err-info)
15005 (flymake-start-syntax-check-for-current-buffer)
15006 (flymake-simple-cleanup):
15007 * eshell/esh-var.el (eshell/export):
15008 * progmodes/gud.el (xdb):
15009 * textmodes/flyspell.el (flyspell-incorrect-hook)
15010 (flyspell-maybe-correct-transposition)
15011 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15012
15013 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15014
15015 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15016 minibuffer prompt.
15017
15018 2005-06-13 Kim F. Storm <storm@cua.dk>
15019
15020 * subr.el (add-to-ordered-list): New defun.
15021
15022 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15023 add cua--keymap-alist to emulation-mode-map-alists.
15024
15025 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * subr.el (complete-in-turn): New macro.
15028 (dynamic-completion-table, lazy-completion-table): Add debug info.
15029
15030 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15031 in preference to face aliases.
15032
15033 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15034 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15035 Remove unused vars `start' and `firstline'.
15036 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15037 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15038
15039 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15040
15041 * cus-start.el (all): Don't complain about missing GTK-related
15042 variables, unless either `gtk' is boundp or this isn't a
15043 `windows-nt' build.
15044
15045 2005-06-13 Lute Kamstra <lute@gnu.org>
15046
15047 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15048 run-mode-hooks.
15049
15050 * ediff-mult.el (ediff-meta-mode):
15051 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15052
15053 * ledit.el (ledit-mode): Use delay-mode-hooks.
15054
15055 * woman.el (woman-mode-line-format): Delete constant.
15056 (woman-mode-map): Initialize it properly.
15057 (woman-mode): Set mode-class property to special.
15058 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15059 Set major-mode and mode-name. Don't set mode-line-format directly.
15060 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15061
15062 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15063 string argument obsolete.
15064
15065 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15066
15067 * textmodes/org.el (org-CUA-compatible): New option.
15068 (org-disputed-keys): New variable.
15069 (org-key): New function.
15070 (orgtbl-make-binding): Add docstring to the created function.
15071 (org-mode): Set paragraph start/separate regexps.
15072 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15073 (org-archive-location, org-archive-mark-done)
15074 (org-archive-stamp-time): New options.
15075 (org-archive-subtree): New command.
15076 (org-fill-paragraph): New function.
15077 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15078 (org-fake-empty-table-line): Function removed.
15079 (org-format-org-table-html): Do not create empty table lines at
15080 separator lines. Improved table header treatment.
15081 (org-link-format): New option.
15082 (org-make-link): New function.
15083 (org-insert-link, org-store-link): Use org-make-link.
15084 (org-open-file): Quote file name for shell command, to allow
15085 spaces in file names.
15086 (org-link-regexp): Fix bug with mailto link.
15087 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15088 New constants.
15089 (org-export-as-html): Deal with the optional angles around a link.
15090 Better treatment of file: links.
15091 (org-open-at-point): Replace @{ and @} with < and >.
15092 (org-run-mode-hooks): Function removed.
15093 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15094
15095 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15096
15097 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15098 MI command -data-list-register-values.
15099 (gdb-post-prompt): Indent properly.
15100
15101 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15102
15103 * hilit-chg.el (highlight-changes-colors): Rename from
15104 `highlight-changes-colours'.
15105 (highlight-changes-colours): Keep as obsolete alias.
15106 (highlight-changes-face-list): Doc fix.
15107 (hilit-chg-make-list): Use `highlight-changes-colors'.
15108
15109 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15110
15111 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15112 defun-prompt-regexp.
15113
15114 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15115
15116 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15117 and cygwin.
15118
15119 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15120 Don't use an old loaddefs.el, as in Makefile.in.
15121
15122 2005-06-12 Lute Kamstra <lute@gnu.org>
15123
15124 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15125
15126 * man.el (Man-mode-map): Initialize it properly.
15127 (Man-mode): Set mode-class property to special.
15128
15129 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15130
15131 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15132
15133 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15134 A newline is needed in the docstring there.
15135
15136 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15137 Doc fixes.
15138
15139 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15140
15141 * printing.el: Doc fix. The menubar is no more changed when printing
15142 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15143 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15144 (pr-version): New version number (6.8.4).
15145 (pr-menu-bind): New command.
15146 (pr-update-menus): Docstring and code fix.
15147 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15148 Docstring fix.
15149 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15150 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15151
15152 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15153
15154 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15155 "Returns" to "return", document useful return values, etc.
15156
15157 2005-06-11 Alan Mackenzie <acm@muc.de>
15158
15159 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15160 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15161 (adaptive-file-function): Minor amendment to doc-string.
15162
15163 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15164
15165 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15166 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15167 Fix :type--it is `integer', not `string'.
15168
15169 * faces.el (modeline-highlight): Rename from (the erroneous)
15170 `modeline-higilight'.
15171
15172 2005-06-11 Lute Kamstra <lute@gnu.org>
15173
15174 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15175 lisp-interaction-mode-map but make it the parent.
15176 (edebug-eval-mode): Use define-derived-mode.
15177
15178 2005-06-11 Andreas Schwab <schwab@suse.de>
15179
15180 * bindings.el: Add binding of `ESC functionkey' for every
15181 `M-functionkey'.
15182 * hexl.el (hexl-mode-map): Likewise.
15183
15184 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15185
15186 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15187 [msft]: update regexp for newer msft compilers.
15188
15189 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15190
15191 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15192 ATTLIST portions of included DTDs.
15193 (xml-parse-dtd): Eliminate use of inefficient match-data.
15194
15195 2005-06-10 Miles Bader <miles@gnu.org>
15196
15197 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15198 (mpuz-text): Remove "-face" suffix from face names.
15199 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15200 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15201 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15202
15203 * play/gomoku.el (gomoku-O, gomoku-X):
15204 Remove "-face" suffix from face names.
15205 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15206 New backward-compatibility aliases for renamed faces.
15207 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15208
15209 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15210
15211 * thumbs.el: Fixes for changes of 2005-06-09.
15212 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15213 as a directory.
15214 (thumbs-thumbname): Remove directory separator from format string;
15215 `thumbs-thumbsdir' now returns a valid directory name.
15216 (thumbs-temp-dir): New defsubst.
15217 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15218 Use it.
15219
15220 * cus-edit.el (minibuffer):
15221 * files.el (make-backup-file-name-function):
15222 * filesets.el (filesets-external-viewers):
15223 * hilit-chg.el (highlight-changes-colours)
15224 (highlight-changes-face-list, highlight-changes-rotate-faces):
15225 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15226 * kmacro.el (kmacro-call-macro):
15227 * log-edit.el (log-edit-changelog-full-paragraphs):
15228 * mouse.el (mouse-1-click-follows-link):
15229 * skeleton.el (skeleton-autowrap):
15230 * subr.el (insert-for-yank-1):
15231 * tempo.el (tempo-insert-region):
15232 * terminal.el (terminal-emulator):
15233 * time.el (display-time-mail-face):
15234 * vc.el (vc-annotate):
15235 * vcursor.el (vcursor-copy-line):
15236 * woman.el (woman-bold-headings, woman-ignore)
15237 (woman-default-faces, woman-monochrome-faces):
15238 * calendar/todo-mode.el (todo-insert-threshold):
15239 * emulation/pc-select.el (pc-select-selection-keys-only)
15240 (pc-selection-mode):
15241 * emulation/vip.el (vip-find-char-forward):
15242 * emulation/viper-cmd.el (viper-find-char-forward):
15243 * international/mule-cmds.el
15244 (select-safe-coding-system-accept-default-p)
15245 (input-method-exit-on-invalid-key):
15246 * international/mule-diag.el (describe-coding-system):
15247 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15248 * net/browse-url.el (browse-url-xterm-program):
15249 * obsolete/lazy-lock.el (lazy-lock-mode):
15250 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15251 (cperl-mode):
15252 * progmodes/cpp.el (cpp-face-light-name-list)
15253 (cpp-face-dark-name-list):
15254 * progmodes/delphi.el (delphi-newline-always-indents):
15255 Fix spellings in docstrings.
15256
15257 * ido.el (ido-mode, ido-file-extensions-order)
15258 (ido-default-file-method, ido-default-buffer-method)
15259 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15260 (ido-decorations, ido-read-file-name-as-directory-commands)
15261 (ido-read-file-name-non-ido, ido-work-directory-list)
15262 (ido-ignore-item-temp-list, ido-current-directory)
15263 (ido-magic-forward-char, ido-enter-find-file)
15264 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15265 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15266
15267 2005-06-10 Lute Kamstra <lute@gnu.org>
15268
15269 * play/dunnet.el (dun-mode): Use define-derived-mode.
15270 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15271 obsolete alias.
15272
15273 * play/doctor.el (doctor-mode-map): Remove defvar.
15274 (doctor-mode): Use define-derived-mode.
15275
15276 * mail/mspools.el (mspools-mode):
15277 * net/eudc-hotlist.el (eudc-hotlist-mode):
15278 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15279
15280 2005-06-10 Miles Bader <miles@gnu.org>
15281
15282 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15283 Remove "-face" suffix from face names.
15284 (flyspell-incorrect-face, flyspell-duplicate-face):
15285 New backward-compatibility aliases for renamed faces.
15286 (flyspell-mode-on, make-flyspell-overlay)
15287 (flyspell-highlight-incorrect-region)
15288 (flyspell-highlight-duplicate-region)
15289 (flyspell-display-next-corrections)
15290 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15291
15292 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15293 from face name.
15294 (texinfo-heading-face): New backward-compatibility alias for
15295 renamed face.
15296 (texinfo-heading-face): Use renamed texinfo-heading face.
15297
15298 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15299 suffix from face names.
15300 (tex-math-face, tex-verbatim-face):
15301 New backward-compatibility aliases for renamed faces.
15302 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15303 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15304 literal face name.
15305
15306 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15307 name.
15308 (table-cell-face): New backward-compatibility alias for renamed face.
15309 (table--put-cell-face-property, table--update-cell-face):
15310 Use renamed table-cell face.
15311
15312 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15313 from face name.
15314 (sgml-namespace-face): New backward-compatibility alias for
15315 renamed face.
15316 (sgml-namespace-face): Use renamed sgml-namespace face.
15317
15318 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15319 (org-level-4, org-level-5, org-level-6, org-level-7)
15320 (org-level-8, org-warning, org-headline-done)
15321 (org-deadline-announce, org-scheduled-today)
15322 (org-scheduled-previously, org-link, org-done, org-table)
15323 (org-time-grid): Remove "-face" suffix from face names.
15324 (org-level-1-face, org-level-2-face, org-level-3-face)
15325 (org-level-4-face, org-level-5-face, org-level-6-face)
15326 (org-level-7-face, org-level-8-face, org-warning-face)
15327 (org-headline-done-face, org-deadline-announce-face)
15328 (org-scheduled-today-face, org-scheduled-previously-face)
15329 (org-link-face, org-done-face, org-table-face)
15330 (org-time-grid-face):
15331 New backward-compatibility aliases for renamed faces.
15332 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15333 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15334 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15335 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15336
15337 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15338 (viper-minibuffer-emacs, viper-minibuffer-insert)
15339 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15340 (viper-search-face, viper-replace-overlay-face)
15341 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15342 (viper-minibuffer-vi-face):
15343 New backward-compatibility aliases for renamed faces.
15344 (viper-search-face, viper-replace-overlay-face)
15345 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15346 (viper-minibuffer-vi-face): Use renamed viper faces.
15347
15348 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15349 Remove "-face" suffix from face names.
15350 (testcover-nohits-face, testcover-1value-face):
15351 New backward-compatibility aliases for renamed faces.
15352 (testcover-mark): Use renamed testcover faces.
15353
15354 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15355 face name.
15356 (diary-button-face): New backward-compatibility alias for renamed face.
15357 (diary-entry): Use renamed diary-button face.
15358
15359 * calendar/calendar.el (diary, calendar-today, holiday)
15360 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15361 (diary-face, calendar-today-face, holiday-face):
15362 New backward-compatibility aliases for renamed faces.
15363 (eval-after-load "facemenu", diary-entry-marker)
15364 (calendar-today-marker, calendar-holiday-marker, diary-face):
15365 Use renamed calendar faces.
15366
15367 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15368 (compare-windows-face): New backward-compatibility alias for
15369 renamed face.
15370 (compare-windows-highlight): Use renamed compare-windows face.
15371
15372 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15373 (strokes-char-face): New backward-compatibility alias for renamed face.
15374 (strokes-encode-buffer): Use renamed strokes-char face.
15375
15376 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15377 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15378 Remove "-face" suffix from face names.
15379 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15380 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15381 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15382 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15383 Use renamed pcvs faces.
15384 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15385 * pcvs-defs.el (cvs-mode-map): Likewise.
15386 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15387
15388 * info.el (info-title-1, info-title-2, info-title-3)
15389 (info-title-4): Remove "-face" suffix from and downcase face names.
15390 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15391 (Info-title-4-face):
15392 New backward-compatibility aliases for renamed faces.
15393 (Info-fontify-node): Use renamed info faces.
15394
15395 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15396 Remove "-face" suffix from face names.
15397 (highlight-changes-face, highlight-changes-delete-face):
15398 New backward-compatibility aliases for renamed faces.
15399 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15400 (hilit-chg-make-list): Use renamed highlight-changes faces.
15401
15402 * generic-x.el (show-tabs-tab, show-tabs-space):
15403 Remove "-face" suffix from face names.
15404 (show-tabs-tab-face, show-tabs-space-face):
15405 New backward-compatibility aliases for renamed faces.
15406 (show-tabs-generic-mode-font-lock-defaults-1)
15407 (show-tabs-generic-mode-font-lock-defaults-2):
15408 Use renamed show-tabs faces.
15409
15410 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15411 (smerge-markers): Remove "-face" suffix from face names.
15412 (smerge-mine-face, smerge-other-face, smerge-base-face)
15413 (smerge-markers-face):
15414 New backward-compatibility aliases for renamed faces.
15415 (smerge-mine-face, smerge-other-face, smerge-base-face)
15416 (smerge-markers-face): Use renamed smerge faces.
15417
15418 * log-view.el (log-view-file, log-view-message): Remove "-face"
15419 suffix from face names.
15420 (log-view-file-face, log-view-message-face):
15421 New backward-compatibility aliases for renamed faces.
15422 (log-view-file-face, log-view-message-face): Use renamed log-view
15423 faces.
15424
15425 * paren.el (show-paren-match, show-paren-mismatch):
15426 Remove "-face" suffix from face names.
15427 (show-paren-match-face, show-paren-mismatch-face):
15428 New backward-compatibility aliases for renamed faces.
15429 (show-paren-function): Use renamed show-paren faces.
15430
15431 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15432 (ruler-mode-margins, ruler-mode-fringes)
15433 (ruler-mode-column-number, ruler-mode-fill-column)
15434 (ruler-mode-comment-column, ruler-mode-goal-column)
15435 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15436 suffix from face names.
15437 (ruler-mode-default-face, ruler-mode-pad-face)
15438 (ruler-mode-margins-face, ruler-mode-fringes-face)
15439 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15440 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15441 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15442 New backward-compatibility aliases for renamed faces.
15443 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15444 (ruler-mode-column-number, ruler-mode-fill-column)
15445 (ruler-mode-comment-column, ruler-mode-goal-column)
15446 (ruler-mode-tab-stop, ruler-mode-current-column)
15447 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15448 faces.
15449
15450 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15451 face name.
15452 (whitespace-highlight-the-space): Use renamed face.
15453 (whitespace-highlight-face): New backward-compatibility alias for
15454 renamed face.
15455
15456 * woman.el (woman-italic, woman-bold, woman-unknown)
15457 (woman-addition, woman-symbol-face):
15458 Remove "-face" suffix from face names.
15459 (woman-italic-face, woman-bold-face, woman-unknown-face)
15460 (woman-addition-face):
15461 New backward-compatibility aliases for renamed faces.
15462 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15463 (woman-decode-region, woman-replace-match)
15464 (woman-display-extended-fonts, woman-special-characters)
15465 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15466 Use renamed woman faces.
15467
15468 * longlines.el (longlines-visible-face): Face removed.
15469
15470 * diff-mode.el (diff-header, diff-file-header, diff-index)
15471 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15472 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15473 suffix from face names.
15474 (diff-header-face, diff-file-header-face, diff-index-face)
15475 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15476 (diff-changed-face, diff-function-face, diff-context-face)
15477 (diff-nonexistent-face): New backward-compatibility aliases for
15478 renamed faces.
15479 (diff-header-face, diff-file-header-face)
15480 (diff-index, diff-index-face, diff-hunk-header)
15481 (diff-hunk-header-face, diff-removed, diff-removed-face)
15482 (diff-added, diff-added-face, diff-changed-face, diff-function)
15483 (diff-function-face, diff-context-face, diff-nonexistent)
15484 (diff-nonexistent-face): Use renamed diff-mode faces.
15485
15486 * progmodes/compile.el (compilation-warning-face)
15487 (compilation-info-face): Remove "-face" suffix from face names.
15488 (compilation-warning-face, compilation-info-face):
15489 New backward-compatibility aliases for renamed faces.
15490 (compilation-warning-face, compilation-info-face):
15491 Use renamed compilation faces.
15492
15493 * add-log.el (change-log-date, change-log-name)
15494 (change-log-email, change-log-file, change-log-list)
15495 (change-log-conditionals, change-log-function)
15496 (change-log-acknowledgement): Remove "-face" suffix from face names.
15497 (change-log-date-face, change-log-name-face)
15498 (change-log-email-face, change-log-file-face)
15499 (change-log-list-face, change-log-conditionals-face)
15500 (change-log-function-face, change-log-acknowledgement-face):
15501 New backward-compatibility aliases for renamed faces.
15502 (change-log-font-lock-keywords): Use renamed change-log faces.
15503
15504 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15505 (custom-set, custom-changed, custom-saved, custom-button)
15506 (custom-button-pressed, custom-documentation, custom-state)
15507 (custom-comment, custom-comment-tag, custom-variable-tag)
15508 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15509 (custom-group-tag): Remove "-face" suffix from face names.
15510 (custom-magic-alist, custom-magic-value-create)
15511 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15512 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15513 (custom-set-face, custom-changed-face, custom-saved-face)
15514 (custom-button-face, custom-button-pressed-face)
15515 (custom-documentation-face, custom-state-face)
15516 (custom-comment-face, custom-comment-tag-face)
15517 (custom-variable-tag-face, custom-variable-button-face)
15518 (custom-face-tag-face, custom-group-tag-face-1)
15519 (custom-group-tag-face):
15520 New backward-compatibility aliases for renamed faces.
15521
15522 * wid-edit.el (widget-documentation, widget-button)
15523 (widget-field, widget-single-line-field, widget-inactive)
15524 (widget-button-pressed): "-face" suffix removed from face names.
15525 (widget-documentation-face, widget-button-face)
15526 (widget-field-face, widget-single-line-field-face)
15527 (widget-inactive-face, widget-button-pressed-face):
15528 New backward-compatibility aliases for renamed faces.
15529 (widget-documentation-face, widget-button-face)
15530 (widget-button-pressed-face, widget-specify-field)
15531 (widget-specify-inactive): Use renamed widget faces.
15532
15533 2005-06-10 Kenichi Handa <handa@m17n.org>
15534
15535 * term/x-win.el (x-clipboard-yank): Remove condition-case
15536 wrapping.
15537
15538 2005-06-11 Kenichi Handa <handa@m17n.org>
15539
15540 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15541 date lines stricter.
15542
15543 2005-06-10 Zhang Wei <id.brep@gmail.com>
15544
15545 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15546 of x-get-selection.
15547
15548 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15549
15550 * comint.el (comint-mode, comint-snapshot-last-prompt):
15551 * frame.el (frame-current-scroll-bars):
15552 * term.el (term-mode, term-check-proc, term-input-sender)
15553 (term-simple-send, term-extract-string, term-word)
15554 (term-match-partial-filename):
15555 * window.el (window-current-scroll-bars):
15556 * emulation/cua-base.el (cua-normal-cursor-color)
15557 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15558 (cua-global-mark-cursor-color):
15559 * mail/undigest.el (rmail-forward-separator-regex):
15560 Fix typos in docstrings.
15561
15562 * comint.el (comint-check-proc, make-comint-in-buffer)
15563 (comint-source-default): Doc fixes.
15564
15565 * term.el (term-send-string): Improve argument/docstring consistency.
15566
15567 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15568
15569 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15570 call to `delete-region'.
15571 (comint-mode-hook): Do not enable Font Lock by default.
15572
15573 2005-06-09 Lute Kamstra <lute@gnu.org>
15574
15575 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15576 could be void.
15577
15578 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15581 (debug): Use it.
15582 (debugger-step-through, debugger-continue, debugger-jump)
15583 (debugger-return-value): Set it when needed.
15584 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15585 Use inhibit-read-only.
15586
15587 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15588
15589 * window.el (shrink-window-if-larger-than-buffer)
15590 (window-size-fixed): Fix typo in docstring.
15591
15592 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15593 thumbnails directory on loading.
15594 (thumbs-conversion-program): Use `eq' to check the system type,
15595 not `equal'.
15596 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15597 not "/tmp". Fix docstring.
15598 (thumbs-thumbsdir): New function to return the thumbnails
15599 directory, creating it if needed.
15600 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15601 (thumbs-temp-file): Delete variable and make it into a function.
15602 (thumbs-resize-image, thumbs-modify-image): Use it.
15603 (thumbs-kill-buffer): Simplify.
15604 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15605 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15606 docstrings.
15607
15608 2005-06-09 Kim F. Storm <storm@cua.dk>
15609
15610 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15611 set-match-data to free markers in match-data.
15612
15613 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15614 match-data to unchain markers in match-data.
15615
15616 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15617
15618 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15619 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15620 unnecessary now.
15621
15622 2005-06-08 Richard M. Stallman <rms@gnu.org>
15623
15624 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15625 give the variable a doc string that doesn't say don't set it directly.
15626
15627 * textmodes/ispell.el (ispell-check-version):
15628 Use match-string-no-properties.
15629 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15630 (ispell-buffer-local-words): Likewise.
15631
15632 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15633 except on terminals with enough colors to really display it.
15634 (makefile-dependency-regex): Delete spurious `bb'.
15635
15636 * faces.el (escape-glyph): Use blue once again in last case.
15637 (no-break-space): Redefine so that it isn't invisible on a tty.
15638
15639 2005-06-08 Kim F. Storm <storm@cua.dk>
15640
15641 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15642 also when reading directory name.
15643
15644 2005-06-08 Lute Kamstra <lute@gnu.org>
15645
15646 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15647 (flyspell-mode-line-string): Remove autoload cookie.
15648 (flyspell-mode): Remove defvar.
15649
15650 2005-06-07 Lute Kamstra <lute@gnu.org>
15651
15652 * textmodes/org.el (org-run-mode-hooks): New function.
15653 (org-agenda-mode): Use it.
15654
15655 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15656
15657 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15658
15659 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15662
15663 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15664
15665 * font-lock.el (font-lock-add-keywords): Doc fix.
15666
15667 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15670 (tex-compile-default): In the absence of any history, use the order in
15671 tex-compile-alist to choose the preferred command.
15672 (tex-compile-commands): Reorder a bit.
15673
15674 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15675 (flyspell-incorrect-face, flyspell-duplicate-face):
15676 Use (X)Emacs-agnostic code.
15677 (flyspell-mode-map): Don't overwrite at each load. Remove code
15678 redundant with the subsequent add-minor-mode. Merge Emacs and
15679 XEmacs code.
15680 (flyspell-word): Minor simplification.
15681 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15682 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15683 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15684 Merge the corresponding Emacs code.
15685 (flyspell-correct-word, flyspell-xemacs-popup):
15686 Use flyspell-do-correct.
15687
15688 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15689 a dedicated window.
15690
15691 * international/latexenc.el (latexenc-find-file-coding-system):
15692 Undo part of last patch, to turn off a compiler warning.
15693
15694 2005-06-06 Juri Linkov <juri@jurta.org>
15695
15696 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15697 Rename `tmm-inactive-face' to `tmm-inactive'.
15698
15699 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15700
15701 * iswitchb.el: Rename faces.
15702
15703 2005-06-06 Kim F. Storm <storm@cua.dk>
15704
15705 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15706 (cua-global-mark): Remove -face suffix from face names.
15707
15708 * emulation/cua-gmrk.el (cua--init-global-mark):
15709 Remove cua-global-mark face setup.
15710
15711 2005-06-06 Richard M. Stallman <rms@gnu.org>
15712
15713 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15714 just like other allowed characters.
15715 (makefile-match-dependency): Exclude leading and training whitespace
15716 from the range of regexp subexp 1.
15717 (makefile-macroassign-regex): Don't try to match the body,
15718 just the name of the macro being defined.
15719
15720 * info.el (Info-read-node-name-2): New function.
15721 (Info-read-node-name-1): Use that.
15722 Add a completion-base-size-function property.
15723
15724 * simple.el (completion-setup-function): Look for
15725 completion-base-size-function property of minibuffer-completion-table.
15726
15727 * files.el (locate-file-completion): Doc fix.
15728
15729 * printing.el: Don't call pr-update-menus; user must do that.
15730
15731 * emacs-lisp/debug.el (debugger-window): New variable.
15732 (debug): Use debugger-window if it is set and still alive.
15733 Record debugger-window for next entry.
15734
15735 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15736
15737 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15738
15739 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15740 (hack-one-local-variable, hack-local-variables)
15741 (hack-local-variables-prop-line): Pass that arg.
15742
15743 2005-06-06 Kim F. Storm <storm@cua.dk>
15744
15745 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15746 (ido-indicator): Remove -face suffix from face names.
15747
15748 2005-06-06 Juri Linkov <juri@jurta.org>
15749
15750 * font-lock.el (font-lock-regexp-backslash)
15751 (font-lock-regexp-backslash-construct): New faces.
15752 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15753 after `('. Add `while-no-input' to control structures.
15754
15755 * faces.el (no-break-space, shadow): New faces.
15756 (escape-glyph): Use less loud colors pink2 and red4.
15757
15758 * diff-mode.el (diff-context-face)
15759 * dired.el (dired-ignored)
15760 * rfn-eshadow.el (file-name-shadow)
15761 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15762
15763 * info.el (Info-title-1-face): Use green instead of yellow because
15764 bold yellow is not readable on light backgrounds.
15765
15766 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15767 before selecting the desired mode to not spend time fontifying
15768 old contents.
15769
15770 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15771
15772 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15773 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15774
15775 * ps-print.el (ps-default-fg, ps-default-bg):
15776 Fix typos in docstrings.
15777
15778 * isearchb.el (isearchb): Don't pass a spurious second argument to
15779 `iswitchb-completions'.
15780
15781 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15782
15783 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15784 to preserve point.
15785 (gdb-find-file-hook): Add doc string.
15786
15787 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15788 C dereferenced pointer expression.
15789 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15790
15791 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15792
15793 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15794 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15795 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15796 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15797 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15798 Make background transparent.
15799
15800 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15801
15802 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15803 (font-lock-remove-keywords): Doc fix.
15804 (font-lock-mode-major-mode): Compiler defvar.
15805 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15806
15807 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15808 (font-lock-mode): Update `font-lock-mode-major-mode'.
15809 (font-lock-set-defaults): Compiler defvar.
15810 (font-lock-default-function): Take `font-lock-mode-major-mode'
15811 into account.
15812
15813 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15814 keep track of which major mode it enabled the minor mode for.
15815 Use find-file-hook again. Update docstring.
15816
15817 * simple.el (eval-expression-print-level)
15818 (eval-expression-print-length, eval-expression-debug-on-error):
15819 Doc fixes.
15820
15821 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15822
15823 * iswitchb.el (iswitchb-single-match-face)
15824 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15825 (iswitchb-invalid-regexp-face): New faces.
15826 (iswitchb-completions): Use them.
15827 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15828 now marked as an obsolete alias.
15829 (iswitchb-read-buffer): Remove check for bound font variables.
15830 (iswitchb-invalid-regexp): New free variable.
15831 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15832 set iswitchb-invalid-regexp.
15833 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15834 invalid regexps.
15835 (iswitchb-completions): Add check for complete match when entering
15836 a regexp.
15837 (iswitchb-completions): Remove require-match argument.
15838 (iswitchb-exhibit): Fix caller.
15839 (iswitchb-common-match-inserted): New variable.
15840 (iswitchb-complete, iswitchb-completion-help): Use it.
15841
15842 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15843
15844 * url-http.el (url-http-chunked-encoding-after-change-function):
15845 Use `url-http-debug' instead of `message'.
15846
15847 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15848
15849 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15850 callback argument.
15851
15852 2005-06-04 Kim F. Storm <storm@cua.dk>
15853
15854 * simple.el (line-move): Only call sit-for when moving backwards.
15855
15856 * ido.el (ido-make-merged-file-list-1): New defun split from
15857 ido-make-merged-file-list.
15858 (ido-make-merged-file-list): Bind throw-on-input around call to
15859 ido-make-merged-file-list-1. Return input-pending-p if
15860 interrupted by more input available.
15861 (ido-read-internal): Handle input-pending-p return value from
15862 ido-make-merged-file-list.
15863
15864 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15865
15866 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15867 compatibility code.
15868
15869 * international/latexenc.el (latexenc-find-file-coding-system):
15870 Don't inherit the EOL part of the coding-system from the
15871 tex-main buffer. Fit within 80 columns.
15872
15873 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15874
15875 * tmm.el (tmm-inactive-face): New face.
15876 (tmm-remove-inactive-mouse-face): New function.
15877 (tmm-prompt, tmm-add-one-shortcut)
15878 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15879 but not selectable.
15880
15881 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15882
15883 * faces.el (face-equal): Improve argument/docstring consistency.
15884
15885 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15886
15887 * progmodes/make-mode.el (makefile-targets-face)
15888 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15889 (makefile-bsdmake-dependency-regex)
15890 (makefile-makepp-rule-action-regex)
15891 (makefile-bsdmake-rule-action-regex): New constants.
15892 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15893
15894 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15895 Allow (...) within `...' for makepp messages.
15896
15897 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15898
15899 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15900
15901 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15902 "." files are deleted from all file lists before comparison.
15903
15904 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15905 (viper-ESC-key): Made them customizable.
15906
15907 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15908
15909 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15910
15911 * autorevert.el (auto-revert-buffers): Use save-match-data.
15912
15913 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15916 menu items with a nil command binding.
15917
15918 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15919
15920 * emacs-lisp/cl-macs.el (defsetf):
15921 Improve argument/docstring consistency.
15922
15923 * faces.el (list-faces-display): Improve the formatting by
15924 computing the maximum length required for any face-name (reworked
15925 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15926 (internal-find-face): Remove redundant info in docstring.
15927
15928 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15929
15930 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15931 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15932 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15933 (gdb-assembler-custom): Improve regexps.
15934 (def-gdb-auto-update-handler): Use window point to preserve point.
15935
15936 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15937
15938 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15939
15940 2005-05-31 Jay Belanger <belanger@truman.edu>
15941
15942 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15943 to calc-embedded.
15944 (calc-embedded-make-info): Have plain prefix argument select
15945 entire line.
15946
15947 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15948
15949 * faces.el (list-faces-display): Signal error if passed a regexp
15950 that matches no face name.
15951
15952 * simple.el (filter-buffer-substring): Fix typo in docstring.
15953
15954 2005-05-31 Richard M. Stallman <rms@gnu.org>
15955
15956 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15957 (vhdl-emacs-21): Doc fix.
15958 (vhdl-mode): Unconditionally set comment-padding.
15959 (vhdl-fixup-whitespace-region): Insert spaces only where
15960 there are none.
15961 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15962
15963 2005-05-30 John Wiegley <johnw@newartisans.com>
15964
15965 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15966 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15967 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15968 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15969 `string-to-number'.
15970
15971 2005-05-30 Jay Belanger <belanger@truman.edu>
15972
15973 * calc/calc.el (calc-bug-address): Fix docstring.
15974 (calc-window-hook, calc-trail-window-hook): New variables.
15975 (calc-trail-display): Restore use of calc-trail-window-hook.
15976 (calc): Restore use of calc-window-hook.
15977
15978 2005-05-31 Masatake YAMATO <jet@gyve.org>
15979
15980 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15981
15982 * help-fns.el (help-C-file-name): Add autoload mark for
15983 `find-function-noselect'.
15984
15985 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15988 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15989
15990 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15991
15992 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15993 included diary buffer if it was not already being visited.
15994 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15995
15996 * calendar/icalendar.el (top-level): Do not require appt.
15997
15998 * mail/supercite.el (sc-select-attribution): Only use a list
15999 element from sc-attrib-selection-list if it returns a string.
16000 Reported by Davide G. M. Salvetti <salve@debian.org>.
16001
16002 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16003
16004 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16005 includes a hash value to improve its uniqueness, and has a ".jpg"
16006 extension. Also, it is now a valid filename on all systems.
16007 (thumbs-make-thumb): Use `let', not `let*'.
16008 (thumbs-show-thumbs-list): Check for JPEG availability.
16009
16010 2005-05-30 Richard M. Stallman <rms@gnu.org>
16011
16012 * filesets.el (filesets-menu-ensure-use-cached):
16013 Prevent warning when emacs-version>= is undefined.
16014
16015 * printing.el (pr-interactive-n-up): Use string-to-number.
16016
16017 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16018
16019 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16020 Warn only when name to be defined is quoted.
16021
16022 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16023
16024 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16025 Make regexp more robust.
16026 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16027 Force regeneration of disassembly.
16028
16029 2005-05-29 Jay Belanger <belanger@truman.edu>
16030
16031 * calc/calc.el (calc-user-invocation): Check if
16032 calc-invocation-macro is non-nil.
16033
16034 2005-05-29 Juri Linkov <juri@jurta.org>
16035
16036 * add-log.el (change-log-font-lock-keywords):
16037 Add `+' to e-mail regexp to accept mail address with keywords.
16038
16039 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16040
16041 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16042
16043 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16044
16045 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16046
16047 2005-05-29 Richard M. Stallman <rms@gnu.org>
16048
16049 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16050 Undo the change that moves to end of the current word.
16051
16052 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16053
16054 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16055 Throw error when count <= 0 to ensure input is a number.
16056 (gdb-read-memory-custom): Pick up address from buffer.
16057 (gdb-memory-mode): Allow user to increment and decrement
16058 memory address from header line.
16059
16060 2005-05-29 Richard M. Stallman <rms@gnu.org>
16061
16062 * flyspell.el (flyspell-version): Function deleted.
16063 (flyspell-auto-correct-previous-hook): Doc fix.
16064
16065 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16066 Do nothing if memory is full.
16067
16068 * font-lock.el (font-lock-fontify-syntactically-region):
16069 Pass t for GREEDY to looking-back.
16070
16071 * saveplace.el (save-place-alist-to-file): Write the file
16072 using write-region.
16073
16074 * subr.el (looking-back): New argument GREEDY.
16075
16076 * progmodes/compile.el (compilation-start): Set the mode
16077 before inserting the initial text.
16078
16079 * progmodes/which-func.el (which-func-update-1): Turn the mode
16080 off in case of error by setting which-func-mode.
16081
16082 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16083
16084 * flyspell.el (flyspell-auto-correct-previous-word):
16085 Narrow down to what's on the screen, and recenter overlays
16086 at the end of the next word.
16087
16088 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16089
16090 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16091 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16092 (flyspell-abbrev-p): Default to nil.
16093 (flyspell-use-global-abbrev-table-p): Doc fix.
16094 (flyspell-large-region): Allow nil as value.
16095 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16096
16097 (mail-mode-flyspell-verify): More robust handling
16098 of `mail-header-separator'. More efficient signature detection.
16099 Allow for regexp metacharacters in message-header-separator.
16100 Adding `To' not to be checked in mail-mode-flyspell-verify.
16101
16102 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16103 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16104 Bind flyspell-auto-correct-binding.
16105 Bind C-. and C-, .
16106 (flyspell-mode-map): Likewise.
16107 (flyspell-mode): Doc fix.
16108 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16109 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16110 (flyspell-word-cache-result): New var, always local.
16111 (flyspell-check-pre-word-p): Doc fix.
16112 (flyspell-check-changed-word-p): Handle spc like newline.
16113 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16114 (flyspell-word-search-backward, flyspell-word-search-forward):
16115 New functions.
16116 (flyspell-word): Return t if nothing to check.
16117 When parsing TeX code, check for after } or \.
16118 Use flyspell-word-search-backward to find previous word.
16119 Return nil if duplicated word.
16120 For word already checked, return same value as last time.
16121 Set flyspell-word-cache-result after checking.
16122 Don't clobber the return value.
16123 (flyspell-get-word): Major rewrite.
16124 (flyspell-external-point-words): New locals pword, pcount.
16125 Fix size used in progress message.
16126 Find the proper corresponding word in flyspell-large-region-buffer.
16127 (flyspell-region): Check for flyspell-large-region = nil.
16128 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16129 (flyspell-auto-correct-word): Check that WORD is a cons.
16130 (flyspell-correct-word): Likewise.
16131
16132 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16133
16134 * progmodes/make-mode.el (makefile-rule-action-regex)
16135 (makefile-macroassign-regex, makefile-makepp-mode)
16136 (makefile-bsdmake-mode): Continuation lines may be empty.
16137 Reported by Joshua Varner.
16138 (makefile-makepp-font-lock-keywords): Add $(stem).
16139
16140 2005-05-28 Karl Berry <karl@gnu.org>
16141
16142 * textmodes/tex-mode.el: Now that tex-send-command calls
16143 shell-quote-argument (2005-03-31 change), remove all calls to
16144 shell-quote-argument; they all end up invoking tex-send-command.
16145 The double quoting loses on filenames with non-safe characters,
16146 such as "@". Reported by Frederik Fouvry.
16147
16148 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16149
16150 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16151 about preserving point.
16152
16153 2005-05-27 Jay Belanger <belanger@truman.edu>
16154
16155 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16156 Info-goto-node.
16157
16158 * calc/calc-embed.el (calc-embed-arg): New variable.
16159 (calc-do-embedded-activate, calc-embedded-activate-formula)
16160 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16161 variable by new variable.
16162 (calc-embedded-make-info): Replace undeclared variable by new
16163 variable. When selecting region with positive prefix
16164 argument, use end of previous line instead of beginning of line.
16165
16166 * calc/calc-aent.el (calc-arg-values): Declare it.
16167
16168 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16169 Declare them.
16170
16171 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16172
16173 * calc/calc.el (calc-alg-map): Declare it.
16174
16175 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16176
16177 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16178
16179 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16180 (gdb-registers-buffer, toggle-gdb-all-registers):
16181 Toggle display of floating point registers.
16182 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16183
16184 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16185 (toggle-gud-tooltip-dereference):
16186 Rename from gud-toggle-tooltip-dereference.
16187
16188 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16191
16192 2005-05-27 Jay Belanger <belanger@truman.edu>
16193
16194 * calc/calc-prog.el (calc-kbd-report): Remove.
16195 (calc-kbd-query): Rewrite.
16196
16197 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16198
16199 * image.el (image-library-alist): Move to image.c.
16200 (image-type-available-p): Doc fix.
16201
16202 2005-05-27 Lute Kamstra <lute@gnu.org>
16203
16204 * calc/calc.el (calc):
16205 * outline.el (outline-1, outline-2, outline-3, outline-4)
16206 (outline-5, outline-6, outline-7, outline-8):
16207 * textmodes/dns-mode.el (dns-mode):
16208 * textmodes/sgml-mode.el (sgml-namespace-face):
16209 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16210 (tex-verbatim-face, tex-use-reftex):
16211 * textmodes/texinfo.el (texinfo-heading-face):
16212 Specify customization group.
16213
16214 * longlines.el: Don't require easy-mmode.
16215 (longlines-visible-face): Specify customization group.
16216
16217 2005-05-27 Kenichi Handa <handa@m17n.org>
16218
16219 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16220 encoding table of windows-1251.
16221
16222 * international/ucs-tables.el (ucs-set-table-for-input):
16223 If translation-table-for-input of a coding system is a symbol, get
16224 its translation-table property.
16225
16226 * international/code-pages.el: Don't register a coding system into
16227 non-iso-charset-alist more than once.
16228 (cp-make-coding-system): Likewise.
16229
16230 2005-05-26 John Wiegley <johnw@newartisans.com>
16231
16232 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16233 `eshell-resume-eval' is wrapped in a list, it indicates that the
16234 command was run asynchronously. In that case, unwrap the value
16235 before checking the delimiter value.
16236
16237 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16238 character before a space at the end of a line is \, assume the space
16239 is part of the last argument rather than a final argument separator.
16240
16241 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16242 is in use, and the target is `t' or `nil' (which are the most common
16243 values), don't assume that the symbol target is a buffer.
16244
16245 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16246
16247 * calendar/calendar.el (calendar-mode-line-format):
16248 Use mode-line-highlight as mouse-face.
16249
16250 * time.el (display-time-string-forms, display-time-update):
16251 Use mode-line-highlight as mouse-face.
16252
16253 2005-05-26 Jay Belanger <belanger@truman.edu>
16254
16255 * calc/calc.el (calc-language-alist): Remove extra defvar.
16256
16257 2005-05-26 Lute Kamstra <lute@gnu.org>
16258
16259 * arc-mode.el (archive-mode):
16260 * bookmark.el (bookmark-read-annotation-mode)
16261 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16262 * bs.el (bs-mode):
16263 * calc/calc-yank.el (calc-edit-mode):
16264 * calc/calc.el (calc-mode, calc-trail-mode):
16265 * calculator.el (calculator-mode):
16266 * chistory.el (command-history-mode):
16267 * comint.el:
16268 * cus-edit.el (custom-mode):
16269 * descr-text.el (describe-text-mode):
16270 * ebuff-menu.el (Electric-buffer-menu-mode):
16271 * ediff-util.el (ediff-mode):
16272 * emacs-lisp/re-builder.el (reb-mode):
16273 * emulation/vi.el (vi-mode-setup):
16274 * emulation/ws-mode.el (wordstar-mode):
16275 * eshell/esh-mode.el (eshell-mode):
16276 * forms.el (forms-mode):
16277 * help-mode.el (help-mode):
16278 * hexl.el (hexl-mode):
16279 * ibuffer.el (ibuffer-mode):
16280 * ielm.el (inferior-emacs-lisp-mode):
16281 * info.el (Info-mode, Info-edit-mode):
16282 * international/swedish.el:
16283 * ledit.el (ledit-from-lisp-mode):
16284 * locate.el (locate-mode):
16285 * mail/rmail.el (rmail-mode):
16286 * mail/rmailedit.el (rmail-edit-mode):
16287 * mail/rmailsum.el (rmail-summary-mode):
16288 * mail/supercite.el (sc-electric-mode):
16289 * net/eudc.el (eudc-mode):
16290 * net/quickurl.el (quickurl-list-mode):
16291 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16292 * obsolete/ooutline.el (outline-mode):
16293 * obsolete/options.el (Edit-options-mode):
16294 * obsolete/rnews.el (news-mode):
16295 * obsolete/rnewspost.el (news-reply-mode):
16296 * play/5x5.el (5x5-mode):
16297 * play/decipher.el (decipher-mode, decipher-stats-mode):
16298 * play/gomoku.el (gomoku-mode):
16299 * play/snake.el (snake-mode):
16300 * play/solitaire.el (solitaire-mode):
16301 * play/tetris.el (tetris-mode):
16302 * progmodes/ada-mode.el (ada-mode):
16303 * progmodes/antlr-mode.el (antlr-mode):
16304 * progmodes/autoconf.el (autoconf-mode):
16305 * progmodes/dcl-mode.el (dcl-mode):
16306 * progmodes/delphi.el (delphi-mode):
16307 * progmodes/ebrowse.el (ebrowse-tree-mode)
16308 (ebrowse-electric-list-mode, ebrowse-member-mode)
16309 (ebrowse-electric-position-mode):
16310 * progmodes/f90.el (f90-mode):
16311 * progmodes/fortran.el (fortran-mode):
16312 * progmodes/icon.el (icon-mode):
16313 * progmodes/idlw-help.el (idlwave-help-mode):
16314 * progmodes/idlw-shell.el (idlwave-shell-mode):
16315 * progmodes/idlwave.el (idlwave-mode):
16316 * progmodes/inf-lisp.el (inferior-lisp-mode):
16317 * progmodes/m4-mode.el (m4-mode):
16318 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16319 * progmodes/modula2.el (modula-2-mode):
16320 * progmodes/octave-inf.el (inferior-octave-mode):
16321 * progmodes/octave-mod.el (octave-mode):
16322 * progmodes/pascal.el (pascal-mode):
16323 * progmodes/sh-script.el (sh-mode):
16324 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16325 * progmodes/vhdl-mode.el (vhdl-mode):
16326 * progmodes/xscheme.el (scheme-interaction-mode):
16327 * replace.el (occur-mode):
16328 * ses.el (ses-mode):
16329 * simple.el (completion-list-mode):
16330 * skeleton.el:
16331 * speedbar.el (speedbar-mode):
16332 * term.el (term-mode):
16333 * terminal.el (terminal-edit-mode):
16334 * textmodes/reftex-index.el (reftex-index-mode)
16335 (reftex-index-phrases-mode):
16336 * textmodes/reftex-sel.el (reftex-select-label-mode)
16337 (reftex-select-bib-mode):
16338 * textmodes/reftex-toc.el (reftex-toc-mode):
16339 * wdired.el (wdired-change-to-wdired-mode):
16340 * wid-browse.el (widget-browse-mode):
16341 Use run-mode-hooks.
16342
16343 * array.el (array-mode):
16344 * calendar/todo-mode.el (todo-mode):
16345 * man.el (Man-mode):
16346 * play/landmark.el (lm-mode):
16347 * play/mpuz.el (mpuz-mode):
16348 Use kill-all-local-variables and run-mode-hooks.
16349
16350 * subr.el (delay-mode-hooks): Specify indentation.
16351
16352 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16353
16354 * xml.el (xml-substitute-special): Don't die for undefined xml
16355 entities.
16356
16357 2005-05-26 Jay Belanger <belanger@truman.edu>
16358
16359 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16360 of nil.
16361
16362 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16363
16364 * progmodes/gdb-ui.el (gdb-frame-address):
16365 Rename from gdb-current-address.
16366 (gdb-previous-frame-address): Rename from gdb-previous-address.
16367 (gdb-selected-frame): Rename from gdb-current-frame.
16368 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16369 (gdb-frame-number): Rename from gdb-current-stack-level.
16370 (gdb-ann3): Match new mode-name for disassembly buffer.
16371 Extend initialization of variables.
16372 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16373 (gdb-memory-mode): Use mouse-face in header line.
16374 (gdb-assembler-buffer-name): Call it disassembly and give frame
16375 in mode line.
16376 (gdb-source-spec-regexp, gdb-assembler-custom)
16377 (gdb-invalidate-assembler, gdb-frame-handler):
16378 Make robust to leading zeroes in address format.
16379
16380 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16381
16382 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16383 define `org-mode'.
16384 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16385
16386 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16387
16388 * log-edit.el (log-edit-changelog-entries): Distinguish between
16389 filenames like xfns.c and fns.c.
16390
16391 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16392
16393 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16394 point after reverting.
16395 (Buffer-menu-make-sort-button): Handle the case where
16396 `Buffer-menu-use-header-line' is nil.
16397
16398 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16399
16400 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16401 New funcs. In minibuffer-local-completion-map bind `]', `/'
16402 and `:' to them.
16403
16404 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16405
16406 * startup.el (normal-top-level): Allow modification of load-path while
16407 we're iterating over it.
16408
16409 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16410
16411 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16412 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16413 (thumbs-resize-interactive, thumbs-insert-image)
16414 (thumbs-insert-thumb, thumbs-dired-show-marked)
16415 (thumbs-find-image-at-point, thumbs-delete-images)
16416 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16417 (thumbs-increment-image-size, thumbs-decrement-image-size):
16418 Fix typos in docstrings.
16419
16420 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16421
16422 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16423 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16424 (cperl-mode): Use them.
16425
16426 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16427
16428 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16429 Doc fixes.
16430
16431 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16432
16433 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16434 Bind C-d to gdb-inferior-io-eof.
16435
16436 * dired.el (dired-dnd-popup-notice): Use message-box.
16437
16438 2005-05-23 Masatake YAMATO <jet@gyve.org>
16439
16440 * bindings.el (mode-line-major-mode-keymap):
16441 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16442
16443 * faces.el (mode-line-highlight): New face.
16444
16445 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16446 as mouse-face.
16447
16448 * bindings.el (top-level, help-echo, mode-line-modified)
16449 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16450 as mouse-face.
16451
16452 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16453
16454 * progmodes/cc-engine.el (c-guess-basic-syntax):
16455 Remove spurious call to `zerop'.
16456
16457 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16458
16459 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16460
16461 CC Mode update to 5.30.10:
16462
16463 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16464 could go past the limit in decoration level 2, thereby causing
16465 errors during interactive fontification.
16466
16467 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16468 the file is evaluated interactively.
16469
16470 * cc-engine.el (c-guess-basic-syntax): Handle operator
16471 declarations somewhat better in C++.
16472
16473 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16474 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16475 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16476 (awk-mode): Use it.
16477 (make-local-hook): Suppress warning about obsoleteness.
16478
16479 * cc-engine.el, cc-align.el, cc-cmds.el
16480 (c-append-backslashes-forward, c-delete-backslashes-forward)
16481 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16482 Compensate for return value from `forward-line' when it has moved
16483 but not to a different line due to eob.
16484
16485 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16486 `objc-method-intro' and `objc-method-args-cont'.
16487
16488 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16489
16490 CC Mode update to 5.30.10:
16491
16492 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16493 in the copyright statement. Incidentally, change "along with GNU
16494 Emacs" to "along with this program" where it occurs.
16495
16496 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16497 so that it is interactive, hence can be found by M-x awk-mode
16498 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16499 <gmorris+emacs@ast.cam.ac.uk>.
16500
16501 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16502 Mode's regexps.
16503
16504 2005-05-23 Kevin Ryde <user42@zip.com.au>
16505
16506 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16507 c-parse-state, to avoid a lisp error (on bad code).
16508
16509 2005-05-23 Lute Kamstra <lute@gnu.org>
16510
16511 * subr.el (font-lock-defaults): Remove defvar as it's already
16512 defined in font-core.el.
16513
16514 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16515
16516 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16517
16518 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16519 more general and work when GDB variable "print pretty" is on,
16520 as with Emacs, for example.
16521
16522 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16523
16524 * font-core.el: Update comment.
16525
16526 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16527 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16528
16529 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16530
16531 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16532
16533 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16534 and `yank-handler' in the doc strings.
16535
16536 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16539
16540 2005-05-22 Richard M. Stallman <rms@gnu.org>
16541
16542 * help.el (describe-key): Move print-help-return-message call
16543 out of conditional.
16544
16545 * progmodes/etags.el (list-tags): Use with-no-warnings.
16546
16547 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16548 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16549 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16550
16551 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16552
16553 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16554 Add defvar.
16555
16556 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16557 Use defvar, not defconst.
16558
16559 * hexl.el (hexl-follow-line): Use with-no-warnings.
16560
16561 * emulation/tpu-extras.el: Use write-file-functions instead of
16562 write-file-hooks.
16563
16564 * dired.el (dired-font-lock-keywords): Fontify files with junk
16565 extensions even if marked by -F.
16566
16567 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16568
16569 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16570 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16571 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16572 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16573 (concatenate, list-length, get*, getf, cl-remprop):
16574 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16575 (etypecase, progv, lexical-let, lexical-let*)
16576 (multiple-value-bind, multiple-value-setq, shiftf):
16577 Improve argument/docstring consistency.
16578
16579 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16580
16581 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16582
16583 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16584 doesn't exist.
16585
16586 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16587 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16588
16589 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16590
16591 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16592 already deleted variables: auto-fill-hook, blink-paren-hook,
16593 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16594 suspend-hooks, comment-indent-hook, meta-flag,
16595 before-change-function, after-change-function,
16596 font-lock-doc-string-face.
16597
16598 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16599
16600 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16601
16602 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16603
16604 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16605 rmail-dont-reply-to.
16606
16607 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16608
16609 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16610 literal blank when splitting new-header-values.
16611
16612 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16613
16614 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16615 string so that tmm doesn't create a completion entry for it.
16616
16617 * textmodes/table.el (table-disable-menu): Ditto.
16618
16619 2005-05-21 Richard M. Stallman <rms@gnu.org>
16620
16621 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16622
16623 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16624
16625 * net/rcompile.el (remote-compile): Use compilation-start.
16626
16627 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16628
16629 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16630
16631 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16632 Default to makefile-bsdmake-mode on BSD systems.
16633
16634 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16635 REGEXP may also be a search function now. The part of doc-string
16636 for describing the structure was 95% identical to that of
16637 `imenu--generic-function'. Unify it there.
16638
16639 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16640 Use function to find dependencies, because regexp alone is so complex,
16641 it easily goes into an endless loop.
16642 (makefile-makepp-mode): Also add submenu for Perl functions
16643 defined in the makefile.
16644 (makefile-bsdmake-mode): Special imenu-generic-expression no
16645 longer needed, due to function call.
16646 (makefile-match-dependency): Take BOUND into account when checking
16647 if we're through.
16648
16649 2005-05-20 Jay Belanger <belanger@truman.edu>
16650
16651 * calc/calc-units.el (calc-invalidate-units-table):
16652 Use inhibit-read-only.
16653 (math-build-units-table-buffer): Use view-mode.
16654
16655 2005-05-20 David Kastrup <dak@gnu.org>
16656
16657 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16658 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16659
16660 2005-05-20 Lute Kamstra <lute@gnu.org>
16661
16662 * diff-mode.el (diff-header-face, diff-file-header-face)
16663 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16664 (diff-added-face, diff-changed-face, diff-function-face)
16665 (diff-context-face, diff-nonexistent-face): Put them in the
16666 diff-mode customization group.
16667
16668 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16671
16672 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16673
16674 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16675 Minor regexp-optimization.
16676
16677 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16678
16679 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16680 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16681 (org-agenda-add-time-grid-maybe): New function.
16682 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16683 (org-table-create): `dotimes' instead of `mapcar'.
16684 (org-xor): Simplify implementation.
16685 (org-agenda): `inhibit-redisplay' turned on.
16686 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16687 a consistent line after a state change.
16688 (org-agenda-remove-times-when-in-prefix): New option.
16689 (org-prefix-has-time): New variable.
16690 (org-parse-time-string): Optional argument NODEFAULT.
16691 (org-format-agenda-item): Parse items for time-of-day
16692 specifications and move these into the prefix if possible.
16693 (org-agenda-priority): Get current heading, not previous heading
16694 during agenda remote editing.
16695
16696 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16697
16698 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16699 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16700 (remove-duplicates, delete-duplicates, substitute)
16701 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16702 (nsubstitute-if-not, find, find-if, find-if-not, position)
16703 (position-if, position-if-not, count, count-if, count-if-not)
16704 (mismatch, search, sort*, stable-sort, merge, member*)
16705 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16706 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16707 (intersection, nintersection, set-difference, nset-difference)
16708 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16709 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16710 (nsublis, tree-equal): Improve argument/docstring consistency.
16711
16712 * subr.el (send-string, send-region): Remove obsolescence declaration.
16713 (window-dot, set-window-dot, read-input, show-buffer)
16714 (eval-current-buffer, string-to-int):
16715 Add release number to obsolescence declarations.
16716
16717 2005-05-19 Kim F. Storm <storm@cua.dk>
16718
16719 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16720 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16721
16722 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16723
16724 * faces.el (list-faces-display): Make back button respect optional
16725 regexp arg.
16726
16727 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16728
16729 * calculator.el (calculator-radix-grouping-mode)
16730 (calculator-radix-grouping-digits, calculator-displayer)
16731 (calculator-radix-grouping-separator, calculator-copy-displayer):
16732 * dabbrev.el (dabbrev-search-these-buffers-only):
16733 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16734 (diff-advance-after-apply-hunk, diff-mode-hook)
16735 (diff-minor-mode-prefix):
16736 * imenu.el (imenu-use-popup-menu):
16737 * jit-lock.el (jit-lock-context-time):
16738 * newcomment.el (comment-fill-column, comment-column)
16739 (comment-style, comment-padding, comment-multi-line)
16740 (comment-empty-lines, comment-auto-fill-only-comments):
16741 * reveal.el (reveal-around-mark):
16742 * uniquify.el (uniquify-buffer-name-style)
16743 (uniquify-after-kill-buffer-p)
16744 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16745 (uniquify-min-dir-content, uniquify-separator)
16746 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16747 * w32-vars.el (w32-fixed-font-alist):
16748 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16749 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16750 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16751 * progmodes/perl-mode.el (perl-indent-level)
16752 (perl-continued-statement-offset, perl-continued-brace-offset)
16753 (perl-brace-offset, perl-brace-imaginary-offset)
16754 (perl-label-offset, perl-indent-continued-arguments)
16755 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16756 * progmodes/tcl.el (tcl-indent-level)
16757 (tcl-continued-indent-level, tcl-auto-newline)
16758 (tcl-tab-always-indent, tcl-electric-hash-style)
16759 (tcl-help-directory-list, tcl-use-smart-word-finder)
16760 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16761 (inferior-tcl-source-command):
16762 * textmodes/fill.el (enable-kinsoku):
16763 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16764 * textmodes/table.el (table-yank-handler):
16765 Specify missing group (and type, if simple) in defcustom.
16766
16767 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16768
16769 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16770
16771 2005-05-19 Richard M. Stallman <rms@gnu.org>
16772
16773 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16774
16775 * subr.el (event-basic-type): Don't get an error.
16776 (left-fringe-p): Function deleted.
16777
16778 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16779 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16780
16781 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16782 in recursive copy.
16783
16784 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16785
16786 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16787
16788 * emacs-lisp/bytecomp.el
16789 (byte-compile-file-form-custom-declare-variable):
16790 Call byte-compile-nogroup-warn if appropriate.
16791
16792 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16793 (compilation-set-window): Don't call left-fringe-p; do it directly.
16794
16795 2005-05-19 Jay Belanger <belanger@truman.edu>
16796
16797 * calc/calc-graph.el (calc-graph-format-data): Make sure
16798 var-PlotRejects is bound before trying to check its value.
16799
16800 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16801
16802 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16803 definition of this variable from reftex-global.el to reftex.el,
16804 because it is needed in the menu.
16805
16806 2005-05-19 Lute Kamstra <lute@gnu.org>
16807
16808 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16809 years are fixed. Don't insert a space after a dash.
16810
16811 2005-05-19 Kim F. Storm <storm@cua.dk>
16812
16813 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16814
16815 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16816
16817 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16818 strings, because (eq ... ?\\) is fairly frequent.
16819
16820 * progmodes/make-mode.el (makefile-add-this-line-targets):
16821 Simplify and integrate into `makefile-pickup-targets'.
16822 (makefile-add-this-line-macro): Simplify and integrate into
16823 `makefile-pickup-macros.
16824 (makefile-pickup-filenames-as-targets): Simplify.
16825 (makefile-previous-dependency, makefile-match-dependency):
16826 Don't stumble over `::'.
16827
16828 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16829
16830 * subr.el (post-command-idle-hook, post-command-idle-delay):
16831 Remove obsoletion of post-command-idle-hook and
16832 post-command-idle-delay.
16833
16834 * faces.el (list-faces-display): Provide button when describe-face
16835 is called to take user back to the list of faces.
16836
16837 * help-fns.el (describe-variable): Remove hyperlinks in a
16838 variable's value as these are quite frequently inappropriate.
16839
16840 * follow.el (follow-submit-feedback, follow-mode):
16841 Remove references to post-command-idle-hook.
16842
16843 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16844
16845 * progmodes/make-mode.el (makefile-previous-dependency)
16846 (makefile-match-dependency): Check for := (and in bsd mode also
16847 !=) to give a better result, even when font-lock is not on.
16848
16849 2005-05-18 Jay Belanger <belanger@truman.edu>
16850
16851 * calc/calc-help.el (calc-s-prefix-help):
16852 Add `calc-copy-special-constant' to help string.
16853
16854 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16855
16856 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16857
16858 2005-05-18 Jay Belanger <belanger@truman.edu>
16859
16860 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16861 in linear factors are in proper order.
16862
16863 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16864
16865 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16866 Support for jurabib.
16867
16868 * textmodes/reftex.el (featurep): Define aliases for overlay
16869 commands, for XEmacs compatibility, and use these aliases in
16870 overlay initializations.
16871 (reftex-highlight): Use `reftex-move-overlay'.
16872 (reftex-unhighlight): Use `reftex-delete-overlay'.
16873 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16874 (reftex-access-search-path): Use `reftex-uniquify' instead of
16875 `reftex-uniq'
16876
16877 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16878 `before-string' property modification enables for Emacs as well.
16879 (reftex-select-item): Use `reftex-delete-overlay'.
16880 (reftex-select-mark): Use `reftex-make-overlay' and
16881 `reftex-overlay-put'.
16882 (reftex-select-unmark): Use `reftex-delete-overlay' and
16883 `reftex-overlay-put'.
16884
16885 2005-05-18 Lute Kamstra <lute@gnu.org>
16886
16887 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16888
16889 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16890
16891 * add-log.el (add-change-log-entry):
16892 * array.el (array-make-template, array-reconfigure-rows)
16893 (array-init-max-row, array-init-max-column)
16894 (array-init-columns-per-line, array-init-field-width):
16895 * replace.el (replace-match-maybe-edit, perform-replace):
16896 * textmodes/spell.el (spell-region):
16897 Replace `read-input' by `read-string'.
16898
16899 * forms.el (forms-mode):
16900 * finder.el (finder-compile-keywords):
16901 * shadowfile.el (shadow-read-files):
16902 Replace `eval-current-buffer' by `eval-buffer'.
16903
16904 * terminal.el (te-pass-through):
16905 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16906 (ange-ftp-raw-send-cmd):
16907 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16908 (send-process-next-char, telnet-initial-filter, telnet):
16909 Replace `send-string' by `process-send-string'.
16910
16911 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16912 (prolog-consult-region): Replace `send-string' by
16913 `process-send-string'; replace `send-region' by `process-send-region'.
16914
16915 * progmodes/delphi.el (delphi-log-msg):
16916 Replace `set-window-dot' by `set-window-point'.
16917
16918 * subr.el (window-dot, set-window-dot, read-input, send-string)
16919 (send-region, show-buffer, eval-current-buffer):
16920 Make really obsolete, as the comment says.
16921
16922 2005-05-17 Kim F. Storm <storm@cua.dk>
16923
16924 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16925 (cua--init-keymaps): Bind C-return instead of S-return to set
16926 rectangle mark.
16927
16928 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16929 instead of S-return to toggle/clear rectangle mark.
16930
16931 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16932
16933 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16934 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16935 Also fontify plain strings assigned to variables, mostly so that a
16936 colon has a face and is thus not taken as a dependency separator.
16937 (makefile-previous-dependency): Inline the new matcher, because it
16938 is too complex to work in both directions.
16939 (makefile-match-dependency): Eliminate `backward' arg (see above).
16940 Completely reimplemented so as to not sometimes go into an endless
16941 loop. It should also be more efficient, because first it only
16942 searches for `:', instead of applying the very complex regexp.
16943 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16944 to be fontified in one piece can be too long for JIT.
16945 Makefiles are never *that* big.
16946
16947 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16948
16949 * dired.el (dired-mode): Simplify.
16950
16951 2005-05-17 Lute Kamstra <lute@gnu.org>
16952
16953 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16954 defcustom for the mode hook variable.
16955
16956 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16957 Emacs Lisp Reference Manual.
16958
16959 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16960
16961 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16962 (evenp, list*):
16963 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16964 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16965
16966 * net/tramp-smb.el (tramp-smb-open-connection):
16967 Pass `tramp-chunksize' as fifth (required) argument.
16968
16969 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16970
16971 * font-lock.el (lisp-font-lock-keywords-1):
16972 Set `font-lock-negation-char-face' for [^...] char group.
16973 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16974
16975 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16976 a var, and refine it to mask one more level of nested vars.
16977 (makefile-rule-action-regex): Turn it into a var, and refine it so
16978 it recognizes backslashed continuation lines as belonging to the
16979 same command.
16980 (makefile-macroassign-regex): Refine it so it recognizes
16981 backslashed continuation lines as belonging to the same command.
16982 (makefile-var-use-regex): Don't look at the next char, because it
16983 might be the same one to be skipped by the initial [^$], leading
16984 to an overlooked variable use.
16985 (makefile-make-font-lock-keywords): Remove two parameters, which
16986 are now variables that some of the modes set locally.
16987 Handle dependency and rule action matching through functions, because
16988 regexps alone match too often. Dependency matching now comes
16989 last, so it can check, whether a colon already matched something else.
16990 (makefile-mode): Inform that font-lock improves makefile parsing
16991 capabilities.
16992 (makefile-match-dependency, makefile-match-action): New functions.
16993
16994 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16995
16996 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16997
16998 * align.el (align-regexp):
16999 * ansi-color.el (ansi-color-get-face):
17000 * array.el (array-reconfigure-rows, array-init-max-row)
17001 (array-init-max-column, array-init-columns-per-line)
17002 (array-init-field-width):
17003 * dired-aux.el (dired-trample-file-versions):
17004 * dired-x.el (dired-mark-sexp):
17005 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17006 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17007 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17008 * faces.el (face-read-integer):
17009 * files.el (backup-extract-version, insert-directory):
17010 * hexl.el (hexl-insert-decimal-char):
17011 * server.el (server-process-filter):
17012 * shell.el (shell-extract-num):
17013 * startup.el (command-line-1):
17014 * term.el (term-command-hook):
17015 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17016 (time-stamp-do-number):
17017 * time.el (display-time-update):
17018 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17019 (timezone-fix-time):
17020 * vms-patch.el (vms-suspend-resume-hook):
17021 * calendar/appt.el (appt-convert-time):
17022 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17023 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17024 * calendar/cal-islam.el (mark-islamic-diary-entries):
17025 * calendar/calendar.el (calendar-cursor-to-date)
17026 (calendar-star-date):
17027 * calendar/diary-lib.el (diary-attrtype-convert)
17028 (mark-diary-entries, diary-entry-time):
17029 * calendar/solar.el (solar-get-number):
17030 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17031 * emacs-lisp/re-builder.el (reb-display-subexp):
17032 * emulation/edt.el (edt-set-scroll-margins):
17033 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17034 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17035 (vip-get-ex-count):
17036 * emulation/viper-ex.el (viper-get-ex-token)
17037 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17038 * international/fontset.el (fontset-plain-name):
17039 * mail/feedmail.el (feedmail-look-at-queue-directory):
17040 * mail/mailalias.el (mail-get-names):
17041 * mail/rmail.el (rmail-convert-to-babyl-format):
17042 * mail/rmailsum.el (rmail-make-basic-summary-line)
17043 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17044 (rmail-summary-goto-msg):
17045 * mail/smtpmail.el (smtpmail-read-response):
17046 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17047 (ange-ftp-vms-add-file-entry):
17048 * play/gametree.el (gametree-looking-at-ply)
17049 (gametree-current-branch-score):
17050 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17051 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17052 * progmodes/cperl-mode.el (condition-case):
17053 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17054 (ebrowse-set-member-buffer-column-width)
17055 (ebrowse-select-1st-to-9nth):
17056 * progmodes/etags.el (etags-snarf-tag):
17057 * progmodes/flymake.el (flymake-parse-line):
17058 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17059 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17060 (idlwave-shell-menu-def):
17061 * progmodes/ps-mode.el (ps-run-goto-error):
17062 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17063 (vhdl-speedbar-contract-level):
17064 * term/mac-win.el (x-handle-numeric-switch):
17065 * term/sun-mouse.el (sun-get-frame-data):
17066 * term/w32-win.el (x-handle-numeric-switch):
17067 * term/x-win.el (x-handle-numeric-switch):
17068 * textmodes/ispell.el (ispell-parse-output):
17069 * textmodes/nroff-mode.el (nroff-outline-level):
17070 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17071 (reftex-bib-sort-year-reverse, reftex-format-citation):
17072 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17073 (reftex-section-number):
17074 * textmodes/texinfmt.el (texinfo-paragraphindent):
17075 Replace `string-to-int' by `string-to-number'.
17076
17077 * international/latexenc.el: Add page marker to force the "Local
17078 Variables:" string out of the last page.
17079
17080 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17081
17082 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17083 tooltip-change-major-mode.
17084 (gud-tooltip-print-command): Remove case where gud-minor-mode
17085 is gdb ("--fullname").
17086 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17087 explain to user.
17088
17089 2005-05-16 Jay Belanger <belanger@truman.edu>
17090
17091 * calc/calc-store.el (calc-copy-special-constant): New function.
17092
17093 * calc/calc-ext.el (calc-init-extensions): Add binding for
17094 `calc-copy-special-constant'.
17095
17096 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17097 for the `calc-copy-special-constant' command.
17098
17099 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17100
17101 * subr.el (left-fringe-p): New function.
17102
17103 * progmodes/compile.el (compilation-setup): Set local value of
17104 overlay-arrow-string to "" always.
17105 (compilation-set-window): Left fringe then don't scroll.
17106 No left fringe then no arrow and scroll message to top.
17107 (compilation-context-lines): Adjust doc string accordingly.
17108
17109 2005-05-16 Kim F. Storm <storm@cua.dk>
17110
17111 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17112 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17113 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17114 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17115 (ido-read-file-name): Handle commands with ido property value
17116 equal to find-file as reading a file name, to allow C-d to enter dired.
17117 (ibuffer-find-file): Add ido property with value find-file.
17118
17119 2005-05-15 Kim F. Storm <storm@cua.dk>
17120
17121 * subr.el (open-network-stream-nowait): Remove.
17122 (open-network-stream-server): Remove.
17123
17124 2005-05-15 Richard M. Stallman <rms@gnu.org>
17125
17126 * faces.el (describe-face): Output a definition link button.
17127
17128 * help-mode.el (help-face-def): New button type.
17129
17130 * emacs-lisp/copyright.el (copyright-fix-years):
17131 Match properly if the first year is 2-digit.
17132 Don't mess up the whitespace after the years by filling.
17133
17134 * dired-aux.el (dired-mark-confirm):
17135 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17136
17137 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17138 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17139 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17140
17141 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17142 Set font-lock-comment-start-skip.
17143
17144 * font-lock.el (font-lock-comment-start-skip): New variable.
17145 (font-lock-comment-end-skip): New variable.
17146 (font-lock-fontify-syntactically-region): Use them if non-nil.
17147
17148 2005-05-15 Jay Belanger <belanger@truman.edu>
17149
17150 * calc/calc-store.el (calc-store-value): Return a string rather
17151 than display it as a message.
17152 Use calc-var-name for variable name.
17153 (calc-store-into): Add the result of calc-store-value to message.
17154 (calc-copy-variable): Add a message.
17155 (calc-store-exchange): Improve error messages.
17156 (calc-store-binary, calc-store-map): Don't reset the values of
17157 special constants.
17158
17159 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17160
17161 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17162 manual to docstring.
17163
17164 * files.el (hack-local-variables-confirm): Add STRING argument.
17165 Make the function handle non file visiting buffers correctly.
17166 (hack-local-variables-prop-line, hack-local-variables)
17167 (hack-one-local-variable): Use STRING arg of
17168 `hack-local-variables-confirm'.
17169
17170 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17171
17172 Sync with Tramp 2.0.49.
17173
17174 * net/tramp.el (tramp-handle-dired-call-process)
17175 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17176 because the contents of the Tramp buffer is changed before
17177 insertion (`expand-file' and alike).
17178 (tramp-handle-insert-directory): If `localname' has an empty
17179 nondirectory name, it must not be quoted.
17180 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17181 variable `tramp-chunksize'. Change callees.
17182 (tramp-open-connection-setup-interactive-shell): Check remote host
17183 for buggy `send-process-string' implementation.
17184 Set `tramp-chunksize' if found. Reported by Michael Kifer
17185 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17186 (tramp-handle-shell-command): `insert-buffer' cannot be used
17187 because the contents of the Tramp buffer is changed before
17188 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17189 <frederic.bothamy@free.fr>.
17190 (tramp-set-auto-save): Actions should be done for Tramp file name
17191 handler only. Ange-FTP has its own auto-save mechanism.
17192 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17193 (tramp-set-auto-save-file-modes): Set file modes of
17194 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17195 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17196 (tramp-bug): Remove obsolete variable.
17197 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17198 for presence of `mml-mode'. Make it running for older Emacsen as well.
17199
17200 2005-05-14 John Paul Wallington <jpw@pobox.com>
17201
17202 * ibuf-ext.el (define-ibuffer-filter filename):
17203 If `dired-directory' is a list, use its car.
17204
17205 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17206
17207 * ibuffer.el (define-ibuffer-column filename):
17208 If `dired-directory' is a list, use its car.
17209
17210 2005-05-14 Richard M. Stallman <rms@gnu.org>
17211
17212 * subr.el (symbol-file): Doc fix.
17213
17214 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17215 (byte-compile-form): Call byte-compile-nogroup-warn.
17216 (byte-compile-warning-types): Doc fix.
17217
17218 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17219
17220 * progmodes/cc-engine.el (c-literal-faces):
17221 Add font-lock-comment-delimiter-face.
17222
17223 * net/net-utils.el (dig): Use with-no-warnings.
17224
17225 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17226 (sc-recite-frame-alist, sc-default-cite-frame)
17227 (sc-default-uncite-frame, sc-default-recite-frame)
17228 (sc-attrib-selection-list, sc-rewrite-header-list):
17229 Mark as risky-local-variable.
17230
17231 * international/ogonek.el (ogonek-jak, ogonek-how):
17232 Don't use beginning-of-buffer.
17233
17234 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17235
17236 * calendar/solar.el (solar-data-list): Move definition up.
17237
17238 * dnd.el (dnd-protocol-alist): Add autoload.
17239
17240 * progmodes/sh-script.el: Many doc usage fixes.
17241 (sh-indent-after-do): Change default to match common styles.
17242
17243 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17244
17245 * files.el (interpreter-mode-alist)
17246 (auto-mode-interpreter-regexp): Doc fixes.
17247
17248 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17249
17250 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17251
17252 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17253
17254 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17255
17256 * dired.el (dired-mode): make-variable-buffer-local =>
17257 make-local-variable.
17258
17259 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17260
17261 * term/mac-win.el (mac-select-convert-to-string): Try coding
17262 systems in mac-script-code-coding-systems if specified one cannot
17263 encode string for `com.apple.traditional-mac-plain-text'.
17264
17265 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17266
17267 * progmodes/make-mode.el (makefile-targets-face)
17268 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17269 (makefile-dependency-regex): Fix it to not make the colon in
17270 $(var:a=b) special.
17271 (makefile-rule-action-regex): New regexp for highlighting embedded
17272 Shell strings.
17273 (makefile-macroassign-regex): Handle != for highlighting as
17274 embedded Shell strings.
17275 (makefile-var-use-regex): New const.
17276 (makefile-statements, makefile-automake-statements)
17277 (makefile-gmake-statements, makefile-makepp-statements)
17278 (makefile-bsdmake-statements): New consts.
17279 (makefile-make-font-lock-keywords): New function.
17280 (makefile-automake-font-lock-keywords)
17281 (makefile-gmake-font-lock-keywords)
17282 (makefile-makepp-font-lock-keywords)
17283 (makefile-bsdmake-font-lock-keywords): New consts.
17284 (makefile-mode-map): Add switchers between the various submodes.
17285 (makefile-mode): Document the availability of the variants.
17286 (makefile-automake-mode, makefile-gmake-mode)
17287 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17288
17289 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17290 new variants of makefile-mode.
17291
17292 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17293
17294 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17295 the inheritance.
17296
17297 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17298
17299 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17300 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17301
17302 * files.el (normal-mode): Extend the scope of the
17303 `enable-local-variables' binding to include the `set-auto-mode' call.
17304 (magic-mode-alist): Doc fix.
17305
17306 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17309 font-lock-comment-face rather than copying its setting.
17310
17311 2005-05-12 Andreas Schwab <schwab@suse.de>
17312
17313 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17314
17315 2005-05-12 Lute Kamstra <lute@gnu.org>
17316
17317 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17318 defcustom for the mode hook variable. Delete the last argument.
17319 * generic-x.el: Fix callers of define-generic-mode.
17320 (generic-x-modes): Delete group.
17321 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17322 generic-x customization group.
17323
17324 2005-05-12 Kim F. Storm <storm@cua.dk>
17325
17326 * font-lock.el (font-lock-negation-char-face): Default to "off".
17327
17328 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17329 font-lock-negation-char-face to ! in !=.
17330
17331 2005-05-12 Masatake YAMATO <jet@gyve.org>
17332
17333 * add-log.el (find-change-log): Fix typos in the docstring
17334 of function.
17335
17336 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17337
17338 * international/latexenc.el (latexenc-find-file-coding-system):
17339 Avoid `re-search-forward' when looking for input encoding because
17340 of speed and safety. Better regular expressions for recognizing
17341 input encoding. Limit a search for TeX-master/tex-main-file to
17342 the local variable section.
17343
17344 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17345
17346 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17347 syntax of $ to "'" (quote).
17348
17349 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17350
17351 * dnd.el (dnd-protocol-alist): Improve custom type.
17352
17353 * dired.el (dired-dnd-protocol-alist): New variable.
17354 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17355 `dired-mode-hook' to the end.
17356
17357 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17360 comment-end if comment-start-skip is not set.
17361 Obey the font-lock-comment-delimiter-face variables.
17362
17363 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * files.el (executable-find): Move from executable.el. Use
17366 locate-file.
17367 * progmodes/executable.el (executable-find): Move to files.el.
17368
17369 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17370 when trying to ensure forward progress.
17371
17372 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17373
17374 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17375 (mouse-select, mouse-select-internal, mouse-extend-internal):
17376 Use it to implement mouse-1-click-follows-link functionality.
17377
17378 2005-05-11 Richard M. Stallman <rms@gnu.org>
17379
17380 * font-lock.el (font-lock-fontify-syntactically-region):
17381 Use font-lock-comment-delimiter-face for comment delimiters.
17382
17383 2005-05-10 Jay Belanger <belanger@truman.edu>
17384
17385 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17386 preserving embedded modes.
17387
17388 2005-05-10 Richard M. Stallman <rms@gnu.org>
17389
17390 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17391
17392 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17393 Move from ada-stmt.el.
17394 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17395
17396 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17397 Move to ada-mode.el.
17398 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17399
17400 * cus-edit.el (custom-file): Call file-chase-links.
17401
17402 * files.el (read-directory-name): Fix previous change.
17403 (hack-local-variables-confirm): New function.
17404 (hack-local-variables-prop-line, hack-local-variables)
17405 (hack-one-local-variable): Use it.
17406
17407 2005-05-10 Lute Kamstra <lute@gnu.org>
17408
17409 * font-lock.el (font-lock-keywords-alist)
17410 (font-lock-removed-keywords-alist): Clarify docstrings.
17411
17412 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17413
17414 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17415 (gdb-source-info): Check for preprocessor info.
17416 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17417 a macro for a function.
17418 (gdb-info-breakpoints-custom): Try to find file again if not already
17419 found (user might have used GDB dir command).
17420 (gdb-get-location): Update gdb-location-alist correctly for change
17421 to gdb-info-breakpoints-custom.
17422
17423 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17424 (gud-tooltip-print-command): Add gdbmi case.
17425 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17426 preprocessor info.
17427
17428 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17429
17430 * startup.el (fancy-splash-insert): Fix typo in doc string.
17431
17432 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17433
17434 * obsolete/float.el (string-to-float):
17435 * obsolete/hilit19.el (hilit-add-pattern):
17436 * obsolete/rnews.el (news-parse-range, news-select-message)
17437 (news-get-pruned-list-of-files): Replace `string-to-int' by
17438 `string-to-number'.
17439
17440 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17441 `find-file-not-found-hooks'; use `add-hook'.
17442 (uncompress-while-visiting): Set `write-file-functions', not
17443 `write-file-hooks'; use `add-hook'.
17444
17445 2005-05-09 Kim F. Storm <storm@cua.dk>
17446
17447 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17448 (cua-paste): Handle clipboard action.
17449 (cua--init-keymaps): Remap clipboard-kill-region and
17450 clipboard-kill-ring-save.
17451
17452 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17453
17454 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17455 Improve commentary.
17456
17457 * simple.el (next-error-overlay-arrow-position): Revert the change
17458 made on 2005-04-30.
17459
17460 2005-05-07 Jay Belanger <belanger@truman.edu>
17461
17462 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17463 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17464 `calc-sel-reselect'.
17465
17466 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17467 Calc is in embedded mode.
17468
17469 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17470
17471 * progmodes/compile.el (compilation-setup):
17472 Set overlay-arrow-string to an empty string on text terminals.
17473
17474 * textmodes/ispell.el (ispell-program-name): Try looking for
17475 "aspell" along exec-path, and if found, use it as the default
17476 speller program.
17477
17478 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17479
17480 * international/mule.el (sgml-xml-auto-coding-function):
17481 Recognize encoding='FOO' in single quotes as well as in double quotes.
17482
17483 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17484
17485 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17486 as well as `interactive', so that defmacro* would recognize
17487 `declare' forms.
17488
17489 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17490
17491 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17492 Explain more about the LIGHTER arg's usage in the doc string.
17493 Add commentary to clarify what the code does. Fix the regexp that
17494 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17495 since it could have characters special to regular expressions.
17496
17497 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17498
17499 * replace.el (occur-1): Bind inhibit-read-only so that
17500 erase-buffer doesn't barf on read-only text properties (likewise
17501 for add-text-properties in occur-engine). Mark buffer as unmodified.
17502 (occur-engine): Don't set buffer-read-only here.
17503
17504 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17505
17506 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17507 list-buffers-directory. This caused the *cvs-commit* buffer to be
17508 sometimes mistakenly reused as a *cvs* buffer.
17509
17510 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17511
17512 * tooltip.el: Move code for GUD tooltips into gud.el.
17513 (require): CL no longer needed to compile case.
17514 (tooltip-mode): Do not toggle functions for GUD tooltips.
17515 (tooltip-gud-tips-p): Remove. Replace with minor mode
17516 gud-tooltip-mode in gud.el.
17517 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17518 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17519 tooltip-gud prefix with gud-tooltip and obsolete.
17520 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17521 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17522 (tooltip-mouse-motion): Mouse movement functions/variable.
17523 Rename in gud.el by adding gud prefix.
17524 (tooltip-gud-original-filter, tooltip-gud-dereference)
17525 (tooltip-gud-event, tooltip-toggle-gud-tips)
17526 (tooltip-gud-process-output, tooltip-gud-print-command)
17527 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17528 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17529 (gdb-tooltip-print): Move to gdb-ui.el.
17530
17531 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17532 (require): CL needed to compile case.
17533 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17534 tooltip-gud-tips-p. Make it a minor-mode.
17535 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17536 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17537 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17538 (gud-tooltip-change-major-mode)
17539 (gud-tooltip-activate-mouse-motions-if-enabled)
17540 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17541 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17542 (gud-tooltip-original-filter, gud-tooltip-dereference)
17543 (gud-tooltip-event, tooltip-toggle-gud-tips)
17544 (gud-tooltip-process-output, gud-tooltip-print-command)
17545 (gud-tooltip-tips): Move from tooltip.el.
17546
17547 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17548 (gdb-cpp-define-alist-flags): Doc fix.
17549 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17550 gud-tooltip-mode is t.
17551
17552 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17555 evaporate if their text is deleted.
17556 (goto-address-at-point): Make it work as a mouse binding as well.
17557 (goto-address-at-mouse): Obsolete it. Update users.
17558
17559 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17560
17561 * calendar/appt.el (top-level): No longer activate on load.
17562
17563 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17564
17565 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17566 * net/webjump.el (webjump):
17567 * progmodes/idlw-help.el (idlwave-do-context-help1)
17568 (idlwave-highlight-linked-completions):
17569 * textmodes/po.el (po-find-file-coding-system-guts):
17570 Replace `assoc-ignore-case' by `assoc-string'.
17571
17572 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17573
17574 * files.el (locate-file): Doc fix.
17575
17576 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17577 Remove the redundant test for ms-dos.
17578
17579 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17580 look for the preprocessor with exec-suffixes. If not found in
17581 standard places, look in exec-path. Remove most of the tests that
17582 used system-type.
17583
17584 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17585
17586 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17587
17588 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17589 file-name clash with jka-compr.el on 8+3 filesystems.
17590
17591 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17592
17593 * term/mac-win.el: Don't define or bind scroll bar functions if
17594 x-toolkit-scroll-bars is t.
17595 (x-select-text, x-get-selection-value): Clear
17596 x-last-selected-text-clipboard if x-select-enable-clipboard is
17597 nil.
17598 (PRIMARY): Put mac-scrap-name property.
17599 (mac-select-convert-to-file-url): New function.
17600 (public.file-url): New selection target type. Add to
17601 selection-converter-alist.
17602 (x-get-selection, x-selection-value): Handle it.
17603 (x-cut-buffer-or-selection-value): New alias.
17604
17605 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17606
17607 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17608 entry to avoid calling bibtex-find-entry with arg global
17609 being t. Remove arg key.
17610 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17611 (bibtex-copy-summary-as-kill): Change accordingly.
17612
17613 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17616 (org-agenda-date-later): Use with-current-buffer.
17617
17618 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17619
17620 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17621 (define-obsolete-variable-alias): Doc Fixes.
17622
17623 2005-05-06 Kim F. Storm <storm@cua.dk>
17624
17625 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17626 vertical-motion when selective-display is active.
17627
17628 * ido.el (ido-setup-hook): New hook.
17629 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17630 (ido-input-stack): New var.
17631 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17632 ido-next-work-file binding to M-O.
17633 Bind M-f to ido-wide-find-file-or-pop-dir.
17634 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17635 (ido-read-internal): Run ido-setup-hook.
17636 Catch quit in read-file-name and read-string to cancel edit.
17637 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17638 Automatically pop-all when completing a directory name (RET).
17639 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17640 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17641 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17642 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17643 New functions for M-b/M-f to move among the directory components.
17644 (ido-make-merged-file-list): Catch quit to cancel merge.
17645 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17646 (ido-completion-help): No warnings for ido-completion-buffer-full.
17647
17648 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17649
17650 * font-lock.el (font-lock-negation-char-face): New face and variable.
17651 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17652 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17653 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17654 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17655
17656 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17657
17658 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17659 Fix typo in docstring.
17660
17661 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17662 (ebrowse-print-statistics-line)
17663 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17664
17665 * term/w32-win.el (image-library-alist): Add additional name for
17666 Xpm library.
17667
17668 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17669
17670 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17671 use gcc instead of cpp.
17672
17673 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17674 (gdb-create-define-alist): Use it.
17675 (gdb-cpp-define-alist-program): Update for MS-DOS.
17676
17677 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17678
17679 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17680
17681 2005-05-04 Richard M. Stallman <rms@gnu.org>
17682
17683 * help.el (describe-key): No error when UNTRANSLATED is nil.
17684
17685 * simple.el (line-move-1): Fix previous change to signal errors
17686 appropriately.
17687
17688 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17689
17690 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17691 (icalendar-duration-correction): Remove.
17692 (icalendar--get-event-properties): Split result at commas.
17693 (icalendar--decode-isoduration): New optional argument
17694 DURATION-CORRECTION.
17695 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17696 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17697 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17698 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17699 (icalendar--convert-anniversary-to-ical): New functions, extracted
17700 from icalendar-export-region, with bug fixes.
17701 (icalendar-export-region): Use the above functions.
17702 (icalendar-import-buffer): Check before saving diary file.
17703 (icalendar--convert-recurring-to-diary)
17704 (icalendar--convert-non-recurring-all-day-to-diary)
17705 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17706 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17707 (icalendar--convert-ical-to-diary): Use the above functions.
17708
17709 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17710
17711 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17712 Remove these recent additions.
17713 (c-mode): Restore to before 2005-04-28.
17714
17715 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17716 recent addition.
17717
17718 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17719 (gdb-define-alist): New variables.
17720 (gdb-create-define-alist): New function.
17721 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17722 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17723 with string-to-number.
17724 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17725
17726 * progmodes/gud.el: Replace string-to-int with string-to-number.
17727 (gud-find-file): Handle gdb-define-alist.
17728
17729 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17730
17731 2005-05-02 Jay Belanger <belanger@truman.edu>
17732
17733 * calc/calc-aent.el (math-read-token):
17734 * calc/calc-bin.el (calc-word-size):
17735 * calc/calc-ext.el (calc-read-number-fancy):
17736 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17737 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17738 * calc/calc-frac.el (calc-over-notation):
17739 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17740 (calc-graph-num-points, calc-graph-init):
17741 * calc/calc-prog.el (calc-read-parse-table-part)
17742 (calc-edit-macro-repeats):
17743 * calc/calc-yank.el (calc-do-grab-rectangle):
17744 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17745 Replace `string-to-int' by `string-to-number'.
17746
17747 2005-05-02 Kim F. Storm <storm@cua.dk>
17748
17749 * kmacro.el: Use executing-kbd-macro-index variable.
17750
17751 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17752
17753 * net/rlogin.el (rlogin-parse-words): Delete func.
17754 (rlogin): Use split-string, not rlogin-parse-words.
17755 Also, if there are option-like elements in the parsed args,
17756 take the host to be the first arg immediately following them.
17757 Suggested by Michael Mauger.
17758
17759 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17760
17761 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17762
17763 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17764
17765 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17766 (cc-mode-cpp-program): Rename to cc-define-list-program and
17767 move to cc-vars.el.
17768
17769 * progmodes/cc-vars.el (cc-define-list-program):
17770 Change to "gcc -E -dM -". Make customizable.
17771
17772 2005-05-02 Kim F. Storm <storm@cua.dk>
17773
17774 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17775
17776 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17777
17778 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17779
17780 * international/mule-util.el (truncate-string): Remove alias and
17781 obsolete declaration.
17782
17783 * international/mule-cmds.el (update-iso-coding-systems):
17784 Remove alias and obsolete declaration.
17785
17786 * international/mule.el (coding-system-parent): Remove alias and
17787 obsolete declaration.
17788
17789 * subr.el (define-function, sref): Remove aliases and obsolete
17790 declarations.
17791 (chars-in-region): Remove obsolete declaration.
17792
17793 2005-05-01 Richard M. Stallman <rms@gnu.org>
17794
17795 * info.el (Info-mode): Set widen-automatically to nil, locally.
17796
17797 * simple.el (widen-automatically): New variable.
17798 (pop-global-mark): Obey widen-automatically.
17799
17800 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17801
17802 * term/xterm.el (function-key-map): Call substitute-key-definition
17803 before the keymap size is increased by a lot of define-key calls.
17804
17805 2005-05-01 Richard M. Stallman <rms@gnu.org>
17806
17807 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17808 Rename ARG to ELEMENT. Doc fix.
17809
17810 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17811
17812 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17813 Remove references to allout-exposure/change to allout-new-exposure.
17814
17815 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17816 bytecode symbols.
17817
17818 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17819 (compiled-function-p, focus-frame, unfocus-frame):
17820 Remove aliases and obsolete declarations.
17821 Back out inadvertent changes from previous commit.
17822
17823 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17824
17825 * files.el (require-final-newline): Make Custom tags consistent
17826 with mode-require-final-newline.
17827 (mode-require-final-newline): Doc fix.
17828
17829 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17830
17831 * international/latexenc.el (latexenc-find-file-coding-system):
17832 Fix regular expressions.
17833
17834 2005-05-01 David Kastrup <dak@gnu.org>
17835
17836 * international/latexenc.el (latexenc-find-file-coding-system):
17837 Fix regular expressions.
17838
17839 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17840
17841 * subr.el (string-to-int): Make obsolete.
17842
17843 2005-04-30 Richard M. Stallman <rms@gnu.org>
17844
17845 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17846
17847 * loadup.el: load jka-comp-hook.
17848
17849 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17850 (jka-compr-handler): Add autoload. `put' calls moved
17851 to jka-comp-hook.el.
17852 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17853 (jka-compr-inhibit): Autoload.
17854
17855 * jka-comp-hook.el: New file.
17856 Enable the mode by default.
17857
17858 * files.el (backup-buffer-copy): Use copy-file instead
17859 of write-region, and put back the 'excl.
17860
17861 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17862
17863 * progmodes/flymake.el (flymake-split-string)
17864 (flymake-split-string, flymake-log, flymake-pid-to-names)
17865 (flymake-reg-names, flymake-get-source-buffer-name)
17866 (flymake-unreg-names, flymake-add-line-err-info)
17867 (flymake-add-err-info): Clarify docstrings.
17868 (flymake-popup-menu, flymake-make-emacs-menu)
17869 (flymake-make-xemacs-menu): Add docstrings.
17870 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17871 Set variables directly throughout.
17872
17873 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17874
17875 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17876 exists. Initialize cc-define-alist.
17877 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17878 If there is no file (Macroexpansion) don't create an alist.
17879
17880 2005-04-29 Sam Steingold <sds@gnu.org>
17881
17882 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17883 (cc-create-define-alist): Use it instead of the hard-coded string.
17884
17885 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17888 for latexenc.
17889
17890 2005-04-29 Lute Kamstra <lute@gnu.org>
17891
17892 * emacs-lisp/generic.el: Improve commentary section.
17893 (define-generic-mode): Improve docstring.
17894
17895 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17896
17897 * textmodes/org.el (many places): Change to quiet the byte compiler.
17898 (org-prefix-format-compiled): New variable.
17899 (org-compile-prefix-format): New function.
17900 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17901 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17902 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17903 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17904 consistency with entries from `org-mode' files.
17905 (org-get-time-of-day): Fix bug with partial matches early in a line.
17906 (org-non-link-chars): New constant.
17907 (org-link-regexp): Respect `org-non-link-chars'.
17908 (org-agenda-day-view): Remove command.
17909 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17910 (org-follow-bbdb-link, org-store-link): Search also company field.
17911 (org-highlight-overlay): New variable.
17912 (org-highlight, org-unhighlight): New functions.
17913 (org-agenda-mode): Add pre-command-hook to remove highlight.
17914 (org-evaluate-time-range): Behavior depends upon whether time stamp
17915 contains a time or not.
17916 (org-show-subtree, org-show-entry): New functions.
17917 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17918
17919 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17920
17921 * comint.el (comint-output-filter-functions): Add autoload cookie.
17922
17923 2005-04-28 Kim F. Storm <storm@cua.dk>
17924
17925 * ido.el (ido-everywhere): Fix last change.
17926
17927 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17928
17929 * international/latexenc.el: New file.
17930 * international/mule-conf.el (file-coding-system-alist): For .tex,
17931 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17932
17933 2005-04-28 Lute Kamstra <lute@gnu.org>
17934
17935 * font-lock.el (font-lock-add-keywords)
17936 (font-lock-remove-keywords): Clarify docstring.
17937 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17938 Don't start docstrings with a `*'.
17939 (font-lock-update-removed-keyword-alist): Give it a docstring.
17940
17941 * generic-x.el: Update commentary section.
17942 Only require font-lock when compiling.
17943 Define all modes conditionally.
17944 Place all generic modes in the generic-x-modes customization group.
17945 (generic-x-modes): New customization group.
17946 (generic-default-modes, generic-mswindows-modes)
17947 (generic-unix-modes, generic-other-modes): New constants.
17948 (generic-define-mswindows-modes, generic-define-unix-modes):
17949 Update docstrings. Make them obsolete.
17950 (generic-extras-enable-list): New default value. Update docstring.
17951 Improve :type. Change :set function.
17952 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17953 Fix docstring.
17954
17955 * emacs-lisp/generic.el (generic-mode-internal):
17956 Simplify font-lock-defaults.
17957 (define-generic-mode): Fix docstring.
17958
17959 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17960
17961 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17962 font-lock-face property to highlight matches.
17963
17964 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17965
17966 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17967 (cc-define-alist): New variable.
17968 (c-mode): Make it local and initialize it.
17969
17970 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17971 (gdb-exited): New function.
17972 (gdb-annotation-rules): Use it.
17973 (gdb-starting): Set gdb-active-process to t.
17974 (gdb-stopping): Amend doc string.
17975 (gdb-reset): Set gdb-active-process to nil.
17976
17977 * tooltip.el (tooltip-gud-tips): Show the associated #define
17978 directives when a C program under GDB is not executing.
17979
17980 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17981
17982 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17983 font-lock-fontify-syntactic-keywords.
17984
17985 * font-lock.el (font-lock-default-fontify-region): Don't force
17986 parse-sexp-lookup-properties to nil.
17987
17988 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17989
17990 * man.el (man-mode-syntax-table): Set up `:' to have
17991 word-constituent syntax.
17992
17993 2005-04-27 Lute Kamstra <lute@gnu.org>
17994
17995 * novice.el (disable-command): Don't add spurious newlines to the
17996 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17997
17998 2005-04-26 Jay Belanger <belanger@truman.edu>
17999
18000 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18001 than one window before deleting window.
18002
18003 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18004
18005 * shell.el (shell-prompt-pattern): Doc fix.
18006 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18007
18008 * comint.el (comint-prompt-regexp, comint-get-old-input)
18009 (comint-use-prompt-regexp)
18010 (comint-use-prompt-regexp-instead-of-fields)
18011 (comint-replace-by-expanded-history, comint-send-input)
18012 (comint-output-filter, comint-get-old-input-default)
18013 (comint-line-beginning-position, comint-bol, comint-show-output)
18014 (comint-backward-matching-input, comint-forward-matching-input)
18015 (comint-next-prompt, comint-previous-prompt):
18016 Rename `comint-use-prompt-regexp-instead-of-fields' to
18017 `comint-use-prompt-regexp'. Keep old name as alias and declare
18018 obsolete.
18019 (comint-use-prompt-regexp): Shorten first line of doc string.
18020
18021 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18022 Set paragraph-separate buffer locally to "\\'".
18023
18024 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18025 Adapt to above name change.
18026
18027 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18028 (smbclient-prompt-regexp): Ditto.
18029
18030 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18031
18032 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18033
18034 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18035 gdb-location-list.
18036 Break lines that are over 80 characters wide.
18037
18038 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18041 New fun and var, to preserve compatibility.
18042
18043 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18044
18045 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18046
18047 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18048 name to file-newer-than-file-p.
18049
18050 2005-04-26 Richard M. Stallman <rms@gnu.org>
18051
18052 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18053
18054 * progmodes/python.el (python-mode):
18055 Use new name eldoc-documentation-function.
18056
18057 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18058
18059 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18060 (eldoc-documentation-function):
18061 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18062
18063 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18064
18065 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18066
18067 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18068
18069 * term/xterm.el (function-key-map): Fix strings for
18070 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18071 {C,S,A,C-S}-{f1-f12}.
18072
18073 2005-04-26 Kenichi Handa <handa@m17n.org>
18074
18075 * international/mule-cmds.el (select-safe-coding-system):
18076 Fix previous change.
18077
18078 2005-04-26 Lute Kamstra <lute@gnu.org>
18079
18080 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18081
18082 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18083 (font-lock-comment-delimiter-face): Ditto.
18084
18085 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18086
18087 2005-04-25 Jay Belanger <belanger@truman.edu>
18088
18089 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18090 to t while inserting information; use help-mode.
18091
18092 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18093
18094 * term.el (ansi-term-color-vector): Use the xterm colors.
18095 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18096
18097 2005-04-25 Lute Kamstra <lute@gnu.org>
18098
18099 * font-core.el (font-lock-defaults): Fix docstring.
18100
18101 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18102
18103 2005-04-25 Kenichi Handa <handa@m17n.org>
18104
18105 * international/mule-cmds.el (select-safe-coding-system):
18106 Don't check consistency with coding: spec, etc if raw-text or
18107 no-conversion was found to be safe.
18108
18109 2005-04-24 Richard M. Stallman <rms@gnu.org>
18110
18111 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18112 citation markers at start of each line.
18113
18114 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18115 citation markers at start of each line.
18116
18117 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18118
18119 * files.el (mode-require-final-newline): Fix previous change.
18120 (require-final-newline): Fix type label.
18121
18122 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18123
18124 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18125 statement in buffer (broken by 2004-11-24 change).
18126
18127 2005-04-24 Kim F. Storm <storm@cua.dk>
18128
18129 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18130 and read-file-name-function values. Don't overwrite existing
18131 non-nil values if ido-mode is enabled without ido-everywhere.
18132
18133 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18134
18135 * files.el (mode-require-final-newline): Minor doc fix.
18136
18137 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18138
18139 * subr.el (syntax-after): Doc fix.
18140 (syntax-class): If argument is nil, return nil. Mask off upper 16
18141 bits, not 8 bits.
18142
18143 * files.el (mode-require-final-newline): Doc fix.
18144 (backup-buffer-copy): Fix last change.
18145
18146 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18147
18148 * term/mac-win.el: Require select. Set selection-coding-system to
18149 mac-system-coding-system. Call menu-bar-enable-clipboard.
18150 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18151 (x-select-enable-clipboard): New variables.
18152 (x-select-text, x-get-selection, x-selection-value)
18153 (x-get-selection-value, mac-select-convert-to-string)
18154 (mac-services-open-file, mac-services-open-selection)
18155 (mac-services-insert-text): New functions.
18156 (CLIPBOARD, FIND): Put mac-scrap-name property.
18157 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18158 (public.tiff): Put mac-ostype property.
18159 (selection-converter-alist): Add entries for them.
18160 (mac-application-menu-map): New keymap.
18161 (interprogram-cut-function, interprogram-paste-function): Set to
18162 x-select-text and x-get-selection-value, respectively.
18163 (split-window-keep-point): Set to t.
18164
18165 2005-04-23 Richard M. Stallman <rms@gnu.org>
18166
18167 * files.el (read-directory-name): Always pass non-nil
18168 DEFAULT-FILENAME arg to read-file-name.
18169 (backup-buffer-copy, basic-save-buffer-2): Take care against
18170 writing thru an unexpected existing symlink.
18171 (revert-buffer): In indirect buffer, revert the base buffer.
18172 (magic-mode-alist): Doc fix.
18173 (buffer-stale-function): Doc fix.
18174 (minibuffer-with-setup-hook): Avoid warning.
18175 (mode-require-final-newline): Doc and custom fix.
18176
18177 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18178
18179 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18180 use the default appearance.
18181 (font-lock-comment-delimiter-face): New face, new variable.
18182
18183 * imenu.el (imenu--generic-function): The official position of a
18184 definition is the start of the line that BEG is in.
18185
18186 * midnight.el (midnight-timer): Move defvar up.
18187
18188 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18189
18190 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18191
18192 * startup.el (command-line): Use with-no-warnings.
18193
18194 * window.el (window-size-fixed): New defvar.
18195
18196 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18197
18198 * mail/rmail.el (rmail-font-lock-keywords):
18199 Use font-lock-comment-delimiter-face.
18200
18201 * mail/sendmail.el (mail-font-lock-keywords):
18202 Use font-lock-comment-delimiter-face.
18203
18204 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18205
18206 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18207
18208 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18209 Specify t for LAXMATCH when matching directories.
18210 Save match data around compilation-compat-error-properties form.
18211
18212 2005-04-23 David Kastrup <dak@gnu.org>
18213
18214 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18215 Mention that the autoloaded aliases should be kept for AUCTeX.
18216
18217 2005-04-23 Andreas Schwab <schwab@suse.de>
18218
18219 * isearch.el (isearch-forward): Doc fix.
18220
18221 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18222
18223 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18224 (jit-lock-stealth-nice): Change default value to 0.5.
18225
18226 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18227
18228 * abbrev.el (write-abbrev-file): Write table entries in
18229 alphabetical order by table name.
18230
18231 2005-04-22 Kim F. Storm <storm@cua.dk>
18232
18233 * ido.el (ido-read-internal): Fix `list' completion.
18234
18235 2005-04-22 Kenichi Handa <handa@m17n.org>
18236
18237 * recentf.el (recentf-save-file-coding-system): New variable.
18238 (recentf-save-list): Encode the file by
18239 recentf-save-file-coding-system and add coding: tag.
18240
18241 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18242
18243 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18244
18245 2005-04-21 Lute Kamstra <lute@gnu.org>
18246
18247 * loadhist.el (unload-feature): Don't remove a function from hooks
18248 if it is about to be restored to an autoload . Remove functions
18249 that will become unbound from auto-mode-alist. Simplify the code.
18250
18251 * subr.el (assq-delete-all): New implementation that is linear,
18252 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18253 (rassq-delete-all): New function.
18254
18255 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18256 Add size-indication-mode.
18257
18258 2005-04-21 Kenichi Handa <handa@m17n.org>
18259
18260 * international/mule-cmds.el: Add autoload for widget-value in
18261 eval-when-compile.
18262
18263 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18264
18265 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18266 Add tooltip-mode.
18267
18268 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18269
18270 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18271
18272 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18273 (inferior-lisp-filter-regexp, inferior-lisp-program)
18274 (inferior-lisp-load-command, inferior-lisp-prompt)
18275 (inferior-lisp-mode-hook, lisp-source-modes)
18276 (inferior-lisp-load-hook): defvar->defcustom.
18277 (inferior-lisp-program, inferior-lisp-prompt)
18278 (inferior-lisp-load-hook): Doc fixes.
18279 (inferior-lisp-install-letter-bindings): Small change in
18280 introductory comment.
18281
18282 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18283
18284 * vc.el (vc-annotate-color-map): Change some colors so that text
18285 using them as foreground is readable on both white and black
18286 backgrounds.
18287
18288 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * international/mule-conf.el (translation-table-for-input):
18291 Remove redundant declaration.
18292
18293 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18294
18295 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18296
18297 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18298 (tooltip-toggle-gud-tips): New function.
18299
18300 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18301
18302 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18303 right angle brackets.
18304
18305 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18306
18307 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18308
18309 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18310
18311 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18312 Remove. Update callers to use expand-file-name instead.
18313
18314 * subr.el (syntax-class): New function.
18315
18316 * simple.el (blink-matching-open): Use it.
18317
18318 * paren.el (show-paren-function): Use it to recognize parens that are
18319 also used in 2-char comment markers.
18320
18321 2005-04-19 Lute Kamstra <lute@gnu.org>
18322
18323 * loadhist.el (unload-feature): Update for new format of
18324 load-history. Simplify the code.
18325
18326 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18327
18328 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18329 (mac-add-charset-info): New function. Initialize variable
18330 mac-charset-info-alist using it.
18331 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18332 for translation.
18333 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18334 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18335 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18336 New CCL programs.
18337
18338 2005-04-19 Kim F. Storm <storm@cua.dk>
18339
18340 * simple.el (next-buffer, prev-buffer, next-error)
18341 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18342 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18343
18344 * bindings.el (next-buffer, prev-buffer, next-error)
18345 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18346 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18347 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18348 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18349
18350 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18351
18352 * isearch.el (isearch-edit-string): Make the search-ring available for
18353 minibuffer history commands.
18354 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18355 the default history commands now work just as well.
18356 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18357
18358 2005-04-18 Kim F. Storm <storm@cua.dk>
18359
18360 * emulation/cua-base.el (cua--pre-command-handler): Add more
18361 elaborate check for shift modifier on non-window systems.
18362
18363 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18364
18365 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18366
18367 2005-04-18 Kim F. Storm <storm@cua.dk>
18368
18369 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18370 and make it optional. Don't test tooltip-gud-echo-area here.
18371 (tooltip-gud-process-output, gdb-tooltip-print):
18372 Pass tooltip-gud-echo-area to tooltip-show.
18373 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18374
18375 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18376
18377 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18378 `display-graphic-p' may not be bound yet.
18379
18380 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18381
18382 * startup.el (command-line): No longer enable Xterm Mouse mode by
18383 default in terminals compatible with xterm.
18384
18385 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18386
18387 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18388
18389 * tooltip.el (tooltip-gud-echo-area): Rename from
18390 tooltip-use-echo-area.
18391 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18392 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18393 area independently of where help tooltips are displayed.
18394
18395 2005-04-17 David Kastrup <dak@gnu.org>
18396
18397 * cus-theme.el (custom-theme-write-variables): Quote variables
18398 where necessary.
18399
18400 2005-04-17 Richard M. Stallman <rms@gnu.org>
18401
18402 * simple.el (yank-excluded-properties): Add follow-link to value.
18403
18404 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18405
18406 * startup.el (fancy-splash-max-time): Just 30 seconds.
18407 (fancy-splash-delay): Just 7.
18408 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18409
18410 * loadhist.el (unload-feature): Update for new format of load-history.
18411 Simplify the code.
18412
18413 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18414 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18415
18416 * mail/sendmail.el (mail-font-lock-keywords):
18417 Don't fontify subject text.
18418 Don't fontify the text of a citation.
18419
18420 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18421
18422 * comint.el (comint-output-filter): Run comint-output-filter-functions
18423 with point where the user had it.
18424
18425 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18426
18427 * international/ucs-tables.el (ucs-set-table-for-input):
18428 Disable when using unify-on-decoding.
18429
18430 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18431
18432 * emulation/cua-base.el (cua-global-mark-face): Add special case
18433 for displays supporting a high number of colors.
18434
18435 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18436
18437 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18438
18439 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18440
18441 * filesets.el (filesets-add-buffer): If user supplies a name of a
18442 non-existing fileset, create a new fileset.
18443
18444 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18445
18446 * textmodes/org.el (org-up-heading-all): Fix bug with
18447 `outline-up-heading-all'.
18448
18449 2005-04-16 Andreas Schwab <schwab@suse.de>
18450
18451 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18452 /etc/permissions.d/* and /etc/aliases.d/*.
18453
18454 2005-04-16 Kenichi Handa <handa@m17n.org>
18455
18456 * international/code-pages.el (cp-make-coding-system):
18457 Set `translation-table-for-input' property value to the symbol
18458 ucs-mule-to-mule-unicode, not to that value.
18459 (pt154): Escape guillemet by `\'.
18460
18461 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18462
18463 * loadup.el: Load tooltip if x-show-tip is fboundp.
18464
18465 * startup.el (command-line): Add comment.
18466
18467 * tooltip.el (tooltip-mode): Specify correct standard value for
18468 Custom in init-value.
18469
18470 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18471
18472 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18473 possible.
18474
18475 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18476
18477 * textmodes/org.el (org-agenda-date-prompt): Rename from
18478 `org-agenda-date-today'.
18479 (org-evaluate-time-range): Insert at point instead of directly
18480 after time range.
18481 (org-first-headline-recenter, org-subtree-end-visible-p)
18482 (org-optimize-window-after-visibility-change): New functions
18483 (org-agenda-post-command-hook): Don't allow point at end of line,
18484 to make sure it always hits the text properties.
18485 (org-agenda-next-date-line, org-agenda-previous-date-line):
18486 New commands.
18487 (org-set-regexps-and-options): Category may contain white space.
18488 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18489 Improve marker positions.
18490 (org-agenda-new-marker): Argument POS made optional.
18491 (org-agenda-get-timestamps): Deadlines which are done are listed
18492 in org-done-face now.
18493 (org-agenda-get-todos, org-agenda-get-timestamps)
18494 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18495 Set `undone-face' and `done-face' properties.
18496 (org-last-todo-state-is-todo): New variable.
18497 (org-todo): Set `org-last-todo-state-is-todo'.
18498 (org-agenda-todo): Change face according to
18499 `org-last-todo-state-is-todo'. And change other lines referring to
18500 the same entry.
18501 (org-calendar-goto-agenda): New command.
18502 (org-calendar-to-agenda-key): New option.
18503 (org-startup-folded): New allowed value `content'.
18504 (org-set-regexps-and-options): Accept new value `content' for
18505 `org-startup-folded'.
18506 (org-get-current-options): Handle new value `content' for
18507 `org-startup-folded'.
18508 (org-insert-todo-heading): New command.
18509 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18510 interactively in empty file and option
18511 `org-insert-mode-line-in-empty-file' has been set.
18512 (org-agenda-todo, org-agenda-priority): Modify to use
18513 `org-agenda-change-all-lines'.
18514 (org-warning-face): Change color on dark background
18515
18516 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18517
18518 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18519 use preferences AppleLocale and AppleLanguages, and variable
18520 mac-system-locale for default locale. On Mac OS Classic, use
18521 mac-system-coding-system for default coding systems.
18522
18523 * term/mac-win.el: Don't set file-name-coding-system.
18524 Decode variables system-name, emacs-build-system, user-login-name, and
18525 user-full-name by mac-system-coding-system on Mac OS Classic.
18526 (mac-system-coding-system): New variable.
18527
18528 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18529
18530 * startup.el (command-line): Handle `xterm-mouse-mode' before
18531 reading init file.
18532
18533 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18534
18535 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18536
18537 * progmodes/sh-script.el (sh-here-document-word): Make it a
18538 defcustom. Doc fix.
18539 (sh-add): Bash uses $(( )) for arithmetic.
18540 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18541 (sh-maybe-here-document): Remove quotes and leading whitespace
18542 from heredoc word when closing. Indent heredoc with tabs if word
18543 starts with "-".
18544
18545 2005-04-13 Richard M. Stallman <rms@gnu.org>
18546
18547 * simple.el (undo): Fix previous change.
18548
18549 * custom.el (defface): Doc fix.
18550
18551 2005-04-13 Lute Kamstra <lute@gnu.org>
18552
18553 * Makefile.in (DONTCOMPILE): Remove list.
18554 (compile, compile-always): Don't use DONTCOMPILE.
18555 (update-authors): Load the library in which batch-update-authors
18556 is defined.
18557 * makefile.w32-in (DONTCOMPILE): Remove list.
18558 (compile, compile-always): Fix comments.
18559 (update-authors): Load the library in which batch-update-authors
18560 is defined.
18561
18562 * generic-x.el (generic-mode-ini-file-find-file-hook):
18563 Rename to ini-generic-mode-find-file-hook.
18564 Keep generic-mode-ini-file-find-file-hook as an alias.
18565 (ini-generic-mode-find-file-hook): Rename from
18566 generic-mode-ini-file-find-file-hook. Fix docstring.
18567 (ini-generic-mode): Docstring change.
18568 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18569
18570 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18571 called from lisp.
18572
18573 * generic.el: Move to the emacs-lisp subdir.
18574
18575 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18576
18577 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18578 and C-S- function and cursor motion keys.
18579
18580 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18581
18582 * startup.el (command-line): Enable Xterm Mouse mode by default.
18583 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18584 for Custom. No longer show "Mouse" in mode line when enabled.
18585 Doc fix.
18586
18587 2005-04-12 Kim F. Storm <storm@cua.dk>
18588
18589 * emulation/cua-base.el (cua-rectangle-face)
18590 (cua-rectangle-noselect-face): Define face attributes here.
18591
18592 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18593
18594 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18595
18596 * startup.el (command-line): Turn off blinking cursor if
18597 cursorBlink in resources is off or false.
18598
18599 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18600
18601 * term/mac-win.el (dnd): Require dnd.
18602 (mac-drag-n-drop): Call dnd-handle-one-url.
18603 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18604 (kTextEncodingISOLatin2): Remove constants.
18605 (mac-script-code-coding-systems): New constant.
18606 (mac-handle-language-change): New function.
18607 (special-event-map): Bind it to `language-change' event.
18608 (mac-centraleurroman, mac-cyrillic): New coding systems.
18609 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18610 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18611 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18612 encode-mac-cyrillic, respectively.
18613
18614 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18615
18616 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18617 Don't set overlay-arrow-string to "=>" as this is done
18618 globally in C now.
18619
18620 2005-04-12 Lute Kamstra <lute@gnu.org>
18621
18622 * generic-x.el (rc-generic-mode, rul-generic-mode):
18623 Fix auto-mode-alist entries.
18624 (etc-fstab-generic-mode): Tweak fontification.
18625
18626 * generic.el (generic-make-keywords-list): Fix docstring.
18627 (generic-mode-internal): Simplify generic-font-lock-keywords.
18628
18629 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18630
18631 * whitespace.el (whitespace-buffer-leading)
18632 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18633 However, fix the highlight area for the leading and
18634 trailing whitespaces to show space.
18635
18636 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18637
18638 * whitespace.el (whitespace-version): Bump to 3.5
18639
18640 (whitespace-buffer-leading, whitespace-buffer-trailing):
18641 Invert sense of the test to highlight the whitespace.
18642
18643 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18644
18645 * progmodes/gud.el (gud-display-line): GUD uses its own
18646 overlay arrow now so don't set overlay-arrow-string.
18647 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18648
18649 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18650
18651 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18652 (term-ansi-current-reverse, term-ansi-current-invisible)
18653 (term-ansi-face-already-done): Change to boolean.
18654 (term-reset-terminal, term-handle-colors-array): Handle the above
18655 vars accordingly.
18656 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18657 (term-emulate-terminal): Use the new name.
18658
18659 * faces.el (secondary-selection): Use yellow1, not yellow.
18660 (trailing-whitespace): Use red1, not red.
18661
18662 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18663
18664 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18665 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18666 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18667
18668 * cus-edit.el (dnd): New group.
18669
18670 * term/w32-win.el (dnd): Require dnd
18671 (w32-drag-n-drop): Call dnd-handle-one-url.
18672
18673 * x-dnd.el: Require dnd.
18674 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18675 Call dnd-handle-one-url.
18676 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18677 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18678 to dnd-insert-text.
18679 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18680 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18681 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18682 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18683
18684 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18685
18686 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18687
18688 * wdired.el: Doc fixes.
18689 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18690 (wdired-use-dired-vertical-movement): Rename from
18691 wdired-always-move-to-filename-beginning.
18692 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18693 (wdired-change-to-wdired-mode): Change mode name.
18694 (wdired-newline): Delete.
18695
18696 2005-04-11 Richard M. Stallman <rms@gnu.org>
18697
18698 * whitespace.el (whitespace-highlight-the-space):
18699 Don't call whitespace-unhighlight-the-space here.
18700
18701 * simple.el (undo): Record t in undo-equiv-table
18702 for the redo record made by an undo-in-region.
18703
18704 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18705
18706 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18707 (gdb-frame-inferior-io-buffer): New Functions to control
18708 display of separate IO buffer.
18709 (menu): Add them to menu-bar.
18710 (gdb-display-buffer): Check for buffer another frame.
18711 Protect GUD buffer.
18712 (gdb-setup-windows): Create IO buffer if not already there.
18713 (gdb-memory-mode): Remove purecopy noops.
18714
18715 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18716
18717 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18718 and pass to self-insert-command.
18719
18720 2005-04-11 Lute Kamstra <lute@gnu.org>
18721
18722 * generic.el: Commentary section cleanup.
18723 (generic): Delete.
18724 (generic-use-find-file-hook, generic-lines-to-scan)
18725 (generic-find-file-regexp, generic-ignore-files-regexp)
18726 (default-generic-mode, generic-mode-find-file-hook)
18727 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18728 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18729 (generic-use-find-file-hook, generic-lines-to-scan)
18730 (generic-find-file-regexp, generic-ignore-files-regexp)
18731 (default-generic-mode, generic-mode-find-file-hook)
18732 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18733
18734 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18735
18736 * bookmark.el (bookmark-write-file): Catch errors writing file.
18737 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18738
18739 2005-04-10 Richard M. Stallman <rms@gnu.org>
18740
18741 * startup.el (fancy-splash-tail): Update copyright year.
18742 (command-line): Split part of -Q into -D.
18743 (emacs-basic-display): New defvar.
18744 (fancy-splash-text): Correct name of menu item.
18745
18746 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18747
18748 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18749 lines in one node.
18750
18751 * comint.el (comint-send-input): New arg ARTIFICIAL.
18752 Callers in this file changed.
18753
18754 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18755
18756 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18757
18758 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18759
18760 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18761 `ldap-search-internal'.
18762
18763 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * files.el (set-auto-mode-1): Use line-end-position.
18766
18767 * international/latin-1.el:
18768 * international/latin-2.el:
18769 * international/latin-3.el:
18770 * international/latin-4.el:
18771 * international/latin-5.el:
18772 * international/latin-8.el:
18773 * international/latin-9.el: Give punctuation syntax to NBSP.
18774
18775 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18776 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18777 Use char-classes to accept non-ascii letters, accepted in some recent
18778 bibtex implementations.
18779
18780 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18781
18782 * custom.el (custom-set-minor-mode): Any non-nil value for the
18783 variable should enable the mode when set through Custom.
18784
18785 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18786
18787 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18788 TAB binding so tab-always-indent is obeyed.
18789 (vhdl-minibuffer-local-map): Move initialization into declaration.
18790 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18791 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18792 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18793 (vhdl-current-line): Use line-beginning-position.
18794 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18795 with-output-to-temp-buffer, so the current position can be recorded.
18796
18797 2005-04-10 Masatake YAMATO <jet@gyve.org>
18798
18799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18800 Add regexp for gcov.
18801
18802 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18803
18804 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18805 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18806 syntax which Emacs 20 doesn't support.
18807
18808 2005-04-09 Richard M. Stallman <rms@gnu.org>
18809
18810 * help.el (describe-key-briefly, describe-key):
18811 Replace strings as event types with "(any string)".
18812
18813 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * arc-mode.el (archive-mode-map): Move initialization into
18816 the declaration. Override *all* bindings of `undo'.
18817 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18818
18819 2005-04-09 Jay Belanger <belanger@truman.edu>
18820
18821 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18822
18823 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18824
18825 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18826 (xterm-register-default-colors): Update color values computation
18827 to match xterm-200.
18828
18829 2005-04-09 Kenichi Handa <handa@m17n.org>
18830
18831 * international/code-pages.el (iso-latin-7): Fix the map.
18832
18833 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18834
18835 * emacs-lisp/lisp.el (defun-prompt-regexp)
18836 (parens-require-spaces, buffer-end, end-of-defun)
18837 (insert-parentheses): Doc fixes.
18838
18839 2005-04-08 Kim F. Storm <storm@cua.dk>
18840
18841 * comint.el (comint-highlight-prompt): Fix face spec.
18842 * hi-lock.el (hi-green): Likewise.
18843
18844 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18845
18846 * cus-edit.el (custom-modified-face):
18847 * comint.el (comint-highlight-input): Fix previous changes.
18848 * term.el (term-handle-ansi-escape): Add a comment.
18849
18850 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18853 in the buffer and in whitespace-highlighted-space.
18854 (whitespace-unhighlight-the-space): Simplify.
18855 (whitespace-buffer): Simplify.
18856
18857 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18858
18859 * textmodes/table.el (table-cell-face): Add special case for
18860 displays supporting a high number of colors.
18861 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18862 (vhdl-font-lock-reserved-words-face)
18863 (vhdl-speedbar-architecture-face)
18864 (vhdl-speedbar-instantiation-face)
18865 (vhdl-speedbar-architecture-selected-face)
18866 (vhdl-speedbar-instantiation-selected-face): Likewise.
18867 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18868 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18869 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18870 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18871 (ebrowse-progress-face): Likewise.
18872 * progmodes/compile.el (compilation-info-face): Likewise.
18873 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18874 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18875 * calendar/calendar.el (diary-face): Likewise.
18876 * woman.el (woman-italic-face, woman-bold-face)
18877 (woman-unknown-face): Likewise.
18878 * wid-edit.el (widget-button-pressed-face): Likewise.
18879 * whitespace.el (whitespace-highlight-face): Likewise.
18880 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18881 * pcvs-info.el (cvs-marked-face): Likewise.
18882 * info.el (info-xref): Likewise.
18883 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18884 * hilit-chg.el (highlight-changes-face)
18885 (highlight-changes-delete-face): Likewise.
18886 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18887 (hi-red-b): Likewise.
18888 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18889 * font-lock.el (font-lock-keyword-face)
18890 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18891 * cus-edit.el (custom-invalid-face, custom-modified-face)
18892 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18893 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18894 * comint.el (comint-highlight-prompt): Likewise.
18895
18896 2005-04-08 Lute Kamstra <lute@gnu.org>
18897
18898 * font-lock.el (font-lock-keywords): Docstring fixes.
18899
18900 2005-04-08 Kenichi Handa <handa@m17n.org>
18901
18902 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18903 chars are more than a limit, print " and more..." at the tail.
18904
18905 2005-04-08 Kim F. Storm <storm@cua.dk>
18906
18907 * emacs-lisp/authors.el (authors-aliases): Update list.
18908 (authors-ignored-files): New list.
18909 (authors-fixed-entries): Fix typo.
18910 (authors-renamed-files-alist): Update list.
18911 (authors-add): Check authors-ignored-files.
18912
18913 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18914
18915 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18916 optional, to ensure backward compatibility.
18917
18918 2005-04-08 Stephen Eglen <stephen@gnu.org>
18919
18920 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18921
18922 2005-04-08 Kim F. Storm <storm@cua.dk>
18923
18924 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18925
18926 * mouse.el (mouse-on-link-p): Doc fix.
18927
18928 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18929
18930 * ielm.el (ielm-prompt-read-only): Doc fix.
18931
18932 * comint.el (comint-prompt-read-only): Doc fix.
18933
18934 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18935
18936 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18937 ensure dired always handles wildcards passed to ffap.
18938 (find-file-at-point): Use it.
18939 (ffap-dired-wildcards): Doc fix.
18940
18941 2005-04-07 Juri Linkov <juri@jurta.org>
18942
18943 * simple.el (next-error-overlay-arrow-position): New defvar.
18944 Put "=>" on its property `overlay-arrow-string'. Add it to
18945 `overlay-arrow-variable-list'.
18946
18947 * progmodes/compile.el (compilation-setup):
18948 Set `next-error-overlay-arrow-position' to nil. Also set it to
18949 nil in the local hook `kill-buffer-hook'. Make local variable
18950 `overlay-arrow-string' and set it to "=>".
18951 (compilation-goto-locus): Set BOL position to
18952 `next-error-overlay-arrow-position' instead of
18953 `overlay-arrow-position'.
18954
18955 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18956 locally instead of adding it to the global hook.
18957 (Info-kill-buffer): Move up.
18958
18959 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18960
18961 * term/xterm.el (xterm-standard-colors): Update color values from
18962 xterm-200.
18963
18964 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18965
18966 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18967
18968 * fast-lock.el:
18969 * lazy-lock.el: Move them to the obsolete subdir.
18970
18971 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18972
18973 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18974 (wdired-add-replace-advice): Remove.
18975 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18976
18977 2005-04-06 Kim F. Storm <storm@cua.dk>
18978
18979 * startup.el (command-line): Add --bare-bones alias for -Q.
18980
18981 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18982
18983 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18984 create the startup fontset if a font specification ends with
18985 `mac-roman'.
18986
18987 2005-04-06 Lute Kamstra <lute@gnu.org>
18988
18989 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18990 change.
18991
18992 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18993 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18994
18995 2005-04-05 Lute Kamstra <lute@gnu.org>
18996
18997 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18998 (define-generic-mode): Ditto. Fix debug declaration.
18999
19000 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19001 Put them in the generic-x group.
19002
19003 * calendar/timeclock.el (timeclock): Doc fix.
19004
19005 * generic.el (define-generic-mode): Don't use custom-current-group.
19006 Document default :group value.
19007 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19008 (define-global-minor-mode): Don't use custom-current-group.
19009
19010 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19011
19012 * startup.el (command-line-1): Display startup-echo-area-message
19013 when fancy splash screen is in use.
19014
19015 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19016 (sh-escaped-newline): New face.
19017 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19018 newline, and use sh-escaped-newline face.
19019
19020 * progmodes/tcl.el (tcl-escaped-newline): New face.
19021 (tcl-builtin-list): New variable.
19022 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19023 newlines. Fix keywords subexpression number.
19024
19025 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19026
19027 * textmodes/org.el (org-diary-default-entry): Fix call to
19028 `add-to-diary-entry'.
19029
19030 2005-04-05 Kim F. Storm <storm@cua.dk>
19031
19032 * ediff-init.el: Use (featurep 'xemacs).
19033
19034 2005-04-05 David Ponce <david@dponce.com>
19035
19036 * cus-edit.el (face): Derive from symbol widget. Display sample
19037 of the current face on the fly.
19038 (widget-face-sample-face-get, widget-face-notify): New functions.
19039 (widget-face-value-create): Remove.
19040
19041 * wid-edit.el (widget-field-end): Temporarily remove field
19042 narrowing before to call `get-char-property'.
19043
19044 2005-04-04 Jay Belanger <belanger@truman.edu>
19045
19046 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19047 (math-read-subscripts): New variable.
19048 (math-read-preprocess-string): Process subscripts.
19049
19050 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19051
19052 * comint.el (comint-prompt-read-only): Doc fix.
19053
19054 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19055 `-1'. Doc fix.
19056
19057 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19058
19059 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19060 Change default value to nil.
19061
19062 2005-04-04 Lute Kamstra <lute@gnu.org>
19063
19064 * autorevert.el (auto-revert-mode): Specify :group.
19065 * battery.el (display-battery-mode): Specify :group.
19066 * diff-mode.el (diff-minor-mode): Specify :group.
19067 * font-core.el (font-lock-mode): Specify :group.
19068 * hl-line.el (hl-line-mode): Specify :group.
19069 * iimage.el (iimage): New customization group.
19070 (iimage-mode): Specify :group.
19071 * longlines.el (longlines-mode): Specify :group.
19072 * master.el: Don't require easy-mmode.
19073 (master): New customization group.
19074 (master-mode): Specify :group.
19075 * msb.el (msb-mode): Specify :group.
19076 * reveal.el (reveal-mode): Specify :group.
19077 * simple.el (next-error-follow-minor-mode): Specify :group.
19078 * smerge-mode.el (smerge-mode): Specify :group.
19079 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19080 * emulation/cua-base.el (cua-mode): Specify :group.
19081 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19082 * language/thai-util.el (thai-auto-composition-mode)
19083 (thai-word-mode): Specify :group.
19084 * mail/supercite.el (sc-minor-mode): Specify :group.
19085 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19086 * progmodes/flymake.el (flymake-mode): Specify :group.
19087 * progmodes/glasses.el (glasses-mode): Specify :group.
19088 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19089 * textmodes/enriched.el (enriched-mode): Specify :group.
19090 * textmodes/refill.el (refill-mode): Specify :group.
19091
19092 * add-log.el (change-log-font-lock-keywords): Names in
19093 parenthesized lists can contain spaces.
19094
19095 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19096
19097 * startup.el (fancy-splash-text): Shorten default text of
19098 "Emacs Tutorial" line. Also, if the current language env
19099 indicates an available tutorial file other than TUTORIAL,
19100 extract its title and append it to the line in parentheses.
19101 (fancy-splash-insert): If arg is a thunk, funcall it.
19102
19103 2005-04-04 Jay Belanger <belanger@truman.edu>
19104
19105 * calc.el (calc-language-alist): Add tags to customization type.
19106
19107 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19108
19109 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19110 Doc fix.
19111
19112 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19113
19114 * add-log.el (change-log-font-lock-keywords): The manual
19115 describing a Change Log entry, says: (...) "Aside from these
19116 header lines, every line in the change log starts with a space or
19117 a tab.". The font-lock was not highlighting lines started with
19118 spaces, added support for it.
19119
19120 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19121
19122 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19123 (bibtex-generate-url-list): Update docstring accordingly. Put the
19124 complex example in the docstring.
19125 (bibtex-font-lock-url): Use pop.
19126
19127 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19128
19129 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19130
19131 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19132
19133 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19134
19135 * filesets.el (filesets-set-default): Doc fix.
19136
19137 2005-04-03 Lute Kamstra <lute@gnu.org>
19138
19139 * generic.el (define-generic-mode): Add argument to specify
19140 keywords for defcustom.
19141 (default-generic-mode): Specify :group.
19142
19143 * generic-x.el: Specify :group for all generic modes.
19144
19145 * desktop.el (desktop-no-desktop-file-hook)
19146 (desktop-after-read-hook): Doc fix.
19147
19148 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19149
19150 * simple.el (visible-mode): Use explicit :group keyword.
19151 This changes the group of `visible-mode-hook' from paren-blinking
19152 to editing-basics.
19153
19154 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19155
19156 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19157 mailbox specifications as well as URLs.
19158 (rmail-insert-inbox-text): Remove unused conditional branches.
19159
19160 2005-04-01 Jay Belanger <belanger@truman.edu>
19161
19162 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19163 (calc-gnuplot-print-command): Move definitions to calc.el.
19164
19165 * calc/calc-embed.el (calc-embedded-announce-formula)
19166 (calc-embedded-open-formula, calc-embedded-close-formula)
19167 (calc-embedded-open-word, calc-embedded-close-word)
19168 (calc-embedded-open-plain, calc-embedded-close-plain)
19169 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19170 (calc-embedded-open-mode, calc-embedded-close-mode):
19171 Move definitions to calc.el.
19172
19173 * calc/calc.el (calc-settings-file, calc-language-alist):
19174 Make customizable.
19175 (calc-embedded-announce-formula, calc-embedded-open-formula)
19176 (calc-embedded-close-formula, calc-embedded-open-word)
19177 (calc-embedded-close-word, calc-embedded-open-plain)
19178 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19179 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19180 (calc-embedded-close-mode, calc-gnuplot-name)
19181 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19182 from other files and make customizable.
19183
19184 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19187 Use buffer-live-p.
19188 (cvs-mode-run): Don't call cvs-update-header here.
19189 (cvs-run-process): Call cvs-update-header.
19190 Use process properties for cvs-postprocess and cvs-buffer so that
19191 the sentinel can behave better if the temp buffer is killed.
19192 Use a pipe rather than a tty, to better handle unexpected prompts.
19193 (cvs-sentinel): Rewrite. Call cvs-update-header.
19194
19195 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19196
19197 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19198 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19199
19200 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * generic.el (define-generic-mode): Add indentation rule.
19203
19204 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19205
19206 * files.el (mode-require-final-newline): Make Custom correctly
19207 report a nil value and allow to set it to nil via Custom.
19208 Doc fix.
19209
19210 2005-04-01 Kenichi Handa <handa@m17n.org>
19211
19212 * international/characters.el: Enable the correct case setting for
19213 dotless-i and dotted-I.
19214
19215 2005-04-01 Kim F. Storm <storm@cua.dk>
19216
19217 * ido.el (ido-file-internal): Fall back to non-ido command if
19218 initial directory is on slow ftp (or tramp) host.
19219
19220 2005-03-31 Richard M. Stallman <rms@gnu.org>
19221
19222 * emacs-lisp/autoload.el (make-autoload):
19223 Handle define-global-minor-mode.
19224
19225 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19226 Rename from easy-mmode-define-global-mode.
19227 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19228
19229 * progmodes/scheme.el (scheme-mode-syntax-table):
19230 Update syntax of | and # for two-character comment syntax.
19231
19232 2005-03-31 Lute Kamstra <lute@gnu.org>
19233
19234 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19235 (define-minor-mode): Call custom-current-group at load-time.
19236
19237 * generic.el (define-generic-mode): Add debug declaration.
19238 Add defcustom for the mode hook.
19239 (generic-mode-internal): Use run-mode-hooks.
19240
19241 2005-03-31 Kim F. Storm <storm@cua.dk>
19242
19243 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19244 (mouse-fixup-help-message): New defun called by show_help_echo
19245 to fixup mouse-2 prefix in help messages when applicable.
19246
19247 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19248
19249 2005-03-31 Kenichi Handa <handa@m17n.org>
19250
19251 * language/thai-word.el (thai-find-word-ends): Pay attention to
19252 the case that we reach the end of buffer.
19253
19254 * textmodes/fill.el (fill-text-properties-at): New function.
19255 (fill-newline): Use fill-text-properties-at instead of
19256 text-properties-at.
19257
19258 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19259
19260 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19261 not comint-quote-filename.
19262
19263 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19264
19265 * help-fns.el (help-with-tutorial): Revert last change.
19266
19267 2005-03-31 Kim F. Storm <storm@cua.dk>
19268
19269 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19270
19271 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19272
19273 * calendar/cal-china.el: Update reference to "Calendrical
19274 Calculations" book; there's a new edition.
19275 * calendar/cal-coptic.el: Likewise.
19276 * calendar/cal-french.el: Likewise.
19277 * calendar/cal-hebrew.el: Likewise.
19278 * calendar/cal-islam.el: Likewise.
19279 * calendar/cal-iso.el: Likewise.
19280 * calendar/cal-julian.el: Likewise.
19281 * calendar/cal-mayan.el: Likewise.
19282 * calendar/cal-persia.el: Likewise.
19283 * calendar/calendar.el: Likewise.
19284 * calendar/holidays.el: Likewise.
19285 * calendar/lunar.el: Likewise.
19286 * calendar/solar.el: Likewise.
19287
19288 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19289 white space from doc string.
19290
19291 2005-03-30 Jay Belanger <belanger@truman.edu>
19292
19293 * calc/calc-help.el (calc-full-help): Remove email address.
19294
19295 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19296
19297 * help-fns.el (help-with-tutorial): Delete title line.
19298
19299 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19300
19301 * calendar/cal-x.el (calendar-one-frame-setup)
19302 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19303 rather than `symbol' for set-window-dedicated-p.
19304
19305 * calendar/appt.el (appt-buffer-name): Make it a constant.
19306 (appt-add): Doc fix.
19307
19308 * filesets.el (filesets-menu-path, filesets-menu-before)
19309 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19310 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19311 (filesets-add-submenu): Delete and use add-submenu instead.
19312
19313 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19314
19315 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19316 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19317 (org-diary-default-entry): New function.
19318 (org-get-entries-from-diary): Better parsing of diary entries.
19319 (org-agenda-check-no-diary): New function.
19320 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19321 linking to diary entries.
19322 (org-agenda-execute-calendar-command): New function.
19323 (org-agenda): Improve visible section in window.
19324 Use `org-fit-agenda-window'.
19325 (org-fit-agenda-window): New option.
19326 (org-move-subtree-down): Better handling of empty lines
19327 at end of subtree.
19328 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19329 levels up.
19330 (org-fontify-done-headline): New option.
19331 (org-headline-done-face): New face.
19332 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19333 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19334 When current field is non-empty, it is copied to next row.
19335 (org-table-copy-from-above): Fix bug which made it
19336 impossible to copy fields containing only a single non-white character.
19337
19338 2005-03-30 Kim F. Storm <storm@cua.dk>
19339
19340 * kmacro.el (kmacro-end-macro): Isearch may store this command
19341 into the macro -- so ignore it when executing keyboard macro.
19342
19343 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19344
19345 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19346
19347 2005-03-29 Kenichi Handa <handa@m17n.org>
19348
19349 * language/thai.el ("Thai"): Set setup-function and exit-function
19350 for Thai language environment.
19351
19352 * language/thai-util.el: Require thai-word.
19353 (thai-word-mode-map): New variable.
19354 (thai-word-mode): New minor mode.
19355 (setup-thai-language-environment-internal): New function.
19356 (exit-thai-language-environment-internal): New function.
19357
19358 * language/thai-word.el (thai-word-table): Declare it by defvar,
19359 use dolist to initialize it.
19360 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19361 (thai-fill-find-break-point): New functions.
19362
19363 2005-03-29 Richard M. Stallman <rms@gnu.org>
19364
19365 * simple.el (idle-update-delay): Move definition up.
19366 (set-mark): Doc fix.
19367
19368 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19369
19370 * longlines.el: New file.
19371
19372 * simple.el (buffer-substring-filters): New variable.
19373 (filter-buffer-substring): New function.
19374 (kill-region, copy-region-as-kill): Use it.
19375
19376 * register.el (copy-to-register, append-to-register)
19377 (prepend-to-register): Use filter-buffer-substring.
19378
19379 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19380
19381 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19382 (gud-filter-pending-text): Move in front of gdb.
19383 (gud-overlay-arrow-position): New variable.
19384 (gud-sentinel, gud-display-line): Use it in place of
19385 overlay-arrow-position.
19386
19387 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19388
19389 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19390 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19391 (fortran-font-lock-keywords-4): New variable.
19392 (fortran-blocks-re, fortran-end-block-re)
19393 (fortran-start-block-re): New constants, for hideshow.
19394 (hs-special-modes-alist): Add a Fortran entry.
19395 (fortran-mode-map): Bind fortran-end-of-block,
19396 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19397 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19398 (fortran-looking-at-if-then, fortran-end-of-block)
19399 (fortran-beginning-of-block): New functions, for hideshow.
19400
19401 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19402 Doc fix. Tweak regexp.
19403 (f90-beginning-of-block): Push mark first.
19404
19405 2005-03-29 Jay Belanger <belanger@truman.edu>
19406
19407 * calc/calc.el: Update copyright date.
19408 (calc-version): Increase to 2.1.
19409 (calc-version-date): Remove.
19410
19411 * calc/calc-help.el: Update copyright date.
19412 (calc-full-help): Remove reference to calc-version-date.
19413 Update copyright date.
19414
19415 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19416
19417 * vc.el (vc-do-command): Use a pipe for async processes, so password
19418 prompts don't show up at places where the user can't reply.
19419
19420 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19421
19422 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19423 on the file name we pass to the inferior shell.
19424
19425 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19426
19427 * progmodes/which-func.el (which-function): Be robust in the face of an
19428 imenu--make-index-alist failure.
19429
19430 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19431
19432 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19433
19434 * progmodes/python.el (python-preoutput-filter): Fix last change.
19435
19436 2005-03-29 Lute Kamstra <lute@gnu.org>
19437
19438 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19439 functions and compiled macros.
19440 (debug-convert-byte-code): Handle macros too.
19441 (debug-on-entry-1): Don't signal an error when trying to clear a
19442 function that is not set to debug on entry.
19443
19444 2005-03-29 Jay Belanger <belanger@truman.edu>
19445
19446 * calc/calc-lang.el: Add functions to math-function-table
19447 properties of tex and math.
19448
19449 2005-03-29 Kenichi Handa <handa@m17n.org>
19450
19451 * ps-mule.el (ps-mule-plot-string): Translate characters by
19452 ps-print-translation-table.
19453 (ps-mule-begin-job): Call find-charset-region/string with
19454 ps-print-translation-table.
19455 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19456
19457 * ps-print.el (ps-print-translation-table): New variable.
19458 (ps-plot-region): Translate characters by ps-print-translation-table.
19459
19460 2005-03-29 Juri Linkov <juri@jurta.org>
19461
19462 * simple.el (next-error-highlight-timer): New variable.
19463
19464 * progmodes/compile.el (compilation-goto-locus):
19465 Use `next-error-highlight-timer' instead of `sit-for'.
19466
19467 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * mail/supercite.el (sc-mail-field): Use assoc-string.
19470 (sc-get-address): Simplify regexps.
19471
19472 * files.el (minibuffer-with-setup-hook): New macro.
19473 (find-file-read-args): Use it to avoid let-binding
19474 minibuffer-with-setup-hook (which breaks turning on/off
19475 file-name-shadow-mode while in the prompt).
19476
19477 * complete.el (PC-read-include-file-name-internal):
19478 Use test-completion.
19479
19480 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19481
19482 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19483
19484 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * window.el (window-buffer-height): Use count-screen-lines.
19487
19488 * progmodes/python.el (python-preoutput-leftover): New var.
19489 (python-preoutput-filter): Use it.
19490 (python-send-receive): Loop until all the result has been received.
19491
19492 2005-03-28 Juri Linkov <juri@jurta.org>
19493
19494 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19495
19496 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19497 "Recover Crashed Session".
19498 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19499 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19500 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19501 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19502 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19503 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19504 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19505 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19506
19507 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19508 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19509 Ediff Sessions", "Toggle use of separate control buffer frame",
19510 "Use separate frame for Ediff control buffer".
19511
19512 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19513 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19514 "Rename Bookmark", "Delete Bookmark".
19515
19516 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19517 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19518 Add `:active Info-index-alternatives' to "Next Matching Item".
19519
19520 * wdired.el (wdired-change-to-wdired-mode):
19521 Mention `wdired-abort-changes' key in the initial message.
19522
19523 * international/mule.el (auto-coding-alist): Associate non-ascii
19524 image filename extensions with `no-conversion'.
19525
19526 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * international/iso-acc.el:
19529 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19530
19531 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19532
19533 * textmodes/sgml-mode.el (html-mode): Doc update.
19534
19535 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19536
19537 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19538
19539 * term.el (term-move-columns): Fix face after extending a line.
19540 (term-insert-spaces): Likewise.
19541 (term-reset-terminal): Fix off by one error.
19542
19543 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19544
19545 * international/mule.el (auto-coding-alist): Add .xpi files.
19546
19547 * files.el (auto-mode-alist): Add .xpi files.
19548
19549 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19550
19551 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19552
19553 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19554
19555 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19556
19557 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19558
19559 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19560 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19561
19562 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19563 cursor to Jan 1 when needed.
19564 (calendar-end-of-year): Fix -/+ typo.
19565 Reported by Chong Yidong <cyd@stupidchicken.com>.
19566
19567 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19568
19569 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19570
19571 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19572 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19573
19574 2005-03-25 Richard M. Stallman <rms@gnu.org>
19575
19576 * filesets.el (filesets-init): Add autoload.
19577
19578 * mail/mailalias.el (mail-directory): Doc fix.
19579
19580 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19581
19582 * mail/mailalias.el (mail-directory-process): Do nothing if
19583 mail-directory-process is an atom.
19584 (mail-get-names): Ignore mail-directory-names if it is an atom.
19585 (mail-directory-process defvar): Doc fix.
19586 (mail-names): Doc fix.
19587
19588 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19589
19590 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19591
19592 2005-03-26 Kenichi Handa <handa@m17n.org>
19593
19594 * international/mule-util.el (detect-coding-with-priority):
19595 Call update-coding-systems-internal before detect-coding-region.
19596
19597 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19598
19599 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19600 (gdb-frames-mode-map): Add follow-link property.
19601
19602 2005-03-25 Jay Belanger <belanger@truman.edu>
19603
19604 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19605 for variables.
19606
19607 2005-03-25 Juri Linkov <juri@jurta.org>
19608
19609 * image-mode.el: Optimize image filename extension regexps in
19610 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19611 in `auto-mode-alist'.
19612 (image-mode): Add `image-toggle-display-text' to local hook
19613 `change-major-mode-hook'. Display the image as an image by
19614 default. Set `cursor-type' and `truncate-lines' if the image
19615 is already displayed. Take into account the current mode (image
19616 or text) in message.
19617 (image-minor-mode): New minor mode.
19618 (image-mode-maybe, image-toggle-display-text): New functions.
19619 (image-toggle-display): Use called-interactively-p.
19620 Let-bind `inhibit-read-only' to t.
19621
19622 * image-mode.el (image-minor-mode): Set `cursor-type' and
19623 `truncate-lines' if the image is already displayed. Add turning
19624 image-minor-mode off to `change-major-mode-hook'. Add message.
19625 Call `image-toggle-display-text' after turning image-minor-mode off.
19626
19627 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19630 Terminal.app, use utf-8.
19631 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19632 (set-locale-environment): Use it.
19633
19634 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19635
19636 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19637
19638 * progmodes/python.el (python-close-block-statement-p)
19639 (python-outdent-p, python-current-defun): Use symbol-end.
19640
19641 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19642
19643 * files.el (save-some-buffers): Doc fix.
19644
19645 2005-03-25 Werner Lemberg <wl@gnu.org>
19646
19647 * complete.el, thumbs.el: Replace `legal' with `valid'.
19648 * calendar/calendar.el: Replace `legal' with `valid'.
19649 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19650 * mail/supercite.el: Replace `legal' with `valid'.
19651 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19652 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19653 Replace `legal' with `valid'.
19654 * textmodes/reftex-vars.el, textmodes/reftex.el:
19655 Replace `legal' with `valid'.
19656
19657 2005-03-25 Werner Lemberg <wl@gnu.org>
19658
19659 * calc/calc-forms.el, calc/calc-sel.el
19660 * midnight.el, vc-cvs.el
19661 * emacs-lisp/cl-macs.el
19662 * emulation/vip.el
19663 * eshell/esh-io.el, eshell/esh-var.el
19664 * mail/supercite.el
19665 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19666 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19667 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19668 * progmodes/sh-script.el, progmodes/xscheme.el
19669 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19670 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19671 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19672 * textmodes/reftex.el, textmodes/org.el:
19673 Replace `illegal' with `invalid'.
19674
19675 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19678 (flymake-find-buildfile, flymake-find-possible-master-files)
19679 (flymake-check-include, flymake-parse-line): Replace loops over the
19680 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19681
19682 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19683 Substitute file-name-as-directory in the rest of the file.
19684 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19685 (flymake-replace-region): Remove unused arg `buffer'.
19686 (flymake-check-patch-master-file-buffer): Update calls to it.
19687 (flymake-add-err-info): Remove unused var `count'.
19688 (flymake-mode): Use define-minor-mode.
19689
19690 * progmodes/flymake.el: Use with-current-buffer.
19691 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19692 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19693 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19694 Avoid testing for `xemacs'.
19695 (flymake-nop): Move.
19696 (flymake-region-has-flymake-overlays): Return the computed value.
19697 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19698 Remove unused var `endline'.
19699 (flymake-get-line-count): Remove unused function.
19700 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19701
19702 * emulation/vi.el:
19703 * generic.el:
19704 * hilit-chg.el (global-highlight-changes):
19705 * hi-lock.el (hi-lock-mode):
19706 * follow.el: find-file-hooks -> find-file-hook.
19707
19708 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19709
19710 2005-03-24 Juri Linkov <juri@jurta.org>
19711
19712 * dired.el (dired-mode-map): Add menu item "Compare directories"
19713 for dired-compare-directories.
19714
19715 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19716 Doc fix. Replace `read-file-name' with `read-directory-name'.
19717
19718 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19719
19720 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19721
19722 2005-03-24 Jay Belanger <belanger@truman.edu>
19723
19724 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19725 relevant mode settings in calc-embedded-original-modes when modes
19726 are permanently changed.
19727
19728 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19729
19730 * autoinsert.el: find-file-hooks -> find-file-hook.
19731
19732 2005-03-24 Lute Kamstra <lute@gnu.org>
19733
19734 * generic.el (generic-font-lock-defaults): Make it obsolete.
19735 (generic-font-lock-keywords): New variable to replace
19736 generic-font-lock-defaults.
19737 (generic-mode-set-font-lock): Delete it.
19738 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19739 (generic-bracket-support): Add docstring.
19740
19741 * generic-x.el: Rename generic-font-lock-defaults to
19742 generic-font-lock-keywords throughout.
19743 (mailagent-rules-setup-function): Delete it.
19744 (mailagent-rules-generic-mode): Use anonymous function instead.
19745 (show-tabs-generic-mode-font-lock-defaults-1)
19746 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19747 Quote faces.
19748 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19749 not foreground.
19750
19751 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19752 Recognize define-generic-mode.
19753
19754 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19757 if there's no completion table.
19758
19759 2005-03-23 Miles Bader <miles@gnu.org>
19760
19761 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19762 Remove tty-specific variants, as they're no longer needed.
19763
19764 2005-03-23 Lute Kamstra <lute@gnu.org>
19765
19766 * generic-x.el: Code cleanup: make args constant whenever possible.
19767 (installshield-statement-keyword-list)
19768 (installshield-system-functions-list)
19769 (installshield-system-variables-list, installshield-types-list)
19770 (installshield-funarg-constants-list): Make them constants.
19771
19772 * generic.el (generic-make-keywords-list): Add autoload cookie.
19773
19774 * calendar/time-date.el: Add comment on time value formats.
19775 Don't require parse-time.
19776 (with-decoded-time-value): New macro.
19777 (encode-time-value): New function.
19778 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19779 (days-to-time): Return a valid time value when arg is huge.
19780 (time-since): Use time-subtract.
19781 (time-to-number-of-days): Use time-to-seconds.
19782
19783 2005-03-23 David Ponce <david@dponce.com>
19784
19785 * recentf.el (recentf-keep): New option.
19786 (recentf-menu-action): Default to `find-file'.
19787 (recentf-keep-non-readable-files-flag)
19788 (recentf-keep-non-readable-files-p)
19789 (recentf-file-readable-p, recentf-find-file)
19790 (recentf-cleanup-remote): Remove.
19791 (recentf-include-p): More robust.
19792 (recentf-keep-p): New function.
19793 (recentf-remove-if-non-kept): Rename from
19794 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19795 All callers updated.
19796 (recentf-menu-items-for-commands): Fix help string.
19797 (recentf-track-closed-file): Update. Doc fix.
19798 (recentf-cleanup): Update. Count removed files. Doc fix.
19799
19800 2005-03-23 Kim F. Storm <storm@cua.dk>
19801
19802 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19803 Don't inherit from fringe face (now happens automatically).
19804
19805 2005-03-22 Kim F. Storm <storm@cua.dk>
19806
19807 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19808 position values.
19809
19810 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * menu-bar.el (showhide-date-time): Remove.
19813 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19814 (menu-bar-make-mm-toggle): Simplify.
19815
19816 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19817
19818 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19819 Accept qualified variable and function names.
19820
19821 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19822
19823 * bindings.el (completion-ignored-extensions):
19824 Remove ".lis" for `vax-vms'.
19825
19826 2005-03-22 Andreas Schwab <schwab@suse.de>
19827
19828 * generic-x.el: Revert last change.
19829 * ldefs-boot.el: Update.
19830
19831 2005-03-22 Jay Belanger <belanger@truman.edu>
19832
19833 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19834 (calc-embedded-save-original-modes)
19835 (calc-embedded-restore-original-modes): New functions.
19836 (calc-do-embedded): Save original modes when entering embedded mode
19837 and restore when leaving embedded mode.
19838 (calc-embedded-modes-change): Change the value of
19839 calc-embedded-original-modes to reflect permanent changes.
19840
19841 2005-03-22 Lute Kamstra <lute@gnu.org>
19842
19843 * generic-x.el: Require generic again.
19844
19845 2005-03-22 Miles Bader <miles@gnu.org>
19846
19847 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19848 Tweak details to look good on both ttys and bitmap displays, light
19849 or dark background, etc.
19850
19851 2005-03-21 Kim F. Storm <storm@cua.dk>
19852
19853 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19854 mouse position.
19855
19856 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * icomplete.el: Don't forcibly turn on the mode upon load.
19859 (icomplete-mode): Use define-minor-mode.
19860 (icomplete-eoinput): Default to nil.
19861 (icomplete-minibuffer-setup): Remove autoload.
19862 (icomplete-tidy): Simplify.
19863 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19864 in the initial state or if the user has modified the field.
19865 Fix handling of icomplete-max-delay-chars.
19866 Remove code that handles the oddball case where
19867 minibuffer-completion-table is an integer.
19868 Wrap icomplete-completions in while-no-input in case building
19869 completions takes more time than expected.
19870 (icomplete-completions): Simplify.
19871
19872 2005-03-21 Richard M. Stallman <rms@gnu.org>
19873
19874 * jka-compr.el (jka-compr-really-do-compress):
19875 Make variable buffer-local.
19876
19877 * image-mode.el: Handle .xpm files too.
19878 (image-toggle-display): Preserve modification flag.
19879
19880 * help.el (where-is): Don't mention aliases with no key bindings.
19881
19882 2005-03-21 Lute Kamstra <lute@gnu.org>
19883
19884 * generic.el: Fix commentary section. Don't require cl for
19885 compilation.
19886 (generic-mode-list): Add autoload cookie.
19887 (generic-use-find-file-hook, generic-lines-to-scan)
19888 (generic-find-file-regexp, generic-ignore-files-regexp)
19889 (generic-mode, generic-mode-find-file-hook)
19890 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19891 (define-generic-mode): Make it a defmacro. Fix docstring.
19892 (generic-mode-internal): Code cleanup. Add autoload cookie.
19893 (generic-mode-set-comments): Code cleanup.
19894 * generic-x.el: Don't prevent compilation. Don't require generic.
19895 Follow coding conventions. Minor code cleanup.
19896 (etc-fstab-generic-mode): Add some keywords.
19897 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19898 define-generic-mode like a function declaration.
19899
19900 2005-03-21 Jay Belanger <belanger@truman.edu>
19901
19902 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19903 changing modes.
19904
19905 2005-03-21 Sam Steingold <sds@gnu.org>
19906
19907 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19908
19909 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19910
19911 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19912 Add underscore to "f$ lexicals" regexp.
19913
19914 2005-03-20 Juri Linkov <juri@jurta.org>
19915
19916 * subr.el (progress-reporter-do-update): When `min-value' is equal
19917 to `max-value', set `percentage' to 0 and prevent division by zero.
19918
19919 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19920
19921 Sync with Tramp 2.0.48.
19922
19923 * net/tramp.el (all): Change all addresses to .gnu.org.
19924 (tramp-append-tramp-buffers): New defun.
19925 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19926 Catch `dont-send' signal.
19927 (tramp-set-auto-save-file-modes): Set always permissions, because
19928 there might be an old auto-saved file belonging to another
19929 original file. This could be a security threat. Reported by
19930 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19931 Check for Emacs 21.3.50 removed.
19932
19933 * net/tramp-smb.el (all): Remove debug construct for
19934 `with-parsed-tramp-file-name'.
19935 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19936 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19937 No error message if DIRECTORY or FILENAME doesn't exist.
19938 (tramp-smb-open-connection): Check existence of
19939 `tramp-smb-program'.
19940
19941 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19944 Properly handle the case where the `m' or `s' command's argument is not
19945 yet terminated.
19946 (perl-indent-new-calculate): New function.
19947 (perl-indent-line): Use it.
19948
19949 2005-03-20 Miles Bader <miles@gnu.org>
19950
19951 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19952 in text-mode too. Change to new face names.
19953 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19954 Add `:weight bold' attribute.
19955 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19956
19957 2005-03-19 Juri Linkov <juri@jurta.org>
19958
19959 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19960
19961 * international/mule.el (auto-coding-alist): Sync with
19962 `auto-mode-alist' by adding upper case archive file extensions
19963 and adding ear/war to jar extension.
19964
19965 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19966
19967 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19968 running, restart it.
19969
19970 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19971
19972 * finder.el (finder-current-item): Throw an error on an empty line.
19973
19974 * man.el (Man-follow-manual-reference): If current-word returns
19975 nil, use "".
19976
19977 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19978
19979 * simple.el (goto-line): Doc fix.
19980
19981 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19982
19983 * files.el (save-buffer): Doc fix.
19984
19985 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19986
19987 * recentf.el (recentf-cleanup-remote): New variable.
19988 (recentf-cleanup): Use it to conditionally check availability of
19989 remote files.
19990
19991 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19992
19993 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19994 function names.
19995
19996 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19997
19998 * language/thai-word.el: New file.
19999
20000 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20001
20002 * files.el (backup-buffer): If the file's directory is not
20003 writable, use copy instead of move to backup the file.
20004
20005 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20006
20007 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20008
20009 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20010
20011 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20012 Use functionp instead of symbolp and fboundp. Reported by Drkm
20013 <darkman_spam@yahoo.fr>.
20014 (ps-print-version): New version 6.6.6.
20015
20016 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20017
20018 * textmodes/table.el (table--line-column-position): New idiom.
20019 (table--row-column-insertion-point-p): New function to test
20020 validity of row and column insertion operation at a location.
20021 (table-global-menu, table-cell-menu): Use above functions for
20022 deterministic test operation.
20023 (table--editable-cell-p): Behave in deterministic fashion.
20024
20025 2005-03-18 Juri Linkov <juri@jurta.org>
20026
20027 * isearch.el (isearch-lazy-highlight-new-loop):
20028 Make arguments beg and end optional.
20029 (isearch-update): Remove optional arguments nil from
20030 isearch-lazy-highlight-new-loop.
20031 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20032 isearch-lazy-highlight-case-fold-search instead of
20033 isearch-case-fold-search, and let-bind isearch-regexp to
20034 isearch-lazy-highlight-regexp.
20035 Use isearch-lazy-highlight-last-string instead of isearch-string.
20036
20037 * replace.el (perform-replace): Remove bindings of global
20038 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20039 Add three new arguments to `replace-highlight'.
20040 (replace-highlight): Add arguments string, regexp, case-fold.
20041 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20042 to allow isearch-lazy-highlight-new-loop to use these values
20043 to set corresponding isearch-lazy-highlight-* internal
20044 variables whose values lazy highlighting will use regardless of
20045 changes to global variables isearch-string, isearch-regexp,
20046 isearch-case-fold-search during lazy highlighting loop.
20047 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20048 to `lazy-highlight-cleanup'.
20049
20050 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20051 (ispell-highlight-face): Set default face to `isearch' when
20052 lazy highlighting is enabled.
20053 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20054 priority to 1. Add lazy highlighting.
20055 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20056 from `isearch-dehighlight'.
20057
20058 2005-03-18 David Ponce <david@dponce.com>
20059
20060 * files.el (hack-local-variables): Do a case-insensitive search
20061 for End.
20062
20063 2005-03-18 Juri Linkov <juri@jurta.org>
20064
20065 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20066 `isearch-lazy-highlight-cleanup', add alias to old name and
20067 declare obsolete. Add release numbers to other obsolete vars.
20068 (isearch-done, isearch-lazy-highlight-new-loop):
20069 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20070 (lazy-highlight-cleanup) <variable>: Doc fix.
20071 (isearch-lazy-highlight-update): Rename obsolete
20072 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20073
20074 2005-03-18 Kenichi Handa <handa@m17n.org>
20075
20076 * language/thai-util.el: Fix categorization of Thai characters in
20077 thai-category-table.
20078 (thai-composition-pattern): Adjust it for the above change.
20079 (thai-self-insert-command, thai-compose-syllable): New functions.
20080 (thai-compose-region): Use thai-compose-syllable.
20081 (thai-compose-string): Likewise.
20082 (thai-composition-function): Likewise.
20083 (thai-auto-composition): New function.
20084 (thai-auto-composition-mode): New minor mode.
20085
20086 * language/thai.el: Fix patterns to be registered in
20087 composition-function-table.
20088
20089 * international/quail.el (quail-input-method): Locally bind
20090 inhibit-modification-hooks to t.
20091
20092 2005-03-17 Richard M. Stallman <rms@gnu.org>
20093
20094 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20095 (perl-mode): Use run-mode-hooks.
20096
20097 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20098 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20099 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20100
20101 * mail/sendmail.el (sendmail-send-it): Reenable the code
20102 to compute resend-to-address and use it.
20103
20104 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20105
20106 * image-mode.el: New file.
20107
20108 * image.el (insert-sliced-image): Add autoload cookie.
20109
20110 * font-lock.el (font-lock-lines-before): New user option.
20111 (font-lock-after-change-function): Obey it.
20112
20113 * bindings.el (esc-map): Make M-g a prefix.
20114 Bind M-g g and M-g M-g to goto-line.
20115
20116 * faces.el (face-id): Doc fix.
20117
20118 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20119
20120 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20121 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20122 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20123
20124 * mail/sendmail.el (mail-yank-ignored-headers)
20125 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20126 Add Mail-Followup-To and Mail-Reply-To headers.
20127 (mail-citation-hook): Add autoload cookie.
20128 (mail-mode): Doc fix.
20129 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20130 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20131 (mail-mode-fill-paragraph): Handle those headers.
20132 (mail-mailing-lists): New variable.
20133 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20134
20135 2005-03-17 Juri Linkov <juri@jurta.org>
20136
20137 * isearch.el (isearch-fallback): Check for `(car previous)'
20138 before calling `isearch-other-end-state'.
20139
20140 2005-03-17 Kim F. Storm <storm@cua.dk>
20141
20142 * simple.el (move-beginning-of-line): Move to beginning of buffer
20143 line, as well as beginning of screen line.
20144
20145 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20146
20147 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20148 argument REDRAW rather than calendar-redrawing variable.
20149 * calendar/calendar.el (calendar-redrawing): Delete.
20150 (redraw-calendar): Do not bind calendar-redrawing.
20151
20152 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20153
20154 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20155 diary-file buffer.
20156
20157 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * help.el (describe-mode): Allow a :minor-mode-function property to
20160 specify a different minor mode toggle function than the variable.
20161 * simple.el (auto-fill-function):
20162 * subr.el (add-minor-mode): Use it.
20163
20164 2005-03-16 Kenichi Handa <handa@m17n.org>
20165
20166 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20167 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20168 (ethio-fidel-to-sera-buffer): Likewise.
20169
20170 2005-03-16 Juri Linkov <juri@jurta.org>
20171
20172 * emacs-lisp/find-func.el (find-function-regexp):
20173 Add defun-emitting macro `menu-bar-make-toggle'.
20174
20175 * isearch.el: Put `isearch-scroll' property to
20176 `split-window-horizontally'.
20177
20178 * info.el: Update error messages for `debug-ignored-errors'.
20179 (Info-isearch-search): Doc fix.
20180 (Info-find-node): Move up code to go into info buffer before
20181 recording the node to the history.
20182 (Info-fontify-node): Fontify titles only if the next line
20183 has two or more `*', `=', `-', `.'.
20184 Display "go to this node" for empty (match-string 3).
20185
20186 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20187
20188 * term/mac-win.el: Add mouse pointer shape constants.
20189
20190 2005-03-15 Kim F. Storm <storm@cua.dk>
20191
20192 * simple.el (move-beginning-of-line): Use vertical-motion.
20193
20194 2005-03-15 Juri Linkov <juri@jurta.org>
20195
20196 * isearch.el (isearch-error): New variable.
20197 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20198 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20199 (isearch-within-brackets-state): Remove.
20200 (isearch-case-fold-search-state, isearch-pop-fun-state):
20201 Decrease frame index.
20202 (isearch-mode, isearch-top-state, isearch-push-state)
20203 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20204 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20205 (isearch-search, isearch-lazy-highlight-new-loop):
20206 Replace `isearch-invalid-regexp' with `isearch-error'.
20207 Remove `isearch-within-brackets'.
20208 (isearch-search): Add `search-failed' handler to `condition-case'.
20209 (isearch-lazy-highlight-search): Add `condition-case' to catch
20210 errors and allow `isearch-lazy-highlight-update' to try
20211 highlighting from the beginning of the window.
20212 (isearch-repeat): Move up code to set isearch-wrapped to t
20213 before calling isearch-wrap-function.
20214
20215 * info.el (Info-isearch-initial-node): New internal variable.
20216 (Info-search): Signal an error in isearch mode when search leaves
20217 the initial node. Signal an error when `bound' is non-nil and
20218 nothing was found in the current subfile.
20219 (Info-isearch-search): Remove `condition-case'.
20220 (Info-isearch-wrap): Don't wrap when search failed during leaving
20221 the initial node. If `Info-isearch-search' is nil, wrap around
20222 the current node.
20223 (Info-isearch-start): New fun.
20224 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20225 `isearch-mode-hook'.
20226
20227 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20228
20229 * simple.el (normal-erase-is-backspace): Set default to t if
20230 running on Mac.
20231
20232 * term/mac-win.el (function-key-map): Sync with x-win.el.
20233
20234 2005-03-15 Kenichi Handa <handa@m17n.org>
20235
20236 * international/mule-cmds.el (locale-language-names): Modify the
20237 format of elements and add more entries.
20238 (locale-preferred-coding-systems): Add more entries.
20239 (set-locale-environment): Adjust for the change of
20240 locale-language-names.
20241
20242 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * pcvs.el (smerge-ediff): Remove bogus autoload.
20245
20246 2005-03-14 Lute Kamstra <lute@gnu.org>
20247
20248 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20249 Ignore a `*' at the beginning of a line.
20250
20251 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20252 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20253 subr.el.
20254 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20255 to specify indentation.
20256
20257 * generic.el (define-generic-mode): Let generic-mode-list be a
20258 list of strings; test membership with equal.
20259
20260 2005-03-14 Kim F. Storm <storm@cua.dk>
20261
20262 * simple.el (next-line, previous-line): Add optional try-vscroll
20263 arg to recognize interactive use. Pass it on to line-move.
20264 (line-move): Don't perform auto-window-vscroll when defining or
20265 executing keyboard macro to ensure consistent behavior.
20266
20267 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20268
20269 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20270
20271 2005-03-13 Lute Kamstra <lute@gnu.org>
20272
20273 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20274 debugger-setup-buffer so that backtrace marks the frames set to
20275 debug-on-exit and we don't have to do it manually. Set an extra
20276 debug-on-exit for macro's.
20277 (debugger-setup-buffer): Don't mark the top frame manually.
20278
20279 2005-03-12 Lute Kamstra <lute@gnu.org>
20280
20281 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20282 lisp-indent-function throughout.
20283 (with-no-warnings): Set lisp-indent-function property.
20284
20285 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20286
20287 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20288 Add entry for backslash.
20289
20290 2005-03-12 Juri Linkov <juri@jurta.org>
20291
20292 * info.el (Info-search): Four fixes for backward search.
20293
20294 2005-03-11 Jay Belanger <belanger@truman.edu>
20295
20296 * calc/calc.el (calc-language-alist): New variable.
20297 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20298 (calc-embedded-find-modes): Use calc-language-alist instead of
20299 calc-embedded-language-alist.
20300
20301 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20302
20303 * calendar/calendar.el (calendar-redrawing): New internal
20304 variable.
20305 (redraw-calendar): Remove bogus save-excursion from previous
20306 change. Bind calendar-redrawing to t for mark-diary-entries.
20307 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20308 calendar if that is why we were called.
20309
20310 2005-03-11 Kenichi Handa <handa@m17n.org>
20311
20312 * international/mule.el (make-coding-system): Set property
20313 coding-system-define-form to nil.
20314 (define-coding-system-alias): Likewise.
20315
20316 2005-03-11 Kenichi Handa <handa@m17n.org>
20317
20318 These changes are suggested by Dave Love <fx@gnu.org>.
20319
20320 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20321 coding: tag.
20322 (adaptive-fill-regexp): Add more bullets.
20323 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20324 regexps.
20325
20326 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20327
20328 * help.el (describe-mode): Properly handle non-trivial lighters.
20329 Don't ignore minor modes that are not listed in minor-mode-list.
20330
20331 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20332 feature ON when the user requests to turn it OFF.
20333
20334 2005-03-10 Lute Kamstra <lute@gnu.org>
20335
20336 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20337 (implement-debug-on-entry): New function to replace debug-entry-code.
20338 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20339 second argument as the 2005-03-07 change makes it obsolete.
20340 (debug-on-entry, cancel-debug-on-entry): Update call to
20341 debug-on-entry-1.
20342 (debug, debugger-setup-buffer): Comment update.
20343 (debugger-frame-number): Update to work with implement-debug-on-entry.
20344
20345 2005-03-10 Jay Belanger <belanger@truman.edu>
20346
20347 * calc/calc-embed.el (math-ms-args): Declare it.
20348 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20349 math-ms-args.
20350 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20351 variables.
20352
20353 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20354
20355 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20356 Use message-box.
20357
20358 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20359 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20360 (tooltip-gud-tips): Simplify.
20361 (tooltip-gud-tips-p): Remove superfluous :set.
20362 (tooltip-gud-modes): Add fortran-mode.
20363 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20364
20365 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20366
20367 2005-03-09 Kim F. Storm <storm@cua.dk>
20368
20369 * play/animate.el (animate-place-char): Use forward-line instead
20370 of next-line to improve performance.
20371
20372 2005-03-09 Simon Josefsson <jas@extundo.com>
20373
20374 * net/browse-url.el (browse-url-default-browser): Doc fix.
20375
20376 2005-03-09 Miles Bader <miles@gnu.org>
20377
20378 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20379 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20380
20381 2005-03-09 Kenichi Handa <handa@m17n.org>
20382
20383 * international/latin-1.el: Set case and syntax for 255 only if
20384 set-case-syntax-set-multibyte is nil.
20385
20386 * textmodes/ispell.el (ispell-insert-word): New function.
20387 (ispell-word): Use ispell-insert-word to insert a new word.
20388 (ispell-process-line): Likewise.
20389 (ispell-complete-word): Likewise.
20390
20391 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20392
20393 * calendar/calendar.el (redraw-calendar): Preserve point.
20394 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20395 (calendar-week-start-day): Move after definition of
20396 redraw-calendar. Delete buffer test, since redraw-calendar has
20397 that now.
20398
20399 * calendar/diary-lib.el (mark-diary-entries): Only call
20400 redraw-calendar in the first of any recursive calls.
20401 Reported by Alan Shutko <ats@acm.org>.
20402
20403 2005-03-08 Juri Linkov <juri@jurta.org>
20404
20405 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20406 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20407 (html-radio-buttons): Add a space before the trailing `/>' where
20408 sgml-xml-mode is non-nil.
20409 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20410 the subsequent tag of the empty XML tag.
20411 (html-href-anchor): Don't set initial input to "http:".
20412 (html-image): Ask for the image URL and set point inside alt="".
20413 (html-name-anchor): Duplicate the name in the `id' attribute when
20414 sgml-xml-mode is non-nil.
20415 (html-paragraph): Remove \n before <p>.
20416 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20417 instead of `checked' when sgml-xml-mode is non-nil.
20418
20419 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20420 Remove 1 space before #RRGGBB to not truncate it on terminal
20421 windows w/o fringes. Remove 1 space between bg and fg examples
20422 to get more space.
20423 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20424 avoid byte-compile warnings.
20425
20426 * image-file.el (image-file-handler): Put `safe-magic' property to
20427 `image-file-handler'.
20428
20429 * info.el (Info-isearch-search): Emulate word search in
20430 isearching through multiple Info nodes with Info-search.
20431 (Info-isearch-wrap): Allow isearch-word.
20432
20433 2005-03-08 Lute Kamstra <lute@gnu.org>
20434
20435 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20436 stepping into the debugger's code is not possible.
20437 (debugger-jumping-flag): Docstring update.
20438
20439 2005-03-08 Jay Belanger <belanger@truman.edu>
20440
20441 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20442 embedded mode begins.
20443 (calc-embedded-language-alist): New variable.
20444 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20445 set default language mode.
20446
20447 2005-03-08 Kenichi Handa <handa@m17n.org>
20448
20449 * international/ccl.el (define-ccl-program): Fix docstring about
20450 extra 256 bytes assured for the output buffer.
20451
20452 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20453 Fix BUFFER_MAGNIFICATION to 2.
20454 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20455
20456 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20457
20458 * align.el (align-rules-list): Added an alignment rule for CSS
20459 declarations (applies to css-mode and html-mode buffers).
20460
20461 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20462
20463 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20464
20465 2005-03-07 Kim F. Storm <storm@cua.dk>
20466
20467 * simple.el (move-beginning-of-line): New command.
20468
20469 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20470
20471 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20472
20473 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20474 and move-beginning-of-line.
20475
20476 * apropos.el (apropos-print): Omit command from M-x ... RET.
20477
20478 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20479
20480 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20481 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20482
20483 2005-03-06 Richard M. Stallman <rms@gnu.org>
20484
20485 * bindings.el (esc-map): Bind M-g to goto-line.
20486
20487 * facemenu.el (global-map): Bind M-o, not M-g.
20488
20489 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20490
20491 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20492 "Open Directory" as for "Open File".
20493
20494 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20495
20496 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20497 (push-mark-command): Run activate-mark-hook.
20498
20499 2005-03-06 Richard M. Stallman <rms@gnu.org>
20500
20501 * help-mode.el (help-mode-finish): Don't alter the element
20502 in view-return-to-alist if there already is one.
20503
20504 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20505 make sure the current buffer is the expected one.
20506
20507 * novice.el (disabled-command-function): Output in *Disabled Command*.
20508 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20509
20510 * textmodes/flyspell.el (flyspell-large-region):
20511 Pass args differently for aspell.
20512
20513 * files.el (mode-require-final-newline): Doc fix.
20514
20515 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20516
20517 * progmodes/which-func.el (which-function):
20518 Specify NOERROR when calling imenu--make-index-alist.
20519
20520 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20521
20522 * simple.el (normal-erase-is-backspace): Define default value.
20523
20524 * custom.el (custom-theme-set-variables): Remove unused var
20525 `immediate'.
20526 (custom-reevaluate-setting): Simple function to handle variables
20527 that are defined before their default value can really be
20528 computed.
20529
20530 * startup.el (command-line): Use it for temporary-file-directory,
20531 small-emporary-file-directory, auto-save-file-name-transforms,
20532 blink-cursor-mode, and normal-erase-is-backspace.
20533
20534 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20535 progress, even with buggy anchored keywords.
20536
20537 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20538
20539 * simple.el (goto-line): Remove unbalanced final parenthesis.
20540
20541 2005-03-05 Richard M. Stallman <rms@gnu.org>
20542
20543 * simple.el (goto-line): Use a number at point as the default.
20544 With C-u as arg, switch buffers.
20545
20546 2005-03-05 Juri Linkov <juri@jurta.org>
20547
20548 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20549 with `no-blinking-cursor'.
20550
20551 * startup.el (no-blinking-cursor): New defvar.
20552 (command-line): Add `--no-blinking-cursor' to longopts.
20553 Set `no-blinking-cursor' to t for command line arguments
20554 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20555 with `no-blinking-cursor' in the condition for calling
20556 `blink-cursor-mode'.
20557
20558 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20559
20560 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20561 (menu-bar-options-save): Add blink-cursor-mode.
20562 (menu-bar-options-menu): Add blink-cursor-mode.
20563
20564 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20565
20566 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20567 (icalendar-export-file, icalendar-export-region)
20568 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20569 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20570
20571 2005-03-04 Lute Kamstra <lute@gnu.org>
20572
20573 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20574 (debug-function-list): Ditto.
20575
20576 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20577
20578 * textmodes/texinfmt.el (texinfo-append-refill):
20579 Redefine the types of line to which @refill
20580 is not appended by replacing a search for `@refill\\|@bye' with
20581 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20582 itemize@refill' bug and the unfilled long lines bug.
20583 (texinfmt-version): Update number and date.
20584
20585 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20586
20587 * international/code-pages.el (windows-1250, windows-125[2-8])
20588 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20589
20590 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20591
20592 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20593 bound yet.
20594
20595 2005-03-02 Romain Francoise <romain@orebokech.com>
20596
20597 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20598 buffer after removing limits.
20599 (ibuffer-pop-filter): Ditto.
20600 Update copyright.
20601
20602 2005-03-02 Miles Bader <miles@gnu.org>
20603
20604 * button.el (make-text-button): If the user doesn't specify a
20605 type, use the default. Rewrite to use `add-text-properties' and
20606 plist functions.
20607
20608 2005-03-01 Lute Kamstra <lute@gnu.org>
20609
20610 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20611 (debugger-jumping-flag): New var.
20612 (debug-entry-code): Use it.
20613 (debugger-jump): Use debugger-jumping-flag and add
20614 debugger-reenable to post-command-hook.
20615 (debugger-reenable): Use debugger-jumping-flag and remove itself
20616 from post-command-hook.
20617 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20618 debugger-reenable.
20619
20620 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20621
20622 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20623 inclusion of "itemize\\|", which may be unnecessary, is certainly
20624 inelegant, and stops refilling in itemize lists when formatting
20625 Japanese Texinfo files to Info.
20626 Update copyright to 2005.
20627
20628 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20629
20630 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20631 of an error if GDB can't find the source file.
20632
20633 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20634
20635 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20636 not just the calendar.
20637
20638 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20639 first.
20640 (diary-redraw-calendar): New function.
20641 (make-diary-entry): Add diary-redraw-calendar to local
20642 write-contents-functions. Turn off selective display before
20643 inserting in diary.
20644
20645 2005-03-01 Kim F. Storm <storm@cua.dk>
20646
20647 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20648
20649 2005-03-01 Lute Kamstra <lute@gnu.org>
20650
20651 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20652 that debug-entry-code can be safely removed from a function while
20653 this code is being evaluated. Revert the 2005-02-27 change as the
20654 new implementation no longer requires it. Make sure that a
20655 function body containing just a string is not mistaken for a docstring.
20656 (debug): Skip one more frame in case of debug on entry.
20657 (debugger-setup-buffer): Delete one more frame line in case of
20658 debug on entry.
20659 (debugger-frame-number): Update to use the new text introduced by
20660 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20661
20662 2005-02-28 Kim F. Storm <storm@cua.dk>
20663
20664 * double.el (double-translate-key): Call force-window-update after
20665 read-event to avoid crash in redisplay.
20666
20667 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20668
20669 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20670 (debug): Use it. Move the inhibit-trace earlier.
20671 (debug-entry-code): New const.
20672 (debug-on-entry-1): Use it.
20673
20674 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20675
20676 * international/utf-16.el (ccl-encode-mule-utf-16le):
20677 Fix BUFFER_MAGNIFICATION to 2.
20678 (ccl-encode-mule-utf-16be): Likewise.
20679
20680 2005-02-28 Kenichi Handa <handa@m17n.org>
20681
20682 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20683 Fix BUFFER_MAGNIFICATION to 4.
20684 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20685
20686 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20687
20688 * speedbar.el (speedbar-update-flag): Doc fix.
20689 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20690 argument.
20691
20692 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20693
20694 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20695 have a non-nil `invisible' property but are actually visible.
20696
20697 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20698 for perldoc sections.
20699 (perl-outline-regexp, perl-outline-level): New var and function.
20700 (perl-mode): Use them.
20701
20702 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20703
20704 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20705 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20706
20707 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20708
20709 * cus-edit.el: Comment change.
20710 (custom-buffer-create-internal): Slightly reword text at top of
20711 Custom buffers. Mention there that saving an option edits the
20712 init file. Add link to Emacs manual node on `custom-file'.
20713 (custom-magic-alist): Rewrite individual State messages to use
20714 capitalized keywords. Doc fix.
20715
20716 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20717
20718 * calendar/calendar.el (calendar-buffer): Move above
20719 calendar-week-start-day.
20720 (calendar-week-start-day): Doc fix. Add :set function.
20721 (calendar-minimum-window-height): New variable.
20722 (generate-calendar-window): Only resize window if selected-window
20723 is displaying the calendar buffer. Use new variable
20724 calendar-minimum-window-height.
20725 (generate-calendar): Reword error message.
20726 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20727
20728 2005-02-27 Andreas Schwab <schwab@suse.de>
20729
20730 * vc.el (vc-do-command): Don't run command asynchronously when
20731 operating in a remote directory.
20732
20733 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20734 change from sync with Tramp 2.0.47.
20735
20736 2005-02-27 Richard M. Stallman <rms@gnu.org>
20737
20738 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20739
20740 * textmodes/flyspell.el (flyspell-mode-on):
20741 Call ispell-change-dictionary only if necessary.
20742
20743 * emacs-lisp/re-builder.el (regexp-builder): New function.
20744
20745 * register.el (describe-register-1): Explicitly handle
20746 yank-excluded-properties = t.
20747
20748 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20749 (custom-magic-alist): Change the status descriptions again.
20750 (face widget-type): Total rewrite based on `restricted-sexp'
20751 to eliminate the confusing double hiding levels.
20752
20753 * emacs-lisp/debug.el (debug-on-entry-1):
20754 If function body is empty, add nil as body form.
20755
20756 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20757
20758 * emacs-lisp/trace.el (inhibit-trace): New var.
20759 (trace-make-advice): Use it.
20760
20761 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20762
20763 2005-02-26 Kim F. Storm <storm@cua.dk>
20764
20765 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20766 (mouse-on-link-p, mouse-drag-region-1): Use it.
20767
20768 2005-02-25 Lute Kamstra <lute@gnu.org>
20769
20770 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20771
20772 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20773
20774 * frame.el (blink-cursor-mode): Add :group keyword.
20775
20776 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20777
20778 * calendar/icalendar.el (icalendar--decode-isodatetime):
20779 New optional argument DAY-SHIFT.
20780 (icalendar-export-region): Fix coding-system-for-write.
20781 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20782 events by one.
20783
20784 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20785
20786 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20787
20788 2005-02-24 Kim F. Storm <storm@cua.dk>
20789
20790 * international/iso-acc.el (iso-accents-compose): Fix crash
20791 during redisplay. Call force-window-update after read-event
20792 and delete-region to signal that window is not accurate.
20793
20794 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20795
20796 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20797 Remove unused and inexistent var `inhibit-trace'.
20798 (debugger-mode): Use run-mode-hooks.
20799 (debugger-list-functions): Add buttons; setup xref stack.
20800
20801 2005-02-23 Richard M. Stallman <rms@gnu.org>
20802
20803 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20804 appointment says it was explicitly made.
20805 (appt-add): Set the 3rd element.
20806 (appt-make-list): Preserve explicit appointments.
20807
20808 * subr.el (find-tag-default): Catch errors in forward-sexp.
20809
20810 2005-02-23 Juri Linkov <juri@jurta.org>
20811
20812 * info.el (Info-isearch-search): New defcustom.
20813 (Info-isearch-search): Call the default isearch function
20814 when Info-isearch-search is nil.
20815 (Info-isearch-wrap): Use variable Info-isearch-search.
20816
20817 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20818
20819 * cus-edit.el: Comment change.
20820
20821 2005-02-22 Kim F. Storm <storm@cua.dk>
20822
20823 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20824 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20825
20826 2005-02-22 Simon Josefsson <jas@extundo.com>
20827
20828 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20829 New variable.
20830 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20831 Oskarsson" <myrkraverk@users.sourceforget.net>.
20832
20833 2005-02-22 Kim F. Storm <storm@cua.dk>
20834
20835 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20836 check that window of that event is the selected window.
20837 (mouse-drag-region-1): Compare mouse event window to selected
20838 window before setting point.
20839
20840 * tooltip.el (tooltip-show-help-function): Pass event to
20841 mouse-on-link-p so it can check selected window.
20842
20843 2005-02-22 Kenichi Handa <handa@m17n.org>
20844
20845 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20846 (ps-mule-show-warning): New function.
20847 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20848 characters are found.
20849
20850 * ps-print.el (ps-header-footer-string): Return a list of header
20851 and footer strings.
20852
20853 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20854
20855 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20856
20857 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20858
20859 * frame.el (blink-cursor-mode): Use define-minor-mode.
20860
20861 * term/mac-win.el (function-key-map): Use char-names more consistently.
20862 (file-name-coding-system): Only set it for MacOS-9. The other case is
20863 already handled in mule-cmds.el (where it also works when mac-win.el
20864 is not used).
20865
20866 2005-02-21 Kenichi Handa <handa@m17n.org>
20867
20868 * international/mule.el (ctext-pre-write-conversion): Always use
20869 " *code-converting-work*" buffer for work.
20870
20871 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20872
20873 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20874
20875 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20876
20877 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20878
20879 * ses.el (undo-more): Restore defadvice, but only the part that
20880 allows changes outside the restricted area of the buffer.
20881
20882 2005-02-20 Kim F. Storm <storm@cua.dk>
20883
20884 * simple.el (line-move): Add fourth optional arg try-vscroll which
20885 must be set to perform auto-window-vscroll.
20886 When moving backwards and doing auto-window-vscroll, automatically
20887 vscroll to the last part of lines which are taller than the window.
20888 (next-line, previous-line): Set try-vscroll arg on line-move.
20889
20890 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20891
20892 * replace.el (query-replace, query-replace-regexp)
20893 (replace-string, replace-regexp): When operating on region, make
20894 the minibuffer prompt say so.
20895
20896 * isearch.el (isearch-forward): Document isearch-query-replace and
20897 isearch-query-replace-regexp keybindings.
20898
20899 2005-02-19 Jay Belanger <belanger@truman.edu>
20900
20901 * calc/calc-aent.el (math-read-token): Add local variable.
20902
20903 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20904 (calc-edit-top): Move declaration to earlier in file.
20905 (calc-edit-macro-repeats): Add local variables.
20906
20907 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20908 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20909 calcFunc-tanh.
20910 Adjust integration rule for calcFunc-tan.
20911
20912 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20913
20914 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20915 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20916 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20917 (viper-skip-separators): Bug fix.
20918 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20919 particular major mode.
20920 (viper-del-backward-char-in-replace): Don't put deleted char on the
20921 kill ring.
20922
20923 * viper-ex.el (viper-color-display-p): New function.
20924 (viper-has-face-support-p): Use viper-color-display-p.
20925
20926 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20927
20928 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20929
20930 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20931 (viper-file-remote-p): Make equivalent to file-remote-p.
20932
20933 * viper.el (viper-major-mode-modifier-list):
20934 Use viper-gnus-modifier-map.
20935
20936 2005-02-19 David Kastrup <dak@gnu.org>
20937
20938 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20939 quoting.
20940
20941 2005-02-19 Jay Belanger <belanger@truman.edu>
20942
20943 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20944 Remove extra definitions.
20945 (calc-coth): New function.
20946 (calcFunc-cot): Fix `let'.
20947
20948 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20949
20950 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20951 the reasons we use "type pc" in these faces.
20952
20953 * button.el (button): Ditto.
20954
20955 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20956
20957 * replace.el (query-replace-read-from): Set the value of
20958 query-replace-from-history-variable to handle the case of an empty
20959 string entered to accept the suggested default.
20960
20961 * net/tramp.el (tramp-file-name-for-operation):
20962 Use dired-call-process instead of dired-call-process-command.
20963
20964 2005-02-19 Jay Belanger <belanger@truman.edu>
20965
20966 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20967 (math-div-non-trig): New variables.
20968 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20969 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20970 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20971 trig expressions.
20972
20973 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20974
20975 * progmodes/gdb-ui.el (gdb-var-update-handler)
20976 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20977 for watch expressions,
20978 (gdb-var-create-handler): Don't set speedbar-update-flag.
20979 (gdb-post-prompt): Simplify test for speedbar.
20980
20981 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20982
20983 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20984 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20985 we use the syntax table of the correct buffer.
20986 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20987 Felix Gatzemeier.
20988
20989 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20990 (ediff-file-remote-p): Make synonymous with file-remote-p.
20991 In all deffaces ediff-*-face-*, use min-colors.
20992
20993 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20994 ediff-recurse-to-subdirectories.
20995 (ediff-mark-if-equal): Check that the arguments are strings, use
20996 ediff-same-contents (after to Felix Gatzemeier).
20997
20998 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20999 nil.
21000
21001 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21002
21003 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21004
21005 2005-02-18 David Kastrup <dak@gnu.org>
21006
21007 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21008 use `mark-active' when defined.
21009
21010 2005-02-18 Kenichi Handa <handa@m17n.org>
21011
21012 * ps-print.el (ps-font-info-database): New entry
21013 ZapfChancery-MediumItalic with correct font name. Fix font name
21014 of the entry Zapf-Chancery-MediumItalic.
21015
21016 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21017
21018 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21019
21020 2005-02-16 Kim F. Storm <storm@cua.dk>
21021
21022 * ido.el (ido-fallback-command): Pass user input to fallback command.
21023
21024 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21025
21026 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21027 (gdb-find-file-hook): Add server prefix.
21028
21029 2005-02-16 Richard M. Stallman <rms@gnu.org>
21030
21031 * replace.el (perform-replace): Pass new args to replace-highlight.
21032 (replace-highlight): Take region args,
21033 and pass them to isearch-lazy-highlight-new-loop.
21034
21035 * novice.el (disabled-command-hook): Autoload the defalias
21036 and the make-obsolete-variable call.
21037
21038 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21039
21040 * isearch.el (isearch-lazy-highlight-start-limit)
21041 (isearch-lazy-highlight-end-limit): New variables limit
21042 the region for highlighting.
21043 (isearch-lazy-highlight-new-loop): New args BEG and END.
21044 (isearch-lazy-highlight-search): Use the new vars.
21045 (isearch-lazy-highlight-update): Likewise.
21046
21047 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21048
21049 * cus-start.el (all): Use default-boundp.
21050
21051 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21052
21053 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21054
21055 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21056
21057 * autorevert.el (auto-revert-stop-on-user-input)
21058 (auto-revert-verbose): Doc fixes.
21059
21060 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21061
21062 * international/mule-cmds.el (set-locale-environment): Remove call
21063 to set-selection-coding-system on Windows.
21064
21065 2005-02-15 Jay Belanger <belanger@truman.edu>
21066
21067 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21068 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21069 calcFunc-coth.
21070 (math-simplify-sqrt): Add simplifications.
21071
21072 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21073 to list.
21074
21075 * calc/calc-ext.el: Add functions to autoloads.
21076
21077 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21078 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21079 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21080 (math-csc-raw, math-cot-raw): New functions.
21081
21082 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21083
21084 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21085 the variable name in a message.
21086
21087 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21088 calcFunc-csc, calcFunc-cot.
21089
21090 * calc/calcalg2.el: Add derivative and integration rules for
21091 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21092 calcFunc-csch, calcFunc-coth.
21093 (math-do-integral-methods): Add to checks for when to use
21094 substitutions.
21095
21096 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21097
21098 2005-02-15 Lute Kamstra <lute@gnu.org>
21099
21100 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21101 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21102 <monnier@iro.umontreal.ca>
21103 (lisp-outline-level): Improve efficiency. Suggested by David
21104 Kastrup <dak@gnu.org>.
21105
21106 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21107
21108 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21109 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21110 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21111 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21112 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21113
21114 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21115
21116 * cus-start.el (all): Comment change.
21117
21118 2005-02-14 Lute Kamstra <lute@gnu.org>
21119
21120 * cus-start.el (all): Check if symbol is void.
21121
21122 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21123
21124 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21125 optional argument to \cite.
21126
21127 2005-02-14 Richard M. Stallman <rms@gnu.org>
21128
21129 * cus-edit.el (custom-buffer-create-internal): Update help message.
21130 (custom-magic-alist): Update help messages.
21131
21132 * cus-start.el (all): Allow a var to specify a standard value.
21133
21134 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21135
21136 * custom.el (custom-theme-set-variables): Handle variable aliases.
21137
21138 * frame.el (blink-cursor-timer): Doc fix.
21139 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21140 declare obsolete.
21141 (blink-cursor-mode): Define with defcustom and use correct
21142 standard expression in that defcustom.
21143 * startup.el (command-line): Adapt to above changes in frame.el.
21144
21145 2005-02-11 Lute Kamstra <lute@gnu.org>
21146
21147 * apropos.el (apropos-score-doc): Prevent division by zero.
21148
21149 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21150
21151 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21152 (icalendar--get-event-property-attributes)
21153 (icalendar--get-event-properties)
21154 (icalendar--datetime-to-diary-date): New functions.
21155 (icalendar--split-value): Doc fix.
21156 (icalendar--datetime-to-noneuropean-date)
21157 (icalendar--datetime-to-european-date): New optional argument
21158 SEPARATOR. Return result as a string instead of a list.
21159 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21160 (icalendar--convert-string-for-export): Rename arg S to STRING.
21161 (icalendar-export-region): Doc fix. Change name of error buffer.
21162 Save output buffer.
21163 (icalendar-import-file): Add blank at end of prompt.
21164 (icalendar-import-buffer): Doc fix. Do not switch to error
21165 buffer. Indicate status in return value.
21166 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21167 buffer. Save output buffer. Handle exception from recurrence
21168 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21169 events. Fix problems with weekly all-day events.
21170
21171 2005-02-10 Richard M. Stallman <rms@gnu.org>
21172
21173 * simple.el (eval-expression-print-format):
21174 Avoid warning about edebug-active.
21175
21176 * help.el (help-for-help-internal): Rename from help-for-help.
21177 (help-for-help): Define with defalias.
21178
21179 * font-core.el (font-lock-default-function): Use with-no-warnings.
21180
21181 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21182
21183 * custom.el (defface): Doc fix.
21184
21185 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21186
21187 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21188 width 0" to prevent word wrapping problems.
21189
21190 2005-02-09 Kim F. Storm <storm@cua.dk>
21191
21192 * ido.el (ido-file-extensions-order): New defcustom.
21193 (ido-file-extension-lessp, ido-file-extension-aux)
21194 (ido-file-extension-order): New advanced file ordering.
21195 (ido-file-lessp): New simple file ordering.
21196 (ido-sort-list): Remove.
21197 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21198 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21199
21200 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21201
21202 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21203 that some versions of grep produce.
21204 (grep-mode-font-lock-keywords): Likewise.
21205
21206 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21207
21208 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21209 (gdb-cdir): Delete.
21210 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21211 (gdb-source-info): Treat case when source file is in another
21212 directory properly.
21213 (gdb-get-location): New function.
21214
21215 2005-02-07 Jay Belanger <belanger@truman.edu>
21216
21217 * calc/calc-prog.el (calc-write-parse-table-part)
21218 (calc-fix-token-name): Fix a check for language type.
21219
21220 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21221
21222 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21223
21224 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21225 as directory not writable.
21226
21227 2005-02-07 Kim F. Storm <storm@cua.dk>
21228
21229 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21230 (cua--standard-movement-commands): Remove list.
21231 Instead, set CUA property value to move for movement commands.
21232 (cua-movement-commands): Remove. Users must set CUA prop instead.
21233 (cua--pre-command-handler): Check CUA property.
21234 (cua--init-keymaps): Don't remap undo commands.
21235 (cua-mode): Don't call cua--rectangle-on-off.
21236
21237 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21238 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21239 (cua--rect-undo-set-point): New var.
21240 (cua--rectangle-undo-boundary): Setup undo apply entry.
21241 (cua--rect-undo-handler): New function for rectangle undo.
21242 (cua--rect-start-position, cua--rect-end-position): Add.
21243 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21244 for restored rectangle. Set point if cua--rect-undo-set-point.
21245
21246 2005-02-06 Jay Belanger <belanger@truman.edu>
21247
21248 * calc/calc-lang.el (calc-tex-language): Display more information
21249 in messages.
21250
21251 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21252 in TeX mode.
21253
21254 2005-02-06 Richard M. Stallman <rms@gnu.org>
21255
21256 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21257
21258 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21259
21260 * net/ldap.el (ldap-search-internal): Support attributes with
21261 optional descriptions separated by a semi-colon, as in
21262 "userCertificate;binary".
21263
21264 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21265
21266 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21267 isn't a cons (i.e. the version is 0).
21268
21269 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21270
21271 * help.el (help-for-help): Doc fix.
21272
21273 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21274
21275 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21276 GDB-Windows on the menu-bar as this works better.
21277
21278 2005-02-04 Jay Belanger <belanger@truman.edu>
21279
21280 * calc/calc-embed.el (calc-embedded-update): Don't put in
21281 unnecessary newlines. Adjust the end of formula marker.
21282
21283 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21284 (math-latex-parse-two-args): New function.
21285
21286 2005-02-03 Lute Kamstra <lute@gnu.org>
21287
21288 * help-fns.el (help-with-tutorial): Make sure that users cannot
21289 remove the entire text of the tutorial by means of `undo'.
21290
21291 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21292
21293 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21294 in recent changes, where the ispell process was repeatedly
21295 killed & restarted.
21296
21297 * international/mule-cmds.el (set-locale-environment): Set file-name
21298 coding system to utf-8 on Darwin systems.
21299 (set-default-coding-systems): Don't set default-file-name-coding-system
21300 on Darwin systems.
21301
21302 2005-02-03 Richard M. Stallman <rms@gnu.org>
21303
21304 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21305
21306 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21307
21308 * faces.el (list-faces-display): Add optional argument.
21309
21310 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21311
21312 * font-core.el (font-lock-default-function): Handle the rare case where
21313 only font-lock-keywords is set.
21314
21315 2005-02-02 Kenichi Handa <handa@m17n.org>
21316
21317 * international/characters.el: Cancel previous change for
21318 I-WITH-DOT-ABOVE and DOTLESS-i.
21319
21320 * international/latin-5.el: Cancel previous change.
21321
21322 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21323
21324 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21325
21326 2005-02-02 Kenichi Handa <handa@m17n.org>
21327
21328 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21329 DOTLESS-i.
21330
21331 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21332 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21333
21334 * case-table.el (get-upcase-table): New function.
21335 (copy-case-table): Copy upcaes table too if non-nil.
21336 (set-case-syntax-delims): Maintain upcase table too.
21337 (set-case-syntax-pair): Likewise.
21338 (set-upcase-syntax, set-downcase-syntax): New functions.
21339 (set-case-syntax): Maintain upcase table too.
21340
21341 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21342
21343 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21344
21345 * progmodes/gud.el (gud-goto-info): New function.
21346 (gud-tool-bar-map): Use correct icon.
21347
21348 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21349
21350 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21351 When delegating, order args in the funcall correctly.
21352
21353 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21354
21355 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21356
21357 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21358
21359 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21360 buffer not visiting a file.
21361
21362 2005-01-31 Jay Belanger <belanger@truman.edu>
21363
21364 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21365 bound on the line with the formula.
21366
21367 2005-01-31 Kim F. Storm <storm@cua.dk>
21368
21369 * ses.el (ses-create-cell-variable-range)
21370 (ses-destroy-cell-variable-range, ses-reset-header-string)
21371 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21372 (ses-insert-row): Fix format of apply undo entries.
21373
21374 2005-01-31 Jay Belanger <belanger@truman.edu>
21375
21376 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21377 parts.
21378
21379 * calc/calc-embed.el (calc-embedded-open-formula)
21380 (calc-embedded-close-formula): Ignore matrix environments.
21381
21382 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21383 TeX mode.
21384
21385 * calc/calc-lang.el (math-function-table, math-oper-table)
21386 (math-variable-table): Adjust the LaTeX portions.
21387
21388 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21389 (math-latex-ignore-words): New constant.
21390
21391 2005-01-31 Richard M. Stallman <rms@gnu.org>
21392
21393 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21394 (ispell-local-dictionary): Doc fix.
21395 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21396 Don't reinitialize at run time. Don't defcustom.
21397 All uses changed to append ispell-local-dictionary-alist,
21398 or check it first.
21399 (ispell-current-dictionary): New variable for dictionary in use.
21400 (ispell-dictionary): Now used only for global default.
21401 (ispell-start-process): Set ispell-current-dictionary,
21402 not ispell-dictionary.
21403 (ispell-change-dictionary): Use this only for setting
21404 user preferences.
21405 (ispell-internal-change-dictionary): New function
21406 to change the current dictionary in use.
21407 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21408 Use ispell-current-dictionary.
21409 Handle ispell-local-dictionary-overridden.
21410 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21411
21412 2005-01-31 Jay Belanger <belanger@truman.edu>
21413
21414 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21415
21416 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21417 (calc-mode-map): Add calc-latex-language.
21418
21419 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21420 (math-latex-print-frac): New functions.
21421 (math-oper-table, math-function-table, math-variable-table)
21422 (math-complex-format, math-input-filter): Add latex properties.
21423 (calc-set-language): Set math-expr-special-function-mapping.
21424
21425 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21426 (calc-write-parse-table-part): Add LaTeX support.
21427
21428 * calc/calc.el (calc-language): Adjust docstring.
21429 (calc-set-mode-line): Add LaTeX support.
21430 (math-expr-special-function-mapping): New variable.
21431 (math-tex-ignore-words): Add to list.
21432
21433 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21434 Add LaTeX support.
21435 (math-compose-expr): Add support for special functions.
21436
21437 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21438
21439 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21440
21441 * progmodes/gdb-ui.el (gdb-memory-address)
21442 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21443 (gdb-memory-mode-map, gdb-memory-format-keymap)
21444 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21445 (gdb-memory-unit-menu): New variables for a buffer
21446 that lets the user examine program memory.
21447 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21448 (gdb-memory-format-binary, gdb-memory-format-octal)
21449 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21450 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21451 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21452 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21453 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21454 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21455 (gdb-memory-mode, gdb-memory-buffer-name)
21456 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21457 New functions for above buffer.
21458
21459 2005-01-30 Richard M. Stallman <rms@gnu.org>
21460
21461 * cus-edit.el (custom-bury-buffer): Function deleted.
21462 (custom-buffer-done-function): Option deleted.
21463 (custom-buffer-done-kill): New replacement option.
21464 (Custom-buffer-done): Call quit-window.
21465 (custom-buffer-create-internal): Update for above changes.
21466
21467 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21468
21469 * simple.el (undo-ask-before-discard): New var.
21470 (undo-outer-limit-truncate): Implement it.
21471 (undo-extra-outer-limit): Doc update.
21472
21473 2005-01-29 Richard M. Stallman <rms@gnu.org>
21474
21475 * ses.el (undo-more): Delete defadvice.
21476 (ses-begin-change): Doc fix.
21477
21478 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21479 instead of rebinding C-x u and C-_.
21480
21481 * files.el (normal-backup-enable-predicate): Return nil for files
21482 in /tmp, regardless of temporary-file-directory.
21483
21484 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21485
21486 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21487 (open-rectangle, delete-whitespace-rectangle-line)
21488 (clear-rectangle-line): If FILL, pass t instead of FILL
21489 for move-to-column's 2nd arg.
21490
21491 * simple.el (undo): Fix the test for continuing a series of undos.
21492 (undo-more): Set pending-undo-list to t when we reach end.
21493 (pending-undo-list): Move up defvar.
21494
21495 * wid-edit.el (widget-button-click):
21496 Shorten the range of the track-mouse binding.
21497
21498 * comint.el (comint-insert-input): Undo previous changes;
21499 use last-input-event in interactive spec.
21500
21501 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21502
21503 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21504 to nil before invoking call-process. Reset buffer's modified flag
21505 after fontifying it in the no-async branch.
21506
21507 * wid-edit.el (widget-specify-button): If mouse pointer shape
21508 cannot be changed, use mouse face instead.
21509
21510 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21511
21512 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21513 (gdb-goto-breakpoint): Make breakpoint handling work on template
21514 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21515 (gdb-assembler-custom): Update to recognize breakpoint information
21516 added on 2005-01-19.
21517
21518 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21521 (dsssl-mode): Use define-derived-mode.
21522 (scheme-mode-initialize): Remove.
21523 (scheme-mode): Use run-mode-hooks.
21524
21525 * cus-edit.el (customize-group-other-window)
21526 (custom-buffer-create-other-window): Don't override special-display-*.
21527 (custom-mode-map): Make it dense.
21528
21529 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21530 sets the default value.
21531
21532 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21533
21534 * descr-text.el: Add more keywords.
21535
21536 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21537
21538 * speedbar.el: Avoid unnecessary use of locate-library.
21539
21540 * international/mule-cmds.el (standard-display-european-internal):
21541 Don't fiddle with latin-1 non-break space any more since it's now
21542 special cased in the C code.
21543 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21544
21545 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21546
21547 * cus-start.el (all): Add `undo-outer-limit'.
21548
21549 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21550
21551 * textmodes/bibtex.el (bibtex-format-entry):
21552 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21553 field lines.
21554 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21555 not on part of a buffer.
21556
21557 2005-01-25 Lute Kamstra <lute@gnu.org>
21558
21559 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21560 nonempty field text strings like "{letters\\macro{}more letters}".
21561 Clarify docstring.
21562 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21563 (bibtex-entry-offset, bibtex-parse-association)
21564 (bibtex-parse-field-name): Fix typos in docstrings.
21565 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21566
21567 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21568
21569 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21570 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21571 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21572 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21573
21574 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21575 isearch minor mode.
21576
21577 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21578
21579 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21580
21581 2005-01-24 Lute Kamstra <lute@gnu.org>
21582
21583 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21584 CASECHARS and NOT-CASECHARS regular expressions of the
21585 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21586 striding over charsets" error.
21587
21588 2005-01-24 Jay Belanger <belanger@truman.edu>
21589
21590 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21591 display variable name.
21592
21593 2005-01-24 Kenichi Handa <handa@m17n.org>
21594
21595 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21596 Fix setting of the element of encoded-kbd-iso2022-invocations.
21597
21598 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21599
21600 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21601 (gdb-threads-select): Change to also accept mouse events.
21602 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21603 (gdb-threads-mouse-select): Delete.
21604
21605 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21606
21607 * files.el (insert-directory): Take care of empty directory,
21608 listed without -a switch.
21609
21610 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21611
21612 * textmodes/refill.el (refill-post-command-function):
21613 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21614 to the list of functions that we should be careful not to undo.
21615 (refill-late-fill-paragraph-function): Remove.
21616 (refill-saved-state): New var.
21617 (refill-mode): Use it to save fill-paragraph-function.
21618 Save also the value of auto-fill-function.
21619
21620 * term/w32-win.el: Simplify code.
21621
21622 2005-01-23 Kim F. Storm <storm@cua.dk>
21623
21624 * simple.el (line-move): Adapt to new return value from
21625 pos-visible-in-window-p.
21626
21627 * simple.el (line-move): Fix last change. Check partial
21628 visibility at point rather than at window-start.
21629
21630 2005-01-22 Jason Rumney <jasonr@gnu.org>
21631
21632 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21633
21634 2005-01-22 David Kastrup <dak@gnu.org>
21635
21636 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21637
21638 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21639
21640 * type-break.el (type-break-mode): Add a test for
21641 type-break-file-name being non-nil.
21642
21643 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21644
21645 * net/eudc.el (top level): Call (message "") via progn, so that
21646 eudc-options-file is loaded.
21647
21648 2005-01-22 Kim F. Storm <storm@cua.dk>
21649
21650 * simple.el (line-move-1): Rename from line-move.
21651 (line-move): New function that adjusts vscroll for partially
21652 visible rows, and calls line-move-1 otherwise.
21653
21654 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21655
21656 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21657 since it's not a complete read-event implementation
21658
21659 2005-01-20 Jay Belanger <belanger@truman.edu>
21660
21661 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21662 for called function.
21663
21664 2005-01-20 Steven Tamm <steventamm@mac.com>
21665
21666 * term/mac-win.el (process-connection-type): Remove.
21667 Controlled now by s/darwin.h:PTY_ITERATION.
21668
21669 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21670
21671 * window.el (handle-select-window): Don't switch window when we're
21672 in the minibuffer.
21673
21674 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21675
21676 * subr.el (dotimes-with-progress-reporter): New macro.
21677
21678 * ses.el (ses-dotimes-msg): Remove macro.
21679 Use `dotimes-with-progress-reporter' instead.
21680
21681 2005-01-19 Steven Tamm <steventamm@mac.com>
21682
21683 * term/mac-win.el (process-connection-type): Use new
21684 operating-system-release variable to use ptys on Darwin 7 (OS X
21685 10.3) when using carbon build.
21686
21687 2005-01-19 Jay Belanger <belanger@truman.edu>
21688
21689 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21690 flags if the last command was a tab or M-tab.
21691
21692 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21693 in formula editing buffer.
21694
21695 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21696
21697 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21698 breakpoint image symbol in margin.
21699
21700 2005-01-19 Jay Belanger <belanger@truman.edu>
21701
21702 * calc/calc-prog.el (calc-execute-kbd-macro):
21703 Ignore calc-keep-arg-flag.
21704
21705 2005-01-19 Kenichi Handa <handa@m17n.org>
21706
21707 * textmodes/ispell.el (ispell-looking-at): New function.
21708 (ispell-process-line): Use ispell-looking-at to compare the ispell
21709 output and the buffer contents.
21710
21711 2005-01-18 Jay Belanger <belanger@truman.edu>
21712
21713 * calc/calc.el (calc-display-raw): Fix docstring.
21714
21715 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21716
21717 * simple.el (blink-matching-open): Strip extra info from syntax.
21718
21719 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21720 funny chars in the end-of-here-doc marker.
21721
21722 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21723
21724 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21725 that enable/disabled state of breakpoints is shown correctly in
21726 fringe and on ttys.
21727 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21728 Add breakpoint information as text properties.
21729 (gdb-mouse-toggle-breakpoint):
21730 Rename to gdb-mouse-set-clear-breakpoint.
21731 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21732 breakpoints in the margin.
21733 (gdb-remove-strings): Simplify.
21734
21735 2005-01-17 Jay Belanger <belanger@truman.edu>
21736
21737 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21738 erasing buffer.
21739
21740 2005-01-17 Richard M. Stallman <rms@gnu.org>
21741
21742 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21743 for calling grep-compute-defaults.
21744
21745 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21746 if buffer is empty.
21747
21748 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21749
21750 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21751
21752 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21753
21754 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21755 non-preloaded variables.
21756
21757 2005-01-17 Steven Tamm <steventamm@mac.com>
21758
21759 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21760 tex-shell cause to force interactivity when using pipes.
21761
21762 2005-01-17 Kim F. Storm <storm@cua.dk>
21763
21764 * simple.el (just-one-space): Make arg optional.
21765
21766 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21767
21768 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21769 posn-at-x-y to t to access left-margin.
21770
21771 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21772
21773 Sync with Tramp 2.0.47.
21774
21775 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21776 catching keep-date problems in cp/scp operations.
21777 (tramp-handle-copy-file): Don't call `set-file-modes'
21778 unconditionally. Specialized functions should know better what is
21779 necessary. This improves performance a little bit, and the
21780 functions could catch errors with `cp -p' and `scp -p'.
21781 (tramp-do-copy-or-rename-file-via-buffer)
21782 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21783 when appropriate.
21784 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21785 Call `set-file-modes' when appropriate.
21786 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21787 Johnsson <isak@hypergene.com>
21788 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21789 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21790 <joakim@verona.se>
21791 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21792 Emacs only.
21793
21794 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21795 `find-file-hooks' and `dired-mode-hook'.
21796 (tramp-minor-mode-map): Respective map. Add remapping for
21797 `compile' and `recompile'.
21798 (tramp-remap-command, tramp-recompile): New defuns.
21799 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21800 in buffer "*Compilation*". Call the commands asynchronously.
21801
21802 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21803 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21804 `shell-command', because it isn't magic in XEmacs. Reported by
21805 Adrian Aichner <adrian@xemacs.org>.
21806
21807 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21808 `substitute-in-file-name.
21809 (tramp-smb-handle-substitute-in-file-name): New defun.
21810 (tramp-smb-advice-PC-do-completion): Delete advice.
21811
21812 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21813
21814 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21815 Fix error in deleting region.
21816
21817 2005-01-15 Richard M. Stallman <rms@gnu.org>
21818
21819 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21820 In non-temp buffer, switch syntax table temporarily.
21821
21822 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21823
21824 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21825
21826 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21827
21828 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21829 (imenu--generic-function): Use START, not BEG, as pos of definition.
21830
21831 * simple.el (just-one-space): Argument specifies number of spaces.
21832
21833 * simple.el (eval-expression-print-format): Avoid warning
21834 about edebug-active.
21835
21836 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21837
21838 * progmodes/sh-script.el: Code copied from make-mode.el
21839 with small changes,
21840 (sh-mode-map): Bind C-c C-\.
21841 (sh-backslash-column, sh-backslash-align): New variables.
21842 (sh-backslash-region, sh-append-backslash): New functions.
21843
21844 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21845
21846 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21847 (rmail-pop-password, rmail-pop-password-required): Move to
21848 rmail-obsolete group.
21849 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21850 All callers updated.
21851 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21852 Take an argument specifying whether it is POP or IMAP mailbox we
21853 are using. All callers updated.
21854 (rmail-pop-password-error): Rename to
21855 rmail-remote-password-error. Added mailutils-specific error message.
21856 (rmail-movemail-search-path)
21857 (rmail-movemail-variant-in-use): New variables.
21858 (rmail-remote-password, rmail-remote-password-required):
21859 New customization variables.
21860 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21861 (rmail-parse-url): New function.
21862 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21863 with GNU mailutils movemail.
21864
21865 2005-01-15 Kevin Ryde <user42@zip.com.au>
21866
21867 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21868 suffix to space, $ or '$, to correctly position point when going
21869 to @table style constants like DBL_MAX.
21870
21871 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21872
21873 * type-break.el (type-break-mode, type-break-file-time)
21874 (type-break-file-keystroke-count, type-break-choose-file):
21875 Don't store data in or load data from the file if type-break-file-name
21876 is nil.
21877 (type-break-file-name): Doc update as per the above.
21878
21879 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21880
21881 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21882 lookup-key might return nil; handle that.
21883
21884 2005-01-15 Alan Mackenzie <acm@muc.de>
21885
21886 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21887 rather than the element found, thus enabling the tree to be setcar'd.
21888
21889 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21890
21891 * textmodes/org.el (org-show-following-heading): New option.
21892 (org-show-hierarchy-above): Use `org-show-following-heading'.
21893 (org-cycle): Documentation fix.
21894
21895 * textmodes/org.el (orgtbl-optimized): New option
21896 (orgtbl-mode): New command, a minor mode.
21897 (orgtbl-mode-map): New variable.
21898 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21899 (orgtbl-error, orgtbl-self-insert-command)
21900 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21901
21902 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21903 a local variable in each org-mode buffer.
21904
21905 * textmodes/org.el (org-set-regexps-and-options): Rename from
21906 `org-set-regexps'. Added checking for STARTUP keyword.
21907 (org-get-current-options): Add STARTUP options.
21908 (org-table-insert-row): Make mode intelligent about when
21909 realignment is needed.
21910 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21911 New commands.
21912 (org-enable-table-editor): New default value `optimized'.
21913 (org-table-blank-field): Support blanking regions if active.
21914
21915 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21916
21917 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21918 if the year is not given.
21919
21920 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21921 Add new escapes %m and %M, fixed bug with %F by adding
21922 save-match-data.
21923 (reftex-reference): Remove ?. from list of spaces.
21924 (reftex-label-info): Add automatic label prefix recognition.
21925
21926 * textmodes/reftex-index.el (reftex-index-next-phrase):
21927 Add slave parameter to call of `reftex-index-this-phrase'.
21928 (reftex-index-this-phrase): New optional argument.
21929 (reftex-index-region-phrases): Add slave parameter to call of
21930 `reftex-index-this-phrase'.
21931 (reftex-display-index): New argument redo.
21932 (reftex-index-rescan): Add `redo' to arguments of
21933 `reftex-display-index'.
21934 (reftex-index-Rescan, reftex-index-revert)
21935 (reftex-index-switch-index-tag): Add `redo' to arguments of
21936 `reftex-display-index'.
21937 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21938 indexing. Fix bug with matching is there is a quote before or
21939 after the word.
21940
21941 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21942 Fix bug when collecting citation keys in lines with comments.
21943 (reftex-citation): Prefix argument no longer rescans the document,
21944 but forces prompting for optional arguments of cite macros.
21945 (reftex-do-citation): Prompting for optional arguments implemented.
21946
21947 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21948 Add optional arguments to most cite commands.
21949 (reftex-cite-cleanup-optional-args): New option
21950 (reftex-cite-prompt-optional-args): New option.
21951 (reftex-trust-label-prefix): New option.
21952
21953 * textmodes/reftex-toc.el (reftex-toc-find-section):
21954 Add push-mark before changing the position in the buffer.
21955
21956 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21957 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21958
21959 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21960
21961 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21962 more carefully.
21963
21964 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21967 (sgml-mode): Use it.
21968 (sgml-get-context): Better keep track of implicitly closed tags.
21969
21970 2005-01-13 Kenichi Handa <handa@m17n.org>
21971
21972 * textmodes/ispell.el: These changes are to fix misalignment error
21973 caused by equivalent characters of different Emacs charsets.
21974 (ispell-unified-chars-table): New variable.
21975 (ispell-get-decoded-string): New function.
21976 (ispell-get-casechars, ispell-get-not-casechars)
21977 (ispell-get-otherchars): Call ispell-get-decoded-string.
21978
21979 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21980
21981 * custom.el (custom-declare-variable): Just put symbol instead
21982 of (defvar . symbol) in `current-load-list'.
21983
21984 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21985
21986 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21987
21988 2005-01-12 Jay Belanger <belanger@truman.edu>
21989
21990 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21991 to create a Calc summary.
21992
21993 2005-01-12 Kim F. Storm <storm@cua.dk>
21994
21995 * mouse.el (mouse-on-link-p): Change functionality and doc
21996 string to comply with latest description in lisp ref.
21997
21998 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21999
22000 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22001 Enable mouse clicks on mode-line, header-line and margin.
22002 (event-type): Give mouse event symbols an `event-kind' property
22003 with value `mouse-click'.
22004
22005 2005-01-12 Juri Linkov <juri@jurta.org>
22006
22007 * facemenu.el (list-colors-display): Add new arg buffer-name.
22008 Use it. Fix docstring. Replace code for identifying duplicate
22009 colors by the name with call to `list-colors-duplicates' which
22010 identifies duplicate colors by the value unless the color
22011 is one of special Windows colors. Set truncate-lines to t.
22012 Print sorted duplicate color names on each line. Indent to 22
22013 \(the longest color name in rgb.txt) instead of 20. Optimize.
22014 (list-colors-duplicates): New function.
22015 (facemenu-color-name-equal): Delete function.
22016
22017 * facemenu.el (list-colors-print): New function created from code
22018 in list-colors-display. Print #RRGGBB at the window right edge.
22019 (list-colors-display): When temp-buffer-show-function is not
22020 defined, call list-colors-print from temp-buffer-show-hook
22021 to get the right value of window-width in list-colors-print
22022 after the buffer is displayed.
22023
22024 * simple.el (pop-mark): Move deactivate-mark out of conditional
22025 part to deactivate the active mark regardless of the state of the
22026 mark ring.
22027
22028 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22029 variables line in desktop files.
22030
22031 2005-01-12 Juri Linkov <juri@jurta.org>
22032
22033 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22034 Bring together isearch highlight related options.
22035 (lazy-highlight): Replace group `replace' by `matching'.
22036 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22037 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22038 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22039 and declare them obsolete.
22040 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22041 (isearch-faces): Remove defgroup.
22042 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22043 Move isearch highlighting code closer to lazy highlighting code.
22044
22045 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22046 (query-replace-highlight, query-replace-lazy-highlight)
22047 (query-replace): Move definitions to the beginning of the file.
22048
22049 2005-01-11 Juri Linkov <juri@jurta.org>
22050
22051 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22052 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22053 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22054
22055 * info.el (Info-history-forward): New variable.
22056 (Info-select-node): Reset Info-history-forward to nil.
22057 (Info-last): Turn into defalias.
22058 (Info-history-back): Rename from Info-last.
22059 Add current node to Info-history-forward.
22060 (Info-history-forward): New fun.
22061 (Info-mode-map): Replace Info-last by Info-history-back.
22062 Bind Info-history-forward to "r".
22063 (Info-mode-menu): Replace Info-last by Info-history-back.
22064 Fix menu item text. Add menu item for Info-history-forward.
22065 (info-tool-bar-map): Replace Info-last by Info-history-back.
22066 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22067 for Info-history-forward.
22068 (Info-mode): Replace Info-last by Info-history-back in docstring.
22069 Add local variable Info-history-forward.
22070 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22071
22072 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22073
22074 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22075 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22076 Ignore select-window events rather than fiddle with
22077 mouse-autoselect-window.
22078
22079 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22080
22081 * type-break.el (type-break-mode): Fix previous change.
22082
22083 2005-01-10 Jay Belanger <belanger@truman.edu>
22084
22085 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22086 calculator; only reset when point is inside a calculator.
22087 Don't adjust the window height if the window takes up the whole height
22088 of the frame.
22089
22090 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22091
22092 * ebuff-menu.el (Electric-buffer-menu-mode):
22093 Preserve value of buffer-local var header-line-format.
22094
22095 2005-01-09 Jay Belanger <belanger@truman.edu>
22096
22097 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22098 Make sure settings file exists before accessing it.
22099
22100 * calc/calc-embed.el (calc-embedded-subst):
22101 Replace math-multi-subst-rec, which is only supposed to be called
22102 by math-multi-subst, by math-multi-subst.
22103
22104 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22105
22106 * vc.el (vc-allow-async-revert): New user option.
22107 (vc-disable-async-diff): New internal variable.
22108 (vc-revert-buffer): Use them to disable asynchronous diff.
22109
22110 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22111 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22112 asynchronously if vc-disable-async-diff is t.
22113
22114 2005-01-09 Jay Belanger <belanger@truman.edu>
22115
22116 * calc/calc.el (defcalcmodevar): New macro.
22117 (calc-mode-var-list-restore-default-values)
22118 (calc-mode-var-list-restore-saved-values): New functions.
22119 (calc-mode-var-list): Use defcalcmodevar to define it.
22120 (calc-always-load-extensions, calc-line-numbering)
22121 (calc-line-breaking, calc-display-just, calc-display-origin)
22122 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22123 (calc-group-char, calc-point-char, calc-frac-format)
22124 (calc-prefer-frac, calc-hms-format, calc-date-format)
22125 (calc-float-format, calc-full-float-format, calc-complex-format)
22126 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22127 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22128 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22129 (calc-matrix-brackets, calc-language, calc-language-option)
22130 (calc-left-label, calc-right-label, calc-word-size)
22131 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22132 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22133 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22134 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22135 (calc-window-height, calc-display-trail, calc-show-selections)
22136 (calc-use-selections, calc-assoc-selections)
22137 (calc-display-working-message, calc-auto-why, calc-timing)
22138 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22139 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22140 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22141 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22142 (calc-gnuplot-geometry, calc-graph-default-resolution)
22143 (calc-graph-default-resolution-3d, calc-invocation-macro)
22144 (calc-show-banner): Use defcalcmodevar to declare them and set
22145 their default values.
22146
22147 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22148 instead of default values (but restore default values if there is
22149 an argument of 0).
22150
22151 2005-01-09 David Kastrup <dak@gnu.org>
22152
22153 * desktop.el (desktop-restore-eager): Fix typo in type.
22154
22155 2005-01-08 Richard M. Stallman <rms@gnu.org>
22156
22157 * cus-edit.el (customize): Delete :link.
22158
22159 2005-01-08 Jay Belanger <belanger@truman.edu>
22160
22161 * calc/calc.el (calc-mode): Remove the extension from the
22162 `calc-settings-file' file name when loading it.
22163
22164 2005-01-08 Kim F. Storm <storm@cua.dk>
22165
22166 * info.el (Info-mode-map, Info-next-link-keymap)
22167 (Info-prev-link-keymap, Info-up-link-keymap):
22168 Map follow-link to mouse-face.
22169 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22170
22171 2005-01-08 Jay Belanger <belanger@truman.edu>
22172
22173 * calc/calc.el (calc-settings-file): Change default value.
22174 Suggested by cgw in a comment in calc-mode.el.
22175
22176 * calc/calc-mode.el (calc-settings-file-name):
22177 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22178 Replace ~/.emacs in a prompt by calc-settings-file.
22179
22180 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22181
22182 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22183 (desktop-lazy-idle-delay): New customizable variables.
22184 (desktop-buffer-args-list): New variable.
22185 (desktop-append-buffer-args): New function.
22186 (desktop-save): Call desktop-append-buffer-args for some buffers.
22187 (desktop-lazy-create-buffer): New function.
22188 (desktop-idle-create-buffers): New function.
22189 (desktop-read): Add message about buffers to restore lazily.
22190 (desktop-lazy-abort): New command.
22191 (desktop-clear): Call desktop-lazy-abort.
22192 (desktop-lazy-complete): New command.
22193
22194 2005-01-06 Richard M. Stallman <rms@gnu.org>
22195
22196 * emacs-lisp/find-func.el (find-face-definition):
22197 Rename from find-face.
22198
22199 2005-01-06 Kim F. Storm <storm@cua.dk>
22200
22201 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22202
22203 * man.el (Man-xref-man-page, Man-xref-header-file)
22204 (Man-xref-normal-file): Add follow-link property.
22205
22206 2005-01-06 Jay Belanger <belanger@truman.edu>
22207
22208 * calc/calc-units.el: Make sure the proper macro definitions are
22209 available when compiling.
22210
22211 2005-01-06 Juri Linkov <juri@jurta.org>
22212
22213 * isearch.el (isearch-lazy-highlight-update):
22214 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22215
22216 2005-01-06 Miles Bader <miles@gnu.org>
22217
22218 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22219 (isearch-lazy-highlight-face): Use new name.
22220
22221 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22222
22223 * uniquify.el (uniquify-rationalize-file-buffer-names):
22224 Re-add an interactive spec.
22225 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22226 to the same name.
22227
22228 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22229 (isearch-update, isearch-done): Adjust calls accordingly.
22230
22231 2005-01-05 Richard M. Stallman <rms@gnu.org>
22232
22233 * custom.el (custom-set-variables, custom-theme-set-variables):
22234 Clarify documentation.
22235
22236 * emacs-lisp/find-func.el (find-variable)
22237 (find-variable-other-window, find-variable-other-frame):
22238 Fix the TYPE args to find-function-read and find-function-do-it.
22239 (find-function): Doc fix.
22240 (find-function-at-point): Replace function-at-point alias.
22241
22242 2005-01-04 Richard M. Stallman <rms@gnu.org>
22243
22244 * cus-face.el (custom-declare-face):
22245 Record defface in current-load-list.
22246
22247 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22248
22249 * emacs-lisp/find-func.el: Doc fixes.
22250 (find-face-regexp): New variable.
22251 (find-function-regexp-alist): New variable.
22252 (find-function-C-source): Third arg is now TYPE.
22253 (find-function-search-for-symbol): Handle general TYPE.
22254 (find-function-read, find-function-do-it): Handle general TYPE.
22255 (find-definition-noselect, find-face): New functions.
22256 (function-at-point): Alias deleted.
22257
22258 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22259
22260 * battery.el (display-battery-mode): Rename from display-battery.
22261 Handle the case where it gets turned off.
22262
22263 2005-01-04 Richard M. Stallman <rms@gnu.org>
22264
22265 * cus-edit.el (customize): Make :link point to user doc.
22266
22267 * man.el (Man-fontify-manpage): Turn off undo generation.
22268
22269 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22270
22271 2005-01-04 Andreas Schwab <schwab@suse.de>
22272
22273 * files.el (insert-directory): Only look for error lines in
22274 inserted text. Don't move too far after processing --dired markers.
22275
22276 2005-01-04 Richard M. Stallman <rms@gnu.org>
22277
22278 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22279 Don't expand if the character is @, period, dash, etc.
22280 (define-mail-abbrev): Quote names that contain problem characters.
22281
22282 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22283
22284 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22285
22286 2005-01-03 Richard M. Stallman <rms@gnu.org>
22287
22288 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22289 (query-replace-highlight, query-replace-lazy-highlight)
22290 (query-replace): Definitions moved up. Doc fix.
22291
22292 2005-01-03 Richard M. Stallman <rms@gnu.org>
22293
22294 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22295 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22296 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22297 (lazy-highlight-face): Rename from isearch-lazy-...
22298 Change all references to them.
22299
22300 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22301
22302 * cus-edit.el (custom-file): Doc fix for defcustom.
22303 (custom-file): The function no longer sets the variable
22304 `custom-file' to its return value.
22305
22306 * startup.el (command-line): No longer load `custom-file'.
22307
22308 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22309
22310 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22311
22312 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22313 Don't confuse module-prefixed identifiers for labels.
22314 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22315
22316 2005-01-02 Richard M. Stallman <rms@gnu.org>
22317
22318 * files.el (basic-save-buffer-1): Fix previous change.
22319
22320 * loadhist.el (file-loadhist-lookup): New function.
22321 (file-provides, file-requires): Use it.
22322
22323 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22324 instead of calculating the right size.
22325
22326 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22327
22328 * vc-svn.el (vc-svn-diff): Stay local if possible.
22329
22330 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22331
22332 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22333
22334 * files.el (hack-local-variables): Fix last change.
22335
22336 2005-01-02 Jay Belanger <belanger@truman.edu>
22337
22338 * calc/calc-yank.el (calc-edit-top): New variable.
22339 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22340 object. Change header properties.
22341 (calc-edit-finish, calc-edit-finish-stack-object)
22342 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22343 edited object.
22344 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22345 for the beginning of the edited object.
22346 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22347 for the beginning of the edited object.
22348 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22349 (calc-finish-formula-edit, calc-macro-repeats)
22350 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22351 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22352 beginning of the edited object.
22353 (calc-user-define-edit): Change the header for editing macros.
22354 Remove unnecessary variable.
22355
22356 2005-01-01 Jay Belanger <belanger@truman.edu>
22357
22358 * calc/calc-yank.el (calc-edit-mode): Change default header.
22359 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22360 * calc/calc-store.el (calc-edit-variable): Change title to match new
22361 header.
22362 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22363 mode to match new header.
22364 (calc-user-define-edit): Change titles to include names of commands.
22365 (calc-finish-formula-edit): Adjust to handle new header.
22366 (calc-finish-macro-edit): Remove.
22367 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22368 (calc-edit-macro-command, calc-edit-macro-command-type)
22369 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22370 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22371 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22372 (calc-edit-macro-finish-edit): New functions.
22373 (calc-user-define-edit): Use new functions to edit named calc macros.
22374
22375 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22376
22377 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22378
22379 * ses.el (copy-region-as-kill): Deactivate mark.
22380
22381 2005-01-01 Richard M. Stallman <rms@gnu.org>
22382
22383 * replace.el (occur-1): If the output buffer is also an input,
22384 don't kill it, rename it.
22385
22386 * faces.el (set-face-background, set-face-foreground): Doc fix.
22387
22388 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22389 for :foreground and :background.
22390
22391 * dired.el (dired-view-command-alist): Variable deleted.
22392 (dired-view-file, dired-mouse-find-file-other-window):
22393 Delete the code to use it.
22394
22395 2005-01-01 Kim F. Storm <storm@cua.dk>
22396
22397 * image.el (insert-sliced-image): Use t for line-height property.
22398
22399 See ChangeLog.11 for earlier changes.
22400
22401 ;; Local Variables:
22402 ;; coding: iso-2022-7bit
22403 ;; End:
22404
22405 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22406 Copying and distribution of this file, with or without modification,
22407 are permitted provided the copyright notice and this notice are preserved.
22408
22409 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1