(sgml-font-lock-keywords-1): Fix pathological O(n^2) regexp-search by
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
9bbceb74
SM
12006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4 O(n^2) regexp-search by anchoring the search.
5
2b058c72
DN
62006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * whitespace.el (whitespace-cleanup-internal): Use current
9 argument for recursive call.
10
57176422
MA
112006-12-04 Michael Albinus <michael.albinus@gmx.de>
12
13 * net/tramp.el (tramp-methods): Add "ControlPath" and
14 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
15 Andreas Schwab <schwab@suse.de>.
16 (tramp-do-copy-or-rename-file-out-of-band)
17 (tramp-open-connection-rsh): Compute format spec for ?t.
18 (tramp-process-actions): Trace command parameters.
19
d2e126dc
NR
202006-12-04 Nick Roberts <nickrob@snap.net.nz>
21
6dadbf89
NR
22 * simple.el (toggle-truncate-lines): Clarify doc string.
23
d2e126dc
NR
24 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
25 (gdb-speedbar-expand-node): Use it.
26
a8d5f40f
RS
272006-12-04 Richard Stallman <rms@gnu.org>
28
29 * progmodes/python.el (python-indent): Add safe-local-variable prop.
30
31 * dired.el (dired-revert): Turn off dired-after-readin-hook
32 around call to dired-readin.
33
34 * menu-bar.el (menu-bar-make-toggle): Add "globally"
35 to echo area messages.
36 <indicate-empty-lines, case-fold-search>:
37 Add "globally" to Help string.
38 <case-fold-search>: MESSAGE arg need not say "globally".
9bbceb74 39 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
a8d5f40f
RS
40
412006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
42
43 * outline.el (outline-end-of-subtree): Don't leave an empty
44 line hidden as we would a real next heading.
45
f9f46d8d
KS
462006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
47
48 * allout.el (allout-ascend): Add an optional argument to preserve
49 original position of point when unsuccessful. Also, fix a
50 docstring error.
51 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
52 work again, using allout-ascend's new option.
9bbceb74 53 (allout-setup-mode-map): Extract from allout-mode to initialize
f9f46d8d
KS
54 allout-mode-map. Call it on file load, so the mode docstring
55 substitutions work even if allout mode has not yet been invoked.
56 (allout-mode): Use new allout-setup-mode-map to track any keybinding
57 customizations since the map was last processed. Also, refine the
58 docstring so it's ship-shape for release.
59 (allout-default-layout, allout-beginning-of-line-cycles)
60 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
61 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
62 (allout-version, allout-layout, allout-infer-body-reindent)
63 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
64 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
65 (allout-previous-heading, allout-goto-prefix-doublechecked)
66 (allout-current-bullet-pos, allout-next-sibling-leap)
67 (allout-pre-command-business, allout-encrypted-type-prefix)
68 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
69 (allout-rebullet-topic, allout-rebullet-topic-grunt)
70 (allout-flag-region, allout-expose-topic, allout-expose-topic)
71 (allout-old-expose-topic, allout-listify-exposed)
72 (allout-process-exposed, allout-latex-verb-quote)
73 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
74 (allout-toggle-current-subtree-encryption)
75 (allout-toggle-subtree-encryption, allout-bullet-isearch):
76 Remove extraneous open-paren and close paren string escapes.
77
7977c946
JB
782006-12-03 Juanma Barranquero <lekktu@gmail.com>
79
80 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
81 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
82 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
83 Fix typos in docstrings.
84
23382015
GM
852006-12-03 Glenn Morris <rgm@gnu.org>
86
87 * progmodes/cc-align.el
88 * progmodes/cc-awk.el
89 * progmodes/cc-cmds.el
90 * progmodes/cc-compat.el
91 * progmodes/cc-defs.el
92 * progmodes/cc-engine.el
93 * progmodes/cc-langs.el
94 * progmodes/cc-menus.el
95 * progmodes/cc-mode.el
96 * progmodes/cc-styles.el
97 * progmodes/cc-vars.el
98 * progmodes/vhdl-mode.el: Fix Copyright format.
99
8a6137df
CY
1002006-12-02 Chong Yidong <cyd@stupidchicken.com>
101
102 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
103 initial down event.
104
85e3d48f
KS
1052006-12-02 Kim F. Storm <storm@cua.dk>
106
107 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
108 (cua-repeat-replace-region): Make M-v more robust.
109 (cua-paste-pop-rotate-temporarily): New defcustom.
110 (cua-paste-pop): Use it.
111 (cua-auto-mark-last-change): New defcustom.
112 (cua-pop-to-last-change): New helper function.
113 (cua-set-mark): Use them.
114
ba3a449e
NR
1152006-12-01 Nick Roberts <nickrob@snap.net.nz>
116
493ded4f 117 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
ba3a449e
NR
118 mini-buffer message.
119
2acb13b1
JB
1202006-12-01 Juanma Barranquero <lekktu@gmail.com>
121
122 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
123
d166d7c4 1242006-12-01 Ben North <ben@redfrontdoor.org>
4abc74e8 125
f9914209 126 * paren.el: Fix the highlight overlay extension when the user types a
77ea34ce 127 sequence of char very fast just before the open parenthesis.
d166d7c4
VJL
128
1292006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
f9914209 130
4abc74e8
VJL
131 * ps-mule.el: Eliminate Emacs 20 compatibility.
132
2acb13b1 133 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4abc74e8
VJL
134 (ps-print-version): New Version 6.7.
135 (ps-print-quote): Replace '?\ ' by '?\s'.
136
310afa17
JB
1372006-11-30 Juanma Barranquero <lekktu@gmail.com>
138
139 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
140 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
141 (hexl-end-of-1k-page): Doc fixes.
142 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
143 Fix typos in docstrings.
144
939cb3e8
KS
1452006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
146
310afa17 147 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
939cb3e8
KS
148 locally, i.e. without using file name handlers.
149 (ido-read-internal): Allow mono letter host names, avoiding the
150 `c:' problem by testing if the file exists locally.
151 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
152
3fc29559
MY
1532006-11-30 Masatake YAMATO <jet@gyve.org>
154
155 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
156 to avoid bytecomp warnings.
157 (hexl-mode-old-ruler-function): New variable.
158 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
159 and `hl-line-range-function' after `require' hl-line.
160 Then bind `hl-line-range-function' and `hl-line-face'.
1b7ef4aa
JB
161 Don't require frame. Don't use `with-no-warnings'.
162 (hexl-activate-ruler): Store the original value of
3fc29559 163 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1b7ef4aa 164 (hexl-mode-exit): Restore the original value of
3fc29559
MY
165 `ruler-mode-ruler-function'.
166
1b7ef4aa 1672006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6ac2ae62 168
1b7ef4aa
JB
169 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
170 (hexl-mode-old-hl-line-face): New variable.
6ac2ae62
MY
171 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
172 line when exit from the hexl-mode.
173
33fac697
JB
1742006-11-30 Juanma Barranquero <lekktu@gmail.com>
175
1b7ef4aa
JB
176 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
177 Doc fixes.
178
33fac697
JB
179 * international/fontset.el (create-fontset-from-ascii-font)
180 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
181 (fontset-name-p): Fix typo in docstring.
182
183 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
184
8a3ee455 1852006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
07239461 186
2acb13b1 187 * ps-bdf.el: Fix maintainer email.
07239461 188
2acb13b1 189 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
07239461
VJL
190 compatibility.
191
2acb13b1 192 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
07239461
VJL
193 21 compatibility.
194 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
195 Emacs 20 & 21.
196
e141c335
S
1972006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
198
9bbceb74
SM
199 * progmodes/idlwave.el (idlwave-auto-fill):
200 Remove paragraph-start let to prevent auto-fill giving up.
e141c335 201
9fa04a08
JB
2022006-11-28 Juanma Barranquero <lekktu@gmail.com>
203
204 * vt100-led.el (led-state): Fix typo in previous change.
205
3b46a8f7
CY
2062006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
207
9bbceb74
SM
208 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
209 Fix interactive spec of the functions getting defined to make them
3b46a8f7
CY
210 work as documented.
211
0c3e8c6c
CY
2122006-11-28 Chong Yidong <cyd@stupidchicken.com>
213
214 * startup.el (fancy-splash-screens): Hide initial splash buffer.
215
c09908a3
KS
2162006-11-28 Kim F. Storm <storm@cua.dk>
217
218 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
219 icomplete-mode is enabled.
220
a1afc260
CD
2212006-11-28 Carsten Dominik <dominik@science.uva.nl>
222
223 * textmodes/org.el (require): Require gnus-sum during compilation
224 to avoid problem with a macro call.
225
bf897a90
GM
2262006-11-28 Glenn Morris <rgm@gnu.org>
227
228 * emacs-lisp/authors.el (authors-aliases): Add new alias.
229
230 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
231 (fortran-window-create-momentarily): Do not need string-to-char.
232
7bc297d7
RS
2332006-11-28 Richard Stallman <rms@gnu.org>
234
235 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
236 Replace incorrect use of assoc-default with a loop.
237
238 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
239
240 * simple.el (next-error-find-buffer): Improve messages.
241
242 * files.el (revert-buffer): Special error message if file
243 is now not readable.
244
245 * facemenu.el (facemenu-add-new-face): Improve doc strings of
246 constructed commands.
247
248 * comint.el (comint-exec-1): Provide Emacs version and `comint'
249 in INSIDE_EMACS.
250
ff348fba
SM
2512006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
252
fe39af99
SM
253 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
254
ff348fba
SM
255 * server.el: Remove spurious * in docstrings.
256 (server-process-filter): Exit from recursive editing before processing
257 a new request.
258
c8aab130
S
2592006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
260
261 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
262 line so hidden blocks will be correctly identified.
263
8d4bf0e5
JB
2642006-11-27 Juanma Barranquero <lekktu@gmail.com>
265
b8f11c58
JB
266 * ledit.el (ledit-save-defun, ledit-mode):
267 * resume.el (resume-emacs-args-buffer):
268 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
269 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
270 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
271 (command-send-input, command-kill-line):
272 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
273
274 * autoarg.el (autoarg-kp-mode): Doc fix.
275
276 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
277 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
278 (check-emacs-lock): Doc fix. Simplify.
279
280 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
281 (iimage-mode-buffer): Fix typos in docstring.
282
283 * misc.el (zap-up-to-char): Doc fix.
284
8d4bf0e5
JB
285 * time-stamp.el: Fix comment and obsolescence string for old
286 functions. Use `dolist' instead of `while'.
287
b8f11c58
JB
288 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
289
8d4bf0e5
JB
290 * disp-table.el (standard-display-8bit, standard-display-default):
291 * ebuff-menu.el (electric-buffer-list):
292 * ehelp.el (electric-help-command-loop):
293 * font-core.el (font-lock-mode):
294 * help-macro.el (make-help-screen):
295 * help.el (describe-minor-mode-completion-table-for-indicator)
296 (lookup-minor-mode-from-indicator):
297 * indent.el (tab-to-tab-stop, move-to-tab-stop):
298 * info-look.el (info-lookup-guess-custom-symbol):
299 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
300 * longlines.el (longlines-wrap-line):
301 * macros.el (insert-kbd-macro):
302 * menu-bar.el (menu-bar-update-buffers):
303 * misc.el (copy-from-above-command):
304 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
305 * newcomment.el (comment-indent):
306 * novice.el (disabled-command-function):
307 * sort.el (sort-fields-syntax-table):
308 * subr.el (momentary-string-display):
309 * tar-mode.el (tar-header-block-summarize)
310 (tar-clear-modification-flags):
311 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
312 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
313 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
314 (te-delete-char, te-down-vertically-or-scroll):
315 * time-stamp.el (time-stamp-string-preprocess):
316 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
317
0a43e427
NR
3182006-11-26 Nick Roberts <nickrob@snap.net.nz>
319
320 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
321 in GUD mode.
322
323 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
324 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
325
ba1f3817
JD
3262006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
327
328 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
329
1babb7ea
JB
3302006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
331
332 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
333 (ada-compile-goto-error): Adapt to new argument profile of
334 compilation-goto-locus in Emacs 22. Don't check if the various
335 compile functions are defined; we already do "(require 'compile)".
336
2409ce7f
KS
3372006-11-26 Kim F. Storm <storm@cua.dk>
338
339 * kmacro.el: Fix commentary.
340
bedb71f6
NR
3412006-11-26 Nick Roberts <nickrob@snap.net.nz>
342
343 * progmodes/gud.el (gdb): Explain how to run in text command mode
344 more clearly. Say in error message that multiple debugging
345 requires restarting GDB.
346
2ebdd2d8
JB
3472006-11-25 Juanma Barranquero <lekktu@gmail.com>
348
349 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
350
1d9a4930
EZ
3512006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
352
2ebdd2d8 353 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1d9a4930
EZ
354 (flymake-popup-menu): Use it instead of posn-at-point.
355
d86b05e7
JD
3562006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
357
ff348fba
SM
358 * progmodes/cc-vars.el (c-backslash-column):
359 Mention c-backslash-max-column in documentation for c-backslash-column.
d86b05e7 360
6b2633cc 3612006-11-24 Lars Hansen <larsh@soem.dk>
365bba5e 362
6b2633cc
LH
363 * net/tramp.el (tramp-default-method): Under Windows, change from
364 plink to pscp.
365 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
365bba5e
KS
366 (tramp-actions-copy-out-of-band):
367 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6b2633cc
LH
368 (tramp-action-out-of-band): Move "Permission denied" handling to
369 tramp-action-copy-failed.
370 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
371 process buffer.
372
053f45dd
SM
3732006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
374
3559aa8b
SM
375 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
376 strings to a single string. Quote `errors-file-name'.
377 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
378 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
379 Adjust calls. Use `shell-quote-argument'.
380
053f45dd
SM
381 * international/mule.el (load-with-code-conversion)
382 (with-category-table): Use with-current-buffer.
383 (after-insert-file-set-coding): Use restore-buffer-modified-p.
384
362e23e1
EZ
3852006-11-24 Eli Zaretskii <eliz@gnu.org>
386
053f45dd
SM
387 * mail/smtpmail.el (smtpmail-send-it):
388 Copy buffer-file-coding-system from the mail buffer. Possibly add a
389 MIME header for the message encoding.
390 Bind coding-system-for-write around the call to mail-do-fcc.
391 Use smtpmail-code-conv-from to encode queued mail messages.
362e23e1 392
550831ed
JB
3932006-11-24 Juanma Barranquero <lekktu@gmail.com>
394
96215ace
JB
395 * tabify.el (tabify-regexp): Doc fix.
396
550831ed
JB
397 * net/rcirc.el (rcirc-buffer-maximum-lines):
398 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
399
400 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
401 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
402 Fix typos in output messages.
403 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
404
312d24fb
SM
4052006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
408 the horse's mouth.
409 (hexlify-buffer): Don't re-encode an arg that's already encoded.
410
31e71026 4112006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5978ab2c 412
312d24fb
SM
413 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
414 Remove condition-case.
5978ab2c 415
eb2fa81f
GM
4162006-11-23 Glenn Morris <rgm@gnu.org>
417
418 * progmodes/f90.el (f90-comment-indent): Do not move point in
419 default case.
420
fef1f0f2
RF
4212006-11-21 Romain Francoise <romain@orebokech.com>
422
423 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
424 from library name (reverts change of 2005-10-25).
425
5e08fcba
CY
4262006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
427
428 * tutorial.el (tutorial--default-keys): Add newline and
429 delete-backward-char bindings.
430 (tutorial--detailed-help): Save excursion when finding keys.
431 Correct warning string for M-x FOO case.
432 (tutorial--display-changes): Print special keys in tutorial style.
433 Tweak search regexp for changed keys.
434
a98d0b8e 4352006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4f5d4668 436
5978ab2c 437 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4f5d4668
RS
438 redundant scheme.
439
a98d0b8e 4402006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4f5d4668 441
312d24fb 442 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4f5d4668
RS
443 are new to the list at IANA. Also added irc, mms, mmsh.
444
1ada3be2
S
4452006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
446
312d24fb
SM
447 * progmodes/idlw-help.el (idlwave-html-help-location):
448 Fail gracefully for missing help packages.
1ada3be2
S
449 (idlwave-help-assistant-open-link): Open full links.
450 (idlwave-help-assistant-help-with-topic): Direct help link.
451
312d24fb
SM
452 * progmodes/idlwave.el (idlwave-mode):
453 Set add-log-current-defun-function.
454 (idlwave-current-routine-fullname): Add, to support add-log.
1ada3be2
S
455 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
456 to reflect improvements to xml-parse-file.
457 (idlwave-mode-menu-def): New binding for help-with-topic.
458
459 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
460 Handle extra newlines and spaces.
461 (idlwave-shell-mode-map): Add help-with-topic.
462
6f82bad7
CY
4632006-11-20 Chong Yidong <cyd@stupidchicken.com>
464
465 * tutorial.el (tutorial-warning-face): New face.
466 (tutorial--detailed-help, tutorial--display-changes): Use it.
467 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
468 Improve search pattern for occurrences of changed keys.
469
8eee8101
JD
4702006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
471
472 * term/x-win.el (x-last-cut-buffer-coding): New variable.
473 (x-select-text): Set it.
474 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
475 when checking for newness.
476
784c9f3c
JB
4772006-11-19 Juanma Barranquero <lekktu@gmail.com>
478
d57727c9
JB
479 * subr.el (posn-image):
480 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
481
784c9f3c
JB
482 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
483
4fc9bd56 4842006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
014d32b1
JB
485
486 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
487 Exceptions to the rule "add a space between an identifier and an
488 opening parenthesis". Defaulted to the `#define' problem of cpp.
5978ab2c 489 (glasses-parenthesis-exception-p): New. Check if the region is an
014d32b1
JB
490 exception regarding to that.
491 (glasses-make-readable): Use it.
5978ab2c 492 (glasses-convert-to-unreadable): Ditto. Modify the file also if
014d32b1
JB
493 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
494
b733eeef
CY
4952006-11-19 Chong Yidong <cyd@stupidchicken.com>
496
497 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
498
029248ee
JB
4992006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
500
501 * progmodes/ada-mode.el (ada-make-body): Fix typo.
502
503 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
504 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
505
fdf8f29f
CY
5062006-11-18 Chong Yidong <cyd@stupidchicken.com>
507
f80832bc
CY
508 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
509 conditions for function or variable bindings.
510
fdf8f29f
CY
511 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
512
513 * progmodes/compile.el (compilation-start): Ditto.
514
d8d555f2
MA
5152006-11-18 Michael Albinus <michael.albinus@gmx.de>
516
517 * net/tramp.el (top): cl and custom are always required.
518
ccf17b26
JD
5192006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
520
521 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
522 cut-buffers with next-selection-coding-system if not nil.
523
1063e165
CD
5242006-11-17 Carsten Dominik <dominik@science.uva.nl>
525
526 * textmodes/org.el (org-fix-decoded-time): New function.
527 (org-display-custom-time): Use `org-fix-decoded-time'.
528
5fc0d934
CY
5292006-11-17 Chong Yidong <cyd@stupidchicken.com>
530
531 * menu-bar.el (menu-bar-games-menu): Remove yow.
532
119ee84f
CD
5332006-11-17 Carsten Dominik <dominik@science.uva.nl>
534
535 * textmodes/org.el (org-scan-tags): Re-align code fixed.
312d24fb 536 (org-detach-overlay): Rename from `org-detatch-overlay'.
119ee84f
CD
537 (org-table-convert-region): Insert space after column separator.
538 (org-agenda-kill): New command.
539 (org-metaleft): Call `org-outdent-item' on bullets.
540 (org-metaright): Call `org-indent-item' on bullets.
541 (org-timestamp-change): Set `org-last-changed-timestamp'.
542 (org-current-line): Make sure (bolp) returns correct result.
543 (org-agenda-change-all-lines): Make sure TODO are highlighted.
544
3c5471b8
SM
5452006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
548
c940b9e5
CY
5492006-11-16 Chong Yidong <cyd@stupidchicken.com>
550
551 * mouse.el (global-map): Change 2006-08-16 fix to call
552 mouse-yank-at-click explicitly, since mouse events are not carried
553 over into keyboard macros.
554
9923717e
KS
5552006-11-16 Kim F. Storm <storm@cua.dk>
556
5978ab2c 557 * ido.el (ido-file-internal): Use current buffer's file name as default
9923717e
KS
558 choice for ido-find-alternate-file. Suggested by Matt Hodges.
559
5602006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
30fa2159
CY
561
562 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
563 (allout-inhibit-aberrance-doublecheck): Rename from
564 allout-during-yank-processing. All callers changed.
565 (allout-ascend): Provide for unusual case where some topic after
566 the first in file is at lower depth than the first.
567 (allout-shift-in): Ensure the offspring of the new containing
568 topic are exposed.
569 (allout-encrypt-string): Preserve the coding-system of the text,
570 according to that of the containing buffer.
571 (allout-toggle-subtree-encryption): When the text being encrypted
572 requires a different coding system, offer to preserve the coding
573 system using a file local var.
574
bf5546ac
CY
5752006-11-15 Simon Marshall <simon@gnu.org>
576
eb1b7f89
CY
577 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
578 to recognise "T t()" as a function declaration, rather than a
579 variable instantiation, iff at the top-level or inside a class
bf5546ac
CY
580 declaration. Suggested by Feng Li <fengli@gmail.com>.
581
7809b182
JB
5822006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
583
584 * progmodes/ada-xref.el (ada-parse-prj-file):
585 Don't delete project buffer; user may want to edit it.
586 (ada-xref-set-project-field, ada-xref-current-project-file)
587 (ada-xref-current-project, ada-show-current-project)
588 (ada-set-main-compile-application): New functions.
589 (ada-xref-get-project-field, ada-require-project-file):
590 Normalize use of ada-prj-default-project-file.
591 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
592 Normalize use of ada-require-project-file.
593 (ada-prj-find-prj-file): Improve doc string, comments.
594
595 * progmodes/ada-mode.el (ada-mode-version): Bump version.
596 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
597 (ada-create-menu): Add ada-set-main-compile-application,
598 ada-show-current-main, ada-show-current-project.
599
71884b8d
SM
6002006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
603 (inferior-python-mode): Use it.
604
5efe831f
AS
6052006-11-14 Andreas Schwab <schwab@suse.de>
606
607 * term/xterm.el (terminal-init-xterm): Add more key bindings.
608
7e9c3923
KS
6092006-11-13 Kim F. Storm <storm@cua.dk>
610
611 * ido.el (ido-copy-current-word): C-o copies region if active.
612
20882f4a
CD
6132006-11-13 Carsten Dominik <dominik@science.uva.nl>
614
615 * textmodes/org.el (org-emph-face): Fix typo in variable name.
616
1bbea9fc
JB
6172006-11-13 Juanma Barranquero <lekktu@gmail.com>
618
619 * ediff.el (ediff-revision):
620 * files.el (set-visited-file-name):
621 * mail/rmailout.el (rmail-output-body-to-file):
622 Use `format', not `message', in `y-or-n-p' call.
623
1585c4a6
CD
6242006-11-13 Carsten Dominik <dominik@science.uva.nl>
625
1bbea9fc 626 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1585c4a6
CD
627 (org-metaright): Call `org-indent-item' on bullets.
628 (org-timestamp-change): Set `org-last-changed-timestamp'.
629 (org-current-line): Make sure (bolp) returns correct result.
1bbea9fc 630 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1585c4a6 631
2b8ecab8
RS
6322006-11-12 Richard Stallman <rms@gnu.org>
633
634 * language/european.el (turkish-case-conversion-enable)
635 (turkish-case-conversion-disable): New functions.
636 ("Turkish" lang env): Use them.
637
638 * international/characters.el (case table):
639 Do nothing special for i and I.
640
641 * subr.el (remove-overlays): Fix last change.
642
643 * cus-edit.el (custom-save-all): Use find-file-visit-truename
644 for visiting the custom file.
645
32aa3a8c
CY
6462006-11-12 Markus Triska <triska@gmx.at>
647
648 * play/handwrite.el (handwrite): Also process lines not ending
649 with newline. Replace some position-fiddling with different
650 logic. Improve performance.
651
1d424b58
JB
6522006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
653
654 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
655 replacing deleted variable `ada-check-switch'.
656 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
657 (ada-xref-project-files): Improve doc string.
658 (ada-find-executable): New function.
659 (ada-initialize-runtime-library): Use `ada-find-executable'.
660 (ada-xref-set-default-prj-values): In compile commands, don't need
661 `ada-cd-command'; `compile' does that more portably.
662 Use ada-prj-default-check-cmd.
663 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
664 properties if not specified in project file.
665 (ada-goto-declaration): Display useful message for new error
666 'error-file-not-found.
667 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
668 'error-file-not-found.
669 (ada-get-all-references): Match latest ali syntax. Signal new
670 error 'error-file-not-found.
671 (ada-find-in-ali): Match latest ali syntax.
672 (ada-make-filename-from-adaname): Handle different semantics of
673 gnatkr in GNAT 3.15p vs later.
674
675 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
676 ada-procedure-start-regexp.
677 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
678
679 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
680 with defvar.
681 (ada-language-version): Rename ada05 -> ada2005.
682 (ada-align-region-separate): Add `eval-when-compile'.
683 (ada-name-regexp): Remove unneeded escapes in regexp character
684 alternative.
685 (ada-compile-goto-error-file-linenr-re): New constant.
686 (ada-matching-start-re): Handle additional cases `declare',
687 `procedure', `function'.
688 (ada-compile-goto-error): Handle "... at line nn".
689 (ada-mode): Clearer syntax, comments for ff-special-constructs.
690 Delete support for old versions of `align'.
691 (ada-search-prev-end-stmt): Handle additional keyword `private'.
692 (ada-check-defun-name): Simplify handling of `declare'.
312d24fb
SM
693 (ada-goto-matching-start): Handle nested `begin ... end'.
694 Handle `declare', `protected', `procedure', `function'.
1d424b58
JB
695 (ada-create-menu): Presence of arm95 is not conditional on using
696 GNAT compiler.
697
947129a2
JB
6982006-11-12 Juanma Barranquero <lekktu@gmail.com>
699
700 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
701 nil in the *RE-Builder* buffer (it causes spurious error messages).
702
703 * server.el (server-visit-files): If `minibuffer-auto-raise' has
704 been set to t, respect it.
705
dc786b8a
JB
7062006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
707
708 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
709 Delete commented out code for old Emacs versions. Autoloading of
710 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
711 (ada-mode-version): Bump version number.
712 (ada-95-string-keywords, ada-2005-string-keywords)
713 (ada-2005-keywords, ada-name-regexp): New constant.
714 (ada-language-version, ada-procedure-start-regexp, ada-mode)
715 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
716 (ada-package-start-regexp): Support private packages, include package
717 name (for ada-set-point-accordingly).
718 (ada-next-procedure, ada-previous-procedure)
719 (ada-which-function-are-we-in): Match changes to
720 ada-procedure-start-regexp.
721 (ada-make-body): Make non-interactive; not a user function.
722 (ada-make-subprogram-body): Improve doc string.
723
28a62ecb
RF
7242006-11-11 Romain Francoise <romain@orebokech.com>
725
726 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
727 `compilation-error-regexp-alist' buffer-local, since we changed
728 `compilation-error-regexp-alist-alist' locally.
729
174db3d3
JB
7302006-11-11 Juanma Barranquero <lekktu@gmail.com>
731
732 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
733 to the value of `server-raise-frame'.
734
64948f0f
GM
7352006-11-11 Glenn Morris <rgm@gnu.org>
736
737 * ido.el (ido-enable-prefix)
738 * ses.el (ses-call-printer-return)
739 * net/tramp.el (tramp-unified-filenames)
740 * progmodes/cc-align.el (c-lineup-string-cont)
741 * progmodes/compile.el (compilation-directory-matcher)
742 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
743 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
744 (vhdl-clock-rising-edge)
745 * textmodes/org.el (org-export-with-timestamps)
746 (org-export-remove-timestamps-from-toc)
747 (org-export-with-tags): Improve previous doc fixes.
748
89be8f4e
RS
7492006-11-11 Richard Stallman <rms@gnu.org>
750
751 * textmodes/flyspell.el (flyspell-mode-map):
752 Bind C-c $ instead of M-RET.
753
719106a3
CY
7542006-11-10 Simon Marshall <simon@gnu.org>
755
756 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
757 fontification for "case" and "default" keywords.
758
bf4c75a4
AS
7592006-11-10 Andreas Schwab <schwab@suse.de>
760
174db3d3
JB
761 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
762 Avoid starting sentence with "nil".
bf4c75a4 763
0cf79a3b
JB
7642006-11-10 Juanma Barranquero <lekktu@gmail.com>
765
766 * server.el (server-raise-frame): New option.
767 (server-switch-buffer): Use it.
768
5938a663
NR
7692006-11-10 Nick Roberts <nickrob@snap.net.nz>
770
771 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
772 with a capital.
773
d226567a
CD
7742006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
775
3898854f 776 * textmodes/org.el (org-show-hierarchy-above)
312d24fb 777 (org-show-following-heading): Fix typo in default value.
3898854f 778 (org-scan-tags): Make the search case-sensitive.
1585c4a6
CD
779 (org-tags-sparse-tree): Don't overrule
780 `org-show-following-heading' and `org-show-hierarchy-above'.
d226567a 781 (org-reveal): New command.
312d24fb 782 (org-show-context): Rename from `org-show-hierarchy-above'.
d226567a 783 (org-fast-tag-selection-single-key): New option.
312d24fb 784 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
d226567a
CD
785 (org-tags-overlay): New variable.
786 (org-agenda-todo-ignore-deadlines): New option.
3898854f
CD
787 ("session"): Add circular data structure `org-mark-ring' to
788 exceptions list in session.el.
d226567a
CD
789 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
790 New options.
791 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
312d24fb
SM
792 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
793 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
d226567a
CD
794 (org-finalize-agenda): Activate bracket links in agenda.
795 (org-at-timestamp-p, org-at-date-range-p): Additional argument
796 INACTIVE-OK.
312d24fb
SM
797 (org-show-hierarchy-above, org-show-following-heading):
798 List values allowed for fine-tuned configuration.
3898854f
CD
799 (org-show-hierarchy-above): New argument CONTEXT, use the
800 fine-tuned settings in `org-show-hierarchy-above' and
801 `org-show-following-heading'.
d226567a 802 (org-display-custom-time): New function.
312d24fb 803 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
d226567a
CD
804 (org-display-custom-times, org-time-stamp-custom-formats):
805 (org-maybe-intangible): New macro.
312d24fb
SM
806 (org-activate-bracket-links, org-hide-wide-columns):
807 Use `org-maybe-intangible'.
d226567a
CD
808 (org-open-file): Use `shell-quote-argument'.
809 (org-display-internal-link-with-indirect-buffer): New option.
810 (org-file-remote-p): Get regexp from list.
811 (org-link-expand-abbrev): New function.
812 (org-link-abbrev-alist): New option.
312d24fb
SM
813 (org-open-at-point, org-cleaned-string-for-export):
814 Call `org-link-expand-abbrev'.
d226567a
CD
815 (org-timeline, org-agenda-list, org-todo-list)
816 (org-tags-view): Remove the KEEP-MODES argument.
817 (org-finalize-agenda-hook): New hook.
818 (org-get-alist-option): New function.
819 (org-follow-timestamp-link): New function.
820 (org-open-at-point): Call `org-follow-timestamp-link'.
821 (org-log-note-marker, org-log-note-purpose)
822 (org-log-note-window-configuration): New variables.
312d24fb 823 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
d226567a
CD
824 (org-log-note-headings): New option.
825 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
826 (org-store-link): Support for dired-mode.
827 (org-open-file): Substitute environment variables into filename.
828 (org-last): New defsubst.
829 (org-agenda-re-align-tags): New function.
830 (org-agenda-align-tags-to-column): New option.
831 (org-agenda-timeline): Group removed.
832 (org-prepare-agenda, org-prepare-agenda-buffers)
833 (org-run-agenda-series, org-timeline, org-agenda-list)
834 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
835 the text property inticating the agenda type.
836 (org-agenda-post-command-hook): Get agenda type from text property
837 at point.
312d24fb
SM
838 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
839 and obey `org-agenda-overriding-arguments'.
840 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
d226567a 841 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
312d24fb
SM
842 (org-agenda-week-view, org-agenda-day-view):
843 Use `org-agenda-overriding-arguments' to make updating work with
d226567a
CD
844 multi-block agendas.
845 (org-agenda-prefix-format): Allow different formats for the
846 different agenda entry types.
3898854f
CD
847 (org-timeline-prefix-format): Option removed, use
848 `org-agenda-prefix-format' instead.
d226567a 849 (org-prepare-agenda): New function.
3898854f
CD
850 (org-select-timeline-window): Option removed, use
851 `org-select-agenda-window' instead.
d226567a
CD
852 (org-respect-restriction): Variable removed.
853 (org-cmp-tag): New function.
312d24fb
SM
854 (org-agenda-sorting-strategy, org-entries-lessp):
855 Implement sorting by last tag.
d226567a
CD
856 (org-complete): Better completion in in-buffer option lines.
857 (org-in-item-p): New function.
312d24fb 858 (org-org-menu): Add entries for checkboxes.
d226567a
CD
859 (org-cycle): Extra brouping in outline-regexp, because it is used
860 in a search with "^" prepended.
861 (org-provide-checkbox-statistics): New option.
862 (org-set-font-lock-defaults): Highlight checkbox statistics.
863 (org-update-checkbox-count-maybe)
864 (org-get-checkbox-statistics-face): New functions.
865 (org-update-checkbox-count): New command.
312d24fb
SM
866 (org-insert-item, org-toggle-checkbox):
867 Call `org-update-checkbox-count-maybe'.
d226567a
CD
868 (org-export-as-html): XEmacs compatibility for coding system.
869 (org-force-cycle-archived): New command.
870 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
871 overrules cycling.
872 (org-fix-position-after-promote): If the line contains only a todo
873 keyword, add a final space.
312d24fb
SM
874 (org-promote-subtree, org-demote-subtree):
875 Call `org-fix-position-after-promote'.
d226567a 876
e5803d84
GM
8772006-11-10 Glenn Morris <rgm@gnu.org>
878
19a73732
GM
879 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
880 date in every year.
881 (calendar-dst-check-each-year-flag): New customizable variable.
882 (calendar-dst-find-data): New function, extracted from
883 calendar-current-time-zone.
884 (calendar-current-time-zone): Use calendar-dst-find-data.
885 (calendar-dst-transition-cache): New variable.
886 (calendar-dst-find-startend, calendar-dst-starts)
887 (calendar-dst-ends): New functions.
888 (calendar-daylight-savings-starts)
889 (calendar-daylight-savings-ends): Change value to use
890 calendar-dst-starts, calendar-dst-ends; respectively.
891
e5803d84
GM
892 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
893
9e21382c
GM
894 * ido.el (ido-enable-prefix)
895 * ses.el (ses-call-printer-return)
896 * net/tramp.el (tramp-unified-filenames)
897 * progmodes/cc-align.el (c-lineup-string-cont)
898 * progmodes/compile.el (compilation-directory-matcher)
899 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
900 * progmodes/gdb-ui.el (gdb-many-windows)
901 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
902 (vhdl-clock-rising-edge)
903 * textmodes/org.el (org-export-with-timestamps)
904 (org-export-remove-timestamps-from-toc, org-export-with-tags)
905 (org-read-date): Doc fix (Nil -> nil).
906
65a0c81b
JD
9072006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
908
19a73732 909 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
65a0c81b
JD
910 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
911
edf6fbc5
JB
9122006-11-10 Juanma Barranquero <lekktu@gmail.com>
913
914 * bs.el (bs--window-for-buffer): Remove.
915 (bs--show-with-configuration): Use `get-window-with-predicate'
916 instead of `bs--window-for-buffer'.
917
52f9b751
KH
9182006-11-10 Kenichi Handa <handa@m17n.org>
919
920 * files.el (revert-buffer): Fix previous change.
921
ce3ba12c
JB
9222006-11-09 Juanma Barranquero <lekktu@gmail.com>
923
924 * bs.el (bs--redisplay): Fix typo in docstring.
925 (bs--window-config-coming-from): Make frame-local.
926 (bs--restore-window-config): New function.
927 (bs-kill, bs-select, bs-select-other-window)
928 (bs-select-other-frame): Use it.
929 (bs--window-for-buffer): Return as soon as a matching buffer is found.
930 (bs--show-with-configuration): Save the window configuration as a
931 frame local var, and only if *buffer-selection* is not already
932 visible on this frame.
933
8f65162b
CY
9342006-11-08 Chong Yidong <cyd@stupidchicken.com>
935
936 * vc-svn.el (vc-svn-admin-directory): New var.
937 (vc-svn-registered, vc-svn-responsible-p)
938 (vc-svn-repository-hostname): Use it.
939 Suggested by arit93@yahoo.com.
940
ce3ba12c 9412006-11-08 Juanma Barranquero <lekktu@gmail.com>
28b87bb9
JB
942
943 * ldefs-boot.el: Regenerate.
944
6cb54822
AM
9452006-11-08 Alan Mackenzie <acm@muc.de>
946
28b87bb9
JB
947 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
948 case (eq open-paren-in-column-0-is-defun-start nil) by searching
949 for least nested open-paren.
6cb54822 950
2403b96c
RF
9512006-11-08 Romain Francoise <romain@orebokech.com>
952
953 * subr.el (remove-overlays): Fix typo in last change.
954
d6f5ac10
RS
9552006-11-08 Richard Stallman <rms@gnu.org>
956
957 * subr.el (remove-overlays): Call overlay-recenter.
958
0695be6f
VJL
9592006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
960
961 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
962 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
963 behaviour.
964 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
965 directly.
966
f8061cec
JB
9672006-11-08 Juanma Barranquero <lekktu@gmail.com>
968
969 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
970 (ido-max-dir-file-cache, ido-decorations)
971 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
972 (ido-magic-backward-char, ido-enter-dired)
973 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
974 (ido-list-directory, ido-first-match, ido-only-match)
975 (ido-subdir, ido-indicator): Fix typos in docstrings.
976 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
977 (ido-read-internal): Fix typo in error message.
978
b2020e89
KH
9792006-11-08 Kenichi Handa <handa@m17n.org>
980
312d24fb
SM
981 * international/mule-cmds.el (set-default-coding-systems):
982 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
b2020e89 983
d5abc12c
JB
9842006-11-08 Juanma Barranquero <lekktu@gmail.com>
985
986 * makefile.w32-in (setwins): Remove.
987 (WINS_ALMOST): New macro.
988 (WINS): Use it.
989 (autoloads): Don't extract autoloads from files in obsolete/.
990
47eff51e
CY
9912006-11-07 Chong Yidong <cyd@stupidchicken.com>
992
993 * whitespace.el (whitespace-buffer): Call remove-overlays after
994 overlay-recenter for performance. Suggested by Martin Rudalics.
995
1d1c19ca
MA
9962006-11-07 Michael Albinus <michael.albinus@gmx.de>
997
998 * net/tramp.el (tramp-default-method): scp is the default method.
999
18b8c421
JB
10002006-11-07 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * server.el (server-start): Save also the Emacs pid in the server file.
1003
53a8eb2c
CD
10042006-11-07 Carsten Dominik <dominik@science.uva.nl>
1005
1006 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1007 point when displaying a bibtex cross reference in the echo area.
1008
c8c9333c
JB
10092006-11-06 Juanma Barranquero <lekktu@gmail.com>
1010
3dd428fa
JB
1011 * international/mule.el (make-char): Fix typo in docstring.
1012 (load-with-code-conversion, charsetp): Doc fixes.
1013
c8c9333c
JB
1014 * international/ja-dic-cnv.el (skkdic-convert):
1015 * cus-edit.el (hook): Fix typo in docstring.
1016
42132792
CY
10172006-11-06 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1020 (custom-mode-link-map): New variable.
1021 (custom-group-link, custom-manual): Use follow-link.
1022
f021dbca
RW
10232006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1024
1025 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1026 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1027
e5c12c7d
RS
10282006-11-06 Richard Stallman <rms@gnu.org>
1029
1030 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1031 New function broken out of flyspell-correct-word.
1032 (flyspell-mode-map): Bind it to M-RET.
1033 (flyspell-correct-word): Call it.
1034
1035 * textmodes/fill.el (fill-minibuffer-function): New function.
1036 (fill-paragraph): Bind fill-paragraph-function to
1037 fill-minibuffer-function.
1038
1039 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1040 so that they aren't undefined.
1041
1042 * dired.el (dired-readin): Locally bind file-name-coding-system.
1043
1044 * bindings.el: Shorten and clarify usual mode line mouse help string.
1045
1046 * Makefile.in (autoloads): Don't include `obsolete'.
1047
b734d8ea
CY
10482006-11-06 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1051 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1052 Printing menu if it's not initialized.
1053 (pr-menu-bind): Act on menu-bar-file-menu directly.
1054
0b8f64bc
JB
10552006-11-06 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * help.el (view-emacs-news): Fix typo in error message.
1058
1059 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1060
1061 * shadowfile.el (shadow-define-regexp-group)
1062 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1063 (shadow-read-files): Fix typo in message.
1064 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1065 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1066 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1067 (shadow-file-match): Fix typos in docstrings.
1068
1069 * terminal.el (terminal-emulator): Fix typo in message.
1070
1071 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1072
1073 * emacs-lisp/lselect.el (x-kill-primary-selection)
1074 (x-delete-primary-selection, x-copy-primary-selection):
1075 Fix typos in error messages.
1076
1077 * emulation/edt-mapper.el: Fix typo in interactive message.
1078
1079 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1080
1081 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1082 (ispell-help): Fix typos in docstrings.
1083 (ispell-help): Fix typo in output message.
1084
1085 * allout.el (allout-adjust-file-variable)
1086 (allout-passphrase-verifier-string)
1087 (allout-passphrase-hint-string)
1088 (allout-toggle-current-subtree-encryption):
1089 * apropos.el (apropos-synonyms):
1090 * cus-edit.el (hook):
1091 * emacs-lock.el (emacs-lock-from-exiting):
1092 * follow.el (follow-avoid-tail-recenter-p):
1093 * hexl.el (hexl-mode):
1094 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1095 * mouse.el (mouse-set-font):
1096 * resume.el (resume-emacs-args-file):
1097 * rfn-eshadow.el (file-name-shadow-tty-properties):
1098 * t-mouse.el (t-mouse-process, t-mouse-mode):
1099 * emacs-lisp/cust-print.el (custom-print-install)
1100 (custom-print-uninstall, custom-format):
1101 * emacs-lisp/shadow.el (list-load-path-shadows):
1102 * emulation/tpu-edt.el (tpu-help-text)
1103 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1104 (tpu-reset-control-keys):
1105 * emulation/vip.el (vip-emacs-local-map)
1106 (vip-change-mode-to-emacs):
1107 * emulation/viper.el (viper-mode, viper-set-hooks)
1108 (viper-major-mode-modifier-list):
1109 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1110 * emulation/viper-keym.el (viper-emacs-kbd-map)
1111 (viper-toggle-key):
1112 * mail/feedmail.el (feedmail-queue-reminder)
1113 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1114 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1115 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1116 (feedmail-sender-line, feedmail-force-binary-write)
1117 (feedmail-from-line, feedmail-deduce-envelope-from)
1118 (feedmail-x-mailer-line, feedmail-message-id-generator)
1119 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1120 (feedmail-enable-spray, feedmail-spray-this-address)
1121 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1122 (feedmail-queue-runner-confirm-global)
1123 (feedmail-ask-before-queue-prompt)
1124 (feedmail-ask-before-queue-reprompt)
1125 (feedmail-prompt-before-queue-standard-alist)
1126 (feedmail-prompt-before-queue-user-alist)
1127 (feedmail-prompt-before-queue-help-supplement)
1128 (feedmail-queue-use-send-time-for-message-id)
1129 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1130 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1131 (feedmail-mail-send-hook-queued)
1132 (feedmail-confirm-addresses-hook-example)
1133 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1134 (feedmail-queue-runner-mode-setter)
1135 (feedmail-queue-alternative-mail-header-separator)
1136 (feedmail-queue-runner-message-sender)
1137 (feedmail-buffer-eating-function, feedmail-binmail-template)
1138 (feedmail-run-the-queue-no-prompts)
1139 (feedmail-run-the-queue-global-prompt)
1140 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1141 (feedmail-envelope-deducer, feedmail-fiddle-date)
1142 (feedmail-default-message-id-generator)
1143 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1144 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1145 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1146 (vms-pmail-setup):
1147 * play/dunnet.el (dun-help):
1148 * play/handwrite.el (handwrite):
1149 * play/hanoi.el (hanoi-unix-64):
1150 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1151 * textmodes/enriched.el (fixed):
1152 * textmodes/org.el (org-file-apps)
1153 (org-emphasis-regexp-components, org-emphasis-alist):
1154 * textmodes/texinfmt.el (batch-texinfo-format):
1155 Fix typos in docstrings.
1156
cf0f58ba
JB
11572006-11-05 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * loadhist.el (read-feature): Don't complete features not loaded
1160 from a file (which make `unload-feature' to fail).
1161
d52c204b
RS
11622006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1163
1164 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1165
ed58e877
CY
11662006-11-05 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * startup.el (command-line-1): Kill emacs if the last frame is
1169 deleted while evaluating the command-line arguments.
1170
faefde36
RS
11712006-11-05 Richard Stallman <rms@gnu.org>
1172
1173 * startup.el (init-file-had-error): Add doc string.
cf0f58ba 1174 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
faefde36
RS
1175 Use fixed-width font for keyboard key descriptions.
1176
1177 * cus-edit.el (custom-save-all): Error if saving in .emacs
1178 and it had an error when loaded.
1179
1180 * dired-aux.el (dired-copy-file-recursive): Catch errors
1181 from recursive copies in the loop, around the recursive call.
1182
785428c7
RF
11832006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1184
1185 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1186 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1187 `/proc/acpi/thermal_zone/*'.
1188 (battery-search-for-one-match-in-files): New. Search a regexp in
1189 the content of some files.
1190
ec4ef174
EZ
11912006-11-05 Martin Rudalics <rudalics@gmx.at>
1192
107709d4
EZ
1193 * window.el (mouse-autoselect-window-now): Remove variable.
1194 (mouse-autoselect-window-state): New variable.
1195 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1196 (mouse-autoselect-window-select, handle-select-window):
1197 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1198 Suspend delayed autoselection during menu or popup dialog.
1199
ec4ef174
EZ
1200 * info-look.el (info-lookup-guess-custom-symbol): New function
1201 for retrieving symbol at point in custom buffers.
1202 (top level) <info-lookup-maybe-add-help>: Add backquote and
1203 comma to ignored characters in regexps of help specifications
1204 for emacs-lisp-mode and lisp-interaction-mode. This permits
1205 looking up symbols in `...' and after a comma. Add help
1206 specifications for custom-mode and help-mode.
1207
d3e1986f
EZ
12082006-11-04 Eli Zaretskii <eliz@gnu.org>
1209
1210 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1211 Don't encode body if RAW is non-nil, or if the old encoding is
1212 identical to the new encoding, or if the body contains only
1213 eight-bit-* characters.
1214
d0974190 12152006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1b2b8998 1216
312d24fb 1217 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1b2b8998
EZ
1218 (faces-sample-overlay): Remove variable.
1219 (describe-face): Insert sample text in the face being described.
1220
113fa448
EZ
12212006-11-04 Martin Rudalics <rudalics@gmx.at>
1222
1223 * whitespace.el (whitespace-indent-regexp): Make this match any
1224 multiples of eight spaces near the beginning of a line.
d0974190 1225 (whitespace-buffer): Use `remove-overlays' instead of
113fa448
EZ
1226 `whitespace-unhighlight-the-space' and `overlay-recenter' to
1227 speed up overlay handling.
312d24fb
SM
1228 (whitespace-buffer-leading, whitespace-buffer-trailing):
1229 Make these functions highlight the text removed by
113fa448
EZ
1230 `whitespace-buffer-leading-cleanup' and
1231 `whitespace-buffer-trailing-cleanup' respectively.
312d24fb
SM
1232 (whitespace-buffer-search): Use `with-local-quit'.
1233 Move `format' out of loop to speed up scanning larger buffers.
113fa448
EZ
1234 (whitespace-unhighlight-the-space): Remove `remove-hook' since
1235 that function is never added to a hook.
1236 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1237 (whitespace-buffer-leading-cleanup)
1238 (whitespace-refresh-rescan-list): Fix docstrings.
1239
615b1c61
KS
12402006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
1241
1242 * allout.el (allout-during-yank-processing): Cue for inhibiting
1243 aberrance processing during yanks.
1244 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1245 the amount of yanked topics that can be aberrant.
1246 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1247 a function, and supplement with inihibition of doublechecking
1248 during yanks.
1249 (allout-beginning-of-line, allout-next-heading)
1250 (allout-previous-heading, allout-goto-prefix-doublechecked)
1251 (allout-back-to-current-heading, allout-next-visible-heading)
1252 (allout-next-sibling): Use new allout-do-doublecheck function.
1253 (allout-next-sibling): Ensure we made progress when returning
1254 other than nil.
1255 (allout-rebullet-heading): Preserve text property annotations
1256 indicating the text was hidden, if it was.
1257 (allout-kill-line): Remove any added was-hidden annotations.
1258 (allout-kill-topic): Remove any added was-hidden annotations.
1259 (allout-annotate-hidden): Inhibit adding was-hidden text
1260 properties to the undo list.
1261 (allout-deannotate-hidden): New function to remove was-hidden
1262 annotation.
1263 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
312d24fb 1264 (allout-remove-exposure-annotation): Replace by
615b1c61
KS
1265 allout-deannotate-hidden.
1266 (allout-yank-processing): Signal that yank processing is happening
1267 with allout-during-yank-processing. Also, wrap
1268 allout-unprotected's closer to the text changes, for easier
1269 debugging. We need to inhibit-field-text-motion explicitly, in
1270 lieu of the encompassing allout-unprotected.
1271 (outlineify-sticky): Adjust criteria for triggering new outline
1272 decorations to presence or absence of any topics, not just a topic
1273 at the beginning of the buffer.
1274
9c92edca
JB
12752006-11-03 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * bs.el (bs--show-all, bs--redisplay):
1278 * cus-edit.el (custom-unlispify-menu-entries)
1279 (custom-unlispify-tag-names, custom-prompt-variable):
1280 * expand.el (expand-pos):
1281 * speedbar.el (speedbar-generic-list-tag-p):
1282 * wid-edit.el (widget-image-enable):
1283 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1284 * emacs-lisp/find-func.el (find-function-noselect)
1285 (find-function, find-variable-noselect, find-variable)
1286 (find-definition-noselect, find-face-definition):
1287 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1288 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1289 * progmodes/ada-xref.el (ada-find-in-ali):
1290 * textmodes/flyspell.el (flyspell-check-tex-math-command):
1291 * textmodes/org.el (org-copy-subtree):
1292 * textmodes/table.el (table--row-column-insertion-point-p):
1293 Use "non-nil" in docstrings.
1294
12952006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1296
1297 * sort.el (sort-columns): Set the field separator to tab; on
1298 NetBSD, sort complains if "\n" is used as field separator.
1299
13002006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
1301
1302 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
030d1efe 1303
757e1681
SM
13042006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * server.el (server-auth-key): Remove. Replace by a process-property.
1307 (server-start): Don't remove the file of the previous process, but
1308 instead clear out the place for the new file.
1309 (server-start): Set the :auth-key property.
1310 (server-process-filter): Use the :auth-key property.
1311
661ca46f
CD
13122006-11-02 Carsten Dominik <dominik@science.uva.nl>
1313
1314 * textmodes/org.el (org-mode-map): No longer copy
1315 `outline-mode-map' explicitly - this is already done by
1316 `define-derived-mode'.
1317
95eefb35
JB
13182006-11-02 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * server.el (server-visit-files): Use `when'.
1321 (server-process-filter): When authentication fails, send error
1322 message to client. Wrap `process-send-region' in `ignore-errors'
1323 instead of `condition-case', and remove misleading comment.
1324
ac65be04
JL
13252006-11-01 Juri Linkov <juri@jurta.org>
1326
1327 * simple.el (yank): Doc fix.
1328
b7621225
SM
13292006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * server.el: Try and fit within 80 columns.
1332 (server-start): Make the auth file unreadable by other users.
1333
5c79f850
CY
13342006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1335
1336 * battery.el (battery-linux-proc-acpi): Prevent range error when
1337 `full-capacity' is 0.
1338
d0974190 13392006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3cd2b59f 1340
f146cbb0 1341 * faces.el (faces-sample-overlay): New defvar.
d4fa60c8
KS
1342 (faces-sample-overlay): New function to show face sample text.
1343 (describe-face): Use it.
3cd2b59f 1344
ecc54057
JB
13452006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
1346
1347 * progmodes/ada-stmt.el: Change maintainer, apply
1348 whitespace-cleanup, checkdoc.
1349 (ada-func-or-proc-name): Add doc string.
1350
1351 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1352 whitespace-cleanup, checkdoc. Minor improvements to many doc
1353 strings and comments.
1354 (ada-prj-display-page): Change buffer name to more accurately
1355 reflect function.
1356
1357 * progmodes/ada-xref.el: Change maintainer, apply
1358 whitespace-cleanup, checkdoc. Minor improvements to many doc
1359 strings and comments. Don't look for `gvd' or `ddd' debuggers.
1360 (ada-compile-current): Don't add newlines to commands.
1361
337e3c70
JB
13622006-10-31 Juanma Barranquero <lekktu@gmail.com>
1363
1364 * server.el: Add support for TCP sockets.
1365 (server-use-tcp, server-host, server-auth-dir): New options.
1366 (server-auth-key): New variable.
d4fa60c8
KS
1367 (server-ensure-safe-dir): Create nonexistent parent dirs.
1368 Ignore Unix-style file modes on Windows.
337e3c70
JB
1369 (server-start): Crete a TCP or Unix socket according to the value
1370 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1371 `server-auth-dir' directory.
1372 (server-process-filter): Delete process if authentication
1373 fails (which never happens for Unix sockets).
1374
2d1dd54d
DK
13752006-10-30 David Kastrup <dak@gnu.org>
1376
1377 * subr.el (add-to-list): Don't continue checking if a match has
1378 been found.
1379
024ccae3
CY
13802006-10-30 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * tutorial.el: Move defvars to avoid bytecomp warnings.
1383 (tutorial--find-changed-keys): Check if viper-current-state is
1384 bound before using it.
1385 (help-with-tutorial): Check if viper-tutorial is defined before
1386 using it.
1387
6db93af0
CY
13882006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1389
312d24fb 1390 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6db93af0
CY
1391
1392 * tutorial.el: New file.
312d24fb 1393 (help-with-tutorial): Move here from help-fns.el. Added help for
6db93af0
CY
1394 rebound keys. Fixed resume of tutorial.
1395 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1396 (tutorial--find-changed-keys, tutorial--display-changes)
1397 (tutorial--saved-dir, tutorial--saved-file)
1398 (tutorial--save-tutorial): New functions to support the changes in
1399 help-with-tutorial.
1400
e1ee3b54
KH
14012006-10-30 Kenichi Handa <handa@m17n.org>
1402
1403 * files.el (revert-buffer): If a unibyte buffer is being reverted
1404 with a coding system for multibyte, set buffer multibyte before
1405 calling insert-file-contents.
1406
7acc677b
SM
14072006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * server.el (server-select-display): Use a dummy buffer to detect when
1410 the frame is later used.
1411 (server-select-display): New function.
1412 (server-process-filter): Use it to detect unused temp frames.
1413
ecc54057 14142006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5d1b4ae3
JB
1415
1416 * progmodes/ada-mode.el: Change maintainer, apply
7acc677b 1417 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5d1b4ae3
JB
1418 (ada-mode-version): New function.
1419 (ada-create-menu): Menu operations are available for all supported
1420 compilers.
1421
8e7225a2 14222006-10-29 Lars Hansen <larsh@soem.dk>
d4fa60c8
KS
1423
1424 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1425 Highlight as keyword.
8e7225a2
LH
1426 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1427 Don't call tramp-method-out-of-band-p for local files.
1428 (tramp-touch): Quote file name.
1429
3f9a75cd
GM
14302006-10-28 Glenn Morris <rgm@gnu.org>
1431
1432 * calendar/calendar.el (cal-html-cursor-month)
1433 (cal-html-cursor-year): Add autoloads for this new package.
7acc677b 1434 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3f9a75cd 1435
d57727c9 14362006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
3f9a75cd
GM
1437
1438 * calendar/cal-html.el: New file.
1439
c0b1307a
CY
14402006-10-28 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * emacs-lisp/authors.el (authors-aliases): Update.
1443
f6b88dd6
CY
14442006-10-27 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * version.el (emacs-version): Bump version number to 22.0.90.
1447
d32f600d
CY
14482006-10-26 John W. Eaton <jwe@octave.org>
1449
1450 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1451 New defvar.
1452 (inferior-octave-resync-dirs): Check to see whether Octave has
1453 built-in variables and set inferior-octave-has-built-in-variables.
1454 Check inferior-octave-has-built-in-variables to decide whether to
1455 send commands that set built-in variables or call functions to
1456 change Octave's behavior.
1457 Send "disp (pwd ())" to Octave instead of just "pwd".
1458 (inferior-octave-startup): Send "more off" to Octave instead of
1459 "page_screen_output = 0".
1460
bec9dc7b
CY
14612006-10-26 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1464 pattern normally.
1465
7a1658df
NR
14662006-10-26 Nick Roberts <nickrob@snap.net.nz>
1467
1468 * bindings.el (mode-line-mode-menu): Remove bindings for global
1469 minor modes (line/column number) as they are on the menubar.
1470
f656bdd2
JB
14712006-10-25 Juanma Barranquero <lekktu@gmail.com>
1472
40dfee6f
JB
1473 * term/w32-win.el (x-handle-name-switch): Doc fix.
1474 (w32-standard-fontset-spec): Fix typo in docstring.
1475
f656bdd2
JB
1476 * midnight.el (midnight-buffer-display-time): Doc fix.
1477 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1478
d3e3f789
NR
14792006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1480
1481 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1482
1483 * viper-ex.el (ex-read): Quote file argument.
1484
1485 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1486
1487 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1488
113fa448 14892006-10-22 Martin Rudalics <rudalics@gmx.at>
081ff0c9 1490
f656bdd2
JB
1491 * textmodes/flyspell.el (flyspell-check-region-doublons):
1492 Fix last fix.
081ff0c9 1493
6440f303
NR
14942006-10-23 Nick Roberts <nickrob@snap.net.nz>
1495
1496 * bindings.el (mode-line-mode-menu): List global minor modes
1497 before local ones.
1498
cbfe778a
KS
14992006-10-23 Kim F. Storm <storm@cua.dk>
1500
1501 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1502 (sit-for): If last command was a prefix arg, add the read-ahead
1503 event to unread-command-events as (t . EVENT) so it will be added
1504 to this-command-keys by read-key-sequence.
1505
113fa448 15062006-10-22 Martin Rudalics <rudalics@gmx.at>
224ca9c9 1507
6b8aed24
CY
1508 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1509 whitespace when checking doublons.
1510 (flyspell-check-region-doublons): Fix doublon regexp.
1511 (flyspell-highlight-incorrect-region): Highlight doublons using
1512 flyspell-duplicate face.
1513
224ca9c9
CY
1514 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1515
7a338bef
JW
15162006-10-22 John Wiegley <johnw@newartisans.com>
1517
1518 * progmodes/python.el (python-use-skeletons): python-mode was
1519 auto-inserting templates (for those with abbrev-mode on), not only
1520 by default -- *but without a configuration variable to disable
1521 it*. This rendered python-mode completely useless for me, so I
1522 have added `python-use-skeletons', which is now off by default.
1523
f453f5a8
CY
15242006-10-22 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1527 font-lock-multiline is auto-local (it's not).
1528 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1529 initialized before calling cperl-init-faces.
1530
df5d417a
NR
15312006-10-22 Nick Roberts <nickrob@snap.net.nz>
1532
dead60da
NR
1533 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1534 gdb-stack-position a value when there is no fringe.
1535
df5d417a
NR
1536 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1537 indicator if not visiting a file.
1538
f5da083e
DK
15392006-10-20 David Kastrup <dak@gnu.org>
1540
1541 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1542 operation would still cause some window to collapse later.
1543
bc8c1bb4
SM
15442006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1545
5ce51a98
SM
1546 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1547 side-effect due to mixing various backends's file properties.
1548
bc8c1bb4
SM
1549 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1550 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1551 Return `filename's status if applicable. Update callers.
1552
2b192902
KH
15532006-10-19 Kenichi Handa <handa@m17n.org>
1554
1555 * international/kkc.el (kkc-region): When a key sequence is not
1556 defined, append (this-single-command-raw-keys) to
1557 unread-input-method-events.
1558
ca42cf77
JB
15592006-10-19 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1562
045b1908
YM
15632006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1564
1565 * version.el (emacs-version): Use mac-carbon-version-string.
1566
1567 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1568
1df04e22
JD
15692006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1570
1571 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1572 (by Kenichi Handa).
1573 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1574 the selection is not UTF-8.
1575
704ec54b
JB
15762006-10-18 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * progmodes/ada-mode.el (ada-83-string-keywords)
1579 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1580 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1581 (ada-looking-at-semi-private, ada-get-body-name):
1582 Fix typos in docstrings.
1583 (ada-create-case-exception, ada-create-case-exception-substring):
1584 Fix typos in error messages.
1585 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1586
26e32839
JD
15872006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1588
1589 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1590 to default-frame-alist if default-frame-alist already contains
704ec54b 1591 width/height.
26e32839 1592
5a05106b
RS
15932006-10-18 Richard Stallman <rms@gnu.org>
1594
1595 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1596 Non-interactive arg is the value, not the expression.
704ec54b 1597
5a05106b
RS
1598 * simple.el (read-expression-map): Just set it, no defvar.
1599
1600 * subr.el (insert-for-yank-1): If last inserted char has
1601 properties, mark them as rear-nonsticky.
1602
1603 * recentf.el (recentf-mode): Doc fix.
1604
1605 * facemenu.el (facemenu-add-new-face): Defend against symbol
1606 that isn't a face name.
1607
1608 * dired-aux.el (dired-do-copy): Doc fix.
1609
ac6701ea
CY
16102006-10-18 Chong Yidong <cyd@stupidchicken.com>
1611
29d890fe 1612 * simple.el (line-move-1): Ignore fields when moving to the
ac6701ea
CY
1613 beginning of line to avoid getting point stuck.
1614
15d8dc8b
CY
16152006-10-18 Martin Rudalics <rudalics@gmx.at>
1616
bc8c1bb4
SM
1617 * textmodes/flyspell.el (flyspell-word-search-backward):
1618 Set inhibit-point-motion-hooks to avoid looping due to intangibile
15d8dc8b
CY
1619 text.
1620
5a05106b
RS
16212006-10-16 Richard Stallman <rms@gnu.org>
1622
1623 * help-fns.el (describe-function-1): Special case optimization
1624 for self-insert-command.
1625
80f6025c
KS
16262006-10-16 Kim F. Storm <storm@cua.dk>
1627
1628 * ido.el (ido-reread-directory): Work in `dir' mode too.
1629
704ec54b 16302006-10-15 Martin Rudalics <rudalics@gmx.at>
63c2b8f4
KS
1631
1632 * textmodes/table.el: Require 'regexp-opt.
1633
534e8a33
KS
16342006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
1635
1636 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1637 Use shell-quote-argument.
1638
1639 * shell.el (explicit-bash-args): Likewise.
1640
1641 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
1642 Use grep -E rather than egrep.
1643
c5ae0305
KS
16442006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1645
1646 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
1647
7dc9c189
KS
16482006-10-15 Kim F. Storm <storm@cua.dk>
1649
1650 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
1651
65b4263f
EZ
16522006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1653
1654 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
1655 to protect whitespace and metacharacters from the shell.
1656
c6b19225
EZ
16572006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1658
704ec54b 1659 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
c6b19225 1660
3f73d221
EZ
16612006-10-13 Eli Zaretskii <eliz@gnu.org>
1662
1663 * subr.el (start-process-shell-command): Doc fix.
1664
53bc2a31
EZ
16652006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
1666
1667 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
1668 the regexp for Maxima symbols.
1669
43621386
SM
16702006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
1673 (vc-find-root): Don't walk higher up than ~.
1674
d81608e0
CY
16752006-10-12 Chong Yidong <cyd@stupidchicken.com>
1676
43621386
SM
1677 * international/utf-8.el (utf-translate-cjk-load-tables):
1678 Avoid clobbering last-coding-system-used during load.
d81608e0 1679
5c786047
CD
16802006-10-12 Carsten Dominik <dominik@science.uva.nl>
1681
704ec54b
JB
1682 * textmodes/reftex-global.el (reftex-create-tags-file):
1683 Quote file arguments.
5c786047 1684
563964ae
RS
16852006-10-12 Richard Stallman <rms@gnu.org>
1686
1687 * files.el (file-name-history): Add defvar.
1688 (save-some-buffers-action-alist): Improve description strings.
1689
c595fad9
AS
16902006-10-12 Andreas Schwab <schwab@suse.de>
1691
1692 * files.el (auto-mode-alist): Match change log file name also with
1693 a dash before a numeric extension.
1694
43621386 16952006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9968f10f
SM
1696
1697 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
1698 After 5.0:
43621386
SM
1699 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
1700
1701 After 5.1: Major edit. Summary of most visible changes:
1702
1703 - Multiple <<HERE per line allowed.
1704 - Handles multiline subroutine declaration headers (with comments).
1705 (The exception is `cperl-etags' - but it is not used in the rest
1706 of the mode.)
1707 - Fontifies multiline my/our declarations (even with comments,
1708 and with legacy `font-lock').
1709 - Major speedup of syntaxification, both immediate and postponed
1710 (3.5x to 15x [for different CPUs and versions of Emacs] on the
1711 huge real-life document I tested).
1712 - New bindings, edits to imenu.
1713 - "_" is made into word-char during fontification/syntaxification;
1714 some attempts to recognize non-word "_" during other operations too.
1715 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
1716 - autoload some more perldoc-related stuff
1717 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
1718 - Attempt to incorporate XEmacs edits which reached me.
1719
1720 Fine-grained changelog:
1721 (cperl-hook-after-change): New configuration variable.
1722 (cperl-vc-sccs-header): Likewise.
1723 (cperl-vc-sccs-header): Likewise.
1724 (cperl-vc-header-alist): Default via two preceding variables.
1725 (cperl-invalid-face): Remove double quoting under XEmacs
1726 (still needed under 21.2).
1727 (cperl-tips): Update URLs for resources.
1728 (cperl-problems): Likewise.
1729 (cperl-praise): Mention new features.
1730 New C-c key bindings: for `cperl-find-bad-style',
9968f10f 1731 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
43621386 1732 `cperl-perdoc', and `cperl-perldoc-at-point'.
9968f10f
SM
1733 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
1734 moved, new submenu of Tools with Ispell entries and narrowing.
43621386
SM
1735 (cperl-after-sub-regexp): New defsubst.
1736 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
1737 Allows heads up to head4.
1738 Allow "package;".
1739 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
1740 (paren-backwards-message): ??? Something for XEmacs???
1741 (cperl-mode): Never auto-switch abbrev-mode off.
1742 Try to allow '_' be non-word char.
1743 Do not use `font-lock-unfontify-region-function' on XEmacs.
1744 Reset syntax cache on mode start.
1745 Support multiline facification (even on legacy `font-lock').
1746 (cperl-facemenu-add-face-function): ??? Some contributed code ???
1747 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
1748 refuse to inform us whether the fontification is due to lazy
1749 calling or due to edit to a buffer, install our own hook
1750 (controlled by `cperl-hook-after-change').
1751 (cperl-electric-pod): =cut may have been recognized as start.
1752 (cperl-block-p): Move, updatedfor attributes.
1753 (cperl-calculate-indent): Try to allow '_' be non-word char
1754 Support subs with attributes.
1755 (cperl-where-am-i): Queit (?) a warning.
1756 (cperl-cached-syntax-table) New function.
1757 (cperl-forward-re): Use `cperl-cached-syntax-table'.
1758 (cperl-unwind-to-safe): Recognize `syntax-type' property
1759 changing in a middle of line.
1760 (cperl-find-sub-attrs): New function.
1761 (cperl-find-pods-heres): Allow many <<EOP per line.
1762 Allow subs with attributes.
1763 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
1764 Recognize "extproc " (OS/2) case-folded and only at start.
1765 /x on s///x with empty replacement was not recognized.
1766 Better comments.
1767 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
1768 Allow subs with attributes, labels.
1769 Do not confuse "else::foo" with "else".
1770 Minor optimizations...
1771 (cperl-after-expr-p): Try to allow '_' be non-word char.
1772 (cperl-fill-paragraph): Try to detect a major bug in Emacs
1773 with `looking-at' inside `narrow' and bulk out if found.
1774 (cperl-imenu--create-perl-index): Updates for new
1775 `cperl-imenu--function-name-regexp-perl'.
1776 (cperl-outline-level): Likewise.
1777 (cperl-init-faces): Allow multiline subroutine headers
1778 and my/our declarations, and ones with comments.
1779 Allow subroutine attributes.
1780 (cperl-imenu-on-info): Better docstring.
1781 (cperl-etags): Rudimentary support for attributes.
1782 Support for packages and "package;".
1783 (cperl-add-tags-recurse-noxs): Better (?) docstring.
1784 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
1785 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
1786 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
1787 (cperl-perldoc): Add autoload.
1788 (cperl-perldoc-at-point): Likewise.
1789 (cperl-here-doc-spell): New function.
1790 (cperl-pod-spell): Likewise.
1791 (cperl-map-pods-heres): Likewise.
1792 (cperl-get-here-doc-region): Likewise.
1793 (cperl-font-lock-fontify-region-function): Likewise (backward
1794 compatibility for legacy `font-lock').
1795 (cperl-font-lock-unfontify-region-function): Fix style.
1796 (cperl-fontify-syntaxically): Recognize and optimize away deferred
1797 calls with no-change. Governed by `cperl-hook-after-change'.
1798 (cperl-fontify-update): Recognize that syntaxification region
1799 can be larger than fontification one.
1800 XXXX we leave `cperl-postpone' property, so this is quadratic...
1801 (cperl-fontify-update-bad): Temporary placeholder until
9968f10f 1802 it is clear how to implement `cperl-fontify-update'.
43621386
SM
1803 (cperl-time-fontification): New function.
1804 (attrib-group): New text attribute.
1805 (multiline): New value: `syntax-type' text attribute.
9968f10f
SM
1806
1807 After 5.2:
43621386
SM
1808 (cperl-emulate-lazy-lock): New function.
1809 (cperl-fontify-syntaxically): Would skip large regions.
1810 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
1811 Some globals were declared, but uninitialized.
9968f10f
SM
1812
1813 After 5.3, 5.4:
43621386 1814 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9968f10f 1815 Copyright message updated.
43621386
SM
1816 (cperl-init-faces): Work around a bug in `font-lock'. May slow
1817 facification down a bit.
1818 Misprint for my|our|local for old `font-lock'
1819 "our" was not fontified same as "my|local".
1820 Highlight variables after "my" etc even in
1821 a middle of an expression.
1822 Do not facify multiple variables after my etc
1823 unless parentheses are present.
9968f10f
SM
1824
1825 After 5.5, 5.6
43621386
SM
1826 (cperl-fontify-syntaxically): after-change hook could reset.
1827 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9968f10f
SM
1828
1829 After 5.7:
43621386
SM
1830 (cperl-init-faces): Allow highlighting of local ($/).
1831 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
1832 (cperl-problems): Remove fixed problems.
1833 (cperl-find-pods-heres): Recognize #-comments in m##x too.
1834 Recognize charclasses (unless delimiter is \).
1835 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
1836 (cperl-regexp-scan): Update docs.
1837 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9968f10f
SM
1838
1839 After 5.8:
1840 Major user visible changes:
1841 Recognition and fontification of character classes in RExen.
43621386
SM
1842 Variable indentation of RExen according to groups.
1843
1844 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
1845 Fontify REx charclasses in variable-name face.
1846 Fontify POSIX charclasses in "type" face.
1847 Fontify unmatched "]" in function-name face.
1848 Mark first-char of HERE-doc as `front-sticky'.
1849 Reset `front-sticky' property when needed.
1850 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
1851 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
1852 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
1853 constructs. Support `narrow'ed buffers.
1854 (cperl-praise): Remove a reservation.
1855 (cperl-make-indent): New function.
1856 (cperl-indent-for-comment): Use `cperl-make-indent'.
1857 (cperl-indent-line): Likewise.
1858 (cperl-lineup): Likewise.
1859 (cperl-beautify-regexp-piece): Likewise.
1860 (cperl-contract-level): Likewise.
1861 (cperl-toggle-set-debug-unwind): New function.
1862 New menu entry for this.
1863 (fill-paragraph-function): Use when `boundp'.
1864 (cperl-calculate-indent): Take into account groups when indenting RExen.
1865 (cperl-to-comment-or-eol): Recognize # which end a string.
1866 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
1867 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
1868 (cperl-fontify-syntaxically): More clear debugging message.
1869 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
1870 (cperl-init-faces): More complicated highlight even on XEmacs (new).
1871 Merge cosmetic changes from XEmacs.
9968f10f
SM
1872
1873 After 5.9:
43621386
SM
1874 (cperl-1+): Move to before the first use.
1875 (cperl-1-): Likewise.
9968f10f
SM
1876
1877 After 5.10:
1878
bc8c1bb4 1879 This code may lock Emacs hard!!! Use at your own risk!
9968f10f 1880
43621386
SM
1881 (cperl-font-locking): New internal variable.
1882 (cperl-beginning-of-property): New function.
1883 (cperl-calculate-indent): Use `cperl-beginning-of-property'
1884 instead of `previous-single-property-change'.
1885 (cperl-unwind-to-safe): Likewise.
1886 (cperl-after-expr-p): Likewise.
1887 (cperl-get-here-doc-region): Likewise.
1888 (cperl-font-lock-fontify-region-function): Likewise.
1889 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
1890 recursively.
1891 Bound `next-single-property-change' via `point-max'.
1892 (cperl-unwind-to-safe): Bound likewise
bc8c1bb4 1893 (cperl-font-lock-fontify-region-function): Likewise.
43621386
SM
1894 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
1895 Initialization of `cperl-font-lock-multiline-start' could be
1896 missed if the "main" fontification did not run due to the
1897 keyword being already fontified.
1898 (cperl-pod-spell): Return t from do-one-chunk function.
1899 (cperl-map-pods-heres): Stop when the worker returns nil.
1900 Call `cperl-update-syntaxification'.
1901 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
1902 (cperl-get-here-doc-delim): Remove unused function.
9968f10f
SM
1903
1904 After 5.11:
1905
43621386 1906 The possible lockup of Emacs (introduced in 5.10) fixed.
9968f10f 1907
43621386
SM
1908 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
1909 (cperl-syntaxify-for-menu): New customization variable.
1910 (cperl-select-this-pod-or-here-doc): New function.
1911 (cperl-get-here-doc-region): Extra argument.
1912 Do not adjust pos by 1.
9968f10f 1913
43621386
SM
1914 New menu entries
1915 (Perl/Tools): Selection of current POD or HERE-DOC section.
1916 (Debugging CPerl:) backtrace on fontification.
9968f10f
SM
1917
1918 After 5.12:
43621386
SM
1919 (cperl-cached-syntax-table): Use `car-safe'.
1920 (cperl-forward-re): Remove spurious argument SET-ST.
1921 Add documentation.
1922 (cperl-forward-group-in-re): New function.
1923 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
1924 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9968f10f
SM
1925
1926 After 5.13:
43621386 1927 (cperl-string-syntax-table): Make { and } not-grouping
9968f10f
SM
1928 (Sometimes they ARE grouping in RExen, but matching them would only
1929 confuse in many situations when they are not)
43621386
SM
1930 (beginning-of-buffer): Replace two occurences with goto-char...
1931 (cperl-calculate-indent): `char-after' could be nil...
1932 (cperl-find-pods-heres): REx can start after "[" too.
1933 Hightlight (??{}) in RExen too.
1934 (cperl-maybe-white-and-comment-rex): New constant
1935 (cperl-white-and-comment-rex): Likewise.
1936 XXXX Not very efficient, but hard to make
1937 better while keeping 1 group.
9968f10f
SM
1938
1939 After 5.13:
43621386
SM
1940 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
1941 Likewise for 1 << identifier.
9968f10f
SM
1942
1943 After 5.14:
43621386
SM
1944 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
1945 Error-less condition-case could fail.
1946 (cperl-font-lock-fontify-region-function): Likewise.
1947 (cperl-init-faces): Likewise.
9968f10f
SM
1948
1949 After 5.15:
43621386
SM
1950 (cperl-find-pods-heres): Support property REx-part2.
1951 (cperl-calculate-indent): Likewise.
1952 Don't special-case REx with non-empty 1st line.
1953 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1954 Invert highlighting of charclasses:
1955 now the envelop is highlighted.
1956 Highlight many others 0-length builtins.
1957 (cperl-praise): Mention indenting and highlight in RExen.
9968f10f
SM
1958
1959 After 5.15:
43621386 1960 (cperl-find-pods-heres): Highlight capturing parens in REx.
9968f10f
SM
1961
1962 After 5.16:
43621386
SM
1963 (cperl-find-pods-heres): Highlight '|' for alternation
1964 Initialize `font-lock-warning-face' if not present.
1965 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1966 `font-lock-function-name-face'.
1967 (cperl-look-at-leading-count): Likewise.
1968 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1969 `font-lock-keyword-face' (needed for
1970 batch processing), etc...
1971 Use `font-lock-builtin-face' for builtin in REx
1972 Now `font-lock-variable-name-face'
1973 is used for interpolated variables
1974 Use "talking aliases" for faces inside REx
1975 Highlight parts of REx (except in charclasses)
1976 according to the syntax and/or semantic
1977 Syntax-mark a {}-part of (?{}) as "comment"
1978 (it was the ()-part)
1979 Better logic to distinguish what is what in REx
1980 (cperl-tips-faces): Document REx highlighting
1981 (cperl-praise): Mention REx syntax highlight etc.
9968f10f
SM
1982
1983 After 5.17:
43621386
SM
1984 (cperl-find-sub-attrs): Would not always manage to print error message.
1985 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9968f10f
SM
1986
1987 After 5.18:
43621386
SM
1988 (cperl-find-pods-heres): Misprint in REx for parsing REx.
1989 Very minor optimization.
1990 `my-cperl-REx-modifiers-face' got quoted.
1991 Recognize "print $foo <<END" as HERE-doc.
1992 Put `REx-interpolated' text attribute if needed.
1993 (cperl-invert-if-unless-modifiers): New function.
1994 (cperl-backward-to-start-of-expr): Likewise.
1995 (cperl-forward-to-end-of-expr): Likewise.
1996 (cperl-invert-if-unless): Works in "the opposite way" too.
1997 Cursor position on return is on the switch-word.
1998 Indents comments better.
1999 (REx-interpolated): New text attribute.
2000 (cperl-next-interpolated-REx): New function.
2001 (cperl-next-interpolated-REx-0): Likewise.
2002 (cperl-next-interpolated-REx-1): Likewise.
2003 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2004 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2005 (cperl-praise): Mention finded interpolated RExen.
9968f10f
SM
2006
2007 After 5.19:
43621386
SM
2008 (cperl-init-faces): Highlight %$foo, @$foo too.
2009 (cperl-short-docs): Better docs for system, exec.
2010 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2011 Would not find HERE-doc ended by EOF without NL.
2012 (cperl-short-docs): Correct not-doubled \-escapes.
2013 start block: Put some `defvar' for stuff gone from XEmacs.
9968f10f
SM
2014
2015 After 5.20:
43621386
SM
2016 initial comment: Extend copyright, fix email address.
2017 (cperl-indent-comment-at-column-0): New customization variable.
2018 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2019 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2020 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2021 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2022 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2023 highlight $ in $foo too (UNTESTED).
2024 (cperl-set-style): Docstring missed some available styles.
2025 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2026 Change "Current" to "Memorize Current".
2027 (cperl-indent-wrt-brace): New customization variable; the default is
2028 as for pre-5.2 version.
2029 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2030 (cperl-style-alist): Likewise.
2031 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2032 and `cperl-extra-newline-before-brace' etc
2033 being t
2034 (cperl-indent-exp): Plans B and C to find continuation blocks even
2035 if `cperl-extra-newline-before-brace' is t.
9968f10f
SM
2036
2037 After 5.21:
2038 Improve some docstrings concerning indentation.
43621386
SM
2039 (cperl-indent-rules-alist): New variable.
2040 (cperl-sniff-for-indent): New function name
2041 (separated from `cperl-calculate-indent').
2042 (cperl-calculate-indent): Separate the sniffer and the indenter;
2043 uses `cperl-sniff-for-indent' now.
2044 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2045 was inverted;
2046 Support `comment-column' = 0.
9968f10f 2047
704ec54b 20482006-10-11 Martin Rudalics <rudalics@gmx.at>
a3545af4
JD
2049
2050 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2051 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2052 * longlines.el (longlines-window-change-function): Likewise.
2053 * simple.el (undo-ask-before-discard): Likewise.
2054 * wid-edit.el (widget-field-prompt-internal)
43621386 2055 (widget-documentation-link-p): Likewise.
a3545af4 2056
0f9c4a96
SM
20572006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2060 for a keyword.
2061
e29d96b6
SM
20622006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * newcomment.el (comment-valid-prefix-p): Make the check
2065 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2066 (comment-indent-new-line): Adjust call.
2067
80f66ef4
CY
20682006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2069
2070 * allout.el (allout-back-to-current-heading): Base on lower-level
2071 routines to get proper disqualification of aberrant topics.
2072
491bf4bc
RS
20732006-10-09 Richard Stallman <rms@gnu.org>
2074
2075 * textmodes/two-column.el (2C-two-columns): Doc fix.
2076
b000ea17
KS
20772006-10-09 Kim F. Storm <storm@cua.dk>
2078
2079 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2080 about implicit use.
2081
408f1b9d
RS
20822006-10-08 Richard Stallman <rms@gnu.org>
2083
2084 * textmodes/two-column.el (2C-two-columns): Doc fix.
2085
1eb1a906
RS
20862006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2087
2088 * files.el: Mark `buffer-read-only' as safe-local-variable.
2089
3339a0ca
NR
20902006-10-08 Nick Roberts <nickrob@snap.net.nz>
2091
704ec54b
JB
2092 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2093 Burp if GUD buffer has been killed.
3339a0ca 2094
612f91f0
SM
20952006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * completion.el (add-completions-from-c-buffer):
2098 Don't presume an error's second element is a string.
2099 Use looking-at rather than buffer-substring + member.
2100
4baf35c9
EZ
21012006-10-07 Eli Zaretskii <eliz@gnu.org>
2102
2103 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2104 `undecided', call find-coding-systems-region to find a proper
2105 non-trivial encoding.
0736daff
EZ
2106 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2107 and "text/plain".
4baf35c9 2108
857b15e9
EZ
21092006-10-07 Kevin Ryde <user42@zip.com.au>
2110
2111 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2112 url-link.
2113
2114 * strokes.el (defgroup strokes): Remove invalid url-link.
2115
2a575769
EZ
21162006-10-07 Magnus Henoch <mange@freemail.hu>
2117
2118 * autoinsert.el (auto-insert-alist): Doc fix.
2119
f5da083e 21202006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
d3886822 2121
612f91f0
SM
2122 * mouse-sel.el (mouse-insert-selection-internal):
2123 Use insert-for-yank, so that yank handlers are run.
d3886822 2124
4a61fd6f
KS
21252006-10-07 Kim F. Storm <storm@cua.dk>
2126
2127 * ido.el (ido-file-extension-aux): Fix comparison.
2128
ee37d135
KS
21292006-10-06 Kim F. Storm <storm@cua.dk>
2130
2131 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2132
dde5dcd2
JB
21332006-10-05 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2136 (ad-make-mapped-call): Use `let', not `let*'.
2137
1d5b0c66
CY
21382006-10-05 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * international/mule-cmds.el (coding-system-change-eol-conversion):
2141 Ensure the coding system is initialized before calling
2142 coding-system-eol-type.
2143
82f28564
CD
21442006-10-04 Carsten Dominik <dominik@science.uva.nl>
2145
dde5dcd2
JB
2146 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2147 (org-activate-angle-links, org-activate-dates)
2148 (org-activate-target-links, org-activate-camels)
82f28564
CD
2149 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2150 textproperty keymaps from being active beyond the end of a line.
2151 (org-unfontify-region): Also remove `rear-nonsticky' property.
2152
9d3155c6
KH
21532006-10-04 Kenichi Handa <handa@m17n.org>
2154
2155 * international/code-pages.el (next): Table fixed.
2156
7629d417
SM
21572006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2160 that it's been made unnecessary by removing narrowing.
2161
49c7a608
SM
21622006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2165 control flow a bit, simplify another bit, and add comments.
2166
f3b5dd74
DK
21672006-10-03 David Kastrup <dak@gnu.org>
2168
2169 * help.el (describe-mode): For clicks on mode-line, use "@"
2170 interactive argument to get the major mode of the click instead of
2171 the current buffer.
2172
2173 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2174 in order to better redirect mouse-2 clicks. Also allow default
2175 bindings to apply.
2176
73812be6
KS
21772006-10-03 Kim F. Storm <storm@cua.dk>
2178
2179 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2180 (pushnew): Fix last change.
2181
a0370ba4
JPW
21822006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2183
2184 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2185 Use the interactive spec of `eval-expression'.
2186
8c86938f
EZ
21872006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2188
2189 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2190
dde5dcd2 21912006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6c77efbe
SJ
2192
2193 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2194 2006-09-28 commit.
2195
4e14c04c
KH
21962006-10-02 Kenichi Handa <handa@m17n.org>
2197
2198 * international/code-pages.el (iso-8859-6): Table fixed.
2199
dde5dcd2 22002006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7de3f9a4
RS
2201
2202 * dired.el (dired-build-subdir-alist): Fix previous change.
2203
1f8a132d
RS
22042006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
2205
2206 * simple.el (undo-elt-crosses-region): Fix the inequalities.
2207
04e408d9
SM
22082006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2209
8f1a5a9b
SM
2210 * emacs-lisp/find-func.el (find-function-regexp): Don't match
2211 "define-button-type".
2212
04e408d9
SM
2213 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2214 they don't keep accumulating.
2215
7b8e334c
EZ
22162006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2217
2218 * ffap.el (ffap-rfc-path): Change the address of the RFC
04e408d9 2219 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7b8e334c 2220
65e7eb3d
EZ
22212006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2222
2223 * allout.el (allout-expose-topic): Rectify implementation of "+"
2224 spec, so that bodies are not exposed with headlines.
2225
22262006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
2227
2228 * allout.el (allout-current-depth): Do aberrent check only at or
2229 below doublecheck depth.
2230 (allout-chart-subtree): Make it explicit that LEVELS being nil
2231 means unlimited depth. Drop undocumented support for LEVELS value
2232 t meaning unlimited depth. (This is consistent with
2233 allout-chart-to-reveal, but contrary to allout-show-children,
2234 which needs to use nil to default to depth of 1.)
2235 (allout-goto-prefix-doublechecked): Wrap long docstring line.
2236 (allout-chart-to-reveal): Be explicit in docstring about meaning
2237 of nil LEVELS, and drop support for LEVELS value t.
2238 (allout-show-children): Translate the level spec used by this
2239 routine to that used by allout-chart-subtree and
2240 allout-chart-to-reveal.
2241 (allout-show-to-offshoot): Retry once when stuck, after opening
2242 subtree - improvements in discontinuity handling likely will
2243 enable progress.
2244
b0c4ae71
CY
22452006-09-30 Chong Yidong <cyd@stupidchicken.com>
2246
2247 * wid-edit.el (widget-button-click-moves-point): New variable.
2248 (widget-button-click): If widget-button-click-moves-point is
2249 non-nil, set point after performing the button action
2250
2251 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2252
e2247cd0
EZ
22532006-09-30 Martin Rudalics <rudalics@gmx.at>
2254
04e408d9 2255 * files.el (find-file-existing): Modify to not allow wildcards.
e2247cd0 2256
00fa4024
EZ
22572006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2258
2259 * simple.el (undo-more): When undo information for the region is
2260 exhausted, say "No further undo information FOR REGION".
2261
57763824
EZ
22622006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
2263
04e408d9
SM
2264 * progmodes/sh-script.el (sh-prev-thing):
2265 Take `sh-leading-keywords' into account.
57763824 2266
ee53ec68
GM
22672006-09-29 Glenn Morris <rgm@gnu.org>
2268
f4d82e00
GM
2269 * custom.el (defcustom): Doc fix.
2270
04e408d9
SM
2271 * calendar/calendar.el (european-calendar-style):
2272 Call european-calendar or american-calendar as needed when set.
ee53ec68
GM
2273 (diary-view-entries, list-calendar-holidays): Move autoloads
2274 before use.
2275
f9df5f68
JL
22762006-09-29 Juri Linkov <juri@jurta.org>
2277
2278 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2279 to nil if there is no previous property change.
2280
3a6df531 22812006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
31b7fa51
CY
2282
2283 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2284 saving anything to be sure that `forward-sexp' behaves correctly.
2285
e94e78cc
CY
22862006-09-29 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * simple.el (line-move-finish): Ignore field boundaries if the
2289 initial and final points have the same `field' property.
2290
f45b66b9
KS
22912006-09-29 Kim F. Storm <storm@cua.dk>
2292
2293 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2294 to t while calling ido-read-internal.
2295
86cc4a71
CD
22962006-09-29 Carsten Dominik <dominik@science.uva.nl>
2297
2298 * textmodes/org.el (org-file-remote-p): Get regexp from list.
04e408d9 2299 (org-archive-subtree): Remove erraneous `]' from character list.
86cc4a71 2300
ddd1c214
JY
23012006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
2302
2303 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2304 (ses-reconstruct-all): Make undo of "insert row" work by keeping
2305 markers for data-area and parameters-area.
2306
efa0c0ef
SM
23072006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2308
472e1031
SM
2309 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2310
efa0c0ef
SM
2311 * font-lock.el (font-lock-after-change-function): Refontify next line
2312 as well if end is at BOL.
2313 (font-lock-extend-jit-lock-region-after-change): Be more careful to
2314 only extend the region as much as needed.
2315
de25ebb8
RS
23162006-09-28 Richard Stallman <rms@gnu.org>
2317
2318 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2319
2320 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2321
efa0c0ef 2322 * international/mule.el (after-insert-file-set-coding):
de25ebb8 2323 If VISIT, don't let set-buffer-multibyte make undo info.
efa0c0ef 2324
dde5dcd2 23252006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
e4eb8462
CY
2326
2327 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2328 lines in base64-encoded authentication response.
2329
ed0aa46c
VJL
23302006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2331
2332 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2333 (ebnf-version): New version 4.3.
2334 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2335 (ebnf-prologue): Adjust PostScript programming.
2336 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2337 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2338
c1860747
SM
23392006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2340
be956324
SM
2341 * jit-lock.el (jit-lock-force-redisplay): Rename from
2342 jit-lock-fontify-again, and undo the mistaken change I've just done.
2343
c1860747
SM
2344 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2345 (jit-lock-fontify-again): Don't refontify text that's not displayed.
2346
eb89917c
KH
23472006-09-26 Kenichi Handa <handa@m17n.org>
2348
2349 * startup.el (display-splash-screen): Allow a prefix argument.
2350
daea741e
JR
23512006-09-25 Jason Rumney <jasonr@gnu.org>
2352
2353 * subr.el (shell-quote-argument): Use DOS logic for Windows
2354 shells with DOS semantics.
2355
de25ebb8
RS
23562006-09-24 Richard Stallman <rms@gnu.org>
2357
2358 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2359 (compilation-goto-locus): Use compilation-goto-locus-delete-o
2360 to delete the overlay. Put it on pre-command-hook.
2361
2362 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2363
f45b66b9 2364 * startup.el (fancy-splash-screens, normal-splash-screen):
de25ebb8
RS
2365 Call the splash buffer *About GNU Emacs*.
2366
f45b66b9 2367 * simple.el (next-error-highlight, next-error-highlight-no-select):
de25ebb8
RS
2368 Default to 0.5.
2369 (yank-excluded-properties): Add `fontified'.
2370
2371 * font-lock.el (font-lock-compile-keywords): Allow value of
2372 syntax-begin-function to enable paren-column-0 highlighting.
2373
23742006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2375
2376 * dired.el (dired-build-subdir-alist): When file ends in colon,
2377 don't exit the loop, just disregard that file.
2378
963355a4
CY
23792006-09-24 Chong Yidong <cyd@stupidchicken.com>
2380
2381 * simple.el (line-move-finish): Handle corner case for fields in
2382 continued lines.
2383 (line-move-1): Remove flawed test for that case.
2384
3f56acf9
CY
23852006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2386
2387 * icomplete.el (icomplete-simple-completing-p): Use the correct
2388 name for the new variable, `icomplete-with-completion-tables'.
2389 (file local variables): Remove superfluous setting.
2390
47c131a0
GM
23912006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2392
2393 * calendar/appt.el (appt-check): Fix typo for appointments just
2394 after midnight.
2395
98da283b
CY
23962006-09-23 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * help.el (describe-key-briefly, describe-key): Don't expect an
2399 extra up event if a down-event is generated by a popup menu.
2400
dde5dcd2 24012006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
e42a01cb
CY
2402
2403 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2404 local dictionary when changing the global dictionary.
2405
397e713b
CY
24062006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2407
2408 * icomplete.el (icomplete-with-completion-tables): List of
2409 specialized completion tables with which icomplete should
2410 operate. Include the new `internal-complete-buffer', so icomplete
2411 works with interactive buffer-selection.
2412 (icomplete-simple-completing-p): Add acceptance of specialized
2413 completion tables listed in icomplete-with-completion-tables.
2414
1e2d7573
YM
24152006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2416
2417 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2418
2419 * startup.el (command-line): Use `custom-reevaluate-setting' for
2420 `focus-follows-mouse'.
2421
a9af8380
RS
24222006-09-22 Richard Stallman <rms@gnu.org>
2423
2424 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2425 explain why Save is not available.
2426
da37d01f
JB
24272006-09-22 Juanma Barranquero <lekktu@gmail.com>
2428
2429 * woman.el (woman0-so): Use `let*', not `let'.
2430 (woman-horizontal-line): Remove unbalanced parenthesis.
2431
8cc8239e
SM
24322006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * woman.el: Make sure all the end-of-region markers we use have
2435 a non-nil insertion-type.
2436 (woman0-so): Move things around so we can use copy-marker.
2437 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2438 Adjust marker type.
2439 (woman2-process-escapes): Check marker type.
2440 (woman-horizontal-line): Dispense with the use of a marker.
2441
eb8c8b04
JB
24422006-09-22 Jay Belanger <belanger@truman.edu>
2443
2444 * calc/calc-lang.el: Add Greek letters to math-variable-table
2445 property of tex.
2446
16abdbe6
CY
24472006-09-22 Chong Yidong <cyd@stupidchicken.com>
2448
7629d417 2449 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
16abdbe6 2450
1d8f4cb6
MY
24512006-09-22 Masatake YAMATO <jet@gyve.org>
2452
2453 * add-log.el (add-log-current-defun): Use `forward-sexp'
2454 instead of `forward-word' to pick c++::symbol.
2455 Reported by Herbert Euler <herberteuler@hotmail.com>.
2456
2e77924d
KH
24572006-09-22 Kenichi Handa <handa@m17n.org>
2458
2459 * bindings.el: Fix setting self-insert-command for multibyte
2460 characters in global-map.
2461
89bf250e
DK
24622006-09-21 David Kastrup <dak@gnu.org>
2463
2464 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2465 doc string.
2466
8584826b
KH
24672006-09-21 Kenichi Handa <handa@m17n.org>
2468
2469 * language/european.el ("Latin-1"): Add windows-1252 to
2470 coding-priority.
2471 ("German"): Likewise.
2472
b521ddce
KS
24732006-09-21 Kim F. Storm <storm@cua.dk>
2474
2475 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2476 Suggested by Miles Bader.
2477
2478 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2479 instead of add-to-list in the simple case.
2480
01e0132d
KH
24812006-09-20 Kenichi Handa <handa@m17n.org>
2482
7629d417 2483 * isearch.el (isearch-process-search-char): Cancel the previous change.
01e0132d
KH
2484 (isearch-search-string): New function.
2485 (isearch-search): Use isearch-search-string.
2486 (isearch-lazy-highlight-search): Likewise.
2487
502ca00a
VJL
24882006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2489
7f7f218c
VJL
2490 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2491 string to become an option.
502ca00a 2492
02bb2aab
SM
24932006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2496
a4df1f8b
KS
24972006-09-20 Kim F. Storm <storm@cua.dk>
2498
2499 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2500 position t instead of trying both window-end and window-end - 1.
2501
cd3af09d
CD
25022006-09-20 Carsten Dominik <dominik@science.uva.nl>
2503
2504 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2505 hidden trees.
2506
1d45e02e
DK
25072006-09-20 David Kastrup <dak@gnu.org>
2508
9ed38a84
DK
2509 * mouse.el (mouse-posn-property): Improve doc string.
2510 (mouse-on-link-p): Change buffers for function calls on links.
2511
02bb2aab 2512 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1d45e02e
DK
2513 buffer is read-only.
2514
3e7678c8 25152006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1b4d97b2
CY
2516
2517 * allout.el (allout-unprotected): Let inhibit-read-only only when
2518 buffer-read-only isn't set.
2519 (allout-annotate-hidden): Enable topic annotation during copies even
2520 when the buffer is read-only, eg for topic copies. Ensure that the loop
2521 advances, even when the span extends beyond the deletion region.
2522 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2523 rather than allout-exposure-changed-hook, as a stronger assertion.
2524 (allout-keybindings-list): Add bindings for
2525 allout-copy-line-as-kill and allout-copy-topic-as-kill.
02bb2aab
SM
2526 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2527 Copy wrappers for allout-kill-line and allout-kill-topic.
1b4d97b2
CY
2528 (allout-listify-exposed): Position correctly to accumulate lines.
2529
fef11f15
CY
25302006-09-19 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * simple.el (line-move-1): Escape field boundaries occurring
2533 exactly at point. Update goal column if constrained to a field.
02bb2aab 2534 (line-move-finish): Escape field boundaries occurring exactly at point.
fef11f15 2535
e9ae308c
SM
25362006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2539 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2540
7bbc67d2
KS
25412006-09-19 Kim F. Storm <storm@cua.dk>
2542
06e6b4be
KS
2543 * help.el (describe-key-briefly, describe-key): Simplify printing
2544 of descriptions by using format and %S. Fix "is undefined"
2545 messages to say "at that spot" for mouse events.
2546
7bbc67d2
KS
2547 * simple.el (line-move-partial): Optimize. Try window-line-height
2548 before posn-at-point to get vpos of current line.
2549
f573c8b0 25502006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7bbc67d2 2551
95f5a37f 2552 * viper.el: Bump up version/date of update to reflect the substantial
f573c8b0 2553 changes done in August 2006.
7bbc67d2 2554
95f5a37f 2555 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
f573c8b0 2556 are defined.
7bbc67d2 2557
95f5a37f 2558 * ediff-util.el (ediff-add-to-history): New function.
7bbc67d2 2559
95f5a37f 2560 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7bbc67d2 2561
2b1119a0
RS
25622006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2563
2564 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
e9ae308c
SM
2565 Delete duplicate make-local-variable form.
2566 (conf-space-keywords): Add autoload cookie.
2567 Fix typo (`keywords', not `keyword').
2b1119a0 2568
c4823934
JD
25692006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2570
2571 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2572 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2573 to x-gtk-use-old-file-dialog
2574
0c577361
RS
25752006-09-18 Richard Stallman <rms@gnu.org>
2576
2577 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2578 that might come in during mouse tracking.
2579
661bdc06
KS
25802006-09-18 Kim F. Storm <storm@cua.dk>
2581
2582 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2583 new window-line-height function. Further optimize by not calling
2584 pos-visible-in-window-p for window-end when window-line-height
2585 returns useful information.
2586
ddec2286
RS
25872006-09-16 Richard Stallman <rms@gnu.org>
2588
2589 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2590 (conf-space-mode): Don't handle prefix arg.
2591 Delete conf-space-keywords-override code.
2592 Use add-hook.
2593 (conf-space-keywords): New command.
2594 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2595 Delete conf-space-keywords-override code.
2596 (conf-space-keywords-alist): Doc fix.
2597 (conf-space-font-lock-keywords): Doc fix.
2598 (conf-space-keywords-override): Var deleted.
2599
118d23f8
CY
26002006-09-16 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * startup.el (fancy-splash-screens): Don't switch to the scratch
2603 buffer; it may not be the next buffer.
2604
c7abb182
RF
26052006-09-16 Romain Francoise <romain@orebokech.com>
2606
2607 * saveplace.el (load-save-place-alist-from-file): Use expanded name
2608 in both messages.
2609
be8b7dbd
RS
26102006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2611
2612 * progmodes/python.el (python-preoutput-filter):
2613 Fix arg order to string-match.
2614
9af0a0b9
RS
26152006-09-16 Richard Stallman <rms@gnu.org>
2616
2617 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2618 font-lock-compile-keywords.
2619
2620 * font-lock.el (font-lock-compile-keywords): Rename optional arg
2621 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
2622
b984fed9
JD
26232006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2624
b1707a95
JD
2625 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2626
b984fed9
JD
2627 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2628 and the data doesn't look like UTF8, send STRING instead.
2629
4fc9bd56 26302006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5c823193 2631
e9ae308c
SM
2632 * textmodes/flyspell.el (flyspell-check-region-doublons):
2633 New function to detect duplicated words.
5c823193
CY
2634 (flyspell-large-region): Use it.
2635
095f9ae4
CY
26362006-09-16 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * simple.el (line-move-to-column): Revert 2006-08-03 change.
2639
0f101663
EZ
26402006-09-16 Eli Zaretskii <eliz@gnu.org>
2641
2642 * help.el (describe-prefix-bindings): Use let, not let*.
2643
8a559d4e 26442006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
d8350998
CY
2645
2646 * allout.el (allout-regexp, allout-line-boundary-regexp)
2647 (allout-bob-regexp): Correct grouping and boundaries to fix
2648 backwards traversal.
e9ae308c
SM
2649 (allout-depth-specific-regexp, allout-depth-one-regexp):
2650 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
d8350998
CY
2651 worse time in allout-ascend.
2652 (allout-doublecheck-at-and-shallower): Identify depth threshold
2653 below which topics are checked for and disqualified by containment
2654 discontinuities.
2655 (allout-hotspot-key-handler): Correctly handle multiple-key
2656 strokes. Remove some unused variables.
2657 (allout-mode-leaders): Clarify that mode-specific comment-start
8a559d4e 2658 will be used.
d8350998
CY
2659 (set-allout-regexp): Correctly regexp-quote allout regexps to
2660 properly accept alternative header-leads and primary bullets with
2661 regexp-specific characters (eg, C "/*", mathematica "(*").
2662 Include new regular expressions among those configured.
e9ae308c
SM
2663 (allout-infer-header-lead-and-primary-bullet):
2664 Rename allout-infer-header-lead.
2665 (allout-recent-depth): Manifest as a variable as well as a function.
d8350998 2666 (allout-prefix-data): Simplify into an inline instead of a macro,
8a559d4e
EZ
2667 assuming current match data rather than being explicitly passed
2668 it. Establish allout-recent-depth value as well as
d8350998
CY
2669 allout-recent-prefix-beginning and allout-recent-prefix-end.
2670 (allout-aberrant-container-p): True when an item's immediate
2671 offspring discontinuously contained. Useful for disqualifying
2672 unintended topic prefixes, likely at low depths.
e9ae308c 2673 (allout-goto-prefix-doublechecked): Elaborate version of
d8350998 2674 allout-goto-prefix which disqualifies aberrant pseudo-items.
8a559d4e
EZ
2675 (allout-pre-next-prefix): Layer on top of lower-level routines, to
2676 get disqualification of aberrant containers.
2677 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
2678 containers.
d8350998
CY
2679 (allout-beginning-of-current-entry): Position at start of buffer
2680 when in container (depth 0) entry.
2681 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
2682 (allout-current-bullet): Strip text properties.
2683 (allout-get-prefix-bullet): Use right match groups.
e9ae308c
SM
2684 (allout-beginning-of-line, allout-next-heading):
2685 Disqualify aberrant containers.
8a559d4e
EZ
2686 (allout-previous-heading): Disqualify aberrant containers, and
2687 change to regular (rather than inline) function, to allow
2688 self-recursion.
d8350998
CY
2689 (allout-get-invisibility-overlay): Increment so progress is made
2690 when the first overlay is not the sought one.
2691 (allout-end-of-prefix): Disqualify aberrant containers.
2692 (allout-end-of-line): Cycle something like allout-beginning-of-line.
2693 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
2694 outline.el outlines) functional again. Change the primary bullet
2695 along with the header-lead - level 1 new-style bullets now work.
9c92edca
JB
2696 Engage allout-before-change-handler in mainline Emacs, not just
2697 XEmacs, to do undo handling.
d8350998
CY
2698 (allout-before-change-handler): Expose undo changes occurring in
2699 hidden regions. Use allout-get-invisibility-overlay instead of
2700 reimplementing it inline.
2701 (allout-chart-subtree): Use start rather than end of prefix in
2702 charts. Use allout-recent-depth variable.
2703 (allout-chart-siblings): Disqualify aberrant topics.
2704 (allout-beginning-of-current-entry): Position correctly.
2705 (allout-ascend): Use new allout-depth-specific-regexp and
8a559d4e
EZ
2706 allout-depth-one-regexp for linear instead of O(N^2) or worse
2707 behavior.
2708 (allout-ascend-to-depth): Depend on allout-ascend, rather than
2709 reimplementing an algorithm.
2710 (allout-up-current-level): Depend on allout-ascend, rather than
2711 reimplementing an algorithm. Return to start-point if we fail.
2712 (allout-descend-to-depth): Use allout-recent-depth variable
2713 instead of function.
d8350998
CY
2714 (allout-next-sibling): On traversal of numerous intervening
2715 topics, resort to economical allout-next-sibling-leap.
2716 (allout-next-sibling-leap): Specialized version of
2717 allout-next-sibling that uses allout-ascend cleverly, to depend on
2718 a regexp search to leap large numbers of contained topics, rather
2719 than arbitrarily many one-by-one traversals.
2720 (allout-next-visible-heading): Disqualify aberrant topics.
6cb66a31
JB
2721 (allout-previous-visible-heading): Position consistently when
2722 interactive.
d8350998 2723 (allout-forward-current-level): Base on allout-previous-sibling
8a559d4e
EZ
2724 rather than (differently) reimplmenting the algorithm. Remove some
2725 unused variables.
d8350998
CY
2726 (allout-solicit-alternate-bullet): Present default choice stripped
2727 of text properties.
2728 (allout-rebullet-heading): Use bullet stripped of text properties.
e9ae308c
SM
2729 Register changes using allout-exposure-change-hook.
2730 Disregard aberrant topics.
d8350998
CY
2731 (allout-shift-in): With universal-argument, make topic a peer of
2732 it's former offspring. Simplify the code by separating out
2733 allout-shift-out functionality.
2734 (allout-shift-out): With universal-argument, make offspring peers
2735 of their former container, and its siblings. Implement the
2736 functionality here, rather than inappropriately muddling the
2737 implementation of allout-shift-in.
2738 (allout-rebullet-topic): Respect additional argument for new
2739 parent-child separation function.
2740 (allout-yank-processing): Use allout-ascend directly.
2741 (allout-show-entry): Disqualify aberrant topics.
2742 (allout-show-children): Handle discontinuous children gracefully,
2743 extending the depth being revealed to expose them and posting a
2744 message indicating the situation.
2745 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
2746 Leave cursor in correct position.
2747 (allout-hide-current-subtree): Use allout-ascend directly.
2748 Disqualify aberrant topics.
2749 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
2750 a way that the yanks can restore it, as used to happen.
2751 (allout-yank-processing): Restore exposure layout as recorded by
2752 allout-kill-*, as used to happen.
2753 (allout-annotate-hidden, allout-hide-by-annotation): New routines
2754 for preseving and restoring exposure layout across kills.
2755 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
2756 (allout-encrypt-string): Strip text properties.
2757 Rearranged order and outline-headings for some of the
2758 miscellaneous functions.
2759 (allout-resolve-xref): No need to quote the error name in the
2760 condition-case handler section.
2761 (allout-flatten): Classic recursive (and recursively intensive,
2762 without tail-recursion) list-flattener, needed by allout-shift-out
2763 when confronted with discontinuous children.
2764
8a559d4e
EZ
27652006-09-16 Jason Rumney <jasonr@gnu.org>
2766
2767 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
2768 on ms-windows.
2769 (dnd-open-unc-file): Remove.
2770 (dnd-open-local-file): Mention in doc string that it also handles
2771 remote files if the system natively supports unc file-names.
2772
27732006-09-15 Kim F. Storm <storm@cua.dk>
2774
2775 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
2776 all necessary information about the event before erasing *Help*.
2777
2778 * simple.el (line-move-partial): Use window-line-visiblity to
2779 quickly check whether last line is partially visible, and only do
2780 the hard (and slow) part in that case.
2781
27822006-09-15 Jay Belanger <belanger@truman.edu>
2783
2784 * COPYING: Replace "Library Public License" by "Lesser Public
2785 License" throughout.
2786
27872006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2788
2789 * term/x-win.el (x-menu-bar-open): New function for F10.
2790
27912006-09-15 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2794 Disallow filenames containing " -" to avoid confusion with libtool
2795 compilation messages. Suggested by Stefan Monnier.
2796
27972006-09-15 David Kastrup <dak@gnu.org>
2798
2799 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2800 instead of buffer position for `mouse-on-link-p'.
2801
2802 * mouse.el (mouse-posn-property): New function looking up the
2803 properties at a click position in overlays and text properties in
2804 either buffer or strings.
2805 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
2806 of both `follow-link' as well as `mouse-face' properties.
2807 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
2808 buffer position.
2809
2810 * help.el (describe-key-briefly): When reading a down-event on
2811 mode lines or scroll bar, swallow the following up event, too.
2812 Use the new mouse sensitity of `key-binding' for lookup.
2813 (describe-key): The same here.
2814
28152006-09-15 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * play/life.el (life-patterns): Add a few more interesting patterns.
2818 (life-setup): Force `show-trailing-whitespace' to nil.
2819
28202006-09-14 Richard Stallman <rms@gnu.org>
2821
2822 * startup.el (fancy-splash-text): Change text to improve alignment.
2823 (fancy-splash-screens): Don't set non-standard tab width.
2824 Bind cursor-type temporarily, and make it easy to patch to
2825 preserve the splash buffer.
2826 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
2827 (fancy-splash-screens): Display echo-area message explicitly.
2828 Don't set fancy-splash-help-echo.
2829
2830 * simple.el (line-number-mode): Group mode-line instead of
2831 editing-basics.
2832 (column-number-mode, size-indication-mode): Likewise.
2833
2834 * faces.el (mode-line-faces): Group mode-line instead of modeline.
2835
2836 * time.el (display-time): Group mode-line instead of modeline.
2837
e9ae308c 2838 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8a559d4e 2839
aa260907
CY
28402006-09-14 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * startup.el (fancy-splash-text): Move editing instructions to
2843 fancy-splash-head.
2844 (fancy-splash-head): Issue editing instructions.
2845 (fancy-splash-screens): Fixup whitespace.
2846
b14f0dc3
SM
28472006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * bindings.el (mode-line-buffer-identification-keymap):
2850 Remove duplicate line.
2851
bf8b0f8b
KS
28522006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2853
2854 * ido.el (ido-ignore-item-p): Allow any kind of functions in
2855 ignore lists.
2856
36961efd
KS
28572006-09-14 Kim F. Storm <storm@cua.dk>
2858
2859 * jit-lock.el (jit-lock-fontify-again): New function.
2860 (jit-lock-fontify-now): Use it instead of lambda form.
2861
87bbe2fd
RS
28622006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
2863
2864 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
2865 (flyspell-auto-correct-word): Make ispell-filter local to these
2866 functions. Check that ispell-filter has new stuff before calling
2867 ispell-parse-output.
36961efd 2868
87bbe2fd 28692006-09-13 Kim F. Storm <storm@cua.dk>
f8b11c97
KS
2870
2871 * simple.el (line-move-partial): Optimize.
2872
9aeec4c2
RS
28732006-09-13 Richard Stallman <rms@gnu.org>
2874
b14f0dc3
SM
2875 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
2876 Delete spurious backquote.
9aeec4c2 2877
b96572ff
CY
28782006-09-07 Ryan Yeske <rcyeske@gmail.com>
2879
2880 * net/rcirc.el (rcirc-print): Fix last change.
2881
99992264
JB
28822006-09-12 Jay Belanger <belanger@truman.edu>
2883
2884 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
2885
d40ac716
CY
28862006-09-07 Ryan Yeske <rcyeske@gmail.com>
2887
2888 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
2889 rcirc-show-maximum-output.
2890 (rcirc-mode): Remove window-scroll-function hook.
2891 (rcirc-scroll-to-bottom): Remove function.
2892 (rcirc-print): Recenter so point stays at the bottom of the window
2893 if point was already there.
2894
4b1aaa8b
PE
28952006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2896
2897 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
2898 not to "t".
2899 * progmodes/compile.el (compilation-start): Likewise.
2900 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2901 Don't use expand-file-name on invocation-directory, since this
2902 might mishandle special characters in invocation-directory.
2903
afc05254
SM
29042006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * pcvs-defs.el: Remove * in defcustom's docstrings.
2907
df072bff
NR
29082006-09-12 Nick Roberts <nickrob@snap.net.nz>
2909
afc05254 2910 * progmodes/compile.el (compilation-directory-properties):
df072bff
NR
2911 Doc fix for help-echo.
2912
503fac66
RF
29132006-09-12 Lars Hansen <larsh@soem.dk>
2914
4cffefee
LH
2915 * desktop.el (desktop-read): Add comment.
2916
73313acc
KS
29172006-09-12 Kim F. Storm <storm@cua.dk>
2918
9cd4a6a1
KS
2919 * simple.el (next-error-highlight, next-error-highlight-no-select):
2920 Fix spelling error.
2921
73313acc
KS
2922 * subr.el (sit-for): Rework to use input-pending-p and cond.
2923 Return nil input is pending on entry also for SECONDS <= 0.
2924 (while-no-input): Use input-pending-p instead of sit-for.
2925
6d3c944b
RS
29262006-09-11 Richard Stallman <rms@gnu.org>
2927
73313acc 2928 * simple.el (next-error-highlight, next-error-highlight-no-select):
6d3c944b
RS
2929 Fix custom type and doc strings.
2930
cb9a30c8
SM
29312006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
2934 (diff-apply-hunk): Use it to ask for confirmation.
2935
e027c6e4
RS
29362006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2937
2938 * emacs-lisp/cl.el (pushnew): Add missing `,'.
2939
bcd8e1a9
DK
29402006-09-11 David Kastrup <dak@gnu.org>
2941
2942 * help.el (string-key-binding, describe-key-briefly)
2943 (describe-key): Remove `string-key-binding' and its callers since
2944 `key-binding' already caters for the proper lookup now.
2945
a8b7149d
SM
29462006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2947
afc05254 2948 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7efd03c3
SM
2949 (cfengine-mode): Use it. Fix \ syntax to be like /.
2950
a8b7149d
SM
2951 * bindings.el (mode-line-buffer-identification-keymap):
2952 Move initialization into declaration.
2953
606fd469
KS
29542006-09-10 Kim F. Storm <storm@cua.dk>
2955
2956 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2957 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2958 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2959 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
2960
bd5a7fe2
RS
29612006-09-10 Richard Stallman <rms@gnu.org>
2962
c62a8073
RS
2963 * dired-aux.el: Handle errors in recursive copy usefully.
2964 (dired-create-files-failures): New variable.
2965 (dired-copy-file): Remove condition-case.
2966 (dired-copy-file-recursive): Check for errors on all file
2967 operations, and add them to dired-create-files-failures.
2968 Check file file-date-erorr here too.
2969 (dired-create-files): Check dired-create-files-failures
2970 and report those errors too.
2971
bd5a7fe2
RS
2972 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2973
2974 * subr.el (add-to-list): New argument COMPARE-FN.
2975
3b5e5e30
RS
29762006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2977
2978 * filecache.el (file-cache-add-directory)
2979 (file-cache-add-directory-list, file-cache-add-file)
2980 (file-cache-add-directory-using-find)
2981 (file-cache-add-directory-using-locate)
2982 (file-cache-add-directory-recursively): Add autoloads.
2983
1d7b95f5
RS
29842006-09-09 Richard Stallman <rms@gnu.org>
2985
a8b7149d
SM
2986 * textmodes/conf-mode.el (conf-space-mode):
2987 Use hack-local-variables-hook instead of calling hack-local-variables.
1d7b95f5 2988 (conf-space-keywords-override): New variable.
dd3a63bf
RS
2989 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
2990 (conf-space-mode): Always make conf-space-keywords and
2991 conf-space-keywords-override local.
2992 Call conf-space-mode-internal directly as well as via hook.
1d7b95f5 2993
0b01faca
SM
29942006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2995
2996 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2997 quasi-keywords.
2998
46d6e692
SM
29992006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3000
d8ca7d34
SM
3001 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3002 (python-send-string): Be slightly more careful about adding \n.
3003
46d6e692
SM
3004 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3005 kill it right away anyway.
3006
fbb0d4f9
EZ
30072006-09-09 Eli Zaretskii <eliz@gnu.org>
3008
3009 * international/codepage.el (cp850-decode-table): Fix a few codes.
3010 (cp858-decode-table): New variable.
3011
c048d606
EZ
30122006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3013
3014 * net/ldap.el (ldap-search-internal): Doc fix.
3015
c98557ae
EZ
30162006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3017
33aba6a0
EZ
3018 * play/life.el (life-display-generation): Test for input manually if
3019 `sleeptime' is negative or null.
3020
c98557ae
EZ
3021 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3022 (print-region-1): Substitute `%s' with the page title.
3023
7b260017
EZ
30242006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3025
3026 * locate.el (locate-current-search): New variable.
3027 (locate): Set buffer local value. Use current buffer if it is
3028 in Locate mode.
3029 (locate-mode): Disable undo here.
46d6e692
SM
3030 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3031 (locate-update): Use locate-current-search and locate-current-filter.
7b260017 3032
e24f9e5a
DK
30332006-09-08 David Kastrup <dak@gnu.org>
3034
46d6e692 3035 * desktop.el (desktop-read): When loading a desktop, disable
e24f9e5a
DK
3036 saving it while the load progresses, and switch off a pending lazy
3037 load by calling `desktop-lazy-abort'.
3038
612c16f1
CY
30392006-08-27 Martin Rudalics <rudalics@gmx.at>
3040
3041 * window.el (mouse-autoselect-window-timer)
3042 (mouse-autoselect-window-position)
3043 (mouse-autoselect-window-window)
3044 (mouse-autoselect-window-now): New vars.
3045 (mouse-autoselect-window-cancel)
3046 (mouse-autoselect-window-select)
3047 (mouse-autoselect-window-start): New functions.
3048 (handle-select-window): Call `mouse-autoselect-window-start' when
3049 delayed window autoselection is enabled.
3050
3051 * cus-start.el (mouse-autoselect-window): Handle delayed window
3052 autoselection.
3053
3054 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3055 commands after which it is allowed to print in the echo area.
3056
af09dd78
RS
30572006-09-08 Richard Stallman <rms@gnu.org>
3058
3059 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3060
3061 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3062 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3063
3064 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3065 (cancel-timer-internal): Add doc string.
3066 (cancel-function-timers): Doc fix.
3067 (with-timeout-handler, timer-event-last*): Add doc strings.
3068
3069 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3070
3071 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3072
3073 * dired.el (dired-log-summary): Add doc string.
3074
8d4bf0e5 3075 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
af09dd78
RS
3076 (custom-group-menu-create): Not here.
3077
4b87a412
CD
30782006-09-08 Carsten Dominik <dominik@science.uva.nl>
3079
46d6e692 3080 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4b87a412 3081
9deaefb7
YM
30822006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3083
3084 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3085 (mac-apple-event-map): Define its handler.
3086
32553711
CY
30872006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3088
3089 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3090
9c92edca 30912006-09-07 Magnus Henoch <mange@freemail.hu>
82741a5e
CY
3092
3093 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3094 clause.
3095
ea71ffe8
CY
30962006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3097
3098 * info.el (Info-index): Bind completion-ignore-case.
3099
23f2d048
SM
31002006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3103 previous commit.
3104 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3105 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3106 burp in dedicated windows.
3107 (inferior-prolog-self-insert-command): New command.
3108 (inferior-prolog-mode-map): Use it.
3109
656065bd
RS
31102006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3111
3112 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3113
3114 * international/code-pages.el: Add cp858.
3115
1df4d4a8
JD
31162006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3117
3118 * dnd.el: Fix bootstrapping.
3119
31202006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
c79b0f8f
JD
3121
3122 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3123 (dnd-open-remote-url): New function.
3124 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3125 not windows-nt.
3126
dad2e044 31272006-09-07 Jason Rumney <jasonr@gnu.org>
c79b0f8f
JD
3128
3129 * dnd.el (dnd-open-remote-file-function): New variable.
3130 (dnd-open-unc-file): New function.
3131 (dnd-open-file): Call dnd-open-remote-file-function if set.
3132
31a7c2ff
MB
31332006-09-06 Daiki Ueno <ueno@unixuser.org>
3134
3135 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3136 pgg-passphrase-coding-system rather than locale-coding-system.
3137 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3138
e959542d
SM
31392006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3140
d364dee6
SM
3141 * progmodes/prolog.el: Remove * in docstrings.
3142 (prolog-program-name): Add SWI prolog.
3143 (prolog-mode-menu): New menu.
3144 (prolog-mode): Set comment-add.
3145 (prolog-indent-line): Simplify. Use indent-line-to.
3146 (inferior-prolog-buffer): New var.
3147 (inferior-prolog-run, inferior-prolog-process): New funs.
3148 (run-prolog, switch-to-prolog): Rewrite, using them.
3149 (prolog-consult-region): Use inferior-prolog-buffer.
3150 (inferior-prolog-load-file): New function.
3151 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3152
4a3608f5
SM
3153 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3154 last word, if it's not the end of the paragraph.
3155
e959542d
SM
3156 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3157 file name.
3158
2ca43ca5
KS
31592006-09-06 Ralf Angeli <angeli@caeruleus.net>
3160
3161 * frame.el (display-mm-dimensions-alist): New defcustom.
3162 (display-mm-height, display-mm-width): Use it.
3163
8bf5f8c5
SJ
31642006-09-06 Simon Josefsson <jas@extundo.com>
3165
3166 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3167
588daab2
NR
31682006-09-06 Nick Roberts <nickrob@snap.net.nz>
3169
3170 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3171 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3172 string values.
3173
902f06ed
KS
31742006-09-06 Kim F. Storm <storm@cua.dk>
3175
3176 * simple.el (line-move-partial): New function to do vscrolling for
3177 partially visible images / tall lines. Rewrite based on code
3178 previously in line-move. Simplify backwards vscrolling.
3179 (line-move): Use it. Simplify.
3180
865e69c8
KS
31812006-09-05 Kim F. Storm <storm@cua.dk>
3182
3183 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3184
6e1a9597
CY
31852006-09-05 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3188 Process the `gcc-include' after the `gnu' rule.
3189
d07a839e
KS
31902006-09-05 Kim F. Storm <storm@cua.dk>
3191
3192 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3193
8fbdffe5
MB
31942006-09-05 Daiki Ueno <ueno@unixuser.org>
3195
3196 * pgg.el (pgg-clear-string): Alias to clear-string for backward
3197 compatibility.
3198
3199 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3200 inhibit-redisplay; encode passphrase with locale-coding-system.
3201
652bf3a1
DN
32022006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3203
3204 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3205
eebb17af
NR
32062006-09-05 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3209 (gdb-var-list-children-regexp): Make type field optional.
3210
3211 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3212 e.g public, protected in C++.
3213
d0fd0916
JPW
32142006-09-04 John Paul Wallington <jpw@pobox.com>
3215
3216 * simple.el (completion-show-help): New defcustom.
3217 (completion-setup-function): Heed it.
3218
bb68962b
DN
32192006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3222
bae12237
RS
32232006-09-04 Richard Stallman <rms@gnu.org>
3224
8f921acb
RS
3225 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3226 (rsf-min-region-to-spam-list): Doc fix.
3227 (rsf-add-content-type-field): Doc fix.
3228
bae12237
RS
3229 * simple.el (kill-region): Explicitly test there is a region.
3230
82695714
CY
32312006-09-04 Chong Yidong <cyd@stupidchicken.com>
3232
3233 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3234 sendmail in several common directories.
3235
dad2e044 3236 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
82695714
CY
3237
3238 * paths.el (sendmail-program): Removed.
3239
d7093904
MB
32402006-09-04 Daiki Ueno <ueno@unixuser.org>
3241
3242 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3243 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
3244 http://article.gmane.org/gmane.emacs.gnus.general/50457
3245
b1674d61
CY
32462006-09-03 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3249 mark after running the menu filter.
3250
35f111ba
JL
32512006-09-03 Juri Linkov <juri@jurta.org>
3252
3253 * international/quail.el (quail-defrule-internal): Add a check
3254 if a key is a vector.
3255
6a8c7cfe
JL
32562006-09-02 Juri Linkov <juri@jurta.org>
3257
3258 * man.el (Man-topic-history): New variable.
3259 (man): Use it.
3260
3261 * woman.el (woman-topic-history): Change defvar to defvaralias
3262 for symbol `Man-topic-history'.
3263
3264 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3265 `comint-last-output-start' is a marker by using `markerp' and
3266 check if it has a position by using `marker-position', and use
3267 this position for `goto-char'.
3268
3269 * international/quail.el (quail-defrule-internal): Add missing
3270 `error' call for null key.
3271
5c4aaa79
EZ
32722006-09-02 Ryan Yeske <rcyeske@gmail.com>
3273
3274 * rcirc.el (rcirc-keywords): New variable.
3275 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3276 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3277 variables.
3278 (rcirc-responses-no-activity): New function.
3279 (rcirc-handler-generic): Check for responses in above.
3280 (rcirc-process-command): Add ?: character to arguments of raw
3281 server commands.
3282 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3283 `rcirc-dim-nicks'.
3284 (rcirc-gray-toggle): Remove unused variable.
3285 (rcirc-print): Remove some tracking logic, which is moved into
3286 markup functions.
3287 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3288 types.
3289 (rcirc-activity-string): Look for 'keyword in activity-types.
3290 (rcirc-window-configuration-change): Don't erase overlay-arrow
3291 unnecessarily.
3292 (rcirc-add-or-remove): New function.
3293 (rcirc-cmd-ignore): Use it.
3294 (rcirc-message-leader): Remove unused function.
3295 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3296 (rcirc-add-face): New function.
3297 (rcirc-facify): Use rcirc-add-face.
3298 (rcirc-url-regexp): Add parens.
3299 (rcirc-map-regexp): Remove function.
3300 (rcirc-mangle-regexp): Remove function.
3301 (rcirc-markup-text-functions): New variable.
3302 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3303 (rcirc-markup-body-text, rcirc-markup-attributes)
3304 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3305 (rcirc-markup-bright-nicks): New markup handler functions.
3306 (rcirc-nick-in-message-full-line): New face.
3307 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3308 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3309
79f6ba1f
EZ
33102006-09-02 Martin Rudalics <rudalics@gmx.at>
3311
3312 * cus-start.el (hscroll-margin, hscroll-step)
3313 (mode-line-in-non-selected-windows, mouse-autoselect-window)
3314 (x-use-underline-position-properties): Change version to "22.1"
3315 since they will appear there for the first time.
3316
8c707380
CY
33172006-09-01 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3320
d178a6eb
RS
33212006-08-31 Richard Stallman <rms@gnu.org>
3322
3323 * cus-edit.el (custom-save-variables): Slight cleanup.
3324 (Custom-no-edit): Renamed from custom-no-edit.
3325 (Custom-newline): Renamed from custom-newline.
3326 (custom-mode-map): Use new names.
3327
3328 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3329 about customization, rather than M-x customize, in the doc string
3330 made for the defcustom.
3331
3332 * emacs-lisp/trace.el (trace-function-background): Doc fix.
3333
ca136496
RF
33342006-08-31 Romain Francoise <romain@orebokech.com>
3335
3336 * dired-x.el (dired-guess-shell-alist-default): Update.
3337
9277ee6c
SM
33382006-08-31 Michael Mauger <mmaug@yahoo.com>
3339
3340 * custom.el (custom-theme-set-variables): Autoload packages before
3341 sorting the variables.
3342
05c4a38a 33432006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9277ee6c
SM
3344
3345 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
05c4a38a 3346 chars if XEmacs.
9277ee6c
SM
3347 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3348
132579d3
SM
33492006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * progmodes/python.el (python-eldoc-function): Re-enable quit while
3352 waiting for process.
3353
762ce89d
YM
33542006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3355
3356 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3357 results in ASCII-only string, encode original one directly.
3358
08326816
RF
33592006-08-29 Romain Francoise <romain@orebokech.com>
3360
132579d3
SM
3361 * startup.el (normal-splash-screen, fancy-splash-screens):
3362 Make buffer read-only and arrange to enter view mode if necessary.
08326816 3363
ab145daf
CY
33642006-08-29 Chong Yidong <cyd@stupidchicken.com>
3365
3775cb5c
CY
3366 * hl-line.el (hl-line): New face.
3367 (hl-line-face): Use it.
3368
ab145daf
CY
3369 * image-mode.el (image-mode): Fix last fix.
3370 Suggested by Kim F. Storm.
3371
1a762140
MA
33722006-08-29 Michael Albinus <michael.albinus@gmx.de>
3373
3374 Sync with Tramp 2.0.54.
3375
3376 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3377 of `=', because `tramp-get-remote-gid' might not always return an
3378 integer when expected.
3379 (tramp-register-file-name-handlers): `partial-completion-mode' is
3380 unknown to XEmacs.
3381 (tramp-time-diff): Don't use `floor', it might fail for large
3382 differences.
3383 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3384 `tramp-auto-save-directory' if unset in order to guarantee unique
3385 auto-save file names.
3386
0e8b7151
CY
33872006-08-28 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * image-mode.el (image-mode): Display image as text on a terminal.
3390
6cc91c85
SM
33912006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3392
e2ac11eb
SM
3393 * progmodes/python.el (python-send-command): Simplify.
3394 (run-python): Don't generate a new buffer unless `new' was specified.
3395 Make sure we send `import emacs' to the proper process.
3396
6cc91c85
SM
3397 * progmodes/python.el (python-send-command): Don't wait for the command
3398 to terminate. Don't fiddle with compilation-parsing-end.
3399
6081889e
CY
34002006-08-28 Chong Yidong <cyd@stupidchicken.com>
3401
6cc91c85
SM
3402 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3403 Insert commentary after first line summary.
81e213dc 3404
6081889e
CY
3405 * woman.el (woman-follow): New function, based on `man-follow'.
3406 (woman-mode-map): Use it.
3407
3408 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3409 since ibuffer-do-sort-by-recency does not define a sorter.
3410
31bf5125
KS
34112006-08-28 Kim F. Storm <storm@cua.dk>
3412
08326816 3413 * find-dired.el (find-dired): Use shell-quote-argument to properly
31bf5125
KS
3414 escape ( and ) args. Also use it on {} and ; args in default
3415 value of find-ls-option string.
3416 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3417
7a210b69
MB
34182006-08-27 Michael Olson <mwolson@gnu.org>
3419
3420 * emacs-lisp/tq.el: Small grammar fix in comments.
3421 (tq-enqueue): Check for existence of queue rather than the
3422 head queue item's question, which was a no-op.
3423 (tq-filter, tq-process-buffer): Make sure the process buffer
3424 exists before making it the current buffer.
3425
eb411049
YM
34262006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3427
3428 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3429 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3430 (special-event-map): Apply 2006-08-16 change for x-win.el.
3431
42634864
SM
34322006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * progmodes/python.el (python-send-receive): Wait in the
3435 process's buffer so as to check the right buffer-local variables.
3436
1c1095bf
SM
34372006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3438
76667462
SM
3439 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3440 (defgroup checkdoc): Move to beginning.
3441
1c1095bf
SM
3442 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3443 (python-preoutput-continuation): Remove.
3444 (python-preoutput-filter): Simplify correspondingly.
3445 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3446 Loop around to catch embedded _emacs_out output.
3447 (run-python): Send the import&print command on a single line.
3448 (python-send-command): Send command&print on a single line.
3449 (python-send-string): Only add double \n if needed.
3450 (python-send-receive): Loop until the result comes.
3451 (python-mode-running): Defvar it.
3452 (python-setup-brm): Remove unused var `menu'.
3453 Only bind py-mode-map and `features' around brm-init.
3454 (python-calculate-indentation): Remove unused var `point'.
3455 (python-beginning-of-defun): Remove unused var `def-line'.
3456
f9de7738
RS
34572006-08-25 Richard Stallman <rms@gnu.org>
3458
3459 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3460
83f49acb 34612006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1c1095bf
SM
3462
3463 * viper.el (viper-set-hooks): Use frame bindings for
83f49acb 3464 viper-vi-state-cursor-color.
1c1095bf 3465 (viper-non-hook-settings): Don't set default
83f49acb 3466 mode-line-buffer-identification.
1c1095bf
SM
3467
3468 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3469 (viper-set-cursor-color-according-to-state)
3470 (viper-get-saved-cursor-color-in-replace-mode)
3471 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
83f49acb 3472 viper-emacs-state-cursor-color.
1c1095bf
SM
3473
3474 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3475 (viper-undo): Use point if undo-beg-posn is nil.
3476 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3477 (viper-after-change-undo-hook): Don't use
83f49acb 3478 viper-emacs-state-cursor-color by default.
1c1095bf
SM
3479 (viper-undo): More sensible positioning after undo.
3480
3481 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3482 (viper-emacs-state-cursor-color): Default to nil, since this feature
83f49acb 3483 doesn't work well yet.
854fa43e 3484
1c1095bf
SM
3485 * ediff-mult.el (ediff-intersect-directories)
3486 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
83f49acb 3487 always expand filenames.
1c1095bf
SM
3488
34892006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * tumme.el: Remove * in defcustoms's docstrings.
3492
1063efe8
CY
34932006-08-24 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3496 Accept internal time format for SECS arg.
3497 (timer-relative-time): Doc fix.
3498
3499 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3500 adapted from Martin Rudalics.
3501 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3502 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3503 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3504 using sit-for.
3505
8d8dafeb
KS
35062006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3507
3508 * cus-start.el (all): Add `overline-margin' and
3509 `x-underline-at-descent-line'.
3510
74b770de
KS
35112006-08-24 Kim F. Storm <storm@cua.dk>
3512
3513 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3514 to mean "use find -exec"; nil now unambiguously means auto-detect.
3515 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
dad2e044
JB
3516 Use shell-quote-argument to build grep-find-command and
3517 grep-find-template.
74b770de
KS
3518 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3519 Reported by Tom Seddon.
3520
6e85b03c
CY
35212006-08-23 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * startup.el (fancy-splash-head): Give instructions for dismissing
3524 the splash screen for default startup too.
3525 (display-startup-echo-area-message, fancy-splash-screens)
3526 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3527 all splash text at once and keep the splash buffer around.
3528 (command-line-1): Give display-startup-echo-area-message a t arg.
3529
c4f7363c
CD
35302006-08-23 Carsten Dominik <dominik@science.uva.nl>
3531
3532 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3533 gnus frame is selected.
3534
1c059100
NR
35352006-08-23 Nick Roberts <nickrob@snap.net.nz>
3536
3537 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3538
7e1de68d
KS
35392006-08-22 Kim F. Storm <storm@cua.dk>
3540
3541 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3542 Add suffix matching for subdirs.
3543
f984fd2b 35442006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1867217a
JD
3545
3546 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3547 mouse-yank-at-point is non-nil.
3548
7d14463c
NR
35492006-08-22 Nick Roberts <nickrob@snap.net.nz>
3550
3551 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3552 a bit wider and remove fringes to fit initial output on line.
8ec94c16
SM
3553
35542006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * frame.el (blink-cursor-end): Only ignore the error we care about.
3557 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3558
28cb9364
RS
35592006-08-21 Richard Stallman <rms@gnu.org>
3560
3561 * whitespace.el (whitespace-cleanup): Doc fix.
3562
7faa3f8c
MB
35632006-08-20 Ryan Yeske <rcyeske@gmail.com>
3564
3565 * net/rcirc.el (rcirc-show-maximum-output): New var.
3566 (rcirc-buffer-process): If no buffer argument is supplied, use
3567 current-buffer.
3568 (rcirc-complete-nick): Complete to the last completed nick first.
3569 (rcirc-mode): Preserve the value of `rcirc-urls' across
3570 connections. Setup scroll function.
3571 (rcirc-scroll-to-bottom): New function.
8ec94c16
SM
3572 (rcirc-print): Use nick syntax around regexp work.
3573 Notice dim-nicks speaking only if they say our nick.
7faa3f8c
MB
3574 (rcirc-update-activity-string): Do not show the modeline indicator
3575 if there are no live rcirc processes.
3576 (rcirc-cmd-ignore): Ignore case.
3577 (rcirc-browse-url-at-point): Fix off-by-one error.
3578
65a16bef
SM
35792006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * progmodes/python.el: Remove * in defcustom docstrings.
3582 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3583 (python-mode): Set tab-width and indent-tabs-mode.
3584
c7e8d385
SM
35852006-08-20 Dave Love <fx@gnu.org>
3586
3587 * progmodes/python.el: Update to Dave Love's latest version.
3588 (python-font-lock-keywords, python-mode): Don't use
3589 font-lock-syntax-table, but match symbol elements explicitly instead.
3590 (python-mode-map): Add help, and a few more key bindings.
3591 (python-skip-comments/blanks): Move out of comments as well.
3592 (python-continuation-line-p): Behave better with unbalanced parens.
3593 (python-blank-line-p): New fun.
3594 (python-open-block-statement-p): Don't use a heuristic.
3595 (python-outdent-p): Better handle blocks-in-the-same-line.
3596 (python-calculate-indentation): Misc improvements.
3597 (python-comment-indent): Remove.
3598 (python-block-pairs): New var.
3599 (python-first-word): New fun.
3600 (python-indentation-levels): Handle more common cases.
3601 (python-indent-line-1): Add `leave' argument.
3602 (python-indent-region): New fun.
3603 (python-skip-out): New fun.
3604 (python-beginning-of-statement, python-end-of-statement): Use it.
3605 (python-next-statement): Return correct count even at eob.
3606 (python-end-of-block): Fix paren-typo.
3607 (python-imenu-create-index): Add module variables.
3608 (run-python): Add `new' arg.
3609 Check we're at a prompt before returning.
3610 (python-send-command): Move to end of buffer.
3611 Wait for prompt to return.
3612 (python-set-proc): New fun.
3613 (python-imports): New var.
3614 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
3615 (python-eldoc-function): Try to move out of arg list.
3616 (python-outline-level): Offset by 1.
3617 (python-find-imports): New fun.
3618 (python-symbol-completions): Use python-imports.
3619 (python-module-path, ffap-alist): Add support for ffap.
3620 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6440f303 3621 (python-insert-*, python-default-template, python-expand-template):
c7e8d385
SM
3622 Add templates/skeletons.
3623 (python-setup-brm): Support for Bicycle Repair Man.
3624 (python-abbrev-syntax-table): New var.
3625 (python-abbrev-pc-hook, python-pea-hook): New funs.
3626
f9ac92c5
CY
36272006-08-20 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * frame.el (blink-cursor-start): Set timer first.
3630 (blink-cursor-end): Ignore timer cancelling errors.
3631 Suggested by Ken Manheimer.
3632
525efc44
JB
36332006-08-20 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * newcomment.el (comment-box): Call `comment-normalize-vars'.
3636 Add autoload cookie.
3637
ce629713
RS
36382006-08-20 Richard Stallman <rms@gnu.org>
3639
3640 * simple.el (line-number-at-pos): Doc fix.
3641
3642 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
3643 timer-activate-when-idle, so timer can run before Emacs becomes
3644 non-idle again.
3645
fa1f7927
EZ
36462006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3647
3648 * whitespace.el (whitespace-cleanup-internal): New optional arg
3649 REGION-ONLY. If it's non-nil, modify the message to the user
3650 accordingly.
3651 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
3652 a non-nil argument.
3653
a8bcc348
EZ
36542006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
3655
3656 * rect.el (spaces-string): Simplify and add doc string.
3657
bfe0c147
RF
36582006-08-17 Romain Francoise <romain@orebokech.com>
3659
3660 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
3661
fb5422b2
RS
36622006-08-17 Richard Stallman <rms@gnu.org>
3663
3664 * compare-w.el (compare-windows): lambda's take an arg and pass
3665 it to compare-windows-skip-whitespace.
3666
31ab08e6 36672006-08-17 Martin Rudalics <rudalics@gmx.at>
9fd762b0
SM
3668
3669 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
3670 the right buffer.
3671
bce848ed
SM
36722006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
3675 removed files.
3676
5802a1c9
NR
36772006-08-17 Nick Roberts <nickrob@snap.net.nz>
3678
3679 * progmodes/gdb-ui.el (gdb-locals-watch-map)
3680 (gdb-locals-watch-map-1): Suppress keymap first.
3681 (gdb-edit-locals-map-1): New variable.
3682 (gdb-edit-locals-value): New function.
3683 (gdb-stack-list-locals-handler): Use them.
3684
3d93bda5
SM
36852006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3e9323d6
SM
3687 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
3688 cursor would normally be drawn in the fringe.
3689
3d93bda5
SM
3690 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
3691 Reported by Martin Rudalics <rudalics@gmx.at>.
3692
3cb74cd1
RS
36932006-08-16 Richard Stallman <rms@gnu.org>
3694
3695 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
3696 (special-event-map): Process drag-n-drop events this way.
3697
3698 * simple.el (move-beginning-of-line): Test whether fields
3699 would prevent motion back to line's first visible character.
3700 If so, stop where the fields would stop the motion.
3701
3702 * newcomment.el (comment-indent): Fully update INDENT
3703 before checking to see if it will change the text.
3704
3705 * cus-edit.el (custom-newline): New function.
3706 (custom-mode-map): Bind newline to custom-newline.
3707
3708 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
3709 into ignore-whitespace.
3710 Check each buffer for its skip-function.
3711 Handle compare-windows-skip-whitespace special-case test
3712 by returning t from default skip function.
3d93bda5 3713
4c3ec0fc
CD
37142006-08-15 Carsten Dominik <dominik@science.uva.nl>
3715
3d93bda5
SM
3716 * textmodes/org.el (org-clock-special-range)
3717 (org-clock-update-time-maybe): New functions.
4c3ec0fc
CD
3718 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
3719 not only a-z.
3720 (org-agenda-get-blocks): Allow multiple blocks per headline.
3721 (org-timestamp-change): Call `org-clock-update-time-maybe'.
3722 (org-export-html-title-format)
3723 (org-export-html-toplevel-hlevel): New options.
3d93bda5 3724 (org-export-language-setup): Add support for Czech.
4c3ec0fc
CD
3725 (org-mode, org-insert-todo-heading, org-find-visible)
3726 (org-find-invisible, org-invisible-p, org-invisible-p2)
3727 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
3728 (org-show-subtree, org-show-entry, org-make-options-regexp):
3d93bda5 3729 Remove compatibility support for old outline-mode.
4c3ec0fc
CD
3730 (org-check-occur-regexp): Funtion removed.
3731 (org-on-heading-p, org-back-to-heading): Made defalias.
3732 (org-set-local): New defsubst.
3733 (org-set-regexps-and-options, org-mode)
3734 (org-set-font-lock-defaults, org-edit-agenda-file-list)
3735 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
3736 (org-remember-apply-template, org-table-edit-field)
3737 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
3738 (org-set-autofill-regexps): Use `org-set-local'.
3d93bda5 3739 (org-table-eval-formula): Fix bug with parsing of display flags.
4c3ec0fc 3740
8b12cd99
NR
37412006-08-15 Nick Roberts <nickrob@snap.net.nz>
3742
3743 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
3744 frame with fringe arrow. Suggested by Simon Marshall
3745 <simon.marshall@misys.com>.
3746 (gdb-stack-position): New variable.
3747 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3d93bda5
SM
3748 (gdb-frames-mode): Set gdb-stack-position to nil.
3749 Add to overlay-arrow-variable-list
8b12cd99
NR
3750 (gdb-reset): Delete gdb-stack-position from above list.
3751
36942205
JD
37522006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3753
3754 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
3755 read only.
3756
e1a2960c
RF
37572006-08-13 Romain Francoise <romain@orebokech.com>
3758
3759 * cus-theme.el (customize-create-theme)
3760 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
3761
3762 * filesets.el (filesets-add-buffer): Ditto.
3763
3764 * pcvs.el (cvs-change-cvsroot): Ditto.
3765
d32a9a8c
NR
37662006-08-13 Nick Roberts <nickrob@snap.net.nz>
3767
3768 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
3769 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
3770 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
3771 expressions.
4fc3133c
NR
3772 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
3773 Only search till end of line.
d32a9a8c 3774 Add face to function names in case of no filename.
4fc3133c 3775 Add face to variable names of watchpoints.
d32a9a8c 3776
525efc44 37772006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
0c80afbd
EZ
3778
3779 * cus-start.el <indent-tabs-mode>: Move to the `indent'
3780 customization group.
3781
e6b8d662
EZ
37822006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
3783
3784 * allout.el (allout-prior-bindings, allout-added-bindings):
3785 Remove, after long deprecation.
3786 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
3787 Add customization vars controlling allout-beginning-of-line and
3788 allout-end-of-line conveniences.
3789 (allout-header-prefix, allout-use-mode-specific-leader)
3d93bda5
SM
3790 (allout-use-mode-specific-leader, allout-mode-leaders):
3791 Revise docstrings.
e6b8d662
EZ
3792 (allout-infer-header-lead): Change to be an alias for
3793 allout-infer-header-lead-and-primary-bullet.
3794 (allout-infer-header-lead-and-primary-bullet): New version of
3795 allout-infer-header-lead which assigns the primary bullet to the
3796 same as the header lead, when its being changed.
3797 (allout-infer-body-reindent): Apply regexp-quote instead of
3798 unconditionally prepending "\\", so that all literal
3799 allout-header-prefix and allout-primary-bullet strings are
3800 properly handled.
3801 (allout-add-resumptions): Add optional qualifier for extending or
3802 appending to existing values, rather than replacing them.
3803 (allout-view-change-hook): Clarify docstring.
3804 (allout-exposure-change-hook): Take explicit arguments, via
3805 run-hook-with-args.
3806 (allout-structure-added-hook)
3807 (allout-structure-deleted-hook)
3808 (allout-structure-shifted-hook): New hooks analogous to
3809 allout-exposure-change-hook for other kinds of structural outline
3810 edits.
3811 (allout-encryption-plaintext-sanitization-regexps): New encryption
3812 customization variable, by which cooperating modes can provde
3813 massage of the plaintext without actually being passed it.
3814 (allout-encryption-ciphertext-rejection-regexps)
3815 (allout-encryption-ciphertext-rejection-ceiling): New encryption
3816 customization variables, by which cooperating modes can prohibit
3817 rare but possible ciphertext patterns from fouling their
3818 operation, with actually being passed the ciphertext.
3819 (allout-mode): Run activation and deactivation hooks after the
3820 minor-mode variable has been toggled, to clarify the mode
3821 disposition. The new encryption ciphertext rejection variable is
3822 used to ensure that the ciphertext does not contain text that
3823 would be recognized as outline structural elements by allout.
3824 Substite allout-beginning-of-line and allout-end-of-line for
3825 conventionall beginning-of-line and end-of-line bindings.
3826 If allout-old-style-prefixes is non-nil, don't nullify it on mode
3827 activation!
3828 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
3829 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
3830 (allout-chart-subtree): Implement new mode, charting only the
3d93bda5
SM
3831 visible items in the subtree, when new 'visible' parameter is non-nil.
3832 (allout-end-of-subtree): Properly handle the last item in the buffer.
3833 (allout-pre-command-business, allout-command-counter):
3834 Increment an advertised counter so that cooperating enhancements can
3835 track revisions of items.
e6b8d662
EZ
3836 (allout-open-topic): Run allout-structure-added-hook with suitable
3837 arguments.
3838 (allout-shift-in): Run allout-structure-shifted-hook with suitable
3839 arguments.
3840 (allout-shift-out): Fix doubling for negative args and ensure call
3841 of allout-structure-shifted-hook by solely using allout-shift-in.
3d93bda5
SM
3842 (allout-kill-line, allout-kill-topic):
3843 Run allout-structure-deleted-hook with suitable arguments.
e6b8d662
EZ
3844 (allout-yank-processing): Run allout-structure-added-hook with
3845 proper arguments.
3846 (allout-yank): Enclose activity in allout-unprotected.
3847 (allout-flag-region): Run allout-exposure-change-hook with
3d93bda5
SM
3848 suitable arguments, instead of making the callee infer the arguments.
3849 (allout-encrypt-string):
3850 Support allout-encryption-plaintext-sanitization-regexps,
e6b8d662
EZ
3851 allout-encryption-ciphertext-rejection-regexps, and
3852 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
3853 en/de cryption mode in symmetric encryption failure message.
3854 (allout-obtain-passphrase): Use copy-sequence to get a distinct
3855 copy of the passphrase, and don't zero it or we'll corrupt the
3856 stashed copy.
3857 (allout-create-encryption-passphrase-verifier)
3858 (allout-verify-passphrase): Respect the new signature for
3859 allout-encrypt-string.
3860 (allout-get-configvar-values): Convenience for getting a
3861 configuration variable value and handling its absence gracefully.
3862
946c1994 38632006-08-11 Romain Francoise <romain@orebokech.com>
b3302d9b 3864
946c1994 3865 * obsolete/zone-mode.el: Delete.
b3302d9b 3866
aa7adb2a
SM
38672006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
3870
bad03cfc
TTN
38712006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
3872
3873 * emacs-lisp/bindat.el (bindat-ip-to-string):
3874 Use `format-network-address' if possible.
3875
2f2f340f
JD
38762006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3877
3878 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
3879
946c1994
RF
38802006-08-10 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
3883 restore unread-command-events here.
3884 (edebug-display): Do it here, to detect sit-for interruptions.
3885
c40408fb
RF
38862006-08-10 Romain Francoise <romain@orebokech.com>
3887
3888 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
3889 (dns-mode-soa-auto-increment-serial): New user option.
3890 (dns-mode-soa-maybe-increment-serial): New function.
3891 (dns-mode): Add the latter to `write-contents-functions'.
3892
3893 * obsolete/zone-mode.el: Move to obsolete/ from net/.
3894 Delete autoload cookies.
3895
87c9ab0c
JW
38962006-08-10 John Wiegley <johnw@newartisans.com>
3897
3898 * eshell/em-glob.el (eshell-glob-chars-list)
3899 (eshell-glob-translate-alist): Add support for [^g] in character globs.
3900
5667ecd2
RS
39012006-08-10 Richard Stallman <rms@gnu.org>
3902
3903 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
3904 (facemenu-set-face): Doc fix.
38cdf40b 3905 (facemenu-listed-faces): Doc fix.
5667ecd2 3906
38ceb48f
CY
39072006-08-09 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * avoid.el (mouse-avoidance-animating-pointer): New var.
3910 (mouse-avoidance-nudge-mouse): Use it.
3911 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
3912 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
3913 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
3914 Don't activate if currently animating. All callers changed.
3915
d070a65d
JW
39162006-08-09 John Wiegley <johnw@newartisans.com>
3917
3918 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
3919 variable, which causes timeclock to report elapsed time worked,
3920 instead of just work remaining.
3921
bb0825cb
KH
39222006-08-09 Kenichi Handa <handa@m17n.org>
3923
3924 * international/latexenc.el (latexenc-find-file-coding-system):
3925 Fix for the case that the 2nd element of arg-list is a cons.
3926
dc7ef9f0
CY
39272006-08-08 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * info.el (Info-fontify-node): Handle preceding `in' for note
3930 reference hiding rules.
3931
4c7c5c7e
SM
39322006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
3935 mistake a closing " for an opening one.
3936
c0658ad4
DN
39372006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3938
3939 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3940
4a63ceb8
SM
39412006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3942
4c7c5c7e
SM
3943 * complete.el (PC-do-completion): Filter out completions matching
3944 completion-ignored-extensions before checking whether there are
3945 multiple completions.
4a63ceb8
SM
3946 Don't use `list' unnecessarily when building completion tables.
3947
71723367
RS
39482006-08-06 Richard Stallman <rms@gnu.org>
3949
3950 * help.el (describe-mode): Make minor mode list more concise.
3951
044c2978
CY
39522006-08-05 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * bindings.el: Give mode-line-format, mode-line-modes, and
3955 mode-line-position `standard-value' properties.
3956
0a3297f7
EZ
39572006-08-05 Eli Zaretskii <eliz@gnu.org>
3958
3959 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3960 "(file)node" instead of the file name.
3961
1a77c985
RS
39622006-08-05 Richard Stallman <rms@gnu.org>
3963
3964 * faces.el (escape-glyph): Doc fix.
3965
ef8f7cdd
KH
39662006-08-04 Kenichi Handa <handa@m17n.org>
3967
3968 * international/mule-diag.el (describe-font): Improve docstring
3969 and error message. Use frame-parameter (not frame-parameters).
3970
402adebf
SM
39712006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3974 Correctly mark the end-of-docstring char.
3975
7abcd3e3
CY
39762006-08-03 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * simple.el (line-move-to-column): Constrain move-to-column to
3979 current field.
3980
ab0dd59c
SM
39812006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3982
05a1066f
SM
3983 * font-lock.el (font-lock-beg, font-lock-end)
3984 (font-lock-extend-region-functions): New vars.
3985 (font-lock-extend-region-multiline)
3986 (font-lock-extend-region-wholelines): New functions.
3987 (font-lock-default-fontify-region): Use them.
3988 (font-lock-extend-jit-lock-region-after-change): Only round up
3989 if font-lock-default-fontify-region will do it as well.
3990
ab0dd59c
SM
3991 * font-lock.el (font-lock-extend-after-change-region-function):
3992 Rename from font-lock-extend-region-function.
3993 (font-lock-extend-region): Remove by inlining at call sites.
3994 (font-lock-after-change-function): Don't needlessly round up to a whole
3995 number of lines.
3996 (font-lock-extend-jit-lock-region-after-change): Be more careful about
3997 the boundary conditions and the interactions between the various ways
3998 to extend the region.
3999
6b2fcbb5
SM
40002006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4003 modification status when forcing the second redisplay.
4004
97cd4340
KS
40052006-08-03 Kim F. Storm <storm@cua.dk>
4006
4007 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4008
424f4c9c
SM
40092006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4010
c6dbae47
SM
4011 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4012 doesn't look like a file name.
4013
424f4c9c
SM
4014 * complete.el (PC-expand-many-files): Avoid signalling an error when
4015 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4016
3862ba19
AS
40172006-08-02 Andreas Schwab <schwab@suse.de>
4018
4019 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4020
04280231
NR
40212006-08-02 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * bindings.el (map): Make mode-line-buffer-identification-keymap
4024 before defining propertized-buffer-identification.
4025
946bb888
RS
40262006-08-01 Richard Stallman <rms@gnu.org>
4027
4028 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4029
68b9e79b
NR
40302006-08-02 Nick Roberts <nickrob@snap.net.nz>
4031
4032 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4033 default value.
4034 (gdb-find-source-frame): New function.
4035 (menu): Add to menu bar.
4036
da95a9c8
SM
40372006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4038
2821e1b6
SM
4039 * font-core.el (font-lock-extend-region-function)
4040 (font-lock-extend-region): Move to font-lock.el.
4041
4042 * font-lock.el (font-lock-extend-region-function)
4043 (font-lock-extend-region): Move from font-core.el. Simplify.
4044
4045 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4046 if needed.
4047 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4048 (jit-lock-after-change-extend-region-functions): New hook.
4049 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4050
4cffd221
SM
4051 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4052 (font-lock-turn-on-thing-lock): Use it.
4053
da95a9c8
SM
4054 * longlines.el (longlines-show-region): Make it work on read-only
4055 buffers as well.
4056
1730f68e
NR
40572006-08-01 Nick Roberts <nickrob@snap.net.nz>
4058
da95a9c8 4059 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1730f68e 4060
a3483884
RS
40612006-07-31 Richard Stallman <rms@gnu.org>
4062
4063 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4064 (vhdl-speedbar-display-projects): Update old obsolete
4065 speedbar variable names.
4066
36f8f49f
NR
40672006-07-31 Nick Roberts <nickrob@snap.net.nz>
4068
dc3a38c3
NR
4069 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4070 (gdb-stopped): Use it.
4071
36f8f49f
NR
4072 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4073
c888d352
CY
40742006-07-29 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4077 for load-history elements.
4078
65bbcead
EZ
40792006-07-29 Eli Zaretskii <eliz@gnu.org>
4080
4081 * files.el (convert-standard-filename): For Cygwin, replace
4082 characters not allowed in Windows file names.
4083 (make-auto-save-file-name): Add Cygwin to the list of systems
4084 where the auto-save file name needs to be run through
4085 convert-standard-filename.
4086
cfb37af8
EZ
40872006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4088
4089 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4090
0de8dcc9
RS
40912006-07-28 Richard Stallman <rms@gnu.org>
4092
4093 * bindings.el (mode-line-frame-identification)
4094 (propertized-buffer-identification): Centralize the code
4095 to initialize the variable.
4096
4097 * progmodes/grep.el (grep-default-command): Catch errors from
4098 wildcard-to-regexp.
4099
5a611664
KS
41002006-07-29 Kim F. Storm <storm@cua.dk>
4101
4102 * progmodes/grep.el (grep-tag-default): New function.
4103 (grep-default-command, grep-read-regexp): Use it.
a912bc0d
KS
4104 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4105 as default if nothing else applies.
5a611664 4106
91395839
TTN
41072006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4108
4109 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4110 Throw error if buffer is not in Dired and Wdired mode, respectively.
4111
a8da2abd
CY
41122006-07-28 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4115 self-insert-command keys don't activate buttons.
4116 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4117
210f78ee
NR
41182006-07-29 Nick Roberts <nickrob@snap.net.nz>
4119
4120 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4121 faces for enable character.
4122
0392505b
NR
41232006-07-28 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * Makefile.in (recompile): Update comment to reflect change
4126 on 2004-04-21.
4127
7eb944cf
RS
41282006-07-27 Richard Stallman <rms@gnu.org>
4129
4130 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4131 (customize-package-emacs-version): Change msg when pkg has no entry.
4132 (custom-no-edit): On a button, do like widget-button-press.
4133
cecee053
DN
41342006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4135
4136 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4137 S-tab and C-S-tab.
4138
c6708cbc
NR
41392006-07-28 Nick Roberts <nickrob@snap.net.nz>
4140
4141 * progmodes/which-func.el (which-function): Fix documentation/
4142 comment typo.
4143
d4a844e0
RS
41442006-07-26 Richard Stallman <rms@gnu.org>
4145
4146 * textmodes/ispell.el (ispell-word): If we replace the word,
4147 move point to the end. Insert before deleting.
4148
04ba1d88
CY
41492006-07-26 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4152 a timer.
4153
1d3a996a
MD
41542006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4155
9b7fa297 4156 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1d3a996a 4157 when at first image.
9b7fa297 4158 (tumme-forward-image): Add prefix argument. Add error when at last
1d3a996a
MD
4159 image.
4160
49c7d1ac
SM
41612006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * tabify.el (tabify-regexp): Use more specific regexps.
4164 (tabify): Avoid modifying the buffer unnecessarily.
4165
50e93433
MD
41662006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4167
4168 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4169 (tumme-format-properties-string): Handle empty `buf'.
da95a9c8
SM
4170 (tumme-get-comment): Change variable names inside `let'.
4171 Add missing `let' variable that cause font-lock problems.
4172 (tumme-write-comments): Change variable names inside `let'.
4173 Add missing `let' variable that cause font-lock problems.
c14a5a99
MD
4174 (tumme-forward-image): Rename from `tumme-forward-char'.
4175 (tumme-backward-image): Rename from `tumme-backward-char'.
50e93433 4176
75ee40be
MY
41772006-07-25 Masatake YAMATO <jet@gyve.org>
4178
4179 * progmodes/ld-script.el (ld-script-keywords)
4180 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4181 and add comments.
4182
6cdae8d6
NR
41832006-07-25 Nick Roberts <nickrob@snap.net.nz>
4184
4185 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4186 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4187 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4188 for status indicator.
4189
208d06b0
RS
41902006-07-24 Richard Stallman <rms@gnu.org>
4191
1cff9220
RS
4192 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4193
208d06b0
RS
4194 * subr.el (dolist, dotimes): Use interned symbols for locals.
4195 (--dotimes-limit--, --dolist-tail--): New defvars.
4196 (looking-back): Doc fix.
4197
4198 * replace.el (replace-match-string-symbols): Handle dotted lists.
4199
d57727c9 42002006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
cf882898
MD
4201
4202 * tumme.el (tumme-write-tags): Add.
231b0d1c 4203 (tumme-write-comments): Add.
3098323a
MD
4204 (tumme-tag-files): Change to use `tumme-write-tags'.
4205 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4206 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4207 (tumme-save-information-from-widgets): Change to use
4208 `tumme-write-comments' and `tumme-write-tags'.
4209 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
dca90550
MD
4210 (tumme-write-tag): Remove.
4211 (tumme-write-comment): Remove.
4212 (tumme-display-previous-thumbnail-original): Remove empty line.
41fdf678 4213 (tumme-widget-list): Add punctuation.
cf882898 4214
d57727c9 42152006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
ec59c1ea
MD
4216
4217 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4218
88dcc76a
RS
42192006-07-24 Daiki Ueno <ueno@unixuser.org>
4220
4221 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9b7fa297
JB
4222 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
4223 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
88dcc76a 4224
38db29e0
TTN
42252006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4226
4227 * mouse.el (mouse-on-link-p): Doc fix.
4228
52c13c9b
NR
42292006-07-23 Nick Roberts <nickrob@snap.net.nz>
4230
38db29e0 4231 * emacs-lisp/find-func.el (find-function-search-for-symbol):
52c13c9b
NR
4232 Handle "C-h f `".
4233
b9debd54
DN
42342006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4235
4236 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4237 column.
4238
272f22eb
EZ
42392006-07-22 Matt Hodges <MPHodges@member.fsf.org>
4240
4241 * textmodes/table.el: Add move-beginning-of-line and
4242 move-end-of-line to Point Motion Only Group.
4243
5b01aef2
EZ
42442006-07-22 Eric Hanchrow <offby1@blarg.net>
4245
4246 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4247
cee0c996
EZ
42482006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4249
4250 * startup.el (user-mail-address): Initialize from the `EMAIL'
4251 environment variable first. Document this.
4252 (command-line): Ditto.
4253
5ab67056
NR
42542006-07-22 Nick Roberts <nickrob@snap.net.nz>
4255
4256 * help-mode.el (help-function-def, help-variable-def)
4257 (help-face-def): Print a message in the minibuffer.
4258
c79722c9
DN
42592006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4260
4261 * term/xterm.el (terminal-init-xterm): Fix key bindings
9b7fa297 4262 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
c79722c9 4263
e9fe3513
EZ
42642006-07-21 Eli Zaretskii <eliz@gnu.org>
4265
4266 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4267 where `(nth 1 command)' is a cons cell. Doc fix.
4268
4269 * textmodes/po.el (po-find-charset): Doc fix.
4270
cc539208
EZ
42712006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
4272
4273 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4274 (allout-beginning-of-current-line, allout-end-of-current-line)
4275 (allout-next-visible-heading, allout-open-topic)
4276 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4277 (allout-flag-current-subtree, allout-show-to-offshoot)
4278 (allout-hide-current-entry, allout-show-current-branches)
4279 (allout-hide-region-body, allout-old-expose-topic)
4280 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4281 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4282 containing `beginning-of-line' and `end-of-line' with
4283 `inhibit-field-text-motion' t.
4284
38938eeb
EZ
42852006-07-21 Eli Zaretskii <eliz@gnu.org>
4286
4287 * frame.el (focus-follows-mouse): Document that it doesn't have
4288 any effect on MS-Windows.
4289
3a723c3a
SM
42902006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4293
bde07895
JB
42942006-07-20 Jay Belanger <belanger@truman.edu>
4295
4296 * calc.el (calc-previous-alg-entry): Remove variable.
4297
9b7fa297 4298 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
bde07895
JB
4299 New variables.
4300 (calc-alg-entry): Use `calc-alg-entry-history'.
4301 (calc-do-quick-calc): Use `calc-quick-calc-history'.
4302 Remove reference to `calc-previous-alg-entry'.
4303 (calcAlg-edit, calcAlg-enter): Remove reference to
4304 `calc-previous-alg-entry'.
4305 (calcAlg-previous): Use `previous-history-element' instead of
4306 `calc-previous-alg-entry'.
4307 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3a723c3a 4308 Change keybinding for `calcAlg-plus-minus', add keybindings for
bde07895
JB
4309 `previous-history-element' and `next-history-element'.
4310
4311 * calc-rewr.el (calc-match): Remove reference to
4312 `calc-previous-alg-entry'.
4313
4314 * calc-sel.el (calc-selection-history): New variable.
4315 (calc-enter-selection, calc-sel-mult-both-sides)
4316 (calc-sel-add-both-sides): Use `calc-selection-history'.
4317
4318 * calc-map.el (calc-get-operator-history): New variable.
4319 (calc-get-operator): Use `calc-get-operator-history'.
4320
4321 * calcalg3.el (calc-curve-fit-history): New variable.
4322 (calc-curve-fit): Use `calc-curve-fit-history'.
4323
ccb06340
KH
43242006-07-20 Kenichi Handa <handa@m17n.org>
4325
4326 * international/mule-cmds.el (select-safe-coding-system): Fix the
4327 way of deciding eol-type of the coding system.
4328
d8cd7202
AM
43292006-07-20 Alan Mackenzie <acm@muc.de>
4330
3a723c3a
SM
4331 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4332 (c-lang-setvar): New macro.
d8cd7202
AM
4333 (c-make-init-lang-vars-fun): Use the initialization forms in
4334 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4335 (comment-start, comment-end, comment-start-skip): Change these from
4336 c-lang-defvar's to c-lang-setvar's.
4337
3a723c3a 4338 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
d8cd7202
AM
4339 which calls make-local-variable on the elements of
4340 c-emacs-variable-inits.
4341 (c-init-language-vars-for): Call this new macro.
4342
0ab31e4a
SM
43432006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4346 Try to rule out false positives due to time stamps.
4347 (compilation-mode-font-lock-keywords): Remove rules made redundant
4348 because of the above change. Add `segmentation fault' to the known and
4349 highlighted compilation termination messages.
4350
9e289946
KS
43512006-07-19 Kim F. Storm <storm@cua.dk>
4352
4353 * progmodes/grep.el (grep-find-ignored-directories):
4354 Add .svn and _darcs to list.
4355
e8b41841 43562006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2ba002a0 4357
bf33fe16
MD
4358 * dired.el (dired-mode-map): Add key binding `C-te' for
4359 `tumme-dired-edit-comment-and-tags'.
4360
2ba002a0
MD
4361 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4362 image display buffer is displayed before call to
4363 `tumme-display-image.
4364 (tumme-dired-display-image): Make sure image display buffer is
4365 displayed before call to `tumme-display-image.
4366 (tumme-mouse-display-image): Make sure image display buffer is
4367 displayed before call to `tumme-display-image.
975588c0
MD
4368 (tumme-widget-list): Add.
4369 (tumme-dired-edit-comment-and-tags): Add.
4370 (tumme-save-information-from-widgets): Add.
2ba002a0 4371
a97a33cb
SM
43722006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4375
f65b9df2
SM
43762006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4377
c6b71045
SM
4378 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4379 Revert inadvertently installed patch hunk.
4380
f65b9df2
SM
4381 * progmodes/compile.el (compilation-find-file): Handle the
4382 cases where the user selects a non-existent file.
4383
43842006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4387
c1fdbde6
CY
43882006-07-17 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * subr.el (sit-for): Just sleep-for if noninteractive.
4391
69c6ad83
SM
43922006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4393
fb2dd970
SM
4394 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4395
4396 * custom.el (custom-autoload): Add `noset' argument.
4397 (custom-push-theme): Don't autoload the variable, let callers do it.
4398 (custom-theme-set-variables): Autoload the variable if necessary.
4399
4400 * cus-edit.el (custom-variable-state-set): If the variable was
4401 originally set outside custom, but to the same value as the default,
4402 consider it to be standard.
4403
4404 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4405 file *before* telling Emacs to add the autoloads, in case it fails.
4406
69c6ad83
SM
4407 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4408 Use `cond', push', and `dolist'.
4409
daeeeffc
RS
44102006-07-17 Richard Stallman <rms@gnu.org>
4411
4412 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4413 Add defvars to silence warnings.
4414
c8068734
CY
44152006-07-17 Chong Yidong <cyd@stupidchicken.com>
4416
b5f02314
CY
4417 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4418 Don't highlight "Compiling file" messages as error.
4419
c8068734
CY
4420 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4421 file already exists.
4422
072cb54a
TTN
44232006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4424
4425 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4426 entry, don't assign to free var; simply return the extracted filename.
4427 (ff-treat-as-special): Incorporate common preamble from callers.
4428 (ff-other-file-name, ff-find-the-other-file):
4429 Update call to ff-treat-as-special.
4430
4431 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4432
9b9c0e5a
MD
44332006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4434
4435 * tumme.el (tumme-get-comment): Fix bug.
4436
ba83982b
SM
44372006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * files.el: Remove spurious * in docstrings.
4440
db28aa3c
NR
44412006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4442
ba83982b 4443 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
db28aa3c 4444 grammar.
ba83982b 4445 (allout-beginning-of-current-line): Beware beginning of buffer.
db28aa3c 4446 Also, a comment is simplified.
ba83982b 4447 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
db28aa3c
NR
4448 when appropriate. (This fix enables use for other than
4449 bullet-hotspot operation.)
ba83982b 4450 (allout-hide-current-subtree): While escalating to sibling-close,
db28aa3c
NR
4451 make sure to situate on a topic.
4452
839929ba
KS
44532006-07-14 Kim F. Storm <storm@cua.dk>
4454
4455 * emulation/cua-base.el (cua-delete-selection)
4456 (cua-toggle-set-mark): New defcustoms.
4457 (cua-rectangle-modifier-key): Add `alt' modifier.
4458 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4459 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4460 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4461
4462 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4463
01fc9422
EZ
44642006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4465
4466 * allout.el: Require 'cl during byte-compilation/interactive load,
4467 for the `assert' macro.
ba83982b 4468 (allout-mode-deactivate-hook): New hook, run when allout mode
01fc9422
EZ
4469 deactivates.
4470 (allout-developer): New allout customization subgroup.
4471 (allout-run-unit-tests-on-load): New allout-developer
4472 customization variable, when true allout unit tests are run towards
4473 end of file load/eval.
4474 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4475 auto-fill-mode.
ba83982b 4476 (allout-resumptions): Remove, to be replaced by...
01fc9422
EZ
4477 (allout-add-resumptions): Register variable settings to be
4478 reinstated by `allout-do-resumptions'. The settings are made
4479 buffer-local, but the locality/globality of the suspended setting
4480 is restored on resumption.
4481 (allout-do-resumptions): Reinstate all settings suspended using
4482 `allout-add-resumptions'.
4483 (allout-test-resumptions): Unit tests (and intermediate variables)
4484 for resumptions.
4485 (allout-tests-globally-unbound, allout-tests-globally-true)
4486 (allout-tests-locally-true): Intermediate variables for
4487 resumptions unit tests.
4488 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4489 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4490 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4491 instead of retired `allout-resumptions'. For hook functions, use
4492 `local' parameter so hook settings are created and removed as
4493 buffer-local settings. Revise (resumptions) setting
4494 auto-fill-function so it is set only if already active. (The
4495 related fill-function settings are all made in either case, so
4496 that activating auto-fill-mode activity will have the custom
ba83982b
SM
4497 allout-mode behaviors (hanging indent on topics, if configured for it).
4498 Remove all allout-exposure-category overlays on mode deactivation.
01fc9422
EZ
4499 (allout-hotspot-key-handler): New function extracted from
4500 `allout-pre-command-business', so the functionality can be used
4501 for other purposes, eg as a binding in an overlay.
4502 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4503 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4504 customization variable.
4505 (allout-run-unit-tests): Run the (currently quite small)
4506 repertoire of unit tests. Called just before the provide iff user
4507 has customized `allout-run-unit-tests-on-load' non-nil.
4508
e24f9e5a 45092006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7ad783eb
KL
4510
4511 * emacs-lisp/authors.el (authors-aliases): Update.
4512
02248b85
NR
45132006-07-14 Nick Roberts <nickrob@snap.net.nz>
4514
4515 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4516 gdb-source-window. Add dedicated argument.
4517 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4518 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4519 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4520 (gdb-display-locals-buffer): Use it.
8a8476f9 4521
02248b85
NR
4522 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4523 Set gdb-source-window.
4524
02dcdad3
SM
45252006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4528 minor modes, redundant with the custom-autoload line above.
4529
6991960b
CY
45302006-07-12 Chong Yidong <cyd@stupidchicken.com>
4531
02dcdad3 4532 * longlines.el (longlines-post-command-function): Handle open-line too.
6991960b 4533
2c6e026a
RS
45342006-07-12 Richard Stallman <rms@gnu.org>
4535
4536 * progmodes/grep.el (grep-last-buffer): Doc fix.
4537
4538 * info.el (Info-try-follow-nearest-node): Doc fix.
4539
4540 * emacs-lisp/edebug.el (edebug-instrument-function):
4541 Err if find-function-noselect gives no position.
4542
4543 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4544 If can't find definition, return nil for position.
4545 (find-function-do-it): Handle new return value
4546 of find-definition-noselect.
68ade564 4547 (find-definition-noselect, find-variable-noselect): Doc fix.
2c6e026a
RS
4548 (find-function-noselect): Doc fix.
4549
4550 * help-mode.el (help-variable-def): Handle find-variable-noselect
4551 returning no position.
4552 (help-function-def): Likewise for find-function-search-for-symbol.
4553 (help-face-def): Likewise.
4554
4555 * help-fns.el (describe-variable): Handle find-variable-noselect
4556 returning no position.
4557
4558 * files.el (locate-file-completion): Avoid duplicates in result.
4559
4560 * cus-edit.el (custom-no-edit): New command.
4561 (custom-mode-map): Remap to custom-no-edit instead of
4562 using suppress-keymap.
4563
78fc0ace
NR
45642006-07-12 Nick Roberts <nickrob@snap.net.nz>
4565
8a8476f9
KS
4566 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4567 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4568 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
78fc0ace
NR
4569
4570 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4571
2e42ee7b
KS
45722006-07-11 Kim F. Storm <storm@cua.dk>
4573
4574 * ido.el (ido-copy-current-file-name): Use buffer-name if
4575 buffer-file-name is nil.
4576
ce4746a3
CY
45772006-07-11 Chong Yidong <cyd@stupidchicken.com>
4578
1223933d
CY
4579 * simple.el (undo-ask-before-discard): Set to nil.
4580
0f7ea453
CY
4581 * vc.el (vc-exec-after): Don't delete process manually.
4582 (vc-print-log): Run log-view-mode in process sentinel inside
4583 inhibit-read-only. Don't shrink window due to timing issues.
4584
02dcdad3
SM
4585 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4586 Avoid using with-output-to-temp-buffer, which clobbers local vars.
ce4746a3 4587
b8fa0ffd
SM
45882006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4591 Fix ambiguity introduced by last change.
4592 (compilation-find-file): Move save-excursion to where it may
4593 make sense. Fix a left over `find-file'.
4594
ed48e7e8
RC
45952006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4596
68ade564 4597 * textmodes/texinfmt.el (texinfo-format-separate-node):
b8fa0ffd
SM
4598 Insert a string before point, which fits documentation, not after.
4599 (texinfo-multitable-item): In a multitable row, insert any
4600 additional needed @tabs and spaces.
ed48e7e8 4601
b05b996f
NR
46022006-07-11 Nick Roberts <nickrob@snap.net.nz>
4603
8a8476f9
KS
4604 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4605 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
b05b996f
NR
4606 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4607 instead of shell-command.
8a8476f9
KS
4608 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4609 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4610 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4611 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4612 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4613 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
b05b996f 4614
d81b041a
KS
46152006-07-11 Kim F. Storm <storm@cua.dk>
4616
4617 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
ff97f952 4618 Remove special case for seconds < 0. Use (redisplay t) instead.
d81b041a 4619
0369eb85
CY
46202006-07-10 Chong Yidong <cyd@stupidchicken.com>
4621
4a63ceb8
SM
4622 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4623 avoid compilation error.
d157aaaa 4624
0369eb85
CY
4625 * subr.el (sit-for): New function.
4626
4627 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4628
2946191d
RS
46292006-07-10 Richard Stallman <rms@gnu.org>
4630
4631 * ldefs-boot.el (edebug): Update page.
4632
77034d43
KS
46332006-07-10 Kim F. Storm <storm@cua.dk>
4634
4635 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4636 to FOR-RELEASE and TODO.
4637
a8d37031
RF
46382006-07-10 Romain Francoise <romain@orebokech.com>
4639
4640 * emacs-lisp/authors.el (authors-aliases): Update.
4641
3c0ab532
AM
46422006-07-10 Alan Mackenzie <acm@muc.de>
4643
77034d43
KS
4644 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
4645 * cc-mode.el: Changes to eradicate eval-after-load.
3c0ab532 4646
4b6b279f
CY
46472006-07-09 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
4650 on non-char events.
4651
933f8467
RF
46522006-07-09 Romain Francoise <romain@orebokech.com>
4653
47f97084
RF
4654 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4655 Don't highlight start/end markers as compilation messages.
4656
933f8467
RF
4657 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4658 to t.
4659
5fc5b7e8
SM
46602006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
4663
3aa7c28e
RS
46642006-07-08 Richard Stallman <rms@gnu.org>
4665
4666 * term/x-win.el (x-handle-display): Add doc string.
4667
4668 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4669
5fc5b7e8
SM
4670 * subr.el (def-edebug-spec): Move here.
4671 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3aa7c28e
RS
4672
4673 * imenu.el (imenu-choose-buffer-index): Doc fix.
4674
366f1741
RF
46752006-07-08 Romain Francoise <romain@orebokech.com>
4676
4677 * term/x-win.el (x-display-name): Fix typo.
4678
10944042
EZ
46792006-07-08 Eli Zaretskii <eliz@gnu.org>
4680
7f9da0f3
EZ
4681 * hexl.el (hexl-find-file): Doc fix.
4682
10944042
EZ
4683 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4684
6f6c5fb3
CY
46852006-07-07 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * term/x-win.el (x-display-name): Doc fix.
4688
e2536e57
SM
46892006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4690
55f6a280
SM
4691 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
4692 long prefixes.
4693 (fill-region-as-paragraph): Don't round up to a whole line.
4694 (fill-comment-paragraph): Don't include the code-before-the-comment
4695 when calling fill-region-as-paragraph.
4696
2850984d
SM
4697 * international/mule.el (make-char): Remove redundancy.
4698
e0b4be6c
SM
4699 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
4700 property may contain an anonymous function rather than a symbol.
4701
e5a099ec
SM
4702 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
4703
24a768a0
SM
4704 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4705 Use shy regexp. Fix incorrect backref to potentially unmatched group.
4706
df8a0bff
SM
4707 * dirtrack.el (dirtrack-default-directory-function): Remove.
4708 (dirtrack-directory-function): Use file-name-as-directory.
4709 (dirtrack-windows-directory-function): Simplify.
4710 (dirtrack-forward-slash, dirtrack-backward-slash)
4711 (dirtrack-replace-slash): Remove.
4712 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
4713 (dirtrack): Fix wrong parenthesizing; use match-string.
4714
e2536e57
SM
4715 * progmodes/octave-inf.el: Remove spurious * in docstrings.
4716 (inferior-octave-mode): Only change the buffer-local value of
4717 comint-dynamic-complete-functions.
4718 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
4719 Move the initialization to the declaration.
4720 (inferior-octave-complete): Remove unused var `filter'.
4721
4722 * shell.el (shell-mode): Only change the buffer-local value of
4723 comint-dynamic-complete-functions.
4724
c7251076
CD
47252006-07-07 Carsten Dominik <dominik@science.uva.nl>
4726
4727 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
4728 entry is skipped because it has been scheduled.
4729 (org-prepare-agenda-buffers): Don't mark buffers as modified when
4730 changing `:org-archived' and `:org-comment' properties.
4731
077f47e2
CY
47322006-07-06 Chong Yidong <cyd@stupidchicken.com>
4733
30088515
CY
4734 * server.el (server-select-display): Don't make the temp frame
4735 minibuffer-only, in case it's not a temp frame.
4736 (server-process-filter): Don't delete the temp frame if it's the
4737 only one we have on that display.
4738
077f47e2
CY
4739 * files.el (find-alternate-file): Doc fix.
4740
978db147
RS
47412006-07-05 Richard Stallman <rms@gnu.org>
4742
4743 * files.el (abbreviate-file-name): Add save-match-data.
4744
47452006-07-03 Richard Stallman <rms@gnu.org>
4746
4747 * faces.el (read-face-name): Doc fix.
4748
0d61de90
CY
47492006-07-05 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * net/goto-addr.el (goto-address): Mark as safe for local evals.
4752
db1cc7cb
AS
47532006-07-05 Andre Spiegel <spiegel@gnu.org>
4754
4755 * vc.el (vc-diff-internal): Fix prev change.
4756
180f018c
TTN
47572006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4758
4759 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
4760 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
4761
5630d672
SM
47622006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
4765 fails if the symbol contains chars like ( or '.
4766 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
4767 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
4768 `short'.
4769
2462bc66
KH
47702006-07-04 Kenichi Handa <handa@m17n.org>
4771
4772 * international/mule-cmds.el (set-language-info): If LANG-ENV is
4773 the current one, don't call set-language-environment, but call one
4774 of set-language-environment-XXX to make INFO effective now.
4775 (set-language-environment): Call set-language-environment-XXX
4776 functions instead of doing the various setups directly.
ce0d4998 4777 (set-language-environment-coding-systems): Delete argument eol-type.
2462bc66
KH
4778 (set-language-environment-input-method)
4779 (set-language-environment-nonascii-translation)
4780 (set-language-environment-charset)
4781 (set-language-environment-fontset)
4782 (set-language-environment-unibyte): New functions.
4783
3958015d
LT
47842006-07-03 Luc Teirlinck <teirllm@auburn.edu>
4785
4786 * locate.el (locate-update-when-revert): New option.
4787 (locate-update-path): New option (suggested by Michael Albinus).
4788 (locate-prompt-for-command): Whitespace change.
4789 (locate-update): No longer offer to update the locate database by
4790 default. Implement the two new options.
4791
8e286cec
NR
47922006-07-04 Nick Roberts <nickrob@snap.net.nz>
4793
4794 * tooltip.el: Move comment about track-mouse...
4795
4796 * progmodes/gud.el: ...to here.
4797
b6a67507
CY
47982006-07-03 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * facemenu.el (facemenu-listed-faces): New var.
4801 (facemenu-unlisted-faces): Variable deleted.
4802 (facemenu-add-new-face): Use facemenu-listed-faces.
4803
4804 * emulation/viper-init.el, calendar/calendar.el:
4805 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
4806
8be296ef
CD
48072006-07-03 Carsten Dominik <dominik@science.uva.nl>
4808
ce0d4998 4809 * textmodes/org.el (org-mode): Remove no invalid settings for
8be296ef
CD
4810 calc embedded mode.
4811 (org-mode-p): New defsubst.
4812 (org-save-all-org-buffers): New function.
4813 (org-first-headline-recenter): Enclose outline-regexp in group
4814 delimiters.
7f70c4e9 4815 (org-set-tags): Keep single space after stars.
8be296ef 4816
ce0d4998
SM
48172006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * window.el (set-window-text-height): Only set window-min-height to
4820 1 if that's the requested size.
4821
4822 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
4823 (diff-unified->context, diff-context->unified)
4824 (diff-reverse-direction): Make sure the end marker stays at the end.
4825 (diff-mode): Add the keymap table at the end of docstring.
4826 Use lexical-let rather than constructing a closure manually.
4827
4828 * files.el (find-file-noselect-1): Remove unused var assignment.
4829 (hack-local-variables-confirm): Print lists of strings as lists of
4830 strings rather than lists of symbols.
4831 (abbreviate-file-name, hack-local-variables-prop-line):
4832 Use match-string.
4833 (hack-one-local-variable): Move `make-local-variable' nearer its use.
4834 (recover-session-finish): Use line-end-position.
4835
d163f71e
MA
48362006-07-02 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
4839
88983f8c
DP
48402006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
4841
ce0d4998
SM
4842 * progmodes/make-mode.el (makefile-macroassign-regex):
4843 Accept preceding keyword.
88983f8c
DP
4844 (makefile-gmake-statements): Reorganize, now that makepp has
4845 "override" and also handle forgotten "override define".
4846 (makefile-makepp-statements): Add new "global", "override export"
4847 and "override global".
4848
ac4d9de0
JB
48492006-06-30 Juanma Barranquero <lekktu@gmail.com>
4850
4851 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
4852 (ada-compile-mouse-goto-error, ada-deactivate-properties)
4853 (ada-no-auto-case): Fix typos in docstrings.
4854
4a073066
NR
48552006-06-30 Nick Roberts <nickrob@snap.net.nz>
4856
4857 * info.el (Info-find-node-2): Search for makeinfo version more
4858 carefully.
4859
a71f543e
CD
48602006-06-29 Carsten Dominik <dominik@science.uva.nl>
4861
ce0d4998
SM
4862 * textmodes/org.el (org-prepare-agenda-buffers):
4863 Use `invisible-OK' argument for `org-end-of-subtree'.
4864 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
4865 (org-beginning-of-item): Fix bug in regular expression for white line.
4866 (org-export-as-html): Enforce space after bullet in plain list items.
a71f543e
CD
4867 (org-set-autofill-regexps): Require space after plain list bullet
4868 for paragraph-start.
4869 (org-ts-regexp3): New constant.
4870 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
4871 (org-timestamp-up-day, org-timestamp-down-day)
4872 (org-timestamp-change): Work with inactive timestamps.
4873 (org-ts-regexp1): Don't allow brackets in time stamps.
4874
9ee1e2d8
NR
48752006-06-29 Nick Roberts <nickrob@snap.net.nz>
4876
4877 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
4878 for ignoring links.
4879
4880 * faces.el (read-face-name): Use it.
4881
f98f7873
JL
48822006-06-28 Juri Linkov <juri@jurta.org>
4883
4884 * buff-menu.el (list-buffers-noselect): Compare Info file
4885 with the string "dir" to detect Info directory.
4886
4887 * complete.el (partial-completion-mode): In lambda for
4888 `choose-completion-string-functions' use full function signature
4889 with 4 args, and move point to the end of the minibuffer only if arg
4890 `mini-p' is non-nil.
4891
4c38df30
JPW
48922006-06-28 John Paul Wallington <jpw@pobox.com>
4893
4894 * ibuffer.el (ibuffer-mode): Doc fix.
4895
c9ca81df
CD
48962006-06-28 Carsten Dominik <dominik@science.uva.nl>
4897
4898 * textmodes/org.el (org-context): New contexts :item-bullet,
4899 :latex-fragment, :latex-preview.
ce0d4998
SM
4900 (org-overlays-at, org-overlay-start, org-overlay-end):
4901 New compatibility functions.
c9ca81df
CD
4902 (org-inside-LaTeX-fragment-p): More accurate matching, using the
4903 exact regexp that will be used during export.
4904 (org-latex-regexps): New variable.
ce0d4998 4905 (org-cdlatex-mode): Improve advice for `texmathp'.
c9ca81df
CD
4906 (turn-on-org-cdlatex): New function.
4907
3ff05183
YM
49082006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4909
4910 * term/mac-win.el (mac-handle-font-selection): Change keys of
4911 mac-atsu-font-table from strings to numbers.
4912 (mac-ts-caret-position): Use also when cursor-type is nil.
4913 (mac-ts-update-active-input-area): Add Mac OS Classic support.
ce0d4998
SM
4914 Relax condition for using overlay strings.
4915 Use mac-ts-caret-position face when cursor-type is nil.
3ff05183 4916
02bc285c
KS
49172006-06-26 Kim F. Storm <storm@cua.dk>
4918
4919 * help.el (view-emacs-news): Declare `res' in the right let* form.
4920
08b1eb21
MA
49212006-06-25 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * net/rcompile.el (remote-compile): Replace ange-ftp based
8a8476f9
KS
4924 implementation by Tramp functions.
4925 Suggested by Marc Abramowitz <msabramo@gmail.com>.
08b1eb21
MA
4926
4927 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
4928
eff6bfea
EZ
49292006-06-24 Yoshinori Koseki <kose@meadowy.org>
4930
4931 * international/fontset.el (setup-default-fontset): Fix a typo in
4932 the "Oriya-Akruti" registry name.
4933
0625ded0 49342006-06-23 Lars Hansen <larsh@soem.dk>
f8e83735 4935
11425834
LH
4936 * desktop.el (desktop-full-file-name): New function.
4937 (desktop-kill, desktop-save, desktop-remove, desktop-read)
4938 (desktop-revert): Use it.
4939 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
4940 (desktop-after-read-hook): Add option list-buffers.
4941 (desktop-locals-to-save): Add tab-width.
4942 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
4943 Fix docstring.
4944
353694fd
CD
49452006-06-23 Carsten Dominik <dominik@science.uva.nl>
4946
4947 * textmodes/org.el (org-cdlatex-mode-map)
4948 (org-cdlatex-texmathp-advice-is-done): New variables.
4949 (org-cdlatex-mode): New minor mode.
f8e83735
KS
4950 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4951 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
353694fd 4952 (org-export-with-archived-trees): New option.
ce0d4998 4953 (org-open-file): Remove the call to `convert-standard-filename'.
353694fd
CD
4954 (org-archive-tag, org-agenda-skip-archived-trees)
4955 (org-cycle-open-archived-trees)
4956 (org-sparse-tree-open-archived-trees): New options.
4957 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
0625ded0
JB
4958 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4959 New functions.
f8e83735
KS
4960 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4961 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
353694fd
CD
4962 (org-mode-map): Add binding for `org-toggle-archive-tag'.
4963 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4964 Call `org-prepare-agenda-buffers'.
4965 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4966 (org-file-apps, org-file-apps-defaults-gnu)
f8e83735
KS
4967 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4968 Handle remote files by forcing them to be opened in Emacs.
353694fd 4969
98a9cad3
AS
49702006-06-23 Andre Spiegel <spiegel@gnu.org>
4971
4972 * vc.el (vc-diff-knows-L): New variable.
4973 (vc-diff-internal): Use it to handle "diff" programs that don't
f8e83735 4974 understand -L. This works automatically, no user action is necessary.
98a9cad3 4975
18aa2c90
EZ
49762006-06-23 Daniel Brockman <daniel@brockman.se>
4977
4978 * net/rcirc.el (rcirc-default-user-full-name): Default to
4979 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4980 longer exists).
4981 (rcirc-process-list): Check `buffer-live-p' before attempting to
4982 switch to a buffer.
4983
aac5d1fd
EZ
49842006-06-23 Ryan Yeske <rcyeske@gmail.com>
4985
4986 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4987 based on rcirc-coding-system-alist.
4988
81711dba
EZ
49892006-06-23 Martin Rudalics <rudalics@gmx.at>
4990
4991 * cus-edit.el (customize-apropos): A better error message.
4992 (top level) <debug-ignored-errors>: Extend and update the list of
4993 ignored error messages.
4994
08fd202a
EZ
49952006-06-23 Michael Ernst <mernst@alum.mit.edu>
4996
4997 * complete.el (PC-do-completion): Retain capitalization of user
4998 input, when possible, even if completion-ignore-case is set.
4999
28fa06ea
EZ
50002006-06-23 Eli Zaretskii <eliz@gnu.org>
5001
6453a10e
EZ
5002 * generic-x.el (bat-generic-mode): Support .cmd files.
5003
28fa06ea
EZ
5004 * dos-w32.el (top level): Use find-file-not-found-functions
5005 instead of the obsolete find-file-not-found-hooks.
5006
9b8648b8
KS
50072006-06-22 Kim F. Storm <storm@cua.dk>
5008
5009 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5010 to recognize mode name containing submodes, such as Grep/lw.
5011
43a37241
KS
50122006-06-21 Kim F. Storm <storm@cua.dk>
5013
5014 * simple.el (line-move-1): Check for move-end-of-line instead of
5015 end-of-line when setting temporary-goal-column.
5016
a2064b09
MB
50172006-06-21 Miles Bader <miles@gnu.org>
5018
5019 * play/cookie1.el (cookie): Work properly when there's only one entry.
5020
210e35f7
NR
50212006-06-21 Nick Roberts <nickrob@snap.net.nz>
5022
5023 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
e72e0e31 5024 (gdb-frame-handler): Generalize frame regexp for templates.
210e35f7 5025
b0352ddf
GM
50262006-06-20 Glenn Morris <rgm@gnu.org>
5027
5028 * calendar/appt.el (appt-display-format): Default value must be
5029 one of the customize options.
5030
2b0193e1
DN
50312006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5032
e72e0e31
KS
5033 * term/xterm.el (terminal-init-xterm): Update key availability info.
5034 Bind C-return.
2b0193e1 5035
e72e0e31 5036 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2b0193e1 5037
809b6e98
CY
50382006-06-20 Chong Yidong <cyd@stupidchicken.com>
5039
a548f3d7
CY
5040 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5041 whether or not a local variables list is defined.
5042
809b6e98
CY
5043 * msb.el (msb): Move `sit-for' hack here to handle both
5044 "mouse-down and drag" and "mouse-up and select" situations.
5045 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5046
1e0fd4cd
KH
50472006-06-20 Kenichi Handa <handa@m17n.org>
5048
f8e83735
KS
5049 * international/characters.el (word-combining-categories):
5050 Add entries for 2-byte Han characters.
1e0fd4cd 5051
a5bd14d3
RS
50522006-06-19 Richard Stallman <rms@gnu.org>
5053
5054 * bindings.el (mode-line-format): Save some mode line space.
5055
5056 * files.el (find-file-noselect): Improve the question wording.
5057 (basic-save-buffer-2): Mask UMASK against 666.
5058
5059 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5060 (mouse-drag-vertical-line): Call it.
5061
d669197d 5062 * cus-edit.el (customize-option, customize-option-other-window):
a5bd14d3
RS
5063 Error if SYMBOL is nil.
5064
3d62681d
CD
50652006-06-19 Carsten Dominik <dominik@science.uva.nl>
5066
5067 * textmodes/org.el: Require noutline, also on XEmacs.
5068 (org-end-of-subtree): Return point.
5069 (org-dblock-start-re, org-dblock-end-re): New constants.
5070 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5071 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5072 (org-update-all-dblocks, org-find-dblock): New functions.
5073 (org-collect-clock-time-entries): New function.
5074 (org-html-handle-time-stamps): Never export CLOCK timeranges.
ce0d4998 5075 (org-fixup-indentation): Modify to deal correctly with lines
3d62681d
CD
5076 starting with TAB. Only one argument DIFF now.
5077 (org-demote, org-promote): Call `org-fixup-indentation' with just
5078 one argument, DIFF.
5079 (org-mode): Don't mark buffer as modified when aligning tables.
f8e83735 5080 (org-clock-sum): Don't mark buffer modified when adding time sum
3d62681d 5081 properties.
ce0d4998 5082 (org-export-as-html): Add support for a link validation function.
3d62681d
CD
5083 (org-archive-all-done): New function.
5084 (org-archive-subtree): New prefix argument. When set, archive all
5085 done subtrees in this buffer.
5086 (org-remove-clock-overlays)
e72e0e31
KS
5087 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5088 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3d62681d
CD
5089 (org-put-clock-overlay): Don't swallow last headline character
5090 when displaying overlay.
5091 (org-store-link): Link to `image-mode' with just the file name.
3d62681d 5092
ec6aebe8 50932006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
d669197d 5094
e72e0e31
KS
5095 * viper-cmd.el (viper-special-read-and-insert-char):
5096 Use read-key-sequence.
5097 (viper-after-change-undo-hook): Misc enhancements.
5098 (viper-after-change-undo-hook): New hook.
5099 (viper-undo): Use viper-after-change-undo-hook.
f8e83735 5100 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
ec6aebe8
MK
5101 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5102 clicking on that widget/button.
d669197d 5103
e72e0e31 5104 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
d669197d 5105
e72e0e31
KS
5106 * ediff-diff (ediff-test-patch-utility): Catch errors.
5107 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5108 (ediff-set-actual-diff-options): New function.
ec6aebe8 5109 (ediff-reset-diff-options, ediff-toggle-ignore-case):
e72e0e31
KS
5110 Use ediff-set-actual-diff-options.
5111 (ediff-extract-diffs): Catch errors.
5112 (ediff-whitespace): Add non-breakable space.
5113 (ediff-same-file-contents): Catch errors.
5114
5115 * ediff-mult.el (ediff-collect-custom-diffs):
5116 Save coding-system-for-read.
5117
5118 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5119 (ediff-vc-internal, ediff-vc-merge-internal):
5120 Use ediff-delete-version-file.
5121 (ediff-delete-version-file): New function.
5122
5123 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5124
5125 * ediff.el (ediff-directories, ediff-directory-revisions)
5126 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5127 (ediff-directories-internal, ediff-merge-directory-revisions)
5128 (ediff-merge-directory-revisions-with-ancestor)
5129 (ediff-directories3): Use read-directory-name.
d669197d 5130
e924d021
RF
51312006-06-18 Ralf Angeli <angeli@caeruleus.net>
5132
ce0d4998
SM
5133 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5134 Remove superfluous part of regexp for brace matching which is handled
5135 by `scan-lists' call.
e924d021 5136
d1ae9041
RS
51372006-06-16 Richard Stallman <rms@gnu.org>
5138
5139 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5140
5141 * files.el (basic-save-buffer-2): For a new precious file,
5142 use the default modes in the return value.
5143
5144 * facemenu.el (facemenu-color-alist): Doc fix.
5145
5146 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5147
aa2f234a
YM
51482006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5149
5150 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5151
5152 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5153 (mac-utxt-to-string): Use it.
5154 (mac-ts-update-active-input-area): Use mac-ae-number.
5155
2f182d8d
DN
51562006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5157
5158 * term.el (term-handle-scroll, term-delete-lines)
5159 (term-insert-lines): Fix off by one errors.
5160
8a7269eb
MA
51612006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5162
5163 * net/tramp.el (tramp-touch): Use UTC to express time.
5164
c43d7539
CY
51652006-06-15 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * mail/sendmail.el (mail-send): Search explicitly for
5168 mail-header-separator when checking for corrupted header lines.
5169
e86a3316
NR
51702006-06-15 Nick Roberts <nickrob@snap.net.nz>
5171
5172 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5173 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5174 (gdb-init-1): Initialise them.
5175 (gdb-starting): Reset gdb-printing
5176 (gdb-starting): Save value of gud-overlay-arrow-position.
5177 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5178 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5179 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5180 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5181
608f2671
SM
51822006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5185
90557512
CY
51862006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5187
5188 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5189 (ldap-search-internal): Keep error messages, and a regexp fix.
5190
15a8ea0c
TTN
51912006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5192
5193 * files.el (hack-local-variables-confirm):
5194 Display string value using its printed representation.
5195
6b519504
CY
51962006-06-11 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * server.el (server-edit): No-op if no server buffers exist.
5199
11f89289
RC
52002006-06-11 Robert J. Chassell <bob@rattlesnake.com>
5201
608f2671 5202 * textmodes/page-ext.el (pages-directory-for-addresses):
11f89289
RC
5203 Including `pages-directory-address-mode' in the function results
5204 in the message "Buffer in which pages were found is deleted".
5205
23643307
CD
52062006-06-10 Carsten Dominik <dominik@science.uva.nl>
5207
0625ded0 5208 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7225c342 5209 clocking functions.
11f89289 5210
23643307
CD
5211 (org-agenda-clock-in, org-check-running-clock)
5212 (org-clock-out-if-current, org-remove-clock-overlays)
5213 (org-put-clock-overlay): New functions.
5214 (org-clock-marker, org-clock-file-total-minutes)
7225c342 5215 (org-clock-overlays): New variables.
23643307
CD
5216 (org-clock-display, org-clock-sum, org-clock-cancel)
5217 (org-clock-out, org-clock-in): New commands.
5218 (org-export): New function.
5219 (org-emph-re): New constant.
5220 (org-set-emph-re, org-do-emphasis-faces): New functions.
5221 (org-emphasis-regexp-components, org-emphasis-alist): New options.
5222 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7225c342 5223 (org-export-html-convert-emphasize): Use the configurable emphasis.
23643307
CD
5224 (org-cleaned-string-for-export): Make multiline emphasis visible
5225 to the exporter. New optional argument PARAMETERS.
5226 (org-export-as-html): Specify :emph-multiline parameter to
5227 `org-cleaned-string-for-export'.
5228
9e362b84
RS
52292006-06-10 Richard Stallman <rms@gnu.org>
5230
5231 * help.el (help-for-help-internal): Clean up help text.
5232
ddfca4e6
AS
52332006-06-10 Andreas Schwab <schwab@suse.de>
5234
5235 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5236 in doc string.
5237
9d3ba24c
AS
5238 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5239
7cb93181
EZ
52402006-06-09 Karl Chen <quarl@cs.berkeley.edu>
5241
5242 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5243 spaces after the comment start.
5244
36ac5ea5
KS
52452006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5246
f47adf18
TTN
5247 * play/pong.el (pong-init-buffer):
5248 Fill buffer with spaces instead of ^A.
5249
36ac5ea5
KS
5250 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5251 launched asynchronously, delete its process instead of being cool.
5252 (ispell-async-processp): Check for `delete-process' existence
5253 instead of `kill-process' one for consistency.
5254
f9ff5ee1
NR
52552006-06-09 Nick Roberts <nickrob@snap.net.nz>
5256
5257 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5258 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5259 in mode line at startup.
5260
f17f26a1
KS
52612006-06-08 Kim F. Storm <storm@cua.dk>
5262
5263 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5264 (ido-init-completion-maps): Bind them to M-SPC and M-v.
d25203fd 5265 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
532a001d 5266 (ido-file-internal): Pass full file name to write-file.
e819ce9e
KS
5267 (ido-read-internal): Only pop stack elements automatically if they
5268 actually match an existing directory or file name.
f17f26a1 5269
8dec0e01
KH
52702006-06-07 Kenichi Handa <handa@m17n.org>
5271
5272 * international/mule.el (find-auto-coding): Don't handle the short
5273 name `char-trans'.
5274
5275 * files.el (hack-local-variables-prop-line)
5276 (hack-local-variables): Cancel the previous change.
5277
79f28143
JH
52782006-06-06 Jesper Harder <harder@phys.au.dk>
5279
608f2671 5280 * ediff-diff.el (ediff-test-utility): Protect against file-error.
79f28143 5281
53dd481c
CY
52822006-06-06 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * diff-mode.el (diff-mode): Set buffer-read-only to t when
ce0d4998 5285 diff-default-read-only is non-nil.
dd24cb37
CY
5286 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5287 (diff-refine-hunk): Set inhibit-read-only to t.
53dd481c
CY
5288
5289 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5290 modifying the *Diff* buffer.
5291 (diff-process-filter): New filter function for diff process that
5292 sets inhibit-read-only to t when modifying the *Diff* buffer.
5293
98a53802
CD
52942006-06-06 Carsten Dominik <dominik@science.uva.nl>
5295
0625ded0 5296 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
98a53802
CD
5297 insertion point and control the number of empty lines.
5298 (org-paste-subtree): Limit the number of empty lines at the end of
5299 the inserted tree.
5300 (org-agenda): Use buffer name of current file for narrowing.
5301 (org-export-as-xml): Command removed.
5302 (org-export-xml-type): Option removed.
5303 (org-mode-map): Call `org-export-as-xoxo' directly.
5304 (org-get-indentation): New optional argument LINE.
5305 (org-fix-indentation, org-remove-tabs): New functions.
5306 (org-export-as-ascii, org-ascii-level-start): Determine and apply
5307 correct indentation for headlines that are converted it items.
5308 (org-skip-comments): Remove table lines that contain narrowing
5309 cookies but no other non-empty fields.
5310 (org-set-tags): Allow groups of mutually exclusive tags.
5311 (org-cmp-time): Sort 24:21 before items without time.
608f2671 5312 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
98a53802
CD
5313 (org-open-at-point): Require double colon also for numbers.
5314
92f0c93d
KS
53152006-06-06 Kim F. Storm <storm@cua.dk>
5316
5317 * ido.el (ido-default-file-method, ido-default-buffer-method):
5318 Make choice values consistent with corresponding command names.
5319 (ido-visit-buffer): Update accordingly. Default to selected-window.
5320
876bd6e4
NR
53212006-06-06 Nick Roberts <nickrob@snap.net.nz>
5322
5323 * progmodes/gud.el (gud-running): Fix doc string.
5324 (gud-menu-map): Use :visible instead fo :enable for debugger test.
5325 (gud-tooltip-modes): Add python-mode.
5326 (gud-tooltip-print-command): Add pdb. Remove perldb.
5327
3152b1eb
EZ
53282006-06-05 Eli Zaretskii <eliz@gnu.org>
5329
92f0c93d
KS
5330 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5331 Quote $(EMACS).
3152b1eb 5332
43c58260
RS
53332006-06-05 Richard Stallman <rms@gnu.org>
5334
5335 * faces.el (defined-colors): Doc fix.
5336
58ce5535
TTN
53372006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
5338
92f0c93d
KS
5339 * vc.el (vc-process-filter): Inhibit undo info collection around
5340 call to insert.
58ce5535
TTN
5341 (vc-setup-buffer): Likewise for call to erase-buffer.
5342 (vc-do-command): Likewise for call to process-file.
5343
623c14d3
NR
53442006-06-05 Nick Roberts <nickrob@snap.net.nz>
5345
5346 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5347 for gud-go.
5348 (gud-common-init): Other debuggers may trigger error.
5349
f090034b
KH
53502006-06-05 Kenichi Handa <handa@m17n.org>
5351
608f2671
SM
5352 * international/mule.el (find-auto-coding):
5353 Handle enable-character-translation in file header.
f090034b 5354
32a877bb
KS
53552006-06-04 Kim F. Storm <storm@cua.dk>
5356
34c614a8
KS
5357 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5358 (authors-fixed-entries): Fix spelling.
5359 (authors-canonical-file-name): Don't report error for wildcards.
5360
32a877bb 5361 * help.el (view-emacs-news): Rewrite to support new NEWS,
ce0d4998 5362 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
32a877bb 5363 e.g. version 10 matches 1.10, and don't be confused by version 1.1
ce0d4998 5364 being a prefix of 1.12 (etc). A numeric prefix arg also works.
32a877bb 5365
af6aef87 53662006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6d39902f
EZ
5367
5368 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5369 exec constructs like `foo bar`.
5370 (sh-quoted-subshell): New helper function to search for a possibly
5371 nested subshell (like `` or $()) within a "" quoted string.
5372 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5373 (sh-apply-quoted-subshell): Flag quote characters inside a
5374 subshell, which is itself already in a quoted region, as
5375 punctuation, since this is the closest to what they actually are.
5376 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5377 sh-apply-quoted-subshell.
5378 (sh-font-lock-syntactic-face-function): Apply the new face for
5379 text inside `` instead of the old font-lock-string-face.
5380
fabcf455
YM
53812006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5382
5383 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5384 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5385 (mac-bytes-to-text-range, mac-ae-text-range-array)
5386 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5387 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
63fbb644 5388 (mac-ts-unicode-for-key-event): New functions.
fabcf455
YM
5389 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5390 (mac-handle-font-selection): Use mac-ae-number.
5391 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5392 New variables.
5393 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5394 (mac-ts-converted-text, mac-ts-selected-converted-text)
5395 (mac-ts-block-fill-text, mac-ts-outline-text)
5396 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5397 (mac-ts-hilite-style-faces): New constant.
5398 (mac-apple-event-map): Bind text input events.
5399 (mac-dispatch-apple-event): Use command-execute instead of
5400 call-interactively.
5401 (global-map): Don't bind mac-apple-event.
5402 (special-event-map): Bind mac-apple-event.
5403
3d80c941
EZ
54042006-06-02 Eli Zaretskii <eliz@gnu.org>
5405
5406 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5407 file name.
5408 (emacs): Enclose the value of $(EMACS) in quotes.
5409
2e17852c
JL
54102006-06-02 Juri Linkov <juri@jurta.org>
5411
5412 * international/mule.el (sgml-html-meta-auto-coding-function):
5413 Remove the condition `(search-forward "<html" size t)'.
5414 Replace `\"' with `[\"']?' in `re-search-forward'.
5415
62e51d53
KH
54162006-06-02 Kenichi Handa <handa@m17n.org>
5417
5418 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5419 as well as `coding'.
5420 (hack-local-variables): Likewise.
5421
608f2671
SM
5422 * international/mule.el (enable-character-translation):
5423 Put permanent-local and safe-local-variable properties.
62e51d53
KH
5424 (find-auto-coding): Handle char-trans: tag.
5425
605e71f1
KH
54262006-06-02 Juri Linkov <juri@jurta.org>
5427
5428 * international/mule.el (sgml-html-meta-auto-coding-function):
5429 Limit the search by the end of the HTML header (if any).
5430
08a61c99
RS
54312006-06-01 Richard Stallman <rms@gnu.org>
5432
5433 * subr.el (with-current-buffer): Doc fix.
5434
eb3d9609
MY
54352006-06-02 Masatake YAMATO <jet@gyve.org>
5436
06c7827a 5437 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
0625ded0 5438 Almost rewrite. Underlines over all lines of gcov output are too
eb3d9609
MY
5439 uncomfortable to read. Suggested by Dan Nicolaescu.
5440
90d40a35
LT
54412006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5442
5443 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5444
5445 * shell.el (shell-mode): Use shell-mode-map in docstring.
5446
5447 * comint.el (comint-send-input): Do not add help-echo and
5448 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5449
4054794d
JD
54502006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5451
5452 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5453
e223ede9
NR
54542006-06-01 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5457 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5458 look up the stack and pop up GUD buffer if necessary.
5459 (gdb-frames-select): Remove redundant call to gud-display-frame.
5460 (gdb-info-threads-custom): Keep point at start of buffer.
5461 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5462
81c6e791
JL
54632006-05-31 Juri Linkov <juri@jurta.org>
5464
5465 * replace.el (query-replace-read-from, query-replace-read-to):
5466 Bind `history-add-new-input' to nil. Call `add-to-history'.
5467
360fecca
KS
54682006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5469
5470 * textmodes/table.el: Convert all HTML tags to lower case for
5471 XHTML compatibility.
5472
206e215e
MY
54732006-05-31 Masatake YAMATO <jet@gyve.org>
5474
8ba7e540
KS
5475 * progmodes/compile.el:
5476 (compilation-error-regexp-alist-alist::gcov-called-line):
5477 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
206e215e 5478
318474dc
NR
54792006-05-31 Nick Roberts <nickrob@snap.net.nz>
5480
8ba7e540 5481 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
0625ded0 5482 Revert inadvertent changes made with last commit.
318474dc 5483
2809db33
RS
54842006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5485
8ba7e540
KS
5486 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5487 New functions.
2809db33
RS
5488
5489 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5490
c39d5865
CD
54912006-05-30 Carsten Dominik <dominik@science.uva.nl>
5492
0625ded0 5493 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8ba7e540 5494 only matches in the right place.
c39d5865
CD
5495 (org-upcoming-deadline): New face.
5496 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8ba7e540
KS
5497 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5498 and make it an option.
c39d5865
CD
5499 (org-export-ascii-bullets): New option.
5500 (org-export-as-html): Many changes to emit valid XHTML.
5501 (org-par-open): New variable.
955951b8 5502 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
ce0d4998 5503 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8ba7e540 5504 (org-timeline): Pass `org-timeline-show-empty-dates' to
0625ded0
JB
5505 `org-get-all-dates'. Interpret empty dates returned by
5506 `org-get-all-dates'.
c39d5865
CD
5507 (org-get-all-dates): New argument EMPTY. Add dates without
5508 entries to the list, mark large ranges of empty dates.
5509 (org-point-in-group, org-context): New functions.
5510
1b751989
NR
55112006-05-30 Nick Roberts <nickrob@snap.net.nz>
5512
89f0e7cc
NR
5513 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5514
1b751989
NR
5515 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5516 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5517 to C-mouse-3 (for 2 button mice).
5518 (gdb-send): Do the right thing for C-d.
5519
5520 * speedbar.el (speedbar-detach): Delete.
5521 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5522 it breaks things.
8ba7e540 5523 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1b751989 5524
d14fd70c
DP
55252006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5526
5527 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5528 Makeppfile.
5529
8ba7e540
KS
5530 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5531 Add makepp diagnostic.
d14fd70c 5532
39be728a
RS
55332006-05-29 Richard Stallman <rms@gnu.org>
5534
963128f3
RS
5535 * window.el (fit-window-to-buffer): Doc fix.
5536
90e357ae
RS
5537 * help.el (temp-buffer-max-height): Doc fix.
5538
39be728a
RS
5539 * subr.el (with-current-buffer): Doc fix.
5540
e380957e
JD
55412006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5542
39be728a 5543 * term/x-win.el: Bind F10 to menu-bar-start if available.
e380957e 5544
c57597dd
DN
55452006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5546
5547 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5548 uses with a simple test.
5549 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5550 (term-send-raw-string, term-send-raw, term-mouse-paste)
5551 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5552 (term-handle-exit, term-read-input-ring)
5553 (term-previous-matching-input-string)
5554 (term-previous-matching-input-string-position)
5555 (term-previous-matching-input-from-input)
5556 (term-replace-by-expanded-history, term-send-input)
5557 (term-skip-prompt, term-bol, term-send-invisible)
5558 (term-kill-input, term-delchar-or-maybe-eof)
5559 (term-backward-matching-input, term-check-source)
5560 (term-proc-query, term-emulate-terminal)
5561 (term-handle-colors-array, term-process-pager, term-pager-line)
5562 (term-pager-bob, term-unwrap-line, term-word)
5563 (term-dynamic-complete-filename)
5564 (term-dynamic-complete-as-filename)
5565 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5566 unlesses.
5567
bb7a346f
SM
55682006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5569
b486a098
SM
5570 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5571 during bootstrapping.
5572
bb7a346f
SM
5573 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5574 Basically undo the change of 2006-05-26: use extra arguments instead of
5575 dynamic scoping.
5576 (ewoc-locate): Remove unused var `footer'.
5577
7a0574f3
SM
55782006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5579
7ece7aba
SM
5580 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5581
b17b8839
SM
5582 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5583 (generate-file-autoloads): Obey it. Return whether autoloads were
5584 added at point or not.
5585 (update-file-autoloads): Use this new return value.
5586 Remove redundant test for the presence of an autoload cookie.
5587
69135525
SM
5588 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5589 This one calls hack-local-variables.
5590 (generate-file-autoloads, update-file-autoloads): Use it.
5591
7a0574f3
SM
5592 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5593 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5594 (bibtex-sort-entry-class-alist): Don't set the global value.
5595 (bibtex-init-sort-entry-class-alist): New fun.
5596 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5597 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5598 of bibtex-init-sort-entry-class.
5599
0985f920
RS
56002006-05-28 Richard Stallman <rms@gnu.org>
5601
5602 * subr.el (load-history-regexp): If FILE is relative, insist
5603 entire last name component must match it.
5604 (load-history-filename-element, load-history-regexp): Doc fixes.
5605
6c6e0bb4
KS
56062006-05-29 Kim F. Storm <storm@cua.dk>
5607
7a0574f3 5608 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6c6e0bb4
KS
5609 `pos' and `raw-data' for clarity, as eval forms may access these.
5610
f3d50954
KS
56112006-05-28 Kim F. Storm <storm@cua.dk>
5612
5613 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5614
c5301b5c
SM
56152006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * progmodes/make-mode.el (makefile-browser-map)
5618 (makefile-mode-syntax-table): Move initialization inside declaration.
5619 (makefile-fill-paragraph): Use the default comment-filling code.
5620
6b59b130
CY
56212006-05-28 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * replace.el (query-replace-defaults): New variable.
5624 (query-replace-read-from): Use `query-replace-defaults' for
5625 default value, instead of history list.
5626 (query-replace-read-to): Update `query-replace-defaults'.
5627
122e29de
CY
56282006-05-27 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5631 with no X toolkit.
5632
27e53d7c
NR
56332006-05-28 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5636 (tumme-show-all-from-dir): Add autoload.
5637
e1d3541a
MD
56382006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5639
5640 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9c2d888b 5641 (tumme-remove-tag): Fix bug.
e1d3541a 5642
f860b721
TTN
56432006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5644
27e53d7c
NR
5645 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
5646 FOOTER args. Update unique caller.
ec491f90 5647 (ewoc-delete): Compute last node once before looping.
63910b23 5648 (ewoc--node-branch): Merge into unique caller.
27e53d7c
NR
5649 (ewoc--node): Don't define constructor make-ewoc--node for this
5650 structure.
5651 (ewoc): Add member `hf-pp' to this structure.
096432af
TTN
5652 (ewoc--wrap): New func.
5653 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
5654 header/footer pretty-printers. Save header/footer pretty-printer.
27e53d7c
NR
5655 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
5656
096432af
TTN
5657 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
5658
9318bb97
MD
56592006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5660
eb9e5cd1 5661 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
27e53d7c 5662 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
81bfcbaa 5663 Tag'. Change "Compare directories..." to "Change Directories...".
27e53d7c
NR
5664 Move tumme commands to Operate, Regexp and Immediate menus.
5665 Change "Add Comment" to "Add Image Comment". Change "Add Image
5666 Tag" to "Add Image Tags".
c5301b5c 5667
eb9e5cd1
MD
5668 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
5669 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
5670 `tumme-delete-tag'.
5671
48661861
LT
56722006-05-26 Luc Teirlinck <teirllm@auburn.edu>
5673
5674 * shell.el (shell-mode): Call shell-dirtrack-mode after
5675 list-buffers-directory is made a local variable, to avoid setting
5676 the default value.
5677
18ed6a46
EZ
56782006-05-26 Kevin Ryde <user42@zip.com.au>
5679
5680 * info.el (Info-index-next): Use where-is-internal to report
5681 actual binding of Info-index-next, rather than hard-coded `,'.
5682
0f7078f0
EZ
56832006-05-26 Eli Zaretskii <eliz@gnu.org>
5684
3d0793e4
EZ
5685 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
5686 and "Find Command in Manual" to here.
5687
0f7078f0
EZ
5688 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5689 Info-current-file as the file name.
5690
bd93e3e1
JY
56912006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
5692
5693 * ses.el (defadvice undo-more): Delete this defadvice. The undo
5694 overrides will now be done a different way.
5695 (ses-set-parameter): Reapply this function for undo.
5696 (ses-set-header-row): Reconstruct header row during undo.
5697 (ses-widen): New function.
5698 (ses-goto-data, ses-reconstruct-all): Use new function.
5699 (ses-command-hook): Widen buffer during undo, before unupdating
5700 the cells.
5701 (ses-insert-row, ses-delete-row): Widen buffer during undo.
5702 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
5703 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
5704 formula hasn't been executed yet.
5705
a8dc674f
RS
57062006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5707
b486a098
SM
5708 * comint.el (comint-kill-whole-line): Rename arg to count.
5709 Fix doc string.
a8dc674f 5710
920e95c0
CY
57112006-05-26 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
5714 to copy-file.
5715
b3228584
RS
57162006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5717
5718 * simple.el (toggle-truncate-lines): Make arg optional for
5719 backward compatibility.
5720
7dd2e64c
TTN
57212006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
5722
5723 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
5724 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
5725 DLL arg. Instead, use ewoc--current-dll. Update all callers.
5726 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
5727 (ewoc--adjust): Use ewoc--current-dll.
5728 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
5729
9fd47373
CD
57302006-05-26 Carsten Dominik <dominik@science.uva.nl>
5731
0625ded0 5732 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9fd47373
CD
5733 compact error message.
5734 (org-tags-view): Refresh category table in each file.
b486a098 5735 (org-table-justify-field-maybe): Remove superfluous arguments to
9fd47373
CD
5736 `format'.
5737 (org-export-as-html): Insert "<p>" before postamble.
b486a098 5738 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9fd47373 5739
f1c582b4
KH
57402006-05-26 Kenichi Handa <handa@m17n.org>
5741
5742 * textmodes/po.el (po-find-charset): Pay attention to the case
5743 FILENAME is a cons (NAME . BUFFER).
5744 (po-find-file-coding-system-guts): Likewise.
5745
b486a098
SM
5746 * arc-mode.el (archive-set-buffer-as-visiting-file):
5747 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4
KH
5748
5749 * tar-mode.el (tar-extract): Call find-operation-coding-system
5750 with (FILENAME . BUFFER).
5751
b486a098
SM
5752 * international/mule.el (decode-coding-inserted-region):
5753 Call find-operation-coding-system with (FILENAME . BUFFER).
f1c582b4 5754
4d687160
CY
57552006-05-25 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * image-mode.el (image-toggle-display): Use buffer contents to
5758 generate image for a remote file.
5759
92aa92fa
JL
57602006-05-25 Juri Linkov <juri@jurta.org>
5761
5762 * replace.el (query-replace-read-from, query-replace-read-to):
5763 Remove 8th arg KEEP-ALL in read-from-minibuffer.
5764
9c524754 57652006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
b486a098
SM
5766
5767 * whitespace.el (whitespace-cleanup): Change to cleanup
5768 region if one is active.
5769 * whitespace.el (whitespace-cleanup-internal): New internal method.
f473c8d5 5770
36938994
MD
57712006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5772
0a33fc8d 5773 * dired.el (dired-mode-map): Add help-echo strings to tumme
27e53d7c 5774 commands. Bind `tumme-dired-display-image' to C-t i.
0a33fc8d 5775
b486a098 5776 * tumme.el (tumme-display-image): Change documentation string slightly.
b76b3535 5777 (tumme-dired-display-image): Add call to `display-buffer'.
776e9e34 5778
78b3f5c3
TTN
57792006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5780
5781 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
5782 Signal error if RAW-DATA is a multibyte string.
5783
870560eb
RS
57842006-05-24 Richard Stallman <rms@gnu.org>
5785
113fe928
RS
5786 * subr.el (with-local-quit): When handling `quit' signal,
5787 make a chance for quit-flag to cause a quit.
5788
379ba58e
RS
5789 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
5790 (ad-disable-advice): Add autoloads.
5791
870560eb
RS
5792 * subr.el (read-passwd): Copy PROMPT before changing its properties.
5793
36938994
MD
57942006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5795
b76b3535 5796 * dired.el (dired-mode-map): Change menu items for tumme as per
36938994
MD
5797 suggestions in emacs-devel.
5798
57992006-05-25 Nick Roberts <nickrob@snap.net.nz>
5800
5801 * dired.el (dired-mode-map): Fix breakage.
5802
1797b033
MD
58032006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5804
b76b3535
NR
5805 * tumme.el (tumme-display-dired-image): Rename to...
5806 (tumme-dired-display-image): ...this.
5807 (tumme-track-movement): Change default value to t.
5808 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1797b033 5809 used from `tumme-next-line-and-display' and similar commands.
36938994 5810
b76b3535
NR
5811 * dired.el (dired-mode-map): Add Thumbnail submenu under the
5812 Immediate menu. Add some tumme commands there.
93825802 5813
24b0232f
LT
58142006-05-24 Luc Teirlinck <teirllm@auburn.edu>
5815
5816 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
5817
ad9f6125
CY
58182006-05-24 Chong Yidong <cyd@mit.edu>
5819
5820 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
5821 menu entries that open submenus.
5822
ac9f37df
AM
58232006-05-24 Alan Mackenzie <acm@muc.de>
5824
5825 * startup.el (command-line): For names of preloaded files, don't
5826 append ".elc" (now done in Fload), and call file-truename on the
5827 lisp directory.
5828
5829 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
5830 match ANY loaded file with the right name, not just those in
5831 load-path. Put a regexp matching the file name into
5832 after-load-alist, rather than the name itself.
5833
5834 * subr.el: New functions load-history-regexp,
5835 load-history-filename-element, do-after-load-evaluation.
5836
5837 * international/mule.el (load-with-code-conversion): Do the
5838 eval-after-load stuff by calling do-after-load-evaluation.
5839
a62c3993
NR
58402006-05-25 Nick Roberts <nickrob@snap.net.nz>
5841
5842 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
5843 has not been killed.
5844
e4dff88d
YM
58452006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5846
5847 * term/mac-win.el: Set idle timer to clean up expired Apple events.
5848 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
5849 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
5850 Optionally set error message in reply.
5851
e8166ad7
CD
58522006-05-24 Carsten Dominik <dominik@science.uva.nl>
5853
0625ded0 5854 * textmodes/org.el (org-open-at-point): Use renamed variable
e8166ad7 5855 `org-confirm-shell-link-function'.
b486a098 5856 (org-confirm-shell-link-function): Rename from
e8166ad7
CD
5857 `org-confirm-shell-links'.
5858 (org-export-directory): New function.
5859 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
5860 (org-export-icalendar): Use `org-export-directory'.
5861 (org-indent-item): Keep cursor position.
5862 (org-link-file-path-type): New option.
b486a098 5863 (org-export-as-html): Fix bug with plain lists starting in
e8166ad7 5864 column 0.
b486a098 5865 (org-export-as-html): Remove deadline formatting, this happens
e8166ad7
CD
5866 now already in `org-html-handle-time-stamps'.
5867 (org-export-html-style): Deadline class removed.
5868 (org-insert-labeled-timestamps-at-point): New option.
5869 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
5870 of `hide-sublevels 1', in case the first headline is not level 1.
5871 (org-overview, org-content): New fuction.
5872 (org-cycle-global-status, org-cycle-subtree-status): Make these
5873 variables buffer-local.
5874 (org-global-cycle): New command.
5875 (org-shifttab): Use `org-global-cycle'.
5876 (org-insert-heading, org-insert-item): Go to end of new
5877 headline/item after creating it.
b486a098
SM
5878 (org-export-visible): Rename from `org-export-copy-visible'.
5879 Now creates a temporary org-file and applies an exporting command
5880 to it.
e8166ad7
CD
5881 (org-table-eval-formula): Support for lisp forms.
5882 (org-agenda-todo-ignore-scheduled): New option.
5883 (org-agenda-get-todos): Use new option
5884 `org-agenda-todo-ignore-scheduled'.
5885 (org-export-html-inline-images): New value `maybe'.
b486a098 5886 (org-export-as-html): Inlining of images dependent on link description.
e8166ad7
CD
5887 (org-archive-subtree): Check for end-of-buffer before trying
5888 `kill-line'.
5889 (org-agenda-follow-mode): New option.
5890 (org-export-with-tags, org-export-with-timestamps): New options.
5891 (org-html-handle-time-stamps): New function.
5892 (org-keyword-time-regexp): New variable.
5893 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
5894 (org-agenda-todo-list-sublevels): New option.
5895 (org-html-level-start): When TITLE is nil, just close all levels.
b486a098
SM
5896 (org-parse-key-lines, org-parse-export-options): Remove functions,
5897 replaced by `org-infile-export-plist'.
e8166ad7
CD
5898 (org-combine-plists, org-infile-export-plist)
5899 (org-default-export-plist): New functions.
5900 (org-export-html-preamble, org-export-html-postamble)
5901 (org-export-html-auto-preamble, org-export-html-auto-postamble):
5902 New variables.
5903 (org-export-publishing-directory): New option.
5904 (org-export-as-html, org-export-as-ascii): Use the new property
5905 lists for settings.
b486a098
SM
5906 (org-export-copy-visible, org-export-as-xoxo):
5907 Respect `org-export-publishing-directory'.
e8166ad7
CD
5908 (org-link-search, org-store-link, org-file-apps): Support for
5909 links to BibTeX database entries..
b486a098
SM
5910 (org-get-current-options, org-set-regexps-and-options):
5911 Implement logging as a startup option.
e8166ad7
CD
5912 (org-store-link): Make sure context string is never empty
5913 (org-insert-link): Use relative path when possible.
5914 (org-at-item-checklet-p): New function.
5915 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
5916 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
5917 (org-metaright, org-metaup, org-metadown, org-shiftup)
5918 (org-shiftdown, org-shiftright, org-shiftleft)
5919 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
5920 Dispatch using `call-interactively'.
5921 (org-call-with-arg): New defsubst.
5922 (org-tag-alist, org-use-fast-tag-selection): New options.
5923 (org-complete): Use `org-tag-alist'.
5924 (org-fast-tag-insert, org-fast-tag-selection): New functions.
5925 (org-next-item, org-previous-item): New commands.
b486a098 5926 (org-beginning-of-item, org-end-of-item): Add (interactive) to
e8166ad7 5927 make command.
b486a098 5928 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
e8166ad7 5929
f569c26e
TTN
59302006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
5931
5932 * emacs-lisp/ewoc.el (ewoc-delete): New function.
5933 (ewoc-filter): Use `ewoc-delete'.
5934
5f25dc81
TTN
5935 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
5936
35731e3b
SM
59372006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5938
8e6ea7a3
SM
5939 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
5940 Signal more user-friendly error messages.
5941
35731e3b
SM
5942 * complete.el (PC-do-completion): Undo the addition of implicit
5943 wildcards if they did not lead to finding any match.
5944 (read-file-name-internal): Don't add the final > if the completion is
5945 not finished.
5946
35fdd9a7
RS
59472006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5948
35731e3b
SM
5949 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5950 Quote safe-local-variable predicate.
35fdd9a7 5951
bb8d35a2
TTN
59522006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5953
5954 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5955
21225d8f
RW
59562006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5957
35731e3b 5958 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
bb8d35a2 5959
21225d8f
RW
5960 * progmodes/make-mode.el (makefile-special-targets-list)
5961 (makefile-macro-table, makefile-target-table): Mark as risky.
5962 (makefile-query-one-target-method): Make this the alias for the
5963 following variable.
35731e3b 5964 (makefile-query-one-target-method-function): Make this the real name.
bb8d35a2 5965
21225d8f
RW
5966 * textmodes/artist.el (artist-text-renderer): Make this the alias
5967 for the following variable.
5968 (artist-text-renderer-function): Make this the real name.
5969
5970 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5971 the alias for the following variable.
5972 (flyspell-generic-check-word-predicate): Make this the real name.
5973
5974 * textmodes/ispell.el (ispell-format-word): Make this the alias
5975 for the following variable.
5976 (ispell-format-word-function): Make this the real name.
5977 (ispell-message-text-end): Mark as risky.
5978
5979 * skeleton.el (skeleton-transformation, skeleton-filter)
5980 (skeleton-pair-filter): Make these the aliases for the following
5981 variables.
5982 (skeleton-transformation-function, skeleton-filter-function)
5983 (skeleton-pair-filter-function): Make these the real names.
5984
5985 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5986 and skeleton-pair-filter-function.
5987
5988 * textmodes/sgml-mode.el (sgml-transformation): Make this the
5989 alias for the following variable.
5990 (sgml-transformation-function): Make this the real name.
5991 (sgml-tag-alist): Mark as risky.
5992
214a3db0
RS
59932006-05-21 Richard Stallman <rms@gnu.org>
5994
5995 * simple.el (kill-region): Interactively, pass point, then mark.
5996
3fe35897
TTN
59972006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5998
5999 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6000
c51ec744
RF
60012006-05-21 Romain Francoise <romain@orebokech.com>
6002
6003 * dired-x.el (dired-mode-map): Don't bind M-g.
6004
6f5c4cc9
RS
60052006-05-20 Richard Stallman <rms@gnu.org>
6006
6007 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6008 (dired-goto-file): Doc fix.
6009
f2154114
KS
60102006-05-21 Kim F. Storm <storm@cua.dk>
6011
5748161e
KS
6012 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6013 way to enable built-in cua-mode if user loads older CUA-mode package.
6014
f2154114
KS
6015 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6016 if default-filename is specified.
6017
59ad6ae5
EZ
60182006-05-20 Eli Zaretskii <eliz@gnu.org>
6019
372ef0ab
EZ
6020 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6021
59ad6ae5 6022 * info.el (info-apropos): Make sure current-file and current-node
424567e3 6023 have non-nil values. Speed up by using add-to-list instead of
f2154114 6024 manual consing.
59ad6ae5 6025
28b257dc 60262006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16c4412e
EZ
6027
6028 * progmodes/make-mode.el (makefile-mode): Doc fix.
6029
40c50be3
EZ
60302006-05-20 Eli Zaretskii <eliz@gnu.org>
6031
6032 * dired-aux.el (dired-do-shell-command): Doc fix.
6033
8a5e4b3b
EZ
60342006-05-20 Kevin Ryde <user42@zip.com.au>
6035
6036 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6037 ``(custom-manual :tag "Foo" "(foo)Node")''.
6038
664a80e9
EZ
60392006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6040
6041 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6042 value is an integer.
6043
3b96a16d
EZ
60442006-05-20 Eli Zaretskii <eliz@gnu.org>
6045
6046 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6047 "format".
6048 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6049
d689858f
EZ
60502006-05-20 Martin Rudalics <rudalics@gmx.at>
6051
6052 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6053 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6054
237d230e
SM
60552006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6058 regexp for keywords.
6059
0cd80dfa
YM
60602006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6061
6062 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6063 replace-regexp-in-string.
6064
6065 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6066 encode, and escape file name on conversion to URL.
6067
60682006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6069
237d230e
SM
6070 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6071 Don't unescape URL.
0cd80dfa
YM
6072 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6073
6074 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6075 on conversion to URLs.
6076
6077 * net/browse-url.el (browse-url-file-url): Encode file name on
6078 conversion to URL.
6079
6080 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6081 conversion to URL.
6082
75e3b957
EZ
60832006-05-19 Eli Zaretskii <eliz@gnu.org>
6084
6085 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6086
689840b9
YM
60872006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6088
6089 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6090 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6091
e6b71a8f
GM
60922006-05-19 Glenn Morris <rgm@gnu.org>
6093
6094 * calendar/diary-lib.el (diary-bahai-date)
6095 (list-bahai-diary-entries, mark-bahai-diary-entries)
6096 (mark-bahai-calendar-date-pattern): Not interactive.
6097 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6098 (diary-entries-list): Change format of 4th element in each entry.
6099 (diary-list-entries): Use add-to-diary-list.
6100 (diary-goto-entry): Handle the case where the buffer visiting the
6101 diary has been killed.
6102 (fancy-diary-display): Add 'locator to button rather than 'marker.
6103 Only generate temp-face when there are marks to apply.
6104 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6105 (diary-fancy-date-pattern): New variable.
6106 (diary-time-regexp): Doc fix.
6107 (diary-anniversary, diary-time): New faces.
6108 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6109 diary-time-regexp. Add font-lock-multiline property where needed.
6110 Use new faces diary-anniversary and diary-time.
6111 (diary-fancy-font-lock-fontify-region-function): New function, to
6112 handle multiline font-lock pattern in fancy diary.
6113 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6114 (diary-font-lock-keywords): Tweak time regexp. Use new face
6115 diary-time.
6116
a161b46d
KH
61172006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6118
6119 * international/code-pages.el (mik): Table corrected.
6120
a0fa505b
KS
61212006-05-18 Kim F. Storm <storm@cua.dk>
6122
6123 * progmodes/grep.el (grep-find): Don't check grep-find-command
6124 before running command (breaks non-interactive usage).
6125
438dd27d
TTN
61262006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6127
6128 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6129 (ewoc--insert-new-node): Don't insert trailing newline.
237d230e 6130 Instead, adjust successor nodes's start markers.
438dd27d 6131 (ewoc--refresh-node): Delete all text from current node's start
237d230e 6132 marker to the next one's; adjust successor nodes's start markers.
438dd27d
TTN
6133 (ewoc--create): Doc fixes.
6134 (ewoc--refresh): Don't insert newline.
6135 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
237d230e
SM
6136 * pcvs.el (cvs-make-cvs-buffer):
6137 Specify extra newline for ewoc's header and footer.
438dd27d
TTN
6138 (cvs-update-header): Update initial header recognition.
6139 Append newline to final header and footer values.
6140 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6141
0bcf8735
RS
61422006-05-17 Richard Stallman <rms@gnu.org>
6143
6144 * files.el (file-name-extension): Doc fix.
6145
05327ca9
SM
61462006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6149 we can explicitly enable/disable rather than toggle.
6150 (shell-mode): Use it.
6151 (shell-cd): Don't try to reproduce what `cd' does.
6152
fb58b23a
KS
61532006-05-17 Kim F. Storm <storm@cua.dk>
6154
05327ca9
SM
6155 * ido.el (ido-read-internal): Use only nondirectory part of
6156 default item.
fb58b23a 6157
8d1bec8d
TTN
61582006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6159
6160 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6161 (ewoc-nth): Doc fix.
6162
8433d470
TTN
6163 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6164
7893e589
EZ
61652006-05-16 Eli Zaretskii <eliz@gnu.org>
6166
9247c2f2
EZ
6167 * international/mule.el (auto-coding-alist): Add .lha to files
6168 read with no-conversion.
6169
6170 * files.el (auto-mode-alist): Add .lha files to archive file
8d1bec8d 6171 extensions.
9247c2f2 6172
7893e589
EZ
6173 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6174 Convert csize to integer when computing offsets within the
6175 compressed archive file.
6176
b3abe3a5
KS
61772006-05-16 Kim F. Storm <storm@cua.dk>
6178
6179 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6180 with read-from-minibuffer.
6181
0027258d
RS
61822006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6183
b3abe3a5 6184 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
0027258d
RS
6185 (byte-compile-warnings): Fix safe-local-variable property.
6186
64686e6d
RS
61872006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6188
6189 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6190 (allout-stylish-prefixes, allout-numbered-bullet)
6191 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6192 predicates to qualify `safe-local-variable' property, when
6193 available, else use equivalent lambda.
6194 (allout-current-topic-collapsed-p): Do the right thing regarding
6195 trailing blank lines.
6196
2e8457a0
SM
61972006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * server.el (server-start): Only create a directory if needed.
6200 (server-edit, server-unload-hook): server-start => server-mode.
6201 (kill-emacs-hook): Cleanup upon exit.
6202
4a729d58
SM
62032006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * hexl.el (hexlify-buffer): Encode process arguments manually.
6206
ca9b119b
NR
62072006-05-16 Nick Roberts <nickrob@snap.net.nz>
6208
6209 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6210 call to gdb-tooltip-print.
6211
3f8105a1
RF
62122006-05-15 Romain Francoise <romain@orebokech.com>
6213
6214 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4a729d58 6215 systems, default to "tar" since those systems probably have GNU tar.
3f8105a1 6216
47c221f7
RF
62172006-05-14 Lars Hansen <larsh@soem.dk>
6218
6c27fdb9 6219 * desktop.el (desktop-missing-file-warning): Fix docstring.
4a729d58 6220 (desktop-restore-file-buffer): Correct question asked on missing file.
6c27fdb9 6221
0f479f06
KS
62222006-05-14 Kim F. Storm <storm@cua.dk>
6223
6224 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6225 Add CUA move property.
6226
e58d8ef5
CY
62272006-05-13 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * custom.el (custom-push-theme): Load the variable before checking
6230 its `standard-value'.
6231
47c221f7 62322006-05-13 Lars Hansen <larsh@soem.dk>
e58d8ef5 6233
9fbcde29
LH
6234 * desktop.el (desktop-save): Use with-temp-buffer.
6235
5d65ecaa
GM
62362006-05-12 Glenn Morris <rgm@gnu.org>
6237
4a729d58
SM
6238 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6239 * calendar/calendar.el (calendar-mode-map):
6240 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5d65ecaa
GM
6241 * calendar/appt.el (appt-check, appt-make-list): Refer to
6242 diary-view-entries, diary-list-entries, diary-show-all-entries
6243 rather than obsolete aliases.
5d65ecaa 6244
9036363b
CY
62452006-05-12 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * simple.el (line-move-finish): Avoid calling point motion hooks
6248 while processing intangibility.
6249
d041c8c9
DN
62502006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
6251
6252 * term/xterm.el (terminal-init-xterm): Fix typo.
6253
da506f05
RS
62542006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
6255
0625ded0 6256 * allout.el (allout-view-change-hook): Mark as being deprecated,
da506f05
RS
6257 to be replaced by `allout-exposure-change-hook'.
6258 (allout-exposure-change-hook): New, replacing
6259 `allout-view-change-hook'.
6260 (allout-flag-region): Run new hook `allout-exposure-change-hook',
6261 in addition to `allout-view-change-hook'.
47c221f7 6262 (allout-show-bodies, allout-old-style-prefixes)
da506f05
RS
6263 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6264 lambda forms to prevent their showing up in variable help
6265 presentations as inscrutable byte-compiled code.
6266 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6267 Use string-or-null-p to qualify safe-local-variable values.
6268 (allout-reindent-bodies): Use memq to qualify matches against
6269 valid safe-local-variable values. Also, quote the lambda as above.
6270 (allout-use-mode-specific-leader): Add missing candidate-value
6271 symbols, use memq, and quote the lambda.
6272 (allout-overlay-interior-modification-handler): Remove unused
6273 variables `msg' and 'opened'.
6274 (allout-hidden-p): Constrain invisibility consideration to allout's
6275 invisibility spec, disregarding invisibility for other reasons.
6276
e48335de
RS
62772006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6278
6279 * files.el (version-control): Correct safe values.
6280
340d9945
TTN
62812006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
6282
6283 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6284
7f0ea399
TTN
6285 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6286 (ewoc--insert-new-node): New func.
6287 Update callers of deleted funcs to use it, instead.
6288
24557295
GM
62892006-05-11 Glenn Morris <rgm@gnu.org>
6290
6291 * calendar/calendar.el (diary-show-all-entries): Do not refer to
6292 obsolete alias `show-all-diary-entries'.
6293 (make-diary-entry): Not interactive.
6294 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6295 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6296 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6297 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4a729d58
SM
6298 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6299 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
24557295 6300
c0d3b4da
GM
63012006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6302
6303 * calendar/calendar.el (calendar-french-date-string)
6304 (calendar-mayan-date-string, calendar-chinese-date-string)
6305 (calendar-astro-date-string, calendar-iso-date-string)
6306 (calendar-islamic-date-string, calendar-bahai-date-string)
6307 (calendar-hebrew-date-string, calendar-coptic-date-string)
6308 (calendar-ethiopic-date-string, calendar-persian-date-string):
6309 These functions are not interactive.
6310
942efafa
LT
63112006-05-11 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * files.el: Balance parentheses.
6314
6fe7b8a4
RS
63152006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6316
631c8020
RS
6317 * files.el, newcomment.el, outline.el, simple.el,
6318 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4a729d58
SM
6319 progmodes/cc-vars.el, progmodes/compile.el:
6320 Move `safe-local-variable' declarations to the respective files.
631c8020 6321
6fe7b8a4 6322 * help-fns.el (describe-variable): Don't print safe-var if it is
8ba7e540 6323 byte-code. Improve wording as suggested by Luc Teirlinck.
6fe7b8a4 6324
5da4a804
NR
63252006-05-11 Nick Roberts <nickrob@snap.net.nz>
6326
6327 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
942efafa 6328 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5da4a804
NR
6329 Use a token for pending-triggers to ensure gdb-var-update
6330 gets called once per user input again for pre-GDB 6.4.
6331 (gdb-var-delete): Match on more complex expressions.
942efafa 6332 (gdb-var-list-children-handler, gdb-var-create-handler):
5da4a804
NR
6333 Use a token for consistency.
6334
e3eea843
CD
63352006-05-11 Carsten Dominik <dominik@science.uva.nl>
6336
942efafa 6337 * textmodes/org.el (org-read-date, org-goto-calendar)
4a729d58
SM
6338 (org-agenda-goto-calendar):
6339 Bind `view-calendar-holidays-initially' to nil.
e3eea843 6340
bfbdb5ca
TTN
63412006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6342
6343 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6344 Update all callers to do it there, instead.
6345
68fdbaf8
GM
63462006-05-10 Glenn Morris <rgm@gnu.org>
6347
6348 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6349 prefix arg case, to avoid view-diary-entries-initially error.
6350 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6351 (calendar-date-is-legal-p): Handle dates with no day part.
6352
afdf9b26
NR
63532006-05-11 Nick Roberts <nickrob@snap.net.nz>
6354
6355 * comint.el (comint-insert-input): Just make it when
6356 comint-use-prompt regexp is nil (default) and with the mouse.
6357 (comint-copy-old-input): Reinstate from 2004-06-23.
6358 (comint-mode-map): Bind C-c C-m to it.
6359
169f0971
S
63602006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6361
6362 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6363 Remove spurious move to point-max (new comint behavior fixes).
6364
6365 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6366 compatibility function (Emacs 18/19).
6367 (idlwave-is-continuation-line): Always return point at start of
bfbdb5ca 6368 previous non-blank continuation line.
43621386 6369 (keyword-parameters): Fix continued comment font-lock matcher.
169f0971
S
6370 (idlwave-font-lock-fontify-region): Written, use as
6371 font-lock-fontify-region-function, to fix continued keyword
6372 fontification issues.
6373
dec94049
YM
63742006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6375
6376 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6377 (mac-service-selection, mac-service-open-file)
6378 (mac-service-open-selection, mac-service-mail-selection)
6379 (mac-service-mail-to, mac-service-insert-text): Rename from
6380 mac-services-*. All uses changed.
6381 (mac-apple-event-map): Rename event symbol `services' to `service'.
6382
2c246c9f
TTN
63832006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6384
6385 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6386 (ewoc--node-enter-first, ewoc--node-enter-last)
6387 (ewoc--delete-node-internal): Merge funcs into unique callers.
6388
ca75c9a2
CY
63892006-05-09 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6392 return value of read-from-minibuffer for empty input.
6393
9a4d87c8
MB
63942006-05-09 Miles Bader <miles@gnu.org>
6395
6396 * comint.el (comint-insert-input): Remove redundant calls to setq
6397 and goto-char.
6398
e0c6ac60
NR
63992006-05-10 Nick Roberts <nickrob@snap.net.nz>
6400
6401 * comint.el (comint-insert-input): Make it work when
6402 comint-use-prompt-regexp is t.
6403
64042006-05-10 Miles Bader <miles@gnu.org>
6405
1627b55f 6406 * subr.el (field-at-pos): New function.
e0c6ac60
NR
6407
6408 * comint.el (comint-insert-input): Use it.
6409
fb9d59d8
JL
64102006-05-09 Juri Linkov <juri@jurta.org>
6411
6412 * battery.el (battery-linux-proc-acpi): Also try
6413 `/proc/acpi/thermal_zone/THR2/temperature'.
6414
6415 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6416 for now unused lambda `string-or-null'.
6417
6418 * add-log.el (change-log-default-name): Put `string-or-null-p'
6419 instead of lambda on `safe-local-variable' property.
6420
6421 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6422 `region-end' instead of `mark' and `point'.
6423 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6424 Operate on region in Transient Mark mode when the mark is active.
6425 Use `region-beginning' and `region-end' instead of `mark' and
6426 `point'.
6427 (diff-hunk-text, diff-goto-source): Doc fix.
6428
6429 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6430 face `mode-line-buffer-id' for mode-line buffer face instead of
6431 hard-coded `(:weight bold)'.
6432
6433 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6434 buffer-undo-list to t (undo-ask is reproducible by visiting
6435 nested archives).
6436
8ebb843c
KS
64372006-05-09 Kim F. Storm <storm@cua.dk>
6438
6439 * progmodes/grep.el (rgrep): Set default directory of *grep*
6440 buffer if we start M-x rgrep in the *grep* buffer and choose
6441 a different base directory.
6442
b5bbf8f2
MA
64432006-05-09 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6446 completion also when ido is loaded.
6447
8c8b1164
MY
64482006-05-09 Masatake YAMATO <jet@gyve.org>
6449
6450 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6451 "warning" and "import".
6452 (cpp-font-lock-keywords): Added "warning".
6453
a07d147e
DN
64542006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6455
6456 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6457
44a50ffd
SM
64582006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6461 pages at a time, if we signal the end, we should indeed reach that end.
6462
64632006-05-08 David Reitter <david.reitter@gmail.com>
6464
6465 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6466 output during execution of the body.
6467
f615f3a6
KS
64682006-05-08 Kim F. Storm <storm@cua.dk>
6469
6470 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6471
b1c36c0f
TTN
64722006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6473
6474 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6475 Use with-current-buffer.
6476
ed7e6c32
KS
64772006-05-07 Kim F. Storm <storm@cua.dk>
6478
6479 * subr.el (add-to-history): Remove keep-dups arg.
6480
6481 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6482 to nil around call to add-to-history.
6483
ad8a840d
SM
64842006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6487 than after a buffer modification.
6488
86c4b9a1
NR
64892006-05-08 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6492 call to...
6493 (gud-watch): ...here so speedbar is raised for already watched
6494 expressions.
6495 (gdb-speedbar-refresh): Delete function.
6496 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6497 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6498 earlier change).
ad8a840d
SM
6499 (gdb-var-evaluate-expression-handler)
6500 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
86c4b9a1
NR
6501
6502 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6503 Update localized contents for all buffers except ignored modes.
6504
cc9945f2
YM
65052006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6506
6507 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6508 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6509 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6510 (mac-handle-font-panel-closed, mac-handle-font-selection):
6511 New functions.
6512 (mac-font-panel-mode): New minor mode.
6513 (mac-apple-event-map): Add bindings for toolbar toggle button and
6514 font panel.
6515 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6516
fe99056f
JPW
65172006-05-07 John Paul Wallington <jpw@pobox.com>
6518
ad8a840d
SM
6519 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6520 Avoid `regexp-opt'; simplify regexp for readability.
fe99056f 6521
40fdc20b
EZ
65222006-05-06 Eli Zaretskii <eliz@gnu.org>
6523
ad8a840d
SM
6524 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6525 * files.el (buffer-stale-function):
6526 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
40fdc20b
EZ
6527 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6528 links to the main manual, not to emacs-xtra.
6529
41f7a85e
YM
65302006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6531
0625ded0 6532 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
41f7a85e
YM
6533 MacJapanese if text is ASCII-only.
6534
9d74382f
NR
65352006-05-06 Nick Roberts <nickrob@snap.net.nz>
6536
6537 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6538 unless so nil isn't returned.
6539 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6540
a1dfdf24
KS
65412006-05-06 Kim F. Storm <storm@cua.dk>
6542
6543 * subr.el (add-to-history): New function.
6544
6545 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6546 (ediff-merge-files-with-ancestor):
6547 * env.el (setenv):
6548 * isearch.el (isearch-update-ring):
6549 * server.el (server-visit-files):
6550 * progmodes/grep.el (lgrep, rgrep):
6551 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6552 * progmodes/xscheme.el (xscheme-insert-expression):
6553 Use add-to-history.
6554
6555 * kmacro.el (kmacro-push-ring): Use add-to-history.
6556 (kmacro-ring-length): Remove unused defun.
6557 (kmacro-start-macro): Use kmacro-push-ring.
6558
d91bd17c
TTN
65592006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6560
6561 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6562 directly instead of a lambda expression that calls it.
6563
0c51c06f
KS
65642006-05-06 Kim F. Storm <storm@cua.dk>
6565
6566 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6567 instead of compute-motion.
6568
c7f5c0a8
DN
65692006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6570
6571 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6572 change.
6573
2dca98f3
RS
65742006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * startup.el (command-line-1): Refer to "Pure Storage" on
6577 pure-space-overflow.
6578
3dfed653
EZ
65792006-05-05 Martin Rudalics <rudalics@gmx.at>
6580
6581 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6582 provided faces once they all have been used up.
6583
8e7a9a24
EZ
65842006-05-05 Eli Zaretskii <eliz@gnu.org>
6585
6586 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6587 reference to the Lisp manual to the warning about pure space
6588 overflow.
6589
28b257dc 65902006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9de0eeda
EZ
6591
6592 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6593 argument to avoid the call to `ispell-internal-change-dictionary'
6594 when not needed.
6595 (ispell-change-dictionary): Use this argument and call
6596 `ispell-internal-change-dictionary' after the possible change
6597 to `ispell-local-dictionary'.
6598 (ispell-internal-change-dictionary): Check for a change in
6599 personal dictionary use too.
9de0eeda 6600
a12aece3
EZ
66012006-05-05 Eli Zaretskii <eliz@gnu.org>
6602
1df1e49e
EZ
6603 * startup.el (command-line): On MS-Windows, probe "~", not
6604 "~USER", for warning about non-existent home directory
6605
a12aece3
EZ
6606 * arc-mode.el (archive-l-e): New optional argument `float' means
6607 generate a float value.
6608 (archive-arc-summarize, archive-lzh-summarize)
6609 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6610 with 3rd argument non-nil when file's size is being computed.
6611 Format the file sizes with %8.0f instead of %8d.
6612
ef0154b5
YM
66132006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6614
6615 * cus-start.el (all): Add mac-dnd-known-types.
6616
0625ded0 6617 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
ef0154b5
YM
6618 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6619 (mac-TIFF-to-string): New functions.
ef0154b5
YM
6620 (x-get-selection, x-selection-value)
6621 (mac-select-convert-to-string): Use them.
43621386 6622 (mac-text-encoding-mac-japanese-basic-variant): New constant.
ef0154b5
YM
6623 (mac-dnd-types-alist): New customization variable.
6624 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6625 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6626 (mac-dnd-handle-drag-n-drop-event): New functions.
6627 (mac-drag-n-drop): Remove function.
6628 (global-map): Bind drag-n-drop and M-drag-n-drop to
6629 mac-dnd-handle-drag-n-drop-event.
6630
cbe8cf2a
SM
66312006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
6632
6633 * progmodes/perl-mode.el (perl-beginning-of-function):
6634 Skip anonymous subs.
6635
f5c0ef7b
DN
66362006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6637
4e0299e5
DN
6638 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
6639 regexp-opt at run time.
6640
f5c0ef7b
DN
6641 * term.el (term-handle-ansi-escape): Fix off by one error.
6642
6dea78a8
NR
66432006-05-04 Nick Roberts <nickrob@snap.net.nz>
6644
6645 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
6646 (gdb-init-1, gdb-post-prompt): ...and references to it.
6647 (gdb-frame-handler): Strip directory name from filename if present.
6648
6649 * progmodes/gud.el (gdb-force-update): Delete defvar
6650 (gud-speedbar-buttons): ...and references to it. Use window-start
6651 to try to keep positon in watch expression.
6652
e4a9a1cf
RS
66532006-05-03 Richard Stallman <rms@gnu.org>
6654
889a04e7
RS
6655 * simple.el (next-history-element, previous-history-element): Doc fix.
6656
e4a9a1cf
RS
6657 * isearch.el (isearch-update-ring): Doc fix.
6658
5719a99d
DN
66592006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
6660
6661 * isearch.el (isearch-update-ring): Take history-delete-duplicates
0625ded0 6662 into consideration. Replace one arm ifs with whens.
5719a99d 6663
cea3f866
NR
66642006-05-03 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
6667 (menu): Fix typo.
6668
bc16bf5e
MB
66692006-05-02 Miles Bader <miles@gnu.org>
6670
6671 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
6672
35edc821
JB
66732006-05-02 Jay Belanger <belanger@truman.edu>
6674
0625ded0 6675 * calc/calc-embed.el (calc-override-minor-modes-map)
35edc821
JB
6676 (calc-override-minor-modes): New variables.
6677 (calc-do-embedded): Make sure that Calc keystrokes aren't
6678 overwritten by minor modes.
6679
72fa72ac
CY
66802006-05-02 Chong Yidong <cyd@mit.edu>
6681
cbe8cf2a 6682 * msb.el (msb): If EVENT is a down event, read and discard the up event.
72fa72ac 6683
31cf286f
RS
66842006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6685
4f308f73
RS
6686 * startup.el (command-line-1): Refer to Lisp manual when
6687 pure-space-overflow occurs.
6688
cbe8cf2a
SM
6689 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
6690 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
6691 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
6692 (version-control): Don't use `t' for safe-local-variable declarations.
31cf286f 6693
4bc1b836
RS
66942006-05-01 Richard Stallman <rms@gnu.org>
6695
90b57156
RS
6696 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
6697 M-r, M-R, M-A, M-SPC or M-DEL.
6698 (diff-mode-map): diff-refine-hunk now on C-c C-w
6699 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
6700
4bc1b836
RS
6701 * help-mode.el (help-mode): view-exit-action calls delete-window
6702 only when it is safe and possible.
6703
6704 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
6705 in messages.
6706
6707 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
6708
6709 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
6710 in the default tool-bar-map.
6711
a01b1e22
MA
67122006-05-01 Michael Albinus <michael.albinus@gmx.de>
6713
6714 * net/tramp.el (tramp-completion-file-name-handler-alist)
6715 (tramp-run-real-handler, tramp-completion-run-real-handler)
6716 (tramp-completion-handle-file-name-all-completions)
6717 (tramp-completion-handle-file-name-completion): Autoload them.
6718 (tramp-completion-handle-file-exists-p)
6719 (tramp-completion-handle-file-name-directory)
6720 (tramp-completion-handle-file-name-nondirectory)
6721 (tramp-completion-handle-expand-file-name): Remove them.
41a2f8ba
KS
6722 (tramp-handle-file-name-directory): Return the real directory name.
6723 Returning "/" only doesn't need to be necessary any longer.
a01b1e22
MA
6724 (tramp-file-name-handler): Make special attention when in hostname
6725 completion mode.
cbe8cf2a
SM
6726 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
6727 (tramp-register-file-name-handlers):
6728 Register `tramp-completion-file-name-handler' only when
6729 `partial-completion-mode' is enabled.
41a2f8ba
KS
6730 (tramp-completion-handle-file-name-all-completions):
6731 Delete directory part from results.
a01b1e22
MA
6732 (tramp-get-completion-methods, tramp-get-completion-user-host):
6733 Discard deleting "/", it doesn't work after the change of
6734 `tramp-handle-file-name-directory' above.
6735
820f5fec
KS
67362006-05-01 Kim F. Storm <storm@cua.dk>
6737
41a2f8ba
KS
6738 * progmodes/grep.el (grep-expand-template): Use save-match-data
6739 and symbol-value.
820f5fec 6740
c1eb34c2
YM
67412006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6742
cbe8cf2a
SM
6743 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
6744 Use select-frame-set-input-focus instead of raise-frame.
c1eb34c2
YM
6745 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
6746
2c3981da
NR
67472006-05-01 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * progmodes/gud.el (gud-def): Add %c case.
cea3f866 6750 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2c3981da
NR
6751 (gud-format-command): Make match case sensitive. Match on %F.
6752
e1cce4cf
GM
67532006-04-30 Glenn Morris <rgm@gnu.org>
6754
6755 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
6756 (cal-tex-preamble): Use cal-tex-preamble-extra.
6757 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
6758 than alias `list-diary-entries'.
6759
084a6638
DN
67602006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6761
6762 * help-fns.el (describe-variable): Add info about safe local variables.
6763
41c8e348
RS
67642006-04-29 Richard Stallman <rms@gnu.org>
6765
eadb9d45 6766 * bindings.el (mode-line-format): help-echo doc fixes.
af0efc3f 6767
41c8e348
RS
6768 * net/tramp.el (tramp-file-name-handler-alist): Delete
6769 expand-file-name and other operations that can cause spurious loading.
6770
80aa4695
SM
67712006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * files.el (safe-local-variable-p): Remove support for the special
6774 value t.
6775
6776 * textmodes/paragraphs.el (sentence-end-without-space):
6777 Fix safety predicate.
6778 (sentence-end-double-space, sentence-end-without-period)
6779 (paragraph-ignore-fill-prefix):
6780 * textmodes/fill.el (colon-double-space):
6781 * abbrev.el (abbrev-mode): Tighten the safety predicate.
6782
6783 * subr.el (booleanp): New fun.
6784
6785 * textmodes/reftex-vars.el (reftex-guess-label-type):
6786 Tighten the safety predicate.
6787
264e9689
KS
67882006-04-28 Kim F. Storm <storm@cua.dk>
6789
6790 * progmodes/grep.el (defgroup grep): Doc fix.
6791 (grep-auto-highlight): Remove.
6792 (grep-template): New defcustom.
6793 (grep-find-template): Rename from grep-tree-template.
6794 (grep-files-aliases): Rename from grep-tree-files-aliases.
6795 Remove "all" alias, add "l" alias.
6796 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
6797 (grep-find-ignored-directories): New defcustom to replace
6798 grep-tree-ignore-CVS-directories, to facilitate ignoring
6799 subdirectories for multiple version control systems.
6800 (grep-mode-map): Add Recursive grep item to GREP menu.
6801 (grep-regexp-history, grep-files-history): New defvars.
6802 (grep-probe): New helper function.
6803 (grep-compute-defaults): Use it to simplify code.
6804 Adapt to name changes.
6805 Use `.' as base in grep-find-template rather than <D>.
6806 (grep): Remove superfluous highlight-regexp arg. Fix doc.
6807 Call grep-compute-defaults unconditionally.
6808 (grep-expand-keywords): New defconst.
6809 (grep-expand-template): Rename from grep-expand-command-macros.
6810 Simplify via grep-expand-keywords. Look at case-fold-search instead
6811 of grep-tree-ignore-case to add -i option.
6812 Bind case-fold-search to nil while matching keywords.
6813 (grep-tree-last-regexp, grep-tree-last-files): Remove.
6814 (grep-read-regexp, grep-read-files): New helper functions.
6815 (rgrep): Rename from grep-tree. Rework to use proper histories.
6816 Adapt to changes in defcustoms and functions above.
41a2f8ba 6817 (lgrep): New command, as grep, but using same interactive UI as rgrep.
264e9689 6818
1ecc6145
MA
68192006-04-28 Michael Albinus <michael.albinus@gmx.de>
6820
80aa4695
SM
6821 * net/tramp.el (tramp-completion-file-name-handler):
6822 Disable Tramp's functionality while loading Tramp itself.
6823 (tramp-register-file-name-handlers): That's a defsubst now.
6824 Code from `tramp-repair-jka-compr' moved here. Apply it via
1ecc6145 6825 `after-init-hook'.
80aa4695 6826 (tramp-repair-jka-compr): Remove.
1ecc6145 6827
a48b489e
JB
68282006-04-27 Jay Belanger <belanger@truman.edu>
6829
6830 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
6831 read expression when `math-read-big-expr' doesn't work.
6832
cb58ea33
RS
68332006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
6834
6835 * startup.el (command-line-1): Display warning when
6836 pure-space-overflow is non-nil.
6837
991767e7
RW
68382006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6839
6840 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
6841 risky.
6842
68432006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6844
6845 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
6846 Return the URL or nil if none can be generated.
6847
4a113e3f
NR
68482006-04-27 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
6851 byte compiler warnings.
6852 (gud-basic-call, gud-find-expr): Let user select an expression
6853 for printing. Print expression as well as value in GUD buffer.
6854
8570ce80
SM
68552006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
6856
6857 * allout.el: Remove local autoload declaration for
6858 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
6859 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
6860 (allout-plain-bullets-string, allout-distinctive-bullets-string)
6861 (allout-use-mode-specific-leader, allout-old-style-prefixes)
6862 (allout-stylish-prefixes, allout-numbered-bullet)
6863 (allout-file-xref-bullet, allout-presentation-padding)
6864 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
6865 safe-local-variable with suitable value spec, and add autoload
6866 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
6867 (move-beginning-of-line, move-end-of-line): Repair so these compat
6868 functions now actually resituate the point, when appropriate.
6869
0739a962
SM
68702006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6871
be12bc57
SM
6872 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
6873
0739a962
SM
6874 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
6875 (add-log-iso8601-time-string): Fix call to format-time-string.
6876
5a56121f
KS
68772006-04-26 Kim F. Storm <storm@cua.dk>
6878
6879 * subr.el (posn-string, posn-image, posn-object): Doc fix.
6880
0db097a5
MY
68812006-04-26 Masatake YAMATO <jet@gyve.org>
6882
5a56121f 6883 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1bf5b5be 6884 Add support for "//" style comments. Remove `b' flag
0db097a5
MY
6885 from ?* in `asm-mode-syntax-table'.
6886
d1921057
SM
68872006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6888
08a1dbe6
SM
6889 * follow.el: Use (featurep 'xemacs) everywhere.
6890 (follow-mode): Use define-minor-mode.
6891 (follow-mode-map): Move initialization into the declaration.
6892 Use command remapping.
6893 (follow-emacs-version-xemacs-p): Remove.
6894 (follow-submit-feedback): Remove.
6895
7e5d77dc
SM
6896 * allout.el (allout-layout, allout-passphrase-verifier-string)
6897 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
6898
0a206828
SM
6899 * textmodes/reftex-vars.el (reftex-vref-is-default)
6900 (reftex-fref-is-default, reftex-guess-label-type):
6901 Tighten up a bit the safety predicate.
6902
49011d46
SM
6903 * textmodes/paragraphs.el (sentence-end-double-space)
6904 (sentence-end-without-period, sentence-end-without-space)
6905 (page-delimiter, paragraph-ignore-fill-prefix):
6906 Tighten up a bit the safety predicate.
6907
a1c43d02
SM
6908 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
6909
45e46cb7
SM
6910 * progmodes/python.el (python-continuation-line-p)
6911 (python-beginning-of-statement): syntax-ppss may return
6912 a negative depth.
a1c43d02 6913 (python-mode): Don't forcefully enable font-lock.
45e46cb7 6914
72c0b9b8
SM
6915 * time-stamp.el (time-stamp-start, time-stamp-end)
6916 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
6917
d1921057
SM
6918 * add-log.el: Remove spurious * in docstrings.
6919 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
6920 (add-change-log-entry): Use it here, since it's not specific
6921 to iso8601.
6922 (add-log-iso8601-time-string): Don't use it here any more.
6923 (change-log-indent-text, change-log-indent): Rename from add-log-*.
6924
6925 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
6926
02f47e86
MB
69272006-04-25 Ryan Yeske <rcyeske@gmail.com>
6928
6929 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
6930 (rcirc-toggle-low-priority): Doc fix.
6931 (rcirc-handler-NOTICE): Remove beginning of line anchor in
6932 ChanServ regexp.
6933 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
6934 #emacs.
6935 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
6936 (rcirc-decode-coding-system): Use utf-8 as the default.
6937 (rcirc-multiline-minor-mode): Set the fill-column.
6938 (rcirc-format-response-string): Display bright and dim nicks.
6939 (rcirc-browse-url): Update interactive spec to fill ARG.
6940 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
6941 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
6942
19f0b8b5
S
69432006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
6944
6945 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
6946 case for @Article, etc.
6947
8c04e197
MA
69482006-04-23 Michael Albinus <michael.albinus@gmx.de>
6949
6950 * net/tramp.el (tramp-register-file-name-handlers): New defun.
6951 Added with autoload cookie.
d1921057 6952 (tramp-unload-file-name-handlers): Rename from
8c04e197
MA
6953 `tramp-unload-file-name-handler-alist'.
6954
7fcece57
RF
69552006-04-23 Romain Francoise <romain@orebokech.com>
6956
6957 * comint.el (comint-match-partial-filename): Doc fix.
6958
cc6e521e
GM
69592006-04-21 Glenn Morris <rgm@gnu.org>
6960
6961 * calendar/cal-menu.el (calendar-mode-map): Refer to
6962 `diary-view-entries' rather than alias `view-diary-entries'.
6963 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6964
a9b2b70f
LT
69652006-04-21 Luc Teirlinck <teirllm@auburn.edu>
6966
6967 * progmodes/antlr-mode.el (antlr-default):
6968 * cus-edit.el (custom-documentation):
6969 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6970 in defface.
6971
95797ede
KS
69722006-04-21 Kim F. Storm <storm@cua.dk>
6973
6974 * image.el (image-type): New defun split out of create-image.
6975 (create-image): Use it.
6976
90c14869
CD
69772006-04-21 Carsten Dominik <dominik@science.uva.nl>
6978
d1921057 6979 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
90c14869
CD
6980 (org-open-at-point): Remove the "...done" message to keep output
6981 in the echo area visible.
65826b47 6982 (org-export-as-xoxo): Fix call to `indent-region'.
90c14869 6983
72ffd9d0
EZ
69842006-04-21 Kevin Ryde <user42@zip.com.au>
6985
6986 * international/mule.el (keyboard-coding-system): defcustom
6987 info-link fixes: "Specify Coding" has been split, keyboard now in
6988 "Terminal Coding", and "Single-Byte Character Support" is now
6989 "Unibyte Mode".
6990
bf49275d
NR
69912006-04-21 Nick Roberts <nickrob@snap.net.nz>
6992
95797ede 6993 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
bf49275d
NR
6994 Use font-lock-warning-face for any errors e.g. no stack.
6995 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6996
be2c62b3
DN
69972006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6998
7fe9a6e3
DN
6999 * progmodes/sh-script.el (sh-shell): Mark as safe.
7000
be2c62b3
DN
7001 * newcomment.el (comment-start, comment-start-skip)
7002 (comment-end-skip, comment-end): Mark as safe.
7003
b744e319
CD
70042006-04-20 Carsten Dominik <dominik@science.uva.nl>
7005
1bf5b5be 7006 * textmodes/org.el (org-deadline-announce): Face removed.
d1921057 7007 (org-level-faces, org-n-levels): Convert to constant.
01017e7c
RF
7008 (org-compatible-face): New function.
7009 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7010 (org-level-5, org-level-6, org-level-7, org-level-8)
7011 (org-special-keyword, org-warning, org-headline-done, org-link)
7012 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7013 (org-scheduled-today, org-scheduled-previously, org-time-grid):
b744e319 7014 Face definition revised for better color tty support.
01017e7c
RF
7015 (org-bold-re, org-italic-re, org-underline-re): New constants.
7016 (org-set-font-lock-defaults): Use the new constants.
7017 (org-agenda-highlight-todo): New function.
d1921057 7018 (org-agenda-todo): Fix bug with point at end of line.
01017e7c 7019 (org-agenda-change-all-lines, org-finalize-agenda-entries):
b744e319 7020 Fontify TODO keywords.
01017e7c
RF
7021 (org-insert-link): Preserve relative path in ../ links.
7022 (org-export-as-html): Convert links pointing to .org files into
b744e319 7023 links that will work beteen the exported HTML files.
01017e7c
RF
7024 (org-todo-list): Fix bug when arg=0.
7025 (org-insert-heading): More fine-tuning.
b744e319 7026
f948ab6c
RF
70272006-04-19 Romain Francoise <romain@orebokech.com>
7028
7029 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7030 from `rmail-mime-charset-pattern'.
7031
0fea1d10
DN
70322006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7033
7034 * progmodes/python.el (python-mode): Fix typo.
7035
014513ef
S
70362006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7037
7038 * comint.el (comint-previous-input): Don't clobber input line
7039 when moving off either end of the input history ring.
7040 (comint-delete-input): New function, used by
7041 `comint-previous-input' and others.
d1921057
SM
7042 (comint-previous-matching-input):
7043 Use `coming-delete-input'. Save the partial input if leaving the
014513ef
S
7044 edit line. Goto point-max before deleting input to avoid
7045 partial input fragments hanging around.
d1921057 7046 (comint-restore-input): New function, used by `comint-previous-input'.
014513ef 7047
7edd10ca
LT
70482006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7049
7050 * imenu.el (imenu--index-alist): Balance parentheses.
7051
3398a4ae
DN
70522006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7053
d1921057 7054 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3398a4ae 7055
ec7793c3
RS
70562006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7059 file is nil.
7060
290e4aae
RS
70612006-04-18 Richard Stallman <rms@gnu.org>
7062
7063 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7064
7065 * imenu.el (imenu-create-index-function, imenu--index-alist)
7066 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7067 (imenu-default-create-index-function, imenu--generic-function):
7068 Doc fixes.
7069
7070 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7071
7072 * help-mode.el (help-mode): Set view-exit-action to delete window.
7073
7074 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7075 now works by passing nil as arg.
7076
7077 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7078
7079 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7080 (read-abbrev-file): Provide default when reading filename.
7081
7082 * files.el (enable-local-variables): Allow :all as value.
7083 (hack-local-variables): Implement that value.
7084 (safe-local-variable-values, safe-local-eval-forms)
7085 (enable-local-variables): Mark as risky.
7086 (find-file-visit-truename, kept-old-versions): Mark safe.
7087
7088 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7089 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7090 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7091
8d85a565
SM
70922006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7093
75669e02
SM
7094 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7095 Use forward-line so as to get to BOL even in the presence of fields.
7096 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7097 in return.
7098 (inferior-tcl): Tell tclsh to work in interactive mode.
7099
8d85a565
SM
7100 * complete.el (partial-completion-mode):
7101 Use 'choose-completion-string-functions to make sure that
7102 choose-completion fills the minibuffer properly.
7103
7104 * complete.el (PC-old-read-file-name-internal): Remove.
7105 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7106 of read-file-name-internal.
7107 (partial-completion-mode): Enable/disable this advice.
7108
348f73b0
JB
71092006-04-18 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7112 of 2006-04-17.
7113
87acbfda
CD
71142006-04-18 Carsten Dominik <dominik@science.uva.nl>
7115
348f73b0 7116 * textmodes/org.el (org-insert-heading): Insert heading before
87acbfda
CD
7117 current if at beginning of line.
7118 (org-todo, org-date): New faces.
7119 (org-table-align): Make sure tooltip window contains full text.
7120 (org-no-properties): New defsubst.
7121 (org-set-font-lock-defaults): Use new faces.
7122
791223f7
NR
71232006-04-18 Nick Roberts <nickrob@snap.net.nz>
7124
7125 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7126 for root variables.
7127
7128 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7129 (gdb-frame-address): Re-use to identify frame for watch expression.
7130 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7131 variables.
d1921057 7132 (gdb-init-1, gdb-source, gdb-post-prompt)
791223f7
NR
7133 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7134 (gdb-frame-handler): Get gdb-frame-address.
7135
85806390
MA
71362006-04-17 Michael Albinus <michael.albinus@gmx.de>
7137
7138 Sync with Tramp 2.0.53.
7139
7140 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
e24f9e5a 7141 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
85806390
MA
7142 (tramp-completion-file-name-handler): Add autoload cookie for
7143 adding to `file-name-handler-alist'.
7144
7145 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7146 the prompt. If it returns earlier (when detecting an error
7147 message), the rest of the output will merge accidently with the
7148 output of the next command. Reported by M Jared Finder
7149 <jared@hpalace.com>.
7150
7151 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7152 for `process-file', in order to let it work for older Emacsen too.
7153
587043f8
SM
71542006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7155
7156 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7157 (tex-font-lock-keywords-3): Use it.
7158
b433a560
SM
71592006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * newcomment.el (comment-add): New function.
7162 (comment-region-default, comment-dwim): Use it.
7163
51fa34bc
MB
71642006-04-15 Michael Olson <mwolson@gnu.org>
7165
7166 * emacs-lisp/tq.el: Improve comments.
7167 (tq-queue-head-question): New accessor function.
7168 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7169 Update for modified queue structure.
7170 (tq-queue-add): Accept `question' argument.
7171 (tq-queue-pop): If a question is pending, send it.
b433a560
SM
7172 (tq-enqueue): Accept new optional argument `delay-question'.
7173 If this is non-nil, and at least one other question is pending a
51fa34bc
MB
7174 response, queue the question rather than sending it immediately.
7175
10ceef7a
RW
71762006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7177
7178 * calendar/appt.el (appt-add): Check whether an appointment is
f70a96b0 7179 already present in appt-time-msg-list. Simplify code.
10ceef7a 7180
58bd8740
SM
71812006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * progmodes/cc-langs.el (c-mode-menu):
7184 Don't presume c-subword-mode is bound.
7185
994019df
BW
71862006-04-13 Bill Wohler <wohler@newt.com>
7187
58bd8740 7188 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
994019df
BW
7189 (customize-package-emacs-version): Use cdr instead of cadr now
7190 that alists use dotted pairs.
7191
7192 * custom.el (defcustom): Fix docstring for :package-version.
7193
32f9593c
MA
71942006-04-13 Michael Albinus <michael.albinus@gmx.de>
7195
7196 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7197 (tramp-handle-shell-command): Display output buffer only when
7198 `tramp-display-shell-command-buffer' is true.
7199 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7200
bb1d56c8
CD
72012006-04-13 Carsten Dominik <dominik@science.uva.nl>
7202
7203 * textmodes/org.el (org-set-autofill-regexps): Set only the local
7204 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7205
501719af
RF
72062006-04-13 Romain Francoise <romain@orebokech.com>
7207
7208 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7209 leaving temporary .cvsignore buffers behind.
7210
fd4545a0
CD
72112006-04-13 Carsten Dominik <dominik@science.uva.nl>
7212
1bf5b5be 7213 * textmodes/org.el (org-set-regexps-and-options)
58bd8740 7214 (org-get-current-options): Better names for the startup folding
fd4545a0
CD
7215 options.
7216
1867d8cb
TTN
72172006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
7218
7219 * vc.el (vc-annotate): Arrange for point to end up at the same
7220 line number as in the original, but only when using a new buffer.
7221
72dcf679 72222006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
cda4c00b 7223
58bd8740
SM
7224 * files.el (hack-one-local-variable-eval-safep):
7225 Recognize `edebug-form-spec' for `put', but only if it passes
cda4c00b
EZ
7226 `edebug-basic-spec'. Generalize `put' handling.
7227
7228 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7229 vetting file-local form specs.
7230
7231 * allout.el (allout-layout): Autoload its `safe-local-variable'
7232 property.
7233
8d2fb829
CD
72342006-04-13 Carsten Dominik <dominik@science.uva.nl>
7235
1bf5b5be 7236 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8d2fb829
CD
7237 (org-agenda-mouse-1-follows-link)
7238 (org-mouse-1-follows-link): New options.
58bd8740 7239 (org-format-agenda-item): Fix bug if TAGS is nil.
8d2fb829
CD
7240 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7241
25acaa6c
NR
72422006-04-13 Nick Roberts <nickrob@snap.net.nz>
7243
1867d8cb 7244 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25acaa6c
NR
7245 GDB 6.1+ gives full filename for "info sources" so use
7246 file-name-nondirectory.
7247
7c447c3f
RF
72482006-04-12 Romain Francoise <romain@orebokech.com>
7249
7250 * subr.el (read-passwd): Bind `message-log-max' to nil.
7251
16a3b9b7
SM
72522006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * progmodes/perl-mode.el (perl-indent-new-calculate):
7255 Recompute parse-start after jumping backward by a whole sexp.
7256
8a8f8697
SM
72572006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7260 window configuration.
7261 (vc-annotate-display-select): Select the buffer so that current-buffer
7262 (and selected-window) is the output buffer at the end of vc-annotate.
7263
e2db3e59
S
72642006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7265
8a8f8697 7266 * vc.el (vc-annotate-color-map): Add custom TTY color map for
e2db3e59
S
7267 8-color terminals, to use all of the colors in a sensible order.
7268 256-color terminals work well with the standard map.
7269 (vc-annotate-lines): Only strip the first color character if it
7270 is "#", to allow for terminal-style named colors.
7271 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7272 the correct buffer is scrolled.
7273
aa9addfa
RS
72742006-04-11 Richard Stallman <rms@gnu.org>
7275
7276 * emacs-lisp/bytecomp.el (byte-compile-file):
7277 Bind enable-local-variables to :safe, and make normal-mode obey it.
7278
7279 * files.el (enable-local-variables): Allow value :safe.
7280 (normal-mode): Doc fix.
7281 (hack-local-variables): Implement enable-local-variables = :safe.
7282 (hack-local-variables-confirm): Don't prevent quitting.
7283
866d0913
SM
72842006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7285
ab215e72
SM
7286 * loadhist.el (unload-feature): A bit of sanity check of
7287 load-history entries. Cancel timer-vars before unbinding them.
7288
37dc4767
SM
7289 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7290 quote special chars, and make the trick work on the hex part of the
7291 buffer as well.
7292 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7293 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7294
866d0913
SM
7295 * startup.el (normal-splash-screen): Fix last change so we don't wait
7296 2 minutes if we don't show the splash screen.
7297
8a70fed7
CD
72982006-04-11 Carsten Dominik <dominik@science.uva.nl>
7299
83163ec7 7300 * textmodes/org.el (org-export-plain-list-max-depth)
8a70fed7
CD
7301 (org-table-spaces-around-separators)
7302 (org-radio-targets, org-activate-camels)
7303 (org-table-spaces-around-invisible-separators): Options removed.
7304 (org-time-stamp-rounding-minutes, org-remember-templates)
83163ec7
JB
7305 (org-ellipsis, org-activate-links, org-descriptive-links):
7306 New options.
8a70fed7
CD
7307 (org-remember-apply-template, org-current-time)
7308 (org-finish-edit-table-field)
7309 (org-link-unescape, org-link-escape)
7310 (org-string-width, org-table-clean-line, org-html-do-expand)
7311 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7312 (org-read-agenda-file-list): New functions.
7313 (org-table-edit-field)
7314 (org-table-create-or-convert-from-region): New commands
7315 (org-table-toggle-vline-visibility): Command removed.
7316 (org-table-convert-region): Made a command.
866d0913
SM
7317 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7318 Replace with the normal org- functions.
8a70fed7
CD
7319 (org-self-insert-command): Don't trigger realign unnecessarily
7320 when blanking a field that is not full.
7321 (org-mode): `Set buffer-invisibility-spec' for links.
7322 (org-activate-links2): Hide link part and only show descriptive
7323 part of the link.
866d0913 7324 (org-insert-link): Modify for new linking system.
8a70fed7
CD
7325 (org-store-link): Store description separately, for use by
7326 `org-insert-link'.
7327 (org-table-align): Use `org-string-width'.
7328 (defgroup): Completely new group structure for custom variables.
7329 (org-agenda-files): Option: Single file name allowed. Function:
7330 Optional argument unrestrited means ignore any restricitons.
7331 (org-install-agenda-files-menu): Find a buffer in Org-mode before
7332 trying to modify the menu. Use generalized access to
7333 `org-agenda-files.'
7334 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7335 (org-agenda-file-to-front, org-remove-file, org-diary)
7336 (org-tags-view, org-export-icalendar-all-agenda-files)
7337 (org-export-icalendar-combine-agenda-files): Use generalized
7338 access to `org-agenda-files'.
7339 (org-remember-handler): Correctly preserve heading if present.
7340 (org-table-insert-row, org-table-insert-hline): Deal with
7341 invisible characters.
7342
e2db3e59
S
73432006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
7344
7345 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7346 (vc-annotate-color-map): New 18 element constant
7347 value/saturation, rotating hue colormap, from red->blue.
7348 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7349 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7350 (vc-annotate): To avoid killing the required local variables,
7351 set them before the end of `with-output-to-temp-buffer', and
7352 after first switching to annotate-mode.
7353 (vc-annotate-warp-version): Add buffer argument in goto-line to
7354 ensure annotation, not source, is scrolled.
7355
1d22fabd
BW
73562006-04-10 Bill Wohler <wohler@newt.com>
7357
83163ec7
JB
7358 * custom.el (defcustom, custom-handle-keyword):
7359 Add :package-version keyword.
7360 (custom-add-package-version): New function. Sets value of new
4e9c705e 7361 property 'custom-package-version from :package-version keyword.
81117bdd
BW
7362 (defcustom): Create Common Keywords section in docstring.
7363 (defface, defgroup): Replace definitions of a select few keywords
7364 with a reference to the Common Keywords in defcustom.
7365 (defcustom, defface, defgroup): Replace reference to Customization
7366 chapter in manual with hyperlink.
4e9c705e 7367
8d4bf0e5 7368 * cus-edit.el (customize-package-emacs-version-alist): New variable.
4e9c705e
BW
7369 (customize-changed-options): Add check for custom-package-version.
7370 (customize-package-emacs-version): New function to look up Emacs
7371 version corresponding to the given package version.
7372
1d22fabd
BW
7373 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7374 defun name, in similar fashion to find-variable-regexp.
7375
978781a5
EZ
73762006-04-10 Eli Zaretskii <eliz@gnu.org>
7377
7378 * international/mule-cmds.el (set-locale-environment): Fix last
866d0913 7379 change for when the locale's preferences don't specify any encoding.
978781a5 7380
2b690e5b
SM
73812006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7384 so the defined var/fun doesn't need to be quoted.
7385
c9fdebdf
RS
73862006-04-10 Richard Stallman <rms@gnu.org>
7387
7388 * finder.el (finder-mode-map): Add n and p bindings.
7389
d9316f5c
NR
73902006-04-10 Nick Roberts <nickrob@snap.net.nz>
7391
7392 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7393 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7394 (gdb-setup-windows): Put something in source window if we can't find
7395 the source file.
7396 (gdb-frame-handler): Make it work again with just assembly.
7397 (gdb-data-list-register-values-handler): Make it work when there is
7398 no stack.
7399
8803c4f4
RS
74002006-04-09 Richard Stallman <rms@gnu.org>
7401
4f07f2e8
RS
7402 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7403 specs while looking for charset.
7404
8803c4f4
RS
7405 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7406
7407 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7408 Make them faces.
7409 (lm-font-lock-keywords): Update appropriately.
7410
6c230417
KS
74112006-04-10 Kim F. Storm <storm@cua.dk>
7412
7413 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7414 it can also replace buffer-substring-no-properties.
7415
7416 * emulation/cua-base.el (cua-delete-region, cua-paste)
7417 (cua-repeat-replace-region): Use filter-buffer-substring.
7418
7419 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7420 (cua-cut-region-to-global-mark): Likewise.
7421
7422 * emulation/cua-rect.el (cua--extract-rectangle)
7423 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7424
88e51189
RW
74252006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7426
7427 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7428 entry-type. Add field delimiters to numerical fields if they are
7429 not present.
7430
74312006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7432
7433 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7434 string-const to return value.
7435 (bibtex-remove-delimiters): Use it.
6c230417 7436
67438f77
SM
74372006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7440 cl-byte-compile-compiler-macro unless it exists.
7441
cf5cbca4
EZ
74422006-04-08 Eli Zaretskii <eliz@gnu.org>
7443
67438f77
SM
7444 * files.el (hack-local-variables-confirm) <offer-save>:
7445 Clarify message text. Suggested by Ralf Angeli.
cf5cbca4 7446
4fc9bd56 74472006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5c831ccd
EZ
7448
7449 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7450 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7451 instead of `buffer-substring' and `delete-region'. (Most of the
7452 code actually copied from `kill-region'.)
7453
a2524d26
EZ
74542006-04-08 Ryan Yeske <rcyeske@gmail.com>
7455
7456 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7457 (rcirc-default-port): Rename from rcirc-port.
7458 (rcirc-default-nick): Rename from rcirc-nick.
7459 (rcirc-default-user-name): Rename from rcirc-user-name.
7460 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7461 (rcirc-low-priority-flag): New variable.
7462 (rcirc-decode-coding-system): New defcustom.
7463 (rcirc-encode-coding-system): New defcustom.
7464 (rcirc-coding-system-alist): New defcustom.
7465 (rcirc-multiline-major-mode): New defcustom.
7466 (rcirc-nick): New internal variable.
7467 (rcirc-process): Remove variable.
7468 (rcirc-server-buffer): New variable.
7469 (rcirc): Update to use rcirc-default-* variables above.
7470 (rcirc-connect): Do not add window-configuration-hook-here.
7471 (rcirc-server): New internal variable.
7472 (rcirc-connect): Do not send keepalive pings if
7473 rcirc-keepalive-seconds is nil.
7474 (with-rcirc-server-buffer): New macro.
7475 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7476 (rcirc-server-name): Rename from rcirc-server.
7477 (rcirc-buffer-process): New function.
7478 (rcirc-buffer-nick): New function.
7479 (rcirc-buffer-target): Remove function.
7480 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7481 New commands.
7482 (rcirc-mode-map): Change binding of C-c C-l to
7483 rcirc-toggle-low-priority.
7484 (rcirc-mode): Initialize coding system based on
7485 rcirc-coding-system-alist. New change-major-mode-hook to part the
7486 channel on a mode change. Make kill-buffer-hook buffer-local.
7487 (rcirc-change-major-mode-hook): New function.
7488 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7489 (rcirc-last-post-time): New variable.
7490 (rcirc-process-message): Store the last time user posted a message
7491 to this target.
7492 (rcirc-multiline-minor-mode): New mode.
7493 (rcirc-multiline-minor-mode-map): New mode map.
7494 (rcirc-edit-multiline): Put multiline-edit buffer in
7495 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2b690e5b 7496 (rcirc-print): Ignore any line starting with an ignored nick.
a2524d26
EZ
7497 (rcirc-print): Decode using rcirc-decode-coding-system.
7498 (rcirc-track-minor-mode): Update global-mode-string when disabling
7499 this mode.
2b690e5b 7500 (minor-mode-alist): Add LowPri indicator.
a2524d26
EZ
7501 (rcirc-toggle-low-priority): New function.
7502 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7503 next lowpriority buffer with activity.
7504 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7505 last time the user posted a message in to the target.
7506 (rcirc-update-activity-string): New formatting for low priority
7507 buffers.
7508 (rcirc-split-activity): New function.
7509 (rcirc-handler-PART, rcirc-handler-KICK)
7510 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7511 (rcirc-nick-away-alist): New variable.
7512 (rcirc-handler-301): New handler. Away messages are printed once
7513 per change.
7514
cdb1af30
EZ
75152006-04-08 Eli Zaretskii <eliz@gnu.org>
7516
6716bfa4
EZ
7517 * info.el (Info-follow-nearest-node): Doc fix.
7518
cdb1af30
EZ
7519 * international/mule-cmds.el (set-locale-environment): Make sure
7520 the coding-system preferred by the locale's language has the same
7521 EOL conversion type as the original buffer-file-coding-system.
569a6374 7522 (locale-language-names): Add a few MS Windows language codes.
cdb1af30 7523
b4f73994
RS
75242006-04-07 Richard Stallman <rms@gnu.org>
7525
7526 * simple.el (eval-expression): Doc fix.
7527
7528 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7529 (eval-defun): Doc fixes.
7530
60c6189d
RS
75312006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7532
2b690e5b 7533 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
60c6189d 7534
a179cd22
NR
75352006-04-07 Nick Roberts <nickrob@snap.net.nz>
7536
7537 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7538 GDB list command without argument for greater generality.
7539
3e457225
RS
75402006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7541
7542 * subr.el (string-or-null-p): New function.
7543
7544 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7545
2b690e5b 7546 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3e457225
RS
7547
7548 * files.el: Update comment about safe-local-variable declarations.
7549
9f4b9ced
S
75502006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7551
2b690e5b
SM
7552 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7553 See idlwave.org.
9f4b9ced 7554
2b690e5b
SM
7555 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7556 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
9f4b9ced 7557
2b690e5b
SM
7558 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7559 See idlwave.org.
9f4b9ced
S
7560
7561 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7562 version 6.0 (minimal changes). See idlwave.org.
7563
7564 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7565 6.0 (minimal changes). See idlwave.org.
7566
7567 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7568
30ceaa68
RF
75692006-04-06 Romain Francoise <romain@orebokech.com>
7570
7571 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7572 symmetric encryption features and a new asynchronous interface to
7573 GnuPG. This new version is version 1.4, plus whitespace changes.
7574
6c07f4d4
RS
75752006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7576
7577 * files.el: Move some `safe-local-variable' declarations to the
7578 respective files.
7579
7580 * textmodes/ispell.el (ispell-check-comments)
7581 (ispell-local-dictionary): Mark as safe.
7582
7583 * abbrev.el (abbrev-mode): Mark as safe.
7584
7585 * add-log.el (change-log-default-name): Mark as safe.
7586
7587 * textmodes/reftex-vars.el (reftex-vref-is-default)
7588 (reftex-fref-is-default, reftex-level-indent)
7589 (reftex-guess-label-type): Mark as safe.
7590
7591 * textmodes/fill.el (colon-double-space): Mark as safe.
7592
7593 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7594 (sentence-end-double-space, sentence-end-without-period)
7595 (sentence-end-without-space, sentence-end, sentence-end-base)
7596 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7597
f133ecc0
KS
75982006-04-06 Kim F. Storm <storm@cua.dk>
7599
7600 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7601 the :set-after list.
7602 (ido-downcase-unc-hosts): New user option. Default on.
7603 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7604 when it is set, as regexps are now applied on the fly.
7605 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7606 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7607 on the fly, but only when ido-process-ignore-lists is set.
7608 Do case insensitive filtering if ido-downcase-unc-hosts is set.
7609 Only downcase names if ido-downcase-unc-hosts is set.
7610
da080609
JB
76112006-04-06 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7614
7615 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7616
eda39f7a
KS
76172006-04-05 Kim F. Storm <storm@cua.dk>
7618
82f71715
KS
7619 * ido.el (ido-mode): Set after ido-unc-hosts and
7620 ido-ignore-unc-host-regexps.
7621 (ido-save-history): Save ido-unc-hosts-cache.
7622 (ido-load-history): Load ido-unc-hosts-cache.
7623 (ido-reread-directory): Refresh unc hosts cache in // dir.
7624
eda39f7a
KS
7625 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7626 to nil while displaying slash screen.
7627
39a270b1
SJ
76282006-04-05 Daiki Ueno <ueno@unixuser.org>
7629
2b690e5b
SM
7630 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7631 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
39a270b1 7632
a293e9b6
KH
76332006-04-05 Kenichi Handa <handa@m17n.org>
7634
7635 * international/characters.el: Setup cases of Latin, Greek, and
7636 Cyrillic characters in CJK charsets.
7637
cddfe50b
SJ
76382006-03-29 Daiki Ueno <ueno@unixuser.org>
7639
7640 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7641 default-enable-multibyte-characters. This reverts the change from
7642 revision 6.17 which is no longer necessary because the passphrase
7643 is sent separately now. GnuPG messages are unreadable under
2b690e5b 7644 multibyte locales with default-enable-multibyte-characters set to nil.
cddfe50b 7645
704d7017
AS
76462006-04-04 Andreas Schwab <schwab@suse.de>
7647
7648 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
7649 and `byte-compile-warnings' as `safe-local-variable'.
7650
707f55b0
DN
76512006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7652
7653 * man.el (Man-mode-map): Restore the \r binding.
7654 (Man-abstract-xref-man-page): If Man-target-string is a function,
7655 call it.
7656 (Man-highlight-references): Use Man-default-man-entry to get the
0625ded0 7657 target. Deal with xrefs too.
707f55b0
DN
7658 (Man-highlight-references0): Don't call the target function.
7659
7660 * woman.el (WoMan-xref-man-page): Strip the section number, woman
7661 cannot deal with it.
7662
bd707233
SJ
76632006-04-04 Daiki Ueno <ueno@unixuser.org>
7664
7665 * pgg-gpg.el: Clean up process buffers every time gpg processes
7666 complete.
7667
5b9d5ffc
KH
76682006-04-04 Kenichi Handa <handa@m17n.org>
7669
7670 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
7671 here.
7672 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
7673 Temporarily bind inhibit-field-text-motion to t.
7674
260a5020
SM
76752006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * startup.el (normal-splash-screen): Only set mode-line-format in the
7678 splash buffer, so as not to interfere when debugging the code.
7679 Ignore errors when switching buffer.
7680
3db7bf54
RF
76812006-04-03 Romain Francoise <romain@orebokech.com>
7682
7683 * dired.el (dired-dnd-protocol-alist): Fix typo.
7684
f7a8a965
RS
76852006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7686
cd4160e6
RS
7687 * savehist.el (savehist): Add :version.
7688 (savehist-ignored-variables): New variable.
7689 (savehist-minibuffer-hook): Don't save variables listed in
7690 `savehist-ignored-variables'.
7691
f7a8a965
RS
7692 * dired.el (dired-dnd-protocol-alist): Mention that change does
7693 only apply to new buffers in doc string.
7694
e1e4913d
DP
76952006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7696
7697 * recentf.el (recentf-open-files-item): Include newline in button
7698 field, so opening a file will work, when the point is at the end
7699 of the file name. Allow, for example, to [i]search a file by
7700 extension and just push RET to open it.
7701
7db4c10a
SJ
77022006-04-03 Daiki Ueno <ueno@unixuser.org>
7703
7704 * pgg-gpg.el (pgg-gpg-process-filter)
7705 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7706
7707 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7708 lines, temporary fix.
7709
b641fbd7
DN
77102006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
7713
f4beca06
RS
77142006-04-02 Richard Stallman <rms@gnu.org>
7715
7716 * progmodes/compile.el (compilation-message-face): Make it defcustom.
7717
f0b31589
DN
77182006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7719
7720 * ibuf-macs.el (define-ibuffer-column): Add a new key:
eda39f7a 7721 header-mouse-map.
f0b31589
DN
7722
7723 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
7724 (ibuffer-mode-header-map): New keymaps.
7725 (ibuffer-update-title-and-summary): Enable mouse face highlighting
7726 and keybindings for column headers.
7727 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
7728 property.
7729
0cc6477b
EZ
77302006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
7731
7732 * speedbar.el (speedbar-after-create-hook): Doc fix.
7733
5113b294
EZ
77342006-04-02 Michael Ernst <mernst@alum.mit.edu>
7735
7736 * shell.el (shell-directory-tracker)
7737 (shell-dynamic-complete-command): Doc fixes.
7738
61be4a8a
EZ
77392006-04-01 Matt Hodges <MPHodges@member.fsf.org>
7740
7741 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
7742 terminals.
7743
e701756a
KS
77442006-04-01 Kim F. Storm <storm@cua.dk>
7745
7746 * ido.el (ido-unc-hosts-cache): New defvar.
7747 (ido-unc-hosts): If value of defcustom is a function, call it to
7748 get list of UNC hosts. Add function-item choices to specify
7749 ido-unc-hosts-net-view or user function.
7750 (ido-ignore-unc-host-regexps): New defcustom.
7751 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
7752 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
7753 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
7754
1c50e1e5
SM
77552006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
7758 wwidth.
7759
3903655d
JB
77602006-03-31 Juanma Barranquero <lekktu@gmail.com>
7761
a2cf0212
JB
7762 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
7763 (ido-max-work-file-list, ido-switch-buffer)
7764 (ido-read-file-name-as-directory-commands):
3903655d
JB
7765 Fix typos in docstrings.
7766
4da2c33b
YM
77672006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7768
7769 * term/mac-win.el (mac-system-coding-system): Define and use after
7770 Mac-specific coding systems are ready.
7771
8d214091
RF
77722006-03-27 Romain Francoise <romain@orebokech.com>
7773
7774 * net/rcirc.el (rcirc-connect): Add autoload cookie.
7775
ab5523ff
RF
7776 * ldefs-boot.el: Update.
7777
276e2740
SJ
77782006-03-27 Daiki Ueno <ueno@unixuser.org>
7779
7780 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7781 passphrases when it is not needed.
7782 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7783 passphrase stuff from gpg, should only be necessary when you use
7784 gpg with a smartcard.
7785
9db237d5
NR
77862006-03-27 Nick Roberts <nickrob@snap.net.nz>
7787
7788 * comint.el (comint-dynamic-list-completions): Allow user to
7789 select *Completions* buffer.
7790
80d116c1
CD
77912006-03-27 Carsten Dominik <dominik@science.uva.nl>
7792
260a5020 7793 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
80d116c1 7794
d6e4b785
AS
77952006-03-26 Andreas Schwab <schwab@suse.de>
7796
7797 * progmodes/gud.el (gdb): Only complain about multiple debugging
7798 when the gdb process is still running.
7799
1da6a64d
EZ
78002006-03-25 Eli Zaretskii <eliz@gnu.org>
7801
7802 * mail/rmail.el (tool-bar-map): Defvar it.
7803 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
7804 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
7805
cb0b6766
EZ
78062006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
7807
7808 * help.el (print-help-return-message): Suggest to use
7809 display-buffer instead of switch-to-buffer-other-window to restore
7810 the previous window without selecting it.
7811
0f49150e
YM
78122006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7813
7814 * frame.el (select-frame-by-name): Call x-focus-frame also when
7815 window-system is mac.
7816
7817 * term/mac-win.el: Adjust Courier font specifications in
7818 x-fixed-font-alist.
7819 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
7820 when directly encoding to UTF-16 in native byte order, no BOM.
7821
749e5af5
KS
78222006-03-25 Kim F. Storm <storm@cua.dk>
7823
7824 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
7825 (cua--init-keymaps): Use it instead of fixed C-return.
7826 (cua-mode): Set after it.
7827
67438f77
SM
7828 * emulation/cua-rect.el (cua--init-rectangles):
7829 Use cua-rectangle-mark-key instead of fixed C-return.
749e5af5 7830
833627da
NR
78312006-03-25 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
7834 "run" in .gdbinit.
7835 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
7836
3095ccf5
RF
78372006-03-24 Romain Francoise <romain@orebokech.com>
7838
7839 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
7840 `display-buffer-other-frame'.
7841
0ef4f79b
KS
78422006-03-24 Kim F. Storm <storm@cua.dk>
7843
7844 * apropos.el (apropos-synonyms): Add selection => region.
7845
749e5af5 78462006-03-24 Nick Roberts <nickrob@snap.net.nz>
d1f18d58
NR
7847
7848 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7849 (gdb-var-list-children-regexp, gdb-var-update-regexp)
7850 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7851 (gdb-data-list-register-values-regexp)
0ef4f79b 7852 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
d1f18d58
NR
7853 Future proof against new fields being added to MI output.
7854 (gdb-send): Don't treat backslashes for program input as
7855 continuations.
7856 (gdb-assembler-handler): Don't use window-start for this handler.
7857 (gdb-frame-handler): Don't change to hollow arrow if overlay
7858 arrow doesn't move to new frame.
7859
d23969f3
NR
78602006-03-24 Nick Roberts <nickrob@snap.net.nz>
7861
7862 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
7863 prevent compiler warnings.
7864 (gdb-stopped): Check for gud-last-last-frame (case: signal).
67438f77 7865 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
d23969f3
NR
7866 (gdb-assembler-custom): Use hollow-right-triangle for assembler
7867 buffer too.
7868
de82e530
SJ
78692006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
7870
7871 * pgg-gpg.el (pgg-gpg-update-agent): Check for
7872 make-network-process, so we can use the same code in Gnus v5-10
7873 too and have this file fully synchronized with that release.
7874
fde057aa
RF
78752006-03-23 Romain Francoise <romain@orebokech.com>
7876
7877 * ibuf-ext.el (ibuffer-read-filter-group-name):
7878 Use `ibuffer-generate-filter-groups' to make completion list match
7879 the filter groups that are really displayed in the Ibuffer buffer.
7880 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
7881
9b99ec0e
KH
78822006-03-23 Kenichi Handa <handa@m17n.org>
7883
7884 * international/mule-cmds.el (sort-coding-systems): Describe that
7885 the argument is modified in docstring.
7886
159a31cf 78872006-03-22 Sascha Wilde <wilde@sha-bang.de>
4803386d
SJ
7888
7889 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7890 (pgg-gpg-update-agent): New function.
7891 (pgg-gpg-use-agent-p): New function.
7892 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7893 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7894 (pgg-gpg-sign-region): Use it.
7895
e02577b7
CY
78962006-03-21 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * cus-edit.el (custom-face-set): Call custom-push-theme before
7899 face-spec set so that `changed' theme is correctly saved.
7900 (custom-face-reset-standard): Reset to recalculated face rather
7901 than defface spec.
7902
7903 * custom.el (custom-push-theme): Only save `changed' theme if the
7904 current face does not match the defface specs.
7905
e563e53b
SJ
79062006-03-21 Simon Josefsson <jas@extundo.com>
7907
7908 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7909 <wilde@sha-bang.de>.
7910 (pgg-gpg-use-agent): New variable.
7911 (pgg-gpg-process-region): Use it.
7912 (pgg-gpg-encrypt-region): Likewise.
7913 (pgg-gpg-encrypt-symmetric-region): Likewise.
7914 (pgg-gpg-decrypt-region): Likewise.
7915 (pgg-gpg-sign-region): Likewise.
7916 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7917
9ed8b6cb
CD
79182006-03-21 Carsten Dominik <dominik@science.uva.nl>
7919
05e4f54c 7920 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9ed8b6cb
CD
7921 bracket links.
7922
52bd2f43
KS
79232006-03-21 Kim F. Storm <storm@cua.dk>
7924
7925 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
7926 fringe-indicator-alist instead of modifying global value.
7927 (gdb-frame-handler): Likewise.
7928
b756c64c
NR
79292006-03-21 Nick Roberts <nickrob@snap.net.nz>
7930
7931 * diff-mode.el (diff-function): Make it inherit from diff-header
7932 instead of diff-context.
7933
7934 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
7935 bitmap.
7936 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
7937 change names in macro above for consistency.
7938 (gdb-frame-handler): Use hollow-right-triangle for all selected
7939 frames which except the innermost (where execution has stopped).
7940 (gdb-reset): Reset buffer-local values of overlay-arrow.
7941
ab9b3866
RS
79422006-03-20 Richard Stallman <rms@gnu.org>
7943
3b4a1f68
RS
7944 * simple.el (set-mark-command): Doc fix.
7945
ab9b3866
RS
7946 * files.el (display-buffer-other-frame): New command.
7947 (ctl-x-4-map): Bind C-x 5 C-o to it.
7948
0902822d
SM
79492006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7952 rather than just defer-time, in case defer-time has been changed but
7953 the timer isn't running yet.
7954 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7955
c287ad03
LT
79562006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7957
0902822d
SM
7958 * help-mode.el (help-follow-symbol): New function.
7959 Essentially identical to the old `help-follow', but do not let
7960 `push-button' do the work when on an xref.
c287ad03
LT
7961 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7962
c287ad03
LT
79632006-03-19 Richard Stallman <rms@gnu.org>
7964
7965 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7966 preceded by the word `program'.
7967 (help-follow-mouse, help-follow): Throw error if not on xref.
7968 Delete no longer used args.
7969
bdee903e
NR
79702006-03-20 Nick Roberts <nickrob@snap.net.nz>
7971
7972 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7973 annotation ensure gud-overlay-arrow-position is redisplayed.
7974
8a51a318
RW
79752006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7976
7977 * textmodes/bibtex.el (bibtex-include-OPTkey)
0902822d 7978 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8a51a318
RW
7979 (bibtex-autokey-name-case-convert)
7980 (bibtex-autokey-titleword-case-convert): Make these the aliases
7981 for the following two variables.
7982 (bibtex-autokey-name-case-convert-function)
7983 (bibtex-autokey-titleword-case-convert-function): Make these the
7984 real names.
7985 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7986 bibtex-font-lock-crossref sublists.
7987 (bibtex-mode): Revert 2005-12-30 change (which made
7988 completion-ignore-case buffer-local).
0902822d 7989 (bibtex-url): Simplify.
8a51a318 7990
45c1c789
KS
79912006-03-19 Kim F. Storm <storm@cua.dk>
7992
7993 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7994 cursor property value to 2 (to align with C level change).
7995
ae77c7ff
BW
79962006-03-19 Bill Wohler <wohler@newt.com>
7997
7998 * image.el (image-load-path-for-library): Shorten first line in
7999 docstring.
8000
967012d2
RS
80012006-03-18 Richard Stallman <rms@gnu.org>
8002
8003 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8004
e4d181dc
EZ
80052006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8006
8007 * isearch.el (isearch-other-meta-char): Handle user bindings for
8008 shifted control characters.
8009
7b833ed1
EZ
80102006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8011
8012 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8013 part that matches email addresses, file names, etc.
8014
7e37c7c0
EZ
80152006-03-18 Eli Zaretskii <eliz@gnu.org>
8016
0902822d
SM
8017 * term/w32-win.el (mouse-set-font):
8018 Mention w32-list-proportional-fonts in the doc string.
7e37c7c0 8019
8bd8eddc
KS
80202006-03-18 Kim F. Storm <storm@cua.dk>
8021
8022 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8023 (ido-unc-hosts): New user option to explicitly define list of know
8024 UNC-style hosts for completion.
8025 (ido-cache-unc-host-shares-time): New user option.
55b76f19
KS
8026 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8027 New helper functions for UNC file-name support.
8bd8eddc
KS
8028 (ido-may-cache-directory): Check for UNC host. Simplify.
8029 (ido-wash-history): Clean out old UNC hosts.
8030 (ido-nonreadable-directory-p): UNC hosts are always readable.
8031 (ido-directory-too-big-p): UNC hosts are never too big.
8032 (ido-set-current-directory): Handle UNC root path.
8033 (ido-file-name-all-completions): Complete UNC host names from
8034 ido-unc-hosts list. Cache UNC host shares.
8035 (ido-make-file-list-1): Don't filter UNC root.
8036 (ido-exhibit): Check for // in root directory, and switch to UNC
8037 mode by setting ido-current-directory to //.
8038
c3de8dd4
LT
80392006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8040
8041 * cus-edit.el (customize-changed-options): Mention explicit
8042 version number as default in prompt.
8043
40db64d2
BW
80442006-03-17 Bill Wohler <wohler@newt.com>
8045
8046 * image.el (image-load-path-for-library): Minor docstring fix.
8047
7f99ce52
CD
80482006-03-17 Carsten Dominik <dominik@science.uva.nl>
8049
8050 * textmodes/org.el (org-read-date): Include subgroup 5 into
8051 replacement text.
70a49ac6 8052 (org-popup-calendar-for-date-prompt): Fix customization type.
7f99ce52 8053
8ab8e521
NR
80542006-03-17 Nick Roberts <nickrob@snap.net.nz>
8055
8056 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8057 (gdb-continuation): New variable.
8058 (gdb-send): Deal with continuation lines.
8059
8060 * progmodes/gud.el (gud-gdb-complete-command)
8061 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8062 expressions.
8063 (gud-tooltip-mode): Use buffer-local value.
8064
76d4eb05
KS
80652006-03-16 Kim F. Storm <storm@cua.dk>
8066
8067 * ido.el (ido-edit-input): Use selected match, if any.
8068
c0696e1b
BW
80692006-03-16 Bill Wohler <wohler@newt.com>
8070
8071 * image.el (image-load-path-for-library): Prefer user's images in
8072 image-load-path.
8073
89a94f1e
CY
80742006-03-16 Martin Rudalics <rudalics@gmx.at>
8075
8076 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8077 when checking for attempt to drag leftmost or rightmost scrollbar.
8078
af967423
NR
80792006-03-16 Nick Roberts <nickrob@snap.net.nz>
8080
8081 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8082 (gdb-force-mode-line-update): New function.
8083 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8084 (gdb-exited): Use them.
55b76f19 8085 (gdb-signal): New function.
af967423
NR
8086 (gdb-annotation-rules): Provide a rule for it.
8087
8d40f004
KH
80882006-03-16 Kenichi Handa <handa@m17n.org>
8089
dc5c3489
KH
8090 * international/mule.el (auto-coding-regexp-alist): Add entries
8091 for Unicode BOM.
8092
8d40f004
KH
8093 * sort.el (sort-build-lists): Temporarily bind
8094 inhibit-field-text-motion to t.
8095
e6b7cc22
LT
80962006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8097
8098 * locate.el (locate-command, locate-make-command-line)
8099 (locate-fcodes-file, locate-update-command)
8100 (locate-prompt-for-command, locate, locate-with-filter)
8101 (locate-get-file-positions): Doc fixes.
8102 (locate-buffer-name, locate-header-face): Remove leading `*' in
8103 defcustom.
8104 (locate-filter-output): Use `keep-lines' instead of its alias
8105 `delete-non-matching-lines'.
8106 (locate-get-filename, locate-get-dirname): Add introductory comment.
8107 (locate-find-directory-other-window): Give appropriate error
8108 message if used outside main listing.
8109
4ffc92c2
SM
81102006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8113 the new extend-region feature.
8114 (font-lock-after-change-function): Update correspondingly.
8115 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8116 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8117
9f036d33
BW
81182006-03-15 Bill Wohler <wohler@newt.com>
8119
8120 * image.el (image-load-path-for-library): Fix example by not
55b76f19 8121 recommending that one binds image-load-path. Just defvar it to
9f036d33
BW
8122 placate compiler and only use it if previously defined.
8123
9212fe99
CD
81242006-03-15 Carsten Dominik <dominik@science.uva.nl>
8125
713cb18d 8126 * textmodes/org.el (org-insert-centered): Use `string-width' to
9212fe99
CD
8127 make underlining work for wide characters.
8128 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8129 TAB to `org-cycle', to make sure that no binding in
8130 `outline-mode-map' can supercede it.
8131
b3d0dafb
LT
81322006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8133
891d66c9 8134 * allout.el: Increment version to 2.2.1 in file commentary.
b3d0dafb 8135
891d66c9 8136 (allout-version): Increment to 2.2.1.
b3d0dafb 8137
891d66c9
LT
8138 (allout-default-layout): New customization variable, used when the
8139 file lacks a specific allout-layout. Uses allout-layout-type for
8140 recursively nested definition.
b3d0dafb 8141
891d66c9
LT
8142 (allout-layout-type): Widget defining allout layouts, necessary for
8143 self-recursive definition.
b3d0dafb 8144
891d66c9
LT
8145 (allout-mode): Incorporate allout-default-layout as fallback for
8146 allout-layout.
b3d0dafb 8147
891d66c9
LT
8148 (allout-layout): Mark as 'safe-local-variable', and refer mention
8149 fallback to `allout-default-layout' in absence of a specified value.
8150 (allout-passphrase-verifier-string)
8151 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
b3d0dafb 8152
891d66c9 8153 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
b3d0dafb 8154
891d66c9
LT
8155 (allout-get-encryption-passphrase-verifier): Use correct name of
8156 passphrase verifier in docstring.
b3d0dafb 8157
3470ef37
NR
81582006-03-15 Nick Roberts <nickrob@snap.net.nz>
8159
8160 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8161 elements.
55b76f19
KS
8162 (gdb-find-watch-expression): Make it work for arrays too.
8163 Follow change to gdb-var-list.
3470ef37
NR
8164 (gud-watch): Allow the user to enter variable name with a prexix
8165 arg. Create keybindings.
8166 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8167 (gdb-var-list-children-handler, gdb-var-update-handler)
8168 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8169 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8170 Follow change to gdb-var-list.
55b76f19 8171 (gdb-starting): Don't show the overlay arrows when program is running.
3470ef37
NR
8172
8173 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8174 gdb-var-list.
8175
5248a565
BW
81762006-03-14 Bill Wohler <wohler@newt.com>
8177
8178 * image.el (image-load-path-for-library): Pass value of path
55b76f19
KS
8179 rather than symbol. Always return list of directories.
8180 Guarantee that image directory comes first.
5248a565 8181
c852c516
AM
81822006-03-14 Alan Mackenzie <acm@muc.de>
8183
55b76f19
KS
8184 * font-core.el (font-lock-extend-region\(-function\)?.):
8185 New function/variable.
c852c516 8186
55b76f19
KS
8187 * font-lock.el (font-lock-after-change-function):
8188 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516
AM
8189 (font-lock-default-fontify-region): Remove reference to
8190 font-lock-lines-before.
8191
55b76f19
KS
8192 * jit-lock.el (jit-lock-after-change):
8193 Call font-lock-extend-region. Obey font-lock-lines-before.
c852c516 8194
d4695487
DP
81952006-03-14 David Ponce <david@dponce.com>
8196
8197 * tree-widget.el (tree-widget-themes-load-path)
8198 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8199
e8f10ddb
MB
82002006-03-13 Ryan Yeske <rcyeske@gmail.com>
8201
8202 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8203 (rcirc-print): Mark the start of text at the end of the prompt.
8204 (rcirc-track-minor-mode): Add autoload cookie.
8205 (rcirc-update-activity-string): Add space to front of mode-line
8206 indicator.
8207
54aba1ee
MB
82082006-03-13 Miles Bader <miles@gnu.org>
8209
3470ef37
NR
8210 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8211 (rcirc-abbrev-nick): Remove function.
54aba1ee
MB
8212 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8213
4f8f072e
DP
82142006-03-13 David Ponce <david@dponce.com>
8215
8216 * tree-widget.el: Handle themes across all occurrences of the main
8217 themes sub-directory found in tree-widget-themes-load-path.
8218 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8219 (tree-widget--locate-sub-directory): Return all occurrences.
55b76f19
KS
8220 (tree-widget-themes-path): New function.
8221 Replace tree-widget-themes-directory, and return a list of directories.
4f8f072e
DP
8222 (tree-widget-set-parent-theme)
8223 (tree-widget-lookup-image): Use it.
8224
586392ba
CD
82252006-03-13 Carsten Dominik <dominik@science.uva.nl>
8226
713cb18d 8227 * textmodes/org.el (org-link-search): Avoid self-matching of
586392ba
CD
8228 links, allow target text to be distributed over several lines.
8229 (org-search-not-link): New function.
713cb18d
JB
8230 (org-set-regexps-and-options, org-get-current-options):
8231 New startup options.
586392ba
CD
8232 (org-export-as-html): Take odd-level setting from local variable.
8233 (org-fontify-emphasized-text): New option.
8234 (org-set-font-lock-defaults): Include emphasized text.
8235 (org-follow-mhe-link): Allow folder-only links, fix folder name.
8236 (org-font-lock): Customize group renamed from `org-faces'.
8237
da63ece4
JPW
82382006-03-13 John Paul Wallington <jpw@pobox.com>
8239
8240 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8241 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
8242
2a1eac63
LT
82432006-03-12 Luc Teirlinck <teirllm@auburn.edu>
8244
8245 * cus-start.el (all): Delete :version keyword for members of the
8246 fringe group, since the entire group is new in 22.1.
8247
81d4dba3
NR
82482006-03-13 Nick Roberts <nickrob@snap.net.nz>
8249
8250 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8251 map if value is hexadecimal (an address).
8252 (gud-watch): Only search roots for existing watch expressions.
8253 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8254 prevent caching problems with speedbar-update-directory-contents.
8255
2d19a2a4
JL
82562006-03-12 Juri Linkov <juri@jurta.org>
8257
8258 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8259 before comparing with `low' and `warn'.
8260
8261 * info.el (Info-dir-remove-duplicates): Move point to the
8262 beginning of the current line after deleting the entries from
8263 redundant heading. Use marker for `limit' and compare it with
8264 point before calling `re-search-forward'.
8265
f372bd5b
LT
82662006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8267
8268 * simple.el (yank): Fix typo in docstring.
8269
2c1bd367
EZ
82702006-03-11 Ryan Yeske <rcyeske@gmail.com>
8271
8272 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8273 messages, where "D" is the 6th character.
8274
f161146b
EZ
82752006-03-11 Eli Zaretskii <eliz@gnu.org>
8276
8277 * simple.el (yank): Fix last change.
8278
db3c0e9c
EZ
82792006-03-11 David Ponce <david@dponce.com>
8280
8281 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8282 merging elements from the standard ispell-dictionary-alist.
8283 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8284 alist, and return the new alist.
8285
5a893bff
RS
82862006-03-11 Richard Stallman <rms@gnu.org>
8287
8288 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8289
8290 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8291 the way it is implemented is too unclean.
8292
8293 * simple.el (kill-region, yank): Doc fix.
8294
8295 * battery.el (battery-echo-area-format): Doc fix.
8296 (battery-mode-line-format): Likewise.
8297 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8298 (battery-linux-proc-acpi): Ignore batteries that say "charged".
8299
0c93f715
EZ
83002006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8301
713cb18d
JB
8302 * progmodes/octave-mod.el (octave-indent-for-comment):
8303 Behave according to do string.
0c93f715 8304
55faab0a
EZ
83052006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
8306
8887e8ec
EZ
8307 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8308 Be visible only if major mode is Mail Mode.
8309
55faab0a
EZ
8310 * textmodes/flyspell.el (flyspell-external-point-words)
8311 (flyspell-process-localwords): Fix last changes.
8312
7325e714
EZ
83132006-03-11 Eli Zaretskii <eliz@gnu.org>
8314
306cea3a
EZ
8315 * calendar/holidays.el (list-holidays): Doc fix.
8316
7325e714
EZ
8317 * international/mule.el (auto-coding-alist): Add .odt
8318 (OpenOffice's open document) files.
8319
8320 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8321 document) files. Mention in the doc string the need to sync with
8322 auto-coding-alist.
8323
af467e28
CY
83242006-03-10 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * files.el (hack-local-variables-confirm): Don't prompt for ! if
8327 enable-local-variables is set to always query, or there is no
8328 savable variable.
8329
7c565097
BW
83302006-03-10 Bill Wohler <wohler@newt.com>
8331
8332 * image.el (image-load-path-for-library): Merge at least three
8333 functions from Gnus and MH-E into this one function that can now
8334 be shared.
8335
3cf61a4f
NR
83362006-03-11 Nick Roberts <nickrob@snap.net.nz>
8337
8338 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8339 gdb-remove-mouse-face and remove help-echo too.
8340 (gdb-enqueue-input): Correct conditional clause.
713cb18d 8341
5a473319
GM
83422006-03-10 Glenn Morris <rgm@gnu.org>
8343
8344 * calendar/calendar.el (calendar-holidays): Doc fix.
8345 * calendar/holidays.el (list-holidays): Doc fix.
8346
05c31df2
NR
83472006-03-10 Nick Roberts <nickrob@snap.net.nz>
8348
8349 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8350 it gets called in gdb-prompt anyway.
8351 (gdb-use-separate-io-buffer): Only restore window arrangement for
8352 gdb-many-windows.
8353 (gdb-enqueue-input): Make it harder to send GDB input when program
8354 is running.
8355 (gdb-buffer-list): New variable.
8356 (gdb-remove-mouse-face): New function.
8357 (gdb-starting): Use it when GDB input won't get sent.
8358
60a7c013
JB
83592006-03-08 Juanma Barranquero <lekktu@gmail.com>
8360
8361 * help.el (view-lossage): Remove trailing whitespace before
8362 inserting "\n".
8363
46d91fa0
CY
83642006-03-07 Chong Yidong <cyd@stupidchicken.com>
8365
55b76f19
KS
8366 * files.el (hack-local-variables-confirm):
8367 Set coding-system-for-read to nil before writing to .emacs.
4299d849 8368
9b1fad33
CY
8369 * arc-mode.el (archive-extract): Check if an existing buffer name
8370 comes from a different archive.
8371
46d91fa0
CY
8372 * help.el (describe-key-briefly): If KEY is a down event, read and
8373 discard the up event.
8374
d9b586ff
NR
83752006-03-07 Nick Roberts <nickrob@snap.net.nz>
8376
8377 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8378 be edited and use font-lock-warning-face for any changes.
8379
8380 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8381 (gdb-edit-value): Use it to report any errors.
8382
c2f6ba99
JB
83832006-03-07 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * help.el (describe-key): Remove leftover test code.
8386
7204b00e
CD
83872006-03-07 Carsten Dominik <dominik@science.uva.nl>
8388
55b76f19
KS
8389 * textmodes/org.el: Move defvars out of eval-when-compile.
8390 Use buffer-file-name variable.
7204b00e
CD
8391 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8392 arg `file'.
8393 (org-level-faces): Remove startup dependency.
8394 (org-cycle, org-map-tree, org-scan-tags)
8395 (org-remember-handler): Don't call `outline-level' directly.
8396 (org-mhe-search-all-folders): New option.
c2f6ba99
JB
8397 (org-mhe-get-message-folder-from-index)
8398 (org-mhe-get-message-folder): Fix indexing search.
7204b00e
CD
8399 (org-format-agenda-item): Handle nil TAGS argument.
8400 (org-cleaned-string-for-export, org-activate-target-links)
8401 (org-make-target-link-regexp): Deal with empty radio target list.
8402 (org-tag): New face.
8403 (org-get-level-face): New function.
8404 (org-set-font-lock-defaults): Simplify setup for headlines.
55b76f19 8405 (org-complete): Pass common substring to `display-completion-list'.
7204b00e 8406
3070196c
DP
84072006-03-06 David Ponce <david@dponce.com>
8408
8409 * tree-widget.el: Update Commentary header.
8410 (tree-widget-theme-name): Ignore parent themes.
8411 (tree-widget-set-parent-theme): New function.
8412 (tree-widget-set-theme): Use it.
8413 (tree-widget-set-image-properties): Move definition. Does nothing
8414 if image properties have already been set.
8415 (tree-widget-image-properties): Move definition. Receive an image
8416 name. Set the :pointer property.
8417 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8418 Don't set the :pointer image property.
8419 (tree-widget-convert-widget): New function. Handle :dynargs
8420 compatibility here.
8421 (tree-widget): Use it to :convert-widget. Add the :expander-p
8422 predicate to control when the :expander function is entered.
8423 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8424 (tree-widget-value-create): Handle :expander-p. widget-apply
8425 :expander.
8426 (tree-widget-expander-p): New function. Default value of the
8427 :expander-p property.
8428
aa38f98e
CY
84292006-03-06 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * help.el (describe-key): Properly handle the return value of
8432 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4dfb2678 8433 remaps. Handle string and vector `follow-link' values.
aa38f98e 8434
95983b95
SM
84352006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * complete.el (PC-expand-many-files): Try be more careful when parsing
8438 the shell's output.
8439
1e0e9b38
SM
84402006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * outline.el (hide-sublevels): Provide better interactive default.
8443
50e3e564
KH
84442006-03-06 Kenichi Handa <handa@m17n.org>
8445
1e0e9b38
SM
8446 * international/fontset.el (create-fontset-from-fontset-spec):
8447 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
50e3e564 8448
af6a60c3
LT
84492006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8450
a79fbdcb
LT
8451 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8452 backslashes instead of one in regexp.
65416c68 8453 (gud-tooltip-dereference): Add missing optional argument.
af6a60c3 8454
681979fa
JPW
84552006-03-04 John Paul Wallington <jpw@pobox.com>
8456
8457 * wdired.el (toplevel): Require `cl' at compile-time.
8458
c6ce06a6
AS
84592006-03-04 Andreas Schwab <schwab@suse.de>
8460
8461 * server.el (server-process-filter): Handle errors during
8462 evaluation of the argument.
8463
da927269
JPW
84642006-03-03 John Paul Wallington <jpw@pobox.com>
8465
8466 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8467 escape parentheses at beginning of line.
8468 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8469 (t-mouse-mode): Remove period from end of error message.
8470
4a2c4459
EZ
84712006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8472
1e0e9b38
SM
8473 * textmodes/flyspell.el (flyspell-process-localwords):
8474 Be case-sensitive.
4a2c4459 8475
d594e896 84762006-03-03 Martin Rudalics <rudalics@gmx.at>
c60168d2 8477
33709261
EZ
8478 * cus-edit.el (custom-quote): Remove function, since it has been
8479 moved to custom.el.
8480
a6966c1c
EZ
8481 * font-lock.el (lisp-font-lock-keywords-2)
8482 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8483 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8484 they have no special meaning.
8485
c60168d2 8486 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1e0e9b38 8487 indirect buffer gets killed before indirect buffer. Use dolist.
c60168d2
EZ
8488
84892006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
a6a2b5d4
EZ
8490
8491 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8492 value instead of a literal constant (1) on more pauses.
8493
6e1fbe44
EZ
84942006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8495
1e0e9b38
SM
8496 * textmodes/flyspell.el (flyspell-external-point-words):
8497 Be case-sensitive.
6e1fbe44 8498
019ed9c7
EZ
84992006-03-03 Ryan Yeske <rcyeske@gmail.com>
8500
8501 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8502 with "www".
8503
46771bb3
EZ
85042006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8505
c601a68b 8506 * allout.el: Restablish intermediate missing comment header to
46771bb3 8507 preserve outline structure.
c601a68b
KS
8508 (allout-beginning-of-current-entry): Skip invisible text.
8509 (allout-open-topic): Fix opening a topic at end-of-buffer.
8510 (allout-minor-mode): Move nearer to allout-mode function.
46771bb3 8511
2276b5b1
CD
85122006-03-02 Carsten Dominik <dominik@science.uva.nl>
8513
c601a68b 8514 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2276b5b1 8515
115712f0
NR
85162006-03-02 Nick Roberts <nickrob@snap.net.nz>
8517
6aa79f63
NR
8518 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8519 is nil.
8520
1e0e9b38
SM
8521 * progmodes/gud.el (gud-speedbar-menu-items):
8522 Use buffer-local-value and add missing :visible keyword.
115712f0 8523
c601a68b 8524 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
115712f0 8525
d464ce27
CD
85262006-03-01 Carsten Dominik <dominik@science.uva.nl>
8527
a85551d8
CD
8528 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8529 must be `follow-link'.
8530
c601a68b 8531 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
a85551d8 8532
a196ea62 8533 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 8534 formatting: No nested anchors.
a196ea62 8535 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 8536 (org-read-date): Add (require 'parse-time).
a196ea62 8537 (org-set-tags): Fix bug with extra inserted space.
d464ce27 8538 (org-export-html-style): Define a style class for targets.
1e0e9b38 8539 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
d464ce27
CD
8540 (org-hide-leading-stars): New option.
8541 (org-hide): New face.
8542 (org-set-font-lock-defaults): Allow to hide leading stars.
8543 (org-get-legal-level, org-tr-level): New functions.
8544 (org-odd-levels-only): New option.
a196ea62
JB
8545 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8546 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
8547 (org-convert-to-odd-levels): New command.
8548
e9cee67e
NR
85492006-03-01 Nick Roberts <nickrob@snap.net.nz>
8550
8551 * speedbar.el (speedbar-update-localized-contents): Try to
8552 preserve window-start.
8553 (speedbar-update-directory-contents): Try to preserve window-start
8554 and window-point.
c601a68b 8555 (speedbar-update-special-contents): Don't move back to start of window.
e9cee67e
NR
8556
8557 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8558 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1e0e9b38 8559 speedbar-timer-fn.
e9cee67e
NR
8560 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8561 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8562 instead of gdb-speedbar-timer-fn.
e9cee67e 8563
29ecdb22
JB
85642006-02-28 Jay Belanger <belanger@truman.edu>
8565
a196ea62
JB
8566 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8567 (math-compose-expr): Use latex option when calling
29ecdb22
JB
8568 `math-compose-tex-matrix' for latex mode.
8569
766bcec1
NR
85702006-02-28 Nick Roberts <nickrob@snap.net.nz>
8571
5ef21574
NR
8572 * speedbar.el: Re-instate comments about developing for speedbar
8573 [this is what info and gdb-ui use even if better methods exist now].
8574
766bcec1
NR
8575 * t-mouse.el: New file.
8576 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
55b76f19
KS
8577 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8578 (t-mouse-make-event-element): Use posn-at-x-y instead.
766bcec1
NR
8579 (t-mouse-make-event): Deal with Fedora Core 3.
8580 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8581 (t-mouse-mouse-position-function): New function. Use it instead
8582 of advising mouse-position.
8583 (t-mouse-mode): New minor mode.
8584 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8585
c61633ba
GM
85862006-02-27 Glenn Morris <rgm@gnu.org>
8587
8588 * calendar/calendar.el (calendar-holidays): Doc fix.
8589
661f54cb
NR
85902006-02-27 Nick Roberts <nickrob@snap.net.nz>
8591
a196ea62 8592 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
8593 Re-introduce the concept of a source window.
8594 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8595 consistency with get-buffer-create.
8596 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8597 (gdb-data-list-register-values-handler)
8598 (gdb-stack-list-locals-handler): Try to preserve window-start as
8599 well as window-point.
8600 (gdb-display-source-buffer): New function (old concept).
8601 (gdb-goto-breakpoint): Use it.
8602
8603 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8604 for gdb-ui/gdb-mi (old concept).
8605
753656f3
CD
86062006-02-27 Carsten Dominik <dominik@science.uva.nl>
8607
8608 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8609 binding.
8610
55b76f19 8611 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
753656f3 8612
a196ea62
JB
8613 * textmodes/reftex-sel.el (reftex-select-label-map)
8614 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 8615
440cbd9e
LT
86162006-02-26 Luc Teirlinck <teirllm@auburn.edu>
8617
8618 * jka-cmpr-hook.el (jka-compr-compression-info-list)
8619 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8620 Give :set functions to provide automatic updating.
8621 Update docstring. Give compiler defvars early in the file
8622 and move the defcustoms to a later spot where all called functions
8623 are defined.
8624 (jka-compr-file-name-handler-entry): Doc fix.
8625 (jka-compr-compression-info-list--internal)
8626 (jka-compr-mode-alist-additions--internal)
8627 (jka-compr-load-suffixes--internal): New variables.
8628 (jka-compr-install): Set the three above variables.
8629 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8630 (jka-compr-update, jka-compr-set): New functions.
8631 (auto-compression-mode): Doc fix.
8632
8633 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8634 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8635 Use jka-compr-compression-info-list--internal,
8636 jka-compr-mode-alist-additions--internal and
8637 jka-compr-load-suffixes--internal.
8638
8639 * files.el (load-library):
8640 * loadhist.el (file-loadhist-lookup):
8641 * startup.el (command-line):
8642 * subr.el (locate-library):
8643 * emacs-lisp/autoload.el (update-directory-autoloads):
1e0e9b38
SM
8644 * emacs-lisp/find-func.el (find-library-suffixes):
8645 Use `get-load-suffixes' instead of `load-suffixes'.
440cbd9e
LT
8646
8647 * subr.el (locate-library):
1e0e9b38
SM
8648 * emacs-lisp/find-func.el (find-library-name):
8649 Use `load-file-rep-suffixes' instead of '("").
440cbd9e 8650
a0eacbcd
KS
86512006-02-26 Kim F. Storm <storm@cua.dk>
8652
1e0e9b38
SM
8653 * ido.el (ido-save-history, ido-load-history): Simplify.
8654 Don't use find-file-noselect to avoid interference from other modes.
a0eacbcd 8655
19cd88cc
TTN
86562006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
8657
8658 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
8659 to use the default shell if filename is not available.
8660 Reported by Giorgos Keramidas.
8661
957e3996
FP
86622006-02-25 John Williams <jrw@pobox.com> (tiny change)
8663
8664 * progmodes/etags.el (tags-completion-table): Do completion from
8665 all the tables in the current list, as documented in the manual.
8666
cb694ab7
AM
86672006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8668
8669 * CC Mode Update to 5.31.3.
8670
86712006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8672
1e0e9b38
SM
8673 * progmodes/cc-mode.el (c-postprocess-file-styles):
8674 Bind inhibit-read-only to t, around the call to
cb694ab7
AM
8675 c-remove-any-local-eval-or-mode-variables, so that it works on a
8676 RO file.
8677
86782006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8679
8680 * progmodes/cc-awk.el: Correct a typo.
8681
86822006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8683
8684 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
8685 c-hungry-delete-backwards, at the request of RMS. Leave the old
8686 name as an alias.
8687
86882006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8689
8690 * progmodes/cc-mode.el: Correct a typo.
8691
86922006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8693
8694 * progmodes/cc-defs.el: Update the version number to 5.31.3.
8695
86962006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8697
8698 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
8699 brace-else-brace (error due to mbeg, mend being undefined).
8700
87012006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8702
8703 * progmodes/cc-mode.el: File Local variables: Solve the problem
8704 where both `mode' and c-file-offsets are specified: `mode' will
8705 overwrite c-f-o's settings:
a196ea62
JB
8706 (c-remove-any-local-eval-or-mode-variables): New function.
8707 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
8708 c-tentative-buffer-change, to splat `mode' and `eval' before the
8709 second hack-local-variables.
8710
87112006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8712
8713 * progmodes/cc-mode.el:
8714 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1e0e9b38
SM
8715 (c-after-change): Protect the match data with save-match-data.
8716 It was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 8717
cb694ab7
AM
8718 * cc-defs.el: [Supersedes patch V1.38]:
8719 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1e0e9b38 8720 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
cb694ab7
AM
8721
8722 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
8723 with save-match-data. It was being corrupted when Font Lock was
8724 not enabled.
8725
87262006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8727
8728 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
8729 Mode and Subword Mode.
8730
8731 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
8732 real labels ("case 1:" or "foo:") from non-labels ("public:").
8733 (c-forward-objc-directive): Replace c-forward-token-2 with crude
8734 coding; c-f-t-2 doesn't move over a token at EOB.
8735
1e0e9b38 8736 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
cb694ab7
AM
8737
8738 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
8739 (c-update-modeline): Concatenate the minor mode indicators
8740 directly onto mode-name, removing c-submode-indicators.
1e0e9b38 8741 Sometimes, c-s-i got separated from the mode name on the mode line.
cb694ab7 8742
a196ea62
JB
8743 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
8744 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
8745
87462006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8747
a196ea62 8748 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
8749 error message when there's an evaluation error to show whether
8750 it's loaded from source or not.
a196ea62 8751 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
8752 `c-make-init-lang-vars-fun' needs to evaluate from source.
8753
172892e3
JB
87542006-02-24 Juanma Barranquero <lekktu@gmail.com>
8755
8756 * help.el (help): Revert last part of 2006-02-23 change (deletion
8757 of the `provide' call).
8758
32670900
JL
87592006-02-23 Juri Linkov <juri@jurta.org>
8760
8761 * compare-w.el (compare-windows-highlight): Add new value
8762 `persistent' and change :type from `boolean' to `choice'.
8763 (compare-windows-overlays1, compare-windows-overlays2):
8764 New internal variables.
8765 (compare-windows-highlight): If compare-windows-highlight is
8766 `persistent', add current overlays to compare-windows-overlays[12]
8767 instead of adding compare-windows-dehighlight to pre-command-hook.
8768 (compare-windows-dehighlight): Delete all overlays from
8769 compare-windows-overlays[12].
8770
8771 * info.el (Info-search): Don't bind search-spaces-regexp to
8772 Info-search-whitespace-regexp in non-regexp isearch mode.
8773
4e6d3170
SM
87742006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
8777
35402b98
JB
87782006-02-23 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * textmodes/org.el (org-xemacs-p)
8781 (org-export-html-show-new-buffer, org-table-may-need-update)
8782 (org-insert-item, org-mhe-get-message-real-folder)
8783 (org-mhe-get-message-folder-from-index)
8784 (org-mhe-get-message-folder, org-mhe-get-message-num)
8785 (org-mhe-get-header, org-make-org-heading-search-string)
8786 (org-make-org-heading-camel, org-table-sort-lines)
8787 (org-format-org-table-html, org-format-table-table-html):
8788 Fix typos in docstrings.
8789
55b76f19 87902006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 8791
85563680
JB
8792 * textmodes/org.el (org-cleaned-string-for-export)
8793 (org-solidify-link-text): New function.
8794 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
8795 XEmacs, just to silence the compiler.
4e6d3170
SM
8796 (org-export-as-ascii, org-export-as-html-and-open):
8797 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
8798 (org-follow-mhe-link): Require mh-e, use folder.
8799
e4905946
NR
88002006-02-23 Nick Roberts <nickrob@snap.net.nz>
8801
85563680 8802 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
8803
8804 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
8805 gdb-debug-log-length.
8806 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
8807 it a real ring but...
8808 (gud-gdba-marker-filter): ...make it work like mark-ring.
8809 (gdb-enable-debug): Rename from gdb-enable-debug-log.
8810 (gdb-mouse-jump): New function. Add bindings.
8811
03937438
NR
88122006-02-23 Nick Roberts <nickrob@snap.net.nz>
8813
8814 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
8815 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
8816 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
8817 (gdb-debug-log-length): Customize it's length.
8818 (gud-watch, gdb-var-create-handler): Display function::var format
8819 but don't use to create variable object.
8820 (gdb-var-create-handler): Use message-box in place of message.
8821 (gdb-stopped): Call gdb-exited if signalled.
8822
2e205512
CD
88232006-02-22 Carsten Dominik <dominik@science.uva.nl>
8824
85563680 8825 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 8826
85563680 8827 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 8828
85563680 8829 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
8830 if `reftex-try-all-extensions' is set.
8831
0738d819
CD
8832 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
8833 fail silently when there is no valid argument at point.
8834 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
8835 `fail-silently' argument. From a patch by David Reiter.
a196ea62 8836
35402b98 8837 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
8838 New commands.
8839 (org-mark-ring): New variable.
8840 (org-mark-ring-length): New option.
8841 (org-open-at-point, org-goto, org-open-file): Push old position
8842 onto the mark ring.
8843 (org-add-hook): New function.
8844 (org-export-table-remove-special-lines): New option.
35402b98
JB
8845 (org-skip-comments, org-format-org-table-html): Respect new
8846 option `org-export-table-remove-special-lines'.
8847 (org-open-file): Allow special command configuration for
8848 directory link.
4e6d3170 8849 (org-file-apps): Fix bugs in customize type, added setting
35402b98 8850 for directories.
2e205512
CD
8851 (org-activate-tags, org-format-agenda-item, org-complete)
8852 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
8853 (org-get-tags, org-get-buffer-tags, org-open-at-point)
8854 (org-link-search, org-make-org-heading-search-string)
8855 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
8856 (org-radio-targets, org-file-link-context-use-camel-case)
8857 (org-activate-camels): New options.
8858 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
8859 (org-make-target-link-regexp, org-activate-target-links):
8860 New functions.
2e205512
CD
8861 (org-make-org-heading-search-string): New function.
8862 (org-store-link, org-insert-link): Use new option
8863 `org-file-link-context-use-camel-case'.
8864 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 8865 (org-link-regexp): Add mhe prefix.
35402b98
JB
8866 (org-open-at-point, org-store-link): Support for mhe links.
8867 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
8868 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
8869 (org-mhe-get-header, org-follow-mhe-link): New functions.
8870 (org-remove-angle-brackets, org-add-angle-brackets):
8871 New functions.
8872 (org-bracket-link-regexp): New constant.
4e6d3170 8873 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
8874 (org-link-search): Make hierarchy above visible after a match.
8875 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 8876 (org-store-link): Fix bug with link creation when cursor is in
2e205512 8877 an empty line.
4e6d3170 8878 (org-open-at-point): Fix bug with matching a link.
35402b98 8879 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
8880 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8881 (org-prefix-has-tag): New variable.
35402b98
JB
8882 (org-format-agenda-item): Remove tags from headline
8883 if appropriate.
2e205512
CD
8884 (org-agenda-remove-tags-when-in-prefix): New option.
8885
608c89a9 88862006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 8887
608c89a9 8888 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
8889 Fix the regular expressions.
8890
f623a9d2
RS
88912006-02-21 Richard M. Stallman <rms@gnu.org>
8892
8893 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
8894 if there's no other specific basis.
8895
8896 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
8897 as variables at all.
8898 (unsafep-variable): Rename arg; doc fix.
8899
8900 * abbrevlist.el (list-one-abbrev-table): Add autoload.
8901
8902 * calendar/appt.el (diary-selective-display): Add defvar.
8903
8904 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
8905
8906 * isearch.el (search-whitespace-regexp): Fix custom type.
8907
8908 * help.el (describe-key-briefly): Compute interactive args
8909 in same was as before previous change.
8910
8911 * files.el (enable-local-variables): Doc fix.
8912
dd9959da
KS
89132006-02-21 Kim F. Storm <storm@cua.dk>
8914
8915 * fringe.el: Cleanup as file is now pre-loaded.
8916 (fringe-bitmaps): Initialize unconditionally.
8917 (fringe-mode, set-fringe-style): Remove autoload cookies.
8918
89192006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
8920
8921 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
8922 `horizontal-bar'.
8923 (fringe-cursor-alist): Use `horizontal-bar'.
8924
49af2995
KS
89252006-02-20 Kim F. Storm <storm@cua.dk>
8926
8927 * fringe.el (fringe-bitmaps): Update to new bitmap names.
8928 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
8929
8930 * loadup.el: Load "fringe" on window systems.
8931
89322006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
8933
8934 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
8935 out of scope components.
8936
8937 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
8938 default.
8939
ec9f0a62
CY
89402006-02-20 Chong Yidong <cyd@stupidchicken.com>
8941
4e6d3170
SM
8942 * custom.el (customize-mark-to-save, customize-mark-as-set):
8943 Load the symbol first.
ec9f0a62 8944
5376d5f6
JB
89452006-02-20 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8948 strech spec so it doesn't display as "^J" on the header line
8949 when `Buffer-menu-use-header-line' is t.
8950
8e6694f5
NR
89512006-02-20 Nick Roberts <nickrob@snap.net.nz>
8952
8953 * speedbar.el (speedbar-make-button): Keep text properties
8954 of string arguments if desired.
8955
8956 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8957 expessions.
8958
8959 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8960 of speedbar.
8961
07556e35
JPW
89622006-02-19 Ryan Yeske <rcyeske@gmail.com>
8963
8964 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8965 to value of `read-file-name-completion-ignore-case'.
8966
2d656942
CY
89672006-02-19 Chong Yidong <cyd@stupidchicken.com>
8968
fccf2784 8969 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 8970
2d656942 8971 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 8972 (customize-set-variable): Push setting to `user' theme.
2d656942 8973
4d9fa6b8
NR
89742006-02-19 Nick Roberts <nickrob@snap.net.nz>
8975
8976 * progmodes/gud.el: Don't require font-lock as it's now
8977 automatically loaded.
8978 (gud-speedbar-buttons): Replace gdb-var-changed with
8979 gdb-force-update.
8980
8981 * progmodes/gdb-ui.el (gdb-force-update): Rename from
8982 gdb-var-changed.
8983 (gdb-post-prompt): Use it.
8984 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8985 (gdb-var-update-handler, gdb-var-delete)
8986 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8987 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8988 gdb-force-update in gdb-post-prompt.
8989 (gdb-reset): Clear watch expressions from speedbar when quitting.
8990
b6178721 89912006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
8992
8993 * viper-cmd.el (viper-insert-state-post-command-sentinel)
8994 (viper-change-state-to-vi, viper-change-state-to-emacs):
8995 Make aware of cursor coloring in the Emacs state.
8996 (viper-special-read-and-insert-char): Use read-char-exclusive.
8997 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8998
8999 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9000
9001 * viper-util.el (viper-save-cursor-color)
9002 (viper-get-saved-cursor-color-in-replace-mode)
9003 (viper-get-saved-cursor-color-in-insert-mode)
9004 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 9005 state.
5376d5f6
JB
9006 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9007
9008 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9009 (ediff-ignore-case-option3, ediff-actual-diff-options)
9010 (ediff-actual-diff3-options): New variables to control case sensitivity.
9011 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9012 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9013 (ediff-toggle-ignore-case): New function.
9014 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9015
9016 * ediff-help.el (ediff-long-help-message-narrow2)
9017 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9018 (ediff-long-help-message-word-mode): Add ignore-case command.
9019 (ediff-help-for-quick-help): Add ignore-case command.
9020
9021 * ediff-merg.el: Move provide to the end.
9022
9023 * ediff-ptch.el: Move provide to the end.
9024
9025 * ediff-wind.el: Move provide to the end.
9026
9027 * ediff-mult.el: Move provide to the end.
9028 (ediff-set-meta-overlay): Enable follow-link.
9029
9030 * ediff.el: Move provide to the end.
b6178721 9031 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
9032 (ediff-patch-buffer): Better heuristics.
9033
9034 * ediff-util.el: Move provide to the end.
b6178721 9035 Break recursive load cycle in eval-when-compile.
5376d5f6 9036 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 9037 defuns.
5376d5f6 9038 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 9039 ediff-diff3-options.
5376d5f6 9040
dee503e5
JB
90412006-02-19 Juanma Barranquero <lekktu@gmail.com>
9042
9043 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9044 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9045 `' (for example, in the docstring of `windmove-default-keybindings').
9046
e06b715f
NR
90472006-02-19 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9050 shadow face. Don't provide binding to edit variable when it is
9051 out of scope.
9052
9053 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9054 (gdb-var-update-handler): Detect out of scope variables with pre
9055 GDB 6.4 too.
172892e3 9056 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 9057 Reset status of variable objects to nil in update handlers.
e06b715f
NR
9058 (gdb-var-update-handler-1): Detect when a variable object comes
9059 in scope. setcar on var changes gdb-var-list directly.
9060
d73c9bcb
JL
90612006-02-17 Juri Linkov <juri@jurta.org>
9062
9063 * ffap.el (ffap) <defface>: Add explicit face declaration.
9064 (ffap-highlight): Use face `ffap' directly instead of checking
9065 for its existence.
9066
9067 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9068 `visible-ok' of `other-buffer' to find the right original buffer.
9069
9070 * info.el (Info-search): Skip `Local Variables' node.
9071
bec275ed
JL
90722006-02-17 Juri Linkov <juri@jurta.org>
9073
9074 * info.el (Info-find-file): Check for symbols `apropos', `history',
9075 `toc' in the input filename, and return these symbols as is.
9076 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9077 `history', `toc' instead of strings.
9078 (Info-set-mode-line): For non-string Info-current-file use the
9079 symbol's name inside **.
9080 (Info-isearch-push-state): Add quote before Info-current-file and
9081 Info-current-node.
9082 (Info-isearch-pop-state): Use `equal' instead of `string='.
9083 (Info-extract-pointer, Info-following-node-name): Use
9084 `match-string-no-properties' instead of `match-string'.
9085 (Info-up): Check `old-file' for `stringp'.
9086 (Info-history): Use `equal' instead of `string-equal'.
9087 Check `file' for `stringp'.
9088 (Info-history): Use symbol `history' instead of string as first arg
9089 of `Info-find-node'.
9090 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9091 `toc' instead of string.
9092 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9093 instead of `buffer-substring', and `match-string-no-properties'
9094 instead of `match-string'.
9095 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9096 instead of strings.
9097 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9098 Use symbol `apropos' instead of string.
9099 (Info-copy-current-node-name): Check `Info-current-file' for
9100 `stringp' and construct a command with `Info-find-node' from it.
9101 (Info-fontify-node): Use `match-string-no-properties' instead of
9102 `match-string' and check file names for `stringp'.
9103 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9104 `history', `toc' instead of strings.
9105
b9e1451a
CY
91062006-02-17 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * files.el: Rearrange functions and variables in the file local
9109 variables section.
9110
8086a70c
RS
91112006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9112
9113 * files.el: Add truncate-lines, ispell-check-comments and
9114 ispell-local-dictionary as safe local variables.
9115
11de097a
NR
91162006-02-18 Nick Roberts <nickrob@snap.net.nz>
9117
9118 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9119 out of scope variables.
9120 (gud-speedbar-buttons): Use unless.
9121
9122 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9123 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9124 (gdb-show-changed-values): Also use for out of scope variables.
9125 (gdb-var-update-handler-1): Note if variable goes out of scope.
9126
783eebb9
EZ
91272006-02-17 Ryan Yeske <rcyeske@gmail.com>
9128
9129 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9130 default to global variable values for unsupplied args.
9131 (rcirc-get-buffer-create): Fix bug with setting the target.
9132 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9133 test for rcirc-always-use-server-buffer-flag here.
9134 (rcirc-response-formats): Add %N, which is a facified nick. %n
9135 uses the default face. Change the ACTION format string. If the
9136 "nick" is the server, don't print anything for that field.
9137 Comment fixes.
9138 (rcirc-target-buffer): Don't test
9139 rcirc-always-use-server-buffer-flag here.
9140 (rcirc-print): Squeeze extra spaces out of the text before message.
9141 (rcirc-put-nick-channel): Strip potential "@" char from nick
9142 before adding them to nick table.
9143 (rcirc-url-regexp): Improve to match address like "foo.com".
9144
773e7e48
EZ
91452006-02-17 Eli Zaretskii <eliz@gnu.org>
9146
11de097a 9147 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
9148 allout-overlay-interior-modification-handler, where it is first
9149 used.
9150
96b83743
EZ
91512006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9152
9153 * allout.el: Use allout invisible-text overlays instead of
9154 selective display for concealed text. Also, lots of general
9155 cleanup, and improved compatibility code.
9156
9157 (allout-version) Incremented, corrected, revised, and refined
9158 module commentary.
9159
9160 (provide 'allout): Moved to the bottom, added a require of overlay.
9161
9162 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9163 `except-current'.
9164 (allout-write-file-hook-handler): Minimize delay.
9165 (count-trailing-whitespace-region): New function so
9166 auto-encryption of current topic can resituate cursor exactly.
9167 PGP/GPG encryption trims trailing whitespace from lines, which
9168 must be accounted for across encryption then decryption.
9169
9170 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9171 just plain "\C-c", to avoid intruding on user's keybinding space.
9172
9173 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9174 parameter, so user request to provide a new password is done.
9175
9176 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9177 Refined mechanism for auto-filling behavior while in allout mode.
9178
9179 (allout-mode): Explicitly specify the mode map in the docstring.
9180 Clarify provision for various write-file hook var names.
9181 Adjusted for invisible-text overlays instead of selective-display.
9182
9183 (allout-depth): Really return 0 if not within any topic. This
9184 rectifies `allout-beginning-of-level' and sequence numbering
9185 errors that occur when cutting and pasting numbered topics.
9186 Changed from a in-line subst to a regular function, as well.
9187
9188 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9189
9190 (allout-end-of-subtree, allout-end-of-subtree)
9191 (allout-end-of-entry, allout-end-of-current-heading)
9192 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9193 (allout-show-children, allout-show-to-offshoot)
9194 (allout-hide-current-entry, allout-show-current-entry): Rectified
9195 handling of trailing blank lines between items.
9196
9197 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9198 (allout-current-depth, allout-unprotected, allout-hidden-p)
9199 (allout-on-current-heading-p, allout-listify-exposed)
9200 (allout-chart-subtree, allout-goto-prefix)
9201 (allout-back-to-current-heading, allout-get-body-text)
9202 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9203 (allout-hide-region-body, allout-toggle-subtree-encryption)
9204 (allout-encrypt-string, allout-encrypted-key-info)
9205 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9206 (allout-file-vars-section-data): Adjusted for use with
9207 invisible-text overlays instead of selective-display.
9208
9209 (allout-kill-line, allout-kill-topic, allout-yank-processing):
9210 Reworked for use with invisible text overlays.
9211
9212 (allout-current-topic-collapsed-p): New function.
9213
9214 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9215 to know when to close the containing topic.
9216
9217 (allout-pre-command-business, allout-post-command-business):
9218 Simplify undo-batching and dynamic isearch exposure.
9219
9220 (allout-set-overlay-category): New for invisible-text overlays.
9221 Sets properties of allout-overlay-category, used by
9222 allout-flag-region to set invisible-text overlay properties.
9223 (allout-get-invisibility-overlay): Get the first qualifying
9224 invisibility overlay, so we can find the extent of it.
9225 (allout-back-to-visible-text): Get to just before the beginnining
9226 of the current invisibility overlay, if any.
9227
9228 (allout-overlay-insert-in-front-handler)
9229 (allout-overlay-interior-modification-handler)
9230 (allout-before-change-handler, allout-isearch-end-handler): New
9231 functions to handle extraordinary actions affecting concealed
9232 text.
9233
9234 (allout-flag-region): Use overlays instead of selective-display
9235 for invisible text - by inheritence from the properties of
dee503e5
JB
9236 allout-overlay-category in mainline Emacs, and applied
9237 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
9238 don't inherit the properties from the category. Provisions to
9239 respond to concealed-text edits simplified drastically.
9240
9241 (allout-isearch-rectification, allout-isearch-was-font-lock)
9242 (allout-isearch-expose, allout-enwrap-isearch)
9243 (allout-isearch-abort, allout-pre-was-isearching)
9244 (allout-isearch-prior-pos, allout-isearch-did-quit)
9245 (allout-isearch-dynamic-expose)
9246 (allout-hide-current-entry-completely): Functions deleted.
9247
9248 (allout-undo-aggregation): Explicit undo aggregation no longer
9249 necessary due to transition away from selective-display.
9250
9251 (set-allout-regexp, allout-up-current-level)
9252 (allout-next-visible-heading, allout-forward-current-level)
9253 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9254 (allout-kill-line, allout-yank-processing, allout-show-children)
9255 (allout-expose-topic, allout-old-expose-topic)
9256 (allout-listify-exposed, allout-insert-latex-header)
9257 (allout-toggle-subtree-encryption, allout-encrypt-string)
9258 (remove-from-invisibility-spec, allout-hide-current-subtree):
9259 Ditched unused variables.
9260
a2a385a7
EZ
92612006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
9262
72e4724b 9263 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
9264 ispell-buffer-local-dict instead of
9265 ispell-accept-buffer-local-defs.
72e4724b 9266 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 9267 supported by Emacs.
72e4724b
EZ
9268 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9269 changed to iso-8859-3.
a2a385a7 9270
c3229403
NR
92712006-02-17 Nick Roberts <nickrob@snap.net.nz>
9272
60b8fb50
NR
9273 * speedbar.el (speedbar-frame-width): Make an inline function
9274 instead of a macro. Use frame-width.
dee503e5 9275 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
9276 (speedbar-timer-fn): Use consp.
9277 (speedbar-update-localized-contents): Try to preserve point.
9278
9279 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 9280 (menu): Re-order menu items.
60b8fb50
NR
9281 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9282 field.
9283 (gdb-var-update-handler-1): Use it for GDB 6.4+.
9284 (gdb-post-prompt): Speed things by not forcing update.
c3229403 9285
bc7b6e08
CY
92862006-02-16 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9289 press and perform default action if we get a mouse movement event.
9290
b5189759
JB
92912006-02-16 Juanma Barranquero <lekktu@gmail.com>
9292
9293 * calendar/icalendar.el (icalendar--get-event-property)
9294 (icalendar--get-event-property-attributes): Fix typos in
9295 docstrings.
9296
9297 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9298 docstring.
9299
988deaf9
JB
93002006-02-15 Juanma Barranquero <lekktu@gmail.com>
9301
9302 * bs.el (bs-mode): Use `buffer-disable-undo'.
9303 (bs--get-file-name): Simplify.
9304 (bs-show-in-buffer): Mark the buffer as not modified.
9305
42078bb2
CY
93062006-02-14 Chong Yidong <cyd@stupidchicken.com>
9307
bb55f90e
CY
9308 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9309 widget-button-click.
9310
9311 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 9312 (custom-mode): Update docstring.
bb55f90e 9313
50be33f5
CY
9314 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9315 binding.
9316
42078bb2 9317 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 9318 file variable list is too long. Kill temp buffer after use.
42078bb2 9319
a4b354b7
NR
93202006-02-15 Nick Roberts <nickrob@snap.net.nz>
9321
9322 * progmodes/gud.el (gdb): Improve doc string.
9323 (gdb-script-font-lock-keywords): Expand allowed character set.
9324
9325 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9326 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9327 (gdb-separate-io-interrupt, gdb-separate-io-quit)
9328 (gdb-separate-io-stop, gdb-separate-io-eof):
9329 Rename from gdb-inferior-* to gdb-separate-*.
9330 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9331
d7505da3
JB
93322006-02-14 Jay Belanger <belanger@truman.edu>
9333
9334 * calc/calc-arith.el (math-check-known-scalarp): Make sure
9335 expression is a symbol before checking that it is bound.
9336
9337 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9338 test to see if equation can be solved.
9339
d450f2a2
CY
93402006-02-14 Chong Yidong <cyd@stupidchicken.com>
9341
e1ec62a5
CY
9342 * wid-edit.el (widget-button-click): Use :pressed-face property
9343 for overlay face, if it exists.
9344
9345 * cus-edit.el (custom-manual, custom-add-see-also)
9346 (custom-add-parent-links, custom-group-link): Add :pressed-face
9347 property to links.
9348
d450f2a2
CY
9349 * files.el (hack-local-variables): Remove ignored variables before
9350 checking if any variables need setting.
9351
348f73b0 93522006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0dd95b49 9353
ef4cbfc0 9354 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 9355
a5f43550
JB
93562006-02-14 Juanma Barranquero <lekktu@gmail.com>
9357
9358 * help.el (where-is): Fix message for remapped commands.
9359
ef4cbfc0
JB
9360 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9361 Fix typos in docstrings.
9362
5a6c1d87
CY
93632006-02-13 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * files.el (safe-local-variable-values): New option.
9366 (hack-local-variables-prop-line): Return a list of variable-value
9367 pairs if MODE-ONLY is non-nil.
9368 (hack-local-variables): Construct list of variable-value pairs,
9369 and apply or reject them in one go. Ask for confirmation if
9370 variables are not known safe.
9371 (hack-local-variables-confirm): Complete rewrite. Support
9372 `safe-local-variable-values'.
9373 (enable-local-variables): Update docstring to reflect new
9374 behavior.
9375 (ignored-local-variables): Ignore ignored-local-variables and
9376 safe-local-variable-values.
9377 (safe-local-variable-p): New function.
9378 (risky-local-variable-p): `safe-local-variable' property check
9379 moved to safe-local-variable-p.
9380 (hack-one-local-variable): Checks moved to hack-local-variables.
9381
a5f43550
JB
9382 (byte-compile-dynamic, c-basic-offset, c-file-style)
9383 (c-indent-level, comment-column, fill-column, fill-prefix)
9384 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9385 (no-update-autoloads, outline-regexp, page-delimiter)
9386 (paragraph-start, paragraph-separate, sentence-end)
9387 (sentence-end-double-space tab-width, version-control):
9388 Add `safe-local-variable' property.
5a6c1d87
CY
9389
9390 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9391
9392 * icomplete.el, play/landmark.el: Change nonexistent
9393 `outline-layout' file variable to `allout-layout'.
9394
ee517841
NR
93952006-02-14 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9398 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9399 to gud-comint-buffer.
9400 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9401 gdb-ui.el for gdb-mi.el.
9402 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9403 registers buffer to gdb-get-changed-registers.
9404 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9405 deletion of catchpoints (throw and catch).
9406 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9407 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9408 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9409 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9410 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9411
c3a1b861
JB
94122006-02-13 Jay Belanger <belanger@truman.edu>
9413
a5f43550 9414 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
9415 expression is a symbol before checking that it is bound.
9416
2c8ed538
RS
94172006-02-13 Richard M. Stallman <rms@gnu.org>
9418
f8d775e1
RS
9419 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9420 for the minibuffer too, but not if resize-mini-windows will interfere.
9421
2c8ed538
RS
9422 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9423 inside `interactive' spec.
9424 (describe-key-briefly-internal, describe-key-internal):
9425 Functions merged back into their callers.
a5f43550 9426
5fed8c15 94272006-02-13 Martin Rudalics <rudalics@gmx.at>
fd5b25da
JL
9428
9429 * info.el (info-xref-visited): Inherit from info-xref too.
9430 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9431 when propertizing Info-current-file and Info-current-node.
9432
ace665ea
JL
94332006-02-13 Juri Linkov <juri@jurta.org>
9434
9435 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9436 (tumme-thumb-name): Fix per-directory format.
9437
50d16788
JB
94382006-02-13 Juanma Barranquero <lekktu@gmail.com>
9439
9440 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9441
3715419e
MB
94422006-02-12 Miles Bader <miles@gnu.org>
9443
9444 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9445
98da60f7
MD
94462006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9447
50d16788 9448 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
9449 can always be found in CVS.
9450
fb453473
MD
94512006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9452
50d16788
JB
9453 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9454 about the Thumbnail Managing Standard option.
fb453473 9455
0283e339
RS
94562006-02-12 Richard M. Stallman <rms@gnu.org>
9457
9458 * subr.el (substitute-key-definition): Doc fix.
9459
9460 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9461
9462 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9463
9464 * info.el (Info-mode): Doc fix.
9465
9466 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9467
7dbde7dd
MA
94682006-02-12 Michael Albinus <michael.albinus@gmx.de>
9469
9470 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9471 because on Solaris a POSIX compatible "id" is needed. Reported by
9472 Magnus Henoch <mange@freemail.hu>.
9473
ea948bd6
JL
94742006-02-12 Juri Linkov <juri@jurta.org>
9475
9476 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9477 (tumme) <defgroup>: Change :group to `multimedia'.
9478 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9479 Managing Standard.
9480 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9481 Fix dostring.
9482 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9483 and %y. Fix docstring.
9484 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9485 (tumme-cmd-create-standard-thumbnail-command): New user options.
9486 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9487 is `standard'. Fix docstring.
9488 (tumme-thumb-width, tumme-thumb-height): New user options.
9489 (tumme-external-viewer): Try to find various viewers.
9490 (tumme-get-thumbnail-image): Use `create-image' instead of
9491 constructing the `image' structure.
9492 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9493 `standard'.
9494 (tumme-thumb-name): Add file name generation for standard storage.
9495 Simplify code for other storages.
9496 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9497 Add modification time %m and thumbnail-nq8 %q.
9498 Use `tumme-cmd-create-standard-thumbnail-command' if
9499 tumme-thumbnail-storage is `standard'.
9500 (tumme-dired-insert-marked-thumbs): New autoload command.
9501 (tumme-dired-after-readin-hook): New function.
9502 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9503 `tumme-thumb-size'.
9504 (tumme-display-image): Replace size-x %x and size-y %y with
9505 width %w and height %h.
9506
9507 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9508 `tumme-dired-insert-marked-thumbs'.
9509
c39343ca
MD
95102006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9511
f828c6fc
JB
9512 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9513 include path).
9514 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9515 matching tag.
c39343ca 9516
324e4da7
MB
95172006-02-12 Miles Bader <miles@gnu.org>
9518
9519 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9520 New variables.
9521 (rcirc-abbrev-nick): New function.
9522 (rcirc-format-response-string): Rewrite to use the formats in
9523 `rcirc-response-formats' and expand escape sequences therein.
9524 A text-property `rcirc-text' is added over the actual response
9525 text to make easy to find inside the returned string.
9526 (rcirc-print): When filling, just look for the `rcirc-text'
9527 text-property to find the appropriate fill prefix, instead of
9528 using hardwired patterns.
9529
e6b84d1f
MD
95302006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9531
f828c6fc
JB
9532 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9533 Managing Standard.
e6b84d1f 9534
ed096543
KS
95352006-02-11 Kim F. Storm <storm@cua.dk>
9536
9537 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9538 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 9539 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 9540
518dc5be
EZ
95412006-02-11 Martin Rudalics <rudalics@gmx.at>
9542
9543 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 9544 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
9545 (revert-buffer): Let insert-file-contents discard
9546 buffer-undo-list. Simplify code.
9547 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9548
c54fb9ef
EZ
95492006-02-11 Eli Zaretskii <eliz@gnu.org>
9550
5fb64ecc
EZ
9551 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9552
c54fb9ef
EZ
9553 * help.el (describe-key-briefly): Now a wrapper for
9554 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 9555 to t. Populate yank-menu if empty.
c54fb9ef
EZ
9556 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9557 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 9558 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
9559 (describe-key-internal): Renamed from describe-key.
9560
08108577
EZ
95612006-02-11 Milan Zamazal <pdm@zamazal.org>
9562
9563 * progmodes/glasses.el (glasses-separator): Doc fix.
9564 (glasses-original-separator): New defcustom.
9565 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9566
a348f5ba
EZ
95672006-02-11 Martin Rudalics <rudalics@gmx.at>
9568
9569 * mwheel.el (mouse-wheel-up-event): Doc fix.
9570
6295b3b1
MD
95712006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9572
f828c6fc
JB
9573 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9574 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 9575
be617bbf
JB
95762006-02-10 Juanma Barranquero <lekktu@gmail.com>
9577
9578 * desktop.el (desktop-outvar): Fix typo.
9579 (desktop-save-buffer-p): Doc fix.
9580
4f1a3949
JB
9581 * subr.el (substitute-key-definition): Fix typo.
9582
cbd488c4
YM
95832006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9584
9585 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9586 when window-system is mac.
9587
9588 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9589
d342156c
KS
95902006-02-10 Kim F. Storm <storm@cua.dk>
9591
9592 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9593 indirect-function instead of using condition-case.
9594
13664bec
MD
95952006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9596
f828c6fc
JB
9597 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9598 less `colloquial'...
13664bec 9599
d03b98ad
MD
96002006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9601
f828c6fc 9602 * tumme.el: Add a couple of todo items.
d03b98ad 9603
02501160 96042006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 9605
4f1a3949 9606 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
9607 (highlight-changes-mode): Don't change desktop-locals-to-save.
9608
fcfc4732
CY
96092006-02-09 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * image-mode.el (image-toggle-display): Clear image cache if using
9612 filename.
9613
02501160 96142006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 9615
d2ea84be
MY
9616 * dired-x.el (dired-guess-shell-alist-default): Add .man as
9617 a `dired-man' target.
1bf6d4b5
RF
9618
9619 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
9620 boundary of symbols.
9621
bf54d814
SM
96222006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
9623
9624 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9625
ddd1e91e
JB
96262006-02-09 Juanma Barranquero <lekktu@gmail.com>
9627
9628 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9629 `mapcar'; return nil.
9630
745cfc57
CY
96312006-02-08 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * mouse.el (mouse-drag-track): Don't change window if we rebind to
9634 some other event.
9635
db58efbf
EZ
96362006-02-08 Ryan Yeske <rcyeske@gmail.com>
9637
bf54d814
SM
9638 * net/rcirc.el (rcirc-startup-channels-alist):
9639 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
9640 (rcirc-ignore-all-activity-flag): Remove variable.
9641 (rcirc-authinfo): New variable.
9642 (rcirc-authinfo-filename): Remove variable.
9643 (rcirc-always-use-server-buffer-flag): New flag.
9644 (rcirc): M-x rcirc will automatically connect without prompting.
9645 C-u M-x rcirc will prompt. Use rcirc-connect to create a
9646 connection in lisp.
9647 (rcirc-process-server-response-1): Remove everything but the nick
9648 portion of the sender so it doesn't need to be done everywhere
9649 else. Update related code.
9650 (global-map): Remove global keybindings.
9651 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
9652 (rcirc-send-input): Split into several functions.
9653 (rcirc-process-input-line, rcirc-process-message)
9654 (rcirc-process-command): New functions.
9655 (rcirc-target-buffer): New function to determine where to route
9656 messages.
9657 (rcirc-user-nick): Save match data.
9658 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
9659 (rcirc-update-activity-string): Remove global ignore functionality,
9660 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
9661 (rcirc-track-minor-mode-map): New keymap.
9662 (rcirc-track-minor-mode): New minor-mode.
9663 (ignore): Make the ignore output nicer. Always print it when
9664 adding or removing nicks.
9665 (rcirc-url-regexp): Improve.
9666 (rcirc-mangle-text): Remove properties before using text in the
9667 modeline.
9668 (rcirc-authenticate): Authentication data comes from
9669 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
9670 (rcirc-server-prefix): Inherit from rcirc-server.
9671
063cd226
EZ
96722006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
9673
9674 * Makefile.in (compile): Append "|| true" to the end of the `find'
9675 command, like compile-always does.
9676
df2a9b12
SS
96772006-02-08 Sam Steingold <sds@gnu.org>
9678
9679 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
9680 output from a dead connection.
9681
6102da26
MD
96822006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9683
cb192119 9684 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 9685
cb192119 96862006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
9687
9688 * wdired.el (wdired-mode-map): Use remap.
9689 (wdired-get-filename): Massage.
9690 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
9691 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
9692 `keymap' property rather than `local-map'.
9693
87ec3117
MD
96942006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9695
bd91608b
KS
9696 * tumme.el (tumme-get-thumbnail-image): New utility function.
9697 Suggested by from Chong Yidong.
9698 (tumme-dired-with-window-configuration): Rename from
9699 `tumme-dired'. Add code to save window configuration.
87ec3117 9700 (tumme-restore-window-configuration): New command to restore the
bd91608b 9701 window configuration that `tumme-dired-with-window-configuration'
cb192119 9702 saves before it changes the window configuration.
bd91608b
KS
9703 (tumme-show-all-from-dir): New command to display thumbnails for
9704 all files in a directory entered by the user, like M-x thumbs.
9705 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
9706 have been created.
9707 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 9708 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 9709 Remove obsolete test function.
87ec3117 9710
9146d683
JB
97112006-02-07 Juanma Barranquero <lekktu@gmail.com>
9712
464540ed
JB
9713 * vc.el (small-temporary-file-directory): Remove defvar; there's
9714 a defcustom for it in files.el.
9715
9146d683
JB
9716 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
9717 Fix typo in message.
9718 (tumme-gallery-generate): Fix typo in `error' message.
9719 (tumme-display-window-height-correction)
9720 (tumme-display-window-width-correction, tumme-line-up-dynamic)
9721 (tumme-line-up-interactive): Dox fixes.
9722 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
9723 (tumme-restore-window-configuration, tumme-format-properties-string)
9724 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
9725 Fix typos in docstrings.
9726
1b505363
TTN
97272006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
9728
9729 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
9730
25ef2475
NR
97312006-02-07 Nick Roberts <nickrob@snap.net.nz>
9732
9733 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
9734 User should use hook if desired.
9735
9736 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
9737 buffer if necessary.
9738 (gdb-delete-frame-or-window): New function.
9739 (gdb-breakpoints-mode-map): Bind "q" to it.
9740
b06ee3d2
SM
97412006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9742
ea37fbb8
SM
9743 * textmodes/nroff-mode.el: Clean up name space.
9744 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
9745 (nroff-mode): Obey the global setting of nroff-electric-mode.
9746 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
9747
b06ee3d2
SM
9748 * calendar/calendar.el (calendar-increment-month): Typo in last change.
9749
cbbd2cd3
TTN
97502006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
9751
9752 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
9753
97542006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
9755
9756 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 9757 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 9758
4c003d2f
JB
97592006-02-05 Jay Belanger <belanger@truman.edu>
9760
9761 Update copyright notices of the files in lisp/calc.
9762
1004fadc
RF
97632006-02-05 Romain Francoise <romain@orebokech.com>
9764
9765 Update copyright notices of all files in the lisp/play directory.
9766
632966a7
LT
97672006-02-04 Luc Teirlinck <teirllm@auburn.edu>
9768
bec51011
LT
9769 * ldefs-boot.el: Regenerate.
9770
9771 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 9772
53391989
KS
97732006-02-05 Kim F. Storm <storm@cua.dk>
9774
9775 * files.el (magic-mode-regexp-match-limit): New defvar.
9776 (set-auto-mode): Use it to limit magic-mode-alist matching.
9777
62ffcd76
EZ
97782006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
9779
aca2d9bb
EZ
9780 * simple.el (display-message-or-buffer): Compare the number of
9781 characters to the frame width when determining whether a 1-line
9782 message string will fit in the echo area. Count screen lines
9783 instead of buffer lines when determining whether a multi-line
9784 message will fit in the echo area/minibuffer window.
62ffcd76 9785
c1a055ca
EZ
97862006-02-04 Eli Zaretskii <eliz@gnu.org>
9787
4a99f153
EZ
9788 * info.el (Info-index, Info-mode): Improve the description of the
9789 `i' command.
9790
c1a055ca
EZ
9791 * ldefs-boot.el: Regenerate.
9792
cb8ec72a
WL
97932006-02-03 Werner Lemberg <wl@gnu.org>
9794
9795 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
9796 greedy to find the closing bracket in \*[...] and similar
9797 expressions. This is a first rough fix -- many additional
b06ee3d2 9798 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 9799
6bba8c70
KH
98002006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
9801
b06ee3d2
SM
9802 * international/mule-cmds.el (set-locale-environment):
9803 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
9804 libX11.
9805
24d5d3e2
EZ
98062006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
9807
9808 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
9809 archive are created in archive-tmpdir.
9810
070b3f44
JPW
98112006-02-02 John Paul Wallington <jpw@pobox.com>
9812
9813 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9814 (ibuffer-fontification-alist): Use it.
9815 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
9816 to "* z" and the Ibuffer Mark menu.
9817
9818 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
9819
7b8e06aa
SM
98202006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * textmodes/table.el (*table--cell-describe-mode)
9823 (*table--cell-describe-bindings): Undo last change since
9824 print-help-return-message is not obsoleted by anything at all.
9825
f079f5bc
LT
98262006-02-02 Luc Teirlinck <teirllm@auburn.edu>
9827
9828 * emulation/cua-base.el (cua-mode): Doc fix.
9829
8b730780
JB
98302006-02-02 Juanma Barranquero <lekktu@gmail.com>
9831
0ddb3356
JB
9832 * dframe.el (dframe-handle-make-frame-visible)
9833 (dframe-handle-iconify-frame, dframe-get-focus)
9834 (dframe-select-attached-frame, dframe-power-click)
9835 (dframe-frame-mode): Fix typos in docstrings.
9836
9837 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
9838 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
9839 Fix typos in docstrings.
9840
8b730780
JB
9841 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
9842 (hi-lock-face-buffer, hi-lock-font-lock-hook)
9843 (hi-lock-archaic-interface-message-used)
9844 (hi-lock-file-patterns-range): Fix typos in docstrings.
9845
0ddb3356 9846 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 9847 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
9848
9849 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
9850 Fix typo in docstring.
9851
475ffea4
JB
9852 * net/newsticker.el (newsticker--decode-iso8601-date)
9853 (newsticker--set-customvar, newsticker--buffer-insert-item)
9854 (newsticker--do-run-auto-mark-filter)
9855 (newsticker--parse-generic-feed): Doc fixes.
9856 (newsticker--retrieval-timer-list, newsticker-url-list)
9857 (newsticker-hide-immortal-items-in-echo-area)
9858 (newsticker-hide-obsolete-items-in-echo-area)
9859 (newsticker-new-item-face, newsticker--enclosure)
9860 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
9861 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
9862 (newsticker--parse-generic-feed, newsticker--cache-contains)
9863 (newsticker--stat-num-items, newsticker-download-enclosures):
9864 Fix typos in docstrings.
9865
9866 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
9867 (rcirc-fill-column, rcirc-receive-message-hooks)
9868 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
9869 (rcirc-mode, rcirc-generate-new-buffer-name)
9870 (rcirc-startup-channels, rcirc-ignore-update-automatic)
9871 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
9872 Fix typos in docstrings.
9873 (rcirc-print): "?\ " -> "?\s".
f161b079 9874 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 9875
e36cfca2
MH
98762006-02-01 Mark A. Hershberger <mah@everybody.org>
9877
9878 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
9879 before narrow-to-region.
9880
39eadb4a
RS
98812006-02-01 Richard M. Stallman <rms@gnu.org>
9882
9883 * simple.el (move-beginning-of-line): Scan properly for invis change.
9884
9885 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
9886
ca637b2a
MA
98872006-02-01 Michael Albinus <michael.albinus@gmx.de>
9888
9889 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
9890 change bit only when id-format is 'integer. Reported by Matt
9891 Hodges <M.P.Hodges@rl.ac.uk>.
9892
ea56cdf1
JB
98932006-02-01 Juanma Barranquero <lekktu@gmail.com>
9894
9895 * hilit-chg.el (highlight-changes-initial-state)
9896 (highlight-changes-global-initial-state): Doc fixes.
9897 (highlight-changes-global-modes, global-highlight-changes):
9898 Fix typos in docstrings.
9899
bb92c642
KS
99002006-02-01 Kim F. Storm <storm@cua.dk>
9901
9902 * emulation/cua-base.el (cua-mode): Mention that CUA enables
9903 transient-mark-mode in doc string.
9904
b2acecc1
RS
99052006-01-31 Richard M. Stallman <rms@gnu.org>
9906
9907 * replace.el (multi-occur): Doc fix.
7b8e06aa 9908 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
9909 multi-occur-by-filename-regexp. Prefix arg says match
9910 buffer names instead of file names.
9911
4d84a8d0
JB
99122006-01-31 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * bs.el: Allow non-default values of `bs-header-lines-length'.
9915 (bs--running-in-xemacs): Remove (not needed anymore).
9916 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
9917 instead of `shrink-window', thus avoiding having to compute the
9918 height of the window.
9919 (bs--up): Wrap around even when there's no header.
9920 (bs--down): Use `forward-line' instead of `next-line'.
9921
2bd53dc0
CY
99222006-01-30 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * image-mode.el (image-toggle-display): Use file name if possible,
9925 instead of unnecessarily allocating a (possibly huge) lisp string.
9926
c45c309f
JPW
99272006-01-30 John Paul Wallington <jpw@pobox.com>
9928
9929 * subr.el (toplevel): Define `cl-assertion-failed' condition here
9930 because the `assert' macro signals it at runtime.
9931
9932 * emacs-lisp/cl.el (toplevel): Remove definition of
9933 `cl-assertion-failed' condition.
9934
75e49434
NR
99352006-01-30 Nick Roberts <nickrob@snap.net.nz>
9936
9937 * thumbs.el (thumbs-marked-list): Make buffer-local and
9938 permanent-local.
9939 (thumbs-insert-thumb): Make help-echo non-sticky.
9940 (thumbs-file-alist): Use eolp as check for (non)-image.
9941
520c451b
JB
99422006-01-30 Juanma Barranquero <lekktu@gmail.com>
9943
a3bc032f
JB
9944 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
9945 (ediff-before-session-group-setup-hooks)
9946 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
9947 Fix typos in docstrings.
9948
9872af18
JB
9949 * window.el (bw-dir, bw-eqdir, balance-windows)
9950 (split-window-keep-point): Fix typos in docstrings.
9951
b0a10108
JB
9952 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9953 (org-quote-string, org-calendar-to-agenda-key)
9954 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9955 (org-show-following-heading, org-tags-column)
9956 (org-use-tag-inheritance, org, org-allow-space-in-links)
9957 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9958 (org-enable-table-editor, org-calc-default-modes)
9959 (org-table-allow-automatic-line-recalculation)
9960 (org-export-html-style, org-export-with-fixed-width)
9961 (org-export-with-sub-superscripts, org-special-keyword)
9962 (org-formula, org-time-grid, org-table-may-need-update)
9963 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9964 (org-goto-quit, org-get-indentation, org-end-of-item)
9965 (org-move-item-down, org-move-item-up)
9966 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9967 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9968 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9969 (org-agenda-log-mode, org-agenda-toggle-diary)
9970 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9971 (org-agenda-file-to-end, org-agenda-no-heading-message)
9972 (org-agenda-get-closed, org-format-agenda-item)
9973 (org-cmp-priority, org-cmp-category, org-cmp-time)
9974 (org-agenda-change-all-lines, org-agenda-diary-entry)
9975 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9976 (org-link-search, org-camel-to-words, org-open-file)
9977 (org-remember-handler, org-table-convert-region)
9978 (org-table-move-row-down, org-table-move-row-up)
9979 (org-table-copy-region, org-table-wrap-region)
9980 (org-table-toggle-vline-visibility)
9981 (org-table-get-vertical-vector, org-table-modify-formulas)
9982 (org-table-get-specials, org-recalc-commands)
9983 (org-table-rotate-recalc-marks, org-table-eval-formula)
9984 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9985 (org-level-color-stars-only, org-insert-heading):
9986 Fix typos in docstrings.
9987 (last-arg): Add defvar.
9988
520c451b
JB
9989 * makefile.w32-in (WINS): Add erc.
9990 (MH_E_SRC): Update (copied from lisp/Makefile.in).
9991
68b88a6d
BW
99922006-01-29 Bill Wohler <wohler@newt.com>
9993
9994 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9995 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 9996 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
9997 (mh-autoloads): Don't use comments on otherwise empty lines.
9998
98c414c7
MB
99992006-01-29 Edward O'Connor <ted@oconnor.cx>
10000
10001 * emulation/viper.el (viper-major-mode-modifier-list): Add
10002 insert-state and vi-state entries for erc-mode.
10003 (viper-go-away, viper-set-hooks): Add and remove
10004 viper-comint-mode-hook from erc-mode-hook as appropriate.
10005
10006 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10007
635ed242
JB
100082006-01-29 Juanma Barranquero <lekktu@gmail.com>
10009
10010 * bs.el (bs--format-aux): Implement `middle' alignment as
10011 described in the docstring for `bs-attributes-list'.
10012 (bs--get-name): Simplify. Don't pad the buffer name.
10013
dc86c16d
EZ
100142006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10015
10016 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10017 English aspell dictionary is installed, use the first entry of
10018 ispell-dictionary-alist-1.
10019
f9fe3e26
EZ
100202006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10021
10022 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10023 Doc fix.
10024
209bb3be
MA
100252006-01-27 Michael Albinus <michael.albinus@gmx.de>
10026
10027 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10028 for `process-file', in order to let it work for older Emacsen too.
10029
c80977a1
EZ
100302006-01-27 Eli Zaretskii <eliz@gnu.org>
10031
10032 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 10033 (latexenc-find-file-coding-system): Undo last change.
c80977a1 10034
348f73b0 100352006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
10036
10037 * international/latexenc.el (latexenc-find-file-coding-system):
10038 Make sure latexenc-main-file is a regular file and is readable.
10039
c5b46a65
AS
100402006-01-27 Andre Spiegel <spiegel@gnu.org>
10041
10042 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10043 Pass FILE to vc-user-login-name.
10044
10045 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10046
6045b8ef
NR
100472006-01-27 Nick Roberts <nickrob@snap.net.nz>
10048
10049 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10050 there are no more images to display.
10051 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10052 the next image.
10053
57436ee7
RS
100542006-01-26 Richard M. Stallman <rms@gnu.org>
10055
10056 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10057
10058 * wid-edit.el (advertised-widget-backward): New alias.
10059 (widget-keymap): Use advertised-widget-backward for S-TAB.
10060
10061 * tumme.el: Correct the keywords.
635ed242 10062 (tumme-dir-max-size): Use defvar.
57436ee7
RS
10063 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10064
10065 * simple.el (move-beginning-of-line): Take account of fields.
10066 (clone-indirect-buffer-other-window): Take args like
10067 clone-indirect-buffer, and work like it.
10068
10069 * help-fns.el (describe-function): Don't pass `nil' as default.
10070
10071 * files.el (risky-local-variable-p): Follow var aliases.
10072
10073 * subr.el (lazy-completion-table): Doc fix.
10074
10075 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10076 global binding of `line'.
10077
817f348a
AS
100782006-01-25 Andre Spiegel <spiegel@gnu.org>
10079
10080 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10081 Tramp.
10082
10083 * vc.el (vc-default-dired-state-info): Pass FILE to
10084 vc-user-login-name.
10085 (vc-default-update-changelog): Don't use vc-user-login-name, we
10086 don't need it here.
10087
55b76f19 10088 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
817f348a 10089 no longer necessary.
209bb3be 10090
d1efee22
KH
100912006-01-25 Kenichi Handa <handa@m17n.org>
10092
10093 * international/mule.el (decode-char): Avoid the overhead of
10094 calling utf-lookup-subst-table-for-decode if
10095 utf-translate-cjk-mode is nil.
10096 (encode-char): Avoid the overhead of calling
10097 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10098 nil.
10099
101002006-01-22 Kenichi Handa <handa@m17n.org>
10101
10102 * international/mule.el (make-subsidiary-coding-system): Reset
10103 `coding-system-define-form' property of subsidiaries to nil.
10104 Avoid duplicated entry in coding-system-alist.
10105 (make-coding-system): Avoid duplicated entry in
10106 coding-system-alist.
10107 (define-coding-system-alias): Likewise.
10108
54c30f8d
LT
101092006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10110
10111 * completion.el: Minor fixes in introductory comment.
10112 (completion-def-wrapper): Fix alist.
10113
3beca8d5
NR
101142006-01-25 Nick Roberts <nickrob@snap.net.nz>
10115
10116 * thumbs.el (thumbs-new-image-size): New function.
10117 (thumbs-increment-image-size-element)
10118 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10119 (thumbs-decrement-image-size): Delete.
10120 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10121 temp files and use to resize.
10122 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10123 Use increment argument to enlarge/shrink. Preserve point.
10124 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10125 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10126 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10127 (thumbs-mark, thumbs-unmark): Preserve point.
10128 (thumbs-modify-image): Keep old temp files and use to modify.
10129 Cleanup old temp files at load time. Preserve point.
10130 (thumbs-view-image-mode-map): Use new command names.
10131
5d1c8151
SM
101322006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10133
243afed7
SM
10134 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10135
b8823bf4
SM
10136 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10137 the nastiest part of the cyclic dependency.
243afed7 10138 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 10139
5d1c8151
SM
10140 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10141 (calendar-week-start-day): Add an :initializer.
10142 (calendar-mode-map): Use suppress-keymap, and command remapping.
10143 (describe-calendar-mode): Setup xref-stack info for the back button.
10144 (calendar-star-date): Insert before delete.
10145 (calendar-set-mode-line): Add file-modified info if applicable.
10146 (calendar-increment-month): New function.
10147
317921ec
TTN
101482006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10149
10150 * font-lock.el (lisp-font-lock-keywords-2):
10151 Recognize "& keywords" only at word boundaries.
10152
3d9d607a
NR
101532006-01-24 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10156 and permanent-local.
635ed242
JB
10157 (thumbs-max-image-number): New variable.
10158 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
10159 (thumbs-per-line): Change default to 4.
10160 (thumbs-marked-list): Rename from thumbs-markedL.
10161 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10162 (thumbs-rename-images): Use -list instead of L for internal variables.
10163 (thumbs-call-convert): Use call-process instead of shell-command.
10164 (thumbs-insert-thumb): Add filename as help-echo to each image.
10165 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10166 Give dir to thumbs-show-thumbs-list.
10167 (thumbs-show-thumbs-list): Set default-directory to that of images.
10168 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10169 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10170 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10171 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10172
1e3b6bec
SM
101732006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * ses.el (ses-read-cell): Provide a default value.
10176
9dd28cae
JB
101772006-01-23 Juanma Barranquero <lekktu@gmail.com>
10178
10179 * term/w32-win.el (image-library-alist): Add additional names for
10180 GIF library.
10181
348f73b0 101822006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
e450a16a
RS
10183
10184 * international/latexenc.el (latexenc-find-file-coding-system):
10185 Add file-regular-p check.
10186
0a487199
SM
101872006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10188
af71d4c0
JB
10189 * simple.el (clone-buffer): Don't show the new buffer in the same
10190 window.
0a487199 10191
f9cd9582
JL
101922006-01-23 Juri Linkov <juri@jurta.org>
10193
10194 * faces.el (link, link-visited): New faces based on default values
10195 of `info-xref' and `info-xref-visited'.
10196
10197 * info.el (info-xref): Inherit from `link'.
10198 (info-xref-visited): Inherit from `link-visited'.
10199
10200 * cus-edit.el (custom-buffer-create-internal): Use widget type
10201 `custom-manual' instead of `info-link' and don't set properties
10202 `button-face' and `mouse-face' explicitly.
10203 (custom-browse-group-tag, custom-browse-variable-tag)
10204 (custom-browse-face-tag): Inherit from widget class
10205 `custom-group-link' instead of `push-button'.
10206 (custom-button-unraised): Inherit from `underline' face.
10207 (custom-link): Inherit from `link' face. Fix doc and group.
10208 (custom-add-parent-links, custom-group-value-create): Don't set
10209 properties `button-face' and `mouse-face' explicitly for
10210 `custom-group-link' widget.
10211 (custom-group-link): Add properties `button-face' and `mouse-face'
10212 to widget definition.
10213 (custom-field-keymap): New variable. Put `custom-field-keymap' to
10214 editable-field's :keymap property.
10215 (custom-mode): Fix docstring: substitute keybindings for
10216 `widget-forward' and `widget-backward' from `widget-keymap',
10217 `widget-complete' from `custom-field-keymap', replace old
10218 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
10219
10220 * desktop.el (desktop-load-file): Check for `fboundp' before
10221 calling `symbol-function'.
10222
10223 * simple.el (clone-buffer, clone-indirect-buffer)
10224 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10225 `read-string'. Fix prompts.
10226
10227 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10228
f1e73d84
NR
102292006-01-23 Nick Roberts <nickrob@snap.net.nz>
10230
10231 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10232
0aa08453
LT
102332006-01-22 Luc Teirlinck <teirllm@auburn.edu>
10234
10235 * startup.el (inhibit-splash-screen, initial-scratch-message):
10236 Doc fixes.
10237
a69c01a0
MA
102382006-01-22 Michael Albinus <michael.albinus@gmx.de>
10239
10240 Sync with Tramp 2.0.52.
10241
10242 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10243 net/tramp-vc.el: Add code for unloading Tramp. See comment before
10244 `tramp-unload-tramp' for checklist.
10245
10246 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10247 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
10248 (tramp-unload-file-name-handler-alist)
10249 (tramp-unload-tramp): New defuns.
10250 (tramp-advice-PC-expand-many-files): New defadvice.
10251 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10252 removed.
10253 (tramp-handle-expand-file-name): Remove double slash.
10254 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10255 It doesn't matter, because it will be converted later on.
10256 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
10257 implementation was just heuristic.
10258 (tramp-post-connection): Set uid and gid properties.
10259 (tramp-convert-file-attributes): Set file's gid change bit.
10260 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10261 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10262 in case of su(do)? methods. The home directory of the local user
10263 will be taken else.
10264 (tramp-open-connection-telnet)
10265 (tramp-open-connection-rsh, tramp-open-connection-su)
10266 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
10267 local shell prompt could hurt. Reported by Romain Francoise
10268 <romain@orebokech.com>.
10269 (tramp-let-maybe): Add `edebug-form-spec' property.
10270 (tramp-handle-expand-file-name): Bind `default-directory' locally
10271 to "/" in order to avoid problems with UNC shares or Cygwin
10272 mounts.
10273 (tramp-md5-function): Fix typo in error message.
10274
10275 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10276
10277 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10278 for byte-compiler pacification.
10279
6e36b4ff
AS
102802006-01-22 Andre Spiegel <spiegel@gnu.org>
10281
10282 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10283 ID-FORMAT `string'. This allows us to get rid of
10284 `vc-user-login-name UID'.
10285
10286 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10287
a4c6ebf9
JPW
102882006-01-22 John Paul Wallington <jpw@pobox.com>
10289
10290 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10291
3bdedbcb
EZ
102922006-01-21 Martin Rudalics <rudalics@gmx.at>
10293
10294 * emacs-lisp/find-func.el (find-definition-noselect)
10295 (find-variable-noselect): Search variables in C source code too.
10296 (find-function-C-source, find-function-noselect, find-function)
10297 (find-function-other-frame, find-variable-noselect, find-variable)
10298 (find-variable-other-frame, find-variable-at-point):
10299 Fix docstrings.
10300
4fc9bd56 103012006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
44eca3f4
EZ
10302
10303 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10304
f60117ac
EZ
103052006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
10306
10307 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10308 Default to disabling the "Save affix" question.
10309
942d56b8
EZ
103102006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
10311
10312 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10313 the first arg to run-python.
10314
6ff901c7
EZ
103152006-01-21 Eli Zaretskii <eliz@gnu.org>
10316
10317 * startup.el (command-line-1): Handle --no-desktop if desktop.el
10318 is not loaded.
10319
a6c72dc3
JB
103202006-01-20 Jay Belanger <belanger@truman.edu>
10321
10322 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10323 limit is 0.
10324
6a056c5d
JB
10325 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10326 the correct variable.
10327
d86e2d95
CD
103282006-01-20 Carsten Dominik <dominik@science.uva.nl>
10329
af71d4c0 10330 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
10331 link. Fixed buggy argument sequence in call to `org-view-tags'.
10332 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10333 (org-prefix-has-tag): New variable.
10334 (org-format-agenda-item): Remove tags from headline if
10335 appropriate.
10336 (org-agenda-remove-tags-when-in-prefix): New option.
10337 (org-get-tags-at): New function.
10338
11f78f04
NR
103392006-01-20 Nick Roberts <nickrob@snap.net.nz>
10340
10341 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
10342 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 10343 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
10344 images remain visible.
10345 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10346 order.
10347 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
10348 mode name.
10349 (thumbs-next-image, thumbs-previous-image): Make them work.
10350
dc38351b
LT
103512006-01-19 Luc Teirlinck <teirllm@auburn.edu>
10352
4151840f
LT
10353 * cus-edit.el (custom-buffer-create-internal): State in the text above
10354 the whole buffer buttons that they do not operate on hidden items.
10355 (custom-face-menu): Use `custom-face-save' instead of
10356 `custom-face-save-command'.
10357 (custom-face-save-command): Make it an alias for `custom-face-save'
10358 and declare it obsolete.
10359 (custom-face-save): Doc fix.
10360
dc38351b
LT
10361 * dired.el (dired-no-confirm): Add quote.
10362 (dired-subdir-alist-pre-R): Add quote in
10363 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10364
d2eed686
SM
103652006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * textmodes/table.el (table-mode-indicator): Typo in last change.
10368
c94c4d0a
RS
103692006-01-19 Richard M. Stallman <rms@gnu.org>
10370
10371 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10372 Fixes bug reported in Nov 2005.
10373
10374 * isearch.el (isearch-forward): Doc fix.
10375
10376 * dired.el (dired-move-to-filename-regexp): Define as alias.
10377 (dired-no-confirm): Use defcustom.
10378 (dired-subdir-alist-pre-R): Put defvar at top level.
10379
10380 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10381
10382 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10383 Mark as risky.
10384
10385 * simple.el (set-mark-command): Doc fix.
10386 (clone-indirect-buffer-other-window):
10387 Read arg like clone-indirect-buffer.
10388 (move-beginning-of-line): Skip invisible newlines.
10389
9a8ee448
MY
103902006-01-19 Masatake YAMATO <jet@gyve.org>
10391
d2eed686 10392 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
10393 listed conditions in a base C code buffer and its associate
10394 CPP Edit buffer the same.
d2eed686 10395
194939e3
KH
103962006-01-19 Kenichi Handa <handa@m17n.org>
10397
d9bf0f5a
KH
10398 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10399 (rmail-mime-feature): Likewise.
10400 (rmail-require-mime-maybe): Use display-warning to show a warning
10401 message.
10402
d2eed686 10403 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
10404 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10405
d2eed686
SM
104062006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * array.el: Move defvars out of eval-when-compile.
10409 (array-make-template): Replace undeclared global var with a local one.
10410 (array-mode): Inline initialization functions.
10411 (array-init-local-variables, array-init-max-row)
10412 (array-init-max-column, array-init-columns-per-line)
10413 (array-init-field-width, array-init-rows-numbered)
10414 (array-init-line-length, array-init-lines-per-row): Remove.
10415
10416 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10417 (doc-mode-map): Define explicitly.
10418 (doctor-txtype): Use mapc.
10419
10420 * textmodes/table.el: Move defvars out of eval-when-compile.
10421 Remove harmful code meant to avoid byte-compiler warnings.
10422 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10423 specification that checks table-fixed-width-mode directly.
10424 (table-recognize-region, table-recognize-cell):
10425 Use restore-buffer-modified-p.
10426 (table-fixed-width-mode): Remove code that refreshes
10427 table-fixed-mode-indicator.
10428 (*table--cell-describe-bindings, *table--cell-describe-mode):
10429 Avoid obsolete name print-help-return-message.
10430 (table--test-cell-list): Don't use replace-regexp from elisp.
10431 (table--point-entered-cell-function, table--point-left-cell-function):
10432 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10433
10434 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10435 that was after the end of file. Use buffer-file-name variable.
10436 (org-timestamp-change): Use with-current-buffer.
10437 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10438 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10439 `file'.
10440
10441 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10442 (fortran-break-line): Remove unused var `opoint'.
10443 (fortran-abbrev-start): Obey help-event-list.
10444
b0aea09e
JH
104452006-01-18 Jesper Harder <harder@phys.au.dk>
10446
10447 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10448
3968c89f
MY
104492006-01-18 Masatake YAMATO <jet@gyve.org>
10450
10451 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 10452 derived from makefile-mode.
3968c89f
MY
10453 (makefile-imake-mode-syntax-table): New syntax table
10454 derived from makefile-mode-syntax-table.
d2eed686 10455 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
10456 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10457 (makefile-imake-font-lock-keywords): New font lock keywords.
10458
d2eed686 10459 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 10460
11b07c37 104612006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
10462
10463 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10464 loading the file rather than when turning on flyspell-mode.
10465
2e040f4e
LT
104662006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10467
10468 * cus-edit.el (customize-rogue): Minor doc fix.
10469
83033a3a
JL
104702006-01-17 Juri Linkov <juri@jurta.org>
10471
84bf6ad8
JL
10472 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10473 instead of the file at the mark as default if the file at the mark
10474 is the same as the file at point or if dired-dwim-target-directory
10475 is not the same as the current directory and the mark is not active.
10476
202e166d
JL
10477 * log-view.el (log-view-minor-wrap): Use the same logic to get
10478 revisions as `log-view-diff'.
10479
d247d0fe
JL
10480 * info.el (Info-revert-find-node): Check for Info-current-file
10481 before preserving new-history.
10482
202e166d
JL
10483 * man.el (Man-heading-regexp): Add `/'.
10484
10485 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10486 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10487
104882006-01-16 Juri Linkov <juri@jurta.org>
10489
83033a3a
JL
10490 * faces.el (mode-line-faces): New defgroup.
10491 (mode-line-highlight): Move definition after new defgroup.
10492 (mode-line, mode-line-inactive, mode-line-highlight):
10493 Replace :group `modeline' with `mode-line-faces'.
10494 (mode-line-buffer-id): New face.
10495 (modeline-buffer-id): New face alias.
10496 (vertical-border): Remove :group `modeline'.
10497
10498 * bindings.el (propertized-buffer-identification): Use face
10499 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10500 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10501 (mode-line-buffer-identification-keymap): For mouse-1 replace
10502 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10503 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10504 mouse-3.
10505
d247d0fe
JL
10506 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10507 Buffer-menu-buffer. Doc fix.
10508 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
10509 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10510 `Buffer-menu-buffer'.
d247d0fe 10511
83033a3a
JL
10512 * info.el (Info-mode-line-node-keymap): New defvar.
10513 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10514 Propertize Info-current-node with `mode-line-buffer-id' and
10515 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10516
10517 * time.el (display-time-mail-face): Replace :group `faces' with
10518 `mode-line-faces'.
10519
0814ca04
KH
105202006-01-16 Kenichi Handa <handa@m17n.org>
10521
8e2e2956 10522 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
10523
10524 * language/european.el (cp1252): New alias for windows-1252.
10525
10526 * international/mule.el (autoload-coding-system): Prepare for EOL
10527 variants.
10528
14397ea7
DN
105292006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10530
10531 * term.el (term-raw-map): Add mapping for insert.
10532 (term-send-insert): New.
10533 (term-mode): Make variables local here instead of doing it in
10534 `term-emulate-terminal'.
10535 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
10536 Scroll reverse needs to take into account the scroll region.
10537 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
10538 (term-reset-terminal): Reset the scroll region.
10539 (term-handle-ansi-escape): Cursor up and down should take into
10540 account the scroll region.
8e2e2956
SM
10541 (term-set-scroll-region): Rename from `term-scroll-region'.
10542 Move to 0,0 after setting the region.
14397ea7
DN
10543 (term-handle-scroll): Handle scroll up.
10544 (term-down): Fix off by one error.
10545 (term-delete-lines): Do not delete outside the scroll region.
10546 (term-insert-lines): Take into account the scroll region.
10547
2834b9b3
SM
105482006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10549
d83d8efe
SM
10550 * textmodes/ispell.el (ispell-internal-change-dictionary)
10551 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10552 (start, end): Move declaration outside of eval-when-compile.
10553
ef0f5f7e
SM
10554 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10555 (flyspell-mode-on): Use it.
10556
2834b9b3
SM
10557 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10558 ispell-kill-ispell-hook.
10559
b41e2e73
LT
105602006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10561
10562 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10563 (Custom-reset-saved): Do not ask for confirmation in single option
10564 buffers.
10565
c94c4d0a
RS
105662006-01-13 Richard M. Stallman <rms@gnu.org>
10567
10568 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10569
97f4e87c
RF
105702006-01-13 Romain Francoise <romain@orebokech.com>
10571
10572 * add-log.el (add-change-log-entry, change-log-merge):
10573 Conditionally use `hard-newline'.
10574
5fed8c15 105752006-01-13 Martin Rudalics <rudalics@gmx.at>
83dc149d 10576
e47f89f0
EZ
10577 * wid-edit.el (widget-field-end): If the overlay is no longer
10578 associated with a buffer, behave as if the overlay didn't exist.
10579
2834b9b3
SM
10580 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10581 Make sure the links use the `custom-link' face.
83dc149d 10582
4c344753
SM
105832006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10586 (ld-script-mode): Don't set indent-line-function since we don't
10587 have one.
10588
203ac7f3
CD
105892006-01-13 Carsten Dominik <dominik@science.uva.nl>
10590
2e040f4e 10591 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
10592 application.
10593 (org-file-apps-defaults-gnu): Use mailcap as the default for
10594 selecting an application on a UNIX system.
10595 (org-agenda-show-tags): New command.
4c344753 10596 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
10597 (org-table-convert): Offset effect of modifying
10598 `org-table-insert-hline'.
10599 (org-format-agenda-item): New optional argument TAG.
10600 (org-compile-prefix-format): Handle %T format for the tag.
10601 (org-expand-wide-chars): New function.
4c344753
SM
10602 (org-table-insert-row, org-table-insert-hline):
10603 Use `org-expand-wide-chars'.
10604 (org-open-file): Fix bug in program launch.
10605 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 10606 (org-agenda-menu): Add tags commands.
203ac7f3 10607
fc8a237d
EZ
106082006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
10609
10610 * textmodes/ispell.el (ispell-init-process): Include the used
10611 dictionary in ispell process start message.
10612 (ispell-internal-change-dictionary): When flyspell-mode is active
10613 and dictionary is changed, make sure ispell process is restarted
10614 and flyspell word cache cleared out for the current buffer.
10615 (ispell-change-dictionary): Make sure flyspell word cache is
10616 cleared out in all buffers with active flyspell mode when
4c344753
SM
10617 dictionary is globally changed.
10618 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 10619
53fad1e4
EZ
106202006-01-13 Eli Zaretskii <eliz@gnu.org>
10621
defe3b41
EZ
10622 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10623
53fad1e4
EZ
10624 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10625 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10626 years. Fix small differences wrt Makefile.in.
10627 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10628 Makefile.in does.
10629
d5ffcd96
BW
106302006-01-12 Bill Wohler <wohler@newt.com>
10631
10632 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10633 mh-search.el.
10634
bf56fd4d 106352006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
10636
10637 * progmodes/ld-script.el: Update copyright year.
10638
4c92479f
CY
106392006-01-12 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
10642 Don't add widget if setting undefined.
10643
e75b11f8
JPW
106442006-01-12 John Paul Wallington <jpw@pobox.com>
10645
10646 * help-fns.el (describe-variable): Remove newlines from void
10647 variable output.
10648
d33a7384
NR
106492006-01-13 Nick Roberts <nickrob@snap.net.nz>
10650
10651 * wdired.el (wdired-mode-map): Add help echo for
10652 wdired-abort-changes.
10653
10654 * man.el (Man-file-name-regexp): Adjust for a list of files.
10655
4ec7bdfd
MY
106562006-01-12 Masatake YAMATO <jet@gyve.org>
10657
10658 * progmodes/ld-script.el (auto-mode-alist): Support
10659 suffix conventions used in netbsd and eCos.
10660
52bcabfe
LT
106612006-01-11 Luc Teirlinck <teirllm@auburn.edu>
10662
10663 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
10664 (custom-variable-menu, custom-face-menu, custom-group-menu)
10665 (Custom-mode-menu): Change names of menu items. (As discussed on
10666 emacs-devel.)
10667 (custom-face-menu): Add "Undo Edits" item.
10668
10669 * startup.el (init-file-user): defcustom -> defvar.
10670
10671 * tooltip.el (tooltip-mode): Doc fix.
10672
23e0c1a3
SM
106732006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * reveal.el (reveal-post-command): window-buffer signals an error on
10676 dead windows rather than returning nil.
10677 (reveal-open-new-overlays): An overlay might die while we open others.
10678
9c2cf222
BW
106792006-01-11 Bill Wohler <wohler@newt.com>
10680
6cc803de
BW
10681 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
10682 phrasing in docstring.
10683
9c2cf222 10684 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 10685 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 10686
4076cbf6
MY
106872006-01-06 Masatake YAMATO <jet@gyve.org>
10688
10689 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
10690 C preprocessor forward ported from GNU Emacs 21.2.
10691
23e0c1a3
SM
10692 * progmodes/asm-mode.el (asm-font-lock-keywords):
10693 Use `cpp-font-lock-keywords'.
4076cbf6
MY
10694
10695 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
10696
10697 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 10698 of $ for "\\.ld[s]?".
4076cbf6 10699
587d108e
SM
107002006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10701
05794f14
SM
10702 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
10703 (tcl-indent-line): Return `noindent' if inside a string.
10704
587d108e
SM
10705 * progmodes/flymake.el (flymake-split-string): Remove more than one
10706 empty string at beg/end of the result.
10707 (flymake-find-buildfile, flymake-find-possible-master-files):
10708 Use expand-file-name.
10709 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
10710 since expand-file-name does it for us. Use directory-file-name.
10711 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
10712 (flymake-ler-get-type, flymake-ler-get-text)
10713 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
10714 (flymake-current-line-no): Remove spurious interactive spec.
10715 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
10716 (flymake-check-include): Remove arg inc-path merged into inc-name.
10717 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
10718 Arg regexp-list replaced by a simple regexp.
10719 (flymake-master-make-header-init, flymake-master-tex-init):
10720 Correspondingly replace regexp-list with a regexp. Fix regexp.
10721
0c91399a
SJ
107222006-01-10 Simon Josefsson <jas@extundo.com>
10723
10724 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
10725 describing AUTH PLAIN fix.
10726
9888f112
TTN
107272006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10728
10729 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
10730 (report-emacs-bug): Don't record initial prompt text.
10731 Instead, add text properties to prompting text.
10732 (report-emacs-bug-hook): Delete prompting text.
10733
5f73367d
SM
107342006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
10737 `dirs'. Adjust callers.
10738
ee5137b3
JPW
107392006-01-09 John Paul Wallington <jpw@gnu.org>
10740
10741 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
10742
62c5f375
SM
107432006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10744
ffb5fc37
SM
10745 * reveal.el (reveal-open-new-overlays): New extracted fun.
10746 (reveal-close-old-overlays): Idem. Check overlays's liveness before
10747 using them. Simplify the code.
10748 (reveal-post-command): Use them. Fix up obsolete windows in
10749 reveal-open-spots.
10750
6fee12e6
SM
10751 * progmodes/flymake.el: Use `require' rather than autoload for
10752 XEmacs's overlays.
10753 (flymake-get-common-file-prefix, flymake-build-relative-filename):
10754 Delete. Use file-relative-name instead.
10755 (flymake-get-syntax-check-program-args, flymake-perl-init):
10756 Simplify the resulting code.
10757
62c5f375
SM
10758 * log-view.el (log-view-file-re, log-view-message-re): Add support
10759 for DaRCS output.
10760
e1b3b7a2
AS
107612006-01-09 Alex Schroeder <alex@gnu.org>
10762
10763 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
10764 identifiers sometimes added in square brackets at the beginning of
10765 subject lines.
10766
67177975
RS
107672006-01-07 Richard M. Stallman <rms@gnu.org>
10768
10769 * cus-edit.el (Custom-set, Custom-save): Doc fix.
10770 (Custom-reset-current, Custom-reset-saved): Change question text.
10771 (Custom-reset-standard): Likewise.
10772 (custom-variable-reset-saved): Doc fix.
10773
d3a81eee
EZ
107742006-01-07 Eli Zaretskii <eliz@gnu.org>
10775
10776 * startup.el (init-file-user): Doc fix.
10777
53f831f3
AS
107782006-01-07 Alex Schroeder <alex@gnu.org>
10779
80068231
AS
10780 * mail/rmail.el (rmail-current-subject): New function.
10781 (rmail-current-subject-regexp): New function.
10782 (rmail-next-same-subject): Use it.
10783
62c5f375
SM
10784 * mail/rmailsum.el (rmail-summary-by-topic):
10785 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
10786 (rmail-summary-next-same-subject): Ditto.
10787
53f831f3
AS
10788 * net/rcirc.el (rcirc-send-input): No longer check whether the
10789 process is open, since not all commands need an open process.
10790 (rcirc-send-string): Check whether the process is open before
10791 sending anything.
2c8abe90
AS
10792 (rcirc-ignore-list): New option.
10793 (rcirc-ignore-list-automatic): New variable.
10794 (rcirc-print): Take rcirc-ignore-list into account.
10795 (rcirc-cmd-ignore): New command.
10796 (rcirc-ignore-update-automatic): New function.
10797 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
10798 list if ignored nicks.
10799 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 10800
53dab082
EZ
108012006-01-06 David Reitter <david.reitter@gmail.com>
10802
10803 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
10804 reflect the address to which the report will be sent.
10805
01b959a3
EZ
108062006-01-06 Eli Zaretskii <eliz@gnu.org>
10807
10808 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
10809 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
10810
8c722a81
EZ
108112006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
10812
10813 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
10814
10815 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
10816 the doc string: "functoin" => "function".
af71d4c0 10817 * ldefs-boot.el: Likewise.
8c722a81
EZ
10818
10819 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
10820 message text: "Duplicat" => "Duplicate".
10821
0133dab9
EZ
108222006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
10823
10824 * files.el (basic-save-buffer-2): If backing-up failed, reset
10825 buffer-backed-up to nil.
10826
753c278e
NR
108272006-01-06 Nick Roberts <nickrob@snap.net.nz>
10828
10829 * progmodes/gud.el (gdb-script-skip-to-head)
10830 (gdb-script-calculate-indentation): Indent for breakpoint command
10831 lists also.
10832
77a0dbd2
BW
108332006-01-05 Bill Wohler <wohler@newt.com>
10834
10835 * Makefile.in (compile-always): Add mh-autoloads dependency.
10836 (bootstrap): Remove mh-autoloads dependency, as compile dependency
10837 provides it.
600bc46c
BW
10838 (updates): Remove mh-autoloads dependency, since it probably has
10839 already run recently (via recompile).
77a0dbd2 10840
c07fa030
SM
108412006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10842
bef9f82c
SM
10843 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
10844 argument `force' to disable the flyspell-last-buffer optimization.
10845 (flyspell-mode-on): Use it.
10846
c07fa030
SM
10847 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
10848 flymake-simple-cleanup.
10849 (flymake-allowed-file-name-masks): Use this new default.
10850 All the functions are now called in the right buffer rather than
10851 passing the buffer as argument.
10852 (flymake-process-sentinel): Switch to buffer before calling cleanup.
10853 (flymake-parse-err-lines): Remove redundant buffer arg.
10854 (flymake-get-program-dir): Comment out unused function.
10855 (flymake-start-syntax-check, flymake-start-syntax-check-process):
10856 Remove redundant buffer argument.
10857 (flymake-get-real-file-name, flymake-simple-java-cleanup)
10858 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
10859
f00239cf
RS
108602006-01-05 Richard M. Stallman <rms@gnu.org>
10861
a203a18c
RS
10862 * info.el (Info-find-node): Don't record previous node if have none.
10863 (info): Go to directory only if history is empty.
10864
f00239cf
RS
10865 * simple.el (mark): Doc fix.
10866
07f9b01c
YM
108672006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10868
10869 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
10870 already of desired type.
10871 (mac-ae-list): Coerce parameter to "list" type.
10872 (mac-dispatch-apple-event): Replace cadr part of event with a
10873 dummy position so that event-start returns it.
10874
8abe9d4f
CD
108752006-01-05 Carsten Dominik <dominik@science.uva.nl>
10876
2e040f4e 10877 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
10878 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
10879 Use `org-end-of-subtree'.
8abe9d4f
CD
10880 (org-agenda, org-agenda-convert-date): Protect calls to
10881 `fit-window-to-buffer'.
10882 (org-tags-view): Force matching of sublevels when doing a
10883 todo-only search. Define the correct redo command, including the
10884 arguments.
10885 (org-agenda-redo): Display message.
10886 (org-check-for-org-mode): New function.
10887 (org-agenda-type): New variable.
c07fa030
SM
10888 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10889 Set `org-agenda-type'.
8abe9d4f
CD
10890 (org-agenda-check-type): New function.
10891 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
10892 (org-agenda-week-view, org-agenda-day-view)
10893 (org-agenda-next-date-line, org-agenda-previous-date-line)
10894 (org-agenda-log-mode, org-agenda-toggle-diary)
10895 (org-agenda-toggle-time-grid, org-agenda-date-later)
10896 (org-agenda-date-prompt, org-agenda-diary-entry)
10897 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
10898 (org-agenda-convert-date, org-agenda-menu):
10899 Use `org-agenda-check-type'.
8abe9d4f 10900 (org-make-overlay, org-delete-overlay)
c07fa030
SM
10901 (org-detatch-overlay, org-move-overlay, org-overlay-put):
10902 New compatibility functions.
8abe9d4f
CD
10903 (org-calendar-select-mouse): New command.
10904
73e60f53
CY
109052006-01-04 Chong Yidong <cyd@stupidchicken.com>
10906
eaa99205 10907 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
10908 (Custom-reset-standard): Fix y-or-n-p messages.
10909 (custom-link): New face for links.
73e60f53 10910 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 10911 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
10912
10913 * wid-edit.el (widget-default-mouse-face-get): New function.
10914 (widget-specify-button): Handle mouse-face like button-face.
10915
10916 * custom.el (load-theme): Clear old theme settings if reloading.
10917
bdf743fe
LT
109182006-01-03 Luc Teirlinck <teirllm@auburn.edu>
10919
d5837ed3 10920 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
10921 "Erase Customization" button back to same position it occupies in
10922 the individual State menus.
10923
8a5db8ae
KS
109242006-01-04 Kim F. Storm <storm@cua.dk>
10925
10926 * wid-edit.el (key-sequence): Rework widget to read key binding
10927 using `kbd' syntax. Use C-q to insert literal key, event, or code.
10928 (widget-key-sequence-default-value): Default value for empty sequence.
10929 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
10930 (widget-key-sequence-read-event): New command for C-q.
10931 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
10932 (widget-key-sequence-value-to-external): New functions.
10933
1c360af3
SM
109342006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10935
6df19241
SM
10936 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
10937 Use expand-file-name.
10938 (flymake-delete-temp-directory): Use expand-file-name,
10939 file-name-directory, and directory-file-name.
10940 (flymake-strrchr): Delete.
10941 (flymake-start-syntax-check): Don't pass the redundant buffer argument
10942 to the init-f function.
10943 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
10944 (flymake-init-find-buildfile-dir)
10945 (flymake-init-create-temp-source-and-master-buffer-copy)
10946 (flymake-simple-make-init-impl, flymake-simple-make-init)
10947 (flymake-master-make-init, flymake-master-make-header-init)
10948 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10949 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10950 (flymake-xml-init): Remove corresponding redundant buffer argument.
10951 (flymake-allowed-file-name-masks): Remove last elems that are equal to
10952 the default anyway. Clean up regexps.
10953
5bcef417
SM
10954 * progmodes/flymake.el (flymake-temp-source-file-name)
10955 (flymake-master-file-name, flymake-temp-master-file-name)
10956 (flymake-base-dir): New buffer-local vars.
10957 (flymake-buffer-data, flymake-get-buffer-value)
10958 (flymake-set-buffer-value): Replace those hash-tables by the new
10959 buffer-local vars. Update callers.
10960
43ed65ac
SM
10961 * progmodes/flymake.el (flymake-check-start-time)
10962 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10963 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10964 Move definition, so we can remove redundant earlier declaration.
10965 (flymake-replace-regexp-in-string, flymake-split-string)
10966 (flymake-get-temp-dir): Use defalias.
10967 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
10968 (flymake-xemacs-window-edges): Remove unused function.
10969 (flymake-get-point-pixel-pos): Move.
10970 (flymake-pid-to-names, flymake-reg-names)
10971 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10972 Replace by a simple list flymake-processes and by process-buffer.
10973 Update callers. Other than simplify the code, it uses buffers rather
10974 than buffer-names so it doesn't get confused by uniquify.
10975 (flymake-buffer-data): The global value should just be nil.
10976
b7a5a208
SM
10977 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10978 Optimize the body of a defalias like any other code.
10979
1c360af3
SM
10980 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10981 Make sure we've setup font-lock's vars. It may influence which
10982 function we then call.
10983 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10984 here since it's too late anyway.
10985
1ca41b97
RF
109862006-01-03 Romain Francoise <romain@orebokech.com>
10987
10988 * startup.el (fancy-splash-tail, normal-splash-screen):
10989 Update copyright year.
10990
fdbfa78e
S
109912006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
10992
b7a5a208 10993 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 10994 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
10995 enable post-drag event processing (e.g. delete region keys).
10996 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
10997 on it as soon as the drag completes.
10998 (mouse-drag-region): Use `mouse-drag-track'.
10999
d0f1e2f8
CY
110002006-01-02 Chong Yidong <cyd@stupidchicken.com>
11001
3ee07367
CY
11002 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11003 Move to `custom-buffer' group.
11004
d0f1e2f8
CY
11005 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11006 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11007 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11008 (custom-theme-face-menu): New variables.
11009 (custom-theme-add-variable, custom-theme-variable-action)
11010 (custom-variable-reset-theme, custom-theme-delete-variable)
11011 (custom-face-reset-theme, custom-theme-face-action)
11012 (custom-theme-delete-face, custom-theme-merge-theme)
11013 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11014
d358aa10
CY
110152006-01-01 Chong Yidong <cyd@stupidchicken.com>
11016
11017 * custom.el: Move Custom Themes commentary to start of theme code.
11018 (custom-known-themes): Rename `standard' theme to `changed'.
11019 (custom-push-theme): Caller no longer specifies what theme to use
11020 when doing `reset'---the setting is simply removed from the theme.
11021 Delete MODE from `theme-value' and `theme-settings' properties.
11022 (custom-declare-theme): Ignore &rest args since we don't use them.
11023
11024 (custom-loaded-themes): Delete variable.
11025 (custom-theme-load-themes, custom-theme-loaded-p)
11026 (custom-theme-value): Delete functions.
11027
11028 (custom-declare-theme): Signal error on invalid theme names.
11029 (provide-theme): custom-loaded-themes was deleted.
11030 (load-theme): Load the file unconditionally.
11031 (enable-theme): Call `load-theme' if theme is undefined.
11032 (custom-enabled-themes): Only update value for successful loads.
11033 (disable-theme): Complete from enabled themes when interactive.
11034 (custom-variable-theme-value): Calculate theme value directly.
11035
11036 (custom-theme-reset-variables, custom-reset-variables): Mark as
11037 XEmacs compatibility functions. We don't actually use these.
11038
1c360af3
SM
11039 * cus-edit.el (custom-variable-state-set):
11040 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
11041 (custom-face-state-set): Rename `standard' theme to `changed'.
11042 (custom-save-variables, custom-save-faces): Delete unneeded
11043 references to custom-reset-variables.
11044 (custom-save-resets): Delete function.
11045 (custom-save-variables, custom-save-faces): MODE argument deleted.
11046 (custom-save-variables, custom-save-faces): Ignore theme values.
11047
11048 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11049 compatibility function.
11050
cbf090c4
RS
110512006-01-01 Richard M. Stallman <rms@gnu.org>
11052
107736a2
RS
11053 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11054 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 11055 (Custom-reset-standard): Show message if aborted.
107736a2
RS
11056 (custom-mode): Doc fix, describing those commands.
11057
cbf090c4
RS
11058 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11059 put on event-kind property.
11060
85a5eb0e
CY
110612005-12-31 Chong Yidong <cyd@stupidchicken.com>
11062
b2a41d12
CY
11063 * custom.el (provide-theme): Ban `user' theme name.
11064 (custom-enabling-themes): New variable.
11065 (enable-theme): Don't enable user if custom-enabling-themes is t.
11066 (custom-enabled-themes): Make it a defcustom.
11067 (custom-theme-recalc-face): No-op if face is undefined.
11068
85a5eb0e
CY
11069 * cus-edit.el (custom-button-mouse): New variable.
11070 (custom-button-mouse): New face.
11071 (custom-raised-buttons, custom-mode): Use it.
11072
11073 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11074
b5871831
EZ
110752005-12-31 Eli Zaretskii <eliz@gnu.org>
11076
11077 * progmodes/gud.el (gud-display-line): Support hl-line in the
11078 source buffer.
11079
5915523a
EZ
110802005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11081
11082 * mouse.el (mouse-drag-window-above): Verify that the found window
11083 overlaps with the given window in the horizontal dimension.
11084
a9d25c79
EZ
110852005-12-31 Eli Zaretskii <eliz@gnu.org>
11086
11087 * Makefile.in (cvs-update): New target.
11088
11089 * makefile.w32-in (cvs-update): Ditto.
11090
8314bdb8
CY
110912005-12-30 Chong Yidong <cyd@stupidchicken.com>
11092
11093 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 11094 (custom-new-theme-mode-map): New variable.
8314bdb8 11095
16ecd4c5
RS
110962005-12-30 Richard M. Stallman <rms@gnu.org>
11097
8913f945
RS
11098 * custom.el (custom-load-themes): Function deleted.
11099
a8d6ee3c 11100 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
11101 (custom-save-variables): Don't delete or add custom-load-themes call.
11102
4dd68f44
SM
111032005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11104
98e071b5
SM
11105 * cus-start.el: Add `visible-cursor'.
11106
4dd68f44
SM
11107 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11108 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11109 (flymake-process-filter): Switch to buffer before calling it instead.
11110 (flymake-post-syntax-check, flymake-highlight-err-lines)
11111 (flymake-delete-own-overlays, flymake-parse-err-lines)
11112 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11113 (flymake-count-lines, flymake-parse-residual):
11114 Remove constant buffer argument.
11115 (flymake-start-syntax-check-for-current-buffer): Remove.
11116 Update callers to use flymake-start-syntax-check instead.
11117 (flymake-display-err-menu-for-current-line):
11118 Remove unused var `mouse-pos'.
11119 (flymake-restore-formatting): Comment out unused function.
11120 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11121 argument, use current-buffer instead. Update callers.
11122
07467c09
RW
111232005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11124
11125 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11126 buffer-local because choose-completion-delete-max-match requires
11127 that we set completion-ignore-case (i.e., binding via let is not
11128 sufficient).
11129 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 11130 choose-completion-string-functions. The latter is needed because
07467c09
RW
11131 choose-completion-string-functions keeps its value if we quit the
11132 *Completions* buffer without requesting a completion.
11133
fe791b0c
AS
111342005-12-30 Andreas Schwab <schwab@suse.de>
11135
4dd68f44 11136 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 11137
ef3f69f9
EZ
111382005-12-30 Eli Zaretskii <eliz@gnu.org>
11139
11140 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11141
67d766e8
JL
111422005-12-30 Juri Linkov <juri@jurta.org>
11143
11144 * locate.el (locate-fcodes-file, locate-header-face)
11145 * progmodes/delphi.el (delphi-other-face)
11146 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11147
11148 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11149 group `paren-showing-faces'.
11150
11151 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11152 (goto-address): Fix docstring.
11153
11154 * net/webjump.el (webjump-sample-sites): Update URLs.
11155
11156 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11157
11158 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11159
af3d4246
SM
111602005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * font-lock.el (font-lock-compile-keywords): Signal an error when
11163 font-lock-set-defaults hasn't been called.
11164
9f126fd0
LT
111652005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11166
11167 * subr.el (noreturn, 1value): Doc fixes.
11168
694ed36d
RW
111692005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11170
11171 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11172 that assoc-string returns nil.
11173
ffc1e1db
RW
111742005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11175
11176 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11177 (bibtex-entry-type-str, bibtex-empty-field-re)
11178 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 11179 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
11180 (bibtex-any-valid-entry-type): New variable.
11181 (bibtex-parse-field-name): Simplify.
af3d4246 11182 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 11183 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
11184 (bibtex-search-forward-field, bibtex-search-backward-field):
11185 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
11186 (bibtex-text-in-field-bounds): Use push.
11187 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11188 (bibtex-parse-preamble, bibtex-valid-entry)
11189 (bibtex-beginning-first-field): New functions.
11190 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11191 (bibtex-map-entries): Fix docstring.
af71d4c0 11192 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
11193 (bibtex-enclosing-field): Include code of bibtex-inside-field.
11194 (bibtex-insert-kill): Simplify. Always insert text past the
11195 current field or entry.
11196 (bibtex-format-entry): Use bibtex-parse-field.
11197 (bibtex-pop): Use bibtex-beginning-of-entry and
11198 bibtex-end-of-entry to initiate the search. Insert empty field if
11199 we found ourselves.
af3d4246
SM
11200 (bibtex-print-help-message): New args field and comma.
11201 Handle entry keys.
ffc1e1db
RW
11202 (bibtex-make-field): Use bibtex-beginning-of-entry.
11203 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
11204 invalid entry.
11205 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11206 Handle preambles. Simplify code for thorough test.
11207 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11208 New arg comma. Handle entry heads.
11209 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11210 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11211 New arg comma.
11212 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11213 (bibtex-fill-field): Simplify.
11214 (bibtex-fill-entry): Use bibtex-beginning-first-field and
11215 bibtex-parse-field.
af3d4246 11216 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
11217 (bibtex-complete): Use bibtex-parse-preamble.
11218
bc2051e4
NR
112192005-12-29 Nick Roberts <nickrob@snap.net.nz>
11220
11221 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11222 Display name of expression instead of convenience variable.
11223 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11224
11225 * progmodes/gud.el (gud-tooltip-dereference): Rename from
11226 toggle-gud-tooltip-dereference.
11227 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 11228 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 11229
0d887b77
BW
112302005-12-28 Bill Wohler <wohler@newt.com>
11231
af3d4246 11232 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 11233
07a95b81
SM
112342005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
11235
97461c84
SM
11236 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11237 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
11238 (vc-annotate-display-autoscale): Adjust call.
11239 (vc-annotate-display-default): Adjust call. Make arg compulsory.
11240 Fix interactive spec.
11241 (vc-annotate-time-span): Remove.
11242 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11243 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11244 (vc-annotate-display-select): Use new name.
11245
07a95b81
SM
11246 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11247 (vc-annotate-mode-menu): Remove left-over redundant declaration.
11248 Correct the construction of span entries. Simplify.
11249 (vc-annotate-display-select): Fix the nil case.
11250 (vc-annotate): Remove obsolete (and now broken) code.
11251 (vc-annotate-extract-revision-at-line): Remove obsolete code.
11252 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
11253
ba455131
LT
112542005-12-28 Luc Teirlinck <teirllm@auburn.edu>
11255
11256 * subr.el (lazy-completion-table): Correct typo in docstring.
11257
11258 * startup.el (command-line): Use `custom-reevaluate-setting' for
11259 `send-mail-function'.
11260
11261 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11262
c3f69831
SJ
112632005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
11264
07a95b81
SM
11265 * mail/smtpmail.el (smtpmail-try-auth-methods):
11266 Send credentials together with "AUTH PLAIN" command.
c3f69831 11267
6281e1e8
RS
112682005-12-27 Richard M. Stallman <rms@gnu.org>
11269
11270 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11271 mouse-2, go back to previously selected window, so it's selected
11272 when mouse-2 command runs.
11273
112742005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
11275
11276 * descr-text.el (describe-text-sexp): Use square brackets for
11277 button [Show] to distinguish it from the property value `show'.
11278 (describe-property-list): Use `insert-text-button' with
11279 `help-face' type instead of putting face in quotes, because button
11280 is not created automatically for a list of faces.
11281 (describe-text-properties-1): Put button-type value in quotes to
11282 distinguish from plain text "button".
11283 (describe-char): Display code point values in hex. Don't use
11284 `symbol-name' for `current-input-method' because it is a string.
11285 Use `insert-text-button' with `help-face' type instead of putting
11286 hardcoded face in quotes, because button is not created automatically.
11287
51978cac
RS
112882005-12-27 Richard M. Stallman <rms@gnu.org>
11289
2926b5fb
RS
11290 * progmodes/glasses.el (glasses-face): More specific custom type.
11291
1af57101
RS
11292 * files.el (set-visited-file-name): Doc fix.
11293
51978cac
RS
11294 * textmodes/flyspell.el (flyspell-external-point-words):
11295 Use local var buffer-scan-pos to advance scan for next misspelling.
11296 Advance it only after we find the misspelling.
11297
112982005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
11299
11300 * textmodes/flyspell.el (flyspell-external-point-words):
11301 New criteria for finding the misspelling in the buffer.
11302
6281e1e8 113032005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
11304
11305 * help-mode.el (help-insert-string): Set help-xref-stack-item
11306 rather than call help-setup-xref.
11307
11308 * descr-text.el (describe-char): Revert previous changes for
11309 optional buffer argument.
11310
6281e1e8 113112005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
11312
11313 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 11314 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
11315
11316 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 11317 explicitly after buffer has been generated.
6280f20d 11318
348f73b0 113192005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
edd4b3ab
JD
11320
11321 * cus-start.el (all): Add x-gtk-show-hidden-files.
11322
d7504d5c
RS
113232005-12-26 Richard M. Stallman <rms@gnu.org>
11324
c0b45763
RS
11325 * replace.el (perform-replace): Calculate match-again
11326 before skipping read-only matches.
11327
d6f0f3e0
RS
11328 * paren.el (paren-showing-faces): New group.
11329 (show-paren-match, show-paren-mismatch): Move to that group.
11330
11331 * button.el (button): Put into group `basic-faces'.
11332
11333 * progmodes/make-mode.el: Remove faces from group `faces'.
11334
d7504d5c
RS
11335 * apropos.el (apropos, apropos-value): Doc fix.
11336 (apropos-documentation): Doc fix.
11337
1d5e15d0
SM
113382005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * subr.el (lazy-completion-table): Remove argument `args'.
11341
11342 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11343 Don't use the `args' argument of lazy-completion-table.
11344
6281e1e8 113452005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
11346
11347 * descr-text.el (describe-char): Add optional argument for buffer.
11348 Set buffer appropriately. Call help-setup-xref.
11349 Suggested by Stefan Monnier.
11350
6281e1e8 113512005-12-26 Juri Linkov <juri@jurta.org>
0932395f 11352
84116a13
JL
11353 * descr-text.el: Require `help-fns' at runtime. Don't require
11354 `button' for byte compilation.
11355 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
11356 Use `help-info' for second.
11357 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
11358 (describe-text-category): Add prompt to interactive spec.
11359 Call `help-setup-xref'.
11360 (describe-char): Use `help-character-set'. Add `help-echo' for
11361 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 11362
6728475c
RS
113632005-12-25 Richard M. Stallman <rms@gnu.org>
11364
cad1051b
RS
11365 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11366 at point, in case of narrowing.
11367
6f9de17a
RS
11368 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11369
11370 * locate.el (locate-header-face): Allow nil in type.
11371
6728475c
RS
11372 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11373
180a4473
RF
113742005-12-25 Romain Francoise <romain@orebokech.com>
11375
11376 * battery.el (battery-linux-proc-acpi): Also try
11377 `/proc/acpi/thermal_zone/THM0/temperature'.
11378
c5d290fb
CY
113792005-12-24 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * custom.el (custom-push-theme): Fix docstring.
11382
1d5e15d0
SM
11383 * cus-edit.el (custom-variable-set, custom-variable-save)
11384 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
11385 (customize-save-variable): Fix custom-push-theme call.
11386
7c417300
EZ
113872005-12-24 Eli Zaretskii <eliz@gnu.org>
11388
11389 * w32-fns.el (w32-batch-update-autoloads): New function.
11390
1d5e15d0
SM
11391 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11392 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
11393 from the command line.
11394
d820f1fb
CY
113952005-12-23 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11398 reset means to remove setting from theme entirely. Don't keep
11399 expanding theme-settings list; delete old entries if necessary.
11400
11401 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11402 customization" button one line up.
11403 (custom-themed): New face.
11404 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
11405 (custom-variable-state-set, custom-face-state-set):
11406 Check theme-value instead of saved-value.
d820f1fb 11407 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 11408 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
11409 (custom-variable-set, custom-variable-set)
11410 (custom-variable-reset-saved, custom-variable-reset-backup)
11411 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11412 (custom-variable-save): Fix typos.
1d5e15d0 11413
eb533587
JL
114142005-12-23 Juri Linkov <juri@jurta.org>
11415
11416 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11417 Add autoload cookies.
11418 (edebug-outside-d-c-i-n-s-w): New variable.
11419 (edebug-display, edebug-outside-excursion): Use it to save the
11420 original value of default-cursor-in-non-selected-windows.
11421 Set default-cursor-in-non-selected-windows to t while Edebug
11422 is active.
11423 (edebug-mode, edebug-eval-mode): Doc fix.
11424
11425 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11426 with `buffer-substring-no-properties' to remove common substring
11427 highlighting.
11428
11429 * info.el (info-other-window, info): Rename function argument
11430 `file' to `file-or-node'.
11431 (Info-complete-menu-item): Use local variable `complete-nodes' to
11432 keep the global value of `Info-complete-nodes' unchanged for
11433 subsequent completions.
11434 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11435
11436 * simple.el (get-next-valid-buffer, last-buffer)
11437 (next-error-buffer-p, next-error-find-buffer)
11438 (minibuffer-history-sexp-flag): Doc fix.
11439
11440 * savehist.el (savehist-mode-hook): Add `:group'.
11441
11442 * log-view.el: Call autoload for vc-find-version.
11443 (log-view-current-file): Adjust subgroup numbers.
11444 (log-view-current-tag): Add `length'.
11445
2b6abe1e
RS
114462005-12-23 Richard M. Stallman <rms@gnu.org>
11447
11448 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11449
1fafa158
JL
114502005-12-23 Juri Linkov <juri@jurta.org>
11451
11452 * hi-lock.el (hi-lock-archaic-interface-message-used)
11453 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11454 (hi-lock-mode): Display "Hi" in the mode line only when
11455 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11456 (hi-lock-write-interactive-patterns):
11457 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11458 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11459 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11460 font-lock-add-keywords to t.
11461
81dc5714
JL
114622005-12-23 David Koppelman <koppel@ece.lsu.edu>
11463
11464 * hi-lock.el (hi-lock-highlight-range): New variable.
11465 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11466 only if font-lock-fontified is non-nil. Remove overlays.
11467 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11468 font-lock-fontified is non-nil, otherwise use overlays (instead of
11469 text properties).
11470 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11471 New variables.
11472 (hi-lock-string-serialize) New function.
11473
348f73b0 114742005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7b5836c7
JD
11475
11476 * menu-bar.el (menu-find-file-existing): New function.
11477 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11478
af71d4c0 11479 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 11480
04864eb0
SM
114812005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * vc.el: Remove unnecessary leading * in docstrings.
11484 (vc-annotate-mode-map): Move initialization into declaration.
11485 (vc-static-header-alist): Nitpick on the regexp.
11486 (vc-default-init-version): New fun.
11487 (vc-register): Use it.
11488 (vc-insert-headers): Use dolist.
11489 (vc-annotate-get-backend): Remove unused function.
11490 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11491 (vc-annotate-mode): Remove corresponding call.
11492 (vc-annotate-car-last-cons): Simplify.
11493 (vc-annotate-buffers): Remove var.
11494 (vc-annotate-backend): Make it buffer-local.
11495 (vc-annotate): Move the interaction to the interactive spec.
11496 Add a `buf' argument.
11497 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11498 killing&creating a vc-annotate buffer, which is very disruptive when
11499 the buffers are shown in dedicated frames.
11500
d59e3c42
NR
115012005-12-23 Nick Roberts <nickrob@snap.net.nz>
11502
11503 * descr-text.el: Add FSF as maintainer.
11504 (describe-text-mode, describe-text-mode-map)
11505 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11506 help-mode.
11507 (describe-text-widget, describe-text-sexp)
11508 (describe-property-list, describe-text-category)
11509 (describe-text-properties, describe-text-properties-1)
11510 (describe-char): Use help buttons instead of widgets.
11511 (describe-char-unicodedata-file): Make URL link in doc string.
11512
b758ae9a 115132005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 11514
b758ae9a
RS
11515 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11516 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11517 Don't include buttons that write a file when there's no file.
11518 (custom-variable-menu, custom-face-menu, custom-group-menu):
11519 Don't include commands that write a file when there's no file.
bba50f8a
RS
11520 (customize-browse): Reword the top-of-buffer help intro.
11521 (custom-buffer-create-internal): Fix previous change.
11522 (customize-changed-options-previous-release): Prev release is 21.1.
11523 (customize-changed-options): Doc fix.
11524 (customize-changed): New alias.
50137744
RS
11525 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11526 Say "standard values".
11527 (Custom-reset-standard): Doc fix.
11528 (custom-face-reset-standard): Doc fix.
b758ae9a 11529
e0be77f6
SM
115302005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11533 even if font-lock-mode is non-nil since it may be t without having
11534 turned on font-lock-mode-internal.
11535 (font-lock-choose-keywords): Minor optimization.
11536 (font-lock-add-keywords, font-lock-remove-keywords)
11537 (font-lock-set-defaults): Don't call make-local-variable on a variable
11538 that we know to already be local.
11539
5e688290
RF
115402005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11541
11542 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11543 messages if in the minibuffer.
11544
c1b5a260
SM
115452005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11546
9c841316
SM
11547 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11548 (tex-mode-flyspell-verify, flyspell-get-word)
11549 (flyspell-external-point-words): Don't use point-min/max uselessly.
11550
c1b5a260
SM
11551 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11552 by Kevin Rodgers. Instead, just hide the completions buffer if we
11553 don't need to show it.
11554
135db51a
LT
115552005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11556
11557 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11558
398de718
SM
115592005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11560
11561 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11562 delete-windows-on with an inexistent buffer.
11563
39b5238d
NR
115642005-12-22 Nick Roberts <nickrob@snap.net.nz>
11565
398de718 11566 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
11567 Delete defcustom variable :tag names.
11568
aa230d94
SM
115692005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11572 (log-view-font-lock-keywords): Ajust subgroup numbers.
11573 (log-view-current-tag): Don't hard code the number of subgroups.
11574
3bdba51d
JL
115752005-12-20 Juri Linkov <juri@jurta.org>
11576
11577 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11578 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11579
11580 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11581 (menu-bar-non-minibuffer-window-p): Instead of checking
11582 display-multi-frame-p, use selected-frame when menu-updating-frame
11583 is nil.
11584
55b76f19 115852005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
fdd5516e
TTN
11586
11587 * align.el (align-rules-list): Use [ \t] instead of \s-
11588 for column separators in text mode.
11589
84a00de9
NR
115902005-12-20 Nick Roberts <nickrob@snap.net.nz>
11591
fdd5516e 11592 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
11593 Don't pop help-xref-stack as help-follow no longer pushes
11594 anything on to it.
11595
d924f2e5
CD
115962005-12-20 Carsten Dominik <dominik@science.uva.nl>
11597
2e040f4e 11598 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
11599 (org-agenda): Offer custom commands on splash screen.
11600 (org-make-tags-matcher): Parser for Boolean logic added.
11601 (org-agenda-set-tags): New command.
11602 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11603 (org-set-tags): Efficiency improvements.
11604 (org-auto-align-tags): New option.
11605 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 11606 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
11607 (org-org-menu): Agenda commands simplified.
11608
c8fee345
LT
116092005-12-19 Luc Teirlinck <teirllm@auburn.edu>
11610
11611 * cus-edit.el (customize-apropos, customize-apropos-options):
11612 Docstring changes.
11613
11614 * font-lock.el (font-lock): Add tags to the links in the defgroup.
11615
eb0d2864
CY
116162005-12-19 Chong Yidong <cyd@stupidchicken.com>
11617
11618 * longlines.el (longlines-mode): Wrap while widened.
11619 (longlines-decode-region, longlines-encode-region): Compute max
11620 just once.
11621
d6a90a49
YM
116222005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11623
11624 * cus-edit.el (mac): New group.
11625
11626 * cus-start.el (all): Add user options in macterm.c. Add test for
11627 Mac-related built-ins. Fix test for GTK-related built-ins.
11628
11629 * term/mac-win.el (mac-handle-language-change)
11630 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11631 (mac-services-open-selection, mac-services-mail-selection)
11632 (mac-services-mail-to, mac-services-insert-text)
11633 (mac-dispatch-apple-event): Add docstrings.
11634 (x-get-selection, mac-select-convert-to-string): Select coding
11635 system from `utf-16be' and `utf-16le' using `byteorder'.
11636
8e77fbb4
SM
116372005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * subr.el (lazy-completion-table): Don't be fooled if the var holds
11640 a "list" (lambda ...) rather than a real completion list.
11641
11642 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
11643 lexical-let when encountering ((lambda (...) ...) ...).
11644
1aa545c1
CY
116452005-12-17 Chong Yidong <cyd@stupidchicken.com>
11646
8e77fbb4 11647 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
11648 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
11649 * textmodes/picture.el (picture-mode): Update docstrings.
11650
abeb5855
EZ
116512005-12-17 Eli Zaretskii <eliz@gnu.org>
11652
11653 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
11654 commands enclosed in $(ARGQUOTE)s should not be split between two
11655 lines, as that will break with GNU Make >3.80, when sh.exe is used
11656 and arg quoting is with '..'.
11657 (autoloads): Don't break the quoted --eval expression between
11658 several lines.
11659
14e7cb94
CY
116602005-12-17 Chong Yidong <cyd@stupidchicken.com>
11661
8e77fbb4
SM
11662 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
11663 Capture error from printing circular structures.
14e7cb94 11664
5fed8c15 116652005-12-17 Martin Rudalics <rudalics@gmx.at>
6872b31c
EZ
11666
11667 * wid-edit.el (widget-checkbox-action): Clear undo info.
11668
6eee5abf
BW
116692005-12-16 Bill Wohler <wohler@newt.com>
11670
11671 * menu-bar.el (kill-this-buffer): Set a good example by using menu
11672 bar, not menubar in comment.
11673
f3725983
SM
116742005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
11677 After-change-functions should not clobber the match data.
11678
2a502a32
JL
116792005-12-16 Juri Linkov <juri@jurta.org>
11680
11681 * simple.el (choose-completion): Use `buffer-substring-no-properties'
11682 instead of `buffer-substring'.
11683 (completion-common-substring): Doc fix.
11684 (completion-setup-function): Use minibuffer-completion-contents
11685 instead of minibuffer-contents. Don't set common-string-length
11686 initially. Remove special handling of partial-completion-mode.
f3725983
SM
11687 Move computation of completion-base-size into one cond.
11688 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
11689 completion-base-size for file name completion don't move point to
11690 the end of the minibuffer. Move computation of common-string-length
11691 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
11692 Add condition to put completions-common-part when
11693 common-string-length>0.
2a502a32
JL
11694
11695 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
11696 place point at the first different character in the minibuffer
11697 even if this position is at the beginning of the minibuffer.
11698
11699 * info.el (Info-read-node-name-1): In completion-base-size-function's
11700 lambda return 1 if common-substring or minibuffer-completion-contents
11701 starts with (, and 0 otherwise.
11702
11703 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
11704 Use `crm-current-element' for second arg of `display-completion-list'.
11705
ec6328a2
EZ
117062005-12-16 Klaus Zeitler <kzeitler@lucent.com>
11707
11708 * files.el (set-auto-mode): Look for an interpreter specified on
11709 the first line also if search for mode specification succeeded,
11710 but the mode is not known.
11711
f63bdfca
CD
117122005-12-16 Carsten Dominik <dominik@science.uva.nl>
11713
2e040f4e 11714 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 11715 (org-open-at-point): Implement tag searches as links.
f63bdfca 11716 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 11717 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
11718 (org-tags-sparse-tree, org-tags-view, org-set-tags)
11719 (org-agenda-dispatch): New commands.
11720 (org-use-tag-inheritance, org-tags-column): New options.
11721 (org-tab-follows-link, org-return-follows-link): New options.
11722 (org-tags): New customize group.
11723 (org-start-icalendar-file): Get local time zone.
11724 (org-tags-completion-function): New function.
f3725983 11725 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 11726 highlighted inside headlines.
f63bdfca 11727
e4fd12dd
EZ
117282005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
11729
f3725983
SM
11730 * term.el (term-emulate-terminal):
11731 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
11732 its current directory.
11733
e24f9e5a 117342005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
a74f9094
KL
11735
11736 * bindings.el (last-buffer): Move to simple.el.
11737 * simple.el (last-buffer): Move here.
11738 (get-next-valid-buffer): New function.
11739 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 11740 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 11741
f3725983 11742 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
11743 * bindings.el (global-map): Ditto.
11744
6769aefa
LT
117452005-12-15 Luc Teirlinck <teirllm@auburn.edu>
11746
11747 * cus-edit.el: Introductory comment change.
11748 (custom-magic-alist): Change message string for the `rogue' state.
11749
62e5dd08
RS
117502005-12-15 Richard M. Stallman <rms@gnu.org>
11751
11752 * tooltip.el: Delete defcustom variable :tag names.
11753
11754 * complete.el (partial-completion-mode): Doc fix.
11755
11756 * textmodes/flyspell.el (flyspell-external-point-words):
11757 Use save-excursion to ensure we don't move backward in the
11758 search loop, not even one character.
11759 (flyspell-delete-all-overlays): Use remove-overlays directly.
11760
11761 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
11762 (ispell-start-process): Set that variable.
11763 Clear ispell-buffer-local-name.
11764 (ispell-internal-change-dictionary):
11765 Set ispell-current-dictionary after killing process.
11766 (ispell-buffer-local-dict):
11767 Don't set spell-personal-dictionary after killing process.
11768 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
11769 (ispell-tex-skip-alists, ispell-html-skip-alists)
11770 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
11771
11772 * net/newsticker.el (newsticker--retrieval-timer-list)
11773 (newsticker--display-timer, newsticker-running-p)
11774 (newsticker-ticker-running-p): Definitions moved up.
11775
5df0c23b
NR
117762005-12-16 Nick Roberts <nickrob@snap.net.nz>
11777
f3725983 11778 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 11779
d0ccae3e
DP
117802005-12-15 David Ponce <david@dponce.com>
11781
f3725983 11782 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
11783 (recentf-edit-list, recentf-open-files): Signal an error when
11784 there is no recent file.
11785
9cfeca9e
RF
117862005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
11787
11788 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
11789 read-only except for texinfo-format-region evaluation.
6d298e78 11790
c94dca60
RS
117912005-12-14 Richard M. Stallman <rms@gnu.org>
11792
11793 * vc.el (vc-default-previous-version, vc-default-next-version)
11794 (vc-do-command): Doc fixes.
11795
cdc61d35
SM
117962005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11797
11798 * textmodes/bibtex.el (bibtex-expand-strings)
11799 (bibtex-autokey-expand-string, bibtex-name-part)
11800 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
11801 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
11802 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
11803 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
11804 (bibtex-entry-postfix, bibtex-known-entry-type-re)
11805 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
11806 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
11807 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
11808 (bibtex-beginning-of-last-entry): Remove.
11809 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
11810 message if comma is missing but buffer is read-only.
11811 (bibtex-parse-field-text): Handle whitespaces at the end of field
11812 text. Return 3-element list with beginning and end of field text
11813 and end of field.
11814 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
11815 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
11816 (bibtex-search-forward-field, bibtex-search-backward-field):
11817 Search always delimited by limits of entry. Use more efficient
11818 search algorithms.
11819 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
11820 bibtex-end-of-name-in-field.
11821 (bibtex-text-in-field-bounds): Handle BibTeX strings when
11822 extracting the content of a field.
11823 (bibtex-text-in-field): Use search limits.
11824 (bibtex-parse-string-prefix): Handle empty string keys based on
11825 bibtex-string-empty-key.
11826 (bibtex-parse-string): Fix docstring.
11827 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
11828 (bibtex-preamble-prefix, bibtex-strings): New functions.
11829 (bibtex-skip-to-valid-entry): Include preceding whitespace in
11830 BibTeX entries (consistent with other BibTeX functions).
11831 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
11832 (bibtex-search-entry): Fix docstring. Simplify.
11833 (bibtex-flash-head, bibtex-complete-string-cleanup)
11834 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
11835 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
11836 (bibtex-parse-entry): New optional arg content.
11837 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
11838 Use bibtex-text-in-field-bounds.
11839 (bibtex-print-help-message): Handle BibTeX strings and preambles.
11840 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
11841 bibtex-parse-string-postfix.
11842 (bibtex-find-text-internal): New function.
11843 (bibtex-remove-delimiters): Use it.
11844 (bibtex-find-text): Use it. New optional arg help.
11845 (bibtex-complete): Handle BibTeX string and preamble entries.
11846 (bibtex-Preamble): Fix order of closing delimiters.
11847
118482005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * vc.el (vc-default-revert): New fun.
11851
11852 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
11853
28aa8148
RF
118542005-12-14 Romain Francoise <romain@orebokech.com>
11855
11856 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
11857 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
11858 (font-lock-remove-keywords): Likewise.
11859
fa81f010
JL
118602005-12-14 Juri Linkov <juri@jurta.org>
11861
e8171d36
JL
11862 * log-view.el (log-view-diff): Doc fix.
11863
fa81f010
JL
11864 * isearch.el (isearch-query-replace): Use (mark) instead of
11865 isearch-opoint if mark is active in transient-mark-mode.
11866
e7e4ea21
JL
118672005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
11868
11869 * isearch.el (isearch-query-replace): Check for isearch-other-end.
11870
cf717a0d
JL
118712005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
11872
11873 * progmodes/cpp.el (cpp-face): New widget.
11874 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
11875
ad25ebbb
JL
118762005-12-14 Juri Linkov <juri@jurta.org>
11877
11878 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
11879 around `erase-buffer' and `insert'.
11880
11881 * descr-text.el (describe-text-properties): Replace buffer name
11882 "*Help-2*" with "*Help*<2>".
11883 (describe-char): Add functions print-help-return-message,
11884 toggle-read-only. Use help-setup-xref with nil to not store
11885 describe-char in help-xref-stack. Use help-make-xrefs to
11886 make [back] button.
11887
11888 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
11889
11890 * wdired.el (wdired-old-point): New internal variable.
11891 (wdired-change-to-wdired-mode): Set it buffer-locally.
11892 (wdired-abort-changes): Restore point after aborting changes.
11893
df4da7f4
SM
118942005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * vc.el (vc-do-command): Add a new value t for okstatus.
11897
11898 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
11899 frame in case of errors.
11900
348f73b0 119012005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4c0252a5 11902
df4da7f4 11903 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
11904 so it comes after "On the Left" in the menu.
11905
2ac1d4ef
LT
119062005-12-12 Luc Teirlinck <teirllm@auburn.edu>
11907
11908 * cus-edit.el (customize-apropos, customize-apropos-options)
11909 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
11910
63fc53c9
BW
119112005-12-12 Bill Wohler <wohler@newt.com>
11912
11913 * vc-svn.el (vc-svn-registered): Fix problem of visiting
11914 non-writable Subversion-controlled files by saving window
df4da7f4 11915 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
11916 pop-to-buffer on error which is unexpected during registration.
11917
2da61afc
JB
119182005-12-12 Jay Belanger <belanger@truman.edu>
11919
11920 * calc/README: Update the summary of changes.
11921
25a3c9d1
SM
119222005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * descr-text.el (describe-char): Rework last fix to solve the problem
11925 is the same way it's solved for everything else in that function
11926 (i.e. by extracting the info before setting up the *Help* buffer).
11927
0900f982
KS
119282005-12-12 Kim F. Storm <storm@cua.dk>
11929
11930 * subr.el (version-regexp-alist): Allow space as separator before
11931 non-numeric part, e.g. "1.0 alpha".
11932 (version-to-list): Interpret .X.Y version as 0.X.Y version.
11933
7d29e55d
CD
119342005-12-12 Carsten Dominik <dominik@science.uva.nl>
11935
2e040f4e 11936 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
11937 Implement Logging and the keep-modes setting.
11938 (org-get-category): Make sure a string is returned.
11939 (org-log-done): New function.
11940 (org-log-done, org-closed-string): New options.
11941
348f73b0 119422005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621b83a 11943
df4da7f4 11944 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 11945
eab52f48
RS
119462005-12-12 Richard M. Stallman <rms@gnu.org>
11947
11948 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11949
11950 * frame.el (display-hourglass): Doc fix.
11951
11952 * help.el (help-for-help-internal): Simplify entry for `a'.
11953
11954 * info.el (Info-on-current-buffer): Doc fix.
11955 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11956
11957 * startup.el (inhibit-splash-screen): Make this the real name.
11958 (inhibit-startup-message): Make this the alias.
11959 (command-line): Find only simple.el, and use its directory
11960 to fill in other preloaded files' names.
11961 (command-line): Deactivate the mark if deactivate-mark is set.
11962
11963 * international/mule.el (load-with-code-conversion):
11964 Bind deactivate-mark.
11965
11966 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11967
39f617e5
LT
119682005-12-11 Luc Teirlinck <teirllm@auburn.edu>
11969
11970 * cus-edit.el (customize-apropos): Avoid listing an option more
11971 than once under different aliases. No longer list user options
11972 that are not defined with defcustom (unless a prefix arg is given).
11973 Doc fix.
11974 (customize-apropos-options): Doc fix.
11975
d4c6530f
JL
119762005-12-11 Juri Linkov <juri@jurta.org>
11977
11978 * frame.el (set-background-color, set-foreground-color)
11979 (set-cursor-color, set-mouse-color, set-border-color):
11980 Add explicit prompts to read colors by `facemenu-read-color'.
11981 (show-trailing-whitespace, blink-cursor-delay)
11982 (blink-cursor-interval, display-hourglass, hourglass-delay):
11983 Remove tags.
11984 (display-hourglass, hourglass-delay): Doc fix.
11985 (cursor-in-non-selected-windows): Capitalize words in tag.
11986
11987 * faces.el (frame-background-mode): Replace `choice-item' keywords
11988 with `const' to not make [default] button. Change default value tag
11989 from `default' to `automatic'. Doc fix.
11990 (trailing-whitespace) <defface>: Change group `whitespace' to
11991 `whitespace-faces'.
11992
4b1c16c2
RS
119932005-12-11 Richard M. Stallman <rms@gnu.org>
11994
11995 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11996
ac8fcf0f
YM
119972005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11998
11999 * term/mac-win.el: Create keymap for mac-apple-event-map.
12000
35cd2d87
NR
120012005-12-11 Nick Roberts <nickrob@snap.net.nz>
12002
12003 * tooltip.el (tooltip-mode): Move to start of file so that it
12004 appears at top of customize buffer.
12005
12006 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12007 Add the gud groupname.
12008 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 12009 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
12010 avoid conflict with tooltip-use-echo-area.
12011
d50d22f1
RF
120122005-12-10 Romain Francoise <romain@orebokech.com>
12013
12014 * help.el (help-for-help-internal): Add `r' in doc string.
12015
348f73b0 120162005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5fdf9b7c 12017
f3725983
SM
12018 * align.el (align-regexp, align-highlight-rule):
12019 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
12020 repetition (with `repeat-complex-command') recomputes the region
12021 bounds.
12022
d50d22f1 120232005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
12024
12025 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12026 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12027 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12028 (balance-windows): Rewrite using the above new functions.
12029
71060bdd
EZ
120302005-12-10 David Koppelman <koppel@ece.lsu.edu>
12031
af71d4c0 12032 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
12033 react if global-hi-lock-mode seems intended.
12034 (global-hi-lock-mode) Renamed from hi-lock-mode.
12035 (hi-lock-archaic-interface-message-used)
d50d22f1 12036 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
12037 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12038 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
12039 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12040 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 12041
57436ee7 120422005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6d93e4aa
EZ
12043
12044 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12045 completion list, even after a partial completion has been
12046 inserted in the current buffer. If there are more than 1
12047 completion, redisplay the *Completions* buffer; if the
12048 completion is unique, delete the *Completions* window.
12049
7c86d70e
EZ
120502005-12-10 Eli Zaretskii <eliz@gnu.org>
12051
12052 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12053 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
12054 lines at arbitrary places. Handle subjects that have "Re: " in
12055 the middle.
7c86d70e 12056
d9f9aa72
EZ
120572005-12-10 John W. Eaton <jwe@octave.org>
12058
12059 * emacs/octave-mod.el (octave-electric-space): Don't indent
12060 comments or strings if octave-auto-indent is nil.
12061
4b3eb407
YM
120622005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12063
f3725983
SM
12064 * term/mac-win.el: Require url when compiling.
12065 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
12066 (mac-apple-event-map): New defvar. Define event handlers in it.
12067 (core-event, internet-event): New Apple event class symbols.
12068 (open-application, reopen-application, open-documents)
12069 (print-documents, open-contents, quit-application)
f3725983
SM
12070 (application-died, show-preferences, autosave-now, get-url):
12071 New Apple event ID symbols.
4b3eb407
YM
12072 (about): New HICommand ID symbol.
12073 (mac-event-spec, mac-event-ae): New macros.
12074 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12075 (mac-ae-selection-range, mac-ae-text-for-search)
12076 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12077 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12078 and Services menu events are now defined in mac-apple-event-map.
12079 (mac-drag-n-drop): Remove selection range handling.
12080
332ee544
KH
120812005-12-10 Kenichi Handa <handa@m17n.org>
12082
f3725983 12083 * simple.el (zap-to-char):
332ee544
KH
12084 * isearch.el (isearch-process-search-char): Translate CHAR by
12085 translation-table-for-input.
12086
b0562527
CY
120872005-12-09 Chong Yidong <cyd@stupidchicken.com>
12088
12089 * foldout.el (foldout-exit-fold): Properly hide subtree.
12090
e8f4db18
RS
120912005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12092
12093 * files.el (save-buffer):
d50d22f1 12094 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
12095 * mail/mail-extr.el (mail-extract-address-components):
12096 * mail/sendmail.el (mail-mode): Reformat doc string.
12097
37fec9be
JL
120982005-12-09 Juri Linkov <juri@jurta.org>
12099
12100 * isearch.el (isearch-highlight): Change main overlay priority
12101 from 1 to 1001. Simplify.
12102 (isearch-lazy-highlight-update): Change lazy overlay priority
12103 from 0 to 1000.
12104
12105 * replace.el (replace-highlight): Change overlay priority from
12106 1 to 1001.
12107
12108 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12109 Change overlay priority from 1 to 1001. Reuse existing overlay.
12110
12111 * compare-w.el (compare-windows-highlight): Change overlay
12112 priority from 1 to 1000.
12113
12114 * menu-bar.el (menu-bar-edit-menu): Add listp around
12115 pending-undo-list to disable menu item "undo" when pending
12116 undo list is empty.
12117
12118 * locate.el (locate): Disable undo in *Locate* buffer.
12119
84fdb82c
KS
121202005-12-09 Kim F. Storm <storm@cua.dk>
12121
12122 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12123
5a8781ad
DP
121242005-12-09 David Ponce <david@dponce.com>
12125
84fdb82c 12126 * recentf.el: Improvement of the menu code.
5a8781ad
DP
12127 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12128 instead of menu hook.
12129 (recentf-show-menu, recentf-hide-menu): New functions.
12130 (recentf-menu-customization-changed, recentf-mode): Use them.
12131 (recentf-menu-action, recentf-max-menu-items)
12132 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12133 (recentf-arrange-by-rule-others)
12134 (recentf-arrange-by-rules-min-items)
12135 (recentf-arrange-by-rule-subfilter) : Don't use
12136 `recentf-menu-customization-changed'.
12137 (recentf-arrange-rules): Likewise. Accept functions to compute
12138 sub-menu titles.
12139 (recentf-menu-filter): Likewise. Doc fix.
12140 (recentf-menu-value-shortcut): Doc fix.
12141 (recentf-dump-variable): Quote atom value.
12142 (recentf-make-menu-items): Update to use it as a menu filter.
12143 (recentf-match-rule): New function.
12144 (recentf-arrange-by-rule): Use it.
12145 (recentf-indirect-mode-rule): New function.
12146 (recentf-build-mode-rules): Use it.
12147 (recentf-dir-rule): New function.
12148 (recentf-arrange-by-dir): Use it.
12149 (recentf-filter-changer-current): Rename from
12150 `recentf-filter-changer-state'. All references updated.
12151 (recentf-filter-changer-alist): Update filter names.
12152 (recentf-filter-changer-select): New function.
12153 (recentf-filter-changer): Use it. Make a sub-menu from filters
12154 available in `recentf-filter-changer-alist'.
5a8781ad
DP
12155 (recentf-data-cache, recentf-clear-data)
12156 (recentf-update-menu): Remove. All references updated.
12157 (recentf-match-rule-p, recentf-build-dir-rules)
12158 (recentf-filter-changer-goto-next)
12159 (recentf-filter-changer-get-current)
12160 (recentf-filter-changer-get-next): Remove.
12161
30c02925
LT
121622005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12163
12164 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12165 buffer "Reset" button to "Reset to Current" for consistency with
12166 the State buttons.
12167
1c258d8c
JPW
121682005-12-08 John Paul Wallington <jpw@pobox.com>
12169
12170 * ibuf-ext.el (define-ibuffer-filter filename):
12171 If `dired-directory' is a list then really use its car.
12172
84574cf2
KS
121732005-12-08 Kim F. Storm <storm@cua.dk>
12174
af71d4c0
JB
12175 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12176 Fix indention of text on right side of replaced rectangle.
84574cf2 12177
c48971b2
NR
121782005-12-09 Nick Roberts <nickrob@snap.net.nz>
12179
3d596891 12180 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
12181 No need to check gud-comint-buffer is bound.
12182 (gdb): Prevent multiple debugging when first session uses gdba.
12183
9e04cba1
AM
121842005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12185
12186 CC Mode update to 5.31.
12187
12188 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
55b76f19
KS
12189 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12190 We might do this function properly in the future).
9e04cba1 12191
55b76f19
KS
12192 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12193 New macros c-sentence-end and c-default-value-sentence end, to cope
9e04cba1
AM
12194 with Emacs 22's new function `sentence-end'.
12195
121962005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12197
55b76f19 12198 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9e04cba1
AM
12199 compat issue using `c-put-overlay' and `c-delete-overlay'.
12200
55b76f19
KS
12201 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12202 New compat macros to handle overlays/extents.
9e04cba1
AM
12203
122042005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12205
12206 * progmodes/cc-fix.el: Add definitions of the macros push and pop
12207 (for GNU Emacs 20.4)
12208
12209 * progmodes/cc-defs.el:
12210 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12211
af71d4c0 12212 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
12213 highlighting mechanism so it will work in XEmacs too.
12214
12215 * progmodes/cc-defs.el: Insert c-int-to-char.
12216
12217 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12218 call to the new macro c-int-to-char. This solves XEmacs's
12219 regarding characters as different from integers.
12220
122212005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12222
55b76f19
KS
12223 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12224 New internal helper.
9e04cba1
AM
12225
12226 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12227 construct to make the indirect face lookup work in XEmacs.
12228
12229 (c-cpp-matchers): Append the negation char face to the existing
55b76f19
KS
12230 fontification, so that the cpp face doesn't disappear.
12231 Use `c-make-syntactic-matcher' to avoid negation chars in comments
12232 and strings.
9e04cba1
AM
12233
12234 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
55b76f19 12235 to map to `font-lock-negation-char-face' in emacsen where it exists.
9e04cba1
AM
12236
122372005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12238
12239 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12240
af71d4c0
JB
12241 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12242 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
12243
12244 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12245 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
12246
122472005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12248
12249 * progmodes/cc-mode.el: Added autoload directive for
12250 `c-subword-move-mode' for use in older emacsen.
12251
122522005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12253
12254 * progmodes/cc-mode.el:
12255 (i) Insert a binding for C-c C-backspace into
12256 c-bind-special-erase-keys which works in TTYs.
12257 (ii) Make sure that when file styles are used, any explicitly
55b76f19
KS
12258 given style variables take priority over those in the style.
12259 Do this by calling `hack-local-variables' a second time.
9e04cba1
AM
12260
12261 * progmodes/cc-vars.el: Add language specific customization
12262 widgets for AWK to c-doc-comment-style, c-require-final-newline
55b76f19
KS
12263 and c-default-style. Add a defcustom for awk-mode-hook.
12264 Give c-syntactic-element and c-syntactic-context doc-strings by
12265 directly setting their `variable-documentation' propery.
12266 This allows Emacs 22.1 to read these with C-h v.
9e04cba1 12267
55b76f19 12268 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9e04cba1
AM
12269
122702005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12271
12272 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
12273 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12274 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
12275 Masatake YAMATO.
12276
12277 (c-doc-comment-style): Made GtkDoc default in C mode.
12278
12279 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12280 and C-c C-<delete>.
12281
12282 (c-bind-special-erase-keys): New function for use on
12283 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12284
12285 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12286 <delete> key behavior in XEmacs according to `delete-forward-p'.
12287 C.f. `c-electric-delete'.
12288
122892005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12290
12291 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 12292 c-hungry-delete-forward permanent key bindings.
9e04cba1 12293
55b76f19
KS
12294 * progmodes/cc-cmds.el (c-electric-semi&comma):
12295 Bind c-syntactic-context for calls to "criteria functions", for
9e04cba1
AM
12296 consistency with other calls to user functions.
12297
af71d4c0 12298 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
12299 `current-prefix-arg', since this might be the prefix arg to a
12300 command which calls c-indent-command as a function. Change the
12301 interactive spec from "p" to "P".
12302
12303 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12304 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12305 was difficult to understand.
12306
123072005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12308
55b76f19 12309 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9e04cba1
AM
12310 first char of an identifier.
12311
12312 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12313 +" syntax in C++.
12314
123152005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12316
af71d4c0 12317 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
12318 auto-fill doesn't split a c-comment's last word from a hanging
12319 "*/" when a space is typed between them after fill-column.
12320
12321 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12322
af71d4c0
JB
12323 * progmodes/cc-styles.el (c-set-style)
12324 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
12325 CC Mode buffer.
12326
12327 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12328 with blank comment-prefix, and a blank line as the comment's
12329 second line.
12330
123312005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12332
12333 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
55b76f19 12334 Incorporate the patterns added in the Emacs development branch
9e04cba1
AM
12335 for the new Emacs 22 face `font-lock-negation-char-face'.
12336
12337 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12338 of "red" since it stands out better in xterms and DOS terminals.
12339
55b76f19
KS
12340 * progmodes/cc-engine.el (c-literal-faces):
12341 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9e04cba1
AM
12342
123432005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12344
12345 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12346 forcibly enable c-electric-flag.
12347
12348 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
55b76f19
KS
12349 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12350 after the comment-prefix of a C-style comment will close that comment.
9e04cba1
AM
12351
123522005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12353
af71d4c0 12354 * progmodes/cc-fonts.el (c-basic-matchers-before)
55b76f19 12355 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9e04cba1
AM
12356 in Pike.
12357
12358 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12359 digraphs.
12360
12361 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
12362 (c-cpp-message-directives, c-cpp-include-directives)
12363 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
55b76f19 12364 (c-cpp-expr-directives): Introduce new language constants to
9e04cba1
AM
12365 control cpp syntax in a cleaner way.
12366
55b76f19 12367 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9e04cba1
AM
12368
12369 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12370
af71d4c0
JB
12371 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12372 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
12373 variables to specify how newlines in string literals work.
12374
12375 (c-font-lock-invalid-string): Use them.
12376
12377 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12378 unbalanced close brace is entered. Optimization by avoiding going
12379 back over arbitrarily large blocks. Removed hints that this
12380 function only would be relevant/useful in AWK.
12381
12382 (c-electric-brace): Indent syntactically after the cleanups since
12383 lineup functions might do it differently then.
12384
12385 * progmodes/cc-engine.el, cc-langs.el
12386 (c-opt-op-identifier-prefix): New language constant and variable.
12387
af71d4c0
JB
12388 (c-just-after-func-arglist-p, c-after-special-operator-id)
12389 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
12390
12391 * progmodes/cc-align.el, cc-engine.el
12392 (c-after-special-operator-id): New helper to handle C++ operator
12393 identifiers.
12394
af71d4c0
JB
12395 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12396 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
12397 declarations.
12398
55b76f19 12399 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
12400 trigraph version of ^= too.
12401
55b76f19 12402 * progmodes/cc-langs.el (c-assignment-operators): Add the
9e04cba1
AM
12403 trigraph version of |= in C++.
12404
55b76f19
KS
12405 * progmodes/cc-fonts.el (c-font-lock-declarators):
12406 Handle `c-decl-hangon-kwds' after the identifier name.
9e04cba1
AM
12407
12408 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12409 whether an arglist is "nonempty", ignore a comment after the open
55b76f19 12410 paren if it isn't followed by a non-comment token on the same line.
9e04cba1 12411
55b76f19
KS
12412 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12413 Enable heuristics below the point to cope with classes inside special
9e04cba1
AM
12414 brace lists in Pike.
12415
124162005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12417
12418 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12419
124202005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12421
12422 * progmodes/cc-guess.el (cc-guess-install): New function to
12423 install an already guessed style in another buffer.
12424
12425 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12426 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12427 anyway if the change always is undone.
12428
124292005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12430
12431 Implement togglable electricity:
12432
12433 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12434 saying when it should be used.
12435
12436 * progmodes/cc-engine.el: Add the new buffer-local variable,
12437 c-electric-flag.
12438
12439 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12440 c-toggle-auto-newline.
12441
12442 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12443 c-toggle-auto-newline. Remove the binding for
12444 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12445 c-toggle-electric-state.
12446
12447 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12448
12449 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12450 c-\(forward\|backward\)-subword.
12451 (c-update-modeline): Add the new modeline flag `l' for
55b76f19
KS
12452 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12453 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12454 Make the old name an alias of the new name.
9e04cba1 12455 (c-toggle-electric-state): New function.
55b76f19 12456 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9e04cba1
AM
12457 Adapt these functions to do electric things only when
12458 c-electric-flag is non-nil.
12459 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12460 new functions from c-electric-brace.
12461 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12462 mode, so that the tentative extra newline doesn't change the
12463 syntax of the following brace.
af71d4c0 12464 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
12465 Tidy up the coding somewhat.
12466 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12467 restructure a bit.
12468
124692005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12470
12471 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
55b76f19 12472 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9e04cba1
AM
12473
12474 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
55b76f19 12475 (c-submode-indicators): Change name from `c-auto-hungry-string'
9e04cba1
AM
12476 since it's now used to track another submode.
12477
55b76f19 12478 (c-update-modeline): Convert to function and extended to check
9e04cba1
AM
12479 `c-subword-move-mode'.
12480
12481 (c-forward-into-nomenclature, c-backward-into-nomenclature):
55b76f19 12482 Convert to compat aliases for `c-forward-subword' and
9e04cba1
AM
12483 `c-backward-subword'.
12484
12485 * progmodes/cc-subword.el: New functions and minor mode to handle
12486 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12487
af71d4c0
JB
12488 (c-forward-subword, c-backward-subword, c-mark-subword)
12489 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12490 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
12491 Functions corresponding to the standard word handling functions.
12492
12493 (c-subword-move-mode): Minor mode that replaces all the standard
12494 word handling functions with their subword equivalences.
12495
124962005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12497
12498 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12499 entry for one-liner-defun.
12500
12501 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12502 name in its def-edebug-spec.
12503
12504 * progmodes/cc-cmds.el (c-electric-brace): Make the
12505 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12506 compacts space before a comment, if this will make things fit on
12507 one line.
12508
12509 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12510
af71d4c0 12511 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
12512
12513 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12514 clean-up one-liner-defun.
3d596891 12515
9e04cba1
AM
12516 * progmodes/cc-styles.el: Add the new "awk" style.
12517
12518 * progmodes/cc-vars.el: Add description of one-liner-defun to
12519 c-cleanup-list's doc-string. New user options,
12520 c-max-one-liner-length. In c-default-style, set the default style
12521 for AWK to "awk".
12522
125232005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12524
55b76f19 12525 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9e04cba1
AM
12526 macros inside labels.
12527
55b76f19 12528 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9e04cba1
AM
12529 `c-at-statement-start-p' and `c-at-expression-start-p'.
12530
12531 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12532 error if the mark isn't set.
12533
af71d4c0
JB
12534 * progmodes/cc-engine.el (c-guess-continued-construct)
12535 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
12536 accurately detect functions inside functions.
12537
12538 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12539 like `c-at-statement-start-p' that additionally recognizes commas
12540 and expression parentheses as delimiters.
12541
55b76f19 12542 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9e04cba1 12543 to avoid heuristics that doesn't work for unclosed blocks.
9e04cba1
AM
12544 (c-at-statement-start-p): New function.
12545
12546 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12547 Objective-C directives, e.g. directives spanning lines should work
12548 reasonably well now.
12549
12550 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12551
12552 (c-forward-objc-directive): New function to move over any ObjC
12553 directive.
12554
af71d4c0
JB
12555 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12556 (c-basic-matchers-before): Use it.
9e04cba1 12557
55b76f19 12558 (c-font-lock-objc-iip-decl): Remove.
9e04cba1
AM
12559
12560 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12561 in the template arglist recognition.
12562
55b76f19 12563 * progmodes/cc-styles.el (c-style-alist): Fix several
9e04cba1
AM
12564 inconsistencies in the Whitesmith style.
12565
af71d4c0
JB
12566 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12567 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
12568 correctly indented.
12569
55b76f19 12570 (c-lineup-whitesmith-in-block): Back out the compensation for
9e04cba1
AM
12571 opening parens since it's done using `add' lists in the style
12572 definition instead. Don't use the anchor position since it varies
12573 too much between the syntactic symbols. :P
12574
55b76f19 12575 * progmodes/cc-vars.el (c-valid-offset): Update.
9e04cba1 12576
55b76f19 12577 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9e04cba1 12578 lists where the offsets are combined according to several
55b76f19
KS
12579 different methods: `first', `min', `max', and `add'.
12580 Report offset evaluation errors with `c-benign-error' so that some kind
9e04cba1
AM
12581 of reindentation still is done.
12582
55b76f19
KS
12583 * progmodes/cc-engine.el (c-guess-basic-syntax):
12584 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9e04cba1
AM
12585 `arglist-close'.
12586
55b76f19 12587 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9e04cba1
AM
12588 situations for `arglist-cont-nonempty' and `arglist-close'.
12589
55b76f19 12590 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9e04cba1
AM
12591
12592 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12593 cc-bytecomp-boundp' in a number of places.
12594
55b76f19 12595 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9e04cba1
AM
12596 macro related issue.
12597
125982005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12599
12600 * progmodes/cc-awk.el: Change the terminology of regexps: A char
55b76f19
KS
12601 list is now [asdf], a char class [:alpha:].
12602 Include code for char classes.
12603 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
12604 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9e04cba1
AM
12605
12606 Remove (nearly all of) the cruft associated with AWK Mode's former
12607 concept of "virtual semicolons":
12608
12609 Adapt c-beginning-of-statement, c-end-of-statement (together with
12610 subfunctions) to use the new notion of "virtual semicolon" in
12611 place of the old awkward special handling for AWK. There remains
12612 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12613 * progmodes/cc-cmds.el:
12614 (c-ascertain-adjacent-literal): In the backwards direction, now
12615 recognises AWK regexp delimiters as string delimiters.
12616 (c-after-statement-terminator-p): Adapt for virtual semicolons;
12617 check more rigorously for "end of macro".
12618 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12619 virtual semicolons;
12620 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12621 out the code for forward movement into ...
12622 (c-end-of-statement): Now contains the code for forward movement,
12623 adapted for virtual semicolons.
12624
12625 * progmodes/cc-engine.el:
af71d4c0 12626 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
12627 (c-forward-single-comment, c-backward-single-comment): Comment out
12628 the (now redundant) "special" AWK stuff.
12629
12630 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12631 c-string-par-start, c-string-par-separate to be more like Text
12632 Mode than Fundamental Mode.
12633
126342005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12635
12636 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12637 to the fontified region so that fontification doesn't occur
af71d4c0
JB
12638 outside it (could happen e.g. when fontifying a line with an
12639 unfinished declaration).
9e04cba1
AM
12640
126412005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12642
55b76f19
KS
12643 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
12644 start of the file. ^L now separate sections of the file.
12645 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
12646 (c-awk-one-line-possibly-open-string-re)
12647 (c-awk-regexp-one-line-possibly-open-char-class-re)
12648 (c-awk-one-line-possibly-open-regexp-re)
12649 (c-awk-one-line-non-syn-ws*-re): New defonsts.
12650 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9e04cba1
AM
12651
12652 Amend the concept of "virtual semicolons" (in the indentation
12653 engine) for languages like AWK, such that they are now
12654 conceptually attached to end of the last token of a statement, not
12655 the end of the line. (In AWK Mode, however, the pertinent text
12656 property is still physically set on the EOL.) Remove the specific
12657 tests for awk-mode, thus facilitating the introduction of other
55b76f19
KS
12658 language modes where EOLs can end statements.
12659 (Note: The funtionality in cc-cmds.el, specifically
9e04cba1
AM
12660 c-beginning/end-of-statement has yet to be amended.)
12661
55b76f19
KS
12662 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
12663 New macros.
9e04cba1
AM
12664
12665 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
12666 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
12667 c-vsemi-status-unknown-p-fn (in a new page).
12668
12669 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
12670 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
12671 numerous awkward forms like
12672 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
55b76f19
KS
12673 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
12674 variable before-ws-ip, the place just after char-before-ip appears.
9e04cba1
AM
12675
12676 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
12677 a comment.
12678
126792005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12680
55b76f19 12681 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9e04cba1
AM
12682 `c-tentative-buffer-changes'.
12683
55b76f19
KS
12684 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
12685 convert to macro to choose between Emacs and XEmacs at compile time.
9e04cba1 12686
55b76f19 12687 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9e04cba1
AM
12688
12689 (c-tentative-buffer-changes): New macro to handle temporary buffer
12690 changes in a convenient way.
12691
12692 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
12693 for `c-tentative-buffer-changes'.
12694
55b76f19 12695 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9e04cba1
AM
12696 the checks for paren sexps between the point and the keyword, to
12697 avoid some false alarms.
12698
12699 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
12700 Fixed a situation where an error could be thrown for unbalanced
12701 parens. Changed to make use of c-keyword-member' to avoid some
12702 repeated regexp matches.
12703
55b76f19
KS
12704 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
12705 These language variable are no longer necessary.
9e04cba1
AM
12706
12707 (c-block-stmt-kwds): New language constant used by
12708 c-looking-at-inexpr-block'.
12709
55b76f19 12710 (c-guess-basic-syntax): Remove an optional check that looked at
9e04cba1
AM
12711 the existence of the now removed language variables.
12712
55b76f19
KS
12713 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
12714 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9e04cba1
AM
12715 object instantiation expressions as declarations in some contexts.
12716 This bug only affected languages where the declarator can't be
12717 enclosed in parentheses.
12718
55b76f19 12719 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9e04cba1
AM
12720 insert newlines before and after substatement braces.
12721
12722 * progmodes/cc-engine.el: Improved the heuristics for recognizing
12723 function declaration headers and the handling of C++ style member
12724 init lists.
12725
12726 (c-just-after-func-arglist-p): Rewritten to use
12727 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
12728
55b76f19 12729 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9e04cba1 12730
55b76f19
KS
12731 (c-guess-basic-syntax): Adapt case 5B for the new
12732 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
12733 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9e04cba1
AM
12734 covers all cases now).
12735
55b76f19 12736 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9e04cba1
AM
12737
127382005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12739
12740 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
12741 c-string-par-start/separate c-sentence-end-with-esc-eol,
12742 initialised in c-setup-paragraph-variables, used in string
12743 scanning subroutines of c-beginning-of-statement.
12744
af71d4c0 12745 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
12746 which precedes the newly inserted `{'.
12747
127482005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12749
12750 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
12751 function for declaration level blocks. It should now cope with
12752 templates better and also be a lot more comprehensible.
12753
12754 (c-looking-at-decl-block): The new function.
12755
12756 (c-search-uplist-for-classkey): The old one. It's now a wrapper
12757 for compatibility.
12758
55b76f19
KS
12759 (c-add-class-syntax, c-guess-continued-construct)
12760 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9e04cba1 12761
55b76f19 12762 (c-decl-block-key): Change to tell apart ambiguous and
9e04cba1
AM
12763 unambiguous keywords. Pike specials are now handled directly in
12764 the code instead.
12765
55b76f19
KS
12766 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
12767 New language constants and variables to make the backward skip in
9e04cba1
AM
12768 `c-looking-at-decl-block' as tight as possible.
12769
12770 (c-nonsymbol-token-char-list): New language constant.
12771
12772 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
12773 find balanced template arglists backwards.
12774
12775 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
12776 making char classes for `c-syntactic-skip-backward'.
12777
55b76f19 12778 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9e04cba1
AM
12779 16D - can't be a class-close at that point.
12780
af71d4c0
JB
12781 * progmodes/cc-engine.el (c-guess-basic-syntax)
12782 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
12783 level. This makes everything a lot easier, and it was actually
12784 only four small places that needed it to work. Some places that
12785 previously did `widen' are removed now, which has the effect that
12786 `c-guess-basic-syntax' never will look at things outside the
12787 current narrowment now. The anchor position for `topmost-intro'
12788 is affected by this, but it was so bogus it was basically useless
55b76f19 12789 before, and now it's equally bogus but in a slightly different way.
9e04cba1
AM
12790
12791 (c-narrow-out-enclosing-class): Gone.
12792
12793 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
12794 the narrowed region.
12795
55b76f19 12796 (c-least-enclosing-brace): Remove silly optional argument.
9e04cba1 12797
55b76f19 12798 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9e04cba1
AM
12799 the point could be left directly after an open paren when finding
12800 the beginning of the first decl in the block.
12801
12802 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
12803 Specify which submatch to use.
12804
119f6f17 12805 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 12806
af71d4c0 12807 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
12808 ObjC due to the above.
12809
12810 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
12811 presumably follows C in that regard.
12812
12813 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
12814 New language constants to specify operator tokens inside
12815 identifiers in a more high level way.
12816
12817 (c-opt-identifier-prefix-key): New internal language constant.
12818
af71d4c0
JB
12819 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
12820 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
12821 from other constants.
12822
55b76f19 12823 (c-identifier-last-sym-match): Decommission since it's no longer used.
9e04cba1 12824
55b76f19 12825 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9e04cba1 12826
55b76f19 12827 * progmodes/cc-engine.el (c-forward-name): Remove the
9e04cba1
AM
12828 optimization when c-identifier-key is equal to c-symbol-key since
12829 it doesn't work in byte compiled files. Don't record empty
12830 regions as identifiers.
12831
12832 * progmodes/cc-langs.el (c-filter-ops): New helper function to
12833 simplify access to `c-operators' and its likes.
12834
af71d4c0
JB
12835 (c-operator-list, c-all-op-syntax-tokens)
12836 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
12837 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
12838 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
12839
12840 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
12841 an explicit language in functions.
12842
55b76f19 12843 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9e04cba1
AM
12844 variant of adornment.
12845
55b76f19 12846 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9e04cba1
AM
12847 variable.
12848
55b76f19 12849 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9e04cba1
AM
12850 the Pike value.
12851
af71d4c0
JB
12852 * progmodes/cc-engine.el (c-on-identifier)
12853 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
12854 correctly in `skip-chars-backward'. Affected the operator lfun
12855 syntax in Pike.
12856
55b76f19 12857 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9e04cba1
AM
12858 diagnostic message about precompiled language vars not being used.
12859
12860 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
12861 "__attribute__" is followed by a parenthesis.
12862
af71d4c0
JB
12863 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
12864 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
12865 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
12866
55b76f19
KS
12867 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
12868 Internal cleanups to properly detect the declared identifiers in
12869 various declarations.
9e04cba1
AM
12870
12871 (c-decl-start-kwds): New language constant to recognize
12872 declarations that can start anywhere. Used for class declarations
12873 in Pike.
12874
af71d4c0
JB
12875 (c-specifier-key, c-not-decl-init-keywords)
12876 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
12877 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 12878
af71d4c0 12879 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
55b76f19 12880 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9e04cba1
AM
12881 handling of the compiler specific extension keywords into a new
12882 language constant `c-decl-hangon-kwds' that defines keyword
12883 clauses to be ignored in declarations.
12884
12885 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
12886 past unrecognized tokens when handling `c-colon-type-list-kwds'.
12887 Necessary to stop at the declared identifier in e.g. IDL valuetype
12888 declarations.
12889
af71d4c0
JB
12890 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
12891 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
12892 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
12893 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
12894 class and enum declarations as such and not as part of the type.
12895
55b76f19
KS
12896 (c-forward-decl-or-cast-1, c-forward-label): Relax the
12897 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9e04cba1
AM
12898
12899 (c-forward-decl-or-cast-1): Don't disregard sure signs of
12900 declarations when there's some syntax error later on.
12901
12902 (c-complex-decl-matchers): Did away with a reference to
12903 `c-specifier-key'.
12904
12905 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
12906 value - this variable is always dynamically bound.
12907
af71d4c0
JB
12908 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
12909 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
55b76f19 12910 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9e04cba1
AM
12911 functions that might do hidden buffer changes: All such internal
12912 functions are now marked instead of those that don't.
12913
af71d4c0
JB
12914 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
12915 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
12916 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
12917 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
12918 so that they are free to use text property caching later on.
12919
af71d4c0
JB
12920 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
12921 (c-electric-brace, c-electric-slash, c-electric-star)
12922 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
12923 (c-electric-paren, c-electric-continued-statement, c-indent-command)
12924 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
55b76f19 12925 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9e04cba1
AM
12926 with the changed semantics of the functions above.
12927
55b76f19 12928 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9e04cba1
AM
12929 when macros occur in obscure places. Optimized the sexp movement
12930 a bit.
12931
129322005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12933
12934 Enhancements for c-beginning-of-statement to work in AWK Mode:
12935
12936 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
12937 (completed statement) with `}' (statement completed by closing
12938 brace or semicolon) and `$' (statement completed by EOL).
12939
af71d4c0
JB
12940 (c-awk-virtual-semicolon-ends-prev-line-p)
12941 (c-awk-virtual-semicolon-ends-line-p)
12942 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
12943 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
12944
12945 * progmodes/cc-cmds.el: Simplify the structure of functions
12946 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
12947 two functions and c-beginning-of-statement to handle AWK Mode.
12948
12949 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12950 c-backward-single-comment for AWK mode. Attempt to clarify their
12951 doc-strings.
12952
12953 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12954
129552005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12956
12957 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12958 label handling. Labels are now recognized in a uniform and more
12959 robust way, regardless of context. Text properties are put on all
55b76f19
KS
12960 labels to recognize the following declarations better.
12961 Multiword labels are handled both in indentation and fontification for
12962 the benefit of language extensions like Qt. For consistency, keywords
12963 in labels are now fontified with the label face instead.
12964 That also applies to "case" and "default".
9e04cba1 12965
55b76f19 12966 (c-beginning-of-statement-1): Fix some bugs in the label
9e04cba1
AM
12967 handling. Disregard `c-nonlabel-token-key' in labels that begin
12968 with `c-label-kwds'.
12969
12970 (c-find-decl-spots): Support that the callback adds more
12971 `c-decl-end' spots to find.
12972
12973 (c-forward-decl-or-cast-1): Don't treat a list of plain
12974 identifiers followed by a colon as a declaration.
12975
12976 (c-forward-label): New function to recognize labels.
12977
55b76f19 12978 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9e04cba1
AM
12979 `c-forward-label'. Moved the label recognition cases (14 and 15)
12980 earlier since they aren't so context sensitive now. Handle labels
12981 on the top level gracefully. Moved access label recognition to
12982 the generic label case (CASE 15) - removed CASE 5E.
12983
55b76f19 12984 (c-font-lock-declarations): Add recognition of labels in the
9e04cba1
AM
12985 same round since we need to handle labels in parallell with other
12986 declarations to recognize both accurately. It should also improve
12987 speed.
12988
55b76f19
KS
12989 (c-simple-decl-matchers, c-basic-matchers-after):
12990 Move `c-font-lock-labels' so that it only is used on decoration level 2
9e04cba1
AM
12991 since `c-font-lock-declarations' handles it otherwise.
12992
55b76f19 12993 (c-complex-decl-matchers): Remove the simplistic recognition of
9e04cba1
AM
12994 access labels.
12995
55b76f19 12996 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9e04cba1
AM
12997 with labels earlier.
12998
12999 (c-decl-start-re): New language variable to make
13000 `c-font-lock-declarations' stop for the special protection labels
119f6f17 13001 in Objective-C that start with `@'.
9e04cba1 13002
55b76f19 13003 (c-label-key): Remove since it's no longer used.
9e04cba1
AM
13004
13005 (c-recognize-colon-labels, c-label-prefix-re): New language
55b76f19 13006 constants to support recognition of generic colon-terminated labels.
9e04cba1
AM
13007
13008 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13009 are colon terminated labels.
13010
55b76f19 13011 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9e04cba1
AM
13012 first argument starts with a special brace list.
13013
af71d4c0 13014 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
55b76f19 13015 (c-font-lock-declarations): Break out the declaration and cast
9e04cba1
AM
13016 recognition from `c-font-lock-declarations' to a new function, so
13017 that it can be used in the indentation engine.
13018
55b76f19 13019 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9e04cba1
AM
13020 up to the start of the literal. Fixed bug with the point on the
13021 wrong side of the search limit that could happen when the start
13022 position is inside a literal.
13023
af71d4c0 13024 * progmodes/cc-engine.el (c-parse-state)
55b76f19 13025 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9e04cba1
AM
13026 so that it's kept a little bit back to increase the hit rate.
13027
55b76f19 13028 (c-parse-state): Change the macro handling and fixed some
9e04cba1
AM
13029 glitches. Macro context is checked more often than necessary now,
13030 but otoh less garbage conses are generated.
13031
af71d4c0
JB
13032 * progmodes/cc-engine.el (c-parse-state)
13033 (c-invalidate-state-cache): Cache the last position where
9e04cba1 13034 `c-state-cache' applies. This can speed up refontification quite
55b76f19 13035 a bit in blocks where there are many non-brace parens before the point.
9e04cba1
AM
13036
13037 (c-state-cache-end): New variable for this.
13038
55b76f19 13039 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9e04cba1
AM
13040 cache variable.
13041
13042 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13043 get close initial continue positions when the start position is
13044 inside a literal or macro. Do not call the callback for spots
13045 before the start position (which can happen e.g. for `c-decl-end'
13046 spots inside comments). Optimize better in special cases when the
13047 region is a single line inside a literal or macro (typically when
13048 the current line is refontified).
13049
55b76f19 13050 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9e04cba1
AM
13051 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13052 entries from the paren state.
13053
55b76f19 13054 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9e04cba1
AM
13055 special case for "else if" clauses.
13056
af71d4c0
JB
13057 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13058 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1 13059
55b76f19
KS
13060 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13061 New language variable to recognize the gcc extension with statement
9e04cba1
AM
13062 blocks inside expressions.
13063
55b76f19 13064 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9e04cba1
AM
13065 it somewhat more comprehensible. The argument AT-BLOCK-START is
13066 no longer used and hence removed.
13067
55b76f19 13068 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9e04cba1
AM
13069 to `c-add-stmt-syntax'.
13070
55b76f19
KS
13071 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13072 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9e04cba1
AM
13073 This fixes bogus label recognition.
13074
af71d4c0 13075 * progmodes/cc-engine.el (c-add-type, c-check-type)
55b76f19 13076 (c-forward-name, c-forward-type): Improve storage of template
9e04cba1
AM
13077 types in `c-found-types' so that they can be recognized better.
13078
55b76f19 13079 (c-syntactic-content): Add option to skip past nested parens.
9e04cba1 13080
55b76f19
KS
13081 * progmodes/cc-engine.el (c-forward-name):
13082 Set `c-last-identifier-range' all the time. It's less work that way.
9e04cba1
AM
13083 Handle that there might not be an identifier to store in
13084 `c-last-identifier-range'.
13085
13086 (c-forward-type): Handle that `c-last-identifier-range' might be
13087 nil from `c-forward-name'.
13088
af71d4c0 13089 * progmodes/cc-defs.el (c-safe-scan-lists)
55b76f19 13090 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9e04cba1
AM
13091
13092 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13093 to work even if the form fails.
13094
13095 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13096 down in a large file in one go.
13097
55b76f19 13098 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9e04cba1
AM
13099
13100 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13101 function which is like `c-lineup-math' but returns nil instead of
13102 `c-basic-offset' when it doesn't match.
13103
55b76f19 13104 (c-lineup-math): Change to use `c-lineup-assignments'.
9e04cba1
AM
13105
131062005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13107
13108 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13109 c-beginning-of-statement. New subfunctions
13110 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13111
131122005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13113
13114 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13115 hardcoded char classes whereever possible. Changed a couple of
13116 places to use skip by syntax instead of skip by char class.
13117
13118 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
55b76f19 13119 Fix a bug in the regexp that caused extreme backtracking.
9e04cba1 13120
af71d4c0
JB
13121 * progmodes/cc-langs.el (c-block-comment-starter)
13122 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
13123 single place how block comments look.
13124
af71d4c0
JB
13125 (c-comment-start-regexp, c-block-comment-start-regexp)
13126 (comment-start, comment-end, comment-start-skip)
13127 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13128 (c-syntactic-ws, c-nonempty-syntactic-ws)
13129 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
13130 `c-line-comment-starter', `c-block-comment-starter' and
13131 `c-block-comment-ender'.
13132
af71d4c0
JB
13133 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13134 New language constants to break up things a bit.
9e04cba1
AM
13135
13136 (c-simple-ws): New language constant for simple whitespace.
13137
55b76f19 13138 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9e04cba1 13139
55b76f19 13140 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9e04cba1
AM
13141 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13142 newlines. Allow and ignore nil elements in the list.
13143
131442005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13145
13146 * progmodes/cc-cmds.el: Comment out a (n almost certainly
55b76f19 13147 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9e04cba1
AM
13148
13149 * progmodes/cc-cmds.el: Tidy up the comments in
13150 c-beginning-of-statement and subfunctions.
13151
13152 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13153 more flexible c-put-char-property and c-clear-char-properties.
13154 Add the author's email address.
13155
55b76f19 13156 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9e04cba1
AM
13157
13158 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13159 closing "*/" of a block comment.
13160
13161 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13162 subfunctions) so that it works at BOB and EOB.
13163
13164 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13165 c-beginning-of-statement, including new variable
13166 c-block-comment-start-regexp.
13167
131682005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13169
13170 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13171 symbols from `*-font-lock-extra-types' so that there's no need to
13172 use `regexp-opt' on those lists.
13173
13174 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13175 `c-type-modifier-kwds' is empty.
13176
13177 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13178 there are several strings on the same line.
13179
55b76f19 13180 * progmodes/cc-engine.el (c-literal-limits): Remove the
9e04cba1
AM
13181 compatibility function for older emacsen. `c-literal-limits-fast'
13182 has now taken the place of this function.
13183
55b76f19 13184 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
119f6f17 13185 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
13186
131872005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13188
13189 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13190 which obviates the need to hack sentence-end. This now handles
13191 escaped newlines in strings correctly. Correct minor bugs in
13192 c-move-over-sentence and in c-beginning-of-statement.
13193
13194 * progmodes/cc-cmds.el (c-beginning-of-statement (and
13195 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13196 that movement over macros and code are rigorously separated from
13197 eachother. Correct a few incidental bugs.
13198
13199 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
55b76f19 13200 Improve its doc-string. Improve the handling of certain specific cases.
9e04cba1
AM
13201
132022005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13203
13204 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
55b76f19 13205 (c-guess-basic-syntax): Change the way class-level labels are
9e04cba1
AM
13206 recognized; they can now contain essentially any symbols.
13207
13208 (c-opt-extra-label-key): New language variable to cope with the
13209 special protection label syntax in Objective-C.
13210
55b76f19 13211 (c-opt-access-key): Remove; this is now handled better by
9e04cba1
AM
13212 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13213
13214 (c-complex-decl-matchers): Update to handle that
13215 `c-opt-access-key' no longer exists.
13216
13217 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13218 improved label recognition in `c-beginning-of-statement-1'.
13219
13220 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13221 Recognize bitfields better.
13222
13223 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
55b76f19 13224 Remove some cruft and fixed a bug that could cause it to go to a
9e04cba1
AM
13225 position further down.
13226
13227 * progmodes/cc-langs.el, cc-engine.el
55b76f19 13228 (c-beginning-of-statement-1): Improve detection of labels in
9e04cba1
AM
13229 declaration contexts.
13230
13231 (c-beginning-of-decl-1): Use it.
13232
13233 (c-nonlabel-token-key): New language constant and variable needed
13234 by `c-beginning-of-statement-1'.
13235
55b76f19 13236 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9e04cba1
AM
13237 manifested itself due to the correction in `c-forward-sexp'.
13238
55b76f19
KS
13239 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13240 Make these behave as documented when used at the buffer limits.
9e04cba1
AM
13241
13242 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13243 (c-type-decl-end-used): Made this a language variable.
13244
13245 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13246 correctly when `combine-after-change-calls' is used together with
13247 temporary narrowings.
13248
55b76f19
KS
13249 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13250 Report labels correctly when the start point is immediately after the
9e04cba1
AM
13251 colon.
13252
55b76f19
KS
13253 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13254 Remove since it isn't used anymore.
9e04cba1
AM
13255
13256 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13257 bracket arglists such as template parens in C++.
13258
55b76f19 13259 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9e04cba1
AM
13260 in the last check-in. Some optimization.
13261
55b76f19 13262 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9e04cba1
AM
13263 where it could stop at the same level in a preceding sexp when
13264 PAREN-LEVEL is set.
13265
13266 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13267 text property lookup only when it's needed.
13268
13269 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
55b76f19 13270 Change the policy for paren marked angle brackets to be more
9e04cba1
AM
13271 persistent; once marked they remain marked even when they're found
13272 to be unbalanced in the searched region. This should keep the
13273 paren syntax around even when individual lines are refontified in
13274 multiline template arglists.
13275
13276 (c-parse-and-markup-<>-arglists): New dynamically bound variable
13277 to control markup so that incorrect angle bracket arglists aren't
13278 marked in contexts where the correct value for
13279 `c-disallow-comma-in-<>-arglists' isn't known.
13280
13281 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13282 argument has become `c-parse-and-markup-<>-arglists'.
13283
55b76f19 13284 (c-remove-<>-arglist-properties): Remove - no longer used.
9e04cba1
AM
13285
13286 (c-after-change-check-<>-operators): New function used on
13287 `after-change-functions' to avoid that "<" and ">" characters that
13288 are part of longer operators have paren syntax.
13289
13290 (c-<>-multichar-token-regexp): New language variable used by
13291 `c-after-change-check-<>-operators'.
13292
13293 (c-after-change): Call `c-after-change-check-<>-operators'.
13294
13295 (c-font-lock-<>-arglists): Use the context properties set by
55b76f19
KS
13296 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13297 correctly to avoid doing invalid markup.
9e04cba1 13298
55b76f19 13299 (c-font-lock-declarations): Remove code that undoes the invalid
9e04cba1
AM
13300 markup done by `c-font-lock-<>-arglists'.
13301
13302 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13303 after `c-font-lock-declarations'.
13304
55b76f19
KS
13305 * progmodes/cc-engine.el (c-syntactic-skip-backward):
13306 Add paren-level feature.
9e04cba1 13307
55b76f19 13308 (c-guess-basic-syntax): Improve the anchor position for
9e04cba1
AM
13309 `template-args-cont' in nested template arglists. There's still
13310 much to be desired in this area, though.
13311
133122005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13313
13314 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
55b76f19 13315 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9e04cba1
AM
13316
133172005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13318
13319 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 13320 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
13321
13322 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13323 it doesn't work no longer are supported.
13324
af71d4c0
JB
13325 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13326 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
13327 requires support for the syntax-table' text property, which rules
13328 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
13329 cruft associated with those versions.
13330
13331 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13332 for the `syntax-table' text property, which rules out Emacs 19 and
13333 XEmacs < 21.4. Removed various compatibility cruft associated
13334 with those versions.
13335
13336 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13337 support for the `syntax-table' text property.
13338
13339 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13340 variable and use an extra quoted face name instead. All the
13341 emacsen flavors handle that correctly.
13342
af71d4c0
JB
13343 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13344 (c-font-lock-declarators, c-font-lock-declarations)
13345 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
13346 property to mark the items in in declarator lists to handle
13347 refontification inside multiline declarations better.
13348
13349 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13350 construct like "a * b = c;" as a declaration.
13351
3dd63dc3
KS
133522005-12-08 Kim F. Storm <storm@cua.dk>
13353
55b76f19 13354 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
3d596891
KS
13355 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
13356 select either meta, hyper, or super modifier for rectangle commands.
13357 (cua--rectangle-modifier-key): New defvar.
119f6f17 13358 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
13359 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13360 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 13361 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891 13362
55b76f19
KS
13363 * emulation/cua-rect.el (cua-help-for-rectangle):
13364 Use cua--rectangle-modifier-key. Handle super modifier too.
3d596891 13365 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 13366 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 13367
ad668f10
KS
13368 * ido.el: Move Acknowledgements and History after Commentary.
13369 Minor changes to Commentary.
13370
3dd63dc3 13371 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 13372 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
13373 (cua--shift-control-prefix): New function; emulate "type prefix
13374 key twice" functionality to handle shifted prefix key override.
55b76f19
KS
13375 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13376 New commands.
3dd63dc3
KS
13377 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13378
9992b124
CD
133792005-12-08 Carsten Dominik <dominik@science.uva.nl>
13380
30c02925 13381 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
13382 headings.
13383 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13384 (org-insert-item): New function.
13385 (org-renumber-ordered-list): Don't skip to higher level lists.
13386
3f30c272
JL
133872005-12-08 Juri Linkov <juri@jurta.org>
13388
13389 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13390
13391 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13392
13393 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13394
13395 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13396 the constructed function name fun-1.
13397
13398 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13399 because such links don't lead to parent documentation.
13400
086c5b2b
KH
134012005-12-08 Kenichi Handa <handa@m17n.org>
13402
13403 * descr-text.el (describe-char): Use *Help-2* buffer if the
13404 current buffer is *Help*. Call describe-text-properties while
13405 setting the original buffer.
13406
4af6c011
BW
134072005-12-07 Bill Wohler <wohler@newt.com>
13408
af71d4c0 13409 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
13410 and causes problems with non-MH users (such as Gnus users).
13411
a25e15ea
NR
134122005-12-08 Nick Roberts <nickrob@snap.net.nz>
13413
13414 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13415 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13416 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13417 command "info sources". Move calls to GDB command "list".
13418 (gdb-find-file-hook): Just use gdb-source-file-list.
13419 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13420 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13421 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13422 (gdb-data-list-register-values-handler): Use correct trigger name.
13423
b89a8e1a
KS
134242005-12-07 Kim F. Storm <storm@cua.dk>
13425
af71d4c0 13426 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
13427 (ido-common-completion-map, ido-file-completion-map)
13428 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
13429 Rename from ido-mode-....-map.
13430 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13431 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
13432 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13433 to ido-completion-map.
13434
735b7c87
KH
134352005-12-07 Kenichi Handa <handa@m17n.org>
13436
13437 * international/mule-cmds.el
13438 (set-display-table-and-terminal-coding-system): If the coding
13439 system specified in `unibyte-display' property is different from
13440 the arg coding-system, don't setup standard-display-table.
13441
6a6e859a
SM
134422005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13445 that comments end at \n, regardless of selective-display.
13446
7a96cae6
NR
134472005-12-07 Nick Roberts <nickrob@snap.net.nz>
13448
13449 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13450 (gdb-version): New variables.
13451 (gdb-source-file-list, gdb-register-names)
13452 (gdb-changed-registers): New variables for use with GDB 6.4+.
13453 (gdb-ann3): Replace with...
13454 (gdb-init-1, gdb-init-2): ...two new functions.
13455 (gdba, gdb-prompt): Call gdb-init-1.
13456 (gdb-get-version): New function. Call gdb-init-2 from here.
13457 (gud-watch): Make it work with mouse events too.
13458 (gdb-post-prompt): Don't add to queue until GDB version is known.
13459 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13460 (gdb-locals-mode): Use gdb-version.
13461 (gdb-memory-format-map, gdb-memory-unit-map)
13462 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13463 (gdb-locals-font-lock-keywords-1)
13464 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 13465 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
13466 (gdb-set-gud-minor-mode-existing-buffers-1)
13467 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13468 (gdb-var-update-1, gdb-var-update-handler-1)
13469 (gdb-data-list-register-values-handler)
13470 (gdb-data-list-register-values-custom)
13471 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
13472 (gdb-stack-list-locals-handler, gdb-get-register-names):
13473 New functions for use with GDB 6.4+.
7a96cae6
NR
13474 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13475 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13476 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13477 (gdb-stack-list-locals-regexp)
13478 (gdb-data-list-register-names-regexp): New regexps for use with
13479 GDB 6.4+.
13480
6277435b
SM
134812005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13484
af71d4c0 134852005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
98b537f7
SJ
13486
13487 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13488 prompts work for AUTH PLAIN. Also reported by Steve Allan
13489 <seallan@verizon.net>.
13490
e24f9e5a 134912005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
0dac35b8
KL
13492
13493 * frame.el (set-frame-parameter): Add doc string.
13494
634d5d19
CD
134952005-12-06 Carsten Dominik <dominik@science.uva.nl>
13496
30c02925 13497 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 13498 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
13499 (org-highlight-sparse-tree-matches): New option.
13500 (org-do-occur): New function.
13501 (org-get-heading): Make it work also at beginning of line.
13502 (org-category-table): New variable.
13503 (org-get-category-table, org-get-category)
13504 (org-camel-to-words, org-link-search): New functions.
13505 (org-select-this-todo-keyword): New variable.
13506 (org-todo-list): New command.
13507 (org-shiftright, org-shiftleft): New commands.
6277435b 13508 (org-agenda-todo): Add prefix argument.
634d5d19
CD
13509 (org-show-hierarchy-above): New option.
13510 (org-show-todo-tree): Numerical prefix creates tree for specific
13511 TODO keyword.
13512 (org-outline-level): New function, to assign a level to plain
13513 lists items.
13514 (org-cycle-include-plain-lists): New option.
13515 (org-mode): Use `org-outline-level' as value of `outline-level'.
13516 (org-cycle): Temporarily switch `outline-regexp' if
13517 `org-cycle-include-plain-lists' is non-nil.
6277435b 13518 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
13519 (org-agenda-get-day-entries): Create category table.
13520 (org-agenda-get-todos, org-agenda-get-timestamps)
13521 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13522 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 13523 (org-context-in-file-links): Rename from
af71d4c0 13524 `org-line-numbers-in-file-links'.
634d5d19 13525
239f263d
RF
135262005-12-06 Romain Francoise <romain@orebokech.com>
13527
69fc2f2b
RF
13528 * window.el (balance-windows): Delete extraneous third arg in call
13529 to `enlarge-window'.
239f263d 13530
522d8129
KH
135312005-12-06 Kenichi Handa <handa@m17n.org>
13532
13533 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13534
5701678a
NR
135352005-12-06 Nick Roberts <nickrob@snap.net.nz>
13536
13537 * progmodes/gdb-ui.el (gdb-var-create-handler)
13538 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13539 (gdb-var-list-children-handler, gdb-var-update-handler):
13540 Current buffer is already gdb-partial-output-buffer, don't
13541 make it current again.
13542
a9692abf
LT
135432005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13544
13545 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13546 (list-buffers-noselect): Use it.
13547
95fe848e
SM
135482005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13549
13550 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13551 (mail-yank-ignored-headers): Use regexp-opt.
13552 (mail-mode-map): Move initialization into declaration.
13553 (mail-sent-via): Remove unused shadowed var `to-line'.
13554 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13555 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13556 (mail-do-fcc): Use dolist and push.
13557 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 13558 (mail-yank-ignored-headers): Don't autoload.
95fe848e 13559
eec5c8f9
KH
135602005-12-05 Kenichi Handa <handa@m17n.org>
13561
95fe848e 13562 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
13563 (set-language-info): Call set-language-info-internal to update
13564 language-info-alist. If LANG-ENV is the current one, call
13565 set-language-environment to make INFO effective now.
13566 (set-language-info-alist): Likewise.
13567 (locale-language-names): With locale "en", use English
13568 lang. env. but set the default codings to iso-8859-1.
13569
d85af294
NR
135702005-12-04 Nick Roberts <nickrob@snap.net.nz>
13571
13572 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13573 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13574 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13575 for plain strings.
13576 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
13577 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13578 Create registers buffer if necessary. Echo new state in minibuffer.
13579 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 13580
d8fbba22
CY
135812005-12-03 Chong Yidong <cyd@stupidchicken.com>
13582
13583 * info.el (Info-fontify-node): Match external links using
13584 non-directory part of filename.
13585
19437ce5
JL
135862005-12-04 Juri Linkov <juri@jurta.org>
13587
13588 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13589 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
13590 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13591 because there is no customization option for it.
19437ce5
JL
13592
13593 * font-lock.el (lisp-font-lock-keywords-1):
13594 Add define-global-minor-mode.
13595
13596 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13597
13598 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13599 properties on the constructed variable names.
13600
13601 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13602 Put `definition-name' properties on the constructed function names
13603 next-sym and prev-sym.
13604
13605 * emacs-lisp/find-func.el (find-function-regexp):
13606 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
13607 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
13608 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13609 and easy-menu-define.
13610
13611 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13612 easy-mmode-define-global-mode and define-global-minor-mode.
13613 (lisp-imenu-generic-expression): Add define-global-minor-mode.
13614
13615 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13616 instead of easy-mmode-define-global-mode.
13617
13618 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13619 Use define-minor-mode instead of easy-mmode-define-minor-mode.
13620
13621 * cus-edit.el (customize-group, customize-group-other-window):
13622 Filter out autoloaded options from the group completion list by
13623 using heuristics that autoloaded groups don't have `custom-autoload'
13624 property on their symbols (they have only `custom-loads').
13625
13626 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
13627 face on complete completion string too (i.e. completion string
13628 without completions-first-difference face).
19437ce5
JL
13629
13630 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13631
a8e7142c
EZ
136322005-12-03 Eli Zaretskii <eliz@gnu.org>
13633
2f33468c
EZ
13634 * view.el (view-mode): Doc fix.
13635
79019cc9
EZ
13636 * disp-table.el (standard-display-european): Add to the warning
13637 message a reference to the doc string.
13638
7a5ea63f
EZ
13639 * play/yow.el (apropos-zippy): Call print-help-return-message,
13640 similar to other Help and Apropos commands.
13641
a8e7142c
EZ
13642 * help.el (print-help-return-message): If pop-up-frames is
13643 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
13644 possibly, its frame as well, and don't display message about
13645 scrolling the help window. Doc fix.
a8e7142c
EZ
13646 (help-return-method): Doc fix.
13647
5fed8c15 136482005-12-03 Martin Rudalics <rudalics@gmx.at>
d20a1ebb
EZ
13649
13650 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
13651 whereby names of length one or names starting with a
13652 symbol-constituent character would not be returned.
13653
348f73b0 136542005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6273dc68
JPW
13655
13656 * subr.el (atomic-change-group): Add edebug and indentation spec.
13657
21b15ee8
SM
136582005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * completion.el (save-completions-file-name): Fix typo in last change.
13661
348f73b0 136622005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
ed0e3879
JD
13663
13664 * info.el: Move back/forward history to the beginning of the tool bar.
13665
0a79da1b
EZ
136662005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
13667
af71d4c0 13668 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
13669 Add fset of allout-real-isearch-abort during compile to fix
13670 byte-compilation warnings.
13671 (allout-mode-p): Move definition of this macro above all uses, or
9c92edca 13672 byte compilation in barren Emacs (eg, during Emacs build) will
0a79da1b
EZ
13673 lack the definition.
13674 (allout-mode): Move this variable above any uses, or byte
13675 compilation will fail.
21b15ee8 13676 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 13677 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 13678 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
13679 (allout-toggle-subtree-encryption): New function, workhorse that
13680 works on nearest topic containing point.
13681 (allout-encrypt-string): Signal requirement for newer version of pgg.
13682 (allout-resumptions): Doc fix.
13683
eac5c1f6
EZ
136842005-12-02 Eli Zaretskii <eliz@gnu.org>
13685
13686 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
13687
27e0edcd
EZ
136882005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
13689
21b15ee8
SM
13690 * textmodes/flyspell.el (flyspell-external-point-words):
13691 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
13692 and found string lengths match, or (b) misspelling is found as
13693 element in a boundary-chars separated longer string, or (c)
13694 ispell-program-name is really ispell and misspelling is found as
13695 part of a TeX string. After successful match move beginning of
13696 search region to end of match. Warn about not found misspellings
13697 once the process is done.
21b15ee8 13698 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 13699
dcf4db16
NR
137002005-12-02 Nick Roberts <nickrob@snap.net.nz>
13701
13702 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 13703 tool bar (removed inadvertently).
dcf4db16 13704
e7d42ea7
NR
137052005-12-02 Juri Linkov <juri@jurta.org>
13706
13707 * log-view.el (log-view-diff): Clarify doc string.
13708
3166ee65
BW
137092005-12-01 Bill Wohler <wohler@newt.com>
13710
13711 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
13712 triggers lm-verify errors.
13713
94261ba3
LT
137142005-12-01 Luc Teirlinck <teirllm@auburn.edu>
13715
13716 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 13717 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 13718
68b38146
NR
137192005-12-01 Nick Roberts <nickrob@snap.net.nz>
13720
13721 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
13722 in the margin also.
13723 (gdb-breakpoints-mode-map): Use D instead of d for
13724 gdb-delete-breakpoint.
13725 (gdb-get-frame-number): Require a number to match on.
13726 (gdb-threads-mode-map): Add follow-link binding.
13727
896bd166
JR
137282005-11-30 Jason Rumney <jasonr@gnu.org>
13729
13730 * isearch.el (isearch-mode-map): Avoid exiting search on
13731 language-change event.
13732
8a2c27b9
RF
137332005-11-30 Romain Francoise <romain@orebokech.com>
13734
64db3923
RF
13735 * speedbar.el (speedbar-default-position): New defcustom.
13736 (speedbar-frame-reposition-smartly): Use it.
13737
8a2c27b9 13738 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 13739 computation for `left' location.
8a2c27b9
RF
13740 Update copyright year.
13741
33d434cd
SM
137422005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13743
604aa5f0
SM
13744 * help.el (help-map): Move initialization into declaration.
13745
1bddeeed
SM
13746 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
13747
33d434cd
SM
13748 * help-fns.el (help-argument-name): Don't autoload.
13749 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
13750 to be re-loaded when customizing the `help' group.
13751
24374f5a
JPW
137522005-11-30 John Paul Wallington <jpw@gnu.org>
13753
13754 * help-fns.el (describe-function-1): Fill arglist output.
13755
80cda39a
KS
137562005-11-30 Kim F. Storm <storm@cua.dk>
13757
4269a2fd
KS
13758 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
13759 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
13760 after revert-buffer (or anything else which kills all local variables).
13761
80cda39a
KS
13762 * apropos.el (apropos-parse-pattern): Doc fix.
13763 Set apropos-regexp directly, rather than expecting callers to do so.
13764 (apropos-command, apropos, apropos-value, apropos-documentation):
13765 Simplify calls to apropos-parse-pattern.
13766
597767da
CY
137672005-11-29 Chong Yidong <cyd@stupidchicken.com>
13768
13769 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
13770 (hi-lock-face-phrase-buffer): Use hi-yellow face.
13771 (hi-lock-write-interactive-patterns): Use comment-region.
13772
15575807
CY
13773 * longlines.el (longlines-mode): Add mail-setup-hook.
13774
13775 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
13776
13777 * simple.el (sendmail-user-agent-compose, next-line):
13778 Conditionally use hard-newline.
13779
06e2cc3d
RS
137802005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13781
33d434cd
SM
13782 * international/latexenc.el (latex-inputenc-coding-alist):
13783 Reword doc string.
06e2cc3d 13784
2c30b450
CY
137852005-11-29 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * help.el (describe-key-briefly, describe-key): Recognize default
13788 bindings.
13789
1c0484e2
RF
137902005-11-29 Romain Francoise <romain@orebokech.com>
13791
13792 * view.el (view-inhibit-help-message): New defcustom.
13793 (view-mode-enter): Use it.
13794
59f1b058 137952005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 13796
4ce3c91a 13797 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 13798 Preserve user position.
1c0484e2 13799
daa7197c
LT
138002005-11-28 Luc Teirlinck <teirllm@auburn.edu>
13801
846e22f8
LT
13802 * font-lock.el: Throw error if facemenu is not loaded to prevent
13803 accidental change of loading order in loadup.el. (Suggested by RMS.)
13804
daa7197c
LT
13805 * loadup.el: Add comment explaining why facemenu must be loaded
13806 before font-lock.
13807
867e8d9a
JB
138082005-11-28 Jay Belanger <belanger@truman.edu>
13809
13810 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
13811 (calc-dispatch-map): Add more keys for `calc-same-interface'.
13812
13813 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
13814
13815 * calc/calc-embed.el (calc-do-embedded): Update help message.
13816
13817 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
13818
cedbd3f0
SM
138192005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13820
21227135
SM
13821 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
13822
d9532403
SM
13823 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
13824 called-interactively-p.
13825 (elp-profilable-p): Rename from elp-not-profilable-p.
13826 Invert result and take into account macros and autoloaded functions.
13827 (elp-instrument-function): Update call.
13828 (elp-instrument-package): Update call. Add completion.
13829 (elp-pack-number): Use match-string.
13830 (elp-results-jump-to-definition-by-mouse): Merge into
13831 elp-results-jump-to-definition and then remove.
13832 (elp-output-insert-symname): Make help echo text single-line.
13833
cedbd3f0
SM
13834 * replace.el (query-replace-map): Move initialization into declaration.
13835 (occur-engine): Use with-current-buffer.
13836 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
13837 (occur-mode-mouse-goto): Replace with an alias.
13838
1f57934c
JL
138392005-11-28 Juri Linkov <juri@jurta.org>
13840
13841 * simple.el (quoted-insert): Let-bind input-method-function to nil.
13842
756bfad5
JL
13843 * term/w32-win.el: Bind [S-tab] to [backtab].
13844
13845 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
13846 `Info-find-file' to t.
13847
1f57934c
JL
13848 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
13849 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
13850 and same-window-regexps.
13851 (occur-next-error): Don't move point for arg 0.
13852
7e1d31d4
CY
138532005-11-28 Chong Yidong <cyd@stupidchicken.com>
13854
13855 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
13856
6a99c272
SM
138572005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13858
f7eeab0d
SM
13859 * log-edit.el (log-edit-changelog-use-first): New var.
13860 (log-edit-changelog-ours-p): Use it.
13861 (log-edit-insert-changelog): Set it with new arg `use-first'.
13862 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
13863 (log-edit-hook): Add them to the list of suggested options.
13864
6a99c272
SM
13865 * textmodes/flyspell.el (flyspell-last-buffer): New var.
13866 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
13867 redundant work.
13868 (flyspell-mode-on): Use add-hook for after-change-functions.
13869 (flyspell-mode-off): Use remove-hook for after-change-functions.
13870 (flyspell-changes): Make it buffer-local.
13871 (flyspell-after-change-function): Make it non-interactive. Use push.
13872 (flyspell-post-command-hook): Check input-pending-p while processing
13873 the potentially long list of buffer changes.
13874
e24f9e5a 138752005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
e99c9ada
KL
13876
13877 * buff-menu.el (list-buffers-noselect): Display the selected
13878 frame's buffer list, not the global one.
13879
17550579
NR
138802005-11-28 Nick Roberts <nickrob@snap.net.nz>
13881
13882 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
13883 that (list last-input-event) works as in interactive spec.
13884
db9c3f6b
LT
138852005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13886
13887 * loadup.el ("facemenu"): Load facemenu before font-lock, because
13888 `facemenu-keymap' needs to be defined when font-lock is loaded.
13889 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
13890
36cc948e
SM
138912005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13892
13893 * completion.el: Remove useless leading * in defcustom docstrings.
13894 (save-completions-file-name): Use ~/.emacs.d if available.
13895 (completion-standard-syntax-table): Rename from
13896 cmpl-standard-syntax-table and fold initialization into declaration,
13897 thus removing cmpl-make-standard-completion-syntax-table.
13898 (completion-lisp-syntax-table, completion-c-syntax-table)
13899 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
13900 (cmpl-saved-syntax, cmpl-saved-point): Remove.
13901 (symbol-under-point, symbol-before-point)
13902 (symbol-under-or-before-point, symbol-before-point-for-complete)
13903 (add-completions-from-c-buffer): Use with-syntax-table.
13904 (make-completion): Don't return a list of completion entries.
13905 Update callers.
13906 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
13907 (completion-initialize): Rename from initialize-completions.
13908 (completion-find-file-hook): Rename from cmpl-find-file-hook.
13909 (kill-emacs-save-completions): Collect stats here.
13910 (save-completions-to-file, load-completions-from-file):
13911 Use with-current-buffer.
13912 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
13913 into a function. Move all calls to toplevel.
13914 (completion-lisp-mode-hook): New fun.
13915 (completion-c-mode-hook, completion-setup-fortran-mode):
13916 Set the syntax-table here. Use local-set-key.
13917 (completion-saved-bindings): New var.
13918 (dynamic-completion-mode): Make it into a proper minor mode.
13919 (load-completions-from-file): Remove unused var `num-uses'.
13920
13921 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
13922 constructor if it is explicitly overridden.
13923
13924 * complete.el (PC-completion-as-file-name-predicate):
13925 Use minibuffer-completing-file-name.
13926 (partial-completion-mode): Use find-file-not-found-functions.
13927 (PC-lisp-complete-symbol): Use with-syntax-table.
13928 (PC-look-for-include-file): Remove dead setq.
13929 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
13930 (PC-complete): Use with-current-buffer.
13931
13932 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
13933 escape single quotes.
13934
0ee83bc6
LT
139352005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13936
13937 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
13938 of `if' whose condition always returned nil. Doc fix.
13939
13940 * buff-menu.el (Buffer-menu-revert-function): Make the selected
13941 window's buffer the current buffer around the call to
13942 `list-buffers-noselect'. This is necessary to mark that buffer
13943 with a `.' in the Buffer Menu when called from Lisp, for instance
13944 by Auto Revert Mode.
13945
3f6d4fb5
NR
139462005-11-28 Nick Roberts <nickrob@snap.net.nz>
13947
17550579
NR
13948 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13949 attaching to it.
3f6d4fb5 13950 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 13951
3f6d4fb5 13952 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 13953 with a child process, detect it.
3f6d4fb5
NR
13954 (gud-speedbar-buttons): Match regexp more carefully.
13955
161ef3be
RS
139562005-11-27 Richard M. Stallman <rms@gnu.org>
13957
13958 * mouse.el (mouse-drag-move-window-bottom):
13959 Use adjust-window-trailing-edge.
13960
cb0a2595
LT
139612005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13962
13963 * simple.el (blink-matching-open): Ignore
13964 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 13965 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
13966
13967 * paren.el (show-paren-mode): No longer change
13968 `blink-matching-paren-on-screen'.
13969
d05877b4
NR
139702005-11-27 John Paul Wallington <jpw@pobox.com>
13971
13972 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
13973 (gdb-threads-select, gdb-edit-register-value):
13974 Use `posn-set-point' instead of `mouse-set-point' because the
13975 latter is not fbound when configured without X.
d05877b4 13976
b14935df
KS
139772005-11-27 Kim F. Storm <storm@cua.dk>
13978
13979 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13980 existing face when partially highlighting a TAB in a rectangle.
13981
46801e4c
KS
139822005-11-26 Kim F. Storm <storm@cua.dk>
13983
13984 * ido.el (ido-mode-map): Doc fix.
13985 (ido-mode-common-map, ido-mode-file-map)
13986 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13987 (ido-define-mode-map): Rewrite. Select one of the new maps as
13988 parent for ido-mode-map instead of building from scratch.
13989 (ido-init-mode-maps): New defun to initialize new maps.
13990 (ido-mode): Call it.
13991 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13992 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13993
440e20fc
JPW
139942005-11-26 John Paul Wallington <jpw@pobox.com>
13995
46801e4c 13996 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
13997 `mouse-set-point' because the latter is not fbound when configured
13998 without X.
13999
1be0210d
TTN
140002005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14001
14002 * files.el (file-relative-name): Doc fix.
14003
02b1a164
EZ
140042005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14005
14006 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14007 non-empty string for secondary prompt PS2.
14008
49d11c49
CY
140092005-11-25 Chong Yidong <cyd@stupidchicken.com>
14010
02b1a164 14011 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 14012
1c5a7258
NR
140132005-11-26 Nick Roberts <nickrob@snap.net.nz>
14014
14015 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14016 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 14017 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
14018 Add gdb-server-prefix to keep out of command history.
14019 (gdb-edit-register-value): New function.
14020 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14021 (gdb-info-registers-custom): Use above map.
14022
d590dbd2
CY
140232005-11-25 Chong Yidong <cyd@stupidchicken.com>
14024
e335f09e
CY
14025 * custom.el (enable-theme): Signal error if argument is not a
14026 theme. Don't recalculate a face if it's not loaded yet.
14027
14028 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14029 the `user' theme is in effect.
14030
d590dbd2
CY
14031 * info.el (Info-on-current-buffer): Record actual filename in
14032 Info-current-file, instead of t, or a fake filename if a non-file
14033 buffer. Make autoload.
14034 (Info-find-node, Info-revert-find-node): No need to check for
14035 Info-current-file nil.
14036 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14037 Info-current-file is now never `t'.
14038 (Info-fontify-node): Many simplifications due to Info-current-file
14039 always being valid. Use Info-find-file to find node filename.
14040
e5ad37ee
DK
140412005-11-25 David Kastrup <dak@gnu.org>
14042
14043 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14044 new character, then delete" in order to preserve markers.
14045
f81b92f2
DP
140462005-11-25 David Ponce <david@dponce.com>
14047
14048 * recentf.el (recentf-arrange-by-rule): Handle a special
14049 `auto-mode-alist'-like "strip suffix" rule.
14050 (recentf-build-mode-rules): Handle second level auto-mode entries.
14051
0680ea10 140522005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 14053
9b01475d 14054 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 14055 window modes.
93a06865 14056
9b01475d 14057 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 14058 jde-javadoc-checker-report-mode.
93a06865 14059
9b01475d 14060 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
14061
14062 * ediff.el (ediff-date): Change the date of last update.
14063
963b2040
CY
140642005-11-24 Chong Yidong <cyd@stupidchicken.com>
14065
14066 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 14067 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
14068 (hi-lock-mode): New global minor mode.
14069 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
14070 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14071 Change arguments to regexp and face instead of a font-lock pattern.
14072 Directly set face property, instead of refontifying.
963b2040
CY
14073 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14074 (hi-lock-find-patterns): Use line-number-at-pos.
14075
14076 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14077 arguments for hi-lock-set-pattern.
af71d4c0
JB
14078 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14079 Call font-lock-fontify-buffer.
963b2040 14080 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 14081 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
14082
14083 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14084 turned off.
963b2040
CY
14085
14086 * progmodes/compile.el (compilation-setup): Don't fiddle with
14087 font-lock-defaults.
14088
e5a690f1
NR
140892005-11-25 Nick Roberts <nickrob@snap.net.nz>
14090
14091 * progmodes/gdb-ui.el (gdb-var-create-handler)
14092 (gdb-var-list-children-handler): Find values for all variable
14093 objects. gud-speedbar-buttons decides whether to display them.
14094
357e6045
RF
140952005-11-24 Romain Francoise <romain@orebokech.com>
14096
14097 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14098 buffer name with a space.
14099
9981213c
CD
141002005-11-24 Carsten Dominik <dominik@science.uva.nl>
14101
55b76f19 14102 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
93a06865
KS
14103 `org-export-local-list-max-depth'. Change default value to 3.
14104 (org-auto-renumber-ordered-lists)
14105 (org-plain-list-ordered-item-terminator): New options.
14106 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14107 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
14108 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14109 New functions.
9981213c
CD
14110 (org-move-item-down, org-move-item-up): New commands.
14111 (org-export-as-html): New classes for CSS support. Bug fix in
14112 regular expression detecting fixed-width regions. Respect
14113 `org-local-list-ordered-item-terminator'.
14114 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14115 also a list item.
14116 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 14117 New item moving functions.
9981213c 14118
ece75c05
JL
141192005-11-24 Juri Linkov <juri@jurta.org>
14120
93a06865
KS
14121 * isearch.el (isearch-repeat): With empty search ring set
14122 `isearch-error' to the error string instead of signaling error
14123 with the function `error'.
ece75c05 14124
b9c7cbf9
YM
141252005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14126
93a06865 14127 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 14128
55b2dea3
NR
141292005-11-24 Nick Roberts <nickrob@snap.net.nz>
14130
14131 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14132 and variable.
14133 (gdb-var-create-handler, gdb-var-list-children-handler):
14134 Don't match on "char **...".
14135 (gdb-var-update-handler): Find values for all variable objects.
14136 (gdb-info-frames-custom): Identify frames by leading "#".
14137
14138 * progmodes/gud.el (gud-speedbar-menu-items): Add
14139 gdb-speedbar-auto-raise as radio button.
14140 (gud-speedbar-buttons): Raise speedbar if requested.
14141 Don't match on "char **...".
14142 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14143 Make it editable.
14144
98b37eab
CY
141452005-11-23 Chong Yidong <cyd@stupidchicken.com>
14146
14147 * info.el (Info-fontify-node): Handle the case where
14148 Info-current-file is t.
14149
9c03d478
SM
141502005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * simple.el (blink-matching-open): Fix off-by-one in last change.
14153
2c012c41
YM
141542005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14155
14156 * term/mac-win.el: Don't change default directory.
14157
2036ac73
LT
141582005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14159
14160 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14161 buffers correctly. (It used to throw an error in such buffers.)
14162 Make it ask for confirmation in group buffers and other Custom
14163 buffers containing more than one customization item.
14164
43fb082d
JPW
141652005-11-22 John Paul Wallington <jpw@gnu.org>
14166
14167 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14168 property on mail and url overlays.
14169 (goto-address-at-point): Use `posn-set-point' instead of
14170 `mouse-set-point' because the latter is not fbound when configured
14171 without X.
14172
5c4ce34d
RF
141732005-11-22 Lars Hansen <larsh@soem.dk>
14174
5eba3394
LH
14175 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14176 (ls-lisp-classify, ls-lisp-format): Delete call to
14177 ls-lisp-parse-symlink.
14178 (ls-lisp-handle-switches): Handle symlinks to directories as
14179 directories when ls-lisp-dirs-first in non-nil.
14180
84ad29ae
LT
141812005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14182
14183 * startup.el (command-line): Make sure that loaddefs.el is handled
14184 correctly in load-history.
14185
b581a727
NR
141862005-11-22 Nick Roberts <nickrob@snap.net.nz>
14187
14188 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14189 (gdb-struct-string, gdb-array-string): New constants.
14190 (gdb-info-locals-handler): Use them.
14191 (gdb-reset): Reset gdb-var-list to nil.
14192
bd24684b
SM
141932005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14196 in patterns.
14197
17c1971a
JL
141982005-11-21 Juri Linkov <juri@jurta.org>
14199
14200 * custom.el (defcustom): Update link types in docstring.
14201
5fed8c15 142022005-11-20 Martin Rudalics <rudalics@gmx.at>
74b99d45
SM
14203
14204 * custom.el (defgroup): Add doc-string-elt info.
14205
14206 * widget.el (define-widget): Don't use declare for the doc-string-elt.
14207
3cc4b076
SM
142082005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14209
1cb40089
SM
14210 * newcomment.el (comment-enter-backward): Fix last fix.
14211
3cc4b076
SM
14212 * simple.el (blink-matching-open):
14213 * paren.el (show-paren-function): Allow new paren-class info.
14214
a7b0a0e3
CY
142152005-11-20 Chong Yidong <cyd@stupidchicken.com>
14216
14217 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
14218 handled automagically.
14219
13ea43e9
AS
142202005-11-20 Andreas Schwab <schwab@suse.de>
14221
14222 * descr-text.el (describe-char): When copying overlays put them
14223 over the full char description instead of just the first character
14224 of it.
14225
695effcc
JL
142262005-11-20 Juri Linkov <juri@jurta.org>
14227
14228 * simple.el (what-cursor-position):
14229 * descr-text.el (describe-char): Use Lisp-readable syntax
14230 for octal and hex. Reorder decimal, octal and hex values.
14231 Remove excess whitespace in the output. Use `=' in `column='
14232 like in `point=' and `Hscroll='.
14233
14234 * international/mule-cmds.el (encoded-string-description):
14235 Use Lisp-readable syntax for hex.
14236
602ad1ad
SM
142372005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14238
14239 * newcomment.el (comment-enter-backward): Handle the case where the
14240 comment is closed by EOB.
14241
b39aa4fd
CY
142422005-11-19 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * longlines.el (longlines-before-revert-hook)
14245 (longlines-after-revert-hook): New functions.
14246 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
14247 Add a message-setup-hook.
14248 (longlines-decode-buffer): New function.
cee723fb 14249 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 14250
da49096f
AS
142512005-11-19 Andreas Schwab <schwab@suse.de>
14252
14253 * emacs-lisp/shadow.el: Handle compressed files.
14254
f0f98146
RF
142552005-11-19 Romain Francoise <romain@orebokech.com>
14256
14257 * net/browse-url.el (browse-url-default-browser): Signal an error
14258 if no usable browser can be found, rather than try to load w3.
14259
ad8121fe
EZ
142602005-11-16 Ryan Yeske <rcyeske@gmail.com>
14261
14262 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14263 replacing existing properties.
14264 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14265 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14266 tty specs.
14267 (rcirc-server-prefix, rcirc-server): New faces.
14268 (rcirc-url-regexp): Generate with rx macro.
14269 (rcirc-last-server-message-time): New variable.
14270 (rcirc-filter): Record time of last message.
14271 (rcirc-keepalive): Kill processes that did not send a message
14272 since the last ping.
14273 (rcirc-mode): Give rcirc-topic a local binding here.
14274
4fc9bd56 142752005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
a4b1de6e
EZ
14276
14277 * subr.el (read-passwd): Fontify the prompt as we do with other
14278 prompts.
14279
e27de09e
EZ
142802005-11-19 Ryan Yeske <rcyeske@gmail.com>
14281
14282 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14283 binding buffer-read-only to nil.
14284
71726072
EZ
142852005-11-19 Eli Zaretskii <eliz@gnu.org>
14286
602ad1ad
SM
14287 * complete.el (partial-completion-mode):
14288 Mention completion-auto-help in the doc string.
10156852 14289
71726072
EZ
14290 * man.el (Man-highlight-references): Doc fix. Reformat code in a
14291 more Lisp-ish way.
14292
af71d4c0 142932005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
14294
14295 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14296 digits, not 8, to avoid misalignment for files larger than 100MB.
14297
eeb935fd
EZ
142982005-11-19 Eli Zaretskii <eliz@gnu.org>
14299
602ad1ad
SM
14300 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14301 Mention "keyboard shortcuts" in the help text.
eeb935fd 14302
125ce9ec
YM
143032005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14304
14305 * startup.el (fancy-splash-default-action): Discard only
14306 mouse-down and succeeding mouse-up events in the splash screen
14307 window so that drag-n-drop event can be processed.
14308
0f157ad5
CY
143092005-11-18 Chong Yidong <cyd@stupidchicken.com>
14310
14311 * longlines.el (longlines-mode): Add hacks for mail-mode and
14312 message-mode.
14313
35af3490
CD
143142005-11-18 Carsten Dominik <dominik@science.uva.nl>
14315
30c02925 14316 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
14317 (org-tbl-menu): Add entry for `org-table-sort-lines'.
14318 (org-add-file): Command removed, use `org-agenda-file-to-front'
14319 instead.
14320 (org-export-icalendar): Use `org-icalendar-combined-name'.
14321 (org-cycle-agenda-files, org-agenda-file-to-end)
14322 (org-agenda-file-to-front): New commands.
af71d4c0
JB
14323 (org-table-tab-jumps-over-hlines, org-export-html-style):
14324 New options.
35af3490 14325 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 14326 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
14327 New functions.
14328 (org-fill-paragraph): Call `org-table-align' in tables.
14329 (org-mode): Call `org-set-autofill-regexps'.
14330 (org-export-as-html): Support for local handformatted lists.
af71d4c0 14331 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
14332 (org-export-local-list-max-depth): New option.
14333 (org-html-expand): Use `org-html-protect'.
14334
3d18d677
NR
143352005-11-18 Nick Roberts <nickrob@snap.net.nz>
14336
14337 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14338 to "p".
14339 (gdb): Move definition of gud-pp to...
14340
14341 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
14342 speedbar.
14343 (gdb-find-watch-expression): New function.
f0f98146 14344
fbe8d007
CY
143452005-11-17 Chong Yidong <cyd@stupidchicken.com>
14346
14347 * faces.el (face-attribute, set-face-attribute): Mention existence
14348 of `:ignore-defface' setting in docstring.
14349
39c7cde2
SM
143502005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * simple.el (completion-setup-function): Fix last change.
14353
f5723ff5
JPW
143542005-11-17 John Paul Wallington <jpw@pobox.com>
14355
14356 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14357 Use `posn-set-point' instead of `mouse-set-point' because the
14358 latter is not fbound when configured without X.
14359
14360 * comint.el (comint-insert-input): Likewise.
14361
4ea0018b
CY
143622005-11-17 Chong Yidong <cyd@stupidchicken.com>
14363
14364 * simple.el (hard-newline): New variable.
2fbbeaf1 14365 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
14366
14367 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14368 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14369 (mail-mail-reply-to, mail-mail-followup-to)
14370 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 14371 (mail-attach-file): Likewise.
4ea0018b 14372
225dad8e
RF
14373 * mail/mailheader.el (mail-header-format)
14374 (mail-header-format-function): Likewise.
4ea0018b
CY
14375
14376 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14377
9f5f5ff2
JL
143782005-11-17 Juri Linkov <juri@jurta.org>
14379
14380 * font-lock.el (font-lock-faces): Rename this defgroup from
14381 `font-lock-highlighting-faces'.
14382 (font-lock-comment-face, font-lock-comment-delimiter-face)
14383 (font-lock-string-face, font-lock-doc-face)
14384 (font-lock-keyword-face, font-lock-builtin-face)
14385 (font-lock-function-name-face, font-lock-variable-name-face)
14386 (font-lock-type-face, font-lock-constant-face)
14387 (font-lock-warning-face, font-lock-negation-char-face)
14388 (font-lock-preprocessor-face)
14389 (font-lock-regexp-grouping-backslash)
14390 (font-lock-regexp-grouping-construct): Rename :group from
14391 `font-lock-highlighting-faces' to `font-lock-faces'.
14392
14393 * cus-edit.el (lisp, c, tex):
14394 * progmodes/ada-mode.el (ada):
14395 * progmodes/asm-mode.el (asm):
14396 * progmodes/cperl-mode.el (cperl-faces):
14397 * progmodes/cpp.el (cpp):
14398 * progmodes/dcl-mode.el (dcl):
14399 * progmodes/f90.el (f90):
14400 * progmodes/fortran.el (fortran):
14401 * progmodes/icon.el (icon):
14402 * progmodes/idlwave.el (idlwave-misc):
14403 * progmodes/m4-mode.el (m4):
14404 * progmodes/make-mode.el (makefile):
14405 * progmodes/meta-mode.el (meta-font):
14406 * progmodes/modula2.el (modula2):
14407 * progmodes/octave-mod.el (octave):
14408 * progmodes/pascal.el (pascal):
14409 * progmodes/perl-mode.el (perl):
14410 * progmodes/prolog.el (prolog):
14411 * progmodes/ps-mode.el (PostScript-edit):
14412 * progmodes/scheme.el (scheme):
14413 * progmodes/sh-script.el (sh-script):
14414 * progmodes/simula.el (simula):
14415 * progmodes/tcl.el (tcl):
14416 * textmodes/nroff-mode.el (nroff):
14417 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14418 * textmodes/sgml-mode.el (sgml):
14419 * textmodes/texinfo.el (texinfo):
14420 Add :link (custom-group-link font-lock-faces) to defgroup.
14421
14422 * hi-lock.el (hi-lock): Rename this defgroup from
14423 `hi-lock-interactive-text-highlighting'. Change parent group from
14424 `faces' to `font-lock'. Add link to the manual.
14425 (hi-lock-mode, hi-lock-file-patterns-range)
14426 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14427 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14428 (hi-lock-faces): Add :group `faces'.
14429
14430 * cus-edit.el (custom-variable-prompt): Clarify the code.
14431
14432 * faces.el (face-read-string): Set the default value arg of
14433 completing-read.
14434
4bbd5b69
LT
144352005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14436
14437 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
14438 (file-name-shadow-tty-properties, file-name-shadow-mode):
14439 Remove autoloads, because the file is now preloaded.
4bbd5b69 14440
bead134f
SM
144412005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * printing.el (easy-menu-intern): Don't define.
14444 (pr-get-symbol): Use easy-menu-intern only if defined.
14445
14446 * simple.el (blink-matching-open): Simplify a bit.
14447 (completion-setup-function): Fix the case of partial-completion-mode
14448 when the minibuffer's contents start with "-".
14449 Obey completion-base-size-function even when
14450 minibuffer-completing-file-name is non-nil.
14451
afabbb4d
RS
144522005-11-16 Richard M. Stallman <rms@gnu.org>
14453
14454 * net/eudcb-ph.el (eudc-ph-open-session):
14455 Use set-process-query-on-exit-flag.
14456
14457 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14458
14459 * international/ucs-tables.el (ucs-set-table-for-input):
14460 Use make-local-variable, not make-variable-buffer-local.
14461
14462 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14463 Improve warning message text.
14464
14465 * savehist.el (savehist-save-hook): Add :group.
14466
14467 * menu-bar.el (menu-bar-help-menu):
14468 Rename Find Extra Packages to External Packages.
14469
14470 * cus-edit.el (Custom-reset-standard): Verify that
14471 :custom-standard-value prop exists before calling it.
14472
14473 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14474
5fed8c15 144752005-11-16 Martin Rudalics <rudalics@gmx.at>
afabbb4d
RS
14476
14477 * wid-edit.el (color): Enclose %t in %{...%}.
14478
14479 * cus-edit.el (face): Enclose %t in %{...%}.
14480
c01f0ed3
SM
144812005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14482
14483 * savehist.el (savehist-mode-hook): Re-add the var.
14484 (savehist-mode): Use it.
14485
66a85723
SM
144862005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14487
042c6fb7
SM
14488 * textmodes/flyspell.el: Fix commenting convention.
14489 Remove unnecessary leading * in custom docstrings.
14490 (flyspell-emacs): Remove unused var.
14491 (flyspell-delete-region-overlays): Use remove-overlays.
14492 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14493 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14494 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14495 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14496 (make-flyspell-overlay): Don't locally reuse a global name.
14497 (flyspell-highlight-incorrect-region)
14498 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14499 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14500 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14501 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14502 Wrap calls to accept-process-output inside with-local-quit since it's
14503 often called from a post-command-hook.
14504 (flyspell-correct-word, flyspell-auto-correct-word):
14505 Use ispell-send-string.
14506 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 14507
66a85723
SM
14508 * calendar/diary-lib.el (diary-list-entries): Also hide the
14509 terminating newline.
14510
c194b021
CD
145112005-11-16 Carsten Dominik <dominik@science.uva.nl>
14512
66a85723
SM
14513 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14514 window-system, to allow fonts on tty.
c194b021 14515
20eff2b2
NR
145162005-11-17 Nick Roberts <nickrob@snap.net.nz>
14517
14518 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
14519 (gud-install-speedbar-variables): Use it to display data type
14520 of watch expression as a tooltip in speedbar.
20eff2b2 14521
8ab84823
LT
145222005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14523
e7295594 14524 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 14525 because default was changed.
e7295594
LT
14526
14527 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14528
8ab84823
LT
14529 * startup.el (command-line): Use `custom-reevaluate-setting' for
14530 `file-name-shadow-mode'.
14531
14532 * loadup.el: Preload rfn-eshadow.
14533
14534 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 14535 Add :version keyword.
9fc0053d
LT
14536 (file-name-shadow-properties, file-name-shadow-tty-properties)
14537 (file-name-shadow): Add :version keyword.
8ab84823
LT
14538
14539 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14540 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14541 in the custom-group property of the symbol frames and the fringe
14542 group got no link to its parent group frames.
14543 Doc fix.
14544
3671718b
NR
145452005-11-16 Nick Roberts <nickrob@snap.net.nz>
14546
14547 * progmodes/gud.el (gud-stop-subjob): New function.
14548 (gud-menu-map, gud-tool-bar-map): Use it.
14549
7ecef1e9
KS
145502005-11-16 Kim F. Storm <storm@cua.dk>
14551
14552 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14553 than kill it.
14554 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14555 to a more useful/logical place.
14556
18468a1e
NR
145572005-11-16 Nick Roberts <nickrob@snap.net.nz>
14558
14559 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14560 go buttons complementary.
14561
2fe3d6ec
SM
145622005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14565 (rfn-eshadow-sifn-equal): New function.
14566 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14567
54b171c7 145682005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 14569
4ce3c91a
KS
14570 * viper-utils.el (viper-non-word-characters-reformed-vi):
14571 Quote `-' in string.
7ecef1e9 14572
54b171c7
MK
14573 * viper.el (viper-emacs-state-mode-list): Ensure that
14574 rcirc-mode buffers come up in Emacs state.
7ecef1e9 14575
4ce3c91a 14576 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 14577 operation.
54b171c7 14578
59c560f7
DN
145792005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14580
14581 * term.el (term-termcap-format): Fix typos.
14582 (term-down): Fix the negative argument case.
14583
a354cf39
NR
145842005-11-16 Nick Roberts <nickrob@snap.net.nz>
14585
14586 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14587 2005-08-15.
14588 (gdb-ann3): New command gud-go.
14589 (menu): Accomodate gdb-mi.el.
14590 (gdb-assembler-custom): Make buffer of selected window current
14591 so that set-window-point works.
14592
14593 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14594 buttons and include new ones.
14595
145962005-11-16 Kim F. Storm <storm@cua.dk>
14597
2fe3d6ec 14598 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
14599 (gud-menu-map): Use it.
14600
7cb1a551
LT
146012005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14602
70acba5d
LT
14603 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14604 that works correctly for Custom and that does not override a user
14605 who disables it.
14606
7cb1a551
LT
14607 * help-mode.el (help-make-xrefs, help-xref-on-pp)
14608 (help-xref-interned, help-follow): Make hyperlinks for variables
14609 that are unbound, but have a non-nil variable-documentation property.
14610
14611 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14612 mode hook. (It conflicted with defcustoms for some mode hooks.)
14613 Use the `variable-documentation' property to give the mode hook a
14614 docstring and expand that docstring.
14615
2d10b62b
SM
146162005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
14617
8ab84823
LT
14618 * savehist.el (savehist-mode): Don't bother with
14619 `custom-set-minor-mode'.
2d10b62b
SM
14620 (savehist-coding-system): Check XEmacs version.
14621 (history-length): Declare also at run time.
14622 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
14623 Don't set the customize state.
14624 (savehist-minibuffer-hook): Special case for when
14625 minibuffer-history-variable is equal to t.
14626
2f0e4846
SM
146272005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14628
8e5c7b90
SM
14629 * files.el (write-file): Refresh VC status.
14630
2f0e4846
SM
14631 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14632 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14633 than fundamental-mode to see if the mode was set.
14634
670d3fce
RF
146352005-11-14 Romain Francoise <romain@orebokech.com>
14636
14637 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14638 dummy function in `eval-when-compile' to avoid compiler warning.
14639 Require `man' at compile time.
14640
d0158f73
JB
146412005-11-14 Jay Belanger <belanger@truman.edu>
14642
14643 * calc-alg.el (calcFunc-write-out-power): Rename it to
14644 calcFunc-powerexpand.
14645 (math-write-out-power): Rename it to math-powerexpand; have it
14646 handle negative exponents.
14647 (calc-writeoutpower): Rename it to calc-powerexpand.
14648
14649 * calc-ext.el: Change calcFunc-writeoutpower and
14650 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
14651 autoloads.
14652 Add calcFunc-ldiv to autoloads.
14653
14654 * calc-arith.el (calcFunc-ldiv): New function.
14655
14656 * calc.el (calc-left-divide): New function.
14657
882108c7
JL
146582005-11-14 Juri Linkov <juri@jurta.org>
14659
14660 * cus-edit.el (custom-variable-prompt): Set the default value arg
14661 of completing-read.
14662
14663 * cus-dep.el (custom-make-dependencies): Reverse the list of
14664 found dependencies.
14665
cadb1c90
DN
146662005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14667
14668 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
14669 Highlighting" entry, it is on by default now.
dea24608 14670 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 14671
b8b7c66e
RS
146722005-11-13 Richard M. Stallman <rms@gnu.org>
14673
14674 * textmodes/flyspell.el (flyspell-large-region):
14675 Call flyspell-accept-buffer-local-defs.
14676
146772005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
14678
14679 * textmodes/flyspell.el (flyspell-notify-misspell):
14680 Fix misspelling of "Misspelling".
14681 (flyspell-process-localwords): New function.
14682 (flyspell-large-region): Call flyspell-process-localwords and
14683 flyspell-delete-region-overlays.
14684 (flyspell-delete-region-overlays): New function.
14685 (flyspell-delete-all-overlays): Call that.
14686
7e1b6c2c
RS
146872005-11-13 Richard M. Stallman <rms@gnu.org>
14688
14689 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 14690 (describe-key): Improve prompt; doc fix.
225dad8e 14691
1c32c9d6
SM
146922005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14693
1508b91a
SM
14694 * vc-svn.el (vc-svn-registered): Catch all errors.
14695
1c32c9d6
SM
14696 * cus-dep.el (custom-make-dependencies): Typo.
14697
75b19c39
MA
146982005-11-13 Michael Albinus <michael.albinus@gmx.de>
14699
14700 * net/tramp-util.el (top): Fix compilation warning.
14701
8965e9c1
KS
147022005-11-13 Kim F. Storm <storm@cua.dk>
14703
14704 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
14705
9ecc27d0
NR
147062005-11-13 Nick Roberts <nickrob@snap.net.nz>
14707
225dad8e 14708 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
14709 (gud-speedbar-buttons): Match on "const char *" too.
14710
14711 * progmodes/gdb-ui.el (gdb-var-create-handler)
14712 (gdb-var-list-children-handler): Match on "const char *" too.
14713 (gdb-var-evaluate-expression-handler): Match on empty string.
14714 (gdb-var-update-handler): Only call
14715 gdb-var-evaluate-expression-handler when required.
14716
e79b7435
NR
147172005-11-13 Nick Roberts <nickrob@snap.net.nz>
14718
14719 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
14720 selected window. This still doesn't work for speedbar.
9ecc27d0 14721 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 14722
47b3cf39
NR
14723 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14724 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 14725 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 14726 Handle string expressions properly. Move "type" field into regexp.
e79b7435 14727
9a9f1fdd 147282005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 14729
9a9f1fdd 14730 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 14731 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
14732 (bookmark-write-file): Use above instead of an inline conditional.
14733 (bookmark-load): Same.
8965e9c1 14734
a506054a
KF
147352005-11-12 Karl Fogel <kfogel@red-bean.com>
14736
14737 * bookmark.el (bookmark-write-file): Don't visit the destination
14738 file, just write the data to it using write-region. This is
14739 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
14740 change to avoid visiting the file in the first place.
14741
71dd9295
CY
147422005-11-12 Chong Yidong <cyd@stupidchicken.com>
14743
14744 * hi-lock.el (hi-lock-mode): Set the default value of
14745 font-lock-defaults.
14746
81d7d0d6
LT
147472005-11-11 Luc Teirlinck <teirllm@auburn.edu>
14748
ee8fdb13 14749 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
14750 arg to `file-attributes'.
14751 (find-lisp-format): The UID and GID can now be strings.
14752
42aad0f6
KS
147532005-11-12 Kim F. Storm <storm@cua.dk>
14754
9f49f577
KS
14755 * help.el (help-map): Bind C-h d to apropos-documentation.
14756
0820b753
KS
14757 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
14758 when point is at end-of-buffer.
14759
42aad0f6
KS
14760 * apropos.el (apropos-match-face): Doc fix.
14761 (apropos-sort-by-scores): Add new choice `verbose'.
14762 (apropos-documentation-sort-by-scores): New defcustom.
14763 (apropos-pattern): Now contains the pattern entered by the user.
14764 (apropos-pattern-quoted): New defvar.
14765 (apropos-regexp): New defvar, containing the regexp corresponding
14766 to apropos-pattern.
1c32c9d6 14767 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
14768 (apropos-read-pattern): New defun. Use it to read pattern arg in
14769 interactive calls; returns list of words for a word list, and
14770 string for a regexp.
1c32c9d6 14771 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
14772 parses a list of words or regexp as returned by apropos-read-pattern.
14773 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
14774 (apropos-score-doc): Return a very high score if the string
14775 entered by the user matches literally.
14776 (apropos-variable): Doc fix. Use apropos-read-pattern.
14777 (apropos-command): Doc fix. Use apropos-read-pattern and
14778 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 14779 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 14780 apropos-parse-pattern.
af71d4c0 14781 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
14782 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
14783 apropos-documentation-sort-by-scores. Call apropos-print with
14784 nosubst=t.
14785 (apropos-documentation-internal): Pass doc string through
14786 substitute-key-definition before adding text properties.
14787 Highlight substring matching literal user input if possible.
14788 (apropos-documentation-check-doc-file): Remove locals beg and end.
14789 Fix calculation of score (as added twice). Pass doc string through
14790 substitute-key-definition before adding text properties.
14791 (apropos-documentation-check-elc-file): Pass doc string through
14792 substitute-key-definition before adding text properties.
14793 Highlight substring matching literal user input if possible.
14794 (apropos-print): Add new arg NOSUBST; if set, command and variable
14795 doc strings have already been passed through substitute-key-definition.
14796 Add code to handle apropos-accumulator items without score element
14797 for backwards compatibility (e.g. with woman package).
14798 Only show scores if apropos-sort-by-scores is `verbose'.
14799
be93a2c4
SM
148002005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
14803 Add jka-compr-load-suffixes to load-suffixes.
14804
119f6f17 14805 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
14806 (jka-compr-info-compress-message, jka-compr-info-compress-program)
14807 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
14808 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
14809 (jka-compr-info-can-append, jka-compr-info-strip-extension)
14810 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
14811 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
14812 (jka-compr-uninstall): Remove entries from
14813 jka-compr-added-to-file-coding-system-alist after they are used.
14814 (jka-compr-error): Remove unused var `curbuf'.
14815 (jka-compr-file-local-copy): Remove unused var `notfound'.
14816
7127d508
RF
148172005-11-10 Romain Francoise <romain@orebokech.com>
14818
14819 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
14820
46faf25e
NR
148212005-11-11 Nick Roberts <nickrob@snap.net.nz>
14822
14823 * progmodes/gud.el (gud-menu-map): Move parentheses.
14824 (gdb): New command gud-pv.
14825
be93a2c4
SM
148262005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14827
14828 * tar-mode.el: Remove spurious or unnecessary leading stars
14829 in docstrings.
14830 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
14831 (tar-parse-octal-integer-safe): Use mapc.
14832 (tar-header-block-summarize): Remove unused var `ck'.
14833 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
14834 cleared before. Obey default-enable-multibyte-characters.
14835 Use mapconcat. Simplify setting of tar-header-offset.
14836 (tar-mode-map): Move initialization inside delcaration.
14837 (tar-flag-deleted): Use `abs'.
14838 (tar-expunge-internal): Remove unused var `line'.
14839 (tar-expunge-internal): Don't hardcode point-min==1.
14840 (tar-expunge): Widen while doing set-buffer-multibyte.
14841 (tar-rename-entry): Use file-name-coding-system.
14842 (tar-alter-one-field): Don't hardcode point-min==1.
14843 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
14844 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
14845
94b073f3
MY
148462005-11-10 Masatake YAMATO <jet@gyve.org>
14847
af94256b 14848 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 14849 notation of c++. Fix incorrect comment.
94b073f3 14850
f192689e
AM
148512005-11-10 Alan Mackenzie <acm@muc.de>
14852
14853 * help-fns.el (describe-variable): Make C-h v work when a variable
14854 has variable documentation yet is unbound.
14855
af8308ec
MY
148562005-11-10 Masatake YAMATO <jet@gyve.org>
14857
14858 * man.el (Man-highlight-references): Set an empty
14859 string to `Man-arguments' if it is nil.
d730a9fc 14860 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 14861
be93a2c4
SM
148622005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
14865 commenting conventions.
14866
14867 * cus-dep.el (custom-make-dependencies): Simplify.
14868 Better follow the commenting conventions.
14869
fe8bc3fa
RS
148702005-11-09 Richard M. Stallman <rms@gnu.org>
14871
be93a2c4
SM
14872 * apropos.el (apropos-pattern): Rename from apropos-regexp.
14873 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
14874 All uses changed.
14875 (apropos-rewrite-regexp): Doc fix.
af94256b 14876 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
14877 Change prompt; carry through the argument renaming.
14878
6e128e32
LT
148792005-11-09 Luc Teirlinck <teirllm@auburn.edu>
14880
14881 * find-lisp.el: Require dired.
14882 (find-lisp-find-dired-internal): Do not call
14883 `abbreviate-file-name' on DIR.
14884
78e5988d
NR
148852005-11-10 Nick Roberts <nickrob@snap.net.nz>
14886
14887 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
14888
31fa5025
NR
148892005-11-09 Nick Roberts <nickrob@snap.net.nz>
14890
14891 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
14892 when using the speedbar.
14893 (gdb): New command gud-pp.
14894 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
14895
58b6f884
JL
148962005-11-09 Juri Linkov <juri@jurta.org>
14897
14898 * replace.el (occur-excluded-properties): New defcustom.
14899 (occur-1, occur-engine, occur-accumulate-lines): Use it.
14900
65b62d0a
JB
149012005-11-08 Jay Belanger <belanger@truman.edu>
14902
217d155e 14903 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
14904 unit by its definition.
14905
77f996e5 149062005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
14907
14908 * emacs-lisp/autoload.el (update-directory-autoloads):
14909 Add obsolete function alias.
14910
4acbd507
SM
149112005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14912
5a3859e6
SM
14913 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14914 comment-indent-function.
14915 (lisp-comment-indent): Replace by an alias for comment-indent-default.
14916
4acbd507
SM
14917 * reveal.el (reveal-post-command): Rework the handling of
14918 reveal-open-spots, so as to be more reliable. There were several
14919 tricky corner cases where an open spot might be lost, or where
14920 a closed spot might end up on the list of open spots.
14921 Only reveal text that's ellipsised.
14922
b58b00ca
CD
149232005-11-07 Carsten Dominik <dominik@science.uva.nl>
14924
4acbd507 14925 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 14926
f5723ff5
JPW
149272005-11-07 John Paul Wallington <jpw@gnu.org>
14928
14929 * ibuffer.el (ibuffer): Search iconified frames too when
14930 getting Ibuffer buffer's window.
14931
fda12b27
RS
149322005-11-06 Richard M. Stallman <rms@gnu.org>
14933
14934 * progmodes/compile.el (compilation-internal-error-properties):
14935 save-excursion around the computation of MARKER.
14936
149372005-11-06 Piet van Oostrum <piet@cs.uu.nl>
14938
14939 * textmodes/flyspell.el (flyspell-external-point-words):
14940 flyspell-get-word returns a list, not just a string.
14941
9514fb7f
JPW
149422005-11-06 John Paul Wallington <jpw@pobox.com>
14943
14944 * ibuffer.el (ibuffer): Search all visible frames when getting
14945 Ibuffer buffer's window.
14946
30abc4f4
MY
149472005-11-07 Masatake YAMATO <jet@gyve.org>
14948
d730a9fc 14949 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
14950 `Man-name-regexp' and `Man-section-regexp'.
14951 (Man-apropos-regexp): New variable.
14952 (Man-abstract-xref-man-page): Use value for `Man-target-string'
14953 if available.
4acbd507
SM
14954 (Man-highlight-references, Man-highlight-references0):
14955 Handle the case when `Man-arguments' includes "-k".
14956 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
14957 `TARGET'. `TARGET' can be a number, function or nil.
14958
2dd3b43b
NR
149592005-11-06 Nick Roberts <nickrob@snap.net.nz>
14960
14961 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
14962 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14963 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
14964 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14965 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 14966 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 14967
1b0ee2ce
LT
149682005-11-05 Luc Teirlinck <teirllm@auburn.edu>
14969
14970 * startup.el (command-line): Use `custom-reevaluate-setting' for
14971 `global-font-lock-mode'.
14972
c660a322
KS
14973 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14974 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
14975
14976 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14977 specified keyword args on to `define-minor-mode'. Update docstring.
14978
61f570e2
RF
149792005-11-05 Romain Francoise <romain@orebokech.com>
14980
14981 * replace.el (occur-engine): Add marker at end of line, too.
14982
af71d4c0 149832005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
14984
14985 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14986 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14987 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 14988 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
14989 argument to all these routines, so the passphrase can be managed
14990 externally and passed in to the system.
14991 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14992 pgg-add-passphrase-to-cache function.
14993
14994 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14995 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14996 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 14997 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
14998 argument to all these routines, so the passphrase can be managed
14999 externally and passed in to the system.
15000 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15001 function.
15002
d60b49ac
DN
150032005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15004
15005 * font-lock.el: Don't deal with font-lock-face-attributes here,
15006 move the code ...
15007
af71d4c0 15008 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
15009 of custom-declare-face.
15010
15011 * faces.el (face-spec-set): Reset the face if spec is not nil.
15012
45f6a663
SM
150132005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * newcomment.el (comment-region-internal): Box more tightly in the
15016 common case where there's no TAB in the boxed text.
15017
348f73b0 150182005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
db2cf961
JD
15019
15020 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15021 up-node.
15022
dc9cfe1e
EZ
150232005-11-04 Ulf Jasper <ulf.jasper@web.de>
15024
af71d4c0 15025 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 15026 (newsticker-version): Change to "1.9".
dc9cfe1e 15027 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
15028 (newsticker-url-list): Doc fix. Add option "Weekly".
15029 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 15030 (newsticker-headline-processing): Doc fix.
45f6a663 15031 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
15032 (newsticker-auto-mark-filter-list): New.
15033 (newsticker-layout, newsticker-sort-method): Doc fix.
15034 (newsticker-hide-old-items-in-newsticker-buffer)
15035 (newsticker-heading-format, newsticker-item-format)
15036 (newsticker-desc-format): Doc fix.
45f6a663 15037 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
15038 (newsticker-show-all-news-elements): New.
15039 (newsticker-faces, newsticker-ticker): Doc fix.
15040 (remove-from-invisibility-spec): Code formatting.
15041 (newsticker--process-ids): New.
15042 (newsticker-mode): Doc fix.
45f6a663
SM
15043 (newsticker-mode): Change mode-line-format.
15044 (newsticker-start): Remove debug output.
af71d4c0 15045 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
15046 (newsticker-w3m-show-inline-images): Code formatting.
15047 (newsticker-next-item): Call `force-mode-line-update'.
15048 (newsticker-previous-item): Call `force-mode-line-update'.
15049 (newsticker-next-feed): Call `force-mode-line-update'.
15050 (newsticker-previous-feed): Call `force-mode-line-update'.
15051 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15052 (newsticker-show-old-items): Do not show descs.
45f6a663 15053 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
15054 (newsticker-hide-entry, newsticker-show-entry)
15055 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15056 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15057 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15058 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15059 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
15060 (newsticker-get-news): Call `force-mode-line-update'.
15061 Collect process ids.
15062 (newsticker--sentinel): Change coding system handling.
15063 Move image retrieval to new functions newsticker--get-logo-url-*.
15064 Move feed parsing to new functions newsticker--parse-*.
15065 Update list of process ids.
dc9cfe1e
EZ
15066 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15067 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15068 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15069 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15070 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15071 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6fee106e
KS
15072 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15073 (newsticker--decode-coding-string): Remove.
15074 (newsticker--decode-numeric-entities): Check input. Format code.
15075 (newsticker--remove-whitespace): Check input.
15076 (newsticker--do-forget-preformatted): Doc fix.
15077 (newsticker--decode-rfc822-date): Allow for missing time.
15078 (newsticker--update-process-ids): New.
15079 (newsticker--image-sentinel): Change comment.
15080 (newsticker--image-read): Change error message.
15081 (newsticker--imenu-goto): Doc fix. Show headline title.
15082 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15083 (newsticker--buffer-do-insert-text): Clean whitespace in
15084 html-rendered headline title. Code formatting.
15085 Call `newsticker--buffer-print-extra-elements'.
15086 (newsticker--buffer-print-extra-element): Remove.
15087 (newsticker--buffer-print-extra-elements): New.
15088 (newsticker--buffer-do-print-extra-element): New.
15089 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15090 large sizes.
15091 (newsticker--run-auto-mark-filter)
15092 (newsticker--do-run-auto-mark-filter):
15093 Use `newsticker-auto-mark-filter-list'.
15094
150952005-11-04 Ryan Yeske <rcyeske@gmail.com>
15096
15097 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15098 (rcirc-print): Force redisplay before running hooks. Do long
15099 buffer truncation after making new text read-only. Deal with nil
15100 text when decoding strings. If TARGET is nil, use either the
15101 currently selected buffer, if it is an rcirc buffer and of the
15102 same process or the process buffer.
15103 (rcirc-mode): Remove header-line. Recompute short buffer names.
15104 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15105 (rcirc-short-buffer-name): Add variable.
15106 (rcirc-kill-buffer-hook): Recompute short buffer names.
15107 Remove nick from private channel.
15108 (rcirc-send-input): Send command text to current-buffer.
15109 Don't clear overlay arrow here.
15110 (rcirc-short-buffer-name): Return a short buffer name.
15111 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15112 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15113 buffer-name abbreviations.
15114 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15115 Do not touch nick-table when killing a parted channel.
15116 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15117 Clear arrow from current buffer if it is now hidden.
15118 (rcirc-current-buffer): Add variable.
15119 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15120 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15121 Remove -face from names.
15122 (rcirc-update-activity-string): Print "DND" when globally ignoring
15123 activity.
15124 (rcirc-ignore-buffer-activity-flag): Rename from
15125 rcirc-ignore-channel-activity.
15126 (rcirc-ignore-all-activity-flag): Doc fix.
15127 (rcirc-channels): Remove variable.
15128 (rcirc-kill-buffer-hook):
15129 (rcirc-get-buffer-create): Add nick to private channel.
15130 (rcirc-multiline-edit-submit): Remove tabs.
15131 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15132 folded.
15133 (rcirc-remove-nick-channel): Bug fix.
15134 (rcirc-toggle-ignore-buffer-activity): Rename from
15135 rcirc-toggle-ignore-channel-activity.
15136 (rcirc-record-activity): Add buffers to the front of the list.
15137 (rcirc-update-activity): Remove killed buffers from list.
15138 (rcirc-process-server-response-1): Remove last argument if it is
15139 null before calling handler.
15140 (rcirc): Add "rcirc" defcustom prefix.
15141 (rcirc-prompt): Simplify default prompt.
15142 Use custom-initialize-default.
15143 (rcirc-private-chats): Remove variable.
15144 (rcirc-prompt): Change initialization.
15145 (rcirc-version): Remove function.
15146 (rcirc-id-string): Add constant.
15147 (rcirc-last-buffer): Remove variable.
15148 (rcirc-buffer-alist): Add variable.
15149 (rcirc-connect): Update variable setup.
15150 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15151 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15152 default.
15153 (rcirc-handler-generic): Trigger activity.
15154 (rcirc-send-message): Create the buffor of the target.
15155 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15156 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15157 (rcirc-multiline-edit-cancel): Remove function.
15158 (rcirc-set-last-buffer): Remove function.
15159 (rcirc-get-any-buffer): Add function.
15160 (rcirc-join-channels): Don't print /join text.
15161 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15162 messages.
15163 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15164 (rcirc-handler-NOTICE): Recognize CTCP responses.
15165 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15166 constructing TOPIC string for buffers we are not JOINed.
15167 (rcirc-handler-CTCP-response): Add handler.
15168 (rcirc-multiline-edit-submit): Restore the window-configuration
15169 before adjusting point.
15170 (rcirc): Add customization group.
15171 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15172 (rcirc-user-full-name, rcirc-startup-channels-alist)
15173 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15174 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15175 (rcirc-input-ring-size, rcirc-read-only-flag)
15176 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15177 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15178 Change defvar to defcustom.
15179 (rcirc-update-prompt): Add optional ALL arg, which will update
15180 prompts in all rcirc buffers. Regexp quote replacement text.
15181 (rcirc-fill-column): Accept frame-width as a value.
15182 (rcirc-set-changed): Add function.
15183 (rcirc-next-active-buffer): Write more meaningful messages.
15184 (rcirc-faces): Add customization group.
15185 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15186 (rcirc-nick-in-message-face, rcirc-prompt-face)
15187 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15188 (with-rcirc-process-buffer): Move before first usage.
15189 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15190 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15191 (rcirc-debug): Rename from `rcirc-log'.
15192 (rcirc-format-response-string): Do not print `-' chars for a
15193 NOTICE with no sender. Simplify output of server responses.
15194
151952005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15196
15197 (rcirc-browse-url-map, rcirc-browse-url-at-point)
15198 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15199 Make urls mouse and RET clickable.
15200
152012005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15202
15203 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15204
152052005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15206
15207 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15208 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15209 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15210 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15211 argument to all these routines, so the passphrase can be managed
15212 externally and passed in to the system.
15213 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15214 pgg-add-passphrase-to-cache function.
15215
15216 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15217 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15218 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15219 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15220 argument to all these routines, so the passphrase can be managed
15221 externally and passed in to the system.
15222 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15223 function.
15224
152252005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
15226
15227 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15228 from goto-address-url-regexp.
15229
152302005-11-04 Carsten Dominik <dominik@science.uva.nl>
15231
15232 * textmodes/org.el (org-read-date, org-goto-calendar)
15233 (org-recenter-calendar, org-agenda-goto-calendar):
15234 Temporarily clear `calendar-move-hook'.
15235
152362005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
15237
15238 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15239 merging.
15240
15241 * ediff-util.el (ediff-previous-difference): Don't skip regions that
15242 have merge clashes.
15243
152442005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15245
15246 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15247 Undo previous change.
15248
15249 * startup.el (command-line): Use `custom-reevaluate-setting' for
15250 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
15251 tty-register-default-colors on Mac.
15252
152532005-11-04 Nick Roberts <nickrob@snap.net.nz>
15254
15255 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15256 (gdb-buffer-type): Make it automatically buffer local...
15257 (gdb-get-create-buffer): ...and set it accordingly.
15258 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15259 actually work.
15260
152612005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
15262
15263 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15264 not red.
15265
152662005-11-04 Nick Roberts <nickrob@snap.net.nz>
15267
15268 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15269 case GUD buffer is not visible.
15270 (gdb-goto-breakpoint): Try to force display in source buffer.
15271 (gdb-frame-gdb-buffer): Copy other similar functions.
15272 (gdb-restore-windows): Don't display source if not asked for.
15273 (gdb-assembler-buffer-name): Don't capitalise.
15274
152752005-11-03 Richard M. Stallman <rms@gnu.org>
15276
15277 * wid-edit.el (key-sequence): New widget type.
15278
15279 * simple.el (set-mark-command-repeat-pop): New variable.
15280 (set-mark-command): Only interpret plan C-@ after a pop as a pop
15281 if set-mark-command-repeat-pop is true.
15282
15283 * info.el (Info-fontify-node): Don't display extra "see" if there
15284 already is one here.
15285
15286 * mouse.el: Fix special handling of DEL after dragging a region:
15287 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15288 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
15289
15290 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15291
15292 * textmodes/ispell.el (ispell-command-loop): Change `i' description
15293 not to assume it pertains to an affix.
15294
15295 * textmodes/flyspell.el (flyspell-post-command-hook):
15296 Bind deactivate-mark to prevent deactivation.
15297
152982005-11-03 Lars Hansen <larsh@soem.dk>
15299
15300 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15301 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15302 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15303
153042005-11-03 Romain Francoise <romain@orebokech.com>
15305
15306 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
15307 Update copyright years.
15308
153092005-11-03 Sam Steingold <sds@gnu.org>
15310
15311 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15312 Use system-type instead of window-system because window-system is not
15313 correctly defined during loadup.
15314
153152005-11-02 Mark A. Hershberger <mah@everybody.org>
15316
9c92edca 15317 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
6fee106e
KS
15318 (xml-parse-tag): Join strings separated by a comment properly.
15319
153202005-11-02 Andreas Schwab <schwab@suse.de>
15321
15322 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15323
153242005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15325
15326 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15327 (byte-optimize-pure-func): Quote the eval'd value.
15328
15329 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15330 Rename from perl-font-lock-syntactic-face-function.
15331 Change the calling convention so it can be used as a font-lock MATCHER.
15332 Do the parse-partial-sexp loop outselves.
15333 (perl-font-lock-syntactic-keywords): Use it.
15334 (perl-mode): Don't set font-lock-syntactic-face-function any more.
15335
153362005-11-02 Nick Roberts <nickrob@snap.net.nz>
15337
15338 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15339 disassembly buffer too.
15340 (gdb-exited): Remove overlay arrows when execution has finished.
15341 (gdb-info-frames-custom, gdb-info-threads-custom)
15342 (gdb-info-registers-custom): Don't add inappropriate text
15343 properties if inferior is not active.
15344
153452005-11-02 Glenn Morris <rgm@gnu.org>
15346
15347 * progmodes/fortran.el (fortran-blink-match):
15348 Use `blink-matching-delay'.
15349
153502005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
15351
15352 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15353
153542005-11-02 Lars Hansen <larsh@soem.dk>
15355
15356 * net/tramp.el (tramp-action-out-of-band): Handle scp message
15357 "Permission denied".
15358
153592005-11-01 Richard M. Stallman <rms@gnu.org>
15360
15361 * textmodes/flyspell.el (flyspell-external-point-words):
15362 Pass nil to flyspell-get-word.
15363
153642005-11-02 Kim F. Storm <storm@cua.dk>
15365
15366 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15367 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15368
153692005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15372 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15373 (calendar-mouse-print-dates): Add optional `event' argument.
15374 Update interactive-spec.
15375 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15376 Use `calendar-event-to-date' instead of `event'.
15377
153782005-11-02 Masatake YAMATO <jet@gyve.org>
15379
15380 * progmodes/ld-script.el (ld-script-builtins):
15381 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15382 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15383 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15384
153852005-11-01 Romain Francoise <romain@orebokech.com>
15386
15387 * vc-sccs.el: Update copyright year.
15388 * ezimage.el: Likewise.
15389
153902005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15391
15392 * info.el (Info-fontify-node): Use `string-width' for fontifying
15393 underlined titles.
15394
153952005-11-01 Juri Linkov <juri@jurta.org>
15396
15397 * info.el (Info-fontify-node): Downcase node header keywords Node,
15398 Prev, Next, Up before comparison.
15399 (Info-history): Insert absolute directory name, and put invisible
15400 property on it.
15401
154022005-11-01 Juri Linkov <juri@jurta.org>
15403
15404 * info.el (Info-file-supports-index-cookies): New variable.
15405 (Info-find-node-2): Check makeinfo version for index cookie support.
15406 (Info-index-nodes): Search for nodes with index cookies only when
15407 Info-file-supports-index-cookies is t. Otherwise, search nodes
15408 with "Index" in the node name.
15409 (Info-index-node): Search index cookie in the current node only when
15410 Info-file-supports-index-cookies is t. Otherwise, check the word
15411 "Index" in the node name.
15412 (Info-find-emacs-command-nodes): Remove code that searches nodes
15413 with "Index" node name in the top menu.
15414
154152005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * progmodes/scheme.el (scheme-mode-variables): Use the default
15418 comment-indent-function.
15419
15420 * faces.el (face-attribute): Handle the case where a face inherits from
15421 a non-existent face.
15422
15423 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15424 for octal and hexa output, and merge the char into the paren.
15425 (kill-new): Use push.
15426 (copy-to-buffer): Use with-current-buffer.
15427 (completion-setup-function): Move code in loop to remove redundancy.
15428 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15429 those inherited from minibuffer-local-completion-map.
15430
15431 * savehist.el (savehist-mode) <defcustom>:
15432 Use custom-set-minor-mode if available.
15433 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15434 and emit a message if applicable.
15435
154362005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15437
15438 * savehist.el: Sync up to version 19.
15439 (savehist-mode): New minor mode.
15440 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15441 (savehist-length): Remove (use history-length instead).
15442 (savehist-file-modes): Rename from savehist-modes.
15443 (savehist-save-hook, savehist-loaded): New vars.
15444 (savehist-load): Use savehist-mode. Try to smooth up transition from
15445 old format to new format.
15446 (savehist-install): Allow savehist-autosave-interval to be nil.
15447 (savehist-save): Run the new hook. Be more careful to only trim the
15448 history variables.
15449 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15450 (savehist-printable): Print into a buffer rather than char-by-char.
15451
154522005-11-01 John Wiegley <johnw@newartisans.com>
15453
15454 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15455 toggle-ignore keybinding (C-a). The author said it had been
15456 disabled much earlier due to a possible incompatibility, but after
15457 many months of usage I have encountered no problems (and it is a
15458 rather useful option, especially for switching to " *temp*").
15459
15460 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15461 support for OS/X's AddressBook, by calling out to the open source
15462 program "contacts" (installable through Fink).
15463
15464 * net/eudc.el (eudc-expand-inline): If the
15465 `eudc-multiple-match-handling-method' is set to `all', delete the
15466 query string before inserting the query result.
15467
15468 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15469 flag, to prevent Eshell from using the system ls when
15470 `eshell-ls-insert-directory' is in used.
15471 (eshell-ls-insert-directory): Disable font-lock in directory
15472 buffer so that Eshell's own fontification is seen. This broke
15473 recently due to changes in font-lock, so this goes back to version
15474 21 behavior.
15475
154762005-11-01 Nick Roberts <nickrob@snap.net.nz>
15477
15478 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15479 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15480 (gdb-many-windows): Doc fix.
15481
154822005-10-31 Romain Francoise <romain@orebokech.com>
15483
15484 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15485
154862005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15487
15488 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15489 that global-font-lock-mode can be enabled by default.
15490
15491 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15492 (font-lock-add-keywords, font-lock-remove-keywords)
15493 (font-lock-fontify-buffer): Remove autoload cookies.
15494
15495 * jit-lock.el (jit-lock-register): Likewise.
15496
15497 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15498
154992005-10-31 Nick Roberts <nickrob@snap.net.nz>
15500
15501 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15502 intact if there is no gud-comint-buffer.
15503
155042005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15505
15506 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15507 old prompt comint-prompt-read-only is t and GDB commands are
15508 issued from tool bar etc.
15509
155102005-10-31 Masatake YAMATO <jet@gyve.org>
15511
15512 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15513
155142005-10-30 Chong Yidong <cyd@stupidchicken.com>
15515
15516 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15517 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15518
155192005-10-30 Michael Albinus <michael.albinus@gmx.de>
15520
15521 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15522 starting at beginning of line. Fontification is messed up when
15523 `open-paren-in-column-0-is-defun-start' set to t.
15524 Reported by John Paul Wallington <jpw@pobox.com>.
15525
155262005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15527
15528 * comint.el (comint-send-input): Call `comint-update-fence' when
15529 `comint-process-echoes' and `comint-prompt-read-only' are both
15530 non-nil, to avoid leftover read-only newline.
15531
155322005-10-30 Richard M. Stallman <rms@gnu.org>
15533
15534 * textmodes/flyspell.el (flyspell-external-point-words):
15535 Detect when WORD can't be checked properly because
15536 flyspell-get-word finds just part of it, and move on.
15537
15538 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15539 boundarychar for Polish.
15540 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15541 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15542
155432005-10-31 Nick Roberts <nickrob@snap.net.nz>
15544
15545 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15546 (gdb-registers-font-lock-keywords): Delete.
15547 (gdb-registers-mode): Don't fontify.
15548 (gdb-info-registers-custom): Use text properties instead as, in
15549 future, changed register values will use font-lock-warning-face.
15550 (gdb-local-font-lock-keywords): Rename to...
15551 (gdb-locals-font-lock-keywords): ...for consistency.
15552
155532005-10-30 Andre Spiegel <spiegel@gnu.org>
15554
15555 * vc.el (vc-switch-backend): Better error message if the buffer is
15556 not visiting a file under version control.
15557
15558 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15559
155602005-10-29 Chong Yidong <cyd@stupidchicken.com>
15561
15562 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15563 ~/.emacs.d/.emacs.
15564
155652005-10-29 Richard M. Stallman <rms@gnu.org>
15566
15567 * replace.el (occur-mode-mouse-goto): Always go to other window.
15568 (occur-mode-goto-occurrence): Always switch in same window.
15569
15570 * simple.el (undo): Display message at end, not at start.
15571
15572 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15573 New arg REUSE-CELL.
15574 (cancel-timer-internal): New function.
15575 (timer-event-handler): Use cancel-timer-internal,
15576 and pass the cell it returns to timer-activate...
15577
15578 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15579 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15580 (jit-lock-after-change): Test memory-full.
15581
155822005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15583
15584 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15585 part of the decoded armor to find the key-identifier.
15586 (pgg-gpg-lookup-key-owner): New function to return the
15587 human-readable identifier of a key owner.
15588 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15589 key itself.
15590 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15591 the key value) if we have a key and can match it against a secret
15592 key. Also, added a note pointing out fact that the prompt only
15593 indicates the first matching key.
15594
15595 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15596 pgg-decrypt-region.
15597 (pgg-pending-timers): A new hash for tracking the passphrase cache
15598 timers, so that new ones supercede old ones.
15599 (pgg-add-passphrase-to-cache): Rename from
15600 `pgg-add-passphrase-cache' to reduce confusion (all callers
15601 changed). Modified to cancel old timers when new ones are added.
15602 (pgg-remove-passphrase-from-cache): Rename from
15603 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15604 changed). Modified to cancel old timers when their keys are
15605 removed from the cache.
15606 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15607 XEmacs, an indirection to delete-itimer.
15608 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15609 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15610 users can only check cache without risk of prompting. Correct bug in
15611 notruncate behavior.
15612 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15613 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15614 Add informative docstrings.
15615 (pgg-decrypt): Convey provided passphrase in subordinate call to
15616 pgg-decrypt-region.
15617
15618 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15619 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15620 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15621 `passphrase' argument, so the passphrase can be managed externally
15622 and then passed in to the system.
15623
15624 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15625 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15626 so the passphrase cache can be used reliably with identifiers
15627 besides a pgp packet's key id.
15628
15629 * pgg-gpg.el (pgg-pgp-encrypt-region)
15630 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15631 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15632 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15633 argument to all these routines, so the passphrase can be managed
15634 externally and passed in to the system.
15635
15636 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15637 `notruncate' argument, so the passphrase cache can be used
15638 reliably with identifiers besides a pgp packet's key id.
15639
156402005-10-29 Sascha Wilde <swilde@sha-bang.de>
15641
15642 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15643 symmetric encryption.
15644 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15645 encrypted session key.
15646 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15647 message ask for the passphrase in a proper way.
15648
15649 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15650 New user commands for symmetric encryption.
15651
156522005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
15653
15654 * textmodes/conf-mode.el (conf-assignment-sign)
15655 (conf-assignment-regexp): Fix docstrings.
15656 (conf-mode-initialize): New function.
15657 (conf-mode): Remove optional args. Use delay-mode-hooks to
15658 recognize recursive calls.
15659 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
15660 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
15661 (conf-xdefaults-mode): Use define-derived-mode and
15662 conf-mode-initialize.
15663
156642005-10-29 Romain Francoise <romain@orebokech.com>
15665
15666 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
15667
156682005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15669
15670 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15671 part of the decoded armor to find the key-identifier.
15672 (pgg-gpg-lookup-key-owner): New function to return the
15673 human-readable identifier of a key owner.
15674 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15675 key itself.
15676 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15677 the key value) if we have a key and can match it against a secret
15678 key. Also, added a note pointing out fact that the prompt only
15679 indicates the first matching key.
15680
15681 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15682 pgg-decrypt-region.
15683 (pgg-pending-timers): A new hash for tracking the passphrase cache
15684 timers, so that new ones supercede old ones.
15685 (pgg-add-passphrase-to-cache): Rename from
15686 `pgg-add-passphrase-cache' to reduce confusion (all callers
15687 changed). Modified to cancel old timers when new ones are added.
15688 (pgg-remove-passphrase-from-cache): Rename from
15689 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15690 changed). Modified to cancel old timers when their keys are
15691 removed from the cache.
15692 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15693 XEmacs, an indirection to delete-itimer.
15694 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15695 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15696 users can only check cache without risk of prompting. Correct bug in
15697 notruncate behavior.
15698 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15699 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15700 Add informative docstrings.
15701 (pgg-decrypt): Convey provided passphrase in subordinate call to
15702 pgg-decrypt-region.
15703
157042005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
15705
15706 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15707 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15708 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15709 `passphrase' argument, so the passphrase can be managed externally
15710 and then passed in to the system.
15711
15712 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15713 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15714 so the passphrase cache can be used reliably with identifiers
15715 besides a pgp packet's key id.
15716
15717 * pgg-gpg.el (pgg-pgp-encrypt-region)
15718 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15719 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15720 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15721 argument to all these routines, so the passphrase can be managed
15722 externally and passed in to the system.
15723
15724 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15725 `notruncate' argument, so the passphrase cache can be used
15726 reliably with identifiers besides a pgp packet's key id.
15727
157282005-10-29 Sascha Wilde <swilde@sha-bang.de>
15729
15730 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15731 symmetric encryption.
15732 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15733 encrypted session key.
15734 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15735 message ask for the passphrase in a proper way.
15736
15737 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15738 New user commands for symmetric encryption.
15739
157402005-10-28 Bill Wohler <wohler@newt.com>
15741
15742 * help-mode.el (help-url): New button type. Calls browse-url.
15743 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
15744 Similar to Info nodes: URL `url'.
15745 (help-make-xrefs): Create help-url buttons for
15746 help-xref-url-regexp matches.
15747
157482005-10-29 Nick Roberts <nickrob@snap.net.nz>
15749
15750 * tool-bar.el (tool-bar-add-item-from-menu)
15751 (tool-bar-local-item-from-menu): Fix doc strings.
15752
157532005-10-28 Romain Francoise <romain@orebokech.com>
15754
15755 * ldefs-boot.el: Update.
15756
15757 * subr.el (locate-library): Move from help-fns.el.
15758 * help-fns.el (locate-library): Move to subr.el.
15759
157602005-10-28 Richard M. Stallman <rms@gnu.org>
15761
15762 * net/tramp.el (tramp-completion-mode): defvar moved up.
15763
15764 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
15765
15766 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
15767
15768 * files.el (find-file-noselect): Use %d to format large file size.
15769
15770 * bindings.el (mode-line-format): Add %e.
15771
15772 * loadup.el ("facemenu"): Load unconditionally.
15773 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
15774 ("x-dnd"): Load, when appropriate.
15775
15776 * startup.el (command-line): Call before-init-hook earlier.
15777 Warn about some bad characters in -u user name.
15778
15779 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
15780 (flyspell-external-point-words): Error if misspelled word is not found.
15781 Set flyspell-large-region-beg at end of word.
15782
157832005-10-28 Andreas Schwab <schwab@suse.de>
15784
15785 * view.el (View-revert-buffer-scroll-page-forward):
15786 Use view-page-size-default.
15787
157882005-10-28 Juri Linkov <juri@jurta.org>
15789
15790 * international/quail.el (quail-get-current-str): Translate last
15791 raw character for deterministic input methods.
15792
157932005-10-27 Jay Belanger <belanger@truman.edu>
15794
15795 * calc/calc-ext.el: Add functions to autoloads.
15796 (math-identity-matrix-p, math-ident-row-p): New functions.
15797
15798 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
15799 multiplication by an identity matrix; don't turn multiplication by
15800 an inverse matrix into division.
15801 (math-div-symbol-fancy): Replace division by matrices with
15802 multiplication by inverse.
15803
15804 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
15805
15806 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15807 (calc-writeoutpower): New functions.
15808
158092005-10-27 Romain Francoise <romain@orebokech.com>
15810
15811 * replace.el (occur-engine): Include colon in mouse-face highlight.
15812
15813 * dired-x.el: Change Maintainer field.
15814
158152005-10-26 Chong Yidong <cyd@stupidchicken.com>
15816
15817 * longlines.el (longlines-mode): Bind after-change-functions to
15818 nil during initial decoding and final encoding.
15819
158202005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15821
15822 * term.el (term-emulate-terminal, term-handle-colors-array)
15823 (term-handle-ansi-escape): Specify the terminfo capabilities
15824 implemented.
15825
158262005-10-26 Richard M. Stallman <rms@gnu.org>
15827
15828 * info.el (Info-fontify-node): Fix detection of sentence-break
15829 before *Note.
15830
158312005-10-26 Romain Francoise <romain@orebokech.com>
15832
15833 * smerge-mode.el: Add `tools' to file keywords.
15834
158352005-10-26 Nick Roberts <nickrob@snap.net.nz>
15836
15837 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
15838 when the fringe is not available.
15839
15840 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
15841 (def-gdb-auto-update-trigger): Simplify construction.
15842 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
15843 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
15844 defined explicitly.
15845 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
15846 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
15847 defined explicitly.
15848 (gdb-info-locals-custom): Remove as it's a no-op.
15849
158502005-10-25 Chong Yidong <cyd@stupidchicken.com>
15851
15852 * longlines.el (longlines-mode): Remove narrowing before
15853 performing the initial decoding or final encoding.
15854
158552005-10-25 Romain Francoise <romain@orebokech.com>
15856
15857 * emacs-lisp/find-func.el (find-library-name): Also strip
15858 extension if library name ends in .el, to take advantage of
15859 `find-library-suffixes'.
15860
158612005-10-25 Richard M. Stallman <rms@gnu.org>
15862
15863 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
15864
158652005-10-25 Juri Linkov <juri@jurta.org>
15866
15867 * textmodes/texinfo.el (texinfo-mode): Change charset of one
15868 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
15869
158702005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15871
15872 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
15873 (blackbox-redefine-key): Add argument `map'.
15874
15875 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
15876 regions when moving the jit-lock-context-unfontify-pos boundary.
15877
158782005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15879
15880 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
15881
158822005-10-25 Masatake YAMATO <jet@gyve.org>
15883
15884 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
15885
4fc9bd56 158862005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
15887
15888 * play/blackbox.el (blackbox-redefine-key): New function.
15889 (blackbox-mode-map): Use it to remap existing bindings for cursor
15890 motion instead of binding literal keys.
15891
158922005-10-25 Glenn Morris <rgm@gnu.org>
15893
15894 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
15895 diary does not end in a newline. Do not assume a blank line at
15896 the start of the diary file.
15897
158982005-10-25 Kenichi Handa <handa@m17n.org>
15899
15900 * international/quail.el (quail-translate-key): If the input
15901 method is deterministic and failed to handle the last key, restart
15902 the key handling loop from an appropriate key.
15903
159042005-10-25 Michael Albinus <michael.albinus@gmx.de>
15905
15906 * vc.el (vc-dired-mode): Extend comment for binding of
15907 `directory-listing-before-filename-regexp'.
15908
159092005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15910
15911 * textmodes/texinfo.el (texinfo-mode):
15912 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
15913 not to unnecessarily expose emacs-mule's internal char codes.
15914
159152005-10-25 Nick Roberts <nickrob@snap.net.nz>
15916
15917 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
15918 Display hand pointer and help-echo on disabled icon too.
15919 (gdb-mouse-until): New function.
15920 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
15921
159222005-10-24 Chong Yidong <cyd@stupidchicken.com>
15923
15924 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
15925 with 2005-10-23 change to doctor.el.
15926
15927 * finder.el (finder-mode-map): Add follow-link binding.
15928
159292005-10-25 Kim F. Storm <storm@cua.dk>
15930
15931 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
15932 to gdb-mouse-toggle-breakpoint-fringe.
15933 (gdb-mouse-toggle-breakpoint-margin): Rename from
15934 gdb-mouse-toggle-breakpoint. Fix doc.
15935 (gdb-mouse-toggle-breakpoint-fringe): New defun.
15936 (gdb-put-string): Add optional SPROPS arg. Add props to string.
15937 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
15938 string properties also for fringe breakpoint bitmaps.
15939
159402005-10-24 Carsten Dominik <dominik@science.uva.nl>
15941
15942 * textmodes/org.el (org-start-icalendar-file): Fix format form.
15943
159442005-10-25 Masatake YAMATO <jet@gyve.org>
15945
15946 * simple.el (completion-common-substring):
15947 Use `completion-common-substring' prior to `completion-base-size'.
15948
159492005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
15950
15951 * savehist.el: Require CL while compiling.
15952 (savehist-history-variables): Remove.
15953 (savehist-save-minibuffer-history, savehist-additional-variables)
15954 (savehist-minibuffer-history-variables): New vars.
15955 (savehist-save): Use them.
15956 (savehist-uninstall, savehist-minibuffer-hook): New funs.
15957 (savehist-install): New fun, extracted from savehist-load.
15958 (savehist-load): Use them.
15959
159602005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15963 a dummy doc-string-elt property.
15964 (defalias, defvaralias, define-category): Add a docstring property.
15965
15966 * image.el (defimage):
15967 * widget.el (define-widget):
15968 * custom.el (defface, defcustom): Add `doc-string' declaration.
15969
15970 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15971 (defadvice): Add `doc-string' declaration.
15972
15973 * emacs-lisp/byte-run.el (macro-declaration-function):
15974 Handle `doc-string' declarations.
15975 (define-obsolete-function-alias, define-obsolete-variable-alias):
15976 Add `doc-string' declaration.
15977
159782005-10-24 Kenichi Handa <handa@m17n.org>
15979
15980 * international/utf-7.el (utf-7): Add autoload cookie.
15981
15982 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15983
159842005-10-24 Eli Zaretskii <eliz@gnu.org>
15985
15986 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15987 list of directories passed to batch-update-autoloads. Add "." to
15988 the list of the echoed directories.
15989
15990 * pgg-def.el:
15991 * pgg-gpg.el:
15992 * pgg-parse.el:
15993 * pgg-pgp.el:
15994 * pgg-pgp5.el:
15995 * pgg.el: Moved here from the gnus subdirectory.
15996
159972005-10-24 Nick Roberts <nickrob@snap.net.nz>
15998
15999 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16000 in case comint-prompt-read-only is set to t.
16001
16002 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16003 in case comint-prompt-read-only is set to t.
16004
160052005-10-24 Ulf Jasper <ulf.jasper@web.de>
16006
16007 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16008 Now a string.
16009 (icalendar-import-format): Handle CLASS, STATUS, URL.
16010 Rename `subject' to `summary'.
16011 (icalendar-import-format-summary): Rename from
16012 `icalendar-import-format-subject'.
16013 (icalendar-import-format-url, icalendar-import-format-status)
16014 (icalendar-import-format-class): New variables.
16015 (icalendar--rris): Take variable argument list.
16016 (icalendar--datestring-to-isodate): Remove unnecessary
16017 calendar-style check when converting dates with explicit month names.
16018 (icalendar-export-region): Change return type of conversion
16019 subroutines. Bury current buffer unless error occurred.
16020 (icalendar--convert-to-ical)
16021 (icalendar--parse-summary-and-rest): New functions.
16022 (icalendar--convert-ordinary-to-ical)
16023 (icalendar--convert-weekly-to-ical)
16024 (icalendar--convert-yearly-to-ical)
16025 (icalendar--convert-block-to-ical)
16026 (icalendar--convert-cyclic-to-ical)
16027 (icalendar--convert-anniversary-to-ical): Change return type.
16028 Strip trailing blanks from subject.
16029 (icalendar--convert-sexp-to-ical): Change return type.
16030 Strip trailing blanks from subject. Handle simple sexp
16031 entries as generated by icalendar.el.
16032 (icalendar--convert-float-to-ical)
16033 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16034 (icalendar-import-file): Doc fix.
16035 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16036 Correct call to icalendar--rris.
16037 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16038 `summary'.
16039 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16040
160412005-10-24 Romain Francoise <romain@orebokech.com>
16042
16043 * server.el (server-sentinel): Set query-on-exit flag to nil on
16044 new client processes (it isn't inherited from the server process).
16045
16046 * replace.el (occur-engine): Rearrange text properties.
16047
160482005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16049
16050 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16051 case-fold-search is nil.
16052 (debug-help-follow): Use help-xref-interned directly.
16053
160542005-10-23 Chong Yidong <cyd@stupidchicken.com>
16055
16056 * thumbs.el (thumbs-image-type): Add .pbm.
16057
160582005-10-23 Richard M. Stallman <rms@gnu.org>
16059
16060 * faces.el (inhibit-face-set-after-frame-default): New variable.
16061 (set-face-attribute): Bind it.
16062 (face-set-after-frame-default): Test it.
16063
16064 * help-fns.el (describe-simplify-lib-file-name): New function.
16065 (describe-function-1, describe-variable): Use it.
16066
16067 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16068
16069 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16070 Eliminate nil as possible value.
16071 (tooltip-hide-delay): Reduce internal-border-width.
16072
16073 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16074 (menu-bar-file-menu) <new-file>: Likewise.
16075
16076 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16077
16078 * international/mule.el (load-with-code-conversion):
16079 Pass full file name to `eval-buffer' unless preloading.
16080
16081 * textmodes/flyspell.el (flyspell-large-region):
16082 Call ispell-check-version.
16083
16084 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16085 Fix the make-variable-buffer-local call that was supposed
16086 to be for this variable.
16087 (ispell-aspell-supports-utf8): Doc fix.
16088 (ispell-find-aspell-dictionaries): Preserve elements of
16089 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16090 (ispell-aspell-find-dictionary): Return nil on error.
16091
16092 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16093 (doctor-symptoms): Likewise.
16094
16095 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16096
160972005-10-23 Chong Yidong <cyd@stupidchicken.com>
16098
16099 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16100 (custom-raised-buttons): Add :set spec.
16101 (custom-button-unraised, custom-button-pressed-unraised):
16102 New faces, so that custom-raised-buttons actually does something.
16103 (custom-mode): Use custom-button and custom-button-pressed.
16104
16105 * wid-edit.el (widget-specify-button): Don't ignore
16106 widget-mouse-face on graphic terminals.
16107 (widget-move-and-invoke): Cleanup.
16108
161092005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16110
16111 * whitespace.el (whitespace-cleanup): Doc fix.
16112
161132005-10-23 Romain Francoise <romain@orebokech.com>
16114
16115 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16116 `eval-after-load' to avoid evaluating their result.
16117
161182005-10-23 Michael Albinus <michael.albinus@gmx.de>
16119
16120 * files.el (directory-listing-before-filename-regexp):
16121 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16122
16123 * dired.el (dired-move-to-filename-regexp): Remove.
16124 All occurences replaced by `directory-listing-before-filename-regexp'.
16125
16126 * dired-x.el, locate.el, vc.el:
16127 Replace `dired-move-to-filename-regexp' by
16128 `directory-listing-before-filename-regexp'. In vc.el it is
16129 overwritten locally; maybe this can be handled in files.el too.
16130
16131 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16132 replaced by `directory-listing-before-filename-regexp'.
16133
161342005-10-23 Andreas Schwab <schwab@suse.de>
16135
16136 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16137 and eval-next-after-load.
16138
161392005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16140
16141 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16142 exist, create it.
16143
161442005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16145
16146 * allout.el: Remove autoloads for mailcrypt and crypt++.
16147 Require pgg, pgg-gpg during compilation.
16148 (allout-version): Increment version number to 2.1, and use a literal
16149 rather than RCS Id.
16150 (allout-default-encryption-scheme): Remove.
16151 (allout-passphrase-verifier-handling)
16152 (allout-passphrase-verifier-string)
16153 (allout-file-passphrase-verifier-string)
16154 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16155 (allout-passphrase-hint-handling): Rename and simplify.
16156 (allout-init): Use `find-file-hook' if available, otherwise
16157 `find-file-hooks'.
16158 (allout-mode): Use `write-file-functions' if available, otherwise
16159 `local-write-file-hooks' and, instead of making auto-save-hook
16160 buffer local, make the write-file-hook activity contingent to
16161 allout-mode.
16162 (allout-mode): Use key-binding substitution in the docstring.
16163 (allout-kill-line): Spell-out kill ring data structure mutation
16164 instead of using byte-compiler-complaint-provoking `pop'.
16165 (allout-insert-listified): Use `insert' rather than `insert-string'
16166 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16167 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16168 (allout-encrypt-string): Totally revamped vis new underlying
16169 encryption facilities.
16170 (allout-mc-activate-passwd): Remove.
16171 (allout-obtain-passphrase): New, more or less replaces
16172 allout-mc-activate-passwd.
16173 (allout-encrypted-key-info): More or less replaces
16174 allout-encrypted-text-type.
16175 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16176 (my-mark-marker): Use `(featurep 'xemacs)'.
16177
161782005-10-23 Lars Hansen <larsh@soem.dk>
16179
16180 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16181 (byte-compile-file-form-defmumble, byte-compile-defun)
16182 (byte-compile-defmacro): Use it.
16183 (byte-compile-form): Don't call byte-compile-set-symbol-position
16184 when a byte-compile handler is called.
16185
161862005-10-22 Romain Francoise <romain@orebokech.com>
16187
16188 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16189
16190 * subr.el (eval-after-load): Convert library name to an absolute
16191 file name using locate-library, since load-history no longer has
16192 library names in it.
16193
161942005-10-22 Richard M. Stallman <rms@gnu.org>
16195
16196 * files.el (make-temp-file): Move from subr.el.
16197 * subr.el (make-temp-file): Move to files.el.
16198
16199 * window.el (get-buffer-window-list): Move from subr.el.
16200 * subr.el (get-buffer-window-list): Move to window.el.
16201
16202 * image.el (image-load-path): Use eval-at-startup to initialize.
16203
16204 * subr.el (eval-at-startup): New macro.
16205
16206 * subr.el: Much rearrangement of functions and division
16207 into pages. No code changes.
16208
162092005-10-22 Kenichi Handa <handa@m17n.org>
16210
16211 * tar-mode.el (tar-extract): Be sure to call
16212 find-operation-coding-system if set-auto-coding doesn't find a
16213 coding system.
16214
162152005-10-22 Kim F. Storm <storm@cua.dk>
16216
16217 * image.el (image-type-header-regexps): Rename from image-type-regexps.
16218 Change users.
16219 (image-type-file-name-regexps): New defconst.
16220 (image-type-from-data): Simplify loop.
16221 (image-type-from-buffer): New defun.
16222 (image-type-from-file-header): Use it instead of image-type-from-data.
16223 Use image-search-load-path instead of only looking in data-directory.
16224 (image-type-from-file-name): New defun.
16225 (image-search-load-path): Change `pathname' to `filename'.
16226 Make PATH arg optional, default to image-load-path.
16227
162282005-10-21 Richard M. Stallman <rms@gnu.org>
16229
16230 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16231
16232 * textmodes/paragraphs.el (sentence-end-base): New variable.
16233 (sentence-end): Use sentence-end-base.
16234
162352005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 * font-lock.el (font-lock-default-fontify-region): Check the multiline
16238 property independently from the font-lock-multiline variable.
16239
162402005-10-21 Richard M. Stallman <rms@gnu.org>
16241
16242 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16243
16244 * startup.el (command-line): Convert library names
16245 in `load-history' to absolute file names.
16246
16247 * subr.el (symbol-file): Doc fix.
16248
16249 * loadhist.el (file-loadhist-lookup): Call locate-library
16250 instead of find-library-name. Don't try converting
16251 abs file names to library names, since load-history no longer
16252 has library names in it.
16253 (file-dependents, file-provides, file-requires): Doc fixes.
16254
162552005-10-21 Juri Linkov <juri@jurta.org>
16256
16257 * progmodes/etags.el (tags-table-mode): New function.
16258 (tags-verify-table): Replace initialize-new-tags-table with
16259 tags-table-mode.
16260
16261 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16262 default value.
16263 (desktop-modes-not-to-save): Add tags-table-mode to the
16264 default value.
16265
16266 * info.el (Info-index-next): Add total number of index
16267 alternatives to the message.
16268
16269 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16270 backward only space (instead of space and period) before looking
16271 at sentence end.
16272
16273 * simple.el (set-variable): Use user-variable-p instead of symbolp.
16274 Add the old variable value as 4th default-value arg of read-string.
16275
162762005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16277
16278 * cus-face.el (custom-declare-face): Make face from X resources
16279 also on Mac.
16280
16281 * disp-table.el (standard-display-g1, standard-display-graphic):
16282 Refuse to use string glyphs also on Mac.
16283 (standard-display-european): Don't set terminal coding system also
16284 on Mac.
16285
16286 * frame.el (display-screens): Use x-display-screens also on Mac.
16287
162882005-10-21 Romain Francoise <romain@orebokech.com>
16289
16290 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
16291
162922005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16293
16294 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16295 and $? into sexps.
16296
16297 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16298 warning face on open-paren-in-column-0.
16299
16300 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16301 boundary case. Fix typo.
16302 Suggested by Martin Rudalics <rudalics@gmx.at>.
16303
163042005-10-21 Carsten Dominik <dominik@science.uva.nl>
16305
16306 * textmodes/org.el (org-combined-agenda-icalendar-file)
16307 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16308 (org-export-icalendar-this-file)
16309 (org-export-icalendar-all-agenda-files)
16310 (org-export-icalendar-combine-agenda-files): New commands.
16311 (org-export-icalendar, org-print-icalendar-entries)
16312 (org-start-icalendar-file, org-finish-icalendar-file)
16313 (org-ical-ts-to-string): New functions.
16314 (org-read-date, org-goto-calendar)
16315 (org-agenda-goto-calendar): Inhibit displaying diary entries by
16316 call to `calendar'.
16317 (orgtbl-setup): Remove the :keys arguments from the menu description.
16318 (org-after-save-iCalendar-file-hook): New variable.
16319
163202005-10-21 Kenichi Handa <handa@m17n.org>
16321
16322 * language/vietnamese.el (tcvn-5712): Make it an alias of
16323 vietnamese-tcvn coding-system.
16324
163252005-10-20 Michael Albinus <michael.albinus@gmx.de>
16326
16327 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16328 group id is given.
16329
163302005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16331
16332 * progmodes/sh-script.el (sh-escaped-line-re): New var.
16333 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16334 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16335 whose line is either continued or ends with a comment.
16336
163372005-10-20 Romain Francoise <romain@orebokech.com>
16338
16339 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16340
16341 * replace.el (occur-engine): Add follow-link property.
16342
16343 * font-core.el (font-lock-mode): Doc fix.
16344
163452005-10-20 Richard M. Stallman <rms@gnu.org>
16346
16347 * net/rcirc.el: New file.
16348
163492005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
16350
16351 * term.el (term-term-name): Initialize to "eterm-color".
16352
163532005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
16354
16355 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16356 for encryption functionality.
16357 Move allout customization subgroup from `editing' to `outlines' group.
16358 Fix commentary keywords to legitimate ones.
16359 Update author info (using my current email address, obscurified).
16360 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16361 (allout-encrypted-topic-p, allout-encrypted-text-type)
16362 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16363 (allout-situate-encryption-key-verifier)
16364 (allout-get-encryption-key-verifier, allout-verify-key)
16365 (allout-next-topic-pending-encryption)
16366 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16367 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16368 (outline-key-verifier-handling, outline-key-hint-handling)
16369 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16370 (allout-file-key-verifier-string, allout-encryption-scheme)
16371 (allout-key-verifier-string, allout-key-hint-string)
16372 (allout-after-save-decrypt): New variables.
16373 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16374 (allout-after-saves-handler): New hook functions.
16375 (allout-post-command-business): Do allout-after-save-decrypt.
16376 (allout-enable-file-variable-adjustment): Custom var to enable
16377 mechanism for adding and adjusting settings of Emacs file variables.
16378 (allout-adjust-file-variable, allout-file-vars-section-data):
16379 New functions, implement the mechanism.
16380 (outlineify-sticky): Use the file vars mechanism.
16381 (allout-inhibit-protection, allout-during-write-cue)
16382 (allout-override-protect, allout-before-change-protect): Remove.
16383 (allout-flag-region, allout-open-topic): Adjust read-only text.
16384 (allout-open-line-not-read-only): Add to facilitate read-only
16385 text based protection.
16386 (allout-kill-line): Revise to adjust read-only text, clue the
16387 user about the inhibition.
16388 (allout-unprotected): Use unwind-protect.
16389 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16390 topic deeper than the offspring depth of the previous topic -
16391 avoiding confusing "containment discontinuities".
16392 (allout-reindent-bodies): Fix retention of body relative hanging
16393 indent during promotion of collapsed bodies.
16394 (allout-open-topic): Make it easy to open new topic with same
16395 bullet as current topic - topic creation functions provided with
16396 any universal argument provokes now prompt for bullet, defaulting
16397 to the bullet of the previous topic.
16398 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16399 Plain bullet alternates `.' period and `,' comma only. All other
16400 bullets are relegated to special status (but customizable).
16401 (allout-end-of-entry): Rename from allout-end-of-current-entry
16402 since it actually operates w.r.t. most immediately containing
16403 entry, visible or not.
16404 (allout-hide-current-entry, allout-show-current-entry): Use the
16405 revised version.
16406 (allout-old-expose-topic): Solidify deprecation.
16407 (allout-end-of-subtree): Add so we can span concealed as well
16408 as visible topics.
16409 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16410 (allout-end-of-current-heading): Tweak to just respect the first line.
16411 (allout-get-body-text): Add.
16412 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16413 when invoked interactively.
16414 (allout-up-current-level): Use `interactive-p'.
16415 (allout-mode, allout-init): Miscellaneous docstring and
16416 operational refinements, as well as hookups of new encryption stuff.
16417 (allout-beginning-of-current-entry): Now works as advertised.
16418 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16419 (allout-isearch-rectification): Refine condition for isearching.
16420 (allout-isearch-abort, allout-enwrap-isearch)
16421 (allout-flag-region, my-region-active-p): Relocate some macros.
16422 (allout-title): Fallback title is (buffer-name), not
16423 non-existing (current-buffer-name).
16424 (subst-char-in-string): Define if absent (for some XEmacs versions).
16425
164262005-10-20 Jari Aalto <jari.aalto@cante.net>
16427
16428 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16429 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16430 (mail-citation-prefix-regexp, mail-signature-file)
16431 (mail-default-headers, mail-bury-selects-summary)
16432 (mail-send-nonascii): Add autoload cookies.
16433
164342005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16435
16436 * frame.el (blink-cursor-mode): Add `mac' to the list of
16437 window-system's that support blinking cursor.
16438
164392005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16440
16441 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16442
164432005-10-20 Eli Zaretskii <eliz@gnu.org>
16444
16445 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16446 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16447 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16448
164492005-10-20 Kim F. Storm <storm@cua.dk>
16450
16451 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16452 (ido-set-current-directory): Don't add / after final @.
16453 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16454 Explicitly handle ange-ftp completion oddities.
16455 (ido-make-file-list): Don't rotate list at tramp root to avoid
16456 triggering tramp file handler for expand-file-name via get-file-buffer.
16457
164582005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16459
16460 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16461
164622005-10-19 Jay Belanger <belanger@truman.edu>
16463
16464 * calc/calc-units.el (math-standard-units): Add units, adjust
16465 symbols and update values.
16466 (math-unit-prefixes): Add more prefixes.
16467
164682005-10-19 Romain Francoise <romain@orebokech.com>
16469
16470 * bookmark.el (bookmark-menu-heading): New face.
16471 (bookmark-bmenu-list): Use it.
16472 Don't fiddle with `baud-rate' at top-level.
16473
164742005-10-18 Chong Yidong <cyd@stupidchicken.com>
16475
16476 * image.el (create-image, find-image): Mention max-image-size in
16477 docstring.
16478
164792005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16480
16481 * savehist.el (savehist-load): Revert to checking XEmacs.
16482
16483 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16484 Various docstring and line-width fixups.
16485 (conf-mode): Use cond.
16486 Set font-lock-defaults. Don't set comment-use-syntax.
16487
164882005-10-18 David Ponce <david@dponce.com>
16489
16490 * tree-widget.el (tree-widget-button-click): New function.
16491 (tree-widget-button-keymap): Use it.
16492
164932005-10-18 Romain Francoise <romain@orebokech.com>
16494
16495 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16496 (bookmark-bmenu-hide-filenames): Add follow-link property.
16497 Improve help-echo text.
16498
16499 * ffap.el (find-file-at-point): Doc fix.
16500
165012005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16502
16503 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16504
165052005-10-18 Masatake YAMATO <jet@gyve.org>
16506
16507 Install to the CVS repository what I forgot to install in my
16508 2005-10-16 changes.
16509
16510 * progmodes/python.el (python-complete-symbol): Pass the common
16511 prefix substring of completion to `display-completion-list'.
16512
16513 * textmodes/org.el (org-complete): Ditto.
16514
165152005-10-18 Masatake YAMATO <jet@gyve.org>
16516
16517 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16518
16519 * woman.el (WoMan-xref-man-page): New button type derived
16520 from `Man-abstract-xref-man-page'.
16521 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16522
16523 * man.el (Man-abstract-xref-man-page): New button type.
16524 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16525 (Man-highlight-references): Add new optional argument `xref-man-type'.
16526
165272005-10-18 Nick Roberts <nickrob@snap.net.nz>
16528
16529 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16530
165312005-10-17 Chong Yidong <cyd@stupidchicken.com>
16532
16533 * cus-edit.el (Custom-move-and-invoke): Delete.
16534 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16535
16536 * wid-edit.el (widget-move-and-invoke): New function, from
16537 Custom-move-and-invoke.
16538
165392005-10-17 Bill Wohler <wohler@newt.com>
16540
16541 Move all remaining images from lisp/toolbar to etc/images, move
16542 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16543 the low resolution images in their own directory (low-color).
16544
16545 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16546 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16547 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16548 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16549 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16550 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16551 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16552
16553 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16554 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16555 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16556 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16557 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16558 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16559 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16560 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16561 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16562 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16563 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16564 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16565 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16566 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16567 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16568
16569 To conform with convention, replace the underscore (_) in the
16570 following image names with dash (-) or (/) as appropriate.
16571
16572 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16573 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16574 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16575 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16576 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16577 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16578 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16579 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16580 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16581 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16582 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16583 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16584 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16585 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16586 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16587
16588 * info.el (info-tool-bar-map): Replace underscores in image names
16589 with dashes.
16590
16591 * makefile.w32-in (WINS): Remove toolbar.
16592
16593 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16594
16595 * tool-bar.el: Move to lisp from toolbar. Now that
16596 toolbar is empty, it should be deleted when folks run "cvs up -P".
16597
165982005-10-18 Jay Belanger <belanger@truman.edu>
16599
16600 * calc/calc-store.el (calc-store-into): Get the proper variable name
16601 to display in message.
16602
166032005-10-18 Nick Roberts <nickrob@snap.net.nz>
16604
16605 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16606 expressions display in speedbar for all buffers when debugging.
16607 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16608
16609 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16610 (speedbar-insert-button, speedbar-make-button):
16611 Use add-text-properties.
16612 (speedbar-update-localized-contents)
16613 (speedbar-update-directory-contents)
16614 (speedbar-update-special-contents): Use dolist.
16615 (speedbar-buffer-easymenu-definition): Add a menu separator.
16616
166172005-10-17 Jason Rumney <jasonr@gnu.org>
16618
16619 * makefile.w32-in: Use $(lisp) consistently.
16620 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16621 for shell specific generation of mh-autoloads.
16622
166232005-10-17 Richard M. Stallman <rms@gnu.org>
16624
16625 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16626
166272005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * jit-lock.el (jit-lock-fontify-now):
16630 Move jit-lock-context-unfontify-pos to avoid wasted work.
16631
166322005-10-17 Michael Albinus <michael.albinus@gmx.de>
16633
16634 * net/tramp.el (tramp-completion-mode): New defvar. Used in
16635 `tramp-completion-mode' for checking if we are in completion mode.
16636 (tramp-completion-handle-file-name-all-completions): Reorder code
16637 in order to complete for file names only in case there are no
16638 method/user/host completions. This is necessary for cooperation
16639 with ido. Reported by Kim F. Storm <storm@cua.dk>.
16640
166412005-10-16 Chong Yidong <cyd@stupidchicken.com>
16642
16643 * longlines.el (longlines-search-forward)
16644 (longlines-search-backward): Match any number of spaces.
16645
166462005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
16647
16648 * diff-mode.el (diff-mode): Doc fix.
16649
166502005-10-16 David Reitter <david.reitter@gmail.com>
16651
16652 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
16653 as default on darwin and windows systems.
16654
166552005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
16656
16657 * arc-mode.el (archive-zip-extract): Doc fix.
16658
166592005-10-16 Romain Francoise <romain@orebokech.com>
16660
16661 * mouse.el (mouse-1-click-follows-link): Doc fix.
16662
166632005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * savehist.el: Don't require CL at runtime.
16666 (savehist-xemacs): Remove.
16667 (savehist-coding-system): Use utf-8 if present, regardless of religion.
16668 (savehist-no-conversion): Use (featurep 'xemacs).
16669 (savehist-load): Check existence of start-itimer rather than XEmacs.
16670 Use an idle timer.
16671 (savehist-process-for-saving): Replace use of CL funs `subseq' and
16672 `delete-if-not'.
16673
166742005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
16675
16676 * savehist.el: Newer version.
16677 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16678 (savehist-last-checksum, savehist-no-conversion): New vars.
16679 (savehist-autosave, savehist-process-for-saving, savehist-printable):
16680 New functions.
16681 (savehist-load, savehist-save): Use them.
16682 (savehist-delimit): Remove.
16683
166842005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16685
16686 * progmodes/compile.el (compilation-goto-locus): Display the
16687 compilation buffer first and the source buffer second, in case they're
16688 in overlapping frames. Don't raise the compilation frame if it was the
16689 selected window upon entry. Pass the `other-window' arg to
16690 pop-to-buffer.
16691
16692 * info.el (Info-fontify-node): Use dolist.
16693 Change add-text-properties to put-text-property.
16694
166952005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16696
16697 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
16698 bound of search.
16699
167002005-10-16 Masatake YAMATO <jet@gyve.org>
16701
16702 * dabbrev.el (dabbrev-completion): Pass the common
16703 prefix substring of completion to `display-completion-list'.
16704
16705 * filecache.el (file-cache-minibuffer-complete)
16706 (file-cache-complete): Ditto.
16707
16708 * tempo.el (tempo-display-completions): Ditto.
16709
16710 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
16711
16712 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
16713
16714 * eshell/em-hist.el (eshell-list-history): Ditto.
16715
16716 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
16717
16718 * mail/mailalias.el (mail-complete): Ditto.
16719
16720 * progmodes/etags.el (complete-tag): Ditto.
16721
16722 * progmodes/make-mode.el (makefile-complete): Ditto.
16723
16724 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
16725
16726 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
16727
16728 * progmodes/pascal.el (pascal-complete-word)
16729 (pascal-show-completions): Ditto.
16730
16731 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
16732
16733 * simple.el (completion-common-substring): New variable.
16734 (completion-setup-function): Use `completion-common-substring'
16735 to put faces.
16736
167372005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16738
16739 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
16740 (x-get-selection, mac-select-convert-to-string): Convert from/to
16741 UTF-16 clipboard data as in native byte order, no BOM.
16742
167432005-10-16 Nick Roberts <nickrob@snap.net.nz>
16744
16745 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16746 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
16747 (gud-sentinel): Use speedbar-frame to check for speedbar.
16748
167492005-10-15 Richard M. Stallman <rms@gnu.org>
16750
16751 * savehist.el: New file.
16752
167532005-10-14 Karl Chen <quarl@cs.berkeley.edu>
16754
16755 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16756 Fix bug in \bf fontification.
16757
167582005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * pcvs.el (cvs-edit-log-files): New var.
16761 (cvs-mode-edit-log): New arg `file'.
16762 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
16763 Instead force the use of the original file and nothing else.
16764 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
16765 the cvs-minor-wrap-function is set.
16766 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
16767
167682005-10-14 Bill Wohler <wohler@newt.com>
16769
16770 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
16771 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
16772 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
16773 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
16774 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
16775 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
16776 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
16777 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
16778 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
16779 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
16780 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
16781 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
16782 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
16783 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
16784 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
16785
16786 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16787 appropriately (for example, gud-break to gud/break).
16788
167892005-10-14 Chong Yidong <cyd@stupidchicken.com>
16790
16791 * longlines.el (longlinges-search-function)
16792 (longlines-search-forward, longlines-search-backward): New functions.
16793 (longlines-mode): Set isearch-search-fun-function to
16794 longlinges-search-function.
16795
16796 * mouse.el (mouse-drag-region-1): Handle the case where a
16797 double-click event is bound to an arbitrary function.
16798
167992005-10-14 David Ponce <david@dponce.com>
16800
16801 * recentf.el (recentf-track-opened-file)
16802 (recentf-track-closed-file, recentf-update-menu)
16803 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
16804 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
16805 mouse-1-click-follows-link.
16806
168072005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16808
16809 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
16810 Gnome file-manager.png. Suggested by
16811 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
16812
16813 * toolbar/README: Add diropen.xpm.
16814
168152005-10-13 Bill Wohler <wohler@newt.com>
16816
16817 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
16818 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
16819
168202005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
16823 Don't waste the byte-compiler's time on constant data.
16824
168252005-10-13 Kenichi Handa <handa@m17n.org>
16826
16827 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
16828 byte with `escape-glyph' face.
16829
16830 * international/fontset.el (ccl-encode-unicode-font):
16831 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
16832 Handle the case that ucs-mule-to-mule-unicode translates a character to
16833 ASCII (usually for IPA characters).
16834
168352005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16836
16837 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
16838 Don't hide the underline of titles if font-lock-mode is disabled.
16839
168402005-10-12 Bill Wohler <wohler@newt.com>
16841
16842 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
16843 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16844 files in MH-E-SRC have been updated.
16845 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
16846
168472005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16848
16849 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
16850 (mixal-mode-syntax-table): Add \n as end-comment.
16851 (mixal-operation-codes-alist): Immediately initialize to full value.
16852 (mixal-add-operation-code): Remove.
16853 (mixal-describe-operation-code): Make the arg non-optional.
16854 Use the interactive spec instead.
16855 Use mixal-operation-codes-alist rather than mixal-operation-codes.
16856 (mixal-font-lock-keywords): Don't highlight comments here any more.
16857 (mixal-font-lock-syntactic-keywords): New var.
16858 (mixal-mode): Use it. Fix comment-start-skip.
16859
168602005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16861
16862 * startup.el (command-line-x-option-alist): -nb => -nbi
16863
168642005-10-12 Kim F. Storm <storm@cua.dk>
16865
16866 * startup.el (fancy-splash-default-action): Discard mouse click in
16867 the splash screen window, as it has no sensible meaning in the
16868 next window to be selected. Fixes error reported by Jan D.
16869
168702005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16871
16872 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
16873
168742005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
16877 Try to fix up minor layout issues like indentation, line break, etc...
16878 (mixal-mode-syntax-table): Don't try to specify comment syntax,
16879 because it doesn't work.
16880 (mixal-operation-codes): Add some more codes.
16881 (mixal-font-lock-keywords): Process comments here.
16882 (mixal-mode): mixasm no longer needs -g option.
16883
168842005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
16885
16886 * progmodes/sh-script.el (sh-tmp-file):
16887 Use mktemp -t. Finish support for es and rc shells.
16888
168892005-10-11 Jay Belanger <belanger@truman.edu>
16890
16891 * calc/calcalg2.el (calc-integral): With an argument, compute the
16892 definite integral.
16893
168942005-10-11 Chong Yidong <cyd@stupidchicken.com>
16895
16896 * mouse.el (mouse-drag-region-1): Don't try to catch a
16897 double-click when doing follow-link (it's overridden anyway).
16898
168992005-10-11 Juanma Barranquero <lekktu@gmail.com>
16900
16901 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
16902 (autoload-print-form-outbuf): Add docstring.
16903
169042005-10-11 Juri Linkov <juri@jurta.org>
16905
16906 * info.el (Info-mode-menu): Delete menu item "Edit".
16907 (Info-mode): Delete description of Info-edit from docstring,
16908 and rearrange descriptions of Info commands in the order
16909 they are documented in the Info manual.
16910
169112005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16912
16913 * calendar/appt.el (appt-check): Use diary-selective-display var.
16914
169152005-10-10 Richard M. Stallman <rms@gnu.org>
16916
16917 * net/newsticker.el (newsticker-start, newsticker-show-news):
16918 Add autoload cookies.
16919
169202005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
16921
16922 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
16923
169242005-10-10 Karl Chen <quarl@cs.berkeley.edu>
16925
16926 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
16927
169282005-10-10 Jay Belanger <belanger@truman.edu>
16929
16930 * calc/calc-arith.el (math-check-known-scalarp)
16931 (math-check-known-matrixp): Check the values of arguments that are
16932 variables.
16933 (math-check-known-square-matrixp): New function.
16934 (math-known-square-matrixp): Use math-check-known-square-matrixp.
16935 (math-super-types): Add sqmatrix type.
16936
16937 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
16938 mode name `square' to `sqmatrix'.
16939
16940 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
16941 mode name `square' to `sqmatrix'.
16942
169432005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16944
16945 * progmodes/etags.el (select-tags-table-mode): Don't use
16946 selective-display.
16947 (tags-select-tags-table): Pass `button' to the action function.
16948 (select-tags-table): Place the side-info on button properties rather
16949 than in hidden text. Abbreviate file names.
16950 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16951 (select-tags-table-select): Add `button' argument.
16952 Get side-info from the button property rather than from hidden text.
16953
169542005-10-11 Nick Roberts <nickrob@snap.net.nz>
16955
16956 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16957 (gud-speedbar-buttons): Preserve point if possible.
16958 (gud-sentinel): Restore previous speedbar display type.
16959
16960 * progmodes/gdb-ui.el (gdba): Improve diagram.
16961 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16962 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16963 Call get-buffer-window once.
16964
169652005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16968 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16969 (pascal-indent-command): Remove unused var `ind'.
16970 (pascal-indent-case): Remove unused var `oldpos'.
16971 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16972 since it's now used as a proper minor mode map.
16973 (pascal-outline): Rename to pascal-outline-mode.
16974 (pascal-outline-mode): Use define-minor-mode.
16975 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16976 selective-display.
16977
169782005-10-10 Andreas Schwab <schwab@suse.de>
16979
16980 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16981 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
16982
16983 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16984 outside source directory.
16985
169862005-10-10 Carsten Dominik <dominik@science.uva.nl>
16987
16988 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16989 C-x' as a prefix.
16990 (orgtbl-mode-map): Full keymap instead of sparse, because all
16991 `self-insert-command' keys are redefined in this map.
16992 (org-export-as-html): Specify charset for HTML file, by taking it
16993 from the coding system.
16994
169952005-10-10 Kenichi Handa <handa@m17n.org>
16996
16997 * textmodes/flyspell.el (flyspell-check-word-p):
16998 If unread-command-events is non-empty, don't call sit-for.
16999
170002005-10-09 Richard M. Stallman <rms@gnu.org>
17001
17002 * font-lock.el (font-lock-syntactic-keywords)
17003 (font-lock-keywords): Doc fixes.
17004
17005 * textmodes/flyspell.el (flyspell-external-point-words):
17006 Simplify logic, and don't try to check for consecutive appearances
17007 of one incorrect word.
17008
170092005-10-10 Nick Roberts <nickrob@snap.net.nz>
17010
17011 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17012 separator.
17013
17014 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17015 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17016 (gud-expansion-speedbar-buttons): New function.
17017 (gud-speedbar-buttons): Check for gud-comint-buffer.
17018
170192005-10-09 Bill Wohler <wohler@newt.com>
17020
17021 * Makefile.in (updates): Add mh-loaddefs dependency.
17022
170232005-10-09 Chong Yidong <cyd@stupidchicken.com>
17024
17025 * speedbar.el (speedbar-file-key-map): Fix typo.
17026
170272005-10-09 Daniel Brockman <daniel@brockman.se>
17028
17029 * cus-start.el (line-spacing): Add custom spec.
17030
170312005-10-09 Romain Francoise <romain@orebokech.com>
17032
17033 * textmodes/ispell.el (ispell-check-version): Fix last change.
17034
170352005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17036
17037 * term/x-win.el: Remove -i, --icon-type from comment.
17038
17039 * startup.el (command-line-x-option-alist): Remove options -i,
17040 -itype, --icon-type, added -nb, --no-bitmap-icon
17041
170422005-10-09 Nick Roberts <nickrob@snap.net.nz>
17043
17044 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17045 instead of :active.
17046
170472005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17048
17049 * textmodes/ispell.el (ispell-check-version):
17050 Ignore hyphen, and all that follows, in aspell's version text.
17051
170522005-10-08 Jay Belanger <belanger@truman.edu>
17053
17054 * calc/calc-arith.el (math-known-square-matrixp): New function.
17055 (math-pow-fancy): Check for matrices before distributing exponent
17056 across products.
17057
17058 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17059 fullscreen keypad. Suggested by Luc Teirlinck.
17060 (calc-keypad-show-input): Add space for formatting.
17061
17062 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17063 Add square matrix option.
17064
17065 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17066 of checking calc-matrix-mode when deciding how to expand.
17067
17068 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17069
170702005-10-08 Lars Hansen <larsh@soem.dk>
17071
17072 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17073 Add error handling.
17074 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17075
170762005-10-08 Michael Albinus <michael.albinus@gmx.de>
17077
17078 Sync with Tramp 2.0.51.
17079
17080 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17081 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17082 Insert special handling for `last-coding-system-used', again
17083 it still seems to be necessary (unlike stated before).
17084 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17085 (tramp-password-prompt-regexp): There might be other words before
17086 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17087 (tramp-chunksize): Improve docstring.
17088 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17089 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17090 Christian Joergensen <bugs@razor.dk>.
17091
170922005-10-07 Glenn Morris <rgm@gnu.org>
17093
17094 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17095 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17096 precision'.
17097
170982005-10-07 Romain Francoise <romain@orebokech.com>
17099
17100 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17101 (ibuffer-do-shell-command-pipe-replace)
17102 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17103 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17104 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17105 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17106 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17107 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17108 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17109 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17110 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17111 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17112 Autoload file sans suffix.
17113
17114 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17115
171162005-10-07 David Ponce <david@dponce.com>
17117
17118 * recentf.el (recentf-menu-open-all-flag): New option.
17119 (recentf-digit-shortcut-command-name): New function.
17120 (recentf--shortcuts-keymap): New variable.
17121 (recentf-menu-shortcuts): New variable.
17122 (recentf-make-menu-items): Initialize it. Replace the "More..."
17123 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17124 (recentf-menu-value-shortcut): New function.
17125 (recentf-make-menu-item): Use it. No more in-lined.
17126 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17127 (recentf-open-most-recent-file): Rename from
17128 `recentf-open-file-with-key'. Don't depend on key binding.
17129 (recentf-mode-map): New variable.
17130 (recentf-mode): Use it.
17131
171322005-10-06 Bill Wohler <wohler@newt.com>
17133
17134 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17135
17136 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17137 (MH-E-SRC): New. Used by mh-autoloads.
17138 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17139 files in MH-E-SRC have been updated.
17140 (compile, recompile, bootstrap): Depend on mh-autoloads.
17141
171422005-10-07 Nick Roberts <nickrob@snap.net.nz>
17143
17144 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17145 gud-break and gud-remove icons when the fringe is not available.
17146
17147 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17148 Typo.
17149
4fc9bd56 171502005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
6fee106e
KS
17151
17152 * play/zone.el (zone): Wrap body with save-window-excursion.
17153
171542005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17155
17156 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17157 Use the new `list-only' arg to diary-list-entries.
17158
17159 * calendar/diary-lib.el: Use overlays rather than selective-display.
17160 (diary-selective-display): New var.
17161 (diary-header-line-format): Use it.
17162 (diary-list-entries): Add argument `list-only'.
17163 Put the buffer in diary-mode. Don't add \^M at beg and end.
17164 Replace \^M by invisible overlays.
17165 (diary-unhide-everything): Replace \^M by invisible overlays.
17166 (print-diary-entries): Look for overlays rather than \^M.
17167 Add a space to the temp buffer name.
17168 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17169 Put the buffer in diary-mode.
17170 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17171 (diary-anniversary): Make the year arg optional.
17172 (diary-time-regexp): New const.
17173 (diary-font-lock-keywords): Use it to accept a few more time formats.
17174
17175 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17176
171772005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17178
17179 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17180 Fix bug introduced 2005-07-03: Use (car (last ...))
17181 to faithfully reproduce replaced artist-last.
17182 (artist-set-arrow-points-for-poly): Likewise.
17183 Suggested by Johan Bockg\e,Ae\e(Brd.
17184
171852005-10-06 Juanma Barranquero <lekktu@gmail.com>
17186
17187 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17188 * wid-edit.el (widget):
17189 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17190 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17191
171922005-10-06 Kenichi Handa <handa@m17n.org>
17193
17194 * international/mule-cmds.el (set-language-environment):
17195 Fix setting up of case-table for unibyte mode.
17196
17197 * simple.el (what-cursor-position): If the character is displayed
17198 by some `display' text property, show that. Don't use
17199 single-key-description for eight-bit characters in multibyte mode.
17200
172012005-10-06 Nick Roberts <nickrob@snap.net.nz>
17202
17203 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17204 (gdb-ann3): Set it.
17205 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17206 (gdb-info-frames-custom): Use inverse-video for first five
17207 characters of selected frame only.
17208 (gdb-get-frame-number): Select frame even when point is on frame
17209 number.
17210
172112005-10-06 Masatake YAMATO <jet@gyve.org>
17212
17213 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17214 Put `font-lock-function-name-face'.
17215 (gdb-info-frames-custom): Put `font-lock-function-name-face'
17216 and `font-lock-variable-name-face'
17217 (gdb-registers-font-lock-keywords): New font lock keywords definition.
17218 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17219 (gdb-memory-font-lock-keywords): New font lock keywords definition.
17220 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17221 (gdb-local-font-lock-keywords): New font lock keywords definition.
17222 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17223 (gdb-threads-font-lock-keywords): New font lock keywords definition.
17224 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17225
172262005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
17227
17228 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17229 (ediff-merge-region-is-non-clash-to-skip): Previously called
17230 ediff-merge-region-is-non-clash.
17231
17232 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17233 Use insert-buffer-substring.
17234
17235 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17236 selecting files to patch. Also bug fixes.
17237
17238 * ediff-util.el (ediff-setup): Bug fix.
17239 (ediff-next-difference): Never skip clashes that differ in white
17240 space only.
17241
17242 * ediff-wind.el (ediff-setup-control-frame)
17243 (ediff-destroy-control-frame): Check the menubar feature.
17244
17245 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17246 (viper-refresh-mode-line): Use make-local-variable to localize
17247 some vars instead of make-variable-buffer-local. Suggested by
17248 Stefan Monnier.
17249
17250 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17251 (viper-restore-cursor-type, viper-set-insert-cursor-type):
17252 Use make-local-variable instead of make-variable-buffer-local.
17253 Suggested by Stefan Monnier.
17254
17255 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17256 (viper-comint-mode-hook): Use make-local-variable on
17257 require-final-newline.
17258 (viper-non-hook-settings): Don't use make-variable-buffer-local.
17259
172602005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17261
17262 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17263 also the second char of a comment-start sequence.
17264 (scheme-sexp-comment-syntax-table): New var.
17265 (lambda, define): Set their scheme-doc-string-elt property.
17266 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17267 Use lisp-font-lock-syntactic-face-function now that it properly
17268 handles |...| symbols.
17269 (scheme-mode-variables): Set lisp-doc-string-elt-property,
17270 parse-sexp-lookup-properties and font-lock-extra-managed-props.
17271
17272 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17273 bit from # to |.
17274 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17275
17276 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17277 (lisp-doc-string-elt-property): New var.
17278 (lisp-font-lock-syntactic-face-function): Use it.
17279 Rewrite to recognize docstrings even for forms not at toplevel.
17280
17281 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17282 annotation on the | part of #| rather than on the # part.
17283 (scheme-font-lock-syntactic-face-function): New function, to
17284 distinguish strings from |...| symbols.
17285 (scheme-mode-variables): Use it. Also fix up the font-lock-time
17286 syntax-table so that #|...|# is properly highlighted.
17287
17288 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17289 Don't mark as docstring the 3rd elem of an unknown toplevel form.
17290
172912005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17294 and C-e.
17295
17296 * emacs-lisp/eldoc.el: Move comments into docstrings.
17297 (eldoc-message-commands): Initialize in its declaration.
17298 Add move-beginning-of-line and move-end-of-line.
17299 (eldoc-add-command, eldoc-add-command-completions)
17300 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17301
17302 * outline.el (outline-mark-subtree): Activate the mark.
17303
17304 * calendar/appt.el (appt-time-regexp): New var.
17305 (appt-add, appt-make-list): Use it.
17306 (appt-convert-time): Clean up.
17307
17308 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17309 Don't set any syntax-table property here.
17310 (tex-font-lock-verb): New function. Do it here.
17311 (tex-font-lock-syntactic-keywords): Use it.
17312
173132005-10-04 Richard M. Stallman <rms@gnu.org>
17314
17315 * wid-edit.el (widget-file-complete): Get the widget start point
17316 the right way. Default directory to `/' if file has none.
17317
17318 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17319
17320 * textmodes/flyspell.el (flyspell-mode-on):
17321 Call ispell-maybe-find-aspell-dictionaries.
17322
17323 * textmodes/ispell.el (ispell-word, ispell-region):
17324 Call ispell-maybe-find-aspell-dictionaries.
17325 (ispell-accept-buffer-local-defs):
17326 Don't call ispell-maybe-find-aspell-dictionaries
17327
173282005-10-04 Richard M. Stallman <rms@gnu.org>
17329
17330 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17331
173322005-10-04 Emilio C. Lopes <eclig@gmx.net>
17333
17334 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17335 instead of `fboundp' in order to allow for anonymous functions.
17336
173372005-10-04 Chong Yidong <cyd@stupidchicken.com>
17338
17339 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17340 case the user clicks on the link while another window is selected.
17341 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17342
17343 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17344 functionality.
17345 (dframe-help-echo): Save point in case mouse tracking is off.
17346
173472005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
17348
17349 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17350
173512005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17354 not change the global value of those vars.
17355
17356 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17357 make-local-variable which we do not need any more.
17358
173592005-10-03 Chong Yidong <cyd@stupidchicken.com>
17360
17361 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17362 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17363 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17364 (speedbar-path-line): Define obsolete aliases.
17365 (speedbar-line-directory): Doc fix.
17366
17367 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17368 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17369 instead of speedbar-line-path.
17370
173712005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17372
17373 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17374 to nil if dropping on a window. Handle dropping on a minibuffer window
17375 like dropping on a non-window part of Emacs.
17376
173772005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * net/ange-ftp.el: Use with-current-buffer.
17380 (ange-ftp-insert-directory): Do not follow symlinks any more.
17381
17382 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17383 Remove interactive spec.
17384
173852005-10-03 Kim F. Storm <storm@cua.dk>
17386
17387 * ido.el (ido-mode): Use custom-initialize-set.
17388
173892005-10-02 Richard M. Stallman <rms@gnu.org>
17390
17391 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17392 Use insert-buffer-substring.
17393
17394 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17395 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17396
173972005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17398
17399 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17400 in last change.
17401 (ange-ftp-insert-directory): Fix up the search for the case where
17402 `file' is absolute.
17403
174042005-10-02 Romain Francoise <romain@orebokech.com>
17405
17406 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17407
174082005-10-02 Andreas Schwab <schwab@suse.de>
17409
17410 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17411 directory component in the session info.
17412
174132005-10-01 Richard M. Stallman <rms@gnu.org>
17414
17415 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17416
17417 * simple.el (next-error-internal): New function.
17418
17419 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17420 (compilation-start): Pass new arg to compilation-buffer-name.
17421 (compile-goto-error): Use next-error-internal.
17422
174232005-10-01 Chong Yidong <cyd@stupidchicken.com>
17424
17425 * speedbar.el: Remove RCS tag.
17426 (speedbar-check-read-only): Handle non-existent files.
17427
17428 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17429
17430 * info.el (Info-speedbar-hierarchy-buttons)
17431 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17432
174332005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17434
17435 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17436 Do not match newline.
17437 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17438 (bibtex-summary): Remove unnecessary save-excursion.
17439 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17440
174412005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17442
17443 * term/mac-win.el: Add charset info for "iso10646-1".
17444 Modify default fontset to use ATSUI-compatible fonts for some charsets
17445 if available.
17446
174472005-10-01 Chong Yidong <cyd@stupidchicken.com>
17448
17449 * speedbar.el: Re-apply arch tag.
17450 (speedbar-version): Rename to version 1.0. Suggested by Eric
17451 M. Ludlam.
17452 Reapply two changes from Emacs CVS' version of speedbar lost
17453 during the merge:
17454 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17455 (speedbar-frame-parameters): Improve customize type.
17456
174572005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17458
17459 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17460 (ange-ftp-file-directory-p): Fix the symlink case.
17461 (ange-ftp-insert-directory): When listing a single file, get a list of
17462 the parent buffer and extract the relevant line. Inspired from a patch
17463 by Katsumi Yamaoka <yamaoka@jpl.org>.
17464 (ange-ftp-file-name-sans-versions): Simplify.
17465
174662005-09-30 Bill Wohler <wohler@newt.com>
17467
17468 Move MH-E image files from toolbar and mail directories into
17469 etc/images.
17470
17471 * mail/reply2.*: Move to etc/images/mail/reply*.
17472
17473 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17474 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17475 etc/images.
17476
17477 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17478 * toolbar/reply*: Move to etc/images/mail.
17479
17480 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17481
174822005-09-30 Eric M. Ludlam <zappo@gnu.org>
17483
17484 * speedbar.el: New version 1.0pre3.
17485
17486 Frame management code (including timer, and mouse click specifics)
17487 moved to dframe.el:
17488 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17489 (speedbar-timer): Removed. Use dframe-timer.
17490 (speedbar-close-frame): Removed. Use dframe-close-frame.
17491 (speedbar-activity-change-focus-flag): Removed. Use
17492 dframe-activity-change-focus-flag.
17493 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17494 dframe-update-speed.
17495
17496 (speedbar-current-frame): New macro. Use this instead of the
17497 variable speedbar-frame.
17498
17499 (speedbar-use-images, speedbar-expand-image-button-alist)
17500 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17501
17502 (speedbar-find-image-on-load-path): Removed. Replaced by
17503 defezimage in ezimage.el.
17504 (speedbar-expand-image-button-alist): Removed. Replaced by
17505 ezimage-expand-image-button-alist in ezimage.el.
17506
17507 (speedbar-ignored-directory-regexp)
17508 (speedbar-add-ignored-directory-regexp)
17509 (speedbar-ignored-directory-expressions)
17510 (speedbar-line-directory, speedbar-buffers-line-directory)
17511 (speedbar-directory-line, speedbar-buffers-line-directory):
17512 Renamed, replacing `path' with `directory'.
17513
17514 (speedbar-create-directory, speedbar-expand-line-descendants)
17515 (speedbar-toggle-line-expansion)
17516 (speedbar-contract-line-descendants): New commands.
17517
17518 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17519 (speedbar-use-tool-tips-flag): New options.
17520
17521 (speedbar-check-read-only, speedbar-require-version)
17522 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17523 (speedbar-handle-delete-frame, speedbar-try-completion)
17524 (speedbar-update-localized-contents): New functions.
17525
17526 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17527 (speedbar-object-read-only-indicator): New variables.
17528
17529 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17530 New hooks.
17531
17532 (speedbar-separator-face): New face.
17533
17534 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17535 (speedbar-ignored-modes): Add fundamental-mode.
17536 (speedbar-directory-unshown-regexp): Add . directories.
17537
17538 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17539 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17540 `]' for full expand/close.
17541 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17542
17543 (speedbar-check-vc): Support hidden files.
17544 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17545 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17546 state is nil, it is not checked out.
17547
17548 (speedbar-line-text, speedbar-line-token): Support expand buttons
17549 with no text.
17550 (speedbar-refresh): Universal argument acts as power-click.
17551 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17552 that buffer to get variable values.
17553
17554 And many other bugfixes.
17555
17556 * dframe.el, ezimage.el, sb-image.el: New files.
17557
17558 * sb-*.xpm: Remove files. New image files installed into
17559 etc/images/ezimage.
17560
175612005-09-30 Kenichi Handa <handa@m17n.org>
17562
17563 * ps-mule.el (ps-mule-show-warning): If a character is in
17564 ps-print-translation-table, don't treat it as non-printable.
17565
175662005-09-30 David Ponce <david@dponce.com>
17567
17568 * tree-widget.el (tree-widget-themes-load-path): New variable.
17569 (tree-widget-themes-directory): Doc fix.
17570 (tree-widget-image-formats) [Emacs]: Doc fix.
17571 (tree-widget--locate-sub-directory): New function.
17572 (tree-widget-themes-directory): Use it.
17573
17574 * recentf.el (recentf-filename-handlers): Rename from
17575 `recentf-filename-handler'. Allow a list of functions.
17576 (recentf-menu-items-for-commands): Fix :help strings.
17577 (recentf-apply-filename-handlers): New function.
17578 (recentf-expand-file-name): Use it.
17579 (recentf-cleanup): Remove duplicates too.
17580
175812005-09-29 Juri Linkov <juri@jurta.org>
17582
17583 * faces.el: Rearrange face definitions to be in the same order as
17584 their face descriptions in "(emacs)Standard Faces".
17585
17586 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17587
17588 * tooltip.el (tooltip): Add group `basic-faces'.
17589
17590 * buff-menu.el (Buffer-menu-buffer): Remove group
17591 `font-lock-highlighting-faces'.
17592
17593 * progmodes/compile.el (compilation-error, compilation-warning)
17594 (compilation-info, compilation-line-number, compilation-column-number):
17595 Change group from `font-lock-highlighting-faces' to `compilation'.
17596
17597 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17598 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17599 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17600 (vhdl-font-lock-reserved-words-face)
17601 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17602 `font-lock-highlighting-faces'.
17603
17604 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17605
176062005-09-28 Kim F. Storm <storm@cua.dk>
17607
17608 * emulation/cua-base.el: Set CUA move property on additional commands:
17609 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17610 forward-sexp, backward-sexp, forward-list, backward-list.
17611
176122005-09-28 Romain Francoise <romain@orebokech.com>
17613
17614 * comint.el (comint-show-output): Really set point at the
17615 beginning of the output when not using `comint-use-prompt-regexp'.
17616
176172005-09-27 Jay Belanger <belanger@truman.edu>
17618
17619 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17620 in TeX mode.
17621
176222005-09-26 Juanma Barranquero <lekktu@gmail.com>
17623
17624 * textmodes/org.el (org-table-sum): Fix format string.
17625
17626 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17627 Quote face names.
17628
176292005-09-26 Romain Francoise <romain@orebokech.com>
17630
17631 * isearch.el (isearch-forward-regexp): Close doc string.
17632
176332005-09-25 Richard M. Stallman <rms@gnu.org>
17634
17635 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17636
17637 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17638
17639 * progmodes/compile.el (compilation-error-properties):
17640 When getting the file from the previous error message,
17641 correctly decode the new data format.
17642
17643 * progmodes/cc-cmds.el (c-electric-paren):
17644 Call old-blink-paren only for close-paren.
17645
176462005-09-24 Andreas Schwab <schwab@suse.de>
17647
17648 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
17649 condition.
17650
176512005-09-25 Romain Francoise <romain@orebokech.com>
17652
17653 * dired-aux.el (dired-copy-file-recursive):
17654 * dired.el (dired-delete-file):
17655 * ediff-mult.el (ediff-dir-diff-copy-file):
17656 * ediff-util.el (ediff-test-save-region):
17657 * forms.el (forms-mode):
17658 * ido.el (ido-file-internal, ido-delete-file-at-head):
17659 * log-edit.el (log-edit-done):
17660 * ses.el (ses-yank-resize):
17661 * play/gomoku.el (gomoku-human-plays, gomoku)
17662 (gomoku-human-resigns, gomoku-prompt-for-other-game)
17663 (gomoku-offer-a-draw):
17664 * play/landmark.el (lm-human-resigns, lm):
17665 * net/eudcb-ldap.el (eudc-ldap-check-base):
17666 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
17667 * progmodes/ebrowse.el (ebrowse-find-pattern):
17668 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
17669 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
17670 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
17671
17672 * vc.el (vc-delete-file):
17673 * play/gomoku.el (gomoku-terminate-game, gomoku)
17674 (gomoku-prompt-for-move, gomoku-human-takes-back):
17675 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
17676 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
17677
176782005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17679
17680 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
17681 color rxvt terminals by using the code xterm.el used to use before
17682 2005-04-09 in order to match the colors used by rxvt.
17683
176842005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17685
17686 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
17687 colors rxvt-unicode terminals by using the same code as xterm.el.
17688
176892005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17690
17691 * textmodes/tex-mode.el (tex-font-lock-append-prop)
17692 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
17693 new symbol used for the tex-verbatim face.
17694
176952005-09-24 Emilio C. Lopes <eclig@gmx.net>
17696
17697 * woman.el (woman-file-name):
17698 * wid-edit.el (widget-file-prompt-value)
17699 (widget-coding-system-prompt-value):
17700 * w32-fns.el (set-w32-system-coding-system):
17701 * vc.el (vc-version-diff, vc-annotate):
17702 * textmodes/reftex-auc.el (reftex-arg-cite)
17703 (reftex-arg-index-tag):
17704 * textmodes/refer.el (refer-get-bib-files):
17705 * textmodes/artist.el (artist-figlet-choose-font):
17706 * terminal.el (terminal-emulator):
17707 * replace.el (occur-read-primary-args):
17708 * rect.el (string-rectangle, string-insert-rectangle):
17709 * ps-print.el (ps-print-preprint):
17710 * progmodes/pascal.el (pascal-goto-defun):
17711 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
17712 * progmodes/compile.el (compilation-find-file):
17713 * printing.el (pr-interactive-n-up):
17714 * play/animate.el (animate-birthday-present):
17715 * net/rcompile.el (remote-compile):
17716 * man.el (man, Man-goto-section, Man-follow-manual-reference):
17717 * mail/rmailsum.el (rmail-summary-search-backward)
17718 (rmail-summary-search):
17719 * mail/rmailout.el (rmail-output-read-rmail-file-name)
17720 (rmail-output-read-file-name):
17721 * mail/rmail.el (rmail-search, rmail-search-backwards):
17722 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
17723 * locate.el (locate):
17724 * international/quail.el (quail-show-keyboard-layout):
17725 * international/mule.el (set-buffer-file-coding-system)
17726 (revert-buffer-with-coding-system, set-file-name-coding-system)
17727 (set-terminal-coding-system, set-keyboard-coding-system)
17728 (set-next-selection-coding-system):
17729 * international/mule-diag.el (describe-coding-system)
17730 (describe-font, describe-fontset):
17731 * international/mule-cmds.el (universal-coding-system-argument)
17732 (search-unencodable-char, describe-input-method)
17733 (set-language-environment, describe-language-environment):
17734 * international/codepage.el (codepage-setup):
17735 * international/code-pages.el (codepage-setup):
17736 * info.el (Info-search, Info-follow-reference)
17737 (Info-search-backward):
17738 * emacs-lisp/advice.el (ad-read-advised-function)
17739 (ad-read-advice-class, ad-clear-cache, ad-activate)
17740 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
17741 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
17742 (ad-read-regexp):
17743 * ediff-util.el (ediff-toggle-regexp-match):
17744 * ediff-ptch.el (ediff-prompt-for-patch-file):
17745 * dired-aux.el (dired-diff):
17746 * diff.el (diff):
17747 * cus-edit.el (custom-variable-prompt):
17748 * calendar/timeclock.el (timeclock-ask-for-project):
17749 * calc/calcalg3.el (calc-get-fit-variables):
17750 * calc/calc-store.el (calc-edit-variable)
17751 (calc-permanent-variable):
17752 * vc-mcvs.el (vc-mcvs-register):
17753 * shadowfile.el (shadow-define-literal-group):
17754 * woman.el (woman-file-name):
17755 * vc.el (vc-version-diff, vc-merge):
17756 * textmodes/reftex-index.el (reftex-index-complete-tag):
17757 * format.el (format-decode-buffer, format-decode-region):
17758 * emulation/viper-cmd.el (viper-read-string-with-history):
17759 * emacs-lisp/debug.el (cancel-debug-on-entry):
17760 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17761 * ediff.el (ediff-merge-revisions)
17762 (ediff-merge-revisions-with-ancestor, ediff-revision):
17763 * completion.el (interactive-completion-string-reader):
17764 * calc/calc-prog.el (calc-user-define-formula):
17765 Follow convention for reading with the minibuffer.
17766
177672005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
17768
17769 * progmodes/python.el (python-describe-symbol): Add globals() and
17770 locals() to the arguments of emacs.ehelp.
17771
177722005-09-24 Magnus Henoch <mange@freemail.hu>
17773
17774 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
17775 New function, code extracted from ispell-valid-dictionary-list.
17776 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
17777 Call it.
17778
177792005-09-24 Eli Zaretskii <eliz@gnu.org>
17780
17781 * subr.el (version-regexp-alist): Extend valid syntax for version
17782 strings: allow any of the characters -,_,+ to separate the
17783 alpha/beta/rc part from the version part. Doc fix.
17784 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
17785
177862005-09-23 David Reitter <david.reitter@gmail.com>
17787
17788 * mail/mailclient.el: New file.
17789
177902005-09-23 Richard M. Stallman <rms@gnu.org>
17791
17792 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
17793 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
17794 Doc fixes.
17795
17796 * progmodes/cc-mode.el (c-font-lock-init):
17797 Specify font-lock-lines-before.
17798
177992005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17800
17801 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
17802 whole conflict.
17803
178042005-09-23 Carsten Dominik <dominik@science.uva.nl>
17805
17806 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
17807 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
17808 of `remap' feature when available. Additional key bindings for
17809 better tty support.
17810 (org-mode-restart, org-force-self-insert): New commands.
17811 (org-time-stamp-inactive): New command.
17812 (org-remap): New function.
17813 (org-table-auto-blank-field, org-level-color-stars-only): New options.
17814 (org-enable-fixed-width-editor): Move to `org-structure'
17815 customization group.
17816 (org-self-insert-command, orgtbl-self-insert-command): Modify to
17817 blank field after field motion commands.
17818
178192005-09-23 Kenichi Handa <handa@m17n.org>
17820
17821 * international/mule-cmds.el (set-language-environment):
17822 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
17823 have to call utf-translate-cjk-load-tables.
17824
178252005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * mouse.el (mouse-move-drag-overlay): Fix last change.
17828
178292005-09-22 David Ponce <david@dponce.com>
17830
17831 * tree-widget.el (tree-widget-value-create): Fix previous change.
17832
178332005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17834
17835 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
17836
178372005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * mouse.el (mouse-move-drag-overlay): New function.
17840 (mouse-drag-region-1): Use it.
17841 Try to simplify a bit the state handling. Handle clicks on links
17842 inside intangible areas.
17843 (mouse-save-then-kill): Minor simplification.
17844 (mouse-secondary-overlay): Make it always non-nil instead of
17845 recreating it each time.
17846 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
17847 (mouse-kill-secondary, mouse-secondary-save-then-kill):
17848 Simplify accordingly.
17849
178502005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17851
17852 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
17853
178542005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
17855
17856 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
17857 (ediff-file-name-sans-prefix): Treat nil as an empty string.
17858 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
17859 to patch.
17860
17861 * ediff-util.el: Use insert-buffer-substring.
17862
17863 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
17864
17865 * emulation/viper-cmd.el (viper-change-state): Don't move over the
17866 field boundaries in the minibuffer.
17867 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
17868 (viper-minibuffer-post-command-hook): New hook.
17869 (viper-line): Don't move cursor at bolp.
17870
17871 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
17872
17873 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
17874 avoid compiler warnings.
17875
17876 * emulation/viper-macs.el (ex-map): Better messages.
17877
17878 * emulation/viper-utils.el (viper-beginning-of-field): New function.
17879
17880 * emulation/viper.el: Replace make-variable-buffer-local with
17881 viper-make-variable-buffer-local everywhere, to avoid warnings.
17882
178832005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17884
17885 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
17886 Delete unused var `old-selected-window'.
17887 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
17888 (mouse-drag-secondary): Delete unused var `start-frame'.
17889
178902005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17891
17892 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
17893
178942005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
17897 Re-indent within 80 columns. Use inhibit-read-only.
17898
178992005-09-19 Romain Francoise <romain@orebokech.com>
17900
17901 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
17902
179032005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17904
17905 * font-lock.el (font-lock-default-fontify-region): Don't add a line
17906 unconditionally, since the after-change-function already did it.
17907
179082005-09-19 Miles Bader <miles@gnu.org>
17909
17910 * net/newsticker.el: Get rid of CVS keyword.
17911
179122005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
17913
17914 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
17915 The prompt is formatted later.
17916
179172005-09-19 David Ponce <david@dponce.com>
17918
17919 * tree-widget.el (tree-widget-value-create): Save the converted
17920 tree :node widget.
17921
179222005-09-19 Juanma Barranquero <lekktu@gmail.com>
17923
17924 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
17925 variable `message'.
17926
179272005-09-18 Michael Albinus <michael.albinus@gmx.de>
17928
17929 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
17930 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
17931 <slawomir.nowaczyk.847@student.lu.se>.
17932
179332005-09-18 Chong Yidong <cyd@stupidchicken.com>
17934
17935 * image.el (image-load-path): Use symbol `data-directory' instead
17936 of its value, for backward compatibility with packages that bind
17937 it during `find-image'. Suggested by Katsumi Yamaoka.
17938 (image-search-load-path): Handle symbols whose values are strings.
17939
179402005-09-18 Romain Francoise <romain@orebokech.com>
17941
17942 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17943 with-current-buffer form in save-excursion.
17944
179452005-09-18 Deepak Goel <deego@gnufans.org>
17946
17947 * apropos.el (apropos-command): Fix `message' call: first arg
17948 should be a format spec. In this and all other cases that appear
17949 below and elsewhere in the source code, I made a change only when
17950 two conditions were satisfied: [1] I can think of a possibility
17951 that the arguments would cause an error, for example, the code in
17952 question relies on external variables such as filenames. [2] I
17953 was sure that the arg to `message' could not have been nil in the code.
17954
17955 * textmodes/tildify.el (tildify-region): Ditto.
17956
17957 * textmodes/reftex-index.el (reftex-index-change-entry)
17958 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17959 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17960 * textmodes/org.el (org-complete, org-deadline, org-schedule)
17961 (org-priority, org-table-sum):
17962 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17963 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17964 (flyspell-word, flyspell-display-next-corrections):
17965 * textmodes/bibtex.el (bibtex-print-help-message):
17966 * textmodes/artist.el (artist-key-set-point-poly):
17967 * term/mac-win.el (mac-services-insert-text):
17968 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17969 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17970 (vhdl-port-paste-testbench, vhdl-compose-new-component)
17971 (vhdl-compose-configuration):
17972 * progmodes/sh-script.el (sh-blink, sh-show-indent)
17973 (sh-set-indent, sh-learn-line-indent):
17974 * progmodes/ps-mode.el (ps-mode-target-column):
17975 * progmodes/idlwave.el (idlwave-make-tags)
17976 (idlwave-scan-library-catalogs):
17977 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17978 * progmodes/gud.el (gud-jdb-analyze-source):
17979 * progmodes/flymake.el (flymake-log):
17980 * progmodes/ebnf2ps.el (ebnf-generate-region):
17981 * progmodes/cmacexp.el (c-macro-expansion):
17982 * progmodes/ada-xref.el (ada-treat-cmd-string):
17983 * progmodes/ada-mode.el (ada-create-case-exception-substring)
17984 (ada-justified-indent-current, ada-batch-reformat):
17985 * play/zone.el (zone):
17986 * play/landmark.el (lm-move):
17987 * play/decipher.el (decipher-show-alphabet):
17988 * net/newsticker.el (newsticker--display-jump)
17989 (newsticker--display-scroll):
17990 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17991 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17992 * mail/feedmail.el (feedmail-dump-message-to-queue):
17993 * eshell/esh-proc.el (eshell-remove-process-entry):
17994 * emulation/ws-mode.el (ws-last-error):
17995 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17996 (viper-record-kbd-macro):
17997 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17998 * emacs-lisp/lisp-mnt.el (lm-report-bug):
17999 * emacs-lisp/find-func.el (find-function-noselect):
18000 * calendar/timeclock.el (timeclock-status-string)
18001 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18002 (timeclock-when-to-leave-string):
18003 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18004 * calc/calc-units.el (calc-enter-units-table):
18005 * calc/calc-mode.el (calc-mode-record-mode):
18006 * woman.el (woman-mini-help):
18007 * wdired.el (wdired-change-to-wdired-mode):
18008 * vc.el (vc-retrieve-snapshot):
18009 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18010 * startup.el (display-startup-echo-area-message):
18011 * simple.el (set-goal-column):
18012 * ses.el (ses-command-hook, ses-recalculate-cell):
18013 * server.el (server-process-filter):
18014 * printing.el (pr-interface-txt-print, pr-interface-printify)
18015 (pr-interface-ps):
18016 * pcvs.el (cvs-help):
18017 * log-edit.el (log-edit, log-edit-mode-help):
18018 * iswitchb.el (iswitchb-possible-new-buffer):
18019 * isearch.el (isearch-edit-string):
18020 * image-mode.el (image-mode, image-minor-mode):
18021 * ibuf-macs.el (define-ibuffer-filter):
18022 * hi-lock.el (hi-lock-find-patterns):
18023 * files.el (toggle-read-only):
18024 * ediff-util.el (ediff-copy-diff)
18025 (ediff-write-merge-buffer-and-maybe-kill):
18026 * echistory.el (Electric-history-undefined):
18027 * dnd.el (dnd-insert-text):
18028 * dired-aux.el (dired-query):
18029 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18030 * bookmark.el (bookmark-bmenu-locate):
18031 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18032 Fix `message' calls to ensure first arg is a format string.
18033 The change was made only when these two conditions were satisfied:
18034 [1] when there is a possibility that the arguments would cause an error
18035 for example, if the code in question relies on external variables
18036 such as filenames, and
18037 [2] if the arg to `message' could not have been nil in the code.
18038
18039 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18040 Not having a %s would be weird, though not technically wrong.
18041
180422005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18043
18044 * term/mac-win.el (mac-add-charset-info): Doc fix.
18045
180462005-09-17 Romain Francoise <romain@orebokech.com>
18047
18048 * shell.el (shell-resync-dirs): Handle echoing processes more
18049 reliably. Don't insert resync command if `comint-process-echoes'
18050 is non-nil.
18051
180522005-09-17 Magnus Henoch <mange@freemail.hu>
18053
18054 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18055 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18056 aspell versions >= 0.60.
18057 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18058 only if ispell-aspell-supports-utf8 is non-nil.
18059
180602005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18061
18062 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18063 buffer-local value to lisp-indent-function.
18064
180652005-09-17 Milan Zamazal <pdm@zamazal.org>
18066
18067 * progmodes/glasses.el (glasses-make-readable): If
18068 glasses-separator differs from underscore, put appropriate
18069 overlays over underscore characters.
18070 (glasses-convert-to-unreadable): If glasses-separator differs from
18071 underscore, try to convert glasses-separator characters to
18072 underscores.
18073
180742005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18075
18076 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18077 Use with-syntax-table and dolist.
18078
180792005-09-16 Carsten Dominik <dominik@science.uva.nl>
18080
18081 * textmodes/reftex-auc.el:
18082 * textmodes/reftex-cite.el:
18083 * textmodes/reftex-dcr.el:
18084 * textmodes/reftex-global.el:
18085 * textmodes/reftex-parse.el:
18086 * textmodes/reftex-ref.el:
18087 * textmodes/reftex-sel.el:
18088 * textmodes/reftex-toc.el:
18089 * textmodes/reftex-vars.el:
18090 * textmodes/reftex.el: Small changes to remove compiler warnings.
18091
18092 * textmodes/reftex-index.el: Likewise.
18093 (reftex-query-index-phrase): More efficient use of markers.
18094
180952005-09-15 Chong Yidong <cyd@stupidchicken.com>
18096
18097 * image.el (image-load-path): New variable.
18098 (image-search-load-path): New function.
18099 (find-image): Search for images in `image-load-path'.
18100
181012005-09-15 Richard M. Stallman <rms@gnu.org>
18102
18103 * follow.el: Change Maintainer field.
18104
181052005-09-15 David Ponce <david@dponce.com>
18106
18107 * recentf.el (recentf-save-file-modes): New option.
18108 (recentf-save-list): Use it.
18109
181102005-09-15 Nick Roberts <nickrob@snap.net.nz>
18111
18112 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18113 (mode-line-mule-info, mode-line-modified): Move bindings from
18114 mouse-3 to mouse-1.
18115
181162005-09-15 Chong Yidong <cyd@stupidchicken.com>
18117
18118 * simple.el (sendmail-user-agent-compose): Revert last change.
18119
181202005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18121
18122 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18123 Use with-current-buffer.
18124 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18125 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18126 (ange-ftp-insert-directory): Remove unused var `short'.
18127 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18128
18129 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18130 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18131
18132 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18133 (check-calendar-holidays, diary-list-entries): Autoload.
18134 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18135 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18136
18137 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18138 which mistakenly removed a call to display-buffer.
18139
181402005-09-14 Juanma Barranquero <lekktu@gmail.com>
18141
18142 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18143
181442005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18145
18146 * progmodes/hideshow.el
18147 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18148 (hs-allow-nesting): New user var.
18149 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18150 (hs-hide-block-at-point): When nesting allowed,
18151 if there is already an overlay in place, delete it.
18152 (hs-safety-is-job-n): Delete func; remove call sites.
18153 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18154 (hs-overlay-at): New func.
18155 (hs-already-hidden-p, hs-show-block): Use it.
18156 (hs-hide-all): Don't pre-clean if nesting allowed.
18157 (hs-show-all): Temporarily disallow
18158 nesting around call to `hs-discard-overlays'.
18159
181602005-09-14 Chong Yidong <cyd@stupidchicken.com>
18161
18162 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18163 Delete unused local var.
18164
181652005-09-13 Juanma Barranquero <lekktu@gmail.com>
18166
18167 * help-fns.el (describe-categories): "?\ " -> "?\s".
18168 (help-do-arg-highlight): Recognize also ARG-n, as in
18169 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18170
18171 * international/codepage.el (dos-unsupported-char-glyph):
18172 * net/newsticker.el (tool-bar-map, w3-mode-map)
18173 (w3m-minor-mode-map):
18174 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18175 (ent-alist):
18176 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18177
181782005-09-13 Chong Yidong <cyd@stupidchicken.com>
18179
18180 * custom.el (custom-push-theme): Handle the case where a symbol is
18181 bound but face properties have not yet been assigned.
18182
18183 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18184 Fix behavior if noerase is `t' and there is no mail buffer.
18185
18186 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18187 if `continue' is nil, rather than signal an error.
18188
181892005-09-12 Richard M. Stallman <rms@gnu.org>
18190
18191 * font-lock.el (font-lock-keywords): Add autoload.
18192
18193 * help-fns.el (describe-variable): Rearrange to put source link
18194 in a predictable place.
18195
18196 * net/newsticker.el: New file.
18197
181982005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18199
18200 * calendar/calendar.el (calendar-for-loop): Add edebug info.
18201 (calendar-basic-setup): Use the new nil arg.
18202 (number-of-diary-entries): Move to diary-lib.el.
18203
18204 * calendar/diary-lib.el: Use with-current-buffer, match-string.
18205 (diary-list-entries): Use with-syntax-table and dolist.
18206 Rename from list-diary-entries.
18207 Use number-of-diary-entries if `number' is nil.
18208 (diary, diary-view-entries): Use this new name and new nil arg value.
18209 (number-of-diary-entries): Move from calendar.el.
18210 (diary-unhide-everything): New function.
18211 (include-other-diary-files, fancy-diary-display)
18212 (diary-show-all-entries, make-diary-entry): Use it.
18213 (diary-mail-entries): Use buffer-string.
18214 (mark-diary-entries): Fix long standing paren typo.
18215 (diary-sexp-entry): Use count-lines.
18216 (make-diary-entry): Avoid `previous-line'.
18217 (diary-mode-map): New var.
18218 (diary-mode): Redraw cal after saving. Setup header-line.
18219 (fancy-diary-display-mode): Use local-set-key.
18220
18221 * startup.el (command-line): Try calling various terminal-init-foo-bar
18222 functions by stripping hyphenated suffixes from $TERM.
18223
18224 * files.el (normal-mode): Check boundness of font-lock-keywords.
18225
182262005-09-12 Richard M. Stallman <rms@gnu.org>
18227
18228 * progmodes/compile.el: Don't decide a file's directory
18229 until the user actually tries to go there.
18230 (compilation-next-error-function):
18231 Pass compilation-find-file the directory from the file-struct.
18232 (compilation-internal-error-properties): Separate local FILE-STRUCT
18233 from FILE. Doc the args better. Rename arg FMT to FMTS.
18234 (compilation-find-file): Arg DIR renamed to DIRECTORY.
18235 Expand it, and if nil, use default-directory.
18236 (compilation-get-file-structure): Don't mix specified directory
18237 with default directory. Put specified directory into
18238 file-struct. Don't make the file name absolute.
18239
18240 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18241 (compile-command): Add autoload.
18242 (compilation-disable-input): Add autoload.
18243
182442005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
18245
18246 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18247 strings of the variables it can override.
18248 (time-stamp): New (as yet undocumented) time-stamp-format escapes
18249 %Q and %q, for fully-qualified domain name and unqualified host name.
18250
182512005-09-11 Kim F. Storm <storm@cua.dk>
18252
18253 * emacs-lisp/authors.el (authors-aliases): Update list.
18254 (authors-fixed-entries): Update mldrag.el entry.
18255
182562005-09-10 Alan Mackenzie <acm@muc.de>
18257
18258 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18259 from the region narrowed to.
18260
182612005-09-10 Magnus Henoch <mange@freemail.hu>
18262
18263 * textmodes/ispell.el (ispell-check-version): Signal an error if
18264 aspell version is less than 0.60.
18265
182662005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
18267
18268 * progmodes/octave-inf.el (inferior-octave-startup):
18269 Resync current dir at the end.
18270
182712005-09-10 Emilio C. Lopes <eclig@gmx.net>
18272
18273 * woman.el (woman-topic-at-point-default):
18274 Rename to woman-use-topic-at-point-default.
18275 (woman-topic-at-point): Rename to woman-use-topic-at-point.
18276 (woman-file-name): Reflect renames above. Automatically use the
18277 word at point as topic if woman-use-topic-at-point is non-nil.
18278 Otherwise offer it as default but don't insert it in the
18279 minibuffer. Also use `test-completion' instead of `assoc' as
18280 suggested by Stefan Monnier.
18281
182822005-09-10 Andre Spiegel <spiegel@gnu.org>
18283
18284 * vc.el (vc-directory, vc-update-change-log): Throw an error on
18285 the attempt to do it over Tramp. This is not yet supported.
18286
182872005-09-10 Eli Zaretskii <eliz@gnu.org>
18288
18289 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18290 (menu-bar-non-minibuffer-window-p): New functions.
18291 ("Split Window", "Save As..."): Use them.
18292 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18293 ("Print Buffer", "Truncate Long Lines in this Buffer"):
18294 Use menu-bar-menu-frame-live-and-visible-p.
18295 ("Save Buffer", "Insert File", "Open Directory...")
18296 ("Open File...", "Visit New File..."):
18297 Use menu-bar-non-minibuffer-window-p.
18298 (kill-this-buffer-enabled-p, dired <menu-enable>):
18299 Use menu-bar-non-minibuffer-window-p.
18300
183012005-09-09 Eli Zaretskii <eliz@gnu.org>
18302
18303 * cus-start.el (all): Don't complain about fringe-related
18304 built-ins if fringes are not supported. Ditto about
18305 selection-related built-ins. Fix the test for GTK-related built-ins.
18306
18307 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18308 ("Postscript Print Buffer", "Print Region", "Save As...")
18309 ("Save", "Insert File...", "Open Directory...")
18310 ("Open File...", "Visit New File..."")
18311 ("Truncate Long Lines in this Buffer"): Don't look at
18312 menu-updating-frame if this display does not support multiple frames.
18313
183142005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18315
18316 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18317
4fc9bd56 183182005-09-09 Emilio C. Lopes <eclig@gmx.net>
6fee106e
KS
18319
18320 * woman.el: Format- and whitespace-related changes.
18321
183222005-09-09 Eli Zaretskii <eliz@gnu.org>
18323
18324 * woman.el: Fix my email address.
18325
183262005-09-08 Richard M. Stallman <rms@gnu.org>
18327
18328 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18329 (sh-mode): Locally set skeleton-pair-default-alist.
18330
18331 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18332
18333 * progmodes/flymake.el: Require `compile' unconditionally.
18334
18335 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18336
18337 * woman.el (woman-file-name): Provide a default, not initial input.
18338
18339 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18340
18341 * font-lock.el (font-lock-support-mode): Doc fix.
18342
18343 * descr-text.el (describe-property-list): Handle non-symbol prop names.
18344
183452005-09-08 Richard M. Stallman <rms@gnu.org>
18346
18347 * simple.el (blink-matching-open): Get rid of text props from
18348 the string shown in echo area. Don't permanently set point.
18349 Some rearrangements.
18350
183512005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18352
18353 * recentf.el (recentf-filename-handler): Add custom choice
18354 `abbreviate-file-name'.
18355
18356 * msb.el (msb--very-many-menus): Fix typo.
18357
18358 * disp-table.el (standard-display-european): Don't set
18359 enable-multibyte-characters to nil.
18360
183612005-09-08 David Ponce <david@dponce.com>
18362
18363 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18364 (recentf-expand-file-name): Doc fix.
18365 (recentf-dialog-mode-map): Define digit shortcuts.
18366 (recentf--files-with-key): New variable.
18367 (recentf-show-digit-shortcut-filter): New function.
18368 (recentf-open-files-items): New function.
18369 (recentf-open-files): Use it.
18370 (recentf-open-file-with-key): New command.
18371
183722005-09-08 Chong Yidong <cyd@stupidchicken.com>
18373
18374 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18375 Suggested by Kim F. Storm.
18376 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18377 (Buffer-menu-make-sort-button): Use global keymap.
18378
183792005-09-07 Michael Albinus <michael.albinus@gmx.de>
18380
18381 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18382 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18383 necessary any longer with the remapped command.
18384 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18385 formatting time only.
18386
18387 * net/tramp.el (tramp-action-password)
18388 (tramp-multi-action-password): Compile the password prompt from
18389 `method', `user' and `host'. Sometimes it isn't obvious which
18390 password to enter, for example with remote files offered by
18391 recentf.el, or with multiple steps. Suggested by Robert Marshall
18392 <robert@chezmarshall.freeserve.co.uk>.
18393
183942005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18395
18396 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18397 Fix regexp for when "s///" is at the beginning of line.
18398
183992005-09-07 Jay Belanger <belanger@truman.edu>
18400
18401 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18402 when in matrix mode.
18403
184042005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18405
18406 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18407 non-anonymous functions.
18408
184092005-09-06 Chong Yidong <cyd@stupidchicken.com>
18410
18411 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18412 when using a header line. Otherwise, use mouse-1-click-follows-link.
18413
18414 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18415 can't be moved; don't signal an error.
18416
184172005-09-05 Chong Yidong <cyd@stupidchicken.com>
18418
18419 * cus-theme.el (custom-theme-write-faces): Save the current face
18420 spec, not the defface spec.
18421
18422 * custom.el (custom-known-themes): Clarify meaning of "standard".
18423 (custom-push-theme): Save old values in the standard theme.
18424 (disable-theme): Correct typo.
18425 (custom-face-theme-value) Deleted unused function.
18426 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18427
184282005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18429
18430 * progmodes/compile.el (compilation-goto-locus): Take into account
18431 iconified frames when determining whether the buffer is
18432 already visible.
18433 Don't reset window height if the window already existed.
18434
184352005-09-04 Chong Yidong <cyd@stupidchicken.com>
18436
18437 * custom.el (load-theme): Rename from require-theme.
18438 Add interactive spec.
18439 (enable-theme): Rename from custom-enable-theme.
18440 Add interactive spec.
18441 (disable-theme): Rename from custom-disable-theme.
18442 Add interactive spec.
18443 (custom-make-theme-feature): Doc fix.
18444 (custom-theme-directory): Doc fix.
18445 (provide-theme): Call enable-theme.
18446
184472005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * obsolete/lazy-lock.el (lazy-lock-mode):
18450 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18451 font-lock-mode if it's off. Print a warning instead.
18452
18453 * progmodes/compile.el (compilation-start): Ignore errors if the
18454 process died before we get to send-eof.
18455
18456 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18457 Undo last change. Enclosing the result in quotes broke things on Unix
18458 since tex-send-command passes it through shell-quote-argument.
18459 (tex-send-command): Pass `file' through convert-standard-filename
18460 when possible.
18461 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18462 info in a transcript.
18463
184642005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18465
18466 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18467 fix compilation warning. Reorder the key definitions to group
18468 together keys emitted by the current version of xterm.
18469
18470 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18471 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18472 Reorder predicates to correct min-color usage.
18473
184742005-09-01 Chong Yidong <cyd@stupidchicken.com>
18475
18476 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18477 Kill local variables when longlines-mode is turned off.
18478
184792005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18482
18483 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18484
18485 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18486
18487 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18488 (font-lock-lines-before): Change default to being inactive.
18489 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18490 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18491
184922005-08-31 Michael Albinus <michael.albinus@gmx.de>
18493
18494 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18495 Deactivate temporarily advice if active (not needed for Emacs 22,
18496 but for backwards compatibility).
18497 (tramp-exists-file-name-handler): Rewrite. First implementation
18498 was too simple.
18499 (tramp-advice-make-auto-save-file-name):
18500 Call `tramp-handle-make-auto-save-file-name' (again, just for
18501 backwards compatibility).
18502
185032005-08-31 Reto Zimmermann <reto@gnu.org>
18504
18505 * progmodes/vhdl-mode.el
18506 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18507 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18508 (vhdl-set-default-project): New function (easier setting of default).
18509 (vhdl-port-copy): Handle extended identifiers for generics.
18510 (vhdl-compiler-alist): Better description for error message regexp.
18511 (vhdl-make): Query for target, use previous as default.
18512 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18513 (vhdl-font-lock-keywords-2): Fix fontification for record
18514 el. assign.
18515 (vhdl-speedbar-make-subpack-line): Add package body link.
18516 (vhdl-generate-makefile-1): Not include itself as dependency.
18517 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18518 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18519 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18520 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18521 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18522 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18523 (vhdl-import-project): Add string argument for `error'.
18524 (vhdl-compose-configuration)
18525 (vhdl-compose-configuration-architecture): Add configuration
18526 declaration generation.
18527 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18528 (vhdl-trailer-re): Add "record" keyword (better indentation).
18529 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18530 "[^ \t-\"]+".
18531 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18532 (vhdl-testbench-entity-file-name)
18533 (vhdl-testbench-architecture-file-name): Allow separate
18534 customization of testbench file names.
18535 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18536 (vhdl-get-visible-signals): Allow newline within alias declaration.
18537 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18538 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18539 (member-ignore-case): Alias for missing function in XEmacs.
18540 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18541 (vhdl-update-sensitivity-list): Ignore case on read signals.
18542 (vhdl-replace-string): Adjust case only for file names.
18543 (vhdl-update-sensitivity-list): Fix search for read signals.
18544 (vhdl-update-sensitivity-list): Exclude formal parameters.
18545 (vhdl-get-visible-signals): Include aliases of signals.
18546 (vhdl-get-visible-signals): Fix signal name searching.
18547 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18548 (vhdl-fixup-whitespace-region): Fix for character
18549 literals (e.g. `:').
18550
185512005-08-31 Juanma Barranquero <lekktu@gmail.com>
18552
18553 * ansi-color.el (comint-last-output-start):
18554 * bs.el (font-lock-verbose):
18555 * diff-mode.el (add-log-buffer-file-name-function):
18556 * dired-x.el (vm-folder-directory):
18557 * faces.el (help-xref-stack-item):
18558 * files.el (font-lock-keywords):
18559 * find-lisp.el (dired-buffers, dired-subdir-alist):
18560 * ido.el (cua-inhibit-cua-keys):
18561 * log-view.el (cvs-minor-wrap-function):
18562 * outline.el (font-lock-warning-face):
18563 * simple.el (compilation-current-error):
18564 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18565 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18566 * tooltip.el (comint-prompt-regexp):
18567 * w32-fns.el (explicit-shell-file-name):
18568 * term/mac-win.el (mac-charset-info-alist)
18569 (mac-services-selection, mac-system-script-code):
18570 * term/tty-colors.el (msdos-color-values):
18571 * term/w32-win.el (xlfd-regexp-registry-subnum):
18572 * term/x-win.el (x-keysym-table, x-selection-timeout)
18573 (x-session-id, x-session-previous-id):
18574 * textmodes/ispell.el (mail-yank-prefix):
18575 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18576 * textmodes/org.el (calc-embedded-close-formula)
18577 (calc-embedded-open-formula)
18578 (font-lock-unfontify-region-function):
18579 * textmodes/reftex-global.el (isearch-next-buffer-function)
18580 (TeX-master):
18581 * textmodes/reftex.el (font-lock-keywords):
18582 * textmodes/tex-mode.el (font-lock-comment-face)
18583 (font-lock-doc-face):
18584 * textmodes/texinfo.el (outline-heading-alist):
18585 Add defvars.
18586
18587 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18588 (artist-spray-chars, artist-mode-init, artist-replace-string)
18589 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18590 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18591 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18592
18593 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18594 (conf-align-assignments): "?\ " -> "?\s".
18595
18596 * textmodes/reftex-index.el (TeX-master): Add defvar.
18597 (reftex-index-phrases-marker): Move up defvar.
18598
18599 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18600 (reftex-toc-include-labels-indicator)
18601 (reftex-toc-include-index-indicator)
18602 (reftex-toc-max-level-indicator): Move up declarations.
18603
18604 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18605 of args to `tramp-run-real-handler', even if it's empty in this case.
18606
186072005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18608
18609 * dired.el (dired-move-to-filename-regexp): Add date format for
18610 Mac OS X 10.3 in East Asian locales.
18611
186122005-08-31 Michael Albinus <michael.albinus@gmx.de>
18613
18614 * files.el (make-auto-save-file-name): Add file name handler call
18615 if applicable.
18616
18617 * net/tramp.el (tramp-file-name-handler-alist)
18618 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18619 (tramp-handle-make-auto-save-file-name): Rename from
18620 `tramp-make-auto-save-file-name'.
18621 (tramp-exists-file-name-handler): New defun.
18622 (tramp-advice-make-auto-save-file-name): Make defadvice only when
18623 `make-auto-save-file-name' is not a magic file name operation.
18624
186252005-08-30 Richard M. Stallman <rms@gnu.org>
18626
18627 * files.el (risky-local-variable-p):
18628 Match `-predicates' and `-commands.
18629
18630 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18631 (custom-save-all): Visit the file if necessary;
18632 kill the buffer if we created it.
18633 (custom-save-delete): Don't visit file or kill buffer here.
18634
186352005-08-30 Carsten Dominik <dominik@science.uva.nl>
18636
18637 * textmodes/org.el (org-special-keyword): New face.
18638 (org-table-copy-down, org-table-eval-formula)
18639 (org-table-recalculate, org-init-section-numbers):
18640 Use `string-to-number' instead of `string-to-int'.
18641 (org-get-location): Use `insert-buffer-substring' instead of
18642 `insert-buffer'.
18643 (org-modify-diary-entry-string): New function.
18644 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
18645 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
18646 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
18647 active region.
18648 (org-export-as-html): Handle QUOTE keyword.
18649 (org-quote-string): New option.
18650 (org-bookmark-jump-unhide): New function, used for
18651 `bookmark-after-jump-hook'.
18652 (org-diary-default-entry): Apply only when not called through
18653 `org-agenda'.
18654
186552005-08-30 Juanma Barranquero <lekktu@gmail.com>
18656
18657 * net/eudc.el (mode-popup-menu):
18658 * play/handwrite.el (ps-printer-name, ps-lpr-command):
18659 * progmodes/ada-mode.el (compile-auto-highlight)
18660 (skeleton-further-elements):
18661 * progmodes/autoconf.el (font-lock-syntactic-keywords):
18662 * progmodes/cmacexp.el (msdos-shells):
18663 * progmodes/compile.el (font-lock-extra-managed-props)
18664 (font-lock-keywords, font-lock-maximum-size)
18665 (font-lock-support-mode):
18666 * progmodes/grep.el (font-lock-lines-before):
18667 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
18668 * progmodes/mixal-mode.el (compile-command):
18669 * progmodes/perl-mode.el (font-lock-comment-face)
18670 (font-lock-doc-face, font-lock-string-face):
18671 * progmodes/prolog.el (comint-prompt-regexp):
18672 * progmodes/sh-script.el (font-lock-comment-face)
18673 (font-lock-set-defaults, font-lock-string-face):
18674 * progmodes/sql.el (font-lock-keyword-face)
18675 (font-lock-set-defaults, font-lock-string-face):
18676 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
18677 (itimer-version, lazy-lock-defer-contextually)
18678 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
18679 Add defvars.
18680
18681 * progmodes/cperl-mode.el (cperl-electric-lbrace)
18682 (cperl-electric-keyword, cperl-electric-pod)
18683 (cperl-electric-backspace, cperl-forward-re)
18684 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
18685 (vc-rcs-header, vc-sccs-header): Add defvars.
18686
18687 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
18688 (font-lock-syntactic-keywords, gud-find-expr-function):
18689 Add defvars.
18690
18691 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
18692 (gdb-frame-parameters): Declare before use.
18693
18694 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
18695 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
18696 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
18697 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
18698
18699 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
18700 (idlwave-help-with-source): Use `insert-buffer-substring', not
18701 `insert-buffer'.
18702
187032005-08-29 Juri Linkov <juri@jurta.org>
18704
18705 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
18706 Put outline-back-to-heading function call inside save-excursion.
18707
187082005-08-29 Juanma Barranquero <lekktu@gmail.com>
18709
18710 * man.el (Man-init-defvars, Man-translate-references)
18711 (Man-support-local-filenames, Man-highlight-references):
18712 * progmodes/sql.el (sql-interactive-mode):
18713 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
18714
18715 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
18716 (compilation-mode-font-lock-keywords): Add defvars.
18717 (checkdoc-interactive-loop): "?\ " -> "?\s".
18718
18719 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
18720 (font-lock-doc-face, font-lock-string-face)
18721 (font-lock-keywords-case-fold-search): Add defvars.
18722 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
18723
18724 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
18725 Don't pass X and Y (they are ignored anyway).
18726 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
18727 (mouse-delete-window): Make arguments optional.
18728
18729 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
18730 (caesar-translate-table, minor-modes, news-buffer-save)
18731 (news-group-name, news-minor-modes): Add defvars.
18732
18733 * emacs-lisp/lselect.el (mouse-highlight-priority)
18734 (x-lost-selection-functions, zmacs-regions):
18735 * emacs-lisp/pp.el (font-lock-verbose):
18736 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
18737 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
18738 (ses-mode-map):
18739 * emacs-lisp/tcover-unsafep.el (safe-functions):
18740 * international/mule-cmds.el (mac-system-coding-system)
18741 (mac-system-locale):
18742 * language/ethio-util.el (rmail-current-message)
18743 (rmail-message-vector):
18744 * language/thai-util.el (thai-auto-composition-mode):
18745 * mail/metamail.el (rmail-current-message, rmail-message-vector):
18746 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
18747 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
18748 (vm-primary-inbox, vm-spool-files):
18749 * mail/rmail.el (deleted-head, font-lock-fontified)
18750 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
18751 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
18752 (total-messages):
18753 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
18754 (rmail-summary-mode-map):
18755 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
18756 (rmail-last-label, rmail-last-multi-labels)
18757 (rmail-summary-vector, rmail-total-messages):
18758 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
18759 * mail/rmailsum.el (msgnum):
18760 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
18761 (rmail-current-message):
18762 * obsolete/fast-lock.el (font-lock-face-list):
18763 * obsolete/rnewspost.el (mail-reply-buffer):
18764 * obsolete/scribe.el (compile-command):
18765 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
18766
187672005-08-28 John Paul Wallington <jpw@gnu.org>
18768
18769 * ibuf-ext.el (ibuffer-auto-update-changed):
18770 Use `frame-or-buffer-changed-p' to check whether we need to update.
18771 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
18772 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
18773 as a `frame-or-buffer-changed-p' state vector instead.
18774
187752005-08-27 Romain Francoise <romain@orebokech.com>
18776
18777 * textmodes/makeinfo.el (makeinfo-compile):
18778 Use `compilation-start'. Set `next-error-function' according to
18779 `disable-errors'.
18780 (makeinfo-next-error): New function.
18781 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
18782 (makeinfo-buffer): Likewise.
18783
18784 * progmodes/compile.el (compilation-start): Add autoload cookie.
18785
18786 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
18787 * textmodes/sgml-mode.el: Likewise.
18788 * progmodes/python.el: Likewise.
18789
187902005-08-27 Eli Zaretskii <eliz@gnu.org>
18791
18792 * simple.el (blink-matching-paren-distance): Document the meaning
18793 of nil value, and allow to customize to nil.
18794
18795 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
18796 command.com, not command.exe.
18797
187982005-08-26 John Wiegley <johnw@newartisans.com>
18799
18800 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
18801 code around a bit so that an extraneous nil argument is not added
18802 to a command when no args are given.
18803
18804 * eshell/esh-arg.el (eshell-parse-double-quote): If a
18805 double-quoted argument resolves to nil, return it as an empty
18806 string rather than as nil. This made it impossible to pass "" to
18807 a shell script as a null string argument.
18808
188092005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * outline.el (outline-invent-heading): New fun.
18812 (outline-promote, outline-demote): Use it.
18813 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
18814 (outline-end-of-subtree): Remove unused var `opoint'.
18815
188162005-08-26 David Reitter <david.reitter@gmail.com>
18817
18818 * menu-bar.el (truncate-lines, write-file, print-buffer)
18819 (ps-print-buffer-faces, ps-print-buffer, split-window):
18820 Disable menu items when the frame they refer to is invisible, or when
18821 they refer to a buffer and the minibuffer is selected.
18822
188232005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
18824
18825 * progmodes/flymake.el (flymake-highlight-err-lines):
18826 Use save-excursion around flymake-highlight-line to preserve point.
18827
188282005-08-26 Eli Zaretskii <eliz@gnu.org>
18829
18830 * progmodes/octave-mod.el: Change Author and Maintainer address.
18831 (octave-maintainer-address): Change Kurt's email address.
18832 * progmodes/octave-inf.el: Change Author and Maintainer address.
18833 * progmodes/octave-hlp.el: Change Author and Maintainer address.
18834
188352005-08-26 Kim F. Storm <storm@cua.dk>
18836
18837 * subr.el (version-list-<, version-list-<=, version-list-=):
18838 Rename from integer-list-*.
18839 (version-list-not-zero): Likewise. Fix while loop.
18840 (version=): Use version-list-= instead of string-equal.
18841
188422005-08-26 Richard M. Stallman <rms@gnu.org>
18843
18844 * outline.el (outline-promote): Try shortening the heading.
18845 As last resort, read the heading to use.
18846 (outline-demote): As last resort, read the heading to use.
18847
188482005-08-26 Romain Francoise <romain@orebokech.com>
18849
18850 * progmodes/compile.el (compilation-start): Doc fix.
18851
18852 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
18853 (antlr-font-lock-additional-keywords): Fix reference to
18854 `antlr-font-lock-literal-regexp' erroneously changed during the
18855 mass face rename.
18856 (antlr-run-tool): Use `compilation-start'.
18857
18858 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
18859 instead of the obsolete `compile-internal'.
18860
188612005-08-26 Juanma Barranquero <lekktu@gmail.com>
18862
18863 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
18864 (number, original-date):
18865 * calendar/cal-china.el (date):
18866 * calendar/cal-coptic.el (date):
18867 * calendar/cal-french.el (date):
18868 * calendar/cal-hebrew.el (date, entry, number, original-date):
18869 * calendar/cal-islam.el (date, number, original-date):
18870 * calendar/cal-iso.el (date):
18871 * calendar/cal-julian.el (date):
18872 * calendar/cal-mayan.el (date):
18873 * calendar/cal-menu.el (date, event):
18874 * calendar/cal-persia.el (date):
18875 * calendar/lunar.el (date):
18876 * calendar/solar.el (date): Add defvars.
18877
18878 * emerge.el:
18879 * ibuffer.el:
18880 * info-xref.el:
18881 * obsolete/bg-mouse.el:
18882 * obsolete/sun-curs.el:
18883 * obsolete/swedish.el: Move the `defvar's to the top level.
18884
18885 * smerge-mode.el (smerge-refined-change): Add :group.
18886
188872005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
18890 (smerge-keep-n): Remove props.
18891 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18892 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
18893 now that it's done in smerge-keep-n.
18894 (smerge-refined-change): New face.
18895 (smerge-refine-chopup-region, smerge-refine-highlight-change)
18896 (smerge-refine): New funs.
18897 (smerge-basic-map): Bind smerge-refine.
18898
188992005-08-25 Juri Linkov <juri@jurta.org>
18900
18901 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
18902 compilation-process-setup-function and compilation-disable-input
18903 in grep-mode instead of let-bindings in grep.
18904
18905 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
18906 Delete "Automatic File De/compression" (auto-compression-mode).
18907
189082005-08-25 Juanma Barranquero <lekktu@gmail.com>
18909
18910 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
18911 Silence warning about non-existent variable.
18912
189132005-08-25 Richard M. Stallman <rms@gnu.org>
18914
18915 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
18916 Rename "Describe Key" to "Describe Key or Mouse Operation".
18917
18918 * mail/mailalias.el (build-mail-aliases): Delete comments
18919 from the contents before processing them.
18920
18921 * isearch.el (isearch-edit-string): Erase the Search prompt
18922 if user enters an empty string and there is no default.
18923
18924 * comint.el (comint-file-name-prefix): Add autoload.
18925
189262005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
18927
18928 * subr.el (play-sound): Rearrange to avoid warning.
18929
189302005-08-25 Carsten Dominik <dominik@science.uva.nl>
18931
18932 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
18933 New hook.
18934 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
18935
189362005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
18939
18940 * custom.el (custom-theme-set-variables): Sort minor modes last.
18941
189422005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18943
18944 * subr.el (version-separator, version-regexp-alist): New vars used by
18945 version comparison funs.
18946 (integer-list-<, integer-list-=, integer-list-<=)
18947 (integer-list-not-zero): New funs for integer list comparison.
18948 (version-to-list, version=, version<, version<=): New funs for version
18949 comparison.
18950
189512005-08-24 Juanma Barranquero <lekktu@gmail.com>
18952
18953 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18954 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18955 time to silence the byte-compiler.
18956
18957 * ibuffer.el (ibuffer-compile-make-eliding-form)
18958 (ibuffer-check-formats): Use `with-no-warnings' to hide references
18959 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18960 so it's silly to get warnings for it).
18961 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18962 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18963 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18964 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18965 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18966 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18967 Defvar at compile time.
18968 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18969 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18970 Declare them before use.
18971
18972 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18973 (info-xref-good, info-xref-bad): Defvar at compile time.
18974
18975 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18976 Use `let*' instead of `let'.
18977
18978 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18979 (*mouse-y*, menu, char): Defvar at compile time.
18980 (sc::menu): Declare it before use.
18981 (sc::pack-one-line): Use `let', not `let*'.
18982
18983 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18984 (mail-send-hook): Defvar at compile time.
18985
18986 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18987 Defvar at compile time.
18988
18989 * term/sun-mouse.el (current-global-mousemap)
18990 (current-local-mousemap): Declare them before use.
18991
189922005-08-24 Carsten Dominik <dominik@science.uva.nl>
18993
18994 * bookmark.el (bookmark-after-jump-hook): New hook.
18995 (bookmark-jump): Run `bookmark-after-jump-hook'.
18996
189972005-08-23 Juri Linkov <juri@jurta.org>
18998
18999 * faces.el (minibuffer-prompt): Doc fix.
19000
190012005-08-23 Juanma Barranquero <lekktu@gmail.com>
19002
19003 * progmodes/xscheme.el: Trivial changes to silence warnings.
19004 (xscheme-previous-mode, xscheme-previous-process-state):
19005 Add defvars.
19006 (xscheme-last-input-end, xscheme-process-command-line)
19007 (xscheme-process-name, xscheme-buffer-name)
19008 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19009 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19010 (xscheme-control-g-synchronization-p)
19011 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19012 (default-xscheme-runlight, xscheme-runlight)
19013 (xscheme-runlight-string, xscheme-process-filter-state)
19014 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19015 Move to beginning of file.
19016 (scheme-interaction-mode-commands-alist)
19017 (scheme-interaction-mode-map, scheme-debugger-mode-map):
dad2e044
JB
19018 Declare them before use. Note: the initialization code for the
19019 variables has not been moved because it uses functions that reference
19020 the variables.
6fee106e
KS
19021 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19022 (xscheme-prompt-for-expression-map): Declare them before use.
19023 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19024
190252005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19026
19027 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19028
190292005-08-22 Juri Linkov <juri@jurta.org>
19030
19031 * faces.el (set-face-underline): Delete this duplicate function
19032 and make an obsolete alias to set-face-underline-p.
19033 (set-face-underline-p): Use docstring of set-face-underline.
19034 (describe-face): Create hyperlink to parent face.
19035
19036 * info.el (Info-insert-dir): Use save-excursion around
19037 insert-buffer-substring.
19038 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19039 (Info-escape-percent): Delete function.
19040 (Info-fontify-node): Replace Info-escape-percent by
19041 replace-regexp-in-string with REP arg set to lambda that
19042 duplicates `%' and preserves text properties.
19043
19044 * progmodes/compile.el (compilation-disable-input): Doc fix.
19045 (define-compilation-mode): Doc fix and refill.
19046 (kill-compilation): Use `mode-name' in the error message.
19047 (compilation-find-file): Use `compilation-error' in the
19048 read-file-name's prompt.
19049
190502005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19053 (smerge-auto-leave): Make undo re-enable the mode.
19054 (debug-ignored-errors): Add the user-error of impossible resolution.
19055 (smerge-resolve): Move things around a bit, in preparation for later.
19056 (smerge-diff): Don't fail if the buffer has no associated file.
19057 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19058 (smerge-conflict-overlay): New function.
19059 (smerge-match-conflict): Don't add text properties here.
19060 (smerge-find-conflict): Instead, add an overlay here.
19061 Also check for the case where we're inside a conflict already, so as to
19062 obviate the need for font-lock-multiline, which is unbearably slow with
19063 large conflicts and ciomplex font-lock patterns.
19064 (smerge-remove-props): Remove overlay rather than text-properties.
19065 (smerge-mode): Don't set font-lock-multiline.
19066 Remove overlays when turned off.
19067
190682005-08-21 Kim F. Storm <storm@cua.dk>
19069
19070 * ido.el (ido-ignore-item-p): Use save-match-data.
19071 Bind case-fold-search to ido-case-fold locally.
19072
190732005-08-20 Richard M. Stallman <rms@gnu.org>
19074
19075 * files.el (normal-mode): If font lock is on, turn it off and on.
19076
19077 * subr.el (replace-regexp-in-string): Doc fix.
19078
19079 * startup.el (command-line-1): Don't suppress startup screen
19080 due to existing processes.
19081
19082 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19083
19084 * progmodes/compile.el (compilation-disable-input): Default to nil.
19085
190862005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19087
19088 * progmodes/compile.el (compilation-disable-input): New defcustom.
19089 (compilation-start): If compilation-disable-input is non-nil, send
19090 EOF to the compilation process.
19091
190922005-08-20 Eli Zaretskii <eliz@gnu.org>
19093
19094 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19095 Run the argument of tex-shell-cd-command through
19096 convert-standard-filename, to get the correct style of slashes on
19097 Windows, and enclose the result in quotes, in case the file name
19098 includes whitespace or other special characters.
19099
191002005-08-19 Andreas Schwab <schwab@suse.de>
19101
19102 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19103 process.
19104
191052005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19106
19107 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19108
191092005-08-18 Kim F. Storm <storm@cua.dk>
19110
19111 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19112
191132005-08-18 Richard M. Stallman <rms@gnu.org>
19114
19115 * scroll-lock.el: New file.
19116
191172005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19118
19119 * dired.el (dired-move-to-end-of-filename):
19120 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19121
191222005-08-18 Kim F. Storm <storm@cua.dk>
19123
19124 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19125 rather than toggle mode when custom value is nil.
19126 (ido-everywhere): Fix defun doc string.
19127
191282005-08-17 Richard M. Stallman <rms@gnu.org>
19129
19130 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19131 as tag instead of "Inviolable".
19132
191332005-08-17 Kim F. Storm <storm@cua.dk>
19134
19135 * windmove.el (windmove-coordinates-of-position): Remove.
19136 (windmove-coordinates-of-window-position): Remove.
19137 (windmove-reference-loc): Use posn-at-point instead.
19138
19139 * subr.el (insert-for-yank-1): Doc fix.
19140
19141 * ido.el (ido-enter-matching-directory): Rename from
19142 ido-enter-single-matching-directory. Change `slash' choice to
19143 `only'. Add `first' choice.
19144 (ido-exhibit): Adapt to above changes.
19145
191462005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19147
19148 * Makefile.in: Expand comment about building loaddefs.el.
19149
191502005-08-16 Nick Roberts <nickrob@snap.net.nz>
19151
19152 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19153 Comment use of defadvice.
19154
19155 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19156
191572005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19158
19159 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19160 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19161 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19162 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19163 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19164 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19165 for backward compatibility for faces that did not appear in the
19166 previous Emacs release.
19167
19168 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19169
191702005-08-15 Kim F. Storm <storm@cua.dk>
19171
19172 * emulation/cua-base.el (cua-delete-region): Return t if
19173 deleted region was non-empty.
19174 (cua-replace-region): Inhibit overwrite-mode for
19175 self-insert-command if replaced region was non-empty.
19176 (cua--explicit-region-start, cua--status-string): Make them
19177 buffer-local at top-level...
19178 (cua-mode): ...rather than when mode is enabled.
19179
191802005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19181
19182 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19183 Set t for Emacs 21, 22, and so on.
19184
191852005-08-15 David Ponce <david@dponce.com>
19186
19187 * tree-widget.el: Update Commentary header.
19188 (tree-widget-theme): Doc fix.
19189 (tree-widget-space-width): New option.
19190 (tree-widget-image-properties): Look up in the default theme too.
19191 (tree-widget--cursors): Only for images with arrow pointer shape.
19192 (tree-widget-lookup-image): Pointer shape is hand by default.
19193 (tree-widget-icon): Rename generic icon widget from
19194 `tree-widget-control'.
19195 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19196 derive from `tree-widget-icon'.
19197 (tree-widget-handle): Improve default look and feel of the text
19198 representation.
19199 (tree-widget): Rename :*-control properties to :*-icon properties.
19200 Add :action and :help-echo properties.
19201 (tree-widget-after-toggle-functions): Move.
19202 (tree-widget-close-node, tree-widget-open-node): Remove.
19203 (tree-widget-before-create-icon-functions): New hook.
19204 (tree-widget-value-create): Update to allow customization of icons
19205 and nodes at run-time via that new hook.
19206 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19207 (tree-widget-icon-action, tree-widget-icon-help-echo)
19208 (tree-widget-action, tree-widget-help-echo): New functions.
19209
192102005-08-15 Kim F. Storm <storm@cua.dk>
19211
19212 * ido.el (ido-buffer-internal): Use with-no-warnings.
19213 (ido-make-merged-file-list): Use while-no-input.
19214
192152005-08-15 Richard M. Stallman <rms@gnu.org>
19216
19217 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19218 (flyspell-large-region): Fix doc and custom type.
19219
192202005-08-14 Richard M. Stallman <rms@gnu.org>
19221
19222 * files.el (interpreter-mode-alist): Doc fix.
19223
19224 * mail/rmail.el (rmail-nonignored-headers): New variable.
19225 (rmail-clear-headers): Use it.
19226 (rmail-reply): Better handling of mail-followup-to header.
19227
19228 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19229 Rename variable from sh-font-lock-keywords. In the `shell' entry,
19230 don't try to refer to executable-font-lock-keywords.
19231 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19232 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19233 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19234 (sh-mode): Set comment-start-skip, local-abbrev-table,
19235 imenu-case-fold-search.
19236 (sh-set-shell): Don't set them here.
19237 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
19238 Don't cache the results in the original alist; don't ever modify
19239 that alist.
19240
19241 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19242
19243 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19244 empty.
19245
192462005-08-15 Andreas Schwab <schwab@suse.de>
19247
19248 * desktop.el: Put autoload cookie at risky-local-variable declarations.
19249
19250 * dired.el, info.el, mail/rmail.el: Revert last change.
19251
192522005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
19253
19254 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19255 modification in `eval-after-load' form.
19256 * info.el: Likewise.
19257 * mail/rmail.el: Likewise.
19258
192592005-08-14 Juri Linkov <juri@jurta.org>
19260
19261 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19262 Remove highlighting of "Compilation started". Highlight only
19263 the word "finished" in "Compilation finished". Add highlighting
19264 of "interrupt", "killed", "terminated" and the exit code.
19265 (compilation-start): Add newline after header. Use exactly the
19266 same time stamp format as the finishing message.
19267 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19268
19269 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19270 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19271 Add highlighting of "interrupt", "killed", "terminated".
19272
19273 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19274 enabled and the current command is self-insert-command, call it
19275 explicitly with overwrite-mode bound to nil, to not allow it
19276 to delete the character after the selected region.
19277
192782005-08-12 Matt Hodges <MPHodges@member.fsf.org>
19279
19280 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19281 move-end-of-line, end-of-line, and beginning-of-line to the list
19282 of commands after which the echo area is updated.
19283
192842005-08-12 Eli Zaretskii <eliz@gnu.org>
19285
19286 * cus-edit.el (custom-save-all, custom-save-delete):
19287 Bind recentf-exclude to exclude custom-file.
19288
192892005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
19290
19291 * mail/rmailsum.el (rmail-summary-end-of-message): New command
19292 to go to the bottom of the mail message. Added to
19293 `rmail-summary-mode-map' with key "/".
19294 (rmail-summary-show-message): New (internal) function for use by
19295 both `rmail-summary-beginning/end-of-message'.
19296 (rmail-summary-beginning-of-message): Change to use
19297 rmail-summary-show-message.
19298
19299 * mail/rmail.el (rmail-end-of-message): New command to go to the
19300 end of the current message. Added to `rmail-mode-map' with key "/".
19301 (rmail-beginning-of-message): Fix to work as documented.
19302 (rmail-mode): Change documentation.
19303
19304 * progmodes/compile.el (compilation-start): Add the line
19305 "Compilation started" with compilation start time.
19306 (compilation-mode-font-lock-keywords): Add `started' to keywords.
19307
193082005-08-11 Luc Teirlinck <teirllm@auburn.edu>
19309
19310 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19311 of menu items.
19312
193132005-08-11 Richard M. Stallman <rms@gnu.org>
19314
19315 * simple.el (pop-global-mark): Reverse test of widen-automatically.
19316
19317 * battery.el (battery-status-function): Don't use ignore-errors.
19318
193192005-08-11 Lute Kamstra <lute@gnu.org>
19320
19321 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19322 define-obsolete-variable-alias.
19323
193242005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19327 (ange-ftp-send-cmd): Revert last change, and expand
19328 the comment explaining the problem.
19329
193302005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19331
19332 * ldefs-boot.el: Update.
19333
19334 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19335 item to "Time, Load and Mail". Change help echo text.
19336
19337 * time.el (display-time-use-mail-icon, display-time-format)
19338 (display-time-string-forms): Shorten first line of docstrings.
19339
193402005-08-10 Lars Hansen <larsh@soem.dk>
19341
19342 * desktop.el (desktop-buffer-mode-handlers):
19343 Make non-customizable. Add autoload cookie. Change initial value to
19344 nil; add elements in respective modules instead. Fix doc string.
19345 (desktop-load-file): New function.
19346 (desktop-minor-mode-handlers): New autoloaded variable.
19347 (desktop-create-buffer): Call minor mode handlers.
19348 Use desktop-load-file to load major and minor mode modules prior to
19349 checking for a handler.
19350 (desktop-save): Don't add nil to desktop-minor-modes for minor
19351 modes with nil function in desktop-minor-mode-table. Don't delete
19352 desktop file before rewriting it.
19353 (desktop-locals-to-save): Add autoload cookie. Don't make
19354 automatically buffer-local. Add variables column-number-mode,
19355 size-indication-mode, indent-tabs-mode,
19356 indicate-buffer-boundaries, indicate-empty-lines and
19357 show-trailing-whitespace.
19358 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19359 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19360 (desktop-clear-preserve-buffers-regexp): Delete.
19361 (desktop-clear-preserve-buffers): Update initial value and docstring.
19362 (desktop-save-buffer): Fix doc string.
19363
19364 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19365 (hilit-chg-desktop-restore): New function.
19366 (highlight-changes-mode): Add highlight-changes-mode to
19367 desktop-locals-to-save.
19368
19369 * dired.el: Add handler to desktop-buffer-mode-handlers.
19370 (dired-restore-desktop-buffer): Remove autoload cookie.
19371 (dired-mode): Add autoload cookie.
19372
19373 * info.el: Add handler to desktop-buffer-mode-handlers.
19374 (Info-restore-desktop-buffer): Remove autoload cookie.
19375 (Info-mode): Add autoload cookie.
19376
19377 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19378 (mh-restore-desktop-buffer): Remove autoload cookie.
19379 (mh-folder-mode): Add autoload cookie.
19380
19381 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19382 (rmail-restore-desktop-buffer): Remove autoload cookie.
19383
193842005-08-11 Masatake YAMATO <jet@gyve.org>
19385
19386 * hexl.el (hexl-address-region):
19387 (hexl-ascii-region, hexl-font-lock-keywords):
19388 (hexl-highlight-line-range): Use the term "region"
19389 instead of "area" for consistency with the other symbols
19390 defined in hexl.el.
19391
193922005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19393
19394 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19395 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19396 out by Juri Linkov). Add `display-battery-mode'.
19397
193982005-08-09 Juri Linkov <juri@jurta.org>
19399
19400 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19401 Remove `-text' from face variable names.
19402 (compilation-error-file-name, compilation-warning-file-name)
19403 (compilation-info-file-name): Delete faces.
19404 (compilation-line-number, compilation-column-number):
19405 Remove face underlining.
19406 (compilation-message-face): Set to `underline' value by default.
19407 (compilation-error-face, compilation-warning-face)
19408 (compilation-info-face): Remove `-file-name' from face names.
19409 (compilation-error-text-face, compilation-warning-text-face)
19410 (compilation-info-text-face): Delete face variables.
19411 (compilation-text-face): Delete function.
19412
19413 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19414 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19415 (grep-error-face): Set to `compilation-error' instead of
19416 `compilation-error-face' (which is redefined to `grep-hit-face' in
19417 grep buffers).
19418 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19419 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19420
19421 * dired-aux.el (dired-do-query-replace-regexp):
19422 Use `query-replace-read-args'.
19423
19424 * replace.el (query-replace-read-from, query-replace-read-to)
19425 (query-replace-read-args): Rename arg `string' to `prompt'.
19426
19427 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19428
194292005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19430
19431 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19432 uploading files.
19433 (ange-ftp-canonize-filename): Handle file names beginning with ~
19434 correctly.
19435
194362005-08-09 Juanma Barranquero <lekktu@gmail.com>
19437
19438 * textmodes/fill.el (canonically-space-region)
19439 (fill-context-prefix, fill-french-nobreak-p)
19440 (fill-delete-newlines, fill-comment-paragraph)
19441 (justify-current-line): "?\ " -> "?\s".
19442
194432005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19444
19445 * textmodes/fill.el (fill-nonuniform-paragraphs):
19446 Improve argument/docstring consistency.
19447
194482005-08-09 Richard M. Stallman <rms@gnu.org>
19449
19450 * textmodes/ispell.el (ispell-word): More fboundp checks.
19451
19452 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19453 (find-file-noselect-1): Call it here, only if RAWFILE.
19454 (normal-mode): Always set some major mode.
19455 (save-some-buffers-action-alist): Change some explanation strings.
19456 (file-name-non-special): In the `quote' method, use unwind-protect.
19457
194582005-08-09 Magnus Henoch <mange@freemail.hu>
19459
19460 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19461 (ispell-have-aspell-dictionaries): New variable.
19462 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19463 (ispell-get-aspell-config-value): New function.
19464 (ispell-aspell-find-dictionary): New function.
19465 (ispell-aspell-add-aliases): New function.
19466 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19467 appropriate. Don't look for ispell dictionaries if we use aspell.
19468 (ispell-menu-map): Don't build a submenu of dictionaries.
19469
194702005-08-09 Richard M. Stallman <rms@gnu.org>
19471
19472 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19473 (sql-read-passwd): Use read-passwd.
19474
19475 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19476 (idlwave-toolbar-is-possible): Add defvars.
19477
19478 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19479 Avoid warnings.
19480
19481 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19482 (idlwave-system-class-info, idlwave-executive-commands-alist):
19483 Use defvar.
19484
19485 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19486
19487 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19488 Avoid warnings.
19489
19490 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19491 and content-type: headers.
19492
19493 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19494
19495 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19496 and rename some of them to be more self-explanatory.
19497
19498 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19499
19500 * startup.el (command-line-1): Implement -scriptload.
19501
19502 * replace.el (occur-engine): Initial *Occur* output not undoable.
19503
19504 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19505 and improve help strings.
19506
19507 * isearch.el (isearch-repeat): When changing direction,
19508 mark search successful.
19509
19510 * ediff-init.el: Use (featurep 'xemacs).
19511
19512 * comint.el (send-invisible): Identify buffer, if not selected.
19513
19514 * align.el: Delete autoload for c-guess-basic-syntax.
19515
195162005-08-09 Juanma Barranquero <lekktu@gmail.com>
19517
19518 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19519 Improve argument/docstring consistency. Doc fixes.
19520 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19521 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19522 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19523 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19524 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19525 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19526 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19527 Defvar at compile time.
19528
195292005-08-09 Juri Linkov <juri@jurta.org>
19530
19531 * info.el: Replace `info' with upper-case `Info' where appropriate.
19532 (info-title-1, info-title-2, info-title-3, info-title-4)
19533 (info-menu-header): Move up face definitions.
19534 (info-menu-star): Rename from `info-menu-5'.
19535 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19536 (Info-fontify-visited-nodes): Fix docstring.
19537 (Info-hide-note-references): Fix docstring.
19538 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19539 menu items in the same way as on cross-references.
19540 (info-apropos): Fix sorting order and formatting to be like in the
19541 stand-alone Info browser. Display error messages for 1 sec.
19542 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19543 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19544 from the menu bar.
19545 (Info-insert-dir): Restore point after calling
19546 `insert-buffer-substring'.
19547
195482005-08-08 Richard M. Stallman <rms@gnu.org>
19549
19550 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19551 (recompute-lucid-menubar): Add defvars.
19552
19553 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19554
19555 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19556
19557 * net/net-utils.el (run-dig): Rename from `dig'.
19558
19559 * play/gametree.el (gametree-mode): Use make-local-variable,
19560 not make-variable-buffer-local.
19561
19562 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19563
19564 * ansi-color.el (ansi-color-make-extent)
19565 (ansi-color-set-extent-face): Use fboundp, not functionp.
19566
19567 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19568 not make-variable-buffer-local.
19569
19570 * bookmark.el (Info-current-file): Add defvar.
19571 (bookmark-jump-noselect): Use with-no-warnings.
19572
19573 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19574
19575 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19576
19577 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19578
19579 * find-file.el (ada-procedure-start-regexp)
19580 (ada-package-start-regexp): Add defvars.
19581
19582 * info.el (Info-insert-dir): Use insert-buffer-substring.
19583
19584 * xml.el (xml-att-def-re): Add defvar.
19585
19586 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19587 calling convention.
19588
19589 * subr.el (while-no-input): Return t if there is input.
19590
195912005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19592
19593 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19594
195952005-08-08 Juanma Barranquero <lekktu@gmail.com>
19596
19597 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19598 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19599
196002005-08-08 Emilio C. Lopes <eclig@gmx.net>
19601
19602 * cmuscheme.el (scheme-start-file): Replace reference to
19603 `user-emacs-directory' by "~/.emacs.d/".
19604
196052005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
19606
19607 * info.el (Info-dir-remove-duplicates): Avoid case folding
19608 in loop; instead, keep downcased strings for comparison.
19609 Suggested by Helmut Eller.
19610
196112005-08-07 Michael Albinus <michael.albinus@gmx.de>
19612
19613 Sync with Tramp 2.0.50.
19614
19615 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19616 XEmacs case; not necessary anymore.
19617 (tramp-user-regexp): Allow "@" as part of user name.
19618 (tramp-handle-set-visited-file-modtime)
19619 (tramp-handle-insert-file-contents)
19620 (tramp-handle-write-region): No special handling for
19621 `last-coding-system-used, because this is done in
19622 `tramp-accept-process-output' now.
19623 (tramp-accept-process-output): New defun.
19624 (tramp-process-one-action, tramp-process-one-multi-action)
19625 (tramp-wait-for-regexp, tramp-wait-for-output)
19626 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
19627 Howells <dhowells@redhat.com>.
19628 (clear-visited-file-modtime): Defadvice removed. The check for
19629 unset buffer's modtime does not need to be based on
19630 `tramp-buffer-file-attributes'. Suggested by RMS.
19631 (tramp-message): Insert "\n" if not being at beginning of line.
19632 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19633 sequence with same logic.
19634 (tramp-completion-handle-expand-file-name): Discard call of
19635 `tramp-drop-volume-letter'. It is not necessary, and there have
19636 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19637 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19638 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
19639 should always be visible.
19640 (tramp-handle-insert-directory, tramp-setup-complete)
19641 (tramp-set-process-query-on-exit-flag)
19642 (tramp-append-tramp-buffers): Pacify byte-compiler.
19643 (tramp-bug): Delete non-existing variables from list.
19644 Apply `tramp-load-report-modules' as pre-hook.
19645 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
19646 `shell-prompt-pattern' because of non-7bit characters.
19647 Reported by Sebastian Luque <sluque@mun.ca>.
19648 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
19649 (tramp-match-string-list): Remove function.
19650 (tramp-wait-for-regexp): Remove call of that function.
19651 Suggested by Kim F. Storm <storm@cua.dk>.
19652 (tramp-set-auto-save-file-modes): Use octal integer code #o600
19653 instead of octal character code ?\600. The latter resulted in a
19654 syntax error with XEmacs.
19655
19656 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
19657 XEmacs case; not necessary anymore.
19658 (tramp-smb-handle-write-region): No special handling for
19659 `last-coding-system-used, because this is done in
19660 `tramp-accept-process-output' now.
19661 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
19662
196632005-08-06 Luc Teirlinck <teirllm@auburn.edu>
19664
19665 * wid-edit.el (widget-choice-value-create):
19666 Unconditionally respect user choice. Set :explicit-choice back to nil
19667 when no longer needed.
19668 (widget-choice-action): Unconditionally respect user choice.
19669 Eliminate :explicit-choice-value.
19670
19671 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
19672
19673 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
19674 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
19675 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
19676 running new function `toggle-indicate-empty-lines'.
19677 Rename "Customize" item to "Customize fringe".
19678 Rename "Indicators" item to "Buffer boundaries" and change help echo.
19679 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
19680 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
19681 Delete "Empty lines only" item.
19682 (menu-bar-showhide-fringe-ind-customize): New function.
19683 (menu-bar-showhide-fringe-ind-mixed)
19684 (menu-bar-showhide-fringe-ind-box)
19685 (menu-bar-showhide-fringe-ind-right)
19686 (menu-bar-showhide-fringe-ind-left)
19687 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
19688 instead of `fringe-indicators'.
19689
196902005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19691
19692 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
19693 Change the date of last update.
19694
196952005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19696
19697 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
19698 (viper-exec-yank, viper-put-back): Don't display modification msg
19699 if in the minibuffer.
19700
19701 * viper-init.el (viper-replace-overlay-cursor-color)
19702 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
19703 Make variables frame local.
19704
19705 * viper-util.el (viper-append-filter-alist): Use append instead of
19706 nconc.
19707
19708 * viper.el (viper-vi-state-mode-list)
19709 (viper-emacs-state-mode-list): Move help-mode and
19710 completion-list-mode from the first list to the second.
19711 (viper-mode): Docstring.
19712 (viper-go-away, viper-non-hook-settings): Don't localize
19713 minor-mode-alist in newer Emacsen. Add advice to
19714 set-cursor-color. Don't bind "\C-c\\".
19715
197162005-08-06 Emilio C. Lopes <eclig@gmx.net>
19717
19718 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
19719 (scheme-macro-expand-command): New user options.
19720 (scheme-trace-procedure, scheme-expand-current-form): New commands.
19721 (scheme-form-at-point, scheme-start-file)
19722 (scheme-interactively-start-process): New functions.
19723 (scheme-get-process): New function, extracted from `scheme-proc'.
19724 (run-scheme): Call `scheme-start-file' to get start file, and pass
19725 it to `make-comint'.
19726 (switch-to-scheme, scheme-proc):
19727 Call `scheme-interactively-start-process' if no Scheme buffer/process
19728 is available.
19729
197302005-08-06 Juri Linkov <juri@jurta.org>
19731
19732 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19733 Use `compilation-text-face', `compilation-info-text-face' and
19734 `compilation-error-text-face' instead of `font-lock-keyword-face'.
19735 (compilation-error): New face.
19736 (compilation-error-file-name): Inherit from
19737 `compilation-error' instead of `font-lock-warning-face'.
19738 (compilation-warning-file-name): Inherit from
19739 `compilation-warning' instead of `font-lock-warning-face'.
19740 (compilation-info, compilation-error-file-name)
19741 (compilation-warning-file-name, compilation-info-file-name)
19742 (compilation-line-number, compilation-column-number): Doc fix.
19743 (compilation-error-text-face, compilation-warning-text-face)
19744 (compilation-info-text-face): New face variables.
19745 (compilation-line-face, compilation-column-face)
19746 (compilation-enter-directory-face)
19747 (compilation-leave-directory-face): Doc fix.
19748 (compilation-text-face): New function.
19749
19750 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
19751 instead of 1 to display binary file names as info file links.
19752 (grep-error-face): Use `compilation-error-face' instead of
19753 `font-lock-keyword-face'.
19754 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
19755 and `compilation-warning-text-face' instead of
19756 `font-lock-keyword-face'. Use `compilation-error-text-face'
19757 instead of `grep-error-face'.
19758
197592005-08-05 Kenichi Handa <handa@m17n.org>
19760
19761 * international/code-pages.el: Add autoload cookies for all coding
19762 systems.
19763
197642005-08-04 Luc Teirlinck <teirllm@auburn.edu>
19765
19766 * cus-start.el (all): Put undo.c where it alphabetically belongs.
19767
197682005-08-04 Juri Linkov <juri@jurta.org>
19769
19770 * progmodes/compile.el (compilation-mode-map):
19771 * progmodes/grep.el (grep-mode-map):
19772 Bind TAB to `compilation-next-error' and [backtab] to
19773 `compilation-previous-error'.
19774
19775 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
19776 matching line numbers, column numbers and their ranges with regexp
19777 matching only line numbers.
19778 (grep-context-face): New face variable.
19779 (grep-mode-font-lock-keywords): Use it.
19780
19781 * faces.el (read-face-name): Delete duplicate faces.
19782
197832005-08-02 Juanma Barranquero <lekktu@gmail.com>
19784
19785 * thumbs.el (thumbs-find-image): Don't make variables
19786 automatically buffer local.
19787 (thumbs-current-tmp-filename, thumbs-current-image-filename)
19788 (thumbs-image-num): Make automatically buffer local.
19789 (thumbs-show-thumbs-list): Use `make-local-variable', not
19790 `make-variable-buffer-local'.
19791 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
19792
19793 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
19794 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
19795 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
19796 (bother, bye, canyou, chatlst, continue, deathlst, describe)
19797 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
19798 (feelings-about, foullst, found, hello, history, howareyoulst)
19799 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19800 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
19801 (neglst, obj, object, owner, please, problems, qlist)
19802 (random-adjective, relation, remlst, repetitive-shortness)
19803 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
19804 (shortlst, something, sportslst, stallmanlst, states, subj)
19805 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
19806 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
19807 Defvar at compile time.
19808
19809 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
19810 not `make-variable-buffer-local'.
19811
198122005-08-02 Kim F. Storm <storm@cua.dk>
19813
19814 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
19815 rectangle overlay in selected window.
19816
198172005-08-01 Luc Teirlinck <teirllm@auburn.edu>
19818
19819 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
19820 instead of display group. Make `indicate-buffer-boundaries'
19821 customizable through Custom.
19822
198232005-08-01 Juanma Barranquero <lekktu@gmail.com>
19824
19825 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
19826 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
19827 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
19828 (gdb-put-string): Fix typos in docstrings.
19829
198302005-08-01 Nick Roberts <nickrob@snap.net.nz>
19831
19832 Update copyright notices of files in progmodes directory for
19833 release of Emacs 22.1.
19834
19835 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
19836
19837 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
19838 Don't barf if the GUD buffer has been killed.
19839
198402005-08-01 Kim F. Storm <storm@cua.dk>
19841
19842 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
19843
198442005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19845
19846 * simple.el (next-error-follow-minor-mode):
19847 make-variable-buffer-local -> make-local-variable.
19848
19849 * emacs-lisp/cl-extra.el: Require CL also when compiling.
19850
19851 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
19852 (byte-compile-form-make-variable-buffer-local): New functions to warn
19853 about misuses of make-variable-buffer-local where make-local-variable
19854 was meant.
19855
198562005-07-29 Juanma Barranquero <lekktu@gmail.com>
19857
19858 * bs.el (bs-attributes-list): Doc fix.
19859 (bs): Update url-link.
19860
19861 * desktop.el (desktop-save-buffer): Fix typos in docstring.
19862 (desktop-load-default): Simplify.
19863
19864 * ibuffer.el (ibuffer-columnize-and-insert-list)
19865 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
19866 (ibuffer-unmark-all, ibuffer-toggle-marks)
19867 (ibuffer-unmark-forward, ibuffer-unmark-backward)
19868 (ibuffer-compile-make-format-form, ibuffer-format-column)
19869 (ibuffer-current-buffers-with-marks)
19870 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
19871 (ibuffer): Doc fix.
19872 (ibuffer-mode): Fix typo in docstring.
19873 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
19874 with `define-obsolete-variable-alias'.
19875 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
19876
198772005-07-29 Kenichi Handa <handa@m17n.org>
19878
19879 * international/mule-cmds.el (select-message-coding-system):
19880 Be sure to use LF for end-of-line. If no coding system is decided,
19881 return iso-8859-1-unix.
19882
198832005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19884
19885 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
19886 (ange-ftp-pending-error-line): New vars.
19887 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
19888 to handle the non-fatal no-route-to-host messages.
19889 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
19890
198912005-07-28 Juanma Barranquero <lekktu@gmail.com>
19892
19893 * isearch.el (isearch-mode-map, isearch-other-meta-char)
19894 (isearch-quote-char, isearch-printing-char)
19895 (isearch-text-char-description): "?\ " -> "?\s".
19896 (isearch-lazy-highlight-cleanup)
19897 (isearch-lazy-highlight-initial-delay)
19898 (isearch-lazy-highlight-interval)
19899 (isearch-lazy-highlight-max-at-a-time)
19900 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19901 Declare with define-obsolete-*-alias macros.
19902 (isearch-forward): Fix typo in docstring.
19903 (search-invisible, search-ring-yank-pointer)
19904 (regexp-search-ring-yank-pointer): Doc fixes.
19905
19906 * recentf.el (recentf-menu-append-commands-p): Declare with
19907 `define-obsolete-variable-alias'.
19908 (recentf-max-saved-items, recentf-menu-filter)
19909 (recentf-arrange-by-rule-subfilter): Doc fixes.
19910 (recentf-menu-append-commands-flag)
19911 (recentf-initialize-file-name-history, recentf-expand-file-name)
19912 (recentf-clear-data): Fix typos in docstrings.
19913
199142005-07-28 Nick Roberts <nickrob@snap.net.nz>
19915
19916 * progmodes/gdb-ui.el: Smarten comments.
19917 (gdb-info-breakpoints-custom): Use nowarn when finding file.
19918
199192005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19920
19921 * term/apollo.el (terminal-init-apollo): New function containing
19922 all former top level forms in the file.
19923 * term/bobcat.el (terminal-init-bobcat):
19924 * term/cygwin.el (terminal-init-cygwin):
19925 * term/iris-ansi.el (terminal-init-iris-ansi):
19926 * term/linux.el (terminal-init-linux):
19927 * term/news.el (terminal-init-news):
19928 * term/rxvt.el (terminal-init-rxvt):
19929 * term/sun.el (terminal-init-sun):
19930 * term/tvi970.el (terminal-init-tvi970):
19931 * term/vt100.el (terminal-init-vt100):
19932 * term/vt102.el (terminal-init-vt102):
19933 * term/vt125.el (terminal-init-vt125):
19934 * term/vt200.el (terminal-init-vt200):
19935 * term/vt201.el (terminal-init-vt201):
19936 * term/vt220.el (terminal-init-vt220):
19937 * term/vt240.el (terminal-init-vt240):
19938 * term/vt300.el (terminal-init-vt300):
19939 * term/vt320.el (terminal-init-vt320):
19940 * term/vt400.el (terminal-init-vt400):
19941 * term/vt420.el (terminal-init-vt420):
19942 * term/wyse50.el (terminal-init-wyse50):
19943 * term/xterm.el (terminal-init-xterm): Likewise.
19944
19945 * term/README: Describe the terminal-init-* functionality.
19946
19947 * startup.el (command-line): After loading the terminal initialization
19948 file call the corresponding terminal initialization function.
19949
199502005-07-27 Kenichi Handa <handa@m17n.org>
19951
19952 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19953 negative.
19954
19955 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19956 (ps-mule-composition-prologue): Fix for the case that
19957 RelativeCompose is false.
19958
199592005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19960
19961 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19962
19963 * descr-text.el (describe-char): Handle the case where the list of
19964 chars is displayed in a separate frame.
19965 Be a bit more discriminating when looking for the char.
19966
199672005-07-26 Juanma Barranquero <lekktu@gmail.com>
19968
19969 * bookmark.el (bookmark-automatically-show-annotations)
19970 (bookmark-read-annotation-text-func): Doc fixes.
19971 (bookmark-save): Improve argument/docstring consistency.
19972 (bookmark-get-bookmark, bookmark-get-bookmark-record)
19973 (bookmark-alist-from-buffer)
19974 (bookmark-upgrade-file-format-from-0)
19975 (bookmark-grok-file-format-version)
19976 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19977 (bookmark-read-annotation-mode)
19978 (bookmark-insert-current-bookmark, bookmark-jump)
19979 (bookmark-exit-hook): Fix typos in docstrings.
19980 (bookmark-exit-hooks): Define as obsolete alias.
19981 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19982 not `bookmark-exit-hooks'. Fix docstring.
19983 (bookmark-bmenu-select): "?\ " -> "?\s".
19984
199852005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
19986
19987 * startup.el (command-line): Fix typo.
19988
199892005-07-24 Richard M. Stallman <rms@gnu.org>
19990
19991 * tooltip.el (tooltip-mode): Test emacs-basic-display,
19992 not emacs-quick-startup.
19993
199942005-07-24 Juanma Barranquero <lekktu@gmail.com>
19995
19996 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19997 (reb-next-match, reb-show-subexp): Use `with-selected-window'
19998 instead of `reb-with-current-window'.
19999 (reb-prev-match): Likewise. Also, don't move left if the search
20000 was unsuccessful.
20001 (reb-initialize-buffer): New function.
20002 (re-builder, reb-change-syntax): Use it.
20003
20004 * man.el (Man-goto-page): Make second argument NOERROR optional.
20005
200062005-07-23 Richard M. Stallman <rms@gnu.org>
20007
20008 * man.el (Man-bgproc-sentinel): Check here for failure to find
20009 any man page in the output, and report the error here.
20010 (Man-arguments): Make it permanent local.
20011 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20012 (Man-mode): Pass t for NOERROR.
20013
20014 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20015 (grep-mode-font-lock-keywords):
20016 Don't use compilation-...-face for messages that are not file names.
20017
20018 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20019 Don't use compilation-...-face for messages that are not file names.
20020
200212005-07-22 Juri Linkov <juri@jurta.org>
20022
20023 * startup.el (normal-splash-screen): Update menu name.
20024
20025 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20026
200272005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20028
20029 * term/xterm.el: Load term/rxvt if the terminal is actually an
20030 rxvt terminal.
20031 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20032
20033 * term/rxvt.el (function-key-map): Use substitute-key-definition
20034 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20035
20036 * term/cygwin.el: New file.
20037
200382005-07-22 Kim F. Storm <storm@cua.dk>
20039
20040 * image-file.el (insert-image-file, image-file-yank-handler):
20041 Fix last change to maintain a (unique) yank-handler on yanked images.
20042
200432005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20044
20045 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20046 of the file size (as in "177B" for 177 bytes). This happens with
20047 "ls -lh" on FreeBSD.
20048
200492005-07-22 Juanma Barranquero <lekktu@gmail.com>
20050
20051 * hilit-chg.el (highlight-changes-global-initial-state)
20052 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20053 (hilit-chg-fixup, highlight-changes-mode):
20054 Fix typos in docstrings.
20055 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20056 Doc fixes.
20057
200582005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20059
20060 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20061 mode function using `eval-after-load'.
20062
200632005-07-21 Kim F. Storm <storm@cua.dk>
20064
20065 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9c92edca 20066 included when reporting an Emacs crash, and tell about the DEBUG file.
6fee106e
KS
20067
20068 * image-file.el (insert-image-file): Add yank-handler.
20069 (image-file-yank-handler): Yank handler to make unique copies of
20070 images when they are yanked into a buffer next to each other.
20071
200722005-07-21 Juanma Barranquero <lekktu@gmail.com>
20073
20074 * comint.el (comint-use-prompt-regexp, comint-send-input)
20075 (comint-source-default, comint-extract-string)
20076 (comint-get-source, comint-word, comint-completion)
20077 (comint-source, comint-prompt-read-only, comint-update-fence):
20078 Fix typos in docstrings.
20079 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20080 Declare with define-obsolete-*-alias macros.
20081 (comint-previous-matching-input-from-input)
20082 (comint-next-matching-input-from-input)
20083 (comint-previous-matching-input, comint-next-matching-input)
20084 (comint-forward-matching-input):
20085 Improve argument/docstring consistency.
20086
20087 * desktop.el (desktop-clear-preserve-buffers-regexp):
20088 Also preserve the *server* buffer.
20089
20090 * simple.el (clone-indirect-buffer): Doc fix.
20091 (fixup-whitespace, just-one-space)
20092 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20093 (next-error, next-error-highlight)
20094 (next-error-highlight-no-select, next-error-last-buffer)
20095 (next-error-buffer-p, next-error-find-buffer, next-error)
20096 (previous-error, next-error-no-select, previous-error-no-select)
20097 (open-line, split-line, minibuffer-prompt-width, kill-new)
20098 (binary-overwrite-mode): Fix typos in docstrings.
20099 (set-fill-column): Fix typo in message.
20100
20101 * skeleton.el (skeleton-proxy-new): Doc fix.
20102
20103 * strokes.el (strokes-load-hook): Doc fix.
20104 (strokes-grid-resolution, strokes-get-grid-position)
20105 (strokes-renormalize-to-grid, strokes-read-stroke)
20106 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20107 (strokes-global-map): Fix typos in docstrings.
20108 (strokes-help): Doc fix. Fix help message and pass it through
20109 `substitute-command-keys'.
20110
20111 * tempo.el (tempo-insert-prompt, tempo-interactive)
20112 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20113 (tempo-insert-string-functions, tempo-local-tags)
20114 (tempo-define-template, tempo-insert-template)
20115 (tempo-insert-prompt-compat, tempo-is-user-element)
20116 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20117 Fix typos in docstrings.
20118
20119 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20120 (vcursor-key-bindings, vcursor-use-vcursor-map)
20121 (vcursor-find-window, vcursor-scroll-down)
20122 (vcursor-disable, vcursor-beginning-of-buffer)
20123 (vcursor-end-of-buffer): Fix typos in docstrings.
20124 (vcursor-relative-move, vcursor-get-char-count):
20125 Improve argument/docstring consistency.
20126
20127 * version.el: "?\ " -> "?\s".
20128
20129 * wid-edit.el (widget-default-create, widget-after-change)
20130 (widget-default-format-handler, widget-checklist-add-item)
20131 (widget-radio-add-item, widget-choose, widget-specify-secret)
20132 (widget-field-value-create, widget-field-value-get)
20133 (widget-editable-list-format-handler)
20134 (widget-editable-list-entry-create, widget-group-value-create)
20135 (widget-documentation-link-add)
20136 (widget-documentation-string-value-create): "?\ " -> "?\s".
20137 (widget-convert-text): Doc fix.
20138 (widget-narrow-to-field, widget-field-find)
20139 (widget-url-link-action, widget-emacs-library-link-action)
20140 (widget-color-notify): Fix typos in docstrings.
20141
20142 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20143 (x-select-text, set-w32-system-coding-system)
20144 (w32-add-charset-info): Fix typos in docstrings.
20145
20146 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20147 (cua-enable-cua-keys, cua-use-hyper-key)
20148 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20149 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20150
20151 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20152
20153 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20154 `defalias' instead of faking it.
20155
20156 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20157 (eshell-ls-missing, eshell-ls-dired-initial-args)
20158 (eshell-ls-use-in-dired): Fix typos in docstrings.
20159
201602005-07-20 Kim F. Storm <storm@cua.dk>
20161
20162 * emulation/cua-base.el (cua-mode): Improve doc string.
20163
201642005-07-20 Juanma Barranquero <lekktu@gmail.com>
20165
20166 * abbrev.el (expand-region-abbrevs): Doc fix.
20167 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20168 Improve argument/docstring consistency.
20169
20170 * arc-mode.el (archive-get-descr, archive-alternate-display):
20171 Doc fixes.
20172 (archive-l-e): Improve argument/docstring consistency.
20173 (archive-tmpdir, archive-unixdate, archive-unixtime)
20174 (archive-chmod-entry): Fix typos in docstrings.
20175 (archive-unflag, archive-unflag-backwards)
20176 (archive-unmark-all-files): "?\ " -> "?\s".
20177
20178 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20179 (Buffer-menu-not-modified, Buffer-menu-execute)
20180 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20181 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20182
20183 * composite.el (compose-string, encode-composition-rule)
20184 (compose-last-chars): Fix typos in docstrings.
20185
20186 * desktop.el (desktop-enable, desktop-basefilename):
20187 Declare with `define-obsolete-variable-alias'.
20188 (desktop-internal-v2s): Don't quote keywords.
20189 (desktop-clear): "?\ " -> "?\s".
20190
20191 * dired.el (dired-align-file, dired-flag-backup-files)
20192 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20193 (dired-listing-switches, dired-ls-F-marks-symlinks)
20194 (dired-dwim-target, dired-load-hook, dired-mode-hook)
20195 (dired-directory, dired-faces, dired, dired-revert)
20196 (dired-mode, dired-summary, dired-view-file)
20197 (dired-copy-filename-as-kill, dired-delete-file)
20198 (dired-no-confirm, dired-unmark-all-marks)
20199 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20200 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20201 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20202 Fix typos in message strings.
20203
20204 * dired-x.el (virtual-dired): Declare with `defalias'.
20205 (dired-mark-unmarked-files, dired-local-variables-file)
20206 (dired-omit-here-always): Doc fix.
20207 (dired-omit-mode, dired-find-subdir)
20208 (dired-enable-local-variables, dired-clean-up-buffers-too)
20209 (dired-extra-startup, dired-mark-extension, dired-jump)
20210 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20211 (dired-smart-shell-command, dired-guess-shell-alist-user)
20212 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20213 (dired-x-bind-find-file, dired-x-submit-report):
20214 Fix typos in docstrings.
20215 (dired-mark-unmarked-files): "?\ " -> "?\s".
20216
20217 * dirtrack.el (dirtrack-list): Fix typos in docstring.
20218
20219 * faces.el (describe-face): "?\ " -> "?\s".
20220 (read-all-face-attributes, read-face-font, modify-face)
20221 (face-attr-construct, italic): Fix typos in docstrings.
20222 (frame-update-face-colors): Declare with
20223 `define-obsolete-function-alias'.
20224
20225 * files.el (find-file-noselect, recode-file-name): Doc fixes.
20226 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20227 (magic-mode-alist, buffer-file-numbers-unique)
20228 (write-file-functions, get-free-disk-space):
20229 Fix typos in docstrings.
20230 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20231 (write-contents-hooks, write-file-hooks):
20232 Declare with `define-obsolete-variable-alias'.
20233
20234 * forms-d2.el (arch-rj): Fix typo in docstrings.
20235 (arch-tocol): Likewise. "?\ " -> "?\s".
20236
20237 * frame.el (set-frame-font, cursor-in-non-selected-windows):
20238 Fix typo in docstring.
20239 (set-screen-width, set-screen-height): Delete redundant info in
20240 doctrings.
20241 (new-frame, screen-height, screen-width): Declare with
20242 `define-obsolete-function-alias'.
20243 (delete-frame-hook, blink-cursor): Declare with
20244 `define-obsolete-variable-alias'.
20245
20246 * paths.el (prune-directory-list): Fix typos in docstring.
20247
20248 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20249 (cvs-prefix-get): Fix typos in docstrings.
20250
20251 * ps-print.el (ps-extend-face-list, ps-extend-face)
20252 (ps-print-background-image): Fix typos in docstrings.
20253 (ps-default-fg, ps-default-bg): Doc fixes.
20254
20255 * s-region.el (s-region-bind): Doc fix.
20256 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20257
20258 * textmodes/org.el (org-table-formula-substitute-names)
20259 (org-table-get-vertical-vector): Doc fixes.
20260 (org-table-recalculate): Remove unused argument to `message'.
20261
202622005-07-19 Carsten Dominik <dominik@science.uva.nl>
20263
20264 * textmodes/org.el (org-table-column-names)
20265 (org-table-column-name-regexp)
20266 (org-table-named-field-locations): New variables.
20267 (org-archive-subtree): Protect `this-command' when calling
20268 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20269 the kill buffer.
20270 (org-complete): Remove fixed-formula completion.
20271 (org-edit-formulas-map): New variable.
20272 (org-table-edit-formulas): New command.
20273 (org-finish-edit-formulas, org-abort-edit-formulas)
20274 (org-show-variable, org-table-get-vertical-vector): New functions.
20275 (org-table-maybe-eval-formula): Handle `:=' fields.
20276 (org-table-get-stored-formulas, org-table-store-formulas)
20277 (org-table-get-formula, org-table-modify-formulas)
20278 (org-table-replace-in-formulas): Handle named field formulas.
20279 (org-table-get-specials): Store locations of named fields.
20280
202812005-07-19 Juri Linkov <juri@jurta.org>
20282
20283 * progmodes/grep.el (grep-regexp-alist)
20284 (grep-mode-font-lock-keywords, grep-process-setup):
20285 Use default GNU grep match color "01;31m" instead of "01;41m".
20286 (grep-regexp-alist, grep-mode-font-lock-keywords):
20287 Use `\\[[0-9]*m' instead of `\\[00m'.
20288 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20289 sgr_start where its handling is more important. Use the real
20290 length of sgr_start instead of constant 8.
20291 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20292 specially. Delete all remaining escape sequences.
20293 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20294 (grep-regexp-alist): Make hyperlink only for binary file name
20295 instead of the whole line.
20296 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20297 (grep-mode): Add autoload.
20298
20299 * emacs-lisp/find-func.el (find-function-regexp):
20300 Add `define-compilation-mode'.
20301
203022005-07-19 Juri Linkov <juri@jurta.org>
20303
20304 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20305 (compare-windows-sync-string-size, compare-windows-recenter)
20306 (compare-windows-highlight, compare-windows): Add version 22.1.
20307 (compare-windows) <defface>: Inherit from lazy-highlight instead
20308 of duplicating its default value.
20309
20310 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20311 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20312
20313 * descr-text.el (describe-char): Create link buttons for `charset'
20314 and `code point'. Add the current input method name with a link
20315 button to `to input' field. Print face names of display table
20316 characters in `The display table entry is displayed by' section
20317 instead of printing face-id in the `display' field.
20318 Guess hardcoded faces and create a link button for them.
20319 Skip empty fields when calculating max-width.
20320 Treat `widget-create' specially while inserting strings from the
20321 collected field list.
20322 (describe-char-after): Made obsolete in version 22.1, not 21.5.
20323
20324 * diff-mode.el (diff-file-header): Change foreground color from
20325 yellow to green on light backgrounds.
20326 (diff-context): Inherit from `shadow' only for color/grayscale
20327 with more than 88 colors.
20328 (diff-indicator-removed, diff-indicator-added)
20329 (diff-indicator-changed): New faces.
20330 (diff-font-lock-keywords): Use new faces. Regroup rules.
20331 Add "^---$" for `normal' diff format. Fontify `#' lines with
20332 font-lock-comment-delimiter-face and font-lock-comment-face.
20333 Add `#' to ^[^...] in the rule for `diff-context-face'.
20334
20335 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20336 a button-like box. Inherit from `highlight' on low colors.
20337 (shadow): Use shades of gray only for color/grayscale with
20338 more than 88 colors. Use green for light backgrounds with
20339 8 colors, and yellow for dark backgrounds with 8 colors.
20340
20341 * font-lock.el (font-lock-regexp-grouping-backslash):
20342 Don't inherit from escape-glyph (use bold for all cases).
20343
20344 * info.el (info-xref-visited): Use light foreground color `violet'
20345 for dark backgrounds instead of dark color `magenta3'.
20346 (info-title-1): Use `yellow' color for dark backgrounds.
20347
20348 * isearch.el (isearch): Use not-too-dark magenta3 instead of
20349 too-light magenta2.
20350
20351 * replace.el (match): Use slightly more light RoyalBlue3 instead
20352 of dark RoyalBlue4.
20353
20354 * wid-edit.el (widget-inactive): Inherit from `shadow'.
20355
203562005-07-19 Juanma Barranquero <lekktu@gmail.com>
20357
20358 * novice.el (disabled-command-hook): Declare it with
20359 `define-obsolete-variable-alias'.
20360
20361 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20362 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20363 (desktop-load-default): Add release to obsolescence info.
20364 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20365 (desktop-append-buffer-args, desktop-read):
20366 Fix typos in docstrings.
20367 (desktop-kill): Fix typo in message.
20368 (desktop-save): Doc fix.
20369
203702005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20371
20372 * viper-cmd.el (viper-escape-to-state): Bug fix.
20373 (viper-envelop-ESC-key): Change the definition of fast
20374 keysequence so it'll work with keyboard macros.
20375
20376 * ediff.el (ediff-patch-buffer): Change the docstring.
20377
203782005-07-19 Kenichi Handa <handa@m17n.org>
20379
20380 * international/mule-cmds.el (select-safe-coding-system): Try to
20381 use an auto-coding (if any) before anything else. If the found
20382 auto-coding is invalid, show a warning message.
20383
20384 * international/mule.el (find-auto-coding): New function created
20385 by modifying the body of set-auto-coding.
20386 (set-auto-coding): Use find-auto-coding to find a coding.
20387
203882005-07-18 Richard M. Stallman <rms@gnu.org>
20389
20390 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20391 not isearch-mode-end-hook-error.
20392 (allout-before-change-protect): Fix error message.
20393
203942005-07-18 Juri Linkov <juri@jurta.org>
20395
20396 * allout.el (allout-mode):
20397 * calculator.el (calculator-copy):
20398 * custom.el (custom-known-themes):
20399 * dired.el (dired-desktop-buffer-misc-data)
20400 (dired-restore-desktop-buffer):
20401 * dired-x.el (dired-omit-marker-char):
20402 * files.el (basic-save-buffer):
20403 * font-core.el (font-lock-mode):
20404 * calendar/calendar.el (calendar-goto-hebrew-date)
20405 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20406 (calendar-goto-persian-date):
20407 * language/ethio-util.el (ethio-sera-to-fidel-region):
20408 * textmodes/picture.el (picture-mode):
20409 Delete duplicate duplicate words.
20410
204112005-07-18 Juri Linkov <juri@jurta.org>
20412
20413 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20414 chars * ? } |.
20415 (isearch-fallback): Don't call `isearch-process-search-char'.
20416 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20417 (isearch-process-search-char): Call `isearch-fallback' for regexp
20418 chars * ? } |.
20419 (isearch-return-char): Make obsolete with `make-obsolete' instead
20420 of simply documenting it as obsolete in the docstring.
20421 (isearch-fallback): Refill docstring.
20422
20423 * international/isearch-x.el
20424 (isearch-process-search-multibyte-characters): Remove unneeded
20425 `concat'. Add intermediate values to `junk-hist' instead of
20426 `minibuffer-history'. Test the length of `str'.
20427
204282005-07-18 Juanma Barranquero <lekktu@gmail.com>
20429
20430 * allout.el (allout-resolve-xref): Fix typos in error strings.
20431 (allout-before-change-protect): Remove unneeded `concat'.
20432
20433 * array.el (array-mode, array-reconfigure-rows)
20434 (untabify-backward): Fix typos in docstrings.
20435 (array-reconfigure-rows): Use `insert-buffer-substring', not
20436 `insert-buffer'.
20437
20438 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20439 * progmodes/ada-mode.el (ada-make-body):
20440 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20441
20442 * dired.el (dired-log):
20443 * tar-mode.el (tar-subfile-save-buffer):
20444 * play/zone.el (zone-pgm-stress-destress):
20445 Use `insert-buffer-substring', not `insert-buffer'.
20446
204472005-07-17 Simon Josefsson <jas@extundo.com>
20448
20449 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20450
204512005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20452
20453 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20454 Add plain auth method.
20455 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20456
204572005-07-17 Kim F. Storm <storm@cua.dk>
20458
20459 * ido.el (dired-other-window): Add ido property.
20460
204612005-07-16 Juanma Barranquero <lekktu@gmail.com>
20462
20463 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20464 Fix typo in docstring.
20465 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20466 `insert-file-literally'.
20467
20468 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20469 info and delete redundant message. Doc fix.
20470 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20471 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20472
204732005-07-16 Richard M. Stallman <rms@gnu.org>
20474
20475 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20476 (byte-compile-and): Use byte-compile-and-recursion.
20477 (byte-compile-or-recursion): New function.
20478 (byte-compile-or): Use that.
20479 (byte-compile-if): Guard the else-clause too.
20480 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20481
20482 * isearch.el (isearch-mode-end-hook-quit): New variable.
20483 (isearch-done): Bind it.
20484 (isearch-mode-end-hook): Doc fix.
20485
20486 * allout.el (allout-isearch-did-quit): Variable deleted.
20487 (allout-real-isearch-abort): Function name no longer used.
20488 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20489 (allout-isearch-rectification): isearch-mode always exists.
20490 Don't set allout-isearch-did-quit.
20491 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20492 allout-isearch-did-quit.
20493 (allout-enwrap-isearch): Just add the hook.
20494 (allout-isearch-abort): Function deleted.
20495 (allout-pre-command-business): Avoid warning.
20496
20497 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20498 Correctly avoid warnings.
20499 (pascal-outline): Likewise.
20500
20501 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20502
20503 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20504
20505 * play/tetris.el (tetris-mode): Avoid warning.
20506
20507 * play/snake.el (snake-mode): Avoid warning.
20508
20509 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20510 (gamegrid-set-display-table): Avoid warning.
20511 (gamegrid-set-timer): Likewise.
20512 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20513 (gamegrid-add-score-with-update-game-score-1): Take FILE
20514 as argument.
20515 (gamegrid-add-score-with-update-game-score): Pass that argument.
20516 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20517
20518 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20519
20520 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20521 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20522
20523 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20524 and insert-file.
20525
20526 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20527 (sc-ask): Avoid warnings.
20528
20529 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20530 (eshell-hist-initialize): Use that var the natural way.
20531
20532 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20533
20534 * emacs-lisp/re-builder.el (reb-cook-regexp):
20535 Avoid warning calling lre-compile-string.
20536 (reb-color-display-p): Avoid warning.
20537
20538 * calculator.el (calculator-last-input): Guard uses
20539 of event-key and key-press-event-p.
20540 (event-key, key-press-event-p): Delete definitions.
20541
20542 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20543 (find-gc-source-directory, find-gc-subrs-callers)
20544 (find-gc-noreturn-list, find-gc-source-files)
20545 (find-gc-subrs-called): Vars renamed and defvar'd.
20546
20547 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20548 (checkdoc-overlay-put, checkdoc-delete-overlay)
20549 (checkdoc-overlay-start, checkdoc-overlay-end)
20550 (checkdoc-mode-line-update, checkdoc-char=):
20551 Define such that compiler knows they are defined.
20552 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20553 (checkdoc-read-event): Delete. Use read-event directly.
20554
20555 * whitespace.el (whitespace-make-overlay)
20556 (whitespace-overlay-put, whitespace-delete-overlay)
20557 (whitespace-overlay-start, whitespace-overlay-end):
20558 Define such that compiler knows they are defined.
20559 (whitespace): Move conditional inside.
20560
20561 * tempo.el (tempo-insert-template): Suppress warning.
20562
20563 * ediff-diff.el (longlines-mode): Add defvar.
20564
205652005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20566
20567 * server.el: Bind "C-x #" in a way that works even if C-x is
20568 redefined to a command key, not a prefix key.
20569
4fc9bd56 205702005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
20571
20572 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20573 cl-make-type-test till execution time.
20574
205752005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20576
20577 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20578 arg ARG and use it.
20579
4fc9bd56 205802005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
6fee106e
KS
20581
20582 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20583
205842005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20585
20586 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20587 a defcustom with two :set or :type keywords.
20588
205892005-07-15 Richard M. Stallman <rms@gnu.org>
20590
20591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20592 Don't give ^M comment-end syntax.
20593
205942005-07-16 Nick Roberts <nickrob@snap.net.nz>
20595
20596 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20597 Don't consider gdbmi (gdb-mi.el has its own update functions).
20598 (gdb-var-delete): Make it work for gdbmi as well.
20599 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20600
20601 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20602 (gud-speedbar-menu-items): Correct logic for enabling items.
20603
206042005-07-15 Kim F. Storm <storm@cua.dk>
20605
20606 * ido.el: Fix commentary.
20607 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20608 Use with-no-warnings around ffap-guesser.
20609 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20610 Let bind minibuffer-completing-file-name to t.
20611
206122005-07-15 Juanma Barranquero <lekktu@gmail.com>
20613
20614 * startup.el (site-run-file, keyboard-type): Doc fixes.
20615 (command-line): Check for "--basic-display" argument; also for
20616 "--quick", not "--bare-bones" (which was renamed).
20617 (fancy-splash-text): Add missing item "Getting New Versions".
20618 (normal-splash-screen): Fix typos and improve consistency with
20619 `fancy-splash-text'. Update copyright year.
20620
20621 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20622 valid binding for `help-char'.
20623
20624 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20625
206262005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
20627
20628 * term.el (term-mode): Disable cua-mode for term buffers.
20629
206302005-07-14 Juanma Barranquero <lekktu@gmail.com>
20631
20632 * add-log.el (add-log-mailing-address, change-log-merge):
20633 Doc fixes.
20634 (change-log-get-method-definition): Fix typo in docstring.
20635
206362005-07-14 Kim F. Storm <storm@cua.dk>
20637
20638 * emulation/cua-base.el:
20639 (cua--pre-command-handler-1, cua--pre-command-handler)
20640 (cua--post-command-handler-1, cua--post-command-handler):
20641 Split in two. Check (buffer local) value of cua-mode.
20642 (cua-selection-mode): New command.
20643
206442005-07-13 Luc Teirlinck <teirllm@auburn.edu>
20645
20646 * custom.el (custom-initialize-safe-set)
20647 (custom-initialize-safe-default): Doc fixes.
20648
20649 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20650 and simplify :init-value again.
20651
20652 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20653 and simplify :init-value again. Delete autoload.
20654
20655 * startup.el (command-line): Use `custom-reevaluate-setting' again
20656 for tooltip-mode.
20657
20658 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20659 a defcustom with two :initialize keywords.
20660
206612005-07-13 Juanma Barranquero <lekktu@gmail.com>
20662
20663 * allout.el (my-mark-marker, allout-isearch-prior-pos)
20664 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
20665 (allout-post-command-business, allout-flag-region)
20666 (isearch-reenable-font-lock, allout-yank)
20667 (allout-insert-latex-header, allout-insert-latex-trailer)
20668 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
20669 (allout-latex-verb-quote): Fix typos in docstrings.
20670 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
20671 (allout-unprotected, allout-prefix-data):
20672 Improve argument/docstring consistency.
20673 (allout-chart-subtree): Fix argument spec.
20674 (allout-open-topic): Rename `use_sib_bullet' argument to
20675 `use-sib-bullet'. Doc fix.
20676
20677 * whitespace.el (whitespace-check-buffer-leading)
20678 (whitespace-check-buffer-trailing)
20679 (whitespace-check-buffer-indent)
20680 (whitespace-check-buffer-spacetab)
20681 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
20682 (whitespace-check-leading-whitespace)
20683 (whitespace-check-trailing-whitespace)
20684 (whitespace-check-spacetab-whitespace)
20685 (whitespace-check-indent-whitespace)
20686 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
20687 (whitespace-modes): Fix typos in docstrings.
20688 (defgroup, defcustom): Doc fixes.
20689
20690 * winner.el (winner-mode, winner-boring-buffers)
20691 (winner-pending-undo-ring): Doc fixes.
20692 (winner-ring): Remove unneeded `progn'.
20693 (winner-equal): `defsubst' it.
20694 (winner-redo): Fix message.
20695
206962005-07-13 Kim F. Storm <storm@cua.dk>
20697
20698 * simple.el (line-move-1): Always use vertical-motion to
20699 do the last (or only) line move to ensure some movement.
20700 Undo 2005-06-23 change--don't check for overlays.
20701
207022005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20703
20704 * term/mac-win.el (ccl-encode-mac-roman-font)
20705 (ccl-encode-mac-centraleurroman-font)
20706 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
20707 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
20708 Change charset-id boundary of dimension to ?\xef.
20709 (mac-char-fontspec-list): New constant.
20710 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
20711 argument. Nil uses itself as family in font-spec. Previous
20712 behavior for nil is now provided by non-nil non-string argument.
20713 All callers changed. Add font-specs for Mac fonts to
20714 "fontset-default" unless iso8859-1 fonts are installed.
20715
207162005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20717
20718 * progmodes/sh-script.el (sh-get-indent-info): Only indent
20719 a continuation line if the \ is preceded by SPC or TAB.
20720 (sh-get-indent-info): Simplify.
20721 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
20722 Use with-current-buffer.
20723
20724 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
20725 when the matched text is empty.
20726
207272005-07-12 Luc Teirlinck <teirllm@auburn.edu>
20728
20729 * startup.el (command-line): Revert to previous handling of
20730 tooltip-mode. Explain in comment why the complexity is needed.
20731
20732 * tooltip.el (tooltip-mode): Revert to previous implementation of
20733 its defcustom.
20734
20735 * frame.el (blink-cursor-mode): Revert to previous implementation
20736 of its defcustom. Update comment.
20737
207382005-07-12 Lars Hansen <larsh@soem.dk>
20739
20740 * desktop.el: Update e-mail address.
20741
207422005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20743
20744 * term/mac-win.el (mac-services-mail-selection)
20745 (mac-services-mail-to): New functions.
20746 (mac-application-menu-map): Bind them.
20747
207482005-07-12 wulei <milton@wulei.net> (tiny change)
20749
20750 * progmodes/gdb-ui.el: Add note about buffering with Windows.
20751
207522005-07-11 Luc Teirlinck <teirllm@auburn.edu>
20753
20754 * custom.el (custom-reevaluate-setting): Doc fix.
20755
207562005-07-11 Jay Belanger <belanger@truman.edu>
20757
20758 * calc/calc.el (calc-embedded-announce-formula-alist)
20759 (calc-embedded-open-close-plain-alist)
20760 (calc-embedded-open-close-mode-alist): Add checks for additional
20761 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
20762
207632005-07-11 Juanma Barranquero <lekktu@gmail.com>
20764
20765 * custom.el (custom-enable-theme): Don't add theme to
20766 `custom-enabled-themes' with `push' because there is no
20767 setf-method for `delq'.
20768
207692005-07-11 Richard M. Stallman <rms@gnu.org>
20770
20771 * custom.el (custom-declare-variable): Doc fix.
20772
20773 * dired-aux.el (dired-compare-directories): Remove "." and ".."
20774 from the alists.
20775
20776 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
20777 Do nothing if edebug-active.
20778
20779 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
20780 (edebug-display): Do it here instead.
20781
207822005-07-10 Richard M. Stallman <rms@gnu.org>
20783
20784 * cus-face.el (custom-theme-set-faces): Make it work.
20785 (custom-reset-faces): Doc fix.
20786 (custom-theme-reset-internal-face, custom-theme-face-value):
20787 Functions deleted.
20788
20789 * custom.el (custom-push-theme): Maintain list of the settings
20790 of a given theme in its theme-settings property.
20791 Maintain position of old settings in the theme-value
20792 or theme-face property.
20793 (custom-enabled-themes): New variable.
20794 (custom-theme-enabled-p): New function.
20795 (provide-theme): Update custom-enabled-themes.
20796 Disable and reenable the `user' theme.
20797 (require-theme): Doc fix.
20798 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
20799 (custom-theme-value, custom-theme-variable-value): Likewise.
20800 (custom-theme-reset-internal): Likewise.
20801 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
20802 (custom-enable-theme, custom-disable-theme): New functions.
20803 (custom-variable-theme-value, custom-face-theme-value): Likewise.
20804 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
20805 (custom-theme-reset-variables): Simplify.
20806 (deftheme, custom-declare-theme, custom-make-theme-feature):
20807 Definitions moved.
20808
208092005-07-10 Chong Yidong <cyd@stupidchicken.com>
20810
20811 * longlines.el (longlines-show-region)
20812 (longlines-unshow-hard-newlines): Recognize hard newlines by
20813 non-nil hard property, instead of t.
20814
208152005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
20816
20817 * viper-cmd.el (viper--key-maps): New variable.
20818 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
20819 emulation-mode-map-alists.
20820 (viper-envelop-ESC-key): Use viper-subseq.
20821 (viper-search-forward/backward/next): Disable debug-on-error.
20822
20823 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20824 (viper-ESC-key): New defcustoms.
20825
20826 * viper-macs.el (ex-map-read-args): Use viper-subseq.
20827
20828 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
20829 (viper-subseq): Copy of subseq from cl.el.
20830
20831 * viper.el (viper-go-away, viper-set-hooks): Use
20832 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
20833
20834 * viper-mous.el (viper-current-frame-saved): Use defvar.
20835
20836 * viper-init.el: Get rid of -face in face names.
20837
20838 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
20839 Make it work with longlines mode
20840
20841 * ediff-mult.el (ediff-meta-mode-hook): New variable.
20842
20843 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
20844
20845 * ediff-init.el: Get rid of -face in face names.
20846
208472005-07-10 Richard M. Stallman <rms@gnu.org>
20848
20849 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
20850 and with-timeout-unsuspend.
20851
20852 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
20853 and with-timeout-unsuspend.
20854
20855 * emacs-lisp/timer.el (with-timeout-timers): New variable.
20856 (with-timeout): Bind that variable to record timers.
20857 (with-timeout-suspend, with-timeout-unsuspend): New functions.
20858
20859 * emacs-lisp/debug.el (debug-help-follow): New function.
20860 (debugger-mode-map): Use that instead of help-follow.
20861 (debugger-setup-buffer): Use eval-buffer-list
20862 to handle eval-buffer frames.
20863
208642005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
20865
20866 * timezone.el (timezone-parse-date): Change first regexp
20867 so it will not mistakenly match dates with no time zone.
20868
208692005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
20870
20871 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
20872
208732005-07-10 Luc Teirlinck <teirllm@auburn.edu>
20874
20875 * custom.el (custom-initialize-safe-set)
20876 (custom-initialize-safe-default): New functions.
20877
20878 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20879 and simplify :init-value.
20880
20881 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20882 and simplify :init-value. Delete obsolete comment.
20883
20884 * startup.el (command-line): Use `custom-reevaluate-setting' to
20885 handle `tooltip-mode'. Delete obsolete comment.
20886
20887 * files.el (set-visited-file-name): Avoid calling
20888 `file-name-nondirectory' with a nil argument.
20889
208902005-07-09 Richard M. Stallman <rms@gnu.org>
20891
20892 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
20893 was called with nil for the buffer, handle the read position right.
20894 Handle read position for eval-region, too.
20895
208962005-07-09 Juri Linkov <juri@jurta.org>
20897
20898 * fringe.el (fringe-mode): Add period in docstring.
20899 (fringe-query-style): Build prompt depending on `all-frames' arg.
20900
20901 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
20902 to not create links to unrelated functions in the Help buffer.
20903
20904 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
20905 Doc fix.
20906
20907 * simple.el (next-error-hook): New variable.
20908 (next-error): Use it. Doc fix.
20909
20910 * textmodes/ispell.el (ispell-command-loop): Add current
20911 dictionary name and program name to mode-line-format.
20912 (ispell-region, ispell-process-line): Add current dictionary name
20913 and program name to messages.
20914
209152005-07-08 Jay Belanger <belanger@truman.edu>
20916
20917 * calc/calc.el (calc-embedded-announce-formula-alist)
20918 (calc-embedded-open-close-formula-alist)
20919 (calc-embedded-open-close-word-alist)
20920 (calc-embedded-open-close-plain-alist)
20921 (calc-embedded-open-close-new-formula-alist)
20922 (calc-embedded-open-close-mode-alist)
20923 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
20924 (calc-embedded-mode-hook): New variables.
20925
20926 * calc/calc-embed.el (calc-embedded-firsttime)
20927 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
20928 New variables.
20929 (calc-do-embedded): Use calc-embedded-firsttime,
20930 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
20931 determine whether or not to run hooks.
20932 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
20933 calc-embedded-firsttime-formula appropriately.
20934 Set calc-embedded delimiter variables according to mode.
20935
209362005-07-08 Richard M. Stallman <rms@gnu.org>
20937
20938 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
20939 Check for "emacs", etc., as entire symbol, not just as word.
20940 (checkdoc-file-comments-engine): Use regexp-quote on FN.
20941
20942 * files.el (set-visited-file-name): Report the error
20943 for "empty filename" earlier.
20944 (kill-some-buffers): Ignore buffers already dead.
20945
20946 * fringe.el (fringe-mode): Doc fix.
20947
20948 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20949 Check for (featurep 'xemacs) and turn off warnings in what it guards.
20950 Use unwind-protect to ensure byte-compile-unresolved-functions
20951 is updated.
20952
20953 * whitespace.el (whitespace-buffer-leading-cleanup):
20954 Simplify w/ skip-chars-forward.
20955 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20956
20957 * mail/rmail.el (rmail-only-expunge): Fix paren error.
20958 Unconditionally try to leave point at the same old place.
20959
209602005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
20961
20962 * comint.el (comint-postoutput-scroll-to-bottom)
20963 (comint-show-maximum-output): Take scroll-margin into consideration.
20964
209652005-07-08 Kim F. Storm <storm@cua.dk>
20966
20967 * ido.el (ido-use-filename-at-point): New choice `guess'.
20968 (ido-file-internal): Try ffap-guesser if selected.
20969
20970 * ido.el (ido-before-fallback-functions): New hook.
20971 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20972 (ido-read-file-name): Run it.
20973
209742005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20977 strings rather than a list of symbols to the completion function.
20978
209792005-07-07 Jay Belanger <belanger@truman.edu>
20980
20981 * calc/calc-units.el (math-apply-units): Change the places in
20982 which units are simplified.
20983
209842005-07-07 Luc Teirlinck <teirllm@auburn.edu>
20985
20986 * cus-edit.el (customize-option, customize-option-other-window):
20987 Make them handle aliases.
20988
20989 * custom.el (custom-variable-p): Make it recursively follow
20990 aliases. Mention that in the docstring.
20991
209922005-07-07 Richard M. Stallman <rms@gnu.org>
20993
20994 * cus-start.el (exec-path): Use `directory' instead of `file'.
20995 Fix tag for nil.
20996
209972005-07-07 Juanma Barranquero <lekktu@gmail.com>
20998
20999 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21000 when called non-interactively. Doc fix.
21001
210022005-07-07 Lute Kamstra <lute@gnu.org>
21003
21004 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21005 new address as well.
21006
210072005-07-07 Kenichi Handa <handa@m17n.org>
21008
21009 * international/mule.el (make-coding-system):
21010 Describe `ascii-incompatible' property in the docstring.
21011 (set-file-name-coding-system): Signal an error if coding-system is
21012 ascii-incompatible.
21013 (set-keyboard-coding-system): Likewise.
21014
21015 * international/mule-cmds.el (set-default-coding-systems):
21016 Don't set default-file-name-coding-system and
21017 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21018
21019 * international/utf-16.el: Declare that all UTF-16-based coding
21020 systems are ASCII-incompatible.
21021
210222005-07-07 Nick Roberts <nickrob@snap.net.nz>
21023
21024 * progmodes/gud.el: Require font-lock for displaying errors.
21025 Used by gdb-ui.el.
21026
210272005-07-07 Juanma Barranquero <lekktu@gmail.com>
21028
21029 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21030 values for the pattern lists which are `read'able but not
21031 `append'able (like symbols).
21032
210332005-07-06 Richard M. Stallman <rms@gnu.org>
21034
21035 * progmodes/flymake.el (flymake-float-time): Instead of
9c92edca 21036 with-no-warnings, test for XEmacs.
6fee106e
KS
21037 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21038 to avoid warning.
21039
210402005-07-06 Juanma Barranquero <lekktu@gmail.com>
21041
21042 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21043
210442005-07-05 Lute Kamstra <lute@gnu.org>
21045
21046 * battery.el: Add support for Darwin (with much debugging help
21047 from Samuel Lauber <sam124@operamail.com>).
21048 (battery-status-function, battery-echo-area-format)
21049 (battery-mode-line-format): Add support for pmset on Darwin.
21050 (battery-load-low, battery-load-critical): New user options.
21051 (battery-pmset): New function.
21052
210532005-07-05 Lute Kamstra <lute@gnu.org>
21054
21055 Update FSF's address in GPL notices.
21056
21057 * textmodes/page-ext.el: Update FSF's address.
21058
210592005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21060
21061 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21062 filling from using prefix when filling a single-line docstring.
21063
21064 * progmodes/flymake.el: Remove useless eval-when-compile.
21065
21066 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21067
210682005-07-04 Richard M. Stallman <rms@gnu.org>
21069
21070 * textmodes/org.el (org-file-apps-defaults-gnu):
21071 Rename from org-file-apps-defaults-linux.
21072 (org-default-apps): Don't test system-type for `linux'.
21073 (org-file-apps): Doc fix.
21074
210752005-07-04 David Ponce <david@dponce.com>
21076
21077 * tree-widget.el: Improve header Commentary section.
21078 (tree-widget) [defgroup]
21079 (tree-widget-image-enable, tree-widget-themes-directory)
21080 (tree-widget-theme, tree-widget-image-properties-emacs)
21081 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21082 (tree-widget-image-formats, tree-widget-control)
21083 (tree-widget-empty-control, tree-widget-leaf-control
21084 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21085 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21086 (tree-widget-keep, tree-widget-after-toggle-functions)
21087 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21088 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21089 :help-echo message.
21090 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21091 (tree-widget-image-properties): Doc fix. Clearer implementation.
21092 (tree-widget--cursors): New constant.
21093 (tree-widget-lookup-image): New function split from
21094 `tree-widget-find-image'. Clearer implementation.
21095 (tree-widget-find-image): Use it.
21096 (tree-widget-button-keymap): Use `set-keymap-parent'.
21097 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21098 Define the sub-widgets here.
21099 (tree-widget-node): Check that :node is not a tree-widget.
21100 (tree-widget-get-super, tree-widget-open-control)
21101 (tree-widget-close-control, tree-widget-empty-control)
21102 (tree-widget-leaf-control, tree-widget-guide)
21103 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21104 (tree-widget-no-handle, tree-widget-value-delete)
21105 (tree-widget-map): Remove.
21106 (tree-widget-children-value-save): Doc fix. Simplified.
21107 (tree-widget-value-create): Update according to previous changes.
21108
211092005-07-04 Carsten Dominik <dominik@science.uva.nl>
21110
21111 * textmodes/org.el: Leading space replaced by TABS.
21112 (org-recalc-marks, org-table-rotate-recalc-marks)
21113 (org-table-get-specials): Treat "^" and "_" marks.
21114 (org-table-justify-field-maybe): Optional argument NEW.
21115 (org-table-eval-formula): Parsing of the format simplified.
21116 New modes C,I. Honor the %= parameter in the current table.
21117 Avoid unnecessary re-align by using the NEW argument to
21118 `org-table-justify-field-maybe'.
21119 (org-calc-default-modes): Default for date-format mimicks org-mode.
21120 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21121
211222005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21123
21124 * cus-face.el (custom-theme-set-faces): Make it handle face
21125 aliases whose alias declarations are pre- or autoloaded.
21126
211272005-07-04 Juri Linkov <juri@jurta.org>
21128
21129 * faces.el (read-face-name): Put the code for getting a face name
21130 from the buffer before adding the faces from the `face' property.
21131 Use `completing-read-multiple' instead of `completing-read'.
21132 Require `crm'. Add default value and post-process the returned
21133 list of faces.
21134
21135 * emacs-lisp/crm.el (crm-find-current-element)
21136 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21137
21138 * emacs-lisp/lisp-mode.el (eval-defun-1):
21139 * emacs-lisp/edebug.el (edebug-eval-defun):
21140 Remove unnecessary quotes.
21141
211422005-07-04 Juanma Barranquero <lekktu@gmail.com>
21143
21144 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21145 (prolog-indent-level): Fix typo in docstring.
21146
21147 * info.el (Info-history, Info-history-forward)
21148 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21149
21150 * add-log.el (add-change-log-entry):
21151 * comint.el (comint-dynamic-list-input-ring)
21152 (comint-dynamic-list-completions):
21153 * dabbrev.el (dabbrev-expand):
21154 * delim-col.el (delimit-columns-rectangle-line):
21155 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21156 (diff-unified->context):
21157 * ediff-init.el (ediff-abbrev-jobname):
21158 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21159 (ediff-replace-session-activity-marker-in-meta-buffer):
21160 * info.el (Info-summary):
21161 * lpr.el (printify-region):
21162 * printing.el (pr-create-interface):
21163 * ps-print.el (ps-print-quote):
21164 * ses.el (ses-column-widths, ses-print-cell)
21165 (ses-adjust-print-width, ses-center):
21166 * shell.el (shell-file-name-quote-list):
21167 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21168 (strokes-fill-current-buffer-with-whitespace)
21169 (strokes-xpm-for-stroke, strokes-list-strokes)
21170 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21171 * term.el (term-dynamic-list-input-ring)
21172 (term-dynamic-list-completions):
21173 * calc/calc.el (math-format-stack-value):
21174 * emacs-lisp/edebug.el (edebug-display-freq-count):
21175 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21176 (delphi-new-comment-line):
21177 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21178 * progmodes/executable.el (executable-set-magic):
21179 * progmodes/python.el (inferior-python-mode):
21180 * progmodes/scheme.el (scheme-mode-syntax-table):
21181 * progmodes/sh-script.el (sh-maybe-here-document):
21182 * progmodes/sql.el (sql-copy-column):
21183 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21184 * textmodes/bibtex.el (bibtex-mode):
21185 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21186 (sgml-auto-attributes):
21187 * textmodes/table.el (table-insert, table-shorten-cell)
21188 (table--generate-source-scan-lines, table-delete-row)
21189 (*table--cell-delete-char, table--spacify-frame)
21190 (table--horizontally-shift-above-and-below)
21191 (table--cell-insert-char, table--cell-blank-str)
21192 (table--fill-region-strictly):
21193 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21194 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21195
21196 * add-log.el (change-log):
21197 * apropos.el (apropos):
21198 * comint.el (comint-completion, comint-source):
21199 * dabbrev.el (dabbrev):
21200 * delim-col.el (columns):
21201 * diff-mode.el (diff-mode):
21202 * ediff.el (ediff):
21203 * ediff-diff.el (ediff-diff):
21204 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21205 * ediff-mult.el (ediff-mult):
21206 * ediff-ptch.el (ediff-ptch):
21207 * ediff-wind.el (ediff-window):
21208 * facemenu.el (facemenu):
21209 * indent.el (indent):
21210 * info.el (info):
21211 * jka-cmpr-hook.el (compression, jka-compr):
21212 * lpr.el (lpr):
21213 * outline.el (outlines):
21214 * pcmpl-cvs.el (pcmpl-cvs):
21215 * pcmpl-rpm.el (pcmpl-rpm):
21216 * printing.el (printing):
21217 * ps-print.el (postscript, ps-print, ps-print-horizontal)
21218 (ps-print-vertical, ps-print-headers, ps-print-font)
21219 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21220 (ps-print-background, ps-print-printer, ps-print-page)
21221 (ps-print-miscellany):
21222 * ses.el (ses):
21223 * shell.el (shell, shell-directories, shell-faces):
21224 * startup.el (initialization):
21225 * strokes.el (strokes):
21226 * term.el (term):
21227 * uniquify.el (uniquify):
21228 * w32-vars.el (w32):
21229 * calc/calc.el (calc):
21230 * emacs-lisp/bytecomp.el (bytecomp):
21231 * emacs-lisp/cl-indent.el (lisp-indent):
21232 * emacs-lisp/edebug.el (edebug):
21233 * emacs-lisp/elp.el (elp):
21234 * emacs-lisp/testcover.el (testcover):
21235 * emacs-lisp/trace.el (trace):
21236 * emulation/viper-ex.el (viper-ex):
21237 * emulation/viper-mous.el (viper-mouse):
21238 * mail/mailalias.el (mailalias):
21239 * mail/supercite.el (supercite, supercite-frames)
21240 (supercite-attr, supercite-cite, supercite-hooks):
21241 * net/rcompile.el (remote-compile):
21242 * net/rlogin.el (rlogin):
21243 * obsolete/ooutline.el (outlines):
21244 * progmodes/delphi.el (delphi):
21245 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21246 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21247 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21248 (ebnf-optimization):
21249 * progmodes/etags.el (etags):
21250 * progmodes/executable.el (executable):
21251 * progmodes/idlwave.el (idlwave):
21252 * progmodes/pascal.el (pascal):
21253 * progmodes/prolog.el (prolog):
21254 * progmodes/python.el (python):
21255 * progmodes/scheme.el (scheme):
21256 * progmodes/sh-script.el (sh, sh-script):
21257 * progmodes/sql.el (SQL):
21258 * progmodes/tcl.el (tcl):
21259 * textmodes/bibtex.el (bibtex, bibtex-autokey):
21260 * textmodes/enriched.el (enriched):
21261 * textmodes/makeinfo.el (makeinfo):
21262 * textmodes/sgml-mode.el (sgml):
21263 * textmodes/table.el (table-hooks):
21264 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21265 * textmodes/texinfo.el (texinfo):
21266 * textmodes/two-column.el (two-column):
21267 Finish `defgroup' description with period.
21268
21269 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21270 * eshell/esh-var.el (eshell-var):
21271 * progmodes/vhdl-mode.el (vhdl-testbench):
21272 * textmodes/org.el (org): Fix typos in docstrings.
21273
21274 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21275 consistency.
21276
21277 * progmodes/flymake.el (flymake-find-file): Remove.
21278 (flymake-float-time): Use `with-no-warnings'.
21279 (flymake-check-start-time, flymake-check-was-interrupted)
21280 (flymake-err-info, flymake-is-running, flymake-last-change-time)
21281 (flymake-new-err-info): `defvar' at compile time.
21282
212832005-07-03 Juanma Barranquero <lekktu@gmail.com>
21284
21285 * replace.el (occur-hook): Doc fix.
21286 (occur-1): Don't call `occur-hook' if there are no matches.
21287
212882005-07-03 Richard M. Stallman <rms@gnu.org>
21289
21290 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21291 global-map, save the same map.
21292 (global-map): Don't alter it at top level.
21293 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21294 Then alter it here instead.
21295 (tpu-edt-off): Set global-map to the saved one.
21296
21297 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21298 All references simplified.
21299 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
21300 (zmacs-regions): Add defvar.
21301 (repeat-complex-command-map): Everything about that deleted.
21302
21303 * textmodes/artist.el (artist-key-is-drawing)
21304 (artist-key-endpoint1, artist-key-poly-point-list)
21305 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21306 (artist-key-compl-table, artist-rb-save-data)
21307 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21308 Don't put them in eval-when-compile.
21309 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21310
21311 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21312 Use with-no-warnings.
21313
21314 * net/browse-url.el (dos-windows-version): Add defvar.
21315
21316 * mail/supercite.el (filladapt-prefix-table): Add defvar.
21317
21318 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21319 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21320 (rmail-new-summary-line-count): Rename from new-summary-line-count.
21321 Add defvar.
21322 (rmail-summary-beginning-of-message): Use with-no-warnings.
21323 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21324
21325 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21326 Use with-no-warnings.
21327
21328 * emulation/vi.el (vi-mark-region): Use c-mark-function.
21329 (c-mark-function): Add point-moving-unit property.
21330 (vi-goto-line): Use with-no-warnings.
21331
21332 * emulation/edt.el (edt-last-copied-word): Add defvar.
21333 (zmacs-region-stays): Likewise.
21334 (edt-mark-section-wisely): Use c-mark-function for C.
21335 Use makr-defun for Fortran.
21336 (time-string): defvar deleted.
21337 (edt-display-the-time): Don't set time-string.
21338
21339 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21340
21341 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21342 Don't warn when name is not constant
21343 or for defining the group `emacs'.
21344
21345 * tooltip.el (gud-tooltip-mode): Add defvar.
21346
21347 * startup.el (default-frame-background-mode): Add defvar.
21348
21349 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21350
21351 * info.el (tool-bar-map): Add defvar.
21352
21353 * dired.el (dnd-protocol-alist): Add defvar.
21354
21355 * dired-aux.el (dired-query): Display question with answer, when
21356 the user answers.
21357
21358 * custom.el (custom-add-option): Doc fix.
21359
21360 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21361
213622005-07-03 Eli Zaretskii <eliz@gnu.org>
21363
21364 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21365 bogus name from the last change.
21366
213672005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21368
21369 * custom.el (custom-declare-variable): Fix typos in comment.
21370 (custom-known-themes): Doc fix.
21371 (custom-theme-directory): New defcustom.
21372 (require-theme): Make it check `custom-theme-directory'.
21373
21374 * cus-theme.el (custom-new-theme-mode): New function.
21375 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21376 (custom-theme-description): Add compiler defvars.
21377 (customize-create-theme): Add doc to the "*New Custom Theme*"
21378 buffer. Use `custom-new-theme-mode'.
21379 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21380 and save it to the `custom-theme-directory'. Make this the
21381 default directory of the buffer.
21382
213832005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21384
21385 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21386 Fix unbalanced parentheses.
21387
213882005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21389
21390 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21391 into flymake-mode and delegate to flymake-mode.
21392
21393 * find-file.el (ff-which-function-are-we-in): Clean up.
21394
213952005-07-02 Juanma Barranquero <lekktu@gmail.com>
21396
21397 * replace.el (occur-rename-buffer): Fix docstring.
21398
21399 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21400 (edt-last-copied-word, edt-learn-macro-count)
21401 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21402 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21403 (time-string, zmacs-region-stays):
21404 * emulation/edt-mapper.el (edt-save-function-key-map)
21405 (EDT-key-name): `defvar' to silence the byte-compiler.
21406
214072005-07-02 Martin Rudalics <rudalics@gmx.at>
21408
21409 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21410 font-lock-regexp-backslash. Doc fix.
21411 (font-lock-regexp-backslash-grouping-construct): Rename from
21412 font-lock-regexp-backslash-construct. Doc fix.
21413 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21414 grouping constructs.
21415
214162005-07-02 Eli Zaretskii <eliz@gnu.org>
21417
21418 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21419 updating all the prerequisites.
21420
214212005-07-01 Juanma Barranquero <lekktu@gmail.com>
21422
21423 * textmodes/org.el (org-agenda-start-on-weekday)
21424 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21425 (org-agenda-use-time-grid, org-archive-location)
21426 (org-allow-space-in-links, org-usenet-links-prefer-google)
21427 (org-enable-table-editor, org-export-default-language)
21428 (org-export-html-show-new-buffer, org-fill-paragraph)
21429 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21430 (org-goto-quit, org-occur, org-eval-in-calendar)
21431 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21432 (org-agenda-diary-entry, org-remember-help)
21433 (org-table-convert-region, org-at-table-p)
21434 (org-table-move-row-down, org-table-move-row-up)
21435 (org-table-copy-region, org-table-toggle-vline-visibility)
21436 (org-table-get-stored-formulas, org-table-get-specials)
21437 (org-recalc-commands, org-table-eval-formula)
21438 (org-table-formula-substitute-names, orgtbl-make-binding)
21439 (org-format-org-table-html, org-format-table-table-html)
21440 (org-format-table-table-html-using-table-generate-source)
21441 (org-customize): Fix typos in docstrings.
21442 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21443 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21444 (org-back-to-heading): Doc fixes.
21445 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21446 (org-agenda-change-all-lines, org-get-header):
21447 Improve argument/docstring consistency.
21448 (orgtbl-error): Fix error message.
21449
21450 * progmodes/flymake.el (flymake-find-possible-master-files)
21451 (flymake-master-file-compare, flymake-get-line-err-count)
21452 (flymake-highlight-line, flymake-gui-warnings-enabled):
21453 Fix typos in docstrings.
21454 (flymake-parse-line, flymake-get-project-include-dirs-function)
21455 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21456 Doc fixes.
21457 (flymake-get-project-include-dirs-function)
21458 (flymake-make-err-menu-data):
21459 Improve argument/docstring consistency.
21460
214612005-07-01 Lute Kamstra <lute@gnu.org>
21462
21463 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21464 Catch errors with ignore-errors. Use temporary buffer.
21465 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21466
21467 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21468 background color faces.
21469 (facemenu-set-foreground, facemenu-set-background):
21470 Use facemenu-set-face-from-menu.
21471 (facemenu-set-face-from-menu): Treat face names that start with
21472 "fg:" or "bg:" as special.
21473 (facemenu-add-new-color): Don't create faces. Simplify.
21474
214752005-06-30 Richard M. Stallman <rms@gnu.org>
21476
21477 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21478 (crm-find-current-element): Likewise.
21479
214802005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21481
21482 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21483
214842005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21485
21486 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21487 (archive-mouse-extract): Make it an obsolete alias.
21488 (archive-mode-map): Don't use archive-mouse-extract any more.
21489 (archive-mode, archive-extract): write-contents-hooks ->
21490 write-contents-functions.
21491 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21492 first arg.
21493 (archive-rename-entry): Update the call.
21494 (archive-zip-summarize): Remove unused var `method'.
21495 (archive-lzh-summarize): Remove unused var `creator'.
21496
21497 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21498 dedicated frame upon exit.
21499
21500 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21501 (archive-zip-extract, archive-zip-expunge)
21502 (archive-zip-update, archive-zip-update-case): Use executable-find.
21503 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21504 Use restore-buffer-modified-p.
21505 (archive-extract, archive-add-new-member, archive-write-file-member):
21506 Use with-current-buffer.
21507 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21508
215092005-06-30 Andreas Schwab <schwab@suse.de>
21510
21511 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21512
215132005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21514
21515 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21516
215172005-06-30 Juri Linkov <juri@jurta.org>
21518
21519 * faces.el (vertical-border): Inherit from mode-line-inactive
21520 only on tty.
21521
215222005-06-30 Juanma Barranquero <lekktu@gmail.com>
21523
21524 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21525 example, -NLINES in the `occur' docstring).
21526
21527 * replace.el (occur-1): When no matches are found, do not set the
21528 `buffer-read-only' and modified flags for the occur buffer,
21529 because it is deleted.
21530
21531 * emulation/cua-base.el (cua-check-pending-input)
21532 (cua-repeat-replace-region, cua-mode, cua-debug)
21533 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21534 Fix typos in docstrings.
21535
21536 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21537 (cua-cut-region-to-global-mark)
21538 (cua--cut-rectangle-to-global-mark):
21539 Remove period from end of messages.
21540
21541 * emulation/cua-rect.el (cua-do-rectangle-padding):
21542 Remove period from end of messages.
21543 (cua--rectangle-seq-format): Fix typo in docstring.
21544 (cua-sequence-rectangle, cua-fill-char-rectangle):
21545 Improve argument/docstring consistency.
21546
215472005-06-29 Juri Linkov <juri@jurta.org>
21548
21549 * faces.el (default-frame-background-mode): New internal variable.
21550 (frame-set-background-mode): Use it.
21551
21552 * startup.el (normal-top-level): Set default-frame-background-mode
21553 instead of frame-background-mode. Before setting it, test for its
21554 nil value. Remove tests for frame-background-mode and frame
21555 parameter `reverse'. Add test for "unspecified-fg".
21556
21557 * term/xterm.el (xterm-rxvt-set-background-mode):
21558 * term/rxvt.el (rxvt-set-background-mode):
21559 Set default-frame-background-mode instead of frame-background-mode.
21560
215612005-06-29 Juanma Barranquero <lekktu@gmail.com>
21562
21563 * simple.el (set-variable): Warn about obsolete user variables.
21564
21565 * imenu.el (imenu--completion-buffer):
21566 * mouse.el (mouse-buffer-menu-alist):
21567 * msb.el (msb-invisible-buffer-p):
21568 * calendar/diary-lib.el (diary-header-line-format):
21569 * emacs-lisp/pp.el (pp-buffer):
21570 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21571 * textmodes/picture.el (picture-replace-match):
21572 Change space constants followed by a sexp to "?\s ".
21573
21574 * play/decipher.el (decipher-loop-with-breaks):
21575 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21576 constants "protected" from end of line by a comment to "?\s".
21577
215782005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21579
21580 * font-lock.el (save-buffer-state): Use `declare'.
21581
21582 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21583 reset the syntax-table to cperl-mode-syntax-table.
21584 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21585 "foo_print_bar" is not matched as a reserved keyword.
21586
215872005-06-29 Carsten Dominik <dominik@science.uva.nl>
21588
21589 * textmodes/org.el (orgtbl-setup): New function, for delayed
21590 setup for the orgtbl commands.
21591 (org-calc-default-modes): New option.
21592 (orgtbl-make-binding): Use `defun' to get better help display.
21593 (org-diary): Call `org-compile-prefix-format'.
21594 (org-table-formula-substitute-names): New function.
21595 (org-agenda-day-view, org-agenda-week-view): New commands.
21596 (org-agenda-toggle-week-view): Command removed.
21597 (org-tbl-menu): Split off from org-org-menu.
21598 (org-mode): Move removal of outline-mode menus to here.
21599 (org-table-formula-debug): New option.
21600 (org-table-insert-row): Keep first field if just "#" or "*".
21601 (org-mode): Paragraph regexps fixed.
21602 (org-table-recalculate-regexp): New constant.
21603 (org-table-justify-field-maybe): Avoid replace if not necessary.
21604 (org-copy-special, org-cut-special): Use `call-interactively'.
21605 (org-table-copy-region): Take region from `interactive' call.
21606 (org-trim): Return string even if no match.
21607 (org-formula): New face.
21608 (org-set-font-lock-defaults): No longer highlight "FIXME".
21609 But highlight formula-related fields in table.
21610 (org-table-p): Use regexp, not fontification.
21611 (org-table-align): Handle white space at end of line.
21612 (org-table-formula-evaluate-inline): New option.
21613 (org-mode): Auto-wrapping in comment lines turned off.
21614 (org-table-copy-down): Evaluate only in copied field, not in
21615 destination.
21616 (org-table-current-formula): Variable removed.
21617 (org-table-store-formulas, org-table-get-stored-formulas)
21618 (org-table-modify-formulas, org-table-replace-in-formulas)
21619 (org-table-maybe-eval-formula): New functions.
21620 (org-table-get-formula): Modify to use stored formulas.
21621 (org-table-insert-column, org-table-delete-column)
21622 (org-table-move-column): Call `org-table-modify-formulas'.
21623 (org-complete): Add completion for keyword formulas.
21624 (orgtbl-mode): Pull orgtbl-mode-map to start of
21625 minor-mode-map-alist.
21626
216272005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21628
21629 * progmodes/python.el (python-check): Require `compile' before
21630 modifying its variables.
21631
21632 * newcomment.el (comment-indent-default): Don't get fooled by an early
21633 end of buffer.
21634
216352005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21636
21637 * ps-print.el (ps-print-version): Fix version number.
21638
216392005-06-28 Luc Teirlinck <teirllm@auburn.edu>
21640
21641 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
21642
216432005-06-28 Richard M. Stallman <rms@gnu.org>
21644
21645 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
21646 (flyspell-local-mouse-map): Declaration deleted.
21647 (flyspell-mouse-map): Bind only mouse-2.
21648 (flyspell-mode-map): Don't test flyspell-use-local-map.
21649 (flyspell-overlay-keymap-property-name): Var deleted.
21650 (flyspell-mode-on): Don't make local bindings for
21651 flyspell-mouse-map and flyspell-mode-map.
21652 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
21653
21654 * textmodes/ispell.el (ispell-word): Do not ignore short words.
21655
21656 * progmodes/compile.el (compilation-next-error-function):
21657 Don't switch buffers; operate on the current buffer.
21658
21659 * progmodes/compile.el (compilation-error-file-name)
21660 (compilation-warning-file-name, compilation-info-file-name)
21661 (compilation-line-number, compilation-column-number): New faces.
21662 (compilation-error-face, compilation-warning-face)
21663 (compilation-info-face, compilation-line-face)
21664 (compilation-column-face): Use them.
21665
21666 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
21667
21668 * comint.el (comint-password-prompt-regexp): Accept ", try again".
21669
21670 * bindings.el (global-map): Bind insertchar and its variants.
21671
216722005-06-27 Richard M. Stallman <rms@gnu.org>
21673
21674 * textmodes/artist.el (artist-text-overwrite)
21675 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
21676
216772005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21678
21679 * ps-print.el: It was not working the page selection for printing.
21680 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
21681 (ps-print-version): New version 6.6.7.
21682 (ps-end-sheet): New fun.
21683 (ps-header-sheet, ps-end-job): Call it.
21684
216852005-06-27 Luc Teirlinck <teirllm@auburn.edu>
21686
21687 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
21688
216892005-06-27 Lute Kamstra <lute@gnu.org>
21690
21691 * facemenu.el (facemenu-unlisted-faces): Add foreground and
21692 background color faces.
21693 (facemenu-get-face): Delete function.
21694 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
21695 (facemenu-add-new-color): Make second argument mandatory.
21696 Create the appropriate face and return it. Simplify.
21697 (facemenu-set-foreground, facemenu-set-background): Don't check if
21698 color is defined. Use return value of facemenu-add-new-color.
21699
217002005-06-26 Nick Roberts <nickrob@snap.net.nz>
21701
21702 * progmodes/gud.el (gud-filter): Add missing argument to
21703 with-selected-window.
21704
217052005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21706
21707 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
21708 a :require to the defcustom.
21709
21710 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
21711 defcustoms corresponding to minor modes.
21712
217132005-06-26 David Ponce <david@dponce.com>
21714
21715 * recentf.el: Require tree-widget instead of wid-edit.
21716 (recentf-filename-handler): Fix widget :type.
21717 (recentf-cancel-dialog, recentf-open-more-files)
21718 (recentf-open-files-action): Doc fix.
21719 (recentf-dialog-goto-first): New function.
21720 (recentf-dialog-mode-map): Set parent keymap first.
21721 (recentf-dialog-mode): Define with define-derived-mode.
21722 Don't display continuation lines in dialogs.
21723 (recentf-edit-list): Rename from recentf-edit-selected-items.
21724 (recentf-edit-list-select): Rename from recentf-edit-list-action.
21725 Simplify.
21726 (recentf-edit-list-validate): New function.
21727 (recentf-edit-list): Update accordingly.
21728 (recentf-open-files-item-shift): Remove.
21729 (recentf-open-files-item): Convert menu elements into tree and
21730 link widgets. Don't create the widgets.
21731 (recentf-open-files): Update accordingly.
21732 (recentf-save-list): Untabify.
21733
217342005-06-25 Luc Teirlinck <teirllm@auburn.edu>
21735
21736 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
21737 (keep-lines): Add INTERACTIVE arg. Never delete lines only
21738 partially contained in the active region. Do not take active
21739 region into account when called from Lisp, unless INTERACTIVE arg
21740 is non-nil. Use `forward-line' instead of `beginning-of-line' to
21741 avoid trouble with fields. Make marker point nowhere when no
21742 longer used. Always return nil. Doc fix.
21743 (flush-lines): Add INTERACTIVE arg. Do not take active region
21744 into account when called from Lisp, unless INTERACTIVE arg is
21745 non-nil. Use `forward-line' instead of `beginning-of-line' to
21746 avoid trouble with fields. Make marker point nowhere when no
21747 longer used. Always return nil. Doc fix.
21748 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
21749 interchangeable. Do not take active region into account when
21750 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
21751 message in echo area when called from Lisp, unless INTERACTIVE arg
21752 is non-nil. Avoid saying "1 occurrences". Do not use markers.
21753 Return the number of matches. Doc fix.
21754 (occur): Doc fix.
21755 (perform-replace): Make comment follow double space convention for
21756 the sake of `outline-minor-mode'.
21757
21758 * faces.el (facep): Doc fix.
21759
217602005-06-25 Richard M. Stallman <rms@gnu.org>
21761
21762 * facemenu.el (facemenu-enable-faces-p): New function.
21763 (facemenu-background-menu, facemenu-foreground-menu)
21764 (facemenu-face-menu): Add menu-enable property.
21765
21766 * jka-compr.el (jka-compr-insert-file-contents):
21767 Special handling if cannot find the uncompression program.
21768
21769 * cus-face.el (custom-face-attributes): Add autoload.
21770
21771 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21772 Bind comment-indent-function locally.
21773
21774 * window.el (save-selected-window): Use save-current-buffer.
21775
21776 * subr.el (with-selected-window): Use save-current-buffer.
21777
21778 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
21779 and with-current-buffer.
21780
217812005-06-24 Richard M. Stallman <rms@gnu.org>
21782
21783 * simple.el (line-move-1): Fix previous change.
21784
217852005-06-24 Juanma Barranquero <lekktu@gmail.com>
21786
21787 * replace.el (occur-1): Set `buffer-read-only' and the
21788 buffer-modified flag before running `occur-hook' to protect
21789 against unintentional buffer switches that can lead to data loss.
21790
217912005-06-24 Nick Roberts <nickrob@snap.net.nz>
21792
21793 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
21794 (gud-gdb-marker-filter): Use font-lock-warning-face for any
21795 initial error.
21796
21797 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
21798 after fresh input.
21799 (gdb-var-create-handler): Put name of expression in quotes.
21800
218012005-06-23 Luc Teirlinck <teirllm@auburn.edu>
21802
21803 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
21804 elements of RING in order, and without bogus nil elements.
21805
218062005-06-23 Richard M. Stallman <rms@gnu.org>
21807
21808 * simple.el (set-variable): Args renamed; doc fix.
21809 (line-move-1): When there are overlays around, use vertical-motion.
21810
21811 * faces.el (escape-glyph): Use brown against light background.
21812 (nobreak-space): Rename from no-break-space.
21813 Fix previous change.
21814
21815 * dired-aux.el (dired-do-copy): Fix arg prompt.
21816
21817 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
21818
218192005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21820
21821 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
21822 rather than "Distributor".
21823
218242005-06-23 Lute Kamstra <lute@gnu.org>
21825
21826 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
21827 (debug-on-entry): Use it. New interactive declaration that uses
21828 function-called-at-point.
21829
218302005-06-23 Kim F. Storm <storm@cua.dk>
21831
21832 * subr.el (save-match-data): Add comment about using evaporate arg
21833 to set-match-data.
21834
218352005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
21836
21837 * cus-edit.el (customize-face)
21838 (customize-face-other-window): Handle face aliases.
21839
21840 * faces.el (face-documentation, set-face-attribute)
21841 (face-spec-set): Handle face aliases.
21842
218432005-06-22 Juanma Barranquero <lekktu@gmail.com>
21844
21845 * help-mode.el (help-make-xrefs): If a symbol representing a face
21846 name is not followed by the word "face", it could still be a
21847 function or variable name, so don't bypass other checks.
21848
218492005-06-22 Juri Linkov <juri@jurta.org>
21850
21851 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
21852 Replace aliased functions with calls where second arg `inherit' is t.
21853
218542005-06-22 Nick Roberts <nickrob@snap.net.nz>
21855
21856 * progmodes/gdb-ui.el (gdb-error): New variable.
21857 (gdb-error): New function.
21858 (gdb-annotation-rules): Act on error-begin and error annotations.
21859 (gdb-concat-output): Use font-lock-warning-face for errors.
21860
218612005-06-22 Miles Bader <miles@gnu.org>
21862
21863 * bindings.el (propertized-buffer-identification): Use renamed
21864 `Buffer-menu-buffer' face.
21865
21866 * faces.el (vertical-border): Rename from `vertical-divider'.
21867 (escape-glyph): Change dark-background color back to `cyan'.
21868
218692005-06-21 Juri Linkov <juri@jurta.org>
21870
21871 * faces.el (face-user-default-spec): Try getting `customized-face'
21872 prior to `saved-face'.
21873 (frame-background-mode): Refill docstring.
21874
21875 * emacs-lisp/lisp-mode.el (eval-defun-1):
21876 * emacs-lisp/edebug.el (edebug-eval-defun):
21877 Set `saved-face' temporarily to nil before calling form.
21878 Set `customized-face' to the new spec after that.
21879
218802005-06-21 Juanma Barranquero <lekktu@gmail.com>
21881
21882 * subr.el (1value, lambda, key-substitution-in-progress):
21883 Doc fixes.
21884
21885 * autoinsert.el (auto-insert-alist):
21886 * ses.el (ses-call-printer):
21887 * subr.el (noreturn):
21888 * emacs-lisp/lisp.el (check-parens):
21889 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
21890 * net/browse-url.el (browse-url-mosaic):
21891 * progmodes/cc-defs.el (c-safe-scan-lists):
21892 * progmodes/ebnf-abn.el (ebnf-abn-lex):
21893 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
21894 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
21895 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
21896 * progmodes/ebnf-iso.el (ebnf-iso-lex):
21897 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
21898
218992005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
21900
21901 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
21902
219032005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
21904
21905 * calendar/appt.el (appt-make-list): Activate the package, if
21906 not already active (for backwards compatibility).
21907
219082005-06-20 Kim F. Storm <storm@cua.dk>
21909
21910 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
21911
219122005-06-20 Miles Bader <miles@gnu.org>
21913
21914 * faces.el (vertical-divider): New face.
21915
219162005-06-20 Juanma Barranquero <lekktu@gmail.com>
21917
21918 * simple.el (kill-whole-line): Doc fix.
21919 (next-error-buffer-p, next-error-find-buffer)
21920 (clone-indirect-buffer): Fix typos in docstrings.
21921 (comment-line-break-function): Doc fix: don't say variable
21922 is automatically buffer-local (it isn't).
21923
219242005-06-19 Michael Albinus <michael.albinus@gmx.de>
21925
21926 * net/tramp-ftp.el (top):
21927 * net/tramp-smb.el (top):
21928 * net/tramp-util.el (top):
21929 * net/tramp-uu.el (top):
21930 * net/tramp-vc.el (top):
21931 * net/tramp.el (top): Revert copyright years back to original
21932 ones. Tramp has a life outside GNU Emacs.
21933
219342005-06-19 Nick Roberts <nickrob@snap.net.nz>
21935
21936 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
21937
219382005-06-18 Juri Linkov <juri@jurta.org>
21939
21940 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
21941 end of first regexp to limit the match to the position between
21942 line number and source line with same separator character as used
21943 between file name and line number. In the second regexp limit
21944 mouse-face area to file name and line number by adding new group
21945 for them and referring it in HYPERLINK arg.
21946 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
21947 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21948 previous line where grep markers may be already removed.
21949
219502005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
21951
21952 * progmodes/ps-mode.el: Update version and maintainer's email address.
21953
219542005-06-18 Steve Youngs <steve@xemacs.org>
21955
21956 * net/browse-url.el (browse-url-browser-function)
21957 (browse-url-default-browser): Add firefox.
21958 (browse-url-firefox-program, browse-url-firefox-arguments)
21959 (browse-url-firefox-startup-arguments)
21960 (browse-url-firefox-new-window-is-tab): New defcustoms.
21961 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21962
219632005-06-17 Richard M. Stallman <rms@gnu.org>
21964
21965 * startup.el (command-line): Warn if specified user name has
21966 no home directory.
21967
21968 * term.el (term-get-old-input, term-input-filter, term-input-sender)
21969 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21970
21971 * longlines.el (longlines-mode, longlines-show-hard-newlines):
21972 Doc fixes.
21973
21974 * faces.el (underline): Try bold if terminal doesn't support underline.
21975
21976 * mail/sendmail.el (mail-setup-with-from): New variable.
21977 (mail-insert-from-field): New function.
21978 (sendmail-send-it): Call it.
21979 (mail-setup): Optionally call it here.
21980
21981 * term/linux.el: Call tty-no-underline.
21982
219832005-06-17 Luc Teirlinck <teirllm@auburn.edu>
21984
21985 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21986
219872005-06-17 Miles Bader <miles@gnu.org>
21988
21989 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21990 (ediff-current-diff-C, ediff-current-diff-Ancestor)
21991 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21992 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21993 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21994 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21995 Remove "-face" suffix from face names.
21996 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21997 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21998 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21999 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22000 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22001 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22002 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22003 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22004 New backward-compatibility aliases for renamed faces.
22005 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22006 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22007 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22008 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22009 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22010 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22011 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22012 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22013 Use renamed ediff faces.
22014
22015 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22016 Remove "-face" suffix from face names.
22017 (eshell-test-ok-face, eshell-test-failed-face):
22018 New backward-compatibility aliases for renamed faces.
22019 (eshell-run-test): Use renamed eshell-test faces.
22020
22021 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22022 face name.
22023 (eshell-prompt-face): New backward-compatibility alias for renamed
22024 face.
22025 (eshell-emit-prompt): Use renamed eshell-prompt face.
22026
22027 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22028 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22029 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22030 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22031 Remove "-face" suffix from face names.
22032 (eshell-ls-directory-face, eshell-ls-symlink-face)
22033 (eshell-ls-executable-face, eshell-ls-readonly-face)
22034 (eshell-ls-unreadable-face, eshell-ls-special-face)
22035 (eshell-ls-missing-face, eshell-ls-archive-face)
22036 (eshell-ls-backup-face, eshell-ls-product-face)
22037 (eshell-ls-clutter-face):
22038 New backward-compatibility aliases for renamed faces.
22039 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22040
22041 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22042 Remove "-face" suffix from face name.
22043 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22044 instead of literal face.
22045
220462005-06-17 Juanma Barranquero <lekktu@gmail.com>
22047
22048 * emacs-lisp/warnings.el (display-warning, lwarn)
22049 (warning-minimum-log-level): Doc fixes.
22050 (warning-minimum-level, warning-minimum-log-level):
22051 Add :debug to :type choices.
22052
22053 * progmodes/ada-mode.el (ada-format-paramlist)
22054 (ada-get-indent-case, ada-check-matching-start)
22055 (ada-check-defun-name, ada-goto-matching-decl-start)
22056 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22057 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22058 (ada-make-subprogram-body): Follow error conventions.
22059 (ada-case-exception-file, ada-indent-comment-as-code)
22060 (ada-indent-handle-comment-special, ada-indent-renames)
22061 (ada-indent-return, ada-search-directories-internal)
22062 (ada-tab-policy, ada-case-exception-substring)
22063 (ada-other-file-alist, ada-matching-start-re)
22064 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22065 (ada-imenu-generic-expression, ada-compile-goto-error)
22066 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22067 (ada-popup-menu, ada-add-extensions, ada-mode)
22068 (ada-region-selected, ada-create-case-exception)
22069 (ada-create-case-exception-substring, ada-after-keyword-p)
22070 (ada-activate-keys-for-case, ada-adjust-case-region)
22071 (ada-adjust-case-buffer, ada-format-paramlist)
22072 (ada-scan-paramlist, ada-insert-paramlist)
22073 (ada-indent-newline-indent)
22074 (ada-indent-newline-indent-conditional)
22075 (ada-justified-indent-current, ada-goto-previous-word)
22076 (ada-indent-current, ada-get-indent-open-paren)
22077 (ada-get-indent-paramlist, ada-get-indent-end)
22078 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22079 (ada-get-indent-block-start, ada-get-indent-subprog)
22080 (ada-get-indent-noindent, ada-get-indent-label)
22081 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22082 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22083 (ada-goto-stmt-end, ada-goto-next-word)
22084 (ada-check-matching-start, ada-check-defun-name)
22085 (ada-goto-matching-decl-start, ada-goto-matching-start)
22086 (ada-goto-matching-end, ada-search-ignore-string-comment)
22087 (ada-in-decl-p, ada-looking-at-semi-or)
22088 (ada-looking-at-semi-private, ada-in-paramlist-p)
22089 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22090 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22091 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22092 (ada-previous-package, ada-create-menu)
22093 (ada-fill-comment-paragraph-justify)
22094 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22095 (ada-other-file-name, ada-last-which-function-line)
22096 (ada-last-which-function-subprog, ada-which-function)
22097 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22098 (ada-gen-treat-proc, ada-check-emacs-version)
22099 (ada-continuation-indent, ada-align-region-separate):
22100 Fix typos in docstrings.
22101 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22102
221032005-06-16 Lute Kamstra <lute@gnu.org>
22104
22105 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22106 conditionally.
22107
221082005-06-16 Juanma Barranquero <lekktu@gmail.com>
22109
22110 * comint.el (comint-replace-by-expanded-filename)
22111 (comint-prompt-regexp, comint-delimiter-argument-list)
22112 (comint-preinput-scroll-to-bottom):
22113 * info.el (Info-hide-cookies-node):
22114 * ls-lisp.el (ls-lisp-classify):
22115 * find-file.el (ff-search-directories, ff-special-constructs)
22116 (ff-find-other-file):
22117 * font-lock.el (font-lock-keywords):
22118 * shell.el (shell-prompt-pattern)
22119 (shell-dynamic-complete-functions, shell-mode)
22120 (shell-delimiter-argument-list):
22121 * term.el (term-replace-by-expanded-filename)
22122 (term-prompt-regexp, term-delimiter-argument-list):
22123 * woman.el (woman-ignore, woman0-if):
22124 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22125 * emacs-lisp/elint.el (elint-init-env):
22126 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22127 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22128 * language/ethio-util.el (ethio-tilde-escape)
22129 (ethio-use-three-dot-question):
22130 * net/zone-mode.el (zone-mode-load-time-setup):
22131 * progmodes/cc-align.el (c-lineup-argcont):
22132 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22133 * progmodes/cperl-mode.el (cperl-set-style-back):
22134 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22135 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22136 Fix spellings in docstrings.
22137
22138 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22139 * progmodes/modula2.el (m2-for): Fix spellings.
22140
22141 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22142
22143 * simple.el (undo-more): Don't use `format' on `error' arguments.
22144 Improve argument/docstring consistency.
22145 (pending-undo-list): Doc fix.
22146
22147 * smerge-mode.el (smerge-ensure-match):
22148 * emulation/vip.el (vip-ex):
22149 * net/zone-mode.el (zone-mode-update-serial):
22150 * progmodes/idlwave.el (idlwave-complete):
22151 * progmodes/vhdl-mode.el (vhdl-visit-file)
22152 (vhdl-compose-wire-components):
22153 Don't use `format' on `error' arguments.
22154
22155 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22156 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22157 (tooltip-help-tips): Fix typos in docstrings.
22158
221592005-06-16 David Ponce <david@dponce.com>
22160
22161 * tree-widget.el (tree-widget-value-create): Simplify last change.
22162
221632005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22164
22165 * ido.el (ido-incomplete-regexp): New variable.
22166 (ido-set-matches-1): Handle invalid-regexp error and set
22167 ido-incomplete-regexp.
22168 (ido-incomplete-regexp): New face.
22169 (ido-completions): Use it.
22170 (ido-complete, ido-exit-minibuffer, ido-completions):
22171 Handle incomplete regexps.
22172 (ido-completions): Add check for complete match when entering a regexp.
22173
221742005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22175
22176 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22177
221782005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22179
22180 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22181 by field delimiters.
22182
221832005-06-15 David Ponce <david@dponce.com>
22184
22185 * tree-widget.el: eval-and-compile inlined functions so they will
22186 be available at run-time too.
22187 (tree-widget-super-format-handler)
22188 (tree-widget-format-handler): Remove.
22189 (tree-widget-value-create): Handle the :indent property.
22190
221912005-06-15 Miles Bader <miles@gnu.org>
22192
22193 * progmodes/which-func.el (which-func): Only inherit
22194 `font-lock-function-name-face' when that makes sense against the
22195 default mode-line face, otherwise set the face color explicitly.
22196
22197 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22198 faces instead of (non-existent) variables.
22199
222002005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22201
22202 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22203 (iswitchb-get-matched-buffers): Likewise. Simplify.
22204
222052005-06-14 Miles Bader <miles@gnu.org>
22206
22207 * progmodes/ld-script.el (ld-script-location-counter):
22208 Remove "-face" suffix from face name.
22209 (ld-script-location-counter-face):
22210 New backward-compatibility alias for renamed face.
22211 (ld-script-location-counter-face): Use renamed face.
22212
22213 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22214 (cperl-hash): Remove "-face" suffix from face names.
22215 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22216 New backward-compatibility aliases for renamed faces.
22217 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22218 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22219
22220 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22221 name.
22222 (which-func-face): New backward-compatibility alias for renamed face.
22223 (which-func-format): Use renamed which-func face.
22224
22225 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22226 (vhdl-function, vhdl-directive, vhdl-reserved-word)
22227 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22228 names.
22229 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22230 (vhdl-speedbar-configuration, vhdl-speedbar-package)
22231 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22232 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22233 (vhdl-speedbar-architecture-selected)
22234 (vhdl-speedbar-configuration-selected)
22235 (vhdl-speedbar-package-selected)
22236 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22237 names.
22238 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22239 Use renamed faces.
22240 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22241 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22242 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22243 Use renamed faces.
22244 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22245 names.
22246 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22247 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22248 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22249 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22250 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22251 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22252
22253 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22254 face name.
22255 (sh-heredoc-face): New backward-compatibility alias for renamed face.
22256 (sh-heredoc-face): Use renamed sh-heredoc face.
22257
22258 * progmodes/idlw-help.el (idlwave-help-link):
22259 Remove "-face" suffix from face name.
22260 (idlwave-help-link-face):
22261 New backward-compatibility alias for renamed face.
22262 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22263
22264 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22265 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22266 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22267 New backward-compatibility aliases for renamed faces.
22268 (idlwave-shell-disabled-breakpoint-face)
22269 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22270
22271 * progmodes/flymake.el (flymake-errline, flymake-warnline):
22272 Remove "-face" suffix from face names.
22273 (flymake-errline-face, flymake-warnline-face):
22274 New backward-compatibility aliases for renamed faces.
22275 (flymake-highlight-line): Use renamed flymake faces.
22276
22277 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22278 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22279 (ebrowse-member-class, ebrowse-progress):
22280 Remove "-face" suffix from face names.
22281 (ebrowse-tree-mark-face, ebrowse-root-class-face)
22282 (ebrowse-file-name-face, ebrowse-default-face)
22283 (ebrowse-member-attribute-face, ebrowse-member-class-face)
22284 (ebrowse-progress-face):
22285 New backward-compatibility aliases for renamed faces.
22286 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22287 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22288 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22289 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22290
22291 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22292 antlr-syntax)
22293 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22294 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22295 names.
22296 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22297 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22298 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22299 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22300 backward-compatibility aliases for renamed faces.
22301 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22302 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22303 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22304 remove "font-lock-". Use renamed antlr-mode faces.
22305 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
22306 literal face-names with face variable references.
22307
22308 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22309 face name.
22310 (Buffer-menu-buffer-face): New backward-compatibility alias for
22311 renamed face.
22312 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22313
223142005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
22315
22316 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22317 Eliminate "-face" suffix.
22318 (makefile-targets): Inherit from font-lock-function-name-face and
22319 eliminate "-face" suffix.
22320 (makefile-shell): Remove attributes and eliminate "-face" suffix.
22321 (makefile-*-font-lock-keywords): Append makefile-targets in rule
22322 actions, instead of prepending, to make it less visible.
22323 (makefile-previous-dependency, makefile-match-dependency):
22324 Don't match a target on a continuation line.
22325
22326 * files.el (auto-mode-alist): Put Makefile in gmake mode.
22327
223282005-06-15 Nick Roberts <nickrob@snap.net.nz>
22329
22330 * progmodes/gdb-ui.el (menu): Re-order menu items.
22331 (gdb-tooltip-print): Respect tooltip-use-echo-area.
22332
22333 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22334 Define in tooltip.el.
22335 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22336 (gud-tooltip-tips): Respect tooltip-use-echo-area and
22337 gud-tooltip-echo-area.
22338
22339 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22340 backward compatibility and make obsolete.
22341 (tooltip-help-tips): Use tooltip-use-echo-area.
22342 (tooltip-show-help-function): Rename to...
22343 (tooltip-show-help): ...this, because it is a function.
22344 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22345
223462005-06-14 Luc Teirlinck <teirllm@auburn.edu>
22347
22348 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22349 (edebug-print-length, edebug-print-level, edebug-print-circle)
22350 (edebug-modify-breakpoint, edebug-eval-last-sexp)
22351 (edebug-eval-print-last-sexp): Doc fixes.
22352
223532005-06-14 Kim F. Storm <storm@cua.dk>
22354
22355 * ido.el (ido-mode): Make a new keymap every time we enable ido,
22356 as the coverage buffer/file/both may change.
22357
223582005-06-14 Lute Kamstra <lute@gnu.org>
22359
22360 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22361 and run-mode-hooks. Simplify.
22362
22363 * mail/rmailedit.el (rmail-edit-mode):
22364 * progmodes/octave-inf.el (inferior-octave-mode):
22365 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22366
22367 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22368 and run-mode-hooks.
22369 (recentf-edit-list, recentf-open-files): Don't call
22370 kill-all-local-variables directly.
22371
22372 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22373
223742005-06-14 Juanma Barranquero <lekktu@gmail.com>
22375
22376 * emacs-lisp/byte-run.el (make-obsolete)
22377 (define-obsolete-function-alias): Rename arguments FUNCTION and
22378 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22379 (make-obsolete-variable, define-obsolete-variable-alias):
22380 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22381 respectively.
22382
22383 * isearchb.el (isearchb-activate):
22384 * pcvs.el (cvs-mode):
22385 * ses.el (ses-load):
22386 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22387 * net/tramp.el (tramp-find-file-exists-command)
22388 (tramp-find-shell):
22389 * progmodes/ada-mode.el (ada-create-case-exception)
22390 (ada-create-case-exception-substring, ada-make-subprogram-body):
22391 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22392 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22393 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22394 * textmodes/org.el (org-promote, org-evaluate-time-range)
22395 (org-agenda-next-date-line, org-agenda-previous-date-line)
22396 (org-agenda-error, org-open-at-point, org-table-move-row)
22397 (org-format-table-table-html-using-table-generate-source)
22398 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22399 * textmodes/reftex.el (reftex-access-scan-info):
22400 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22401 (reftex-toc-promote-prepare): Follow error conventions.
22402
22403 * diff-mode.el (diff-mode): Fix typo in docstring.
22404
22405 * forms.el (forms--intuit-from-file): Fix reference to
22406 `forms-number-of-fields' in error message.
22407 (forms-print): Fix quoting in error message.
22408
22409 * forms.el (forms-mode):
22410 * emulation/vi.el (vi-goto-insert-state):
22411 * progmodes/flymake.el (flymake-new-err-info)
22412 (flymake-start-syntax-check-for-current-buffer)
22413 (flymake-simple-cleanup):
22414 * eshell/esh-var.el (eshell/export):
22415 * progmodes/gud.el (xdb):
22416 * textmodes/flyspell.el (flyspell-incorrect-hook)
22417 (flyspell-maybe-correct-transposition)
22418 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22419
224202005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22421
22422 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22423 minibuffer prompt.
22424
224252005-06-13 Kim F. Storm <storm@cua.dk>
22426
22427 * subr.el (add-to-ordered-list): New defun.
22428
22429 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22430 add cua--keymap-alist to emulation-mode-map-alists.
22431
224322005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22433
22434 * subr.el (complete-in-turn): New macro.
22435 (dynamic-completion-table, lazy-completion-table): Add debug info.
22436
22437 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22438 in preference to face aliases.
22439
22440 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22441 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22442 Remove unused vars `start' and `firstline'.
22443 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22444 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22445
224462005-06-13 Eli Zaretskii <eliz@gnu.org>
22447
22448 * cus-start.el (all): Don't complain about missing GTK-related
22449 variables, unless either `gtk' is boundp or this isn't a
22450 `windows-nt' build.
22451
224522005-06-13 Lute Kamstra <lute@gnu.org>
22453
22454 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22455 run-mode-hooks.
22456
22457 * ediff-mult.el (ediff-meta-mode):
22458 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22459
22460 * ledit.el (ledit-mode): Use delay-mode-hooks.
22461
22462 * woman.el (woman-mode-line-format): Delete constant.
22463 (woman-mode-map): Initialize it properly.
22464 (woman-mode): Set mode-class property to special.
22465 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22466 Set major-mode and mode-name. Don't set mode-line-format directly.
22467 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22468
22469 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22470 string argument obsolete.
22471
224722005-06-13 Carsten Dominik <dominik@science.uva.nl>
22473
22474 * textmodes/org.el (org-CUA-compatible): New option.
22475 (org-disputed-keys): New variable.
22476 (org-key): New function.
22477 (orgtbl-make-binding): Add docstring to the created function.
22478 (org-mode): Set paragraph start/separate regexps.
22479 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22480 (org-archive-location, org-archive-mark-done)
22481 (org-archive-stamp-time): New options.
22482 (org-archive-subtree): New command.
22483 (org-fill-paragraph): New function.
22484 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22485 (org-fake-empty-table-line): Function removed.
22486 (org-format-org-table-html): Do not create empty table lines at
22487 separator lines. Improved table header treatment.
22488 (org-link-format): New option.
22489 (org-make-link): New function.
22490 (org-insert-link, org-store-link): Use org-make-link.
22491 (org-open-file): Quote file name for shell command, to allow
22492 spaces in file names.
22493 (org-link-regexp): Fix bug with mailto link.
22494 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22495 New constants.
22496 (org-export-as-html): Deal with the optional angles around a link.
22497 Better treatment of file: links.
22498 (org-open-at-point): Replace @{ and @} with < and >.
22499 (org-run-mode-hooks): Function removed.
22500 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22501
225022005-06-13 Nick Roberts <nickrob@snap.net.nz>
22503
22504 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22505 MI command -data-list-register-values.
22506 (gdb-post-prompt): Indent properly.
22507
225082005-06-13 Juanma Barranquero <lekktu@gmail.com>
22509
22510 * hilit-chg.el (highlight-changes-colors): Rename from
22511 `highlight-changes-colours'.
22512 (highlight-changes-colours): Keep as obsolete alias.
22513 (highlight-changes-face-list): Doc fix.
22514 (hilit-chg-make-list): Use `highlight-changes-colors'.
22515
225162005-06-12 Mark A. Hershberger <mah@everybody.org>
22517
22518 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22519 defun-prompt-regexp.
22520
225212005-06-12 Eli Zaretskii <eliz@gnu.org>
22522
22523 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22524 and cygwin.
22525
22526 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22527 Don't use an old loaddefs.el, as in Makefile.in.
22528
225292005-06-12 Lute Kamstra <lute@gnu.org>
22530
22531 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22532
22533 * man.el (Man-mode-map): Initialize it properly.
22534 (Man-mode): Set mode-class property to special.
22535
22536 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22537
225382005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22539
22540 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22541 A newline is needed in the docstring there.
22542
22543 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22544 Doc fixes.
22545
225462005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22547
22548 * printing.el: Doc fix. The menubar is no more changed when printing
22549 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22550 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22551 (pr-version): New version number (6.8.4).
22552 (pr-menu-bind): New command.
22553 (pr-update-menus): Docstring and code fix.
22554 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22555 Docstring fix.
22556 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22557 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22558
225592005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22560
22561 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22562 "Returns" to "return", document useful return values, etc.
22563
225642005-06-11 Alan Mackenzie <acm@muc.de>
22565
22566 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22567 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22568 (adaptive-file-function): Minor amendment to doc-string.
22569
225702005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22571
22572 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22573 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22574 Fix :type--it is `integer', not `string'.
22575
22576 * faces.el (modeline-highlight): Rename from (the erroneous)
22577 `modeline-higilight'.
22578
225792005-06-11 Lute Kamstra <lute@gnu.org>
22580
22581 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22582 lisp-interaction-mode-map but make it the parent.
22583 (edebug-eval-mode): Use define-derived-mode.
22584
225852005-06-11 Andreas Schwab <schwab@suse.de>
22586
22587 * bindings.el: Add binding of `ESC functionkey' for every
22588 `M-functionkey'.
22589 * hexl.el (hexl-mode-map): Likewise.
22590
225912005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22592
22593 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22594 [msft]: update regexp for newer msft compilers.
22595
225962005-06-10 Mark A. Hershberger <mah@everybody.org>
22597
22598 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22599 ATTLIST portions of included DTDs.
22600 (xml-parse-dtd): Eliminate use of inefficient match-data.
22601
226022005-06-10 Miles Bader <miles@gnu.org>
22603
22604 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22605 (mpuz-text): Remove "-face" suffix from face names.
22606 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22607 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22608 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22609
22610 * play/gomoku.el (gomoku-O, gomoku-X):
22611 Remove "-face" suffix from face names.
22612 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22613 New backward-compatibility aliases for renamed faces.
22614 (gomoku-font-lock-keywords): Use renamed gomoku faces.
22615
226162005-06-10 Juanma Barranquero <lekktu@gmail.com>
22617
22618 * thumbs.el: Fixes for changes of 2005-06-09.
22619 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22620 as a directory.
22621 (thumbs-thumbname): Remove directory separator from format string;
22622 `thumbs-thumbsdir' now returns a valid directory name.
22623 (thumbs-temp-dir): New defsubst.
22624 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22625 Use it.
22626
22627 * cus-edit.el (minibuffer):
22628 * files.el (make-backup-file-name-function):
22629 * filesets.el (filesets-external-viewers):
22630 * hilit-chg.el (highlight-changes-colours)
22631 (highlight-changes-face-list, highlight-changes-rotate-faces):
22632 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22633 * kmacro.el (kmacro-call-macro):
22634 * log-edit.el (log-edit-changelog-full-paragraphs):
22635 * mouse.el (mouse-1-click-follows-link):
22636 * skeleton.el (skeleton-autowrap):
22637 * subr.el (insert-for-yank-1):
22638 * tempo.el (tempo-insert-region):
22639 * terminal.el (terminal-emulator):
22640 * time.el (display-time-mail-face):
22641 * vc.el (vc-annotate):
22642 * vcursor.el (vcursor-copy-line):
22643 * woman.el (woman-bold-headings, woman-ignore)
22644 (woman-default-faces, woman-monochrome-faces):
22645 * calendar/todo-mode.el (todo-insert-threshold):
22646 * emulation/pc-select.el (pc-select-selection-keys-only)
22647 (pc-selection-mode):
22648 * emulation/vip.el (vip-find-char-forward):
22649 * emulation/viper-cmd.el (viper-find-char-forward):
22650 * international/mule-cmds.el
22651 (select-safe-coding-system-accept-default-p)
22652 (input-method-exit-on-invalid-key):
22653 * international/mule-diag.el (describe-coding-system):
22654 * international/ucs-tables.el (unify-8859-on-encoding-mode):
22655 * net/browse-url.el (browse-url-xterm-program):
22656 * obsolete/lazy-lock.el (lazy-lock-mode):
22657 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
22658 (cperl-mode):
22659 * progmodes/cpp.el (cpp-face-light-name-list)
22660 (cpp-face-dark-name-list):
22661 * progmodes/delphi.el (delphi-newline-always-indents):
22662 Fix spellings in docstrings.
22663
22664 * ido.el (ido-mode, ido-file-extensions-order)
22665 (ido-default-file-method, ido-default-buffer-method)
22666 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
22667 (ido-decorations, ido-read-file-name-as-directory-commands)
22668 (ido-read-file-name-non-ido, ido-work-directory-list)
22669 (ido-ignore-item-temp-list, ido-current-directory)
22670 (ido-magic-forward-char, ido-enter-find-file)
22671 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
22672 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
22673
226742005-06-10 Lute Kamstra <lute@gnu.org>
22675
22676 * play/dunnet.el (dun-mode): Use define-derived-mode.
22677 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
22678 obsolete alias.
22679
22680 * play/doctor.el (doctor-mode-map): Remove defvar.
22681 (doctor-mode): Use define-derived-mode.
22682
22683 * mail/mspools.el (mspools-mode):
22684 * net/eudc-hotlist.el (eudc-hotlist-mode):
22685 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
22686
226872005-06-10 Miles Bader <miles@gnu.org>
22688
22689 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
22690 Remove "-face" suffix from face names.
22691 (flyspell-incorrect-face, flyspell-duplicate-face):
22692 New backward-compatibility aliases for renamed faces.
22693 (flyspell-mode-on, make-flyspell-overlay)
22694 (flyspell-highlight-incorrect-region)
22695 (flyspell-highlight-duplicate-region)
22696 (flyspell-display-next-corrections)
22697 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
22698
22699 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
22700 from face name.
22701 (texinfo-heading-face): New backward-compatibility alias for
22702 renamed face.
22703 (texinfo-heading-face): Use renamed texinfo-heading face.
22704
22705 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
22706 suffix from face names.
22707 (tex-math-face, tex-verbatim-face):
22708 New backward-compatibility aliases for renamed faces.
22709 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
22710 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
22711 literal face name.
22712
22713 * textmodes/table.el (table-cell): Remove "-face" suffix from face
22714 name.
22715 (table-cell-face): New backward-compatibility alias for renamed face.
22716 (table--put-cell-face-property, table--update-cell-face):
22717 Use renamed table-cell face.
22718
22719 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
22720 from face name.
22721 (sgml-namespace-face): New backward-compatibility alias for
22722 renamed face.
22723 (sgml-namespace-face): Use renamed sgml-namespace face.
22724
22725 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
22726 (org-level-4, org-level-5, org-level-6, org-level-7)
22727 (org-level-8, org-warning, org-headline-done)
22728 (org-deadline-announce, org-scheduled-today)
22729 (org-scheduled-previously, org-link, org-done, org-table)
22730 (org-time-grid): Remove "-face" suffix from face names.
22731 (org-level-1-face, org-level-2-face, org-level-3-face)
22732 (org-level-4-face, org-level-5-face, org-level-6-face)
22733 (org-level-7-face, org-level-8-face, org-warning-face)
22734 (org-headline-done-face, org-deadline-announce-face)
22735 (org-scheduled-today-face, org-scheduled-previously-face)
22736 (org-link-face, org-done-face, org-table-face)
22737 (org-time-grid-face):
22738 New backward-compatibility aliases for renamed faces.
22739 (org-level-faces, org-set-font-lock-defaults, org-timeline)
22740 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
22741 (org-agenda-get-timestamps, org-agenda-get-scheduled)
22742 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
22743
22744 * emulation/viper-init.el (viper-search, viper-replace-overlay)
22745 (viper-minibuffer-emacs, viper-minibuffer-insert)
22746 (viper-minibuffer-vi): Remove "-face" suffix from face names.
22747 (viper-search-face, viper-replace-overlay-face)
22748 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22749 (viper-minibuffer-vi-face):
22750 New backward-compatibility aliases for renamed faces.
22751 (viper-search-face, viper-replace-overlay-face)
22752 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22753 (viper-minibuffer-vi-face): Use renamed viper faces.
22754
22755 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
22756 Remove "-face" suffix from face names.
22757 (testcover-nohits-face, testcover-1value-face):
22758 New backward-compatibility aliases for renamed faces.
22759 (testcover-mark): Use renamed testcover faces.
22760
22761 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
22762 face name.
22763 (diary-button-face): New backward-compatibility alias for renamed face.
22764 (diary-entry): Use renamed diary-button face.
22765
22766 * calendar/calendar.el (diary, calendar-today, holiday)
22767 (mark-visible-calendar-date): Remove "-face" suffix from face names.
22768 (diary-face, calendar-today-face, holiday-face):
22769 New backward-compatibility aliases for renamed faces.
22770 (eval-after-load "facemenu", diary-entry-marker)
22771 (calendar-today-marker, calendar-holiday-marker, diary-face):
22772 Use renamed calendar faces.
22773
22774 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
22775 (compare-windows-face): New backward-compatibility alias for
22776 renamed face.
22777 (compare-windows-highlight): Use renamed compare-windows face.
22778
22779 * strokes.el (strokes-char): Remove "-face" suffix from face name.
22780 (strokes-char-face): New backward-compatibility alias for renamed face.
22781 (strokes-encode-buffer): Use renamed strokes-char face.
22782
22783 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
22784 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
22785 Remove "-face" suffix from face names.
22786 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
22787 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
22788 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
22789 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
22790 Use renamed pcvs faces.
22791 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
22792 * pcvs-defs.el (cvs-mode-map): Likewise.
22793 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
22794
22795 * info.el (info-title-1, info-title-2, info-title-3)
22796 (info-title-4): Remove "-face" suffix from and downcase face names.
22797 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22798 (Info-title-4-face):
22799 New backward-compatibility aliases for renamed faces.
22800 (Info-fontify-node): Use renamed info faces.
22801
22802 * hilit-chg.el (highlight-changes, highlight-changes-delete):
22803 Remove "-face" suffix from face names.
22804 (highlight-changes-face, highlight-changes-delete-face):
22805 New backward-compatibility aliases for renamed faces.
22806 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
22807 (hilit-chg-make-list): Use renamed highlight-changes faces.
22808
22809 * generic-x.el (show-tabs-tab, show-tabs-space):
22810 Remove "-face" suffix from face names.
22811 (show-tabs-tab-face, show-tabs-space-face):
22812 New backward-compatibility aliases for renamed faces.
22813 (show-tabs-generic-mode-font-lock-defaults-1)
22814 (show-tabs-generic-mode-font-lock-defaults-2):
22815 Use renamed show-tabs faces.
22816
22817 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
22818 (smerge-markers): Remove "-face" suffix from face names.
22819 (smerge-mine-face, smerge-other-face, smerge-base-face)
22820 (smerge-markers-face):
22821 New backward-compatibility aliases for renamed faces.
22822 (smerge-mine-face, smerge-other-face, smerge-base-face)
22823 (smerge-markers-face): Use renamed smerge faces.
22824
22825 * log-view.el (log-view-file, log-view-message): Remove "-face"
22826 suffix from face names.
22827 (log-view-file-face, log-view-message-face):
22828 New backward-compatibility aliases for renamed faces.
22829 (log-view-file-face, log-view-message-face): Use renamed log-view
22830 faces.
22831
22832 * paren.el (show-paren-match, show-paren-mismatch):
22833 Remove "-face" suffix from face names.
22834 (show-paren-match-face, show-paren-mismatch-face):
22835 New backward-compatibility aliases for renamed faces.
22836 (show-paren-function): Use renamed show-paren faces.
22837
22838 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
22839 (ruler-mode-margins, ruler-mode-fringes)
22840 (ruler-mode-column-number, ruler-mode-fill-column)
22841 (ruler-mode-comment-column, ruler-mode-goal-column)
22842 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
22843 suffix from face names.
22844 (ruler-mode-default-face, ruler-mode-pad-face)
22845 (ruler-mode-margins-face, ruler-mode-fringes-face)
22846 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
22847 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
22848 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
22849 New backward-compatibility aliases for renamed faces.
22850 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
22851 (ruler-mode-column-number, ruler-mode-fill-column)
22852 (ruler-mode-comment-column, ruler-mode-goal-column)
22853 (ruler-mode-tab-stop, ruler-mode-current-column)
22854 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
22855 faces.
22856
22857 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
22858 face name.
22859 (whitespace-highlight-the-space): Use renamed face.
22860 (whitespace-highlight-face): New backward-compatibility alias for
22861 renamed face.
22862
22863 * woman.el (woman-italic, woman-bold, woman-unknown)
22864 (woman-addition, woman-symbol-face):
22865 Remove "-face" suffix from face names.
22866 (woman-italic-face, woman-bold-face, woman-unknown-face)
22867 (woman-addition-face):
22868 New backward-compatibility aliases for renamed faces.
22869 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
22870 (woman-decode-region, woman-replace-match)
22871 (woman-display-extended-fonts, woman-special-characters)
22872 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
22873 Use renamed woman faces.
22874
22875 * longlines.el (longlines-visible-face): Face removed.
22876
22877 * diff-mode.el (diff-header, diff-file-header, diff-index)
22878 (diff-hunk-header, diff-removed, diff-added, diff-changed)
22879 (diff-function, diff-context, diff-nonexistent): Remove "-face"
22880 suffix from face names.
22881 (diff-header-face, diff-file-header-face, diff-index-face)
22882 (diff-hunk-header-face, diff-removed-face, diff-added-face)
22883 (diff-changed-face, diff-function-face, diff-context-face)
22884 (diff-nonexistent-face): New backward-compatibility aliases for
22885 renamed faces.
22886 (diff-header-face, diff-file-header-face)
22887 (diff-index, diff-index-face, diff-hunk-header)
22888 (diff-hunk-header-face, diff-removed, diff-removed-face)
22889 (diff-added, diff-added-face, diff-changed-face, diff-function)
22890 (diff-function-face, diff-context-face, diff-nonexistent)
22891 (diff-nonexistent-face): Use renamed diff-mode faces.
22892
22893 * progmodes/compile.el (compilation-warning-face)
22894 (compilation-info-face): Remove "-face" suffix from face names.
22895 (compilation-warning-face, compilation-info-face):
22896 New backward-compatibility aliases for renamed faces.
22897 (compilation-warning-face, compilation-info-face):
22898 Use renamed compilation faces.
22899
22900 * add-log.el (change-log-date, change-log-name)
22901 (change-log-email, change-log-file, change-log-list)
22902 (change-log-conditionals, change-log-function)
22903 (change-log-acknowledgement): Remove "-face" suffix from face names.
22904 (change-log-date-face, change-log-name-face)
22905 (change-log-email-face, change-log-file-face)
22906 (change-log-list-face, change-log-conditionals-face)
22907 (change-log-function-face, change-log-acknowledgement-face):
22908 New backward-compatibility aliases for renamed faces.
22909 (change-log-font-lock-keywords): Use renamed change-log faces.
22910
22911 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
22912 (custom-set, custom-changed, custom-saved, custom-button)
22913 (custom-button-pressed, custom-documentation, custom-state)
22914 (custom-comment, custom-comment-tag, custom-variable-tag)
22915 (custom-variable-button, custom-face-tag, custom-group-tag-1)
22916 (custom-group-tag): Remove "-face" suffix from face names.
22917 (custom-magic-alist, custom-magic-value-create)
22918 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
22919 (custom-invalid-face, custom-rogue-face, custom-modified-face)
22920 (custom-set-face, custom-changed-face, custom-saved-face)
22921 (custom-button-face, custom-button-pressed-face)
22922 (custom-documentation-face, custom-state-face)
22923 (custom-comment-face, custom-comment-tag-face)
22924 (custom-variable-tag-face, custom-variable-button-face)
22925 (custom-face-tag-face, custom-group-tag-face-1)
22926 (custom-group-tag-face):
22927 New backward-compatibility aliases for renamed faces.
22928
22929 * wid-edit.el (widget-documentation, widget-button)
22930 (widget-field, widget-single-line-field, widget-inactive)
22931 (widget-button-pressed): "-face" suffix removed from face names.
22932 (widget-documentation-face, widget-button-face)
22933 (widget-field-face, widget-single-line-field-face)
22934 (widget-inactive-face, widget-button-pressed-face):
22935 New backward-compatibility aliases for renamed faces.
22936 (widget-documentation-face, widget-button-face)
22937 (widget-button-pressed-face, widget-specify-field)
22938 (widget-specify-inactive): Use renamed widget faces.
22939
229402005-06-10 Kenichi Handa <handa@m17n.org>
22941
22942 * term/x-win.el (x-clipboard-yank): Remove condition-case
22943 wrapping.
22944
229452005-06-11 Kenichi Handa <handa@m17n.org>
22946
22947 * add-log.el (change-log-font-lock-keywords): Make the regexp for
22948 date lines stricter.
22949
229502005-06-10 Zhang Wei <id.brep@gmail.com>
22951
22952 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22953 of x-get-selection.
22954
229552005-06-10 Juanma Barranquero <lekktu@gmail.com>
22956
22957 * comint.el (comint-mode, comint-snapshot-last-prompt):
22958 * frame.el (frame-current-scroll-bars):
22959 * term.el (term-mode, term-check-proc, term-input-sender)
22960 (term-simple-send, term-extract-string, term-word)
22961 (term-match-partial-filename):
22962 * window.el (window-current-scroll-bars):
22963 * emulation/cua-base.el (cua-normal-cursor-color)
22964 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22965 (cua-global-mark-cursor-color):
22966 * mail/undigest.el (rmail-forward-separator-regex):
22967 Fix typos in docstrings.
22968
22969 * comint.el (comint-check-proc, make-comint-in-buffer)
22970 (comint-source-default): Doc fixes.
22971
22972 * term.el (term-send-string): Improve argument/docstring consistency.
22973
229742005-06-09 Luc Teirlinck <teirllm@auburn.edu>
22975
22976 * comint.el (comint-send-input): Bind `inhibit-read-only' around
22977 call to `delete-region'.
22978 (comint-mode-hook): Do not enable Font Lock by default.
22979
229802005-06-09 Lute Kamstra <lute@gnu.org>
22981
22982 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22983 could be void.
22984
229852005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
22986
22987 * emacs-lisp/debug.el (debugger-will-be-back): New var.
22988 (debug): Use it.
22989 (debugger-step-through, debugger-continue, debugger-jump)
22990 (debugger-return-value): Set it when needed.
22991 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22992 Use inhibit-read-only.
22993
229942005-06-09 Juanma Barranquero <lekktu@gmail.com>
22995
22996 * window.el (shrink-window-if-larger-than-buffer)
22997 (window-size-fixed): Fix typo in docstring.
22998
22999 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23000 thumbnails directory on loading.
23001 (thumbs-conversion-program): Use `eq' to check the system type,
23002 not `equal'.
23003 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23004 not "/tmp". Fix docstring.
23005 (thumbs-thumbsdir): New function to return the thumbnails
23006 directory, creating it if needed.
23007 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23008 (thumbs-temp-file): Delete variable and make it into a function.
23009 (thumbs-resize-image, thumbs-modify-image): Use it.
23010 (thumbs-kill-buffer): Simplify.
23011 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23012 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23013 docstrings.
23014
230152005-06-09 Kim F. Storm <storm@cua.dk>
23016
23017 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23018 set-match-data to free markers in match-data.
23019
23020 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23021 match-data to unchain markers in match-data.
23022
230232005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23024
23025 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23026 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23027 unnecessary now.
23028
230292005-06-08 Richard M. Stallman <rms@gnu.org>
23030
23031 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23032 give the variable a doc string that doesn't say don't set it directly.
23033
23034 * textmodes/ispell.el (ispell-check-version):
23035 Use match-string-no-properties.
23036 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23037 (ispell-buffer-local-words): Likewise.
23038
23039 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23040 except on terminals with enough colors to really display it.
23041 (makefile-dependency-regex): Delete spurious `bb'.
23042
23043 * faces.el (escape-glyph): Use blue once again in last case.
23044 (no-break-space): Redefine so that it isn't invisible on a tty.
23045
230462005-06-08 Kim F. Storm <storm@cua.dk>
23047
23048 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23049 also when reading directory name.
23050
230512005-06-08 Lute Kamstra <lute@gnu.org>
23052
23053 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23054 (flyspell-mode-line-string): Remove autoload cookie.
23055 (flyspell-mode): Remove defvar.
23056
230572005-06-07 Lute Kamstra <lute@gnu.org>
23058
23059 * textmodes/org.el (org-run-mode-hooks): New function.
23060 (org-agenda-mode): Use it.
23061
230622005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23063
23064 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23065
230662005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23067
23068 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23069
230702005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23071
23072 * font-lock.el (font-lock-add-keywords): Doc fix.
23073
230742005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23077 (tex-compile-default): In the absence of any history, use the order in
23078 tex-compile-alist to choose the preferred command.
23079 (tex-compile-commands): Reorder a bit.
23080
23081 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23082 (flyspell-incorrect-face, flyspell-duplicate-face):
23083 Use (X)Emacs-agnostic code.
23084 (flyspell-mode-map): Don't overwrite at each load. Remove code
23085 redundant with the subsequent add-minor-mode. Merge Emacs and
23086 XEmacs code.
23087 (flyspell-word): Minor simplification.
23088 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23089 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23090 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23091 Merge the corresponding Emacs code.
23092 (flyspell-correct-word, flyspell-xemacs-popup):
23093 Use flyspell-do-correct.
23094
23095 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23096 a dedicated window.
23097
23098 * international/latexenc.el (latexenc-find-file-coding-system):
23099 Undo part of last patch, to turn off a compiler warning.
23100
231012005-06-06 Juri Linkov <juri@jurta.org>
23102
23103 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23104 Rename `tmm-inactive-face' to `tmm-inactive'.
23105
231062005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23107
23108 * iswitchb.el: Rename faces.
23109
231102005-06-06 Kim F. Storm <storm@cua.dk>
23111
23112 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23113 (cua-global-mark): Remove -face suffix from face names.
23114
23115 * emulation/cua-gmrk.el (cua--init-global-mark):
23116 Remove cua-global-mark face setup.
23117
231182005-06-06 Richard M. Stallman <rms@gnu.org>
23119
23120 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23121 just like other allowed characters.
23122 (makefile-match-dependency): Exclude leading and training whitespace
23123 from the range of regexp subexp 1.
23124 (makefile-macroassign-regex): Don't try to match the body,
23125 just the name of the macro being defined.
23126
23127 * info.el (Info-read-node-name-2): New function.
23128 (Info-read-node-name-1): Use that.
23129 Add a completion-base-size-function property.
23130
23131 * simple.el (completion-setup-function): Look for
23132 completion-base-size-function property of minibuffer-completion-table.
23133
23134 * files.el (locate-file-completion): Doc fix.
23135
23136 * printing.el: Don't call pr-update-menus; user must do that.
23137
23138 * emacs-lisp/debug.el (debugger-window): New variable.
23139 (debug): Use debugger-window if it is set and still alive.
23140 Record debugger-window for next entry.
23141
23142 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23143
231442005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23145
23146 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23147 (hack-one-local-variable, hack-local-variables)
23148 (hack-local-variables-prop-line): Pass that arg.
23149
231502005-06-06 Kim F. Storm <storm@cua.dk>
23151
23152 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23153 (ido-indicator): Remove -face suffix from face names.
23154
231552005-06-06 Juri Linkov <juri@jurta.org>
23156
23157 * font-lock.el (font-lock-regexp-backslash)
23158 (font-lock-regexp-backslash-construct): New faces.
23159 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23160 after `('. Add `while-no-input' to control structures.
23161
23162 * faces.el (no-break-space, shadow): New faces.
23163 (escape-glyph): Use less loud colors pink2 and red4.
23164
23165 * diff-mode.el (diff-context-face)
23166 * dired.el (dired-ignored)
23167 * rfn-eshadow.el (file-name-shadow)
23168 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23169
23170 * info.el (Info-title-1-face): Use green instead of yellow because
23171 bold yellow is not readable on light backgrounds.
23172
23173 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23174 before selecting the desired mode to not spend time fontifying
23175 old contents.
23176
231772005-06-06 Juanma Barranquero <lekktu@gmail.com>
23178
23179 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23180 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23181
23182 * ps-print.el (ps-default-fg, ps-default-bg):
23183 Fix typos in docstrings.
23184
23185 * isearchb.el (isearchb): Don't pass a spurious second argument to
23186 `iswitchb-completions'.
23187
231882005-06-05 Nick Roberts <nickrob@snap.net.nz>
23189
23190 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23191 to preserve point.
23192 (gdb-find-file-hook): Add doc string.
23193
23194 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23195 C dereferenced pointer expression.
23196 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
23197
23198 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23199
23200 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23201 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23202 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23203 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23204 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23205 Make background transparent.
23206
232072005-06-04 Luc Teirlinck <teirllm@auburn.edu>
23208
23209 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
23210 (font-lock-remove-keywords): Doc fix.
23211 (font-lock-mode-major-mode): Compiler defvar.
23212 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23213
23214 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23215 (font-lock-mode): Update `font-lock-mode-major-mode'.
23216 (font-lock-set-defaults): Compiler defvar.
23217 (font-lock-default-function): Take `font-lock-mode-major-mode'
23218 into account.
23219
23220 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23221 keep track of which major mode it enabled the minor mode for.
23222 Use find-file-hook again. Update docstring.
23223
23224 * simple.el (eval-expression-print-level)
23225 (eval-expression-print-length, eval-expression-debug-on-error):
23226 Doc fixes.
23227
232282005-06-04 Matt Hodges <MPHodges@member.fsf.org>
23229
23230 * iswitchb.el (iswitchb-single-match-face)
23231 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23232 (iswitchb-invalid-regexp-face): New faces.
23233 (iswitchb-completions): Use them.
23234 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23235 now marked as an obsolete alias.
23236 (iswitchb-read-buffer): Remove check for bound font variables.
23237 (iswitchb-invalid-regexp): New free variable.
23238 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23239 set iswitchb-invalid-regexp.
23240 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23241 invalid regexps.
23242 (iswitchb-completions): Add check for complete match when entering
23243 a regexp.
23244 (iswitchb-completions): Remove require-match argument.
23245 (iswitchb-exhibit): Fix caller.
23246 (iswitchb-common-match-inserted): New variable.
23247 (iswitchb-complete, iswitchb-completion-help): Use it.
23248
232492005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23250
23251 * url-http.el (url-http-chunked-encoding-after-change-function):
23252 Use `url-http-debug' instead of `message'.
23253
232542005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
23255
23256 * url-http.el (url-http-parse-headers): Pass redirected URL as a
23257 callback argument.
23258
232592005-06-04 Kim F. Storm <storm@cua.dk>
23260
23261 * simple.el (line-move): Only call sit-for when moving backwards.
23262
23263 * ido.el (ido-make-merged-file-list-1): New defun split from
23264 ido-make-merged-file-list.
23265 (ido-make-merged-file-list): Bind throw-on-input around call to
23266 ido-make-merged-file-list-1. Return input-pending-p if
23267 interrupted by more input available.
23268 (ido-read-internal): Handle input-pending-p return value from
23269 ido-make-merged-file-list.
23270
232712005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
23272
23273 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23274 compatibility code.
23275
23276 * international/latexenc.el (latexenc-find-file-coding-system):
23277 Don't inherit the EOL part of the coding-system from the
23278 tex-main buffer. Fit within 80 columns.
23279
232802005-06-03 Matt Hodges <MPHodges@member.fsf.org>
23281
23282 * tmm.el (tmm-inactive-face): New face.
23283 (tmm-remove-inactive-mouse-face): New function.
23284 (tmm-prompt, tmm-add-one-shortcut)
23285 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23286 but not selectable.
23287
232882005-06-03 Juanma Barranquero <lekktu@gmail.com>
23289
23290 * faces.el (face-equal): Improve argument/docstring consistency.
23291
232922005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
23293
23294 * progmodes/make-mode.el (makefile-targets-face)
23295 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23296 (makefile-bsdmake-dependency-regex)
23297 (makefile-makepp-rule-action-regex)
23298 (makefile-bsdmake-rule-action-regex): New constants.
23299 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23300
23301 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23302 Allow (...) within `...' for makepp messages.
23303
233042005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
23305
23306 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23307
23308 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23309 "." files are deleted from all file lists before comparison.
23310
23311 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23312 (viper-ESC-key): Made them customizable.
23313
23314 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23315
233162005-06-01 Luc Teirlinck <teirllm@auburn.edu>
23317
23318 * autorevert.el (auto-revert-buffers): Use save-match-data.
23319
233202005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23321
23322 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23323 menu items with a nil command binding.
23324
233252005-06-01 Juanma Barranquero <lekktu@gmail.com>
23326
23327 * emacs-lisp/cl-macs.el (defsetf):
23328 Improve argument/docstring consistency.
23329
23330 * faces.el (list-faces-display): Improve the formatting by
23331 computing the maximum length required for any face-name (reworked
23332 patch of 1999-01-11, accidentally deleted on 1999-07-21).
23333 (internal-find-face): Remove redundant info in docstring.
23334
233352005-06-01 Nick Roberts <nickrob@snap.net.nz>
23336
23337 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23338 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23339 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23340 (gdb-assembler-custom): Improve regexps.
23341 (def-gdb-auto-update-handler): Use window point to preserve point.
23342
233432005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23344
23345 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23346
233472005-05-31 Jay Belanger <belanger@truman.edu>
23348
23349 * calc/calc-embed.el (calc-embedded-word): Change argument passed
23350 to calc-embedded.
23351 (calc-embedded-make-info): Have plain prefix argument select
23352 entire line.
23353
233542005-05-31 Juanma Barranquero <lekktu@gmail.com>
23355
23356 * faces.el (list-faces-display): Signal error if passed a regexp
23357 that matches no face name.
23358
23359 * simple.el (filter-buffer-substring): Fix typo in docstring.
23360
233612005-05-31 Richard M. Stallman <rms@gnu.org>
23362
23363 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23364 (vhdl-emacs-21): Doc fix.
23365 (vhdl-mode): Unconditionally set comment-padding.
23366 (vhdl-fixup-whitespace-region): Insert spaces only where
23367 there are none.
23368 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23369
233702005-05-30 John Wiegley <johnw@newartisans.com>
23371
23372 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23373 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23374 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23375 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23376 `string-to-number'.
23377
233782005-05-30 Jay Belanger <belanger@truman.edu>
23379
23380 * calc/calc.el (calc-bug-address): Fix docstring.
23381 (calc-window-hook, calc-trail-window-hook): New variables.
23382 (calc-trail-display): Restore use of calc-trail-window-hook.
23383 (calc): Restore use of calc-window-hook.
23384
233852005-05-31 Masatake YAMATO <jet@gyve.org>
23386
23387 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23388
23389 * help-fns.el (help-C-file-name): Add autoload mark for
23390 `find-function-noselect'.
23391
233922005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23393
23394 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23395 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23396
233972005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23398
23399 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23400 included diary buffer if it was not already being visited.
23401 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23402
23403 * calendar/icalendar.el (top-level): Do not require appt.
23404
23405 * mail/supercite.el (sc-select-attribution): Only use a list
23406 element from sc-attrib-selection-list if it returns a string.
23407 Reported by Davide G. M. Salvetti <salve@debian.org>.
23408
234092005-05-30 Juanma Barranquero <lekktu@gmail.com>
23410
23411 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23412 includes a hash value to improve its uniqueness, and has a ".jpg"
23413 extension. Also, it is now a valid filename on all systems.
23414 (thumbs-make-thumb): Use `let', not `let*'.
23415 (thumbs-show-thumbs-list): Check for JPEG availability.
23416
234172005-05-30 Richard M. Stallman <rms@gnu.org>
23418
23419 * filesets.el (filesets-menu-ensure-use-cached):
23420 Prevent warning when emacs-version>= is undefined.
23421
23422 * printing.el (pr-interactive-n-up): Use string-to-number.
23423
23424 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23425
23426 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23427 Warn only when name to be defined is quoted.
23428
234292005-05-30 Nick Roberts <nickrob@snap.net.nz>
23430
23431 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23432 Make regexp more robust.
23433 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23434 Force regeneration of disassembly.
23435
234362005-05-29 Jay Belanger <belanger@truman.edu>
23437
23438 * calc/calc.el (calc-user-invocation): Check if
23439 calc-invocation-macro is non-nil.
23440
234412005-05-29 Juri Linkov <juri@jurta.org>
23442
23443 * add-log.el (change-log-font-lock-keywords):
23444 Add `+' to e-mail regexp to accept mail address with keywords.
23445
23446 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23447
234482005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23449
23450 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23451
23452 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23453
234542005-05-29 Richard M. Stallman <rms@gnu.org>
23455
23456 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23457 Undo the change that moves to end of the current word.
23458
234592005-05-29 Nick Roberts <nickrob@snap.net.nz>
23460
23461 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23462 Throw error when count <= 0 to ensure input is a number.
23463 (gdb-read-memory-custom): Pick up address from buffer.
23464 (gdb-memory-mode): Allow user to increment and decrement
23465 memory address from header line.
23466
234672005-05-29 Richard M. Stallman <rms@gnu.org>
23468
23469 * flyspell.el (flyspell-version): Function deleted.
23470 (flyspell-auto-correct-previous-hook): Doc fix.
23471
23472 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23473 Do nothing if memory is full.
23474
23475 * font-lock.el (font-lock-fontify-syntactically-region):
23476 Pass t for GREEDY to looking-back.
23477
23478 * saveplace.el (save-place-alist-to-file): Write the file
23479 using write-region.
23480
23481 * subr.el (looking-back): New argument GREEDY.
23482
23483 * progmodes/compile.el (compilation-start): Set the mode
23484 before inserting the initial text.
23485
23486 * progmodes/which-func.el (which-func-update-1): Turn the mode
23487 off in case of error by setting which-func-mode.
23488
234892005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23490
23491 * flyspell.el (flyspell-auto-correct-previous-word):
23492 Narrow down to what's on the screen, and recenter overlays
23493 at the end of the next word.
23494
234952005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23496
23497 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23498 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23499 (flyspell-abbrev-p): Default to nil.
23500 (flyspell-use-global-abbrev-table-p): Doc fix.
23501 (flyspell-large-region): Allow nil as value.
23502 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23503
23504 (mail-mode-flyspell-verify): More robust handling
23505 of `mail-header-separator'. More efficient signature detection.
23506 Allow for regexp metacharacters in message-header-separator.
23507 Adding `To' not to be checked in mail-mode-flyspell-verify.
23508
23509 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23510 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23511 Bind flyspell-auto-correct-binding.
23512 Bind C-. and C-, .
23513 (flyspell-mode-map): Likewise.
23514 (flyspell-mode): Doc fix.
23515 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23516 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23517 (flyspell-word-cache-result): New var, always local.
23518 (flyspell-check-pre-word-p): Doc fix.
23519 (flyspell-check-changed-word-p): Handle spc like newline.
23520 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23521 (flyspell-word-search-backward, flyspell-word-search-forward):
23522 New functions.
23523 (flyspell-word): Return t if nothing to check.
23524 When parsing TeX code, check for after } or \.
23525 Use flyspell-word-search-backward to find previous word.
23526 Return nil if duplicated word.
23527 For word already checked, return same value as last time.
23528 Set flyspell-word-cache-result after checking.
23529 Don't clobber the return value.
23530 (flyspell-get-word): Major rewrite.
23531 (flyspell-external-point-words): New locals pword, pcount.
23532 Fix size used in progress message.
23533 Find the proper corresponding word in flyspell-large-region-buffer.
23534 (flyspell-region): Check for flyspell-large-region = nil.
23535 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23536 (flyspell-auto-correct-word): Check that WORD is a cons.
23537 (flyspell-correct-word): Likewise.
23538
235392005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23540
23541 * progmodes/make-mode.el (makefile-rule-action-regex)
23542 (makefile-macroassign-regex, makefile-makepp-mode)
23543 (makefile-bsdmake-mode): Continuation lines may be empty.
23544 Reported by Joshua Varner.
23545 (makefile-makepp-font-lock-keywords): Add $(stem).
23546
235472005-05-28 Karl Berry <karl@gnu.org>
23548
23549 * textmodes/tex-mode.el: Now that tex-send-command calls
23550 shell-quote-argument (2005-03-31 change), remove all calls to
23551 shell-quote-argument; they all end up invoking tex-send-command.
23552 The double quoting loses on filenames with non-safe characters,
23553 such as "@". Reported by Frederik Fouvry.
23554
235552005-05-29 Nick Roberts <nickrob@snap.net.nz>
23556
23557 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23558 about preserving point.
23559
235602005-05-27 Jay Belanger <belanger@truman.edu>
23561
23562 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23563 Info-goto-node.
23564
23565 * calc/calc-embed.el (calc-embed-arg): New variable.
23566 (calc-do-embedded-activate, calc-embedded-activate-formula)
23567 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23568 variable by new variable.
23569 (calc-embedded-make-info): Replace undeclared variable by new
23570 variable. When selecting region with positive prefix
23571 argument, use end of previous line instead of beginning of line.
23572
23573 * calc/calc-aent.el (calc-arg-values): Declare it.
23574
23575 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23576 Declare them.
23577
23578 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23579
23580 * calc/calc.el (calc-alg-map): Declare it.
23581
23582 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23583
235842005-05-28 Nick Roberts <nickrob@snap.net.nz>
23585
23586 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23587 (gdb-registers-buffer, toggle-gdb-all-registers):
23588 Toggle display of floating point registers.
23589 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23590
23591 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23592 (toggle-gud-tooltip-dereference):
23593 Rename from gud-toggle-tooltip-dereference.
23594
235952005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23596
23597 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23598
235992005-05-27 Jay Belanger <belanger@truman.edu>
23600
23601 * calc/calc-prog.el (calc-kbd-report): Remove.
23602 (calc-kbd-query): Rewrite.
23603
236042005-05-27 Juanma Barranquero <lekktu@gmail.com>
23605
23606 * image.el (image-library-alist): Move to image.c.
23607 (image-type-available-p): Doc fix.
23608
236092005-05-27 Lute Kamstra <lute@gnu.org>
23610
23611 * calc/calc.el (calc):
23612 * outline.el (outline-1, outline-2, outline-3, outline-4)
23613 (outline-5, outline-6, outline-7, outline-8):
23614 * textmodes/dns-mode.el (dns-mode):
23615 * textmodes/sgml-mode.el (sgml-namespace-face):
23616 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23617 (tex-verbatim-face, tex-use-reftex):
23618 * textmodes/texinfo.el (texinfo-heading-face):
23619 Specify customization group.
23620
23621 * longlines.el: Don't require easy-mmode.
23622 (longlines-visible-face): Specify customization group.
23623
236242005-05-27 Kenichi Handa <handa@m17n.org>
23625
23626 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23627 encoding table of windows-1251.
23628
23629 * international/ucs-tables.el (ucs-set-table-for-input):
23630 If translation-table-for-input of a coding system is a symbol, get
23631 its translation-table property.
23632
23633 * international/code-pages.el: Don't register a coding system into
23634 non-iso-charset-alist more than once.
23635 (cp-make-coding-system): Likewise.
23636
236372005-05-26 John Wiegley <johnw@newartisans.com>
23638
23639 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
23640 `eshell-resume-eval' is wrapped in a list, it indicates that the
23641 command was run asynchronously. In that case, unwrap the value
23642 before checking the delimiter value.
23643
23644 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
23645 character before a space at the end of a line is \, assume the space
23646 is part of the last argument rather than a final argument separator.
23647
23648 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
23649 is in use, and the target is `t' or `nil' (which are the most common
23650 values), don't assume that the symbol target is a buffer.
23651
236522005-05-26 Luc Teirlinck <teirllm@auburn.edu>
23653
23654 * calendar/calendar.el (calendar-mode-line-format):
23655 Use mode-line-highlight as mouse-face.
23656
23657 * time.el (display-time-string-forms, display-time-update):
23658 Use mode-line-highlight as mouse-face.
23659
236602005-05-26 Jay Belanger <belanger@truman.edu>
23661
23662 * calc/calc.el (calc-language-alist): Remove extra defvar.
23663
236642005-05-26 Lute Kamstra <lute@gnu.org>
23665
23666 * arc-mode.el (archive-mode):
23667 * bookmark.el (bookmark-read-annotation-mode)
23668 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
23669 * bs.el (bs-mode):
23670 * calc/calc-yank.el (calc-edit-mode):
23671 * calc/calc.el (calc-mode, calc-trail-mode):
23672 * calculator.el (calculator-mode):
23673 * chistory.el (command-history-mode):
23674 * comint.el:
23675 * cus-edit.el (custom-mode):
23676 * descr-text.el (describe-text-mode):
23677 * ebuff-menu.el (Electric-buffer-menu-mode):
23678 * ediff-util.el (ediff-mode):
23679 * emacs-lisp/re-builder.el (reb-mode):
23680 * emulation/vi.el (vi-mode-setup):
23681 * emulation/ws-mode.el (wordstar-mode):
23682 * eshell/esh-mode.el (eshell-mode):
23683 * forms.el (forms-mode):
23684 * help-mode.el (help-mode):
23685 * hexl.el (hexl-mode):
23686 * ibuffer.el (ibuffer-mode):
23687 * ielm.el (inferior-emacs-lisp-mode):
23688 * info.el (Info-mode, Info-edit-mode):
23689 * international/swedish.el:
23690 * ledit.el (ledit-from-lisp-mode):
23691 * locate.el (locate-mode):
23692 * mail/rmail.el (rmail-mode):
23693 * mail/rmailedit.el (rmail-edit-mode):
23694 * mail/rmailsum.el (rmail-summary-mode):
23695 * mail/supercite.el (sc-electric-mode):
23696 * net/eudc.el (eudc-mode):
23697 * net/quickurl.el (quickurl-list-mode):
23698 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
23699 * obsolete/ooutline.el (outline-mode):
23700 * obsolete/options.el (Edit-options-mode):
23701 * obsolete/rnews.el (news-mode):
23702 * obsolete/rnewspost.el (news-reply-mode):
23703 * play/5x5.el (5x5-mode):
23704 * play/decipher.el (decipher-mode, decipher-stats-mode):
23705 * play/gomoku.el (gomoku-mode):
23706 * play/snake.el (snake-mode):
23707 * play/solitaire.el (solitaire-mode):
23708 * play/tetris.el (tetris-mode):
23709 * progmodes/ada-mode.el (ada-mode):
23710 * progmodes/antlr-mode.el (antlr-mode):
23711 * progmodes/autoconf.el (autoconf-mode):
23712 * progmodes/dcl-mode.el (dcl-mode):
23713 * progmodes/delphi.el (delphi-mode):
23714 * progmodes/ebrowse.el (ebrowse-tree-mode)
23715 (ebrowse-electric-list-mode, ebrowse-member-mode)
23716 (ebrowse-electric-position-mode):
23717 * progmodes/f90.el (f90-mode):
23718 * progmodes/fortran.el (fortran-mode):
23719 * progmodes/icon.el (icon-mode):
23720 * progmodes/idlw-help.el (idlwave-help-mode):
23721 * progmodes/idlw-shell.el (idlwave-shell-mode):
23722 * progmodes/idlwave.el (idlwave-mode):
23723 * progmodes/inf-lisp.el (inferior-lisp-mode):
23724 * progmodes/m4-mode.el (m4-mode):
23725 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
23726 * progmodes/modula2.el (modula-2-mode):
23727 * progmodes/octave-inf.el (inferior-octave-mode):
23728 * progmodes/octave-mod.el (octave-mode):
23729 * progmodes/pascal.el (pascal-mode):
23730 * progmodes/sh-script.el (sh-mode):
23731 * progmodes/sql.el (sql-mode, sql-interactive-mode):
23732 * progmodes/vhdl-mode.el (vhdl-mode):
23733 * progmodes/xscheme.el (scheme-interaction-mode):
23734 * replace.el (occur-mode):
23735 * ses.el (ses-mode):
23736 * simple.el (completion-list-mode):
23737 * skeleton.el:
23738 * speedbar.el (speedbar-mode):
23739 * term.el (term-mode):
23740 * terminal.el (terminal-edit-mode):
23741 * textmodes/reftex-index.el (reftex-index-mode)
23742 (reftex-index-phrases-mode):
23743 * textmodes/reftex-sel.el (reftex-select-label-mode)
23744 (reftex-select-bib-mode):
23745 * textmodes/reftex-toc.el (reftex-toc-mode):
23746 * wdired.el (wdired-change-to-wdired-mode):
23747 * wid-browse.el (widget-browse-mode):
23748 Use run-mode-hooks.
23749
23750 * array.el (array-mode):
23751 * calendar/todo-mode.el (todo-mode):
23752 * man.el (Man-mode):
23753 * play/landmark.el (lm-mode):
23754 * play/mpuz.el (mpuz-mode):
23755 Use kill-all-local-variables and run-mode-hooks.
23756
23757 * subr.el (delay-mode-hooks): Specify indentation.
23758
237592005-05-26 Mark A. Hershberger <mah@everybody.org>
23760
23761 * xml.el (xml-substitute-special): Don't die for undefined xml
23762 entities.
23763
237642005-05-26 Jay Belanger <belanger@truman.edu>
23765
23766 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
23767 of nil.
23768
237692005-05-27 Nick Roberts <nickrob@snap.net.nz>
23770
23771 * progmodes/gdb-ui.el (gdb-frame-address):
23772 Rename from gdb-current-address.
23773 (gdb-previous-frame-address): Rename from gdb-previous-address.
23774 (gdb-selected-frame): Rename from gdb-current-frame.
23775 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
23776 (gdb-frame-number): Rename from gdb-current-stack-level.
23777 (gdb-ann3): Match new mode-name for disassembly buffer.
23778 Extend initialization of variables.
23779 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
23780 (gdb-memory-mode): Use mouse-face in header line.
23781 (gdb-assembler-buffer-name): Call it disassembly and give frame
23782 in mode line.
23783 (gdb-source-spec-regexp, gdb-assembler-custom)
23784 (gdb-invalidate-assembler, gdb-frame-handler):
23785 Make robust to leading zeroes in address format.
23786
237872005-05-26 Carsten Dominik <dominik@science.uva.nl>
23788
23789 * textmodes/org.el (org-mode): Use `define-derived-mode' to
23790 define `org-mode'.
23791 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
23792
237932005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
23794
23795 * log-edit.el (log-edit-changelog-entries): Distinguish between
23796 filenames like xfns.c and fns.c.
23797
237982005-05-25 Luc Teirlinck <teirllm@auburn.edu>
23799
23800 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
23801 point after reverting.
23802 (Buffer-menu-make-sort-button): Handle the case where
23803 `Buffer-menu-use-header-line' is nil.
23804
238052005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
23806
23807 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
23808 New funcs. In minibuffer-local-completion-map bind `]', `/'
23809 and `:' to them.
23810
238112005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23812
23813 * startup.el (normal-top-level): Allow modification of load-path while
23814 we're iterating over it.
23815
238162005-05-25 Juanma Barranquero <lekktu@gmail.com>
23817
23818 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
23819 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
23820 (thumbs-resize-interactive, thumbs-insert-image)
23821 (thumbs-insert-thumb, thumbs-dired-show-marked)
23822 (thumbs-find-image-at-point, thumbs-delete-images)
23823 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
23824 (thumbs-increment-image-size, thumbs-decrement-image-size):
23825 Fix typos in docstrings.
23826
238272005-05-24 Andre Spiegel <spiegel@gnu.org>
23828
23829 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
23830 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
23831 (cperl-mode): Use them.
23832
238332005-05-24 Juanma Barranquero <lekktu@gmail.com>
23834
23835 * window.el (quit-window, shrink-window-if-larger-than-buffer):
23836 Doc fixes.
23837
238382005-05-24 Nick Roberts <nickrob@snap.net.nz>
23839
23840 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
23841 Bind C-d to gdb-inferior-io-eof.
23842
23843 * dired.el (dired-dnd-popup-notice): Use message-box.
23844
238452005-05-23 Masatake YAMATO <jet@gyve.org>
23846
23847 * bindings.el (mode-line-major-mode-keymap):
23848 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
23849
23850 * faces.el (mode-line-highlight): New face.
23851
23852 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
23853 as mouse-face.
23854
23855 * bindings.el (top-level, help-echo, mode-line-modified)
23856 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
23857 as mouse-face.
23858
238592005-05-23 Juanma Barranquero <lekktu@gmail.com>
23860
23861 * progmodes/cc-engine.el (c-guess-basic-syntax):
23862 Remove spurious call to `zerop'.
23863
23864 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
23865
238662005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
23867
23868 CC Mode update to 5.30.10:
23869
23870 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
23871 could go past the limit in decoration level 2, thereby causing
23872 errors during interactive fontification.
23873
23874 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
23875 the file is evaluated interactively.
23876
23877 * cc-engine.el (c-guess-basic-syntax): Handle operator
23878 declarations somewhat better in C++.
23879
23880 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
23881 make use of `run-mode-hooks' which has been added in Emacs 21.1.
23882 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
23883 (awk-mode): Use it.
23884 (make-local-hook): Suppress warning about obsoleteness.
23885
23886 * cc-engine.el, cc-align.el, cc-cmds.el
23887 (c-append-backslashes-forward, c-delete-backslashes-forward)
23888 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
23889 Compensate for return value from `forward-line' when it has moved
23890 but not to a different line due to eob.
23891
23892 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
23893 `objc-method-intro' and `objc-method-args-cont'.
23894
238952005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
23896
23897 CC Mode update to 5.30.10:
23898
23899 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
23900 in the copyright statement. Incidentally, change "along with GNU
23901 Emacs" to "along with this program" where it occurs.
23902
23903 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
23904 so that it is interactive, hence can be found by M-x awk-mode
23905 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
23906 <gmorris+emacs@ast.cam.ac.uk>.
23907
23908 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
23909 Mode's regexps.
23910
239112005-05-23 Kevin Ryde <user42@zip.com.au>
23912
23913 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
23914 c-parse-state, to avoid a lisp error (on bad code).
23915
239162005-05-23 Lute Kamstra <lute@gnu.org>
23917
23918 * subr.el (font-lock-defaults): Remove defvar as it's already
23919 defined in font-core.el.
23920
23921 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
23922
239232005-05-23 Nick Roberts <nickrob@snap.net.nz>
23924
23925 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
23926 more general and work when GDB variable "print pretty" is on,
23927 as with Emacs, for example.
23928
239292005-05-22 Luc Teirlinck <teirllm@auburn.edu>
23930
23931 * font-core.el: Update comment.
23932
23933 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23934 Use `after-change-major-mode-hook' instead of `find-file-hook'.
23935
23936 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
23937
239382005-05-22 Eli Zaretskii <eliz@gnu.org>
23939
23940 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
23941 and `yank-handler' in the doc strings.
23942
239432005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23944
23945 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
23946
239472005-05-22 Richard M. Stallman <rms@gnu.org>
23948
23949 * help.el (describe-key): Move print-help-return-message call
23950 out of conditional.
23951
23952 * progmodes/etags.el (list-tags): Use with-no-warnings.
23953
23954 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23955 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23956 (starttls-extra-args, starttls-extra-arguments): Add defvars.
23957
23958 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23959
23960 * language/viet-util.el (viet-viscii-nonascii-translation-table):
23961 Add defvar.
23962
23963 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23964 Use defvar, not defconst.
23965
23966 * hexl.el (hexl-follow-line): Use with-no-warnings.
23967
23968 * emulation/tpu-extras.el: Use write-file-functions instead of
23969 write-file-hooks.
23970
23971 * dired.el (dired-font-lock-keywords): Fontify files with junk
23972 extensions even if marked by -F.
23973
239742005-05-22 Juanma Barranquero <lekktu@gmail.com>
23975
23976 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23977 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23978 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23979 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23980 (concatenate, list-length, get*, getf, cl-remprop):
23981 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23982 (etypecase, progv, lexical-let, lexical-let*)
23983 (multiple-value-bind, multiple-value-setq, shiftf):
23984 Improve argument/docstring consistency.
23985
23986 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23987
239882005-05-22 Andre Spiegel <spiegel@gnu.org>
23989
23990 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23991 doesn't exist.
23992
23993 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
23994 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23995
239962005-05-22 Nick Roberts <nickrob@snap.net.nz>
23997
23998 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23999 already deleted variables: auto-fill-hook, blink-paren-hook,
24000 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24001 suspend-hooks, comment-indent-hook, meta-flag,
24002 before-change-function, after-change-function,
24003 font-lock-doc-string-face.
24004
240052005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24006
24007 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24008
240092005-05-21 Eli Zaretskii <eliz@gnu.org>
24010
24011 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24012 rmail-dont-reply-to.
24013
240142005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24015
24016 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24017 literal blank when splitting new-header-values.
24018
240192005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24020
24021 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24022 string so that tmm doesn't create a completion entry for it.
24023
24024 * textmodes/table.el (table-disable-menu): Ditto.
24025
240262005-05-21 Richard M. Stallman <rms@gnu.org>
24027
24028 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24029
24030 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24031
24032 * net/rcompile.el (remote-compile): Use compilation-start.
24033
24034 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24035
240362005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24037
24038 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24039 Default to makefile-bsdmake-mode on BSD systems.
24040
24041 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24042 REGEXP may also be a search function now. The part of doc-string
24043 for describing the structure was 95% identical to that of
24044 `imenu--generic-function'. Unify it there.
24045
24046 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24047 Use function to find dependencies, because regexp alone is so complex,
24048 it easily goes into an endless loop.
24049 (makefile-makepp-mode): Also add submenu for Perl functions
24050 defined in the makefile.
24051 (makefile-bsdmake-mode): Special imenu-generic-expression no
24052 longer needed, due to function call.
24053 (makefile-match-dependency): Take BOUND into account when checking
24054 if we're through.
24055
240562005-05-20 Jay Belanger <belanger@truman.edu>
24057
24058 * calc/calc-units.el (calc-invalidate-units-table):
24059 Use inhibit-read-only.
24060 (math-build-units-table-buffer): Use view-mode.
24061
240622005-05-20 David Kastrup <dak@gnu.org>
24063
24064 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24065 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24066
240672005-05-20 Lute Kamstra <lute@gnu.org>
24068
24069 * diff-mode.el (diff-header-face, diff-file-header-face)
24070 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24071 (diff-added-face, diff-changed-face, diff-function-face)
24072 (diff-context-face, diff-nonexistent-face): Put them in the
24073 diff-mode customization group.
24074
240752005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24076
24077 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24078
24079 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24080
24081 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24082 Minor regexp-optimization.
24083
240842005-05-20 Carsten Dominik <dominik@science.uva.nl>
24085
24086 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24087 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24088 (org-agenda-add-time-grid-maybe): New function.
24089 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24090 (org-table-create): `dotimes' instead of `mapcar'.
24091 (org-xor): Simplify implementation.
24092 (org-agenda): `inhibit-redisplay' turned on.
24093 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24094 a consistent line after a state change.
24095 (org-agenda-remove-times-when-in-prefix): New option.
24096 (org-prefix-has-time): New variable.
24097 (org-parse-time-string): Optional argument NODEFAULT.
24098 (org-format-agenda-item): Parse items for time-of-day
24099 specifications and move these into the prefix if possible.
24100 (org-agenda-priority): Get current heading, not previous heading
24101 during agenda remote editing.
24102
241032005-05-20 Juanma Barranquero <lekktu@gmail.com>
24104
24105 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24106 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24107 (remove-duplicates, delete-duplicates, substitute)
24108 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24109 (nsubstitute-if-not, find, find-if, find-if-not, position)
24110 (position-if, position-if-not, count, count-if, count-if-not)
24111 (mismatch, search, sort*, stable-sort, merge, member*)
24112 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24113 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24114 (intersection, nintersection, set-difference, nset-difference)
24115 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24116 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24117 (nsublis, tree-equal): Improve argument/docstring consistency.
24118
24119 * subr.el (send-string, send-region): Remove obsolescence declaration.
24120 (window-dot, set-window-dot, read-input, show-buffer)
24121 (eval-current-buffer, string-to-int):
24122 Add release number to obsolescence declarations.
24123
241242005-05-19 Kim F. Storm <storm@cua.dk>
24125
24126 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24127 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24128
241292005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24130
24131 * faces.el (list-faces-display): Make back button respect optional
24132 regexp arg.
24133
241342005-05-19 Juanma Barranquero <lekktu@gmail.com>
24135
24136 * calculator.el (calculator-radix-grouping-mode)
24137 (calculator-radix-grouping-digits, calculator-displayer)
24138 (calculator-radix-grouping-separator, calculator-copy-displayer):
24139 * dabbrev.el (dabbrev-search-these-buffers-only):
24140 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24141 (diff-advance-after-apply-hunk, diff-mode-hook)
24142 (diff-minor-mode-prefix):
24143 * imenu.el (imenu-use-popup-menu):
24144 * jit-lock.el (jit-lock-context-time):
24145 * newcomment.el (comment-fill-column, comment-column)
24146 (comment-style, comment-padding, comment-multi-line)
24147 (comment-empty-lines, comment-auto-fill-only-comments):
24148 * reveal.el (reveal-around-mark):
24149 * uniquify.el (uniquify-buffer-name-style)
24150 (uniquify-after-kill-buffer-p)
24151 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24152 (uniquify-min-dir-content, uniquify-separator)
24153 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24154 * w32-vars.el (w32-fixed-font-alist):
24155 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24156 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24157 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24158 * progmodes/perl-mode.el (perl-indent-level)
24159 (perl-continued-statement-offset, perl-continued-brace-offset)
24160 (perl-brace-offset, perl-brace-imaginary-offset)
24161 (perl-label-offset, perl-indent-continued-arguments)
24162 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24163 * progmodes/tcl.el (tcl-indent-level)
24164 (tcl-continued-indent-level, tcl-auto-newline)
24165 (tcl-tab-always-indent, tcl-electric-hash-style)
24166 (tcl-help-directory-list, tcl-use-smart-word-finder)
24167 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24168 (inferior-tcl-source-command):
24169 * textmodes/fill.el (enable-kinsoku):
24170 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24171 * textmodes/table.el (table-yank-handler):
24172 Specify missing group (and type, if simple) in defcustom.
24173
241742005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24175
24176 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24177
241782005-05-19 Richard M. Stallman <rms@gnu.org>
24179
24180 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24181
24182 * subr.el (event-basic-type): Don't get an error.
24183 (left-fringe-p): Function deleted.
24184
24185 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24186 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24187
24188 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24189 in recursive copy.
24190
24191 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24192
24193 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24194
24195 * emacs-lisp/bytecomp.el
24196 (byte-compile-file-form-custom-declare-variable):
24197 Call byte-compile-nogroup-warn if appropriate.
24198
24199 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24200 (compilation-set-window): Don't call left-fringe-p; do it directly.
24201
242022005-05-19 Jay Belanger <belanger@truman.edu>
24203
24204 * calc/calc-graph.el (calc-graph-format-data): Make sure
24205 var-PlotRejects is bound before trying to check its value.
24206
242072005-05-19 Carsten Dominik <dominik@science.uva.nl>
24208
24209 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24210 definition of this variable from reftex-global.el to reftex.el,
24211 because it is needed in the menu.
24212
242132005-05-19 Lute Kamstra <lute@gnu.org>
24214
24215 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24216 years are fixed. Don't insert a space after a dash.
24217
242182005-05-19 Kim F. Storm <storm@cua.dk>
24219
24220 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24221
242222005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
24223
24224 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24225 strings, because (eq ... ?\\) is fairly frequent.
24226
24227 * progmodes/make-mode.el (makefile-add-this-line-targets):
24228 Simplify and integrate into `makefile-pickup-targets'.
24229 (makefile-add-this-line-macro): Simplify and integrate into
24230 `makefile-pickup-macros.
24231 (makefile-pickup-filenames-as-targets): Simplify.
24232 (makefile-previous-dependency, makefile-match-dependency):
24233 Don't stumble over `::'.
24234
242352005-05-19 Nick Roberts <nickrob@snap.net.nz>
24236
24237 * subr.el (post-command-idle-hook, post-command-idle-delay):
24238 Remove obsoletion of post-command-idle-hook and
24239 post-command-idle-delay.
24240
24241 * faces.el (list-faces-display): Provide button when describe-face
24242 is called to take user back to the list of faces.
24243
24244 * help-fns.el (describe-variable): Remove hyperlinks in a
24245 variable's value as these are quite frequently inappropriate.
24246
24247 * follow.el (follow-submit-feedback, follow-mode):
24248 Remove references to post-command-idle-hook.
24249
242502005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
24251
24252 * progmodes/make-mode.el (makefile-previous-dependency)
24253 (makefile-match-dependency): Check for := (and in bsd mode also
24254 !=) to give a better result, even when font-lock is not on.
24255
242562005-05-18 Jay Belanger <belanger@truman.edu>
24257
24258 * calc/calc-help.el (calc-s-prefix-help):
24259 Add `calc-copy-special-constant' to help string.
24260
242612005-05-18 Luc Teirlinck <teirllm@auburn.edu>
24262
24263 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24264
242652005-05-18 Jay Belanger <belanger@truman.edu>
24266
24267 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24268 in linear factors are in proper order.
24269
242702005-05-18 Carsten Dominik <dominik@science.uva.nl>
24271
24272 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24273 Support for jurabib.
24274
24275 * textmodes/reftex.el (featurep): Define aliases for overlay
24276 commands, for XEmacs compatibility, and use these aliases in
24277 overlay initializations.
24278 (reftex-highlight): Use `reftex-move-overlay'.
24279 (reftex-unhighlight): Use `reftex-delete-overlay'.
24280 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
24281 (reftex-access-search-path): Use `reftex-uniquify' instead of
24282 `reftex-uniq'
24283
24284 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24285 `before-string' property modification enables for Emacs as well.
24286 (reftex-select-item): Use `reftex-delete-overlay'.
24287 (reftex-select-mark): Use `reftex-make-overlay' and
24288 `reftex-overlay-put'.
24289 (reftex-select-unmark): Use `reftex-delete-overlay' and
24290 `reftex-overlay-put'.
24291
242922005-05-18 Lute Kamstra <lute@gnu.org>
24293
24294 * emacs-lisp/lisp.el (check-parens): Fix docstring.
24295
242962005-05-18 Juanma Barranquero <lekktu@gmail.com>
24297
24298 * add-log.el (add-change-log-entry):
24299 * array.el (array-make-template, array-reconfigure-rows)
24300 (array-init-max-row, array-init-max-column)
24301 (array-init-columns-per-line, array-init-field-width):
24302 * replace.el (replace-match-maybe-edit, perform-replace):
24303 * textmodes/spell.el (spell-region):
24304 Replace `read-input' by `read-string'.
24305
24306 * forms.el (forms-mode):
24307 * finder.el (finder-compile-keywords):
24308 * shadowfile.el (shadow-read-files):
24309 Replace `eval-current-buffer' by `eval-buffer'.
24310
24311 * terminal.el (te-pass-through):
24312 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24313 (ange-ftp-raw-send-cmd):
24314 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24315 (send-process-next-char, telnet-initial-filter, telnet):
24316 Replace `send-string' by `process-send-string'.
24317
24318 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24319 (prolog-consult-region): Replace `send-string' by
24320 `process-send-string'; replace `send-region' by `process-send-region'.
24321
24322 * progmodes/delphi.el (delphi-log-msg):
24323 Replace `set-window-dot' by `set-window-point'.
24324
24325 * subr.el (window-dot, set-window-dot, read-input, send-string)
24326 (send-region, show-buffer, eval-current-buffer):
24327 Make really obsolete, as the comment says.
24328
243292005-05-17 Kim F. Storm <storm@cua.dk>
24330
24331 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24332 (cua--init-keymaps): Bind C-return instead of S-return to set
24333 rectangle mark.
24334
24335 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24336 instead of S-return to toggle/clear rectangle mark.
24337
243382005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
24339
24340 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24341 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24342 Also fontify plain strings assigned to variables, mostly so that a
24343 colon has a face and is thus not taken as a dependency separator.
24344 (makefile-previous-dependency): Inline the new matcher, because it
24345 is too complex to work in both directions.
24346 (makefile-match-dependency): Eliminate `backward' arg (see above).
24347 Completely reimplemented so as to not sometimes go into an endless
24348 loop. It should also be more efficient, because first it only
24349 searches for `:', instead of applying the very complex regexp.
24350 (makefile-mode): Cancel `font-lock-support-mode', because blocks
24351 to be fontified in one piece can be too long for JIT.
24352 Makefiles are never *that* big.
24353
243542005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
24355
24356 * dired.el (dired-mode): Simplify.
24357
243582005-05-17 Lute Kamstra <lute@gnu.org>
24359
24360 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24361 defcustom for the mode hook variable.
24362
24363 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24364 Emacs Lisp Reference Manual.
24365
243662005-05-17 Juanma Barranquero <lekktu@gmail.com>
24367
24368 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24369 (evenp, list*):
24370 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24371 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24372
24373 * net/tramp-smb.el (tramp-smb-open-connection):
24374 Pass `tramp-chunksize' as fifth (required) argument.
24375
243762005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24377
24378 * font-lock.el (lisp-font-lock-keywords-1):
24379 Set `font-lock-negation-char-face' for [^...] char group.
24380 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24381
24382 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24383 a var, and refine it to mask one more level of nested vars.
24384 (makefile-rule-action-regex): Turn it into a var, and refine it so
24385 it recognizes backslashed continuation lines as belonging to the
24386 same command.
24387 (makefile-macroassign-regex): Refine it so it recognizes
24388 backslashed continuation lines as belonging to the same command.
24389 (makefile-var-use-regex): Don't look at the next char, because it
24390 might be the same one to be skipped by the initial [^$], leading
24391 to an overlooked variable use.
24392 (makefile-make-font-lock-keywords): Remove two parameters, which
24393 are now variables that some of the modes set locally.
24394 Handle dependency and rule action matching through functions, because
24395 regexps alone match too often. Dependency matching now comes
24396 last, so it can check, whether a colon already matched something else.
24397 (makefile-mode): Inform that font-lock improves makefile parsing
24398 capabilities.
24399 (makefile-match-dependency, makefile-match-action): New functions.
24400
244012005-05-16 Juanma Barranquero <lekktu@gmail.com>
24402
24403 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24404
24405 * align.el (align-regexp):
24406 * ansi-color.el (ansi-color-get-face):
24407 * array.el (array-reconfigure-rows, array-init-max-row)
24408 (array-init-max-column, array-init-columns-per-line)
24409 (array-init-field-width):
24410 * dired-aux.el (dired-trample-file-versions):
24411 * dired-x.el (dired-mark-sexp):
24412 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24413 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24414 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24415 * faces.el (face-read-integer):
24416 * files.el (backup-extract-version, insert-directory):
24417 * hexl.el (hexl-insert-decimal-char):
24418 * server.el (server-process-filter):
24419 * shell.el (shell-extract-num):
24420 * startup.el (command-line-1):
24421 * term.el (term-command-hook):
24422 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24423 (time-stamp-do-number):
24424 * time.el (display-time-update):
24425 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24426 (timezone-fix-time):
24427 * vms-patch.el (vms-suspend-resume-hook):
24428 * calendar/appt.el (appt-convert-time):
24429 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24430 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24431 * calendar/cal-islam.el (mark-islamic-diary-entries):
24432 * calendar/calendar.el (calendar-cursor-to-date)
24433 (calendar-star-date):
24434 * calendar/diary-lib.el (diary-attrtype-convert)
24435 (mark-diary-entries, diary-entry-time):
24436 * calendar/solar.el (solar-get-number):
24437 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24438 * emacs-lisp/re-builder.el (reb-display-subexp):
24439 * emulation/edt.el (edt-set-scroll-margins):
24440 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24441 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24442 (vip-get-ex-count):
24443 * emulation/viper-ex.el (viper-get-ex-token)
24444 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24445 * international/fontset.el (fontset-plain-name):
24446 * mail/feedmail.el (feedmail-look-at-queue-directory):
24447 * mail/mailalias.el (mail-get-names):
24448 * mail/rmail.el (rmail-convert-to-babyl-format):
24449 * mail/rmailsum.el (rmail-make-basic-summary-line)
24450 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24451 (rmail-summary-goto-msg):
24452 * mail/smtpmail.el (smtpmail-read-response):
24453 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24454 (ange-ftp-vms-add-file-entry):
24455 * play/gametree.el (gametree-looking-at-ply)
24456 (gametree-current-branch-score):
24457 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24458 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24459 * progmodes/cperl-mode.el (condition-case):
24460 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24461 (ebrowse-set-member-buffer-column-width)
24462 (ebrowse-select-1st-to-9nth):
24463 * progmodes/etags.el (etags-snarf-tag):
24464 * progmodes/flymake.el (flymake-parse-line):
24465 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24466 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24467 (idlwave-shell-menu-def):
24468 * progmodes/ps-mode.el (ps-run-goto-error):
24469 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24470 (vhdl-speedbar-contract-level):
24471 * term/mac-win.el (x-handle-numeric-switch):
24472 * term/sun-mouse.el (sun-get-frame-data):
24473 * term/w32-win.el (x-handle-numeric-switch):
24474 * term/x-win.el (x-handle-numeric-switch):
24475 * textmodes/ispell.el (ispell-parse-output):
24476 * textmodes/nroff-mode.el (nroff-outline-level):
24477 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24478 (reftex-bib-sort-year-reverse, reftex-format-citation):
24479 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24480 (reftex-section-number):
24481 * textmodes/texinfmt.el (texinfo-paragraphindent):
24482 Replace `string-to-int' by `string-to-number'.
24483
24484 * international/latexenc.el: Add page marker to force the "Local
24485 Variables:" string out of the last page.
24486
244872005-05-16 Nick Roberts <nickrob@snap.net.nz>
24488
24489 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24490 tooltip-change-major-mode.
24491 (gud-tooltip-print-command): Remove case where gud-minor-mode
24492 is gdb ("--fullname").
24493 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24494 explain to user.
24495
244962005-05-16 Jay Belanger <belanger@truman.edu>
24497
24498 * calc/calc-store.el (calc-copy-special-constant): New function.
24499
24500 * calc/calc-ext.el (calc-init-extensions): Add binding for
24501 `calc-copy-special-constant'.
24502
24503 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24504 for the `calc-copy-special-constant' command.
24505
245062005-05-16 Nick Roberts <nickrob@snap.net.nz>
24507
24508 * subr.el (left-fringe-p): New function.
24509
24510 * progmodes/compile.el (compilation-setup): Set local value of
24511 overlay-arrow-string to "" always.
24512 (compilation-set-window): Left fringe then don't scroll.
24513 No left fringe then no arrow and scroll message to top.
24514 (compilation-context-lines): Adjust doc string accordingly.
24515
245162005-05-16 Kim F. Storm <storm@cua.dk>
24517
24518 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24519 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24520 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24521 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24522 (ido-read-file-name): Handle commands with ido property value
24523 equal to find-file as reading a file name, to allow C-d to enter dired.
24524 (ibuffer-find-file): Add ido property with value find-file.
24525
245262005-05-15 Kim F. Storm <storm@cua.dk>
24527
24528 * subr.el (open-network-stream-nowait): Remove.
24529 (open-network-stream-server): Remove.
24530
245312005-05-15 Richard M. Stallman <rms@gnu.org>
24532
24533 * faces.el (describe-face): Output a definition link button.
24534
24535 * help-mode.el (help-face-def): New button type.
24536
24537 * emacs-lisp/copyright.el (copyright-fix-years):
24538 Match properly if the first year is 2-digit.
24539 Don't mess up the whitespace after the years by filling.
24540
24541 * dired-aux.el (dired-mark-confirm):
24542 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24543
24544 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24545 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24546 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24547
24548 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24549 Set font-lock-comment-start-skip.
24550
24551 * font-lock.el (font-lock-comment-start-skip): New variable.
24552 (font-lock-comment-end-skip): New variable.
24553 (font-lock-fontify-syntactically-region): Use them if non-nil.
24554
245552005-05-15 Jay Belanger <belanger@truman.edu>
24556
24557 * calc/calc-store.el (calc-store-value): Return a string rather
24558 than display it as a message.
24559 Use calc-var-name for variable name.
24560 (calc-store-into): Add the result of calc-store-value to message.
24561 (calc-copy-variable): Add a message.
24562 (calc-store-exchange): Improve error messages.
24563 (calc-store-binary, calc-store-map): Don't reset the values of
24564 special constants.
24565
245662005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24567
24568 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24569 manual to docstring.
24570
24571 * files.el (hack-local-variables-confirm): Add STRING argument.
24572 Make the function handle non file visiting buffers correctly.
24573 (hack-local-variables-prop-line, hack-local-variables)
24574 (hack-one-local-variable): Use STRING arg of
24575 `hack-local-variables-confirm'.
24576
245772005-05-14 Michael Albinus <michael.albinus@gmx.de>
24578
24579 Sync with Tramp 2.0.49.
24580
24581 * net/tramp.el (tramp-handle-dired-call-process)
24582 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24583 because the contents of the Tramp buffer is changed before
24584 insertion (`expand-file' and alike).
24585 (tramp-handle-insert-directory): If `localname' has an empty
24586 nondirectory name, it must not be quoted.
24587 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24588 variable `tramp-chunksize'. Change callees.
24589 (tramp-open-connection-setup-interactive-shell): Check remote host
24590 for buggy `send-process-string' implementation.
24591 Set `tramp-chunksize' if found. Reported by Michael Kifer
24592 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24593 (tramp-handle-shell-command): `insert-buffer' cannot be used
24594 because the contents of the Tramp buffer is changed before
24595 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24596 <frederic.bothamy@free.fr>.
24597 (tramp-set-auto-save): Actions should be done for Tramp file name
24598 handler only. Ange-FTP has its own auto-save mechanism.
24599 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24600 (tramp-set-auto-save-file-modes): Set file modes of
24601 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24602 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24603 (tramp-bug): Remove obsolete variable.
24604 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
24605 for presence of `mml-mode'. Make it running for older Emacsen as well.
24606
246072005-05-14 John Paul Wallington <jpw@pobox.com>
24608
24609 * ibuf-ext.el (define-ibuffer-filter filename):
24610 If `dired-directory' is a list, use its car.
24611
246122005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
24613
24614 * ibuffer.el (define-ibuffer-column filename):
24615 If `dired-directory' is a list, use its car.
24616
246172005-05-14 Richard M. Stallman <rms@gnu.org>
24618
24619 * subr.el (symbol-file): Doc fix.
24620
24621 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24622 (byte-compile-form): Call byte-compile-nogroup-warn.
24623 (byte-compile-warning-types): Doc fix.
24624
24625 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24626
24627 * progmodes/cc-engine.el (c-literal-faces):
24628 Add font-lock-comment-delimiter-face.
24629
24630 * net/net-utils.el (dig): Use with-no-warnings.
24631
24632 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24633 (sc-recite-frame-alist, sc-default-cite-frame)
24634 (sc-default-uncite-frame, sc-default-recite-frame)
24635 (sc-attrib-selection-list, sc-rewrite-header-list):
24636 Mark as risky-local-variable.
24637
24638 * international/ogonek.el (ogonek-jak, ogonek-how):
24639 Don't use beginning-of-buffer.
24640
24641 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
24642
24643 * calendar/solar.el (solar-data-list): Move definition up.
24644
24645 * dnd.el (dnd-protocol-alist): Add autoload.
24646
24647 * progmodes/sh-script.el: Many doc usage fixes.
24648 (sh-indent-after-do): Change default to match common styles.
24649
246502005-05-13 Luc Teirlinck <teirllm@auburn.edu>
24651
24652 * files.el (interpreter-mode-alist)
24653 (auto-mode-interpreter-regexp): Doc fixes.
24654
246552005-05-13 Matt Hodges <MPHodges@member.fsf.org>
24656
24657 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
24658
24659 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
24660
246612005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24662
24663 * dired.el (dired-mode): make-variable-buffer-local =>
24664 make-local-variable.
24665
246662005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24667
24668 * term/mac-win.el (mac-select-convert-to-string): Try coding
24669 systems in mac-script-code-coding-systems if specified one cannot
24670 encode string for `com.apple.traditional-mac-plain-text'.
24671
246722005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
24673
24674 * progmodes/make-mode.el (makefile-targets-face)
24675 (makefile-shell-face, makefile-makepp-perl-face): New faces.
24676 (makefile-dependency-regex): Fix it to not make the colon in
24677 $(var:a=b) special.
24678 (makefile-rule-action-regex): New regexp for highlighting embedded
24679 Shell strings.
24680 (makefile-macroassign-regex): Handle != for highlighting as
24681 embedded Shell strings.
24682 (makefile-var-use-regex): New const.
24683 (makefile-statements, makefile-automake-statements)
24684 (makefile-gmake-statements, makefile-makepp-statements)
24685 (makefile-bsdmake-statements): New consts.
24686 (makefile-make-font-lock-keywords): New function.
24687 (makefile-automake-font-lock-keywords)
24688 (makefile-gmake-font-lock-keywords)
24689 (makefile-makepp-font-lock-keywords)
24690 (makefile-bsdmake-font-lock-keywords): New consts.
24691 (makefile-mode-map): Add switchers between the various submodes.
24692 (makefile-mode): Document the availability of the variants.
24693 (makefile-automake-mode, makefile-gmake-mode)
24694 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
24695
24696 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
24697 new variants of makefile-mode.
24698
246992005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24700
24701 * font-lock.el (font-lock-comment-delimiter-face): Fix up
24702 the inheritance.
24703
247042005-05-12 Luc Teirlinck <teirllm@auburn.edu>
24705
24706 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
24707 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
24708
24709 * files.el (normal-mode): Extend the scope of the
24710 `enable-local-variables' binding to include the `set-auto-mode' call.
24711 (magic-mode-alist): Doc fix.
24712
247132005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24714
24715 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
24716 font-lock-comment-face rather than copying its setting.
24717
247182005-05-12 Andreas Schwab <schwab@suse.de>
24719
24720 * eshell/esh-mode.el (eshell-send-input): Doc fix.
24721
247222005-05-12 Lute Kamstra <lute@gnu.org>
24723
24724 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
24725 defcustom for the mode hook variable. Delete the last argument.
24726 * generic-x.el: Fix callers of define-generic-mode.
24727 (generic-x-modes): Delete group.
24728 (show-tabs-tab-face, show-tabs-space-face): Put them in the
24729 generic-x customization group.
24730
247312005-05-12 Kim F. Storm <storm@cua.dk>
24732
24733 * font-lock.el (font-lock-negation-char-face): Default to "off".
24734
24735 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
24736 font-lock-negation-char-face to ! in !=.
24737
247382005-05-12 Masatake YAMATO <jet@gyve.org>
24739
24740 * add-log.el (find-change-log): Fix typos in the docstring
24741 of function.
24742
247432005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24744
24745 * international/latexenc.el (latexenc-find-file-coding-system):
24746 Avoid `re-search-forward' when looking for input encoding because
24747 of speed and safety. Better regular expressions for recognizing
24748 input encoding. Limit a search for TeX-master/tex-main-file to
24749 the local variable section.
24750
247512005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
24752
24753 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
24754 syntax of $ to "'" (quote).
24755
247562005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
24757
24758 * dnd.el (dnd-protocol-alist): Improve custom type.
24759
24760 * dired.el (dired-dnd-protocol-alist): New variable.
24761 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
24762 `dired-mode-hook' to the end.
24763
247642005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24765
24766 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
24767 comment-end if comment-start-skip is not set.
24768 Obey the font-lock-comment-delimiter-face variables.
24769
247702005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24771
24772 * files.el (executable-find): Move from executable.el. Use
24773 locate-file.
24774 * progmodes/executable.el (executable-find): Move to files.el.
24775
24776 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
24777 when trying to ensure forward progress.
24778
247792005-05-11 Chong Yidong <cyd@stupidchicken.com>
24780
24781 * mouse-sel.el (mouse-sel-follow-link-p): New function.
24782 (mouse-select, mouse-select-internal, mouse-extend-internal):
24783 Use it to implement mouse-1-click-follows-link functionality.
24784
247852005-05-11 Richard M. Stallman <rms@gnu.org>
24786
24787 * font-lock.el (font-lock-fontify-syntactically-region):
24788 Use font-lock-comment-delimiter-face for comment delimiters.
24789
247902005-05-10 Jay Belanger <belanger@truman.edu>
24791
24792 * calc/calc-help.el (calc-m-prefix-help): Add mention of
24793 preserving embedded modes.
24794
247952005-05-10 Richard M. Stallman <rms@gnu.org>
24796
24797 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
24798
24799 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
24800 Move from ada-stmt.el.
24801 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
24802
24803 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
24804 Move to ada-mode.el.
24805 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
24806
24807 * cus-edit.el (custom-file): Call file-chase-links.
24808
24809 * files.el (read-directory-name): Fix previous change.
24810 (hack-local-variables-confirm): New function.
24811 (hack-local-variables-prop-line, hack-local-variables)
24812 (hack-one-local-variable): Use it.
24813
248142005-05-10 Lute Kamstra <lute@gnu.org>
24815
24816 * font-lock.el (font-lock-keywords-alist)
24817 (font-lock-removed-keywords-alist): Clarify docstrings.
24818
248192005-05-10 Nick Roberts <nickrob@snap.net.nz>
24820
24821 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
24822 (gdb-source-info): Check for preprocessor info.
24823 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
24824 a macro for a function.
24825 (gdb-info-breakpoints-custom): Try to find file again if not already
24826 found (user might have used GDB dir command).
24827 (gdb-get-location): Update gdb-location-alist correctly for change
24828 to gdb-info-breakpoints-custom.
24829
24830 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
24831 (gud-tooltip-print-command): Add gdbmi case.
24832 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
24833 preprocessor info.
24834
248352005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
24836
24837 * startup.el (fancy-splash-insert): Fix typo in doc string.
24838
248392005-05-09 Juanma Barranquero <lekktu@gmail.com>
24840
24841 * obsolete/float.el (string-to-float):
24842 * obsolete/hilit19.el (hilit-add-pattern):
24843 * obsolete/rnews.el (news-parse-range, news-select-message)
24844 (news-get-pruned-list-of-files): Replace `string-to-int' by
24845 `string-to-number'.
24846
24847 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
24848 `find-file-not-found-hooks'; use `add-hook'.
24849 (uncompress-while-visiting): Set `write-file-functions', not
24850 `write-file-hooks'; use `add-hook'.
24851
248522005-05-09 Kim F. Storm <storm@cua.dk>
24853
24854 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
24855 (cua-paste): Handle clipboard action.
24856 (cua--init-keymaps): Remap clipboard-kill-region and
24857 clipboard-kill-ring-save.
24858
248592005-05-08 Eli Zaretskii <eliz@gnu.org>
24860
24861 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24862 Improve commentary.
24863
24864 * simple.el (next-error-overlay-arrow-position): Revert the change
24865 made on 2005-04-30.
24866
248672005-05-07 Jay Belanger <belanger@truman.edu>
24868
24869 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
24870 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
24871 `calc-sel-reselect'.
24872
24873 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
24874 Calc is in embedded mode.
24875
248762005-05-07 Eli Zaretskii <eliz@gnu.org>
24877
24878 * progmodes/compile.el (compilation-setup):
24879 Set overlay-arrow-string to an empty string on text terminals.
24880
24881 * textmodes/ispell.el (ispell-program-name): Try looking for
24882 "aspell" along exec-path, and if found, use it as the default
24883 speller program.
24884
248852005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
24886
24887 * international/mule.el (sgml-xml-auto-coding-function):
24888 Recognize encoding='FOO' in single quotes as well as in double quotes.
24889
248902005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24891
24892 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
24893 as well as `interactive', so that defmacro* would recognize
24894 `declare' forms.
24895
248962005-05-07 Eli Zaretskii <eliz@gnu.org>
24897
24898 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24899 Explain more about the LIGHTER arg's usage in the doc string.
24900 Add commentary to clarify what the code does. Fix the regexp that
24901 strips whitespace from LIGHTER. Quote LIGHTER before using it,
24902 since it could have characters special to regular expressions.
24903
249042005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24905
24906 * replace.el (occur-1): Bind inhibit-read-only so that
24907 erase-buffer doesn't barf on read-only text properties (likewise
24908 for add-text-properties in occur-engine). Mark buffer as unmodified.
24909 (occur-engine): Don't set buffer-read-only here.
24910
249112005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24912
24913 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
24914 list-buffers-directory. This caused the *cvs-commit* buffer to be
24915 sometimes mistakenly reused as a *cvs* buffer.
24916
249172005-05-07 Nick Roberts <nickrob@snap.net.nz>
24918
24919 * tooltip.el: Move code for GUD tooltips into gud.el.
24920 (require): CL no longer needed to compile case.
24921 (tooltip-mode): Do not toggle functions for GUD tooltips.
24922 (tooltip-gud-tips-p): Remove. Replace with minor mode
24923 gud-tooltip-mode in gud.el.
24924 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
24925 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
24926 tooltip-gud prefix with gud-tooltip and obsolete.
24927 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
24928 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
24929 (tooltip-mouse-motion): Mouse movement functions/variable.
24930 Rename in gud.el by adding gud prefix.
24931 (tooltip-gud-original-filter, tooltip-gud-dereference)
24932 (tooltip-gud-event, tooltip-toggle-gud-tips)
24933 (tooltip-gud-process-output, tooltip-gud-print-command)
24934 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
24935 gud.el by replacing tooltip-gud prefix with gud-tooltip.
24936 (gdb-tooltip-print): Move to gdb-ui.el.
24937
24938 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
24939 (require): CL needed to compile case.
24940 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
24941 tooltip-gud-tips-p. Make it a minor-mode.
24942 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
24943 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
24944 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
24945 (gud-tooltip-change-major-mode)
24946 (gud-tooltip-activate-mouse-motions-if-enabled)
24947 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24948 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24949 (gud-tooltip-original-filter, gud-tooltip-dereference)
24950 (gud-tooltip-event, tooltip-toggle-gud-tips)
24951 (gud-tooltip-process-output, gud-tooltip-print-command)
24952 (gud-tooltip-tips): Move from tooltip.el.
24953
24954 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24955 (gdb-cpp-define-alist-flags): Doc fix.
24956 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24957 gud-tooltip-mode is t.
24958
249592005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24960
24961 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24962 evaporate if their text is deleted.
24963 (goto-address-at-point): Make it work as a mouse binding as well.
24964 (goto-address-at-mouse): Obsolete it. Update users.
24965
249662005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24967
24968 * calendar/appt.el (top-level): No longer activate on load.
24969
249702005-05-06 Juanma Barranquero <lekktu@gmail.com>
24971
24972 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24973 * net/webjump.el (webjump):
24974 * progmodes/idlw-help.el (idlwave-do-context-help1)
24975 (idlwave-highlight-linked-completions):
24976 * textmodes/po.el (po-find-file-coding-system-guts):
24977 Replace `assoc-ignore-case' by `assoc-string'.
24978
249792005-05-06 Eli Zaretskii <eliz@gnu.org>
24980
24981 * files.el (locate-file): Doc fix.
24982
24983 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24984 Remove the redundant test for ms-dos.
24985
24986 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24987 look for the preprocessor with exec-suffixes. If not found in
24988 standard places, look in exec-path. Remove most of the tests that
24989 used system-type.
24990
24991 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24992
24993 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24994
24995 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24996 file-name clash with jka-compr.el on 8+3 filesystems.
24997
249982005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24999
25000 * term/mac-win.el: Don't define or bind scroll bar functions if
25001 x-toolkit-scroll-bars is t.
25002 (x-select-text, x-get-selection-value): Clear
25003 x-last-selected-text-clipboard if x-select-enable-clipboard is
25004 nil.
25005 (PRIMARY): Put mac-scrap-name property.
25006 (mac-select-convert-to-file-url): New function.
25007 (public.file-url): New selection target type. Add to
25008 selection-converter-alist.
25009 (x-get-selection, x-selection-value): Handle it.
25010 (x-cut-buffer-or-selection-value): New alias.
25011
250122005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25013
25014 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25015 entry to avoid calling bibtex-find-entry with arg global
25016 being t. Remove arg key.
25017 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25018 (bibtex-copy-summary-as-kill): Change accordingly.
25019
250202005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25021
25022 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25023 (org-agenda-date-later): Use with-current-buffer.
25024
250252005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25026
25027 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25028 (define-obsolete-variable-alias): Doc Fixes.
25029
250302005-05-06 Kim F. Storm <storm@cua.dk>
25031
25032 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25033 vertical-motion when selective-display is active.
25034
25035 * ido.el (ido-setup-hook): New hook.
25036 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25037 (ido-input-stack): New var.
25038 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25039 ido-next-work-file binding to M-O.
25040 Bind M-f to ido-wide-find-file-or-pop-dir.
25041 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25042 (ido-read-internal): Run ido-setup-hook.
25043 Catch quit in read-file-name and read-string to cancel edit.
25044 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25045 Automatically pop-all when completing a directory name (RET).
25046 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25047 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25048 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25049 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25050 New functions for M-b/M-f to move among the directory components.
25051 (ido-make-merged-file-list): Catch quit to cancel merge.
25052 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25053 (ido-completion-help): No warnings for ido-completion-buffer-full.
25054
250552005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25056
25057 * font-lock.el (font-lock-negation-char-face): New face and variable.
25058 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25059 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25060 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25061 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25062
250632005-05-05 Juanma Barranquero <lekktu@gmail.com>
25064
25065 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25066 Fix typo in docstring.
25067
25068 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25069 (ebrowse-print-statistics-line)
25070 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25071
25072 * term/w32-win.el (image-library-alist): Add additional name for
25073 Xpm library.
25074
250752005-05-05 Nick Roberts <nickrob@snap.net.nz>
25076
25077 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25078 use gcc instead of cpp.
25079
25080 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25081 (gdb-create-define-alist): Use it.
25082 (gdb-cpp-define-alist-program): Update for MS-DOS.
25083
250842005-05-04 Nick Roberts <nickrob@snap.net.nz>
25085
25086 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25087
250882005-05-04 Richard M. Stallman <rms@gnu.org>
25089
25090 * help.el (describe-key): No error when UNTRANSLATED is nil.
25091
25092 * simple.el (line-move-1): Fix previous change to signal errors
25093 appropriately.
25094
250952005-05-03 Ulf Jasper <ulf.jasper@web.de>
25096
25097 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25098 (icalendar-duration-correction): Remove.
25099 (icalendar--get-event-properties): Split result at commas.
25100 (icalendar--decode-isoduration): New optional argument
25101 DURATION-CORRECTION.
25102 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25103 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25104 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25105 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25106 (icalendar--convert-anniversary-to-ical): New functions, extracted
25107 from icalendar-export-region, with bug fixes.
25108 (icalendar-export-region): Use the above functions.
25109 (icalendar-import-buffer): Check before saving diary file.
25110 (icalendar--convert-recurring-to-diary)
25111 (icalendar--convert-non-recurring-all-day-to-diary)
25112 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25113 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25114 (icalendar--convert-ical-to-diary): Use the above functions.
25115
251162005-05-03 Nick Roberts <nickrob@snap.net.nz>
25117
25118 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25119 Remove these recent additions.
25120 (c-mode): Restore to before 2005-04-28.
25121
25122 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25123 recent addition.
25124
25125 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25126 (gdb-define-alist): New variables.
25127 (gdb-create-define-alist): New function.
25128 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25129 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25130 with string-to-number.
25131 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25132
25133 * progmodes/gud.el: Replace string-to-int with string-to-number.
25134 (gud-find-file): Handle gdb-define-alist.
25135
25136 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25137
251382005-05-02 Jay Belanger <belanger@truman.edu>
25139
25140 * calc/calc-aent.el (math-read-token):
25141 * calc/calc-bin.el (calc-word-size):
25142 * calc/calc-ext.el (calc-read-number-fancy):
25143 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25144 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25145 * calc/calc-frac.el (calc-over-notation):
25146 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25147 (calc-graph-num-points, calc-graph-init):
25148 * calc/calc-prog.el (calc-read-parse-table-part)
25149 (calc-edit-macro-repeats):
25150 * calc/calc-yank.el (calc-do-grab-rectangle):
25151 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25152 Replace `string-to-int' by `string-to-number'.
25153
251542005-05-02 Kim F. Storm <storm@cua.dk>
25155
25156 * kmacro.el: Use executing-kbd-macro-index variable.
25157
251582005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25159
25160 * net/rlogin.el (rlogin-parse-words): Delete func.
25161 (rlogin): Use split-string, not rlogin-parse-words.
25162 Also, if there are option-like elements in the parsed args,
25163 take the host to be the first arg immediately following them.
25164 Suggested by Michael Mauger.
25165
251662005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25167
25168 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25169
251702005-05-02 Nick Roberts <nickrob@snap.net.nz>
25171
25172 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25173 (cc-mode-cpp-program): Rename to cc-define-list-program and
25174 move to cc-vars.el.
25175
25176 * progmodes/cc-vars.el (cc-define-list-program):
25177 Change to "gcc -E -dM -". Make customizable.
25178
251792005-05-02 Kim F. Storm <storm@cua.dk>
25180
25181 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25182
251832005-05-02 Nick Roberts <nickrob@snap.net.nz>
25184
25185 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25186
25187 * international/mule-util.el (truncate-string): Remove alias and
25188 obsolete declaration.
25189
25190 * international/mule-cmds.el (update-iso-coding-systems):
25191 Remove alias and obsolete declaration.
25192
25193 * international/mule.el (coding-system-parent): Remove alias and
25194 obsolete declaration.
25195
25196 * subr.el (define-function, sref): Remove aliases and obsolete
25197 declarations.
25198 (chars-in-region): Remove obsolete declaration.
25199
252002005-05-01 Richard M. Stallman <rms@gnu.org>
25201
25202 * info.el (Info-mode): Set widen-automatically to nil, locally.
25203
25204 * simple.el (widen-automatically): New variable.
25205 (pop-global-mark): Obey widen-automatically.
25206
252072005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
25208
25209 * term/xterm.el (function-key-map): Call substitute-key-definition
25210 before the keymap size is increased by a lot of define-key calls.
25211
252122005-05-01 Richard M. Stallman <rms@gnu.org>
25213
25214 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25215 Rename ARG to ELEMENT. Doc fix.
25216
252172005-05-01 Nick Roberts <nickrob@snap.net.nz>
25218
25219 * allout.el (allout-exposure): Remove macro and obsolete declaration.
25220 Remove references to allout-exposure/change to allout-new-exposure.
25221
25222 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25223 bytecode symbols.
25224
25225 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25226 (compiled-function-p, focus-frame, unfocus-frame):
25227 Remove aliases and obsolete declarations.
25228 Back out inadvertent changes from previous commit.
25229
252302005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25231
25232 * files.el (require-final-newline): Make Custom tags consistent
25233 with mode-require-final-newline.
25234 (mode-require-final-newline): Doc fix.
25235
252362005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
25237
25238 * international/latexenc.el (latexenc-find-file-coding-system):
25239 Fix regular expressions.
25240
252412005-05-01 David Kastrup <dak@gnu.org>
25242
25243 * international/latexenc.el (latexenc-find-file-coding-system):
25244 Fix regular expressions.
25245
252462005-05-01 Nick Roberts <nickrob@snap.net.nz>
25247
25248 * subr.el (string-to-int): Make obsolete.
25249
252502005-04-30 Richard M. Stallman <rms@gnu.org>
25251
25252 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25253
25254 * loadup.el: load jka-comp-hook.
25255
25256 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25257 (jka-compr-handler): Add autoload. `put' calls moved
25258 to jka-comp-hook.el.
25259 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25260 (jka-compr-inhibit): Autoload.
25261
25262 * jka-comp-hook.el: New file.
25263 Enable the mode by default.
25264
25265 * files.el (backup-buffer-copy): Use copy-file instead
25266 of write-region, and put back the 'excl.
25267
252682005-04-30 Chong Yidong <cyd@stupidchicken.com>
25269
25270 * progmodes/flymake.el (flymake-split-string)
25271 (flymake-split-string, flymake-log, flymake-pid-to-names)
25272 (flymake-reg-names, flymake-get-source-buffer-name)
25273 (flymake-unreg-names, flymake-add-line-err-info)
25274 (flymake-add-err-info): Clarify docstrings.
25275 (flymake-popup-menu, flymake-make-emacs-menu)
25276 (flymake-make-xemacs-menu): Add docstrings.
25277 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25278 Set variables directly throughout.
25279
252802005-04-30 Nick Roberts <nickrob@snap.net.nz>
25281
25282 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25283 exists. Initialize cc-define-alist.
25284 (c-mode): Add cc-create-define-alist locally to after-save-hook.
25285 If there is no file (Macroexpansion) don't create an alist.
25286
252872005-04-29 Sam Steingold <sds@gnu.org>
25288
25289 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25290 (cc-create-define-alist): Use it instead of the hard-coded string.
25291
252922005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25293
25294 * international/mule-conf.el (file-coding-system-alist): Fix regexp
25295 for latexenc.
25296
252972005-04-29 Lute Kamstra <lute@gnu.org>
25298
25299 * emacs-lisp/generic.el: Improve commentary section.
25300 (define-generic-mode): Improve docstring.
25301
253022005-04-29 Carsten Dominik <dominik@science.uva.nl>
25303
25304 * textmodes/org.el (many places): Change to quiet the byte compiler.
25305 (org-prefix-format-compiled): New variable.
25306 (org-compile-prefix-format): New function.
25307 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25308 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25309 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25310 (org-get-entries-from-diary): Use `org-get-time-of-day' for
25311 consistency with entries from `org-mode' files.
25312 (org-get-time-of-day): Fix bug with partial matches early in a line.
25313 (org-non-link-chars): New constant.
25314 (org-link-regexp): Respect `org-non-link-chars'.
25315 (org-agenda-day-view): Remove command.
25316 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25317 (org-follow-bbdb-link, org-store-link): Search also company field.
25318 (org-highlight-overlay): New variable.
25319 (org-highlight, org-unhighlight): New functions.
25320 (org-agenda-mode): Add pre-command-hook to remove highlight.
25321 (org-evaluate-time-range): Behavior depends upon whether time stamp
25322 contains a time or not.
25323 (org-show-subtree, org-show-entry): New functions.
25324 (org-agenda-cleanup-fancy-diary): Remove empty lines.
25325
253262005-04-28 Luc Teirlinck <teirllm@auburn.edu>
25327
25328 * comint.el (comint-output-filter-functions): Add autoload cookie.
25329
253302005-04-28 Kim F. Storm <storm@cua.dk>
25331
25332 * ido.el (ido-everywhere): Fix last change.
25333
253342005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25335
25336 * international/latexenc.el: New file.
25337 * international/mule-conf.el (file-coding-system-alist): For .tex,
25338 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25339
253402005-04-28 Lute Kamstra <lute@gnu.org>
25341
25342 * font-lock.el (font-lock-add-keywords)
25343 (font-lock-remove-keywords): Clarify docstring.
25344 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25345 Don't start docstrings with a `*'.
25346 (font-lock-update-removed-keyword-alist): Give it a docstring.
25347
25348 * generic-x.el: Update commentary section.
25349 Only require font-lock when compiling.
25350 Define all modes conditionally.
25351 Place all generic modes in the generic-x-modes customization group.
25352 (generic-x-modes): New customization group.
25353 (generic-default-modes, generic-mswindows-modes)
25354 (generic-unix-modes, generic-other-modes): New constants.
25355 (generic-define-mswindows-modes, generic-define-unix-modes):
25356 Update docstrings. Make them obsolete.
25357 (generic-extras-enable-list): New default value. Update docstring.
25358 Improve :type. Change :set function.
25359 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25360 Fix docstring.
25361
25362 * emacs-lisp/generic.el (generic-mode-internal):
25363 Simplify font-lock-defaults.
25364 (define-generic-mode): Fix docstring.
25365
253662005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25367
25368 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25369 font-lock-face property to highlight matches.
25370
253712005-04-28 Nick Roberts <nickrob@snap.net.nz>
25372
25373 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25374 (cc-define-alist): New variable.
25375 (c-mode): Make it local and initialize it.
25376
25377 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25378 (gdb-exited): New function.
25379 (gdb-annotation-rules): Use it.
25380 (gdb-starting): Set gdb-active-process to t.
25381 (gdb-stopping): Amend doc string.
25382 (gdb-reset): Set gdb-active-process to nil.
25383
25384 * tooltip.el (tooltip-gud-tips): Show the associated #define
25385 directives when a C program under GDB is not executing.
25386
253872005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25388
25389 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25390 font-lock-fontify-syntactic-keywords.
25391
25392 * font-lock.el (font-lock-default-fontify-region): Don't force
25393 parse-sexp-lookup-properties to nil.
25394
253952005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25396
25397 * man.el (man-mode-syntax-table): Set up `:' to have
25398 word-constituent syntax.
25399
254002005-04-27 Lute Kamstra <lute@gnu.org>
25401
25402 * novice.el (disable-command): Don't add spurious newlines to the
25403 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25404
254052005-04-26 Jay Belanger <belanger@truman.edu>
25406
25407 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25408 than one window before deleting window.
25409
254102005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25411
25412 * shell.el (shell-prompt-pattern): Doc fix.
25413 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25414
25415 * comint.el (comint-prompt-regexp, comint-get-old-input)
25416 (comint-use-prompt-regexp)
25417 (comint-use-prompt-regexp-instead-of-fields)
25418 (comint-replace-by-expanded-history, comint-send-input)
25419 (comint-output-filter, comint-get-old-input-default)
25420 (comint-line-beginning-position, comint-bol, comint-show-output)
25421 (comint-backward-matching-input, comint-forward-matching-input)
25422 (comint-next-prompt, comint-previous-prompt):
25423 Rename `comint-use-prompt-regexp-instead-of-fields' to
25424 `comint-use-prompt-regexp'. Keep old name as alias and declare
25425 obsolete.
25426 (comint-use-prompt-regexp): Shorten first line of doc string.
25427
25428 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25429 Set paragraph-separate buffer locally to "\\'".
25430
25431 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25432 Adapt to above name change.
25433
25434 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25435 (smbclient-prompt-regexp): Ditto.
25436
25437 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25438
254392005-04-27 Nick Roberts <nickrob@snap.net.nz>
25440
25441 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25442 gdb-location-list.
25443 Break lines that are over 80 characters wide.
25444
254452005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25446
25447 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25448 New fun and var, to preserve compatibility.
25449
25450 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25451
254522005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25453
25454 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25455 name to file-newer-than-file-p.
25456
254572005-04-26 Richard M. Stallman <rms@gnu.org>
25458
25459 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25460
25461 * progmodes/python.el (python-mode):
25462 Use new name eldoc-documentation-function.
25463
25464 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25465
25466 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25467 (eldoc-documentation-function):
25468 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25469
254702005-04-26 Nick Roberts <nickrob@snap.net.nz>
25471
25472 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25473
254742005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25475
25476 * term/xterm.el (function-key-map): Fix strings for
25477 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25478 {C,S,A,C-S}-{f1-f12}.
25479
254802005-04-26 Kenichi Handa <handa@m17n.org>
25481
25482 * international/mule-cmds.el (select-safe-coding-system):
25483 Fix previous change.
25484
254852005-04-26 Lute Kamstra <lute@gnu.org>
25486
25487 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25488
25489 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25490 (font-lock-comment-delimiter-face): Ditto.
25491
25492 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25493
254942005-04-25 Jay Belanger <belanger@truman.edu>
25495
25496 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25497 to t while inserting information; use help-mode.
25498
254992005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25500
25501 * term.el (ansi-term-color-vector): Use the xterm colors.
25502 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25503
255042005-04-25 Lute Kamstra <lute@gnu.org>
25505
25506 * font-core.el (font-lock-defaults): Fix docstring.
25507
25508 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25509
255102005-04-25 Kenichi Handa <handa@m17n.org>
25511
25512 * international/mule-cmds.el (select-safe-coding-system):
25513 Don't check consistency with coding: spec, etc if raw-text or
25514 no-conversion was found to be safe.
25515
255162005-04-24 Richard M. Stallman <rms@gnu.org>
25517
25518 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25519 citation markers at start of each line.
25520
25521 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25522 citation markers at start of each line.
25523
25524 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25525
25526 * files.el (mode-require-final-newline): Fix previous change.
25527 (require-final-newline): Fix type label.
25528
255292005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25530
25531 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25532 statement in buffer (broken by 2004-11-24 change).
25533
255342005-04-24 Kim F. Storm <storm@cua.dk>
25535
25536 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25537 and read-file-name-function values. Don't overwrite existing
25538 non-nil values if ido-mode is enabled without ido-everywhere.
25539
255402005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25541
25542 * files.el (mode-require-final-newline): Minor doc fix.
25543
255442005-04-24 Eli Zaretskii <eliz@gnu.org>
25545
25546 * subr.el (syntax-after): Doc fix.
25547 (syntax-class): If argument is nil, return nil. Mask off upper 16
25548 bits, not 8 bits.
25549
25550 * files.el (mode-require-final-newline): Doc fix.
25551 (backup-buffer-copy): Fix last change.
25552
255532005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25554
25555 * term/mac-win.el: Require select. Set selection-coding-system to
25556 mac-system-coding-system. Call menu-bar-enable-clipboard.
25557 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25558 (x-select-enable-clipboard): New variables.
25559 (x-select-text, x-get-selection, x-selection-value)
25560 (x-get-selection-value, mac-select-convert-to-string)
25561 (mac-services-open-file, mac-services-open-selection)
25562 (mac-services-insert-text): New functions.
25563 (CLIPBOARD, FIND): Put mac-scrap-name property.
25564 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25565 (public.tiff): Put mac-ostype property.
25566 (selection-converter-alist): Add entries for them.
25567 (mac-application-menu-map): New keymap.
25568 (interprogram-cut-function, interprogram-paste-function): Set to
25569 x-select-text and x-get-selection-value, respectively.
25570 (split-window-keep-point): Set to t.
25571
255722005-04-23 Richard M. Stallman <rms@gnu.org>
25573
25574 * files.el (read-directory-name): Always pass non-nil
25575 DEFAULT-FILENAME arg to read-file-name.
25576 (backup-buffer-copy, basic-save-buffer-2): Take care against
25577 writing thru an unexpected existing symlink.
25578 (revert-buffer): In indirect buffer, revert the base buffer.
25579 (magic-mode-alist): Doc fix.
25580 (buffer-stale-function): Doc fix.
25581 (minibuffer-with-setup-hook): Avoid warning.
25582 (mode-require-final-newline): Doc and custom fix.
25583
25584 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25585
25586 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25587 use the default appearance.
25588 (font-lock-comment-delimiter-face): New face, new variable.
25589
25590 * imenu.el (imenu--generic-function): The official position of a
25591 definition is the start of the line that BEG is in.
25592
25593 * midnight.el (midnight-timer): Move defvar up.
25594
25595 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25596
25597 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25598
25599 * startup.el (command-line): Use with-no-warnings.
25600
25601 * window.el (window-size-fixed): New defvar.
25602
25603 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25604
25605 * mail/rmail.el (rmail-font-lock-keywords):
25606 Use font-lock-comment-delimiter-face.
25607
25608 * mail/sendmail.el (mail-font-lock-keywords):
25609 Use font-lock-comment-delimiter-face.
25610
25611 * progmodes/compile.el (next-error-highlight-timer): New defvar.
25612
256132005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
25614
25615 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25616 Specify t for LAXMATCH when matching directories.
25617 Save match data around compilation-compat-error-properties form.
25618
256192005-04-23 David Kastrup <dak@gnu.org>
25620
25621 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25622 Mention that the autoloaded aliases should be kept for AUCTeX.
25623
256242005-04-23 Andreas Schwab <schwab@suse.de>
25625
25626 * isearch.el (isearch-forward): Doc fix.
25627
256282005-04-23 Eli Zaretskii <eliz@gnu.org>
25629
25630 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25631 (jit-lock-stealth-nice): Change default value to 0.5.
25632
256332005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
25634
25635 * abbrev.el (write-abbrev-file): Write table entries in
25636 alphabetical order by table name.
25637
256382005-04-22 Kim F. Storm <storm@cua.dk>
25639
25640 * ido.el (ido-read-internal): Fix `list' completion.
25641
256422005-04-22 Kenichi Handa <handa@m17n.org>
25643
25644 * recentf.el (recentf-save-file-coding-system): New variable.
25645 (recentf-save-list): Encode the file by
25646 recentf-save-file-coding-system and add coding: tag.
25647
256482005-04-22 Nick Roberts <nickrob@snap.net.nz>
25649
25650 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
25651
256522005-04-21 Lute Kamstra <lute@gnu.org>
25653
25654 * loadhist.el (unload-feature): Don't remove a function from hooks
25655 if it is about to be restored to an autoload . Remove functions
25656 that will become unbound from auto-mode-alist. Simplify the code.
25657
25658 * subr.el (assq-delete-all): New implementation that is linear,
25659 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
25660 (rassq-delete-all): New function.
25661
25662 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25663 Add size-indication-mode.
25664
256652005-04-21 Kenichi Handa <handa@m17n.org>
25666
25667 * international/mule-cmds.el: Add autoload for widget-value in
25668 eval-when-compile.
25669
256702005-04-21 Nick Roberts <nickrob@snap.net.nz>
25671
25672 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25673 Add tooltip-mode.
25674
25675 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
25676
256772005-04-20 Luc Teirlinck <teirllm@auburn.edu>
25678
25679 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
25680 (inferior-lisp-filter-regexp, inferior-lisp-program)
25681 (inferior-lisp-load-command, inferior-lisp-prompt)
25682 (inferior-lisp-mode-hook, lisp-source-modes)
25683 (inferior-lisp-load-hook): defvar->defcustom.
25684 (inferior-lisp-program, inferior-lisp-prompt)
25685 (inferior-lisp-load-hook): Doc fixes.
25686 (inferior-lisp-install-letter-bindings): Small change in
25687 introductory comment.
25688
256892005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
25690
25691 * vc.el (vc-annotate-color-map): Change some colors so that text
25692 using them as foreground is readable on both white and black
25693 backgrounds.
25694
256952005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25696
25697 * international/mule-conf.el (translation-table-for-input):
25698 Remove redundant declaration.
25699
257002005-04-20 Nick Roberts <nickrob@snap.net.nz>
25701
25702 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
25703
25704 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
25705 (tooltip-toggle-gud-tips): New function.
25706
257072005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25708
25709 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
25710 right angle brackets.
25711
257122005-04-20 Nick Roberts <nickrob@snap.net.nz>
25713
25714 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
25715
257162005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25717
25718 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
25719 Remove. Update callers to use expand-file-name instead.
25720
25721 * subr.el (syntax-class): New function.
25722
25723 * simple.el (blink-matching-open): Use it.
25724
25725 * paren.el (show-paren-function): Use it to recognize parens that are
25726 also used in 2-char comment markers.
25727
257282005-04-19 Lute Kamstra <lute@gnu.org>
25729
25730 * loadhist.el (unload-feature): Update for new format of
25731 load-history. Simplify the code.
25732
257332005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25734
25735 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
25736 (mac-add-charset-info): New function. Initialize variable
25737 mac-charset-info-alist using it.
25738 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
25739 for translation.
25740 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
25741 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
25742 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
25743 New CCL programs.
25744
257452005-04-19 Kim F. Storm <storm@cua.dk>
25746
25747 * simple.el (next-buffer, prev-buffer, next-error)
25748 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25749 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
25750
25751 * bindings.el (next-buffer, prev-buffer, next-error)
25752 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25753 (clone-indirect-buffer-other-window): Move bindings from simple.el.
25754 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
25755 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
25756
257572005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
25758
25759 * isearch.el (isearch-edit-string): Make the search-ring available for
25760 minibuffer history commands.
25761 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
25762 the default history commands now work just as well.
25763 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
25764
257652005-04-18 Kim F. Storm <storm@cua.dk>
25766
25767 * emulation/cua-base.el (cua--pre-command-handler): Add more
25768 elaborate check for shift modifier on non-window systems.
25769
257702005-04-18 Lars Hansen <larsh@math.ku.dk>
25771
25772 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
25773
257742005-04-18 Kim F. Storm <storm@cua.dk>
25775
25776 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
25777 and make it optional. Don't test tooltip-gud-echo-area here.
25778 (tooltip-gud-process-output, gdb-tooltip-print):
25779 Pass tooltip-gud-echo-area to tooltip-show.
25780 (tooltip-help-tips): Remove second optional arg to tooltip-show.
25781
257822005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25783
25784 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
25785 `display-graphic-p' may not be bound yet.
25786
257872005-04-17 Luc Teirlinck <teirllm@auburn.edu>
25788
25789 * startup.el (command-line): No longer enable Xterm Mouse mode by
25790 default in terminals compatible with xterm.
25791
25792 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
25793
257942005-04-18 Nick Roberts <nickrob@snap.net.nz>
25795
25796 * tooltip.el (tooltip-gud-echo-area): Rename from
25797 tooltip-use-echo-area.
25798 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
25799 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
25800 area independently of where help tooltips are displayed.
25801
258022005-04-17 David Kastrup <dak@gnu.org>
25803
25804 * cus-theme.el (custom-theme-write-variables): Quote variables
25805 where necessary.
25806
258072005-04-17 Richard M. Stallman <rms@gnu.org>
25808
25809 * simple.el (yank-excluded-properties): Add follow-link to value.
25810
25811 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
25812
25813 * startup.el (fancy-splash-max-time): Just 30 seconds.
25814 (fancy-splash-delay): Just 7.
25815 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
25816
25817 * loadhist.el (unload-feature): Update for new format of load-history.
25818 Simplify the code.
25819
25820 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
25821 (rmail-font-lock-keywords): Don't fontify the text of a citation.
25822
25823 * mail/sendmail.el (mail-font-lock-keywords):
25824 Don't fontify subject text.
25825 Don't fontify the text of a citation.
25826
258272005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
25828
25829 * comint.el (comint-output-filter): Run comint-output-filter-functions
25830 with point where the user had it.
25831
258322005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
25833
25834 * international/ucs-tables.el (ucs-set-table-for-input):
25835 Disable when using unify-on-decoding.
25836
258372005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
25838
25839 * emulation/cua-base.el (cua-global-mark-face): Add special case
25840 for displays supporting a high number of colors.
25841
258422005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25843
25844 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
25845
258462005-04-16 Chong Yidong <cyd@stupidchicken.com>
25847
25848 * filesets.el (filesets-add-buffer): If user supplies a name of a
25849 non-existing fileset, create a new fileset.
25850
258512005-04-16 Carsten Dominik <dominik@science.uva.nl>
25852
25853 * textmodes/org.el (org-up-heading-all): Fix bug with
25854 `outline-up-heading-all'.
25855
258562005-04-16 Andreas Schwab <schwab@suse.de>
25857
25858 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
25859 /etc/permissions.d/* and /etc/aliases.d/*.
25860
258612005-04-16 Kenichi Handa <handa@m17n.org>
25862
25863 * international/code-pages.el (cp-make-coding-system):
25864 Set `translation-table-for-input' property value to the symbol
25865 ucs-mule-to-mule-unicode, not to that value.
25866 (pt154): Escape guillemet by `\'.
25867
258682005-04-15 Luc Teirlinck <teirllm@auburn.edu>
25869
25870 * loadup.el: Load tooltip if x-show-tip is fboundp.
25871
25872 * startup.el (command-line): Add comment.
25873
25874 * tooltip.el (tooltip-mode): Specify correct standard value for
25875 Custom in init-value.
25876
258772005-04-15 Nick Roberts <nickrob@snap.net.nz>
25878
25879 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
25880 possible.
25881
258822005-04-15 Carsten Dominik <dominik@science.uva.nl>
25883
25884 * textmodes/org.el (org-agenda-date-prompt): Rename from
25885 `org-agenda-date-today'.
25886 (org-evaluate-time-range): Insert at point instead of directly
25887 after time range.
25888 (org-first-headline-recenter, org-subtree-end-visible-p)
25889 (org-optimize-window-after-visibility-change): New functions
25890 (org-agenda-post-command-hook): Don't allow point at end of line,
25891 to make sure it always hits the text properties.
25892 (org-agenda-next-date-line, org-agenda-previous-date-line):
25893 New commands.
25894 (org-set-regexps-and-options): Category may contain white space.
25895 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25896 Improve marker positions.
25897 (org-agenda-new-marker): Argument POS made optional.
25898 (org-agenda-get-timestamps): Deadlines which are done are listed
25899 in org-done-face now.
25900 (org-agenda-get-todos, org-agenda-get-timestamps)
25901 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25902 Set `undone-face' and `done-face' properties.
25903 (org-last-todo-state-is-todo): New variable.
25904 (org-todo): Set `org-last-todo-state-is-todo'.
25905 (org-agenda-todo): Change face according to
25906 `org-last-todo-state-is-todo'. And change other lines referring to
25907 the same entry.
25908 (org-calendar-goto-agenda): New command.
25909 (org-calendar-to-agenda-key): New option.
25910 (org-startup-folded): New allowed value `content'.
25911 (org-set-regexps-and-options): Accept new value `content' for
25912 `org-startup-folded'.
25913 (org-get-current-options): Handle new value `content' for
25914 `org-startup-folded'.
25915 (org-insert-todo-heading): New command.
25916 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
25917 interactively in empty file and option
25918 `org-insert-mode-line-in-empty-file' has been set.
25919 (org-agenda-todo, org-agenda-priority): Modify to use
25920 `org-agenda-change-all-lines'.
25921 (org-warning-face): Change color on dark background
25922
259232005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25924
25925 * international/mule-cmds.el (set-locale-environment): On Mac OS,
25926 use preferences AppleLocale and AppleLanguages, and variable
25927 mac-system-locale for default locale. On Mac OS Classic, use
25928 mac-system-coding-system for default coding systems.
25929
25930 * term/mac-win.el: Don't set file-name-coding-system.
25931 Decode variables system-name, emacs-build-system, user-login-name, and
25932 user-full-name by mac-system-coding-system on Mac OS Classic.
25933 (mac-system-coding-system): New variable.
25934
259352005-04-13 Luc Teirlinck <teirllm@auburn.edu>
25936
25937 * startup.el (command-line): Handle `xterm-mouse-mode' before
25938 reading init file.
25939
25940 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
25941
259422005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
25943
25944 * progmodes/sh-script.el (sh-here-document-word): Make it a
25945 defcustom. Doc fix.
25946 (sh-add): Bash uses $(( )) for arithmetic.
25947 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25948 (sh-maybe-here-document): Remove quotes and leading whitespace
25949 from heredoc word when closing. Indent heredoc with tabs if word
25950 starts with "-".
25951
259522005-04-13 Richard M. Stallman <rms@gnu.org>
25953
25954 * simple.el (undo): Fix previous change.
25955
25956 * custom.el (defface): Doc fix.
25957
259582005-04-13 Lute Kamstra <lute@gnu.org>
25959
25960 * Makefile.in (DONTCOMPILE): Remove list.
25961 (compile, compile-always): Don't use DONTCOMPILE.
25962 (update-authors): Load the library in which batch-update-authors
25963 is defined.
25964 * makefile.w32-in (DONTCOMPILE): Remove list.
25965 (compile, compile-always): Fix comments.
25966 (update-authors): Load the library in which batch-update-authors
25967 is defined.
25968
25969 * generic-x.el (generic-mode-ini-file-find-file-hook):
25970 Rename to ini-generic-mode-find-file-hook.
25971 Keep generic-mode-ini-file-find-file-hook as an alias.
25972 (ini-generic-mode-find-file-hook): Rename from
25973 generic-mode-ini-file-find-file-hook. Fix docstring.
25974 (ini-generic-mode): Docstring change.
25975 (bat-generic-mode-run-as-comint): Silence the byte compiler.
25976
25977 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25978 called from lisp.
25979
25980 * generic.el: Move to the emacs-lisp subdir.
25981
259822005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
25983
25984 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25985 and C-S- function and cursor motion keys.
25986
259872005-04-12 Luc Teirlinck <teirllm@auburn.edu>
25988
25989 * startup.el (command-line): Enable Xterm Mouse mode by default.
25990 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25991 for Custom. No longer show "Mouse" in mode line when enabled.
25992 Doc fix.
25993
259942005-04-12 Kim F. Storm <storm@cua.dk>
25995
25996 * emulation/cua-base.el (cua-rectangle-face)
25997 (cua-rectangle-noselect-face): Define face attributes here.
25998
25999 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26000
260012005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26002
26003 * startup.el (command-line): Turn off blinking cursor if
26004 cursorBlink in resources is off or false.
26005
260062005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26007
26008 * term/mac-win.el (dnd): Require dnd.
26009 (mac-drag-n-drop): Call dnd-handle-one-url.
26010 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26011 (kTextEncodingISOLatin2): Remove constants.
26012 (mac-script-code-coding-systems): New constant.
26013 (mac-handle-language-change): New function.
26014 (special-event-map): Bind it to `language-change' event.
26015 (mac-centraleurroman, mac-cyrillic): New coding systems.
26016 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26017 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26018 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26019 encode-mac-cyrillic, respectively.
26020
260212005-04-12 Nick Roberts <nickrob@snap.net.nz>
26022
26023 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26024 Don't set overlay-arrow-string to "=>" as this is done
26025 globally in C now.
26026
260272005-04-12 Lute Kamstra <lute@gnu.org>
26028
26029 * generic-x.el (rc-generic-mode, rul-generic-mode):
26030 Fix auto-mode-alist entries.
26031 (etc-fstab-generic-mode): Tweak fontification.
26032
26033 * generic.el (generic-make-keywords-list): Fix docstring.
26034 (generic-mode-internal): Simplify generic-font-lock-keywords.
26035
260362005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26037
26038 * whitespace.el (whitespace-buffer-leading)
26039 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26040 However, fix the highlight area for the leading and
26041 trailing whitespaces to show space.
26042
260432005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26044
26045 * whitespace.el (whitespace-version): Bump to 3.5
26046
26047 (whitespace-buffer-leading, whitespace-buffer-trailing):
26048 Invert sense of the test to highlight the whitespace.
26049
260502005-04-12 Nick Roberts <nickrob@snap.net.nz>
26051
26052 * progmodes/gud.el (gud-display-line): GUD uses its own
26053 overlay arrow now so don't set overlay-arrow-string.
26054 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26055
260562005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26057
26058 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26059 (term-ansi-current-reverse, term-ansi-current-invisible)
26060 (term-ansi-face-already-done): Change to boolean.
26061 (term-reset-terminal, term-handle-colors-array): Handle the above
26062 vars accordingly.
26063 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26064 (term-emulate-terminal): Use the new name.
26065
26066 * faces.el (secondary-selection): Use yellow1, not yellow.
26067 (trailing-whitespace): Use red1, not red.
26068
260692005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26070
26071 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26072 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26073 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26074
26075 * cus-edit.el (dnd): New group.
26076
26077 * term/w32-win.el (dnd): Require dnd
26078 (w32-drag-n-drop): Call dnd-handle-one-url.
26079
26080 * x-dnd.el: Require dnd.
26081 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26082 Call dnd-handle-one-url.
26083 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26084 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26085 to dnd-insert-text.
26086 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26087 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26088 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26089 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26090
26091 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26092
260932005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26094
26095 * wdired.el: Doc fixes.
26096 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26097 (wdired-use-dired-vertical-movement): Rename from
26098 wdired-always-move-to-filename-beginning.
26099 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26100 (wdired-change-to-wdired-mode): Change mode name.
26101 (wdired-newline): Delete.
26102
261032005-04-11 Richard M. Stallman <rms@gnu.org>
26104
26105 * whitespace.el (whitespace-highlight-the-space):
26106 Don't call whitespace-unhighlight-the-space here.
26107
26108 * simple.el (undo): Record t in undo-equiv-table
26109 for the redo record made by an undo-in-region.
26110
261112005-04-12 Nick Roberts <nickrob@snap.net.nz>
26112
26113 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26114 (gdb-frame-inferior-io-buffer): New Functions to control
26115 display of separate IO buffer.
26116 (menu): Add them to menu-bar.
26117 (gdb-display-buffer): Check for buffer another frame.
26118 Protect GUD buffer.
26119 (gdb-setup-windows): Create IO buffer if not already there.
26120 (gdb-memory-mode): Remove purecopy noops.
26121
261222005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26123
26124 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26125 and pass to self-insert-command.
26126
261272005-04-11 Lute Kamstra <lute@gnu.org>
26128
26129 * generic.el: Commentary section cleanup.
26130 (generic): Delete.
26131 (generic-use-find-file-hook, generic-lines-to-scan)
26132 (generic-find-file-regexp, generic-ignore-files-regexp)
26133 (default-generic-mode, generic-mode-find-file-hook)
26134 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26135 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26136 (generic-use-find-file-hook, generic-lines-to-scan)
26137 (generic-find-file-regexp, generic-ignore-files-regexp)
26138 (default-generic-mode, generic-mode-find-file-hook)
26139 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26140
261412005-04-10 Karl Fogel <kfogel@red-bean.com>
26142
26143 * bookmark.el (bookmark-write-file): Catch errors writing file.
26144 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26145
261462005-04-10 Richard M. Stallman <rms@gnu.org>
26147
26148 * startup.el (fancy-splash-tail): Update copyright year.
26149 (command-line): Split part of -Q into -D.
26150 (emacs-basic-display): New defvar.
26151 (fancy-splash-text): Correct name of menu item.
26152
26153 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26154
26155 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26156 lines in one node.
26157
26158 * comint.el (comint-send-input): New arg ARTIFICIAL.
26159 Callers in this file changed.
26160
26161 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26162
26163 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26164
261652005-04-10 Chong Yidong <cyd@stupidchicken.com>
26166
26167 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26168 `ldap-search-internal'.
26169
261702005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26171
26172 * files.el (set-auto-mode-1): Use line-end-position.
26173
26174 * international/latin-1.el:
26175 * international/latin-2.el:
26176 * international/latin-3.el:
26177 * international/latin-4.el:
26178 * international/latin-5.el:
26179 * international/latin-8.el:
26180 * international/latin-9.el: Give punctuation syntax to NBSP.
26181
26182 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26183 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26184 Use char-classes to accept non-ascii letters, accepted in some recent
26185 bibtex implementations.
26186
261872005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26188
26189 * custom.el (custom-set-minor-mode): Any non-nil value for the
26190 variable should enable the mode when set through Custom.
26191
261922005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26193
26194 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26195 TAB binding so tab-always-indent is obeyed.
26196 (vhdl-minibuffer-local-map): Move initialization into declaration.
26197 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26198 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26199 (vhdl-hooked-abbrev): Avoid test for XEmacs.
26200 (vhdl-current-line): Use line-beginning-position.
26201 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26202 with-output-to-temp-buffer, so the current position can be recorded.
26203
262042005-04-10 Masatake YAMATO <jet@gyve.org>
26205
26206 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26207 Add regexp for gcov.
26208
262092005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
26210
26211 * calendar/time-date.el (time-to-seconds, seconds-to-time)
26212 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26213 syntax which Emacs 20 doesn't support.
26214
262152005-04-09 Richard M. Stallman <rms@gnu.org>
26216
26217 * help.el (describe-key-briefly, describe-key):
26218 Replace strings as event types with "(any string)".
26219
262202005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
26221
26222 * arc-mode.el (archive-mode-map): Move initialization into
26223 the declaration. Override *all* bindings of `undo'.
26224 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26225
262262005-04-09 Jay Belanger <belanger@truman.edu>
26227
26228 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26229
262302005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
26231
26232 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26233 (xterm-register-default-colors): Update color values computation
26234 to match xterm-200.
26235
262362005-04-09 Kenichi Handa <handa@m17n.org>
26237
26238 * international/code-pages.el (iso-latin-7): Fix the map.
26239
262402005-04-08 Luc Teirlinck <teirllm@auburn.edu>
26241
26242 * emacs-lisp/lisp.el (defun-prompt-regexp)
26243 (parens-require-spaces, buffer-end, end-of-defun)
26244 (insert-parentheses): Doc fixes.
26245
262462005-04-08 Kim F. Storm <storm@cua.dk>
26247
26248 * comint.el (comint-highlight-prompt): Fix face spec.
26249 * hi-lock.el (hi-green): Likewise.
26250
262512005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26252
26253 * cus-edit.el (custom-modified-face):
26254 * comint.el (comint-highlight-input): Fix previous changes.
26255 * term.el (term-handle-ansi-escape): Add a comment.
26256
262572005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
26258
26259 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26260 in the buffer and in whitespace-highlighted-space.
26261 (whitespace-unhighlight-the-space): Simplify.
26262 (whitespace-buffer): Simplify.
26263
262642005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26265
26266 * textmodes/table.el (table-cell-face): Add special case for
26267 displays supporting a high number of colors.
26268 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26269 (vhdl-font-lock-reserved-words-face)
26270 (vhdl-speedbar-architecture-face)
26271 (vhdl-speedbar-instantiation-face)
26272 (vhdl-speedbar-architecture-selected-face)
26273 (vhdl-speedbar-instantiation-selected-face): Likewise.
26274 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26275 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26276 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26277 (ebrowse-root-class-face, ebrowse-member-attribute-face)
26278 (ebrowse-progress-face): Likewise.
26279 * progmodes/compile.el (compilation-info-face): Likewise.
26280 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26281 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26282 * calendar/calendar.el (diary-face): Likewise.
26283 * woman.el (woman-italic-face, woman-bold-face)
26284 (woman-unknown-face): Likewise.
26285 * wid-edit.el (widget-button-pressed-face): Likewise.
26286 * whitespace.el (whitespace-highlight-face): Likewise.
26287 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26288 * pcvs-info.el (cvs-marked-face): Likewise.
26289 * info.el (info-xref): Likewise.
26290 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26291 * hilit-chg.el (highlight-changes-face)
26292 (highlight-changes-delete-face): Likewise.
26293 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26294 (hi-red-b): Likewise.
26295 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26296 * font-lock.el (font-lock-keyword-face)
26297 (font-lock-function-name-face, font-lock-warning-face): Likewise.
26298 * cus-edit.el (custom-invalid-face, custom-modified-face)
26299 (custom-set-face, custom-changed-face, custom-variable-tag-face)
26300 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26301 * comint.el (comint-highlight-prompt): Likewise.
26302
263032005-04-08 Lute Kamstra <lute@gnu.org>
26304
26305 * font-lock.el (font-lock-keywords): Docstring fixes.
26306
263072005-04-08 Kenichi Handa <handa@m17n.org>
26308
26309 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26310 chars are more than a limit, print " and more..." at the tail.
26311
263122005-04-08 Kim F. Storm <storm@cua.dk>
26313
26314 * emacs-lisp/authors.el (authors-aliases): Update list.
26315 (authors-ignored-files): New list.
26316 (authors-fixed-entries): Fix typo.
26317 (authors-renamed-files-alist): Update list.
26318 (authors-add): Check authors-ignored-files.
26319
263202005-04-08 Carsten Dominik <dominik@science.uva.nl>
26321
26322 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26323 optional, to ensure backward compatibility.
26324
263252005-04-08 Stephen Eglen <stephen@gnu.org>
26326
26327 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26328
263292005-04-08 Kim F. Storm <storm@cua.dk>
26330
26331 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26332
26333 * mouse.el (mouse-on-link-p): Doc fix.
26334
263352005-04-07 Luc Teirlinck <teirllm@auburn.edu>
26336
26337 * ielm.el (ielm-prompt-read-only): Doc fix.
26338
26339 * comint.el (comint-prompt-read-only): Doc fix.
26340
263412005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
26342
26343 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26344 ensure dired always handles wildcards passed to ffap.
26345 (find-file-at-point): Use it.
26346 (ffap-dired-wildcards): Doc fix.
26347
263482005-04-07 Juri Linkov <juri@jurta.org>
26349
26350 * simple.el (next-error-overlay-arrow-position): New defvar.
26351 Put "=>" on its property `overlay-arrow-string'. Add it to
26352 `overlay-arrow-variable-list'.
26353
26354 * progmodes/compile.el (compilation-setup):
26355 Set `next-error-overlay-arrow-position' to nil. Also set it to
26356 nil in the local hook `kill-buffer-hook'. Make local variable
26357 `overlay-arrow-string' and set it to "=>".
26358 (compilation-goto-locus): Set BOL position to
26359 `next-error-overlay-arrow-position' instead of
26360 `overlay-arrow-position'.
26361
26362 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26363 locally instead of adding it to the global hook.
26364 (Info-kill-buffer): Move up.
26365
263662005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26367
26368 * term/xterm.el (xterm-standard-colors): Update color values from
26369 xterm-200.
26370
263712005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26372
26373 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26374
26375 * fast-lock.el:
26376 * lazy-lock.el: Move them to the obsolete subdir.
26377
263782005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26379
26380 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26381 (wdired-add-replace-advice): Remove.
26382 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26383
263842005-04-06 Kim F. Storm <storm@cua.dk>
26385
26386 * startup.el (command-line): Add --bare-bones alias for -Q.
26387
263882005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26389
26390 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26391 create the startup fontset if a font specification ends with
26392 `mac-roman'.
26393
263942005-04-06 Lute Kamstra <lute@gnu.org>
26395
26396 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26397 change.
26398
26399 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26400 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26401
264022005-04-05 Lute Kamstra <lute@gnu.org>
26403
26404 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26405 (define-generic-mode): Ditto. Fix debug declaration.
26406
26407 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26408 Put them in the generic-x group.
26409
26410 * calendar/timeclock.el (timeclock): Doc fix.
26411
26412 * generic.el (define-generic-mode): Don't use custom-current-group.
26413 Document default :group value.
26414 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26415 (define-global-minor-mode): Don't use custom-current-group.
26416
264172005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26418
26419 * startup.el (command-line-1): Display startup-echo-area-message
26420 when fancy splash screen is in use.
26421
26422 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26423 (sh-escaped-newline): New face.
26424 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26425 newline, and use sh-escaped-newline face.
26426
26427 * progmodes/tcl.el (tcl-escaped-newline): New face.
26428 (tcl-builtin-list): New variable.
26429 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26430 newlines. Fix keywords subexpression number.
26431
264322005-04-05 Carsten Dominik <dominik@science.uva.nl>
26433
26434 * textmodes/org.el (org-diary-default-entry): Fix call to
26435 `add-to-diary-entry'.
26436
264372005-04-05 Kim F. Storm <storm@cua.dk>
26438
26439 * ediff-init.el: Use (featurep 'xemacs).
26440
264412005-04-05 David Ponce <david@dponce.com>
26442
26443 * cus-edit.el (face): Derive from symbol widget. Display sample
26444 of the current face on the fly.
26445 (widget-face-sample-face-get, widget-face-notify): New functions.
26446 (widget-face-value-create): Remove.
26447
26448 * wid-edit.el (widget-field-end): Temporarily remove field
26449 narrowing before to call `get-char-property'.
26450
264512005-04-04 Jay Belanger <belanger@truman.edu>
26452
26453 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26454 (math-read-subscripts): New variable.
26455 (math-read-preprocess-string): Process subscripts.
26456
264572005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26458
26459 * comint.el (comint-prompt-read-only): Doc fix.
26460
26461 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26462 `-1'. Doc fix.
26463
264642005-04-04 Carsten Dominik <dominik@science.uva.nl>
26465
26466 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26467 Change default value to nil.
26468
264692005-04-04 Lute Kamstra <lute@gnu.org>
26470
26471 * autorevert.el (auto-revert-mode): Specify :group.
26472 * battery.el (display-battery-mode): Specify :group.
26473 * diff-mode.el (diff-minor-mode): Specify :group.
26474 * font-core.el (font-lock-mode): Specify :group.
26475 * hl-line.el (hl-line-mode): Specify :group.
26476 * iimage.el (iimage): New customization group.
26477 (iimage-mode): Specify :group.
26478 * longlines.el (longlines-mode): Specify :group.
26479 * master.el: Don't require easy-mmode.
26480 (master): New customization group.
26481 (master-mode): Specify :group.
26482 * msb.el (msb-mode): Specify :group.
26483 * reveal.el (reveal-mode): Specify :group.
26484 * simple.el (next-error-follow-minor-mode): Specify :group.
26485 * smerge-mode.el (smerge-mode): Specify :group.
26486 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26487 * emulation/cua-base.el (cua-mode): Specify :group.
26488 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26489 * language/thai-util.el (thai-auto-composition-mode)
26490 (thai-word-mode): Specify :group.
26491 * mail/supercite.el (sc-minor-mode): Specify :group.
26492 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26493 * progmodes/flymake.el (flymake-mode): Specify :group.
26494 * progmodes/glasses.el (glasses-mode): Specify :group.
26495 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26496 * textmodes/enriched.el (enriched-mode): Specify :group.
26497 * textmodes/refill.el (refill-mode): Specify :group.
26498
26499 * add-log.el (change-log-font-lock-keywords): Names in
26500 parenthesized lists can contain spaces.
26501
265022005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26503
26504 * startup.el (fancy-splash-text): Shorten default text of
26505 "Emacs Tutorial" line. Also, if the current language env
26506 indicates an available tutorial file other than TUTORIAL,
26507 extract its title and append it to the line in parentheses.
26508 (fancy-splash-insert): If arg is a thunk, funcall it.
26509
265102005-04-04 Jay Belanger <belanger@truman.edu>
26511
26512 * calc.el (calc-language-alist): Add tags to customization type.
26513
265142005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26515
26516 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26517 Doc fix.
26518
265192005-04-03 Marcelo Toledo <marcelo@gnu.org>
26520
26521 * add-log.el (change-log-font-lock-keywords): The manual
26522 describing a Change Log entry, says: (...) "Aside from these
26523 header lines, every line in the change log starts with a space or
26524 a tab.". The font-lock was not highlighting lines started with
26525 spaces, added support for it.
26526
265272005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26528
26529 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26530 (bibtex-generate-url-list): Update docstring accordingly. Put the
26531 complex example in the docstring.
26532 (bibtex-font-lock-url): Use pop.
26533
265342005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26535
26536 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26537
26538 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26539
265402005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26541
26542 * filesets.el (filesets-set-default): Doc fix.
26543
265442005-04-03 Lute Kamstra <lute@gnu.org>
26545
26546 * generic.el (define-generic-mode): Add argument to specify
26547 keywords for defcustom.
26548 (default-generic-mode): Specify :group.
26549
26550 * generic-x.el: Specify :group for all generic modes.
26551
26552 * desktop.el (desktop-no-desktop-file-hook)
26553 (desktop-after-read-hook): Doc fix.
26554
265552005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26556
26557 * simple.el (visible-mode): Use explicit :group keyword.
26558 This changes the group of `visible-mode-hook' from paren-blinking
26559 to editing-basics.
26560
265612005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26562
26563 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26564 mailbox specifications as well as URLs.
26565 (rmail-insert-inbox-text): Remove unused conditional branches.
26566
265672005-04-01 Jay Belanger <belanger@truman.edu>
26568
26569 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26570 (calc-gnuplot-print-command): Move definitions to calc.el.
26571
26572 * calc/calc-embed.el (calc-embedded-announce-formula)
26573 (calc-embedded-open-formula, calc-embedded-close-formula)
26574 (calc-embedded-open-word, calc-embedded-close-word)
26575 (calc-embedded-open-plain, calc-embedded-close-plain)
26576 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26577 (calc-embedded-open-mode, calc-embedded-close-mode):
26578 Move definitions to calc.el.
26579
26580 * calc/calc.el (calc-settings-file, calc-language-alist):
26581 Make customizable.
26582 (calc-embedded-announce-formula, calc-embedded-open-formula)
26583 (calc-embedded-close-formula, calc-embedded-open-word)
26584 (calc-embedded-close-word, calc-embedded-open-plain)
26585 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26586 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26587 (calc-embedded-close-mode, calc-gnuplot-name)
26588 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26589 from other files and make customizable.
26590
265912005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26592
26593 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26594 Use buffer-live-p.
26595 (cvs-mode-run): Don't call cvs-update-header here.
26596 (cvs-run-process): Call cvs-update-header.
26597 Use process properties for cvs-postprocess and cvs-buffer so that
26598 the sentinel can behave better if the temp buffer is killed.
26599 Use a pipe rather than a tty, to better handle unexpected prompts.
26600 (cvs-sentinel): Rewrite. Call cvs-update-header.
26601
266022005-04-01 Andre Spiegel <spiegel@gnu.org>
26603
26604 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26605 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
26606
266072005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26608
26609 * generic.el (define-generic-mode): Add indentation rule.
26610
266112005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26612
26613 * files.el (mode-require-final-newline): Make Custom correctly
26614 report a nil value and allow to set it to nil via Custom.
26615 Doc fix.
26616
266172005-04-01 Kenichi Handa <handa@m17n.org>
26618
26619 * international/characters.el: Enable the correct case setting for
26620 dotless-i and dotted-I.
26621
266222005-04-01 Kim F. Storm <storm@cua.dk>
26623
26624 * ido.el (ido-file-internal): Fall back to non-ido command if
26625 initial directory is on slow ftp (or tramp) host.
26626
266272005-03-31 Richard M. Stallman <rms@gnu.org>
26628
26629 * emacs-lisp/autoload.el (make-autoload):
26630 Handle define-global-minor-mode.
26631
26632 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26633 Rename from easy-mmode-define-global-mode.
26634 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26635
26636 * progmodes/scheme.el (scheme-mode-syntax-table):
26637 Update syntax of | and # for two-character comment syntax.
26638
266392005-03-31 Lute Kamstra <lute@gnu.org>
26640
26641 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
26642 (define-minor-mode): Call custom-current-group at load-time.
26643
26644 * generic.el (define-generic-mode): Add debug declaration.
26645 Add defcustom for the mode hook.
26646 (generic-mode-internal): Use run-mode-hooks.
26647
266482005-03-31 Kim F. Storm <storm@cua.dk>
26649
26650 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
26651 (mouse-fixup-help-message): New defun called by show_help_echo
26652 to fixup mouse-2 prefix in help messages when applicable.
26653
26654 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
26655
266562005-03-31 Kenichi Handa <handa@m17n.org>
26657
26658 * language/thai-word.el (thai-find-word-ends): Pay attention to
26659 the case that we reach the end of buffer.
26660
26661 * textmodes/fill.el (fill-text-properties-at): New function.
26662 (fill-newline): Use fill-text-properties-at instead of
26663 text-properties-at.
26664
266652005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26666
26667 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
26668 not comint-quote-filename.
26669
266702005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
26671
26672 * help-fns.el (help-with-tutorial): Revert last change.
26673
266742005-03-31 Kim F. Storm <storm@cua.dk>
26675
26676 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
26677
266782005-03-30 Paul Eggert <eggert@cs.ucla.edu>
26679
26680 * calendar/cal-china.el: Update reference to "Calendrical
26681 Calculations" book; there's a new edition.
26682 * calendar/cal-coptic.el: Likewise.
26683 * calendar/cal-french.el: Likewise.
26684 * calendar/cal-hebrew.el: Likewise.
26685 * calendar/cal-islam.el: Likewise.
26686 * calendar/cal-iso.el: Likewise.
26687 * calendar/cal-julian.el: Likewise.
26688 * calendar/cal-mayan.el: Likewise.
26689 * calendar/cal-persia.el: Likewise.
26690 * calendar/calendar.el: Likewise.
26691 * calendar/holidays.el: Likewise.
26692 * calendar/lunar.el: Likewise.
26693 * calendar/solar.el: Likewise.
26694
26695 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
26696 white space from doc string.
26697
266982005-03-30 Jay Belanger <belanger@truman.edu>
26699
26700 * calc/calc-help.el (calc-full-help): Remove email address.
26701
267022005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
26703
26704 * help-fns.el (help-with-tutorial): Delete title line.
26705
267062005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26707
26708 * calendar/cal-x.el (calendar-one-frame-setup)
26709 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
26710 rather than `symbol' for set-window-dedicated-p.
26711
26712 * calendar/appt.el (appt-buffer-name): Make it a constant.
26713 (appt-add): Doc fix.
26714
26715 * filesets.el (filesets-menu-path, filesets-menu-before)
26716 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
26717 (filesets-menu-cache-file): Use directory ~/.emacs.d.
26718 (filesets-add-submenu): Delete and use add-submenu instead.
26719
267202005-03-30 Carsten Dominik <dominik@science.uva.nl>
26721
26722 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
26723 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
26724 (org-diary-default-entry): New function.
26725 (org-get-entries-from-diary): Better parsing of diary entries.
26726 (org-agenda-check-no-diary): New function.
26727 ("diary-lib"): Advice to function `add-to-diary-list', to allow
26728 linking to diary entries.
26729 (org-agenda-execute-calendar-command): New function.
26730 (org-agenda): Improve visible section in window.
26731 Use `org-fit-agenda-window'.
26732 (org-fit-agenda-window): New option.
26733 (org-move-subtree-down): Better handling of empty lines
26734 at end of subtree.
26735 (org-cycle): Numeric prefix is interpreted now as show-subtree N
26736 levels up.
26737 (org-fontify-done-headline): New option.
26738 (org-headline-done-face): New face.
26739 (org-set-font-lock-defaults): Use `org-headline-done-face'.
26740 (org-table-copy-down): Rename from `org-table-copy-from-above'.
26741 When current field is non-empty, it is copied to next row.
26742 (org-table-copy-from-above): Fix bug which made it
26743 impossible to copy fields containing only a single non-white character.
26744
267452005-03-30 Kim F. Storm <storm@cua.dk>
26746
26747 * kmacro.el (kmacro-end-macro): Isearch may store this command
26748 into the macro -- so ignore it when executing keyboard macro.
26749
267502005-03-30 Nick Roberts <nickrob@snap.net.nz>
26751
26752 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
26753
267542005-03-29 Kenichi Handa <handa@m17n.org>
26755
26756 * language/thai.el ("Thai"): Set setup-function and exit-function
26757 for Thai language environment.
26758
26759 * language/thai-util.el: Require thai-word.
26760 (thai-word-mode-map): New variable.
26761 (thai-word-mode): New minor mode.
26762 (setup-thai-language-environment-internal): New function.
26763 (exit-thai-language-environment-internal): New function.
26764
26765 * language/thai-word.el (thai-word-table): Declare it by defvar,
26766 use dolist to initialize it.
26767 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
26768 (thai-fill-find-break-point): New functions.
26769
267702005-03-29 Richard M. Stallman <rms@gnu.org>
26771
26772 * simple.el (idle-update-delay): Move definition up.
26773 (set-mark): Doc fix.
26774
267752005-03-29 Chong Yidong <cyd@stupidchicken.com>
26776
26777 * longlines.el: New file.
26778
26779 * simple.el (buffer-substring-filters): New variable.
26780 (filter-buffer-substring): New function.
26781 (kill-region, copy-region-as-kill): Use it.
26782
26783 * register.el (copy-to-register, append-to-register)
26784 (prepend-to-register): Use filter-buffer-substring.
26785
267862005-03-30 Nick Roberts <nickrob@snap.net.nz>
26787
26788 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
26789 (gud-filter-pending-text): Move in front of gdb.
26790 (gud-overlay-arrow-position): New variable.
26791 (gud-sentinel, gud-display-line): Use it in place of
26792 overlay-arrow-position.
26793
267942005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
26795
26796 * progmodes/fortran.el (fortran-if-indent): Doc fix.
26797 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
26798 (fortran-font-lock-keywords-4): New variable.
26799 (fortran-blocks-re, fortran-end-block-re)
26800 (fortran-start-block-re): New constants, for hideshow.
26801 (hs-special-modes-alist): Add a Fortran entry.
26802 (fortran-mode-map): Bind fortran-end-of-block,
26803 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
26804 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
26805 (fortran-looking-at-if-then, fortran-end-of-block)
26806 (fortran-beginning-of-block): New functions, for hideshow.
26807
26808 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
26809 Doc fix. Tweak regexp.
26810 (f90-beginning-of-block): Push mark first.
26811
268122005-03-29 Jay Belanger <belanger@truman.edu>
26813
26814 * calc/calc.el: Update copyright date.
26815 (calc-version): Increase to 2.1.
26816 (calc-version-date): Remove.
26817
26818 * calc/calc-help.el: Update copyright date.
26819 (calc-full-help): Remove reference to calc-version-date.
26820 Update copyright date.
26821
268222005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26823
26824 * vc.el (vc-do-command): Use a pipe for async processes, so password
26825 prompts don't show up at places where the user can't reply.
26826
268272005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26828
26829 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
26830 on the file name we pass to the inferior shell.
26831
268322005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26833
26834 * progmodes/which-func.el (which-function): Be robust in the face of an
26835 imenu--make-index-alist failure.
26836
268372005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26838
26839 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
26840
26841 * progmodes/python.el (python-preoutput-filter): Fix last change.
26842
268432005-03-29 Lute Kamstra <lute@gnu.org>
26844
26845 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
26846 functions and compiled macros.
26847 (debug-convert-byte-code): Handle macros too.
26848 (debug-on-entry-1): Don't signal an error when trying to clear a
26849 function that is not set to debug on entry.
26850
268512005-03-29 Jay Belanger <belanger@truman.edu>
26852
26853 * calc/calc-lang.el: Add functions to math-function-table
26854 properties of tex and math.
26855
268562005-03-29 Kenichi Handa <handa@m17n.org>
26857
26858 * ps-mule.el (ps-mule-plot-string): Translate characters by
26859 ps-print-translation-table.
26860 (ps-mule-begin-job): Call find-charset-region/string with
26861 ps-print-translation-table.
26862 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
26863
26864 * ps-print.el (ps-print-translation-table): New variable.
26865 (ps-plot-region): Translate characters by ps-print-translation-table.
26866
268672005-03-29 Juri Linkov <juri@jurta.org>
26868
26869 * simple.el (next-error-highlight-timer): New variable.
26870
26871 * progmodes/compile.el (compilation-goto-locus):
26872 Use `next-error-highlight-timer' instead of `sit-for'.
26873
268742005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26875
26876 * mail/supercite.el (sc-mail-field): Use assoc-string.
26877 (sc-get-address): Simplify regexps.
26878
26879 * files.el (minibuffer-with-setup-hook): New macro.
26880 (find-file-read-args): Use it to avoid let-binding
26881 minibuffer-with-setup-hook (which breaks turning on/off
26882 file-name-shadow-mode while in the prompt).
26883
26884 * complete.el (PC-read-include-file-name-internal):
26885 Use test-completion.
26886
268872005-03-28 Luc Teirlinck <teirllm@auburn.edu>
26888
26889 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
26890
268912005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26892
26893 * window.el (window-buffer-height): Use count-screen-lines.
26894
26895 * progmodes/python.el (python-preoutput-leftover): New var.
26896 (python-preoutput-filter): Use it.
26897 (python-send-receive): Loop until all the result has been received.
26898
268992005-03-28 Juri Linkov <juri@jurta.org>
26900
26901 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
26902
26903 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
26904 "Recover Crashed Session".
26905 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
26906 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
26907 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
26908 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
26909 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
26910 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
26911 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
26912 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
26913
26914 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
26915 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
26916 Ediff Sessions", "Toggle use of separate control buffer frame",
26917 "Use separate frame for Ediff control buffer".
26918
26919 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
26920 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
26921 "Rename Bookmark", "Delete Bookmark".
26922
26923 * info.el (Info-mode-menu): Remove ellipsis from "Index".
26924 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
26925 Add `:active Info-index-alternatives' to "Next Matching Item".
26926
26927 * wdired.el (wdired-change-to-wdired-mode):
26928 Mention `wdired-abort-changes' key in the initial message.
26929
26930 * international/mule.el (auto-coding-alist): Associate non-ascii
26931 image filename extensions with `no-conversion'.
26932
269332005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
26934
26935 * international/iso-acc.el:
26936 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
26937
269382005-03-26 Luc Teirlinck <teirllm@auburn.edu>
26939
26940 * textmodes/sgml-mode.el (html-mode): Doc update.
26941
26942 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
26943
269442005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
26945
26946 * term.el (term-move-columns): Fix face after extending a line.
26947 (term-insert-spaces): Likewise.
26948 (term-reset-terminal): Fix off by one error.
26949
269502005-03-26 Eli Zaretskii <eliz@gnu.org>
26951
26952 * international/mule.el (auto-coding-alist): Add .xpi files.
26953
26954 * files.el (auto-mode-alist): Add .xpi files.
26955
269562005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
26957
26958 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26959
269602005-03-26 Eli Zaretskii <eliz@gnu.org>
26961
26962 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26963
269642005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
26965
26966 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26967 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
26968
26969 * calendar/cal-move.el (calendar-beginning-of-year): Move the
26970 cursor to Jan 1 when needed.
26971 (calendar-end-of-year): Fix -/+ typo.
26972 Reported by Chong Yidong <cyd@stupidchicken.com>.
26973
269742005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
26975
26976 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26977
26978 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26979 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
26980
269812005-03-25 Richard M. Stallman <rms@gnu.org>
26982
26983 * filesets.el (filesets-init): Add autoload.
26984
26985 * mail/mailalias.el (mail-directory): Doc fix.
26986
269872005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26988
26989 * mail/mailalias.el (mail-directory-process): Do nothing if
26990 mail-directory-process is an atom.
26991 (mail-get-names): Ignore mail-directory-names if it is an atom.
26992 (mail-directory-process defvar): Doc fix.
26993 (mail-names): Doc fix.
26994
269952005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
26996
26997 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26998
269992005-03-26 Kenichi Handa <handa@m17n.org>
27000
27001 * international/mule-util.el (detect-coding-with-priority):
27002 Call update-coding-systems-internal before detect-coding-region.
27003
270042005-03-26 Nick Roberts <nickrob@snap.net.nz>
27005
27006 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27007 (gdb-frames-mode-map): Add follow-link property.
27008
270092005-03-25 Jay Belanger <belanger@truman.edu>
27010
27011 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27012 for variables.
27013
270142005-03-25 Juri Linkov <juri@jurta.org>
27015
27016 * image-mode.el: Optimize image filename extension regexps in
27017 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27018 in `auto-mode-alist'.
27019 (image-mode): Add `image-toggle-display-text' to local hook
27020 `change-major-mode-hook'. Display the image as an image by
27021 default. Set `cursor-type' and `truncate-lines' if the image
27022 is already displayed. Take into account the current mode (image
27023 or text) in message.
27024 (image-minor-mode): New minor mode.
27025 (image-mode-maybe, image-toggle-display-text): New functions.
27026 (image-toggle-display): Use called-interactively-p.
27027 Let-bind `inhibit-read-only' to t.
27028
27029 * image-mode.el (image-minor-mode): Set `cursor-type' and
27030 `truncate-lines' if the image is already displayed. Add turning
27031 image-minor-mode off to `change-major-mode-hook'. Add message.
27032 Call `image-toggle-display-text' after turning image-minor-mode off.
27033
270342005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27035
27036 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27037 Terminal.app, use utf-8.
27038 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27039 (set-locale-environment): Use it.
27040
27041 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27042
27043 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27044
27045 * progmodes/python.el (python-close-block-statement-p)
27046 (python-outdent-p, python-current-defun): Use symbol-end.
27047
270482005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27049
27050 * files.el (save-some-buffers): Doc fix.
27051
270522005-03-25 Werner Lemberg <wl@gnu.org>
27053
27054 * complete.el, thumbs.el: Replace `legal' with `valid'.
27055 * calendar/calendar.el: Replace `legal' with `valid'.
27056 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27057 * mail/supercite.el: Replace `legal' with `valid'.
27058 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27059 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27060 Replace `legal' with `valid'.
27061 * textmodes/reftex-vars.el, textmodes/reftex.el:
27062 Replace `legal' with `valid'.
27063
270642005-03-25 Werner Lemberg <wl@gnu.org>
27065
27066 * calc/calc-forms.el, calc/calc-sel.el
27067 * midnight.el, vc-cvs.el
27068 * emacs-lisp/cl-macs.el
27069 * emulation/vip.el
27070 * eshell/esh-io.el, eshell/esh-var.el
27071 * mail/supercite.el
27072 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27073 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27074 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27075 * progmodes/sh-script.el, progmodes/xscheme.el
27076 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27077 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27078 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27079 * textmodes/reftex.el, textmodes/org.el:
27080 Replace `illegal' with `invalid'.
27081
270822005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27083
27084 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27085 (flymake-find-buildfile, flymake-find-possible-master-files)
27086 (flymake-check-include, flymake-parse-line): Replace loops over the
27087 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27088
27089 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27090 Substitute file-name-as-directory in the rest of the file.
27091 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27092 (flymake-replace-region): Remove unused arg `buffer'.
27093 (flymake-check-patch-master-file-buffer): Update calls to it.
27094 (flymake-add-err-info): Remove unused var `count'.
27095 (flymake-mode): Use define-minor-mode.
27096
27097 * progmodes/flymake.el: Use with-current-buffer.
27098 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27099 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27100 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27101 Avoid testing for `xemacs'.
27102 (flymake-nop): Move.
27103 (flymake-region-has-flymake-overlays): Return the computed value.
27104 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27105 Remove unused var `endline'.
27106 (flymake-get-line-count): Remove unused function.
27107 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27108
27109 * emulation/vi.el:
27110 * generic.el:
27111 * hilit-chg.el (global-highlight-changes):
27112 * hi-lock.el (hi-lock-mode):
27113 * follow.el: find-file-hooks -> find-file-hook.
27114
27115 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27116
271172005-03-24 Juri Linkov <juri@jurta.org>
27118
27119 * dired.el (dired-mode-map): Add menu item "Compare directories"
27120 for dired-compare-directories.
27121
27122 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27123 Doc fix. Replace `read-file-name' with `read-directory-name'.
27124
271252005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27126
27127 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27128
271292005-03-24 Jay Belanger <belanger@truman.edu>
27130
27131 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27132 relevant mode settings in calc-embedded-original-modes when modes
27133 are permanently changed.
27134
271352005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27136
27137 * autoinsert.el: find-file-hooks -> find-file-hook.
27138
271392005-03-24 Lute Kamstra <lute@gnu.org>
27140
27141 * generic.el (generic-font-lock-defaults): Make it obsolete.
27142 (generic-font-lock-keywords): New variable to replace
27143 generic-font-lock-defaults.
27144 (generic-mode-set-font-lock): Delete it.
27145 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27146 (generic-bracket-support): Add docstring.
27147
27148 * generic-x.el: Rename generic-font-lock-defaults to
27149 generic-font-lock-keywords throughout.
27150 (mailagent-rules-setup-function): Delete it.
27151 (mailagent-rules-generic-mode): Use anonymous function instead.
27152 (show-tabs-generic-mode-font-lock-defaults-1)
27153 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27154 Quote faces.
27155 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27156 not foreground.
27157
27158 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27159 Recognize define-generic-mode.
27160
271612005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27162
27163 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27164 if there's no completion table.
27165
271662005-03-23 Miles Bader <miles@gnu.org>
27167
27168 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27169 Remove tty-specific variants, as they're no longer needed.
27170
271712005-03-23 Lute Kamstra <lute@gnu.org>
27172
27173 * generic-x.el: Code cleanup: make args constant whenever possible.
27174 (installshield-statement-keyword-list)
27175 (installshield-system-functions-list)
27176 (installshield-system-variables-list, installshield-types-list)
27177 (installshield-funarg-constants-list): Make them constants.
27178
27179 * generic.el (generic-make-keywords-list): Add autoload cookie.
27180
27181 * calendar/time-date.el: Add comment on time value formats.
27182 Don't require parse-time.
27183 (with-decoded-time-value): New macro.
27184 (encode-time-value): New function.
27185 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27186 (days-to-time): Return a valid time value when arg is huge.
27187 (time-since): Use time-subtract.
27188 (time-to-number-of-days): Use time-to-seconds.
27189
271902005-03-23 David Ponce <david@dponce.com>
27191
27192 * recentf.el (recentf-keep): New option.
27193 (recentf-menu-action): Default to `find-file'.
27194 (recentf-keep-non-readable-files-flag)
27195 (recentf-keep-non-readable-files-p)
27196 (recentf-file-readable-p, recentf-find-file)
27197 (recentf-cleanup-remote): Remove.
27198 (recentf-include-p): More robust.
27199 (recentf-keep-p): New function.
27200 (recentf-remove-if-non-kept): Rename from
27201 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
27202 All callers updated.
27203 (recentf-menu-items-for-commands): Fix help string.
27204 (recentf-track-closed-file): Update. Doc fix.
27205 (recentf-cleanup): Update. Count removed files. Doc fix.
27206
272072005-03-23 Kim F. Storm <storm@cua.dk>
27208
27209 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27210 Don't inherit from fringe face (now happens automatically).
27211
272122005-03-22 Kim F. Storm <storm@cua.dk>
27213
27214 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27215 position values.
27216
272172005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
27218
27219 * menu-bar.el (showhide-date-time): Remove.
27220 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27221 (menu-bar-make-mm-toggle): Simplify.
27222
272232005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27224
27225 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27226 Accept qualified variable and function names.
27227
272282005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
27229
27230 * bindings.el (completion-ignored-extensions):
27231 Remove ".lis" for `vax-vms'.
27232
272332005-03-22 Andreas Schwab <schwab@suse.de>
27234
27235 * generic-x.el: Revert last change.
27236 * ldefs-boot.el: Update.
27237
272382005-03-22 Jay Belanger <belanger@truman.edu>
27239
27240 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27241 (calc-embedded-save-original-modes)
27242 (calc-embedded-restore-original-modes): New functions.
27243 (calc-do-embedded): Save original modes when entering embedded mode
27244 and restore when leaving embedded mode.
27245 (calc-embedded-modes-change): Change the value of
27246 calc-embedded-original-modes to reflect permanent changes.
27247
272482005-03-22 Lute Kamstra <lute@gnu.org>
27249
27250 * generic-x.el: Require generic again.
27251
272522005-03-22 Miles Bader <miles@gnu.org>
27253
27254 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27255 Tweak details to look good on both ttys and bitmap displays, light
27256 or dark background, etc.
27257
272582005-03-21 Kim F. Storm <storm@cua.dk>
27259
27260 * tooltip.el (tooltip-show-help-function): Check car and cdr of
27261 mouse position.
27262
272632005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27264
27265 * icomplete.el: Don't forcibly turn on the mode upon load.
27266 (icomplete-mode): Use define-minor-mode.
27267 (icomplete-eoinput): Default to nil.
27268 (icomplete-minibuffer-setup): Remove autoload.
27269 (icomplete-tidy): Simplify.
27270 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27271 in the initial state or if the user has modified the field.
27272 Fix handling of icomplete-max-delay-chars.
27273 Remove code that handles the oddball case where
27274 minibuffer-completion-table is an integer.
27275 Wrap icomplete-completions in while-no-input in case building
27276 completions takes more time than expected.
27277 (icomplete-completions): Simplify.
27278
272792005-03-21 Richard M. Stallman <rms@gnu.org>
27280
27281 * jka-compr.el (jka-compr-really-do-compress):
27282 Make variable buffer-local.
27283
27284 * image-mode.el: Handle .xpm files too.
27285 (image-toggle-display): Preserve modification flag.
27286
27287 * help.el (where-is): Don't mention aliases with no key bindings.
27288
272892005-03-21 Lute Kamstra <lute@gnu.org>
27290
27291 * generic.el: Fix commentary section. Don't require cl for
27292 compilation.
27293 (generic-mode-list): Add autoload cookie.
27294 (generic-use-find-file-hook, generic-lines-to-scan)
27295 (generic-find-file-regexp, generic-ignore-files-regexp)
27296 (generic-mode, generic-mode-find-file-hook)
27297 (generic-mode-ini-file-find-file-hook): Fix docstrings.
27298 (define-generic-mode): Make it a defmacro. Fix docstring.
27299 (generic-mode-internal): Code cleanup. Add autoload cookie.
27300 (generic-mode-set-comments): Code cleanup.
27301 * generic-x.el: Don't prevent compilation. Don't require generic.
27302 Follow coding conventions. Minor code cleanup.
27303 (etc-fstab-generic-mode): Add some keywords.
27304 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27305 define-generic-mode like a function declaration.
27306
273072005-03-21 Jay Belanger <belanger@truman.edu>
27308
27309 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27310 changing modes.
27311
273122005-03-21 Sam Steingold <sds@gnu.org>
27313
27314 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27315
273162005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
27317
27318 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27319 Add underscore to "f$ lexicals" regexp.
27320
273212005-03-20 Juri Linkov <juri@jurta.org>
27322
27323 * subr.el (progress-reporter-do-update): When `min-value' is equal
27324 to `max-value', set `percentage' to 0 and prevent division by zero.
27325
273262005-03-20 Michael Albinus <michael.albinus@gmx.de>
27327
27328 Sync with Tramp 2.0.48.
27329
27330 * net/tramp.el (all): Change all addresses to .gnu.org.
27331 (tramp-append-tramp-buffers): New defun.
27332 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27333 Catch `dont-send' signal.
27334 (tramp-set-auto-save-file-modes): Set always permissions, because
27335 there might be an old auto-saved file belonging to another
27336 original file. This could be a security threat. Reported by
27337 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27338 Check for Emacs 21.3.50 removed.
27339
27340 * net/tramp-smb.el (all): Remove debug construct for
27341 `with-parsed-tramp-file-name'.
27342 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27343 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27344 No error message if DIRECTORY or FILENAME doesn't exist.
27345 (tramp-smb-open-connection): Check existence of
27346 `tramp-smb-program'.
27347
273482005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
27349
27350 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27351 Properly handle the case where the `m' or `s' command's argument is not
27352 yet terminated.
27353 (perl-indent-new-calculate): New function.
27354 (perl-indent-line): Use it.
27355
273562005-03-20 Miles Bader <miles@gnu.org>
27357
27358 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27359 in text-mode too. Change to new face names.
27360 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27361 Add `:weight bold' attribute.
27362 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27363
273642005-03-19 Juri Linkov <juri@jurta.org>
27365
27366 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27367
27368 * international/mule.el (auto-coding-alist): Sync with
27369 `auto-mode-alist' by adding upper case archive file extensions
27370 and adding ear/war to jar extension.
27371
273722005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27373
27374 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27375 running, restart it.
27376
273772005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27378
27379 * finder.el (finder-current-item): Throw an error on an empty line.
27380
27381 * man.el (Man-follow-manual-reference): If current-word returns
27382 nil, use "".
27383
273842005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27385
27386 * simple.el (goto-line): Doc fix.
27387
273882005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27389
27390 * files.el (save-buffer): Doc fix.
27391
273922005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27393
27394 * recentf.el (recentf-cleanup-remote): New variable.
27395 (recentf-cleanup): Use it to conditionally check availability of
27396 remote files.
27397
273982005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27399
27400 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27401 function names.
27402
274032005-03-19 Eli Zaretskii <eliz@gnu.org>
27404
27405 * language/thai-word.el: New file.
27406
274072005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27408
27409 * files.el (backup-buffer): If the file's directory is not
27410 writable, use copy instead of move to backup the file.
27411
274122005-03-19 Eli Zaretskii <eliz@gnu.org>
27413
27414 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27415
274162005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27417
27418 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27419 Use functionp instead of symbolp and fboundp. Reported by Drkm
27420 <darkman_spam@yahoo.fr>.
27421 (ps-print-version): New version 6.6.6.
27422
274232005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27424
27425 * textmodes/table.el (table--line-column-position): New idiom.
27426 (table--row-column-insertion-point-p): New function to test
27427 validity of row and column insertion operation at a location.
27428 (table-global-menu, table-cell-menu): Use above functions for
27429 deterministic test operation.
27430 (table--editable-cell-p): Behave in deterministic fashion.
27431
274322005-03-18 Juri Linkov <juri@jurta.org>
27433
27434 * isearch.el (isearch-lazy-highlight-new-loop):
27435 Make arguments beg and end optional.
27436 (isearch-update): Remove optional arguments nil from
27437 isearch-lazy-highlight-new-loop.
27438 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27439 isearch-lazy-highlight-case-fold-search instead of
27440 isearch-case-fold-search, and let-bind isearch-regexp to
27441 isearch-lazy-highlight-regexp.
27442 Use isearch-lazy-highlight-last-string instead of isearch-string.
27443
27444 * replace.el (perform-replace): Remove bindings of global
27445 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27446 Add three new arguments to `replace-highlight'.
27447 (replace-highlight): Add arguments string, regexp, case-fold.
27448 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27449 to allow isearch-lazy-highlight-new-loop to use these values
27450 to set corresponding isearch-lazy-highlight-* internal
27451 variables whose values lazy highlighting will use regardless of
27452 changes to global variables isearch-string, isearch-regexp,
27453 isearch-case-fold-search during lazy highlighting loop.
27454 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27455 to `lazy-highlight-cleanup'.
27456
27457 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27458 (ispell-highlight-face): Set default face to `isearch' when
27459 lazy highlighting is enabled.
27460 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27461 priority to 1. Add lazy highlighting.
27462 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27463 from `isearch-dehighlight'.
27464
274652005-03-18 David Ponce <david@dponce.com>
27466
27467 * files.el (hack-local-variables): Do a case-insensitive search
27468 for End.
27469
274702005-03-18 Juri Linkov <juri@jurta.org>
27471
27472 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27473 `isearch-lazy-highlight-cleanup', add alias to old name and
27474 declare obsolete. Add release numbers to other obsolete vars.
27475 (isearch-done, isearch-lazy-highlight-new-loop):
27476 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27477 (lazy-highlight-cleanup) <variable>: Doc fix.
27478 (isearch-lazy-highlight-update): Rename obsolete
27479 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27480
274812005-03-18 Kenichi Handa <handa@m17n.org>
27482
27483 * language/thai-util.el: Fix categorization of Thai characters in
27484 thai-category-table.
27485 (thai-composition-pattern): Adjust it for the above change.
27486 (thai-self-insert-command, thai-compose-syllable): New functions.
27487 (thai-compose-region): Use thai-compose-syllable.
27488 (thai-compose-string): Likewise.
27489 (thai-composition-function): Likewise.
27490 (thai-auto-composition): New function.
27491 (thai-auto-composition-mode): New minor mode.
27492
27493 * language/thai.el: Fix patterns to be registered in
27494 composition-function-table.
27495
27496 * international/quail.el (quail-input-method): Locally bind
27497 inhibit-modification-hooks to t.
27498
274992005-03-17 Richard M. Stallman <rms@gnu.org>
27500
27501 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27502 (perl-mode): Use run-mode-hooks.
27503
27504 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27505 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27506 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27507
27508 * mail/sendmail.el (sendmail-send-it): Reenable the code
27509 to compute resend-to-address and use it.
27510
27511 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27512
27513 * image-mode.el: New file.
27514
27515 * image.el (insert-sliced-image): Add autoload cookie.
27516
27517 * font-lock.el (font-lock-lines-before): New user option.
27518 (font-lock-after-change-function): Obey it.
27519
27520 * bindings.el (esc-map): Make M-g a prefix.
27521 Bind M-g g and M-g M-g to goto-line.
27522
27523 * faces.el (face-id): Doc fix.
27524
275252005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27526
27527 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27528 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27529 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27530
27531 * mail/sendmail.el (mail-yank-ignored-headers)
27532 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27533 Add Mail-Followup-To and Mail-Reply-To headers.
27534 (mail-citation-hook): Add autoload cookie.
27535 (mail-mode): Doc fix.
27536 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27537 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27538 (mail-mode-fill-paragraph): Handle those headers.
27539 (mail-mailing-lists): New variable.
27540 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27541
275422005-03-17 Juri Linkov <juri@jurta.org>
27543
27544 * isearch.el (isearch-fallback): Check for `(car previous)'
27545 before calling `isearch-other-end-state'.
27546
275472005-03-17 Kim F. Storm <storm@cua.dk>
27548
27549 * simple.el (move-beginning-of-line): Move to beginning of buffer
27550 line, as well as beginning of screen line.
27551
275522005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27553
27554 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27555 argument REDRAW rather than calendar-redrawing variable.
27556 * calendar/calendar.el (calendar-redrawing): Delete.
27557 (redraw-calendar): Do not bind calendar-redrawing.
27558
275592005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27560
27561 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27562 diary-file buffer.
27563
275642005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27565
27566 * help.el (describe-mode): Allow a :minor-mode-function property to
27567 specify a different minor mode toggle function than the variable.
27568 * simple.el (auto-fill-function):
27569 * subr.el (add-minor-mode): Use it.
27570
275712005-03-16 Kenichi Handa <handa@m17n.org>
27572
27573 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27574 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27575 (ethio-fidel-to-sera-buffer): Likewise.
27576
275772005-03-16 Juri Linkov <juri@jurta.org>
27578
27579 * emacs-lisp/find-func.el (find-function-regexp):
27580 Add defun-emitting macro `menu-bar-make-toggle'.
27581
27582 * isearch.el: Put `isearch-scroll' property to
27583 `split-window-horizontally'.
27584
27585 * info.el: Update error messages for `debug-ignored-errors'.
27586 (Info-isearch-search): Doc fix.
27587 (Info-find-node): Move up code to go into info buffer before
27588 recording the node to the history.
27589 (Info-fontify-node): Fontify titles only if the next line
27590 has two or more `*', `=', `-', `.'.
27591 Display "go to this node" for empty (match-string 3).
27592
275932005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27594
27595 * term/mac-win.el: Add mouse pointer shape constants.
27596
275972005-03-15 Kim F. Storm <storm@cua.dk>
27598
27599 * simple.el (move-beginning-of-line): Use vertical-motion.
27600
276012005-03-15 Juri Linkov <juri@jurta.org>
27602
27603 * isearch.el (isearch-error): New variable.
27604 (isearch-invalid-regexp, isearch-within-brackets): Remove.
27605 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27606 (isearch-within-brackets-state): Remove.
27607 (isearch-case-fold-search-state, isearch-pop-fun-state):
27608 Decrease frame index.
27609 (isearch-mode, isearch-top-state, isearch-push-state)
27610 (isearch-edit-string, isearch-abort, isearch-search-and-update)
27611 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27612 (isearch-search, isearch-lazy-highlight-new-loop):
27613 Replace `isearch-invalid-regexp' with `isearch-error'.
27614 Remove `isearch-within-brackets'.
27615 (isearch-search): Add `search-failed' handler to `condition-case'.
27616 (isearch-lazy-highlight-search): Add `condition-case' to catch
27617 errors and allow `isearch-lazy-highlight-update' to try
27618 highlighting from the beginning of the window.
27619 (isearch-repeat): Move up code to set isearch-wrapped to t
27620 before calling isearch-wrap-function.
27621
27622 * info.el (Info-isearch-initial-node): New internal variable.
27623 (Info-search): Signal an error in isearch mode when search leaves
27624 the initial node. Signal an error when `bound' is non-nil and
27625 nothing was found in the current subfile.
27626 (Info-isearch-search): Remove `condition-case'.
27627 (Info-isearch-wrap): Don't wrap when search failed during leaving
27628 the initial node. If `Info-isearch-search' is nil, wrap around
27629 the current node.
27630 (Info-isearch-start): New fun.
27631 (Info-mode): Add buffer-local hook `Info-isearch-start' to
27632 `isearch-mode-hook'.
27633
276342005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27635
27636 * simple.el (normal-erase-is-backspace): Set default to t if
27637 running on Mac.
27638
27639 * term/mac-win.el (function-key-map): Sync with x-win.el.
27640
276412005-03-15 Kenichi Handa <handa@m17n.org>
27642
27643 * international/mule-cmds.el (locale-language-names): Modify the
27644 format of elements and add more entries.
27645 (locale-preferred-coding-systems): Add more entries.
27646 (set-locale-environment): Adjust for the change of
27647 locale-language-names.
27648
276492005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
27650
27651 * pcvs.el (smerge-ediff): Remove bogus autoload.
27652
276532005-03-14 Lute Kamstra <lute@gnu.org>
27654
27655 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
27656 Ignore a `*' at the beginning of a line.
27657
27658 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
27659 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
27660 subr.el.
27661 (dont-compile, eval-when-compile, eval-and-compile): Use declare
27662 to specify indentation.
27663
27664 * generic.el (define-generic-mode): Let generic-mode-list be a
27665 list of strings; test membership with equal.
27666
276672005-03-14 Kim F. Storm <storm@cua.dk>
27668
27669 * simple.el (next-line, previous-line): Add optional try-vscroll
27670 arg to recognize interactive use. Pass it on to line-move.
27671 (line-move): Don't perform auto-window-vscroll when defining or
27672 executing keyboard macro to ensure consistent behavior.
27673
276742005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
27675
27676 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
27677
276782005-03-13 Lute Kamstra <lute@gnu.org>
27679
27680 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
27681 debugger-setup-buffer so that backtrace marks the frames set to
27682 debug-on-exit and we don't have to do it manually. Set an extra
27683 debug-on-exit for macro's.
27684 (debugger-setup-buffer): Don't mark the top frame manually.
27685
276862005-03-12 Lute Kamstra <lute@gnu.org>
27687
27688 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
27689 lisp-indent-function throughout.
27690 (with-no-warnings): Set lisp-indent-function property.
27691
276922005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27693
27694 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
27695 Add entry for backslash.
27696
276972005-03-12 Juri Linkov <juri@jurta.org>
27698
27699 * info.el (Info-search): Four fixes for backward search.
27700
277012005-03-11 Jay Belanger <belanger@truman.edu>
27702
27703 * calc/calc.el (calc-language-alist): New variable.
27704 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
27705 (calc-embedded-find-modes): Use calc-language-alist instead of
27706 calc-embedded-language-alist.
27707
277082005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27709
27710 * calendar/calendar.el (calendar-redrawing): New internal
27711 variable.
27712 (redraw-calendar): Remove bogus save-excursion from previous
27713 change. Bind calendar-redrawing to t for mark-diary-entries.
27714 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
27715 calendar if that is why we were called.
27716
277172005-03-11 Kenichi Handa <handa@m17n.org>
27718
27719 * international/mule.el (make-coding-system): Set property
27720 coding-system-define-form to nil.
27721 (define-coding-system-alias): Likewise.
27722
277232005-03-11 Kenichi Handa <handa@m17n.org>
27724
27725 These changes are suggested by Dave Love <fx@gnu.org>.
27726
27727 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
27728 coding: tag.
27729 (adaptive-fill-regexp): Add more bullets.
27730 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
27731 regexps.
27732
277332005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
27734
27735 * help.el (describe-mode): Properly handle non-trivial lighters.
27736 Don't ignore minor modes that are not listed in minor-mode-list.
27737
27738 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
27739 feature ON when the user requests to turn it OFF.
27740
277412005-03-10 Lute Kamstra <lute@gnu.org>
27742
27743 * emacs-lisp/debug.el (debug-entry-code): Delete it.
27744 (implement-debug-on-entry): New function to replace debug-entry-code.
27745 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
27746 second argument as the 2005-03-07 change makes it obsolete.
27747 (debug-on-entry, cancel-debug-on-entry): Update call to
27748 debug-on-entry-1.
27749 (debug, debugger-setup-buffer): Comment update.
27750 (debugger-frame-number): Update to work with implement-debug-on-entry.
27751
277522005-03-10 Jay Belanger <belanger@truman.edu>
27753
27754 * calc/calc-embed.el (math-ms-args): Declare it.
27755 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
27756 math-ms-args.
27757 (calc-embedded-subst): Use math-multi-subst-rec to substitute
27758 variables.
27759
277602005-03-10 Nick Roberts <nickrob@snap.net.nz>
27761
27762 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
27763 Use message-box.
27764
27765 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
27766 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
27767 (tooltip-gud-tips): Simplify.
27768 (tooltip-gud-tips-p): Remove superfluous :set.
27769 (tooltip-gud-modes): Add fortran-mode.
27770 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
27771
27772 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
27773
277742005-03-09 Kim F. Storm <storm@cua.dk>
27775
27776 * play/animate.el (animate-place-char): Use forward-line instead
27777 of next-line to improve performance.
27778
277792005-03-09 Simon Josefsson <jas@extundo.com>
27780
27781 * net/browse-url.el (browse-url-default-browser): Doc fix.
27782
277832005-03-09 Miles Bader <miles@gnu.org>
27784
27785 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
27786 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
27787
277882005-03-09 Kenichi Handa <handa@m17n.org>
27789
27790 * international/latin-1.el: Set case and syntax for 255 only if
27791 set-case-syntax-set-multibyte is nil.
27792
27793 * textmodes/ispell.el (ispell-insert-word): New function.
27794 (ispell-word): Use ispell-insert-word to insert a new word.
27795 (ispell-process-line): Likewise.
27796 (ispell-complete-word): Likewise.
27797
277982005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
27799
27800 * calendar/calendar.el (redraw-calendar): Preserve point.
27801 Reported by Matt Hodges <MPHodges@member.fsf.org>.
27802 (calendar-week-start-day): Move after definition of
27803 redraw-calendar. Delete buffer test, since redraw-calendar has
27804 that now.
27805
27806 * calendar/diary-lib.el (mark-diary-entries): Only call
27807 redraw-calendar in the first of any recursive calls.
27808 Reported by Alan Shutko <ats@acm.org>.
27809
278102005-03-08 Juri Linkov <juri@jurta.org>
27811
27812 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
27813 (html-horizontal-rule, html-line, html-image, html-checkboxes)
27814 (html-radio-buttons): Add a space before the trailing `/>' where
27815 sgml-xml-mode is non-nil.
27816 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
27817 the subsequent tag of the empty XML tag.
27818 (html-href-anchor): Don't set initial input to "http:".
27819 (html-image): Ask for the image URL and set point inside alt="".
27820 (html-name-anchor): Duplicate the name in the `id' attribute when
27821 sgml-xml-mode is non-nil.
27822 (html-paragraph): Remove \n before <p>.
27823 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
27824 instead of `checked' when sgml-xml-mode is non-nil.
27825
27826 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
27827 Remove 1 space before #RRGGBB to not truncate it on terminal
27828 windows w/o fringes. Remove 1 space between bg and fg examples
27829 to get more space.
27830 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
27831 avoid byte-compile warnings.
27832
27833 * image-file.el (image-file-handler): Put `safe-magic' property to
27834 `image-file-handler'.
27835
27836 * info.el (Info-isearch-search): Emulate word search in
27837 isearching through multiple Info nodes with Info-search.
27838 (Info-isearch-wrap): Allow isearch-word.
27839
278402005-03-08 Lute Kamstra <lute@gnu.org>
27841
27842 * emacs-lisp/debug.el (debugger-step-through): Make sure that
27843 stepping into the debugger's code is not possible.
27844 (debugger-jumping-flag): Docstring update.
27845
278462005-03-08 Jay Belanger <belanger@truman.edu>
27847
27848 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
27849 embedded mode begins.
27850 (calc-embedded-language-alist): New variable.
27851 (calc-embedded-find-modes): Use calc-embedded-language-alist to
27852 set default language mode.
27853
278542005-03-08 Kenichi Handa <handa@m17n.org>
27855
27856 * international/ccl.el (define-ccl-program): Fix docstring about
27857 extra 256 bytes assured for the output buffer.
27858
27859 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27860 Fix BUFFER_MAGNIFICATION to 2.
27861 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27862
278632005-03-07 Karl Chen <quarl@cs.berkeley.edu>
27864
27865 * align.el (align-rules-list): Added an alignment rule for CSS
27866 declarations (applies to css-mode and html-mode buffers).
27867
278682005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
27869
27870 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
27871
278722005-03-07 Kim F. Storm <storm@cua.dk>
27873
27874 * simple.el (move-beginning-of-line): New command.
27875
27876 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
27877
27878 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
27879
27880 * emulation/cua-base.el: Put CUA move property on move-end-of-line
27881 and move-beginning-of-line.
27882
27883 * apropos.el (apropos-print): Omit command from M-x ... RET.
27884
278852005-03-07 Nick Roberts <nickrob@snap.net.nz>
27886
27887 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
27888 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
27889
278902005-03-06 Richard M. Stallman <rms@gnu.org>
27891
27892 * bindings.el (esc-map): Bind M-g to goto-line.
27893
27894 * facemenu.el (global-map): Bind M-o, not M-g.
27895
278962005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27897
27898 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
27899 "Open Directory" as for "Open File".
27900
279012005-03-06 Chong Yidong <cyd@stupidchicken.com>
27902
27903 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
27904 (push-mark-command): Run activate-mark-hook.
27905
279062005-03-06 Richard M. Stallman <rms@gnu.org>
27907
27908 * help-mode.el (help-mode-finish): Don't alter the element
27909 in view-return-to-alist if there already is one.
27910
27911 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
27912 make sure the current buffer is the expected one.
27913
27914 * novice.el (disabled-command-function): Output in *Disabled Command*.
27915 Explicitly ignore non-keyboard events, and explicitly handle C-g.
27916
27917 * textmodes/flyspell.el (flyspell-large-region):
27918 Pass args differently for aspell.
27919
27920 * files.el (mode-require-final-newline): Doc fix.
27921
279222005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27923
27924 * progmodes/which-func.el (which-function):
27925 Specify NOERROR when calling imenu--make-index-alist.
27926
279272005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
27928
27929 * simple.el (normal-erase-is-backspace): Define default value.
27930
27931 * custom.el (custom-theme-set-variables): Remove unused var
27932 `immediate'.
27933 (custom-reevaluate-setting): Simple function to handle variables
27934 that are defined before their default value can really be
27935 computed.
27936
27937 * startup.el (command-line): Use it for temporary-file-directory,
27938 small-emporary-file-directory, auto-save-file-name-transforms,
27939 blink-cursor-mode, and normal-erase-is-backspace.
27940
27941 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
27942 progress, even with buggy anchored keywords.
27943
279442005-03-05 Luc Teirlinck <teirllm@auburn.edu>
27945
27946 * simple.el (goto-line): Remove unbalanced final parenthesis.
27947
279482005-03-05 Richard M. Stallman <rms@gnu.org>
27949
27950 * simple.el (goto-line): Use a number at point as the default.
27951 With C-u as arg, switch buffers.
27952
279532005-03-05 Juri Linkov <juri@jurta.org>
27954
27955 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27956 with `no-blinking-cursor'.
27957
27958 * startup.el (no-blinking-cursor): New defvar.
27959 (command-line): Add `--no-blinking-cursor' to longopts.
27960 Set `no-blinking-cursor' to t for command line arguments
27961 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
27962 with `no-blinking-cursor' in the condition for calling
27963 `blink-cursor-mode'.
27964
279652005-03-04 Luc Teirlinck <teirllm@auburn.edu>
27966
27967 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27968 (menu-bar-options-save): Add blink-cursor-mode.
27969 (menu-bar-options-menu): Add blink-cursor-mode.
27970
279712005-03-04 Ulf Jasper <ulf.jasper@web.de>
27972
27973 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27974 (icalendar-export-file, icalendar-export-region)
27975 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27976 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27977
279782005-03-04 Lute Kamstra <lute@gnu.org>
27979
27980 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27981 (debug-function-list): Ditto.
27982
279832005-03-04 Robert J. Chassell <bob@rattlesnake.com>
27984
27985 * textmodes/texinfmt.el (texinfo-append-refill):
27986 Redefine the types of line to which @refill
27987 is not appended by replacing a search for `@refill\\|@bye' with
27988 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
27989 itemize@refill' bug and the unfilled long lines bug.
27990 (texinfmt-version): Update number and date.
27991
279922005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
27993
27994 * international/code-pages.el (windows-1250, windows-125[2-8])
27995 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27996
279972005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
27998
27999 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28000 bound yet.
28001
280022005-03-02 Romain Francoise <romain@orebokech.com>
28003
28004 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28005 buffer after removing limits.
28006 (ibuffer-pop-filter): Ditto.
28007 Update copyright.
28008
280092005-03-02 Miles Bader <miles@gnu.org>
28010
28011 * button.el (make-text-button): If the user doesn't specify a
28012 type, use the default. Rewrite to use `add-text-properties' and
28013 plist functions.
28014
280152005-03-01 Lute Kamstra <lute@gnu.org>
28016
28017 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28018 (debugger-jumping-flag): New var.
28019 (debug-entry-code): Use it.
28020 (debugger-jump): Use debugger-jumping-flag and add
28021 debugger-reenable to post-command-hook.
28022 (debugger-reenable): Use debugger-jumping-flag and remove itself
28023 from post-command-hook.
28024 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28025 debugger-reenable.
28026
280272005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28028
28029 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28030 inclusion of "itemize\\|", which may be unnecessary, is certainly
28031 inelegant, and stops refilling in itemize lists when formatting
28032 Japanese Texinfo files to Info.
28033 Update copyright to 2005.
28034
280352005-03-01 Nick Roberts <nickrob@snap.net.nz>
28036
28037 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28038 of an error if GDB can't find the source file.
28039
280402005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28041
28042 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28043 not just the calendar.
28044
28045 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28046 first.
28047 (diary-redraw-calendar): New function.
28048 (make-diary-entry): Add diary-redraw-calendar to local
28049 write-contents-functions. Turn off selective display before
28050 inserting in diary.
28051
280522005-03-01 Kim F. Storm <storm@cua.dk>
28053
28054 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28055
280562005-03-01 Lute Kamstra <lute@gnu.org>
28057
28058 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28059 that debug-entry-code can be safely removed from a function while
28060 this code is being evaluated. Revert the 2005-02-27 change as the
28061 new implementation no longer requires it. Make sure that a
28062 function body containing just a string is not mistaken for a docstring.
28063 (debug): Skip one more frame in case of debug on entry.
28064 (debugger-setup-buffer): Delete one more frame line in case of
28065 debug on entry.
28066 (debugger-frame-number): Update to use the new text introduced by
28067 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28068
280692005-02-28 Kim F. Storm <storm@cua.dk>
28070
28071 * double.el (double-translate-key): Call force-window-update after
28072 read-event to avoid crash in redisplay.
28073
280742005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28075
28076 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28077 (debug): Use it. Move the inhibit-trace earlier.
28078 (debug-entry-code): New const.
28079 (debug-on-entry-1): Use it.
28080
280812005-02-28 Chong Yidong <cyd@stupidchicken.com>
28082
28083 * international/utf-16.el (ccl-encode-mule-utf-16le):
28084 Fix BUFFER_MAGNIFICATION to 2.
28085 (ccl-encode-mule-utf-16be): Likewise.
28086
280872005-02-28 Kenichi Handa <handa@m17n.org>
28088
28089 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28090 Fix BUFFER_MAGNIFICATION to 4.
28091 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28092
280932005-02-28 Nick Roberts <nickrob@snap.net.nz>
28094
28095 * speedbar.el (speedbar-update-flag): Doc fix.
28096 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28097 argument.
28098
280992005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28100
28101 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28102 have a non-nil `invisible' property but are actually visible.
28103
28104 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28105 for perldoc sections.
28106 (perl-outline-regexp, perl-outline-level): New var and function.
28107 (perl-mode): Use them.
28108
281092005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28110
28111 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28112 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28113
281142005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28115
28116 * cus-edit.el: Comment change.
28117 (custom-buffer-create-internal): Slightly reword text at top of
28118 Custom buffers. Mention there that saving an option edits the
28119 init file. Add link to Emacs manual node on `custom-file'.
28120 (custom-magic-alist): Rewrite individual State messages to use
28121 capitalized keywords. Doc fix.
28122
281232005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28124
28125 * calendar/calendar.el (calendar-buffer): Move above
28126 calendar-week-start-day.
28127 (calendar-week-start-day): Doc fix. Add :set function.
28128 (calendar-minimum-window-height): New variable.
28129 (generate-calendar-window): Only resize window if selected-window
28130 is displaying the calendar buffer. Use new variable
28131 calendar-minimum-window-height.
28132 (generate-calendar): Reword error message.
28133 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28134
281352005-02-27 Andreas Schwab <schwab@suse.de>
28136
28137 * vc.el (vc-do-command): Don't run command asynchronously when
28138 operating in a remote directory.
28139
28140 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28141 change from sync with Tramp 2.0.47.
28142
281432005-02-27 Richard M. Stallman <rms@gnu.org>
28144
28145 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28146
28147 * textmodes/flyspell.el (flyspell-mode-on):
28148 Call ispell-change-dictionary only if necessary.
28149
28150 * emacs-lisp/re-builder.el (regexp-builder): New function.
28151
28152 * register.el (describe-register-1): Explicitly handle
28153 yank-excluded-properties = t.
28154
28155 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28156 (custom-magic-alist): Change the status descriptions again.
28157 (face widget-type): Total rewrite based on `restricted-sexp'
28158 to eliminate the confusing double hiding levels.
28159
28160 * emacs-lisp/debug.el (debug-on-entry-1):
28161 If function body is empty, add nil as body form.
28162
281632005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28164
28165 * emacs-lisp/trace.el (inhibit-trace): New var.
28166 (trace-make-advice): Use it.
28167
28168 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28169
281702005-02-26 Kim F. Storm <storm@cua.dk>
28171
28172 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28173 (mouse-on-link-p, mouse-drag-region-1): Use it.
28174
281752005-02-25 Lute Kamstra <lute@gnu.org>
28176
28177 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28178
281792005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28180
28181 * frame.el (blink-cursor-mode): Add :group keyword.
28182
281832005-02-24 Ulf Jasper <ulf.jasper@web.de>
28184
28185 * calendar/icalendar.el (icalendar--decode-isodatetime):
28186 New optional argument DAY-SHIFT.
28187 (icalendar-export-region): Fix coding-system-for-write.
28188 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28189 events by one.
28190
281912005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28192
28193 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28194
281952005-02-24 Kim F. Storm <storm@cua.dk>
28196
28197 * international/iso-acc.el (iso-accents-compose): Fix crash
28198 during redisplay. Call force-window-update after read-event
28199 and delete-region to signal that window is not accurate.
28200
282012005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
28202
28203 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28204 Remove unused and inexistent var `inhibit-trace'.
28205 (debugger-mode): Use run-mode-hooks.
28206 (debugger-list-functions): Add buttons; setup xref stack.
28207
282082005-02-23 Richard M. Stallman <rms@gnu.org>
28209
28210 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28211 appointment says it was explicitly made.
28212 (appt-add): Set the 3rd element.
28213 (appt-make-list): Preserve explicit appointments.
28214
28215 * subr.el (find-tag-default): Catch errors in forward-sexp.
28216
282172005-02-23 Juri Linkov <juri@jurta.org>
28218
28219 * info.el (Info-isearch-search): New defcustom.
28220 (Info-isearch-search): Call the default isearch function
28221 when Info-isearch-search is nil.
28222 (Info-isearch-wrap): Use variable Info-isearch-search.
28223
282242005-02-22 Luc Teirlinck <teirllm@auburn.edu>
28225
28226 * cus-edit.el: Comment change.
28227
282282005-02-22 Kim F. Storm <storm@cua.dk>
28229
28230 * progmodes/hideif.el (hide-ifdef-use-define-alist):
28231 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
28232
282332005-02-22 Simon Josefsson <jas@extundo.com>
28234
28235 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28236 New variable.
28237 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
28238 Oskarsson" <myrkraverk@users.sourceforget.net>.
28239
282402005-02-22 Kim F. Storm <storm@cua.dk>
28241
28242 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28243 check that window of that event is the selected window.
28244 (mouse-drag-region-1): Compare mouse event window to selected
28245 window before setting point.
28246
28247 * tooltip.el (tooltip-show-help-function): Pass event to
28248 mouse-on-link-p so it can check selected window.
28249
282502005-02-22 Kenichi Handa <handa@m17n.org>
28251
28252 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28253 (ps-mule-show-warning): New function.
28254 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28255 characters are found.
28256
28257 * ps-print.el (ps-header-footer-string): Return a list of header
28258 and footer strings.
28259
282602005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
28261
28262 * pcvs.el (cvs-retrieve-revision): Fix thinko.
28263
282642005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
28265
28266 * frame.el (blink-cursor-mode): Use define-minor-mode.
28267
28268 * term/mac-win.el (function-key-map): Use char-names more consistently.
28269 (file-name-coding-system): Only set it for MacOS-9. The other case is
28270 already handled in mule-cmds.el (where it also works when mac-win.el
28271 is not used).
28272
282732005-02-21 Kenichi Handa <handa@m17n.org>
28274
28275 * international/mule.el (ctext-pre-write-conversion): Always use
28276 " *code-converting-work*" buffer for work.
28277
28278 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28279
282802005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
28281
28282 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28283
282842005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
28285
28286 * ses.el (undo-more): Restore defadvice, but only the part that
28287 allows changes outside the restricted area of the buffer.
28288
282892005-02-20 Kim F. Storm <storm@cua.dk>
28290
28291 * simple.el (line-move): Add fourth optional arg try-vscroll which
28292 must be set to perform auto-window-vscroll.
28293 When moving backwards and doing auto-window-vscroll, automatically
28294 vscroll to the last part of lines which are taller than the window.
28295 (next-line, previous-line): Set try-vscroll arg on line-move.
28296
282972005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
28298
28299 * replace.el (query-replace, query-replace-regexp)
28300 (replace-string, replace-regexp): When operating on region, make
28301 the minibuffer prompt say so.
28302
28303 * isearch.el (isearch-forward): Document isearch-query-replace and
28304 isearch-query-replace-regexp keybindings.
28305
283062005-02-19 Jay Belanger <belanger@truman.edu>
28307
28308 * calc/calc-aent.el (math-read-token): Add local variable.
28309
28310 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28311 (calc-edit-top): Move declaration to earlier in file.
28312 (calc-edit-macro-repeats): Add local variables.
28313
28314 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28315 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28316 calcFunc-tanh.
28317 Adjust integration rule for calcFunc-tan.
28318
283192005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28320
28321 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28322 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28323 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28324 (viper-skip-separators): Bug fix.
28325 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28326 particular major mode.
28327 (viper-del-backward-char-in-replace): Don't put deleted char on the
28328 kill ring.
28329
28330 * viper-ex.el (viper-color-display-p): New function.
28331 (viper-has-face-support-p): Use viper-color-display-p.
28332
28333 * viper-keym.el (viper-gnus-modifier-map): New keymap.
28334
28335 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28336
28337 * viper-util.el (viper-glob-unix-files): Fix shell status check.
28338 (viper-file-remote-p): Make equivalent to file-remote-p.
28339
28340 * viper.el (viper-major-mode-modifier-list):
28341 Use viper-gnus-modifier-map.
28342
283432005-02-19 David Kastrup <dak@gnu.org>
28344
28345 * subr.el (subregexp-context-p): Fix garbled doc string by adding
28346 quoting.
28347
283482005-02-19 Jay Belanger <belanger@truman.edu>
28349
28350 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28351 Remove extra definitions.
28352 (calc-coth): New function.
28353 (calcFunc-cot): Fix `let'.
28354
283552005-02-19 Eli Zaretskii <eliz@gnu.org>
28356
28357 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28358 the reasons we use "type pc" in these faces.
28359
28360 * button.el (button): Ditto.
28361
283622005-02-19 Michael Mauger <mmaug@yahoo.com>
28363
28364 * replace.el (query-replace-read-from): Set the value of
28365 query-replace-from-history-variable to handle the case of an empty
28366 string entered to accept the suggested default.
28367
28368 * net/tramp.el (tramp-file-name-for-operation):
28369 Use dired-call-process instead of dired-call-process-command.
28370
283712005-02-19 Jay Belanger <belanger@truman.edu>
28372
28373 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28374 (math-div-non-trig): New variables.
28375 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28376 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28377 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28378 trig expressions.
28379
283802005-02-19 Nick Roberts <nickrob@snap.net.nz>
28381
28382 * progmodes/gdb-ui.el (gdb-var-update-handler)
28383 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28384 for watch expressions,
28385 (gdb-var-create-handler): Don't set speedbar-update-flag.
28386 (gdb-post-prompt): Simplify test for speedbar.
28387
283882005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28389
28390 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28391 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28392 we use the syntax table of the correct buffer.
28393 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28394 Felix Gatzemeier.
28395
28396 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28397 (ediff-file-remote-p): Make synonymous with file-remote-p.
28398 In all deffaces ediff-*-face-*, use min-colors.
28399
28400 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28401 ediff-recurse-to-subdirectories.
28402 (ediff-mark-if-equal): Check that the arguments are strings, use
28403 ediff-same-contents (after to Felix Gatzemeier).
28404
28405 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28406 nil.
28407
284082005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28409
28410 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28411
284122005-02-18 David Kastrup <dak@gnu.org>
28413
28414 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28415 use `mark-active' when defined.
28416
284172005-02-18 Kenichi Handa <handa@m17n.org>
28418
28419 * ps-print.el (ps-font-info-database): New entry
28420 ZapfChancery-MediumItalic with correct font name. Fix font name
28421 of the entry Zapf-Chancery-MediumItalic.
28422
284232005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28424
28425 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28426
284272005-02-16 Kim F. Storm <storm@cua.dk>
28428
28429 * ido.el (ido-fallback-command): Pass user input to fallback command.
28430
284312005-02-16 Nick Roberts <nickrob@snap.net.nz>
28432
28433 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28434 (gdb-find-file-hook): Add server prefix.
28435
284362005-02-16 Richard M. Stallman <rms@gnu.org>
28437
28438 * replace.el (perform-replace): Pass new args to replace-highlight.
28439 (replace-highlight): Take region args,
28440 and pass them to isearch-lazy-highlight-new-loop.
28441
28442 * novice.el (disabled-command-hook): Autoload the defalias
28443 and the make-obsolete-variable call.
28444
28445 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28446
28447 * isearch.el (isearch-lazy-highlight-start-limit)
28448 (isearch-lazy-highlight-end-limit): New variables limit
28449 the region for highlighting.
28450 (isearch-lazy-highlight-new-loop): New args BEG and END.
28451 (isearch-lazy-highlight-search): Use the new vars.
28452 (isearch-lazy-highlight-update): Likewise.
28453
28454 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28455
28456 * cus-start.el (all): Use default-boundp.
28457
284582005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28459
28460 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28461
284622005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28463
28464 * autorevert.el (auto-revert-stop-on-user-input)
28465 (auto-revert-verbose): Doc fixes.
28466
284672005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28468
28469 * international/mule-cmds.el (set-locale-environment): Remove call
28470 to set-selection-coding-system on Windows.
28471
284722005-02-15 Jay Belanger <belanger@truman.edu>
28473
28474 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28475 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28476 calcFunc-coth.
28477 (math-simplify-sqrt): Add simplifications.
28478
28479 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28480 to list.
28481
28482 * calc/calc-ext.el: Add functions to autoloads.
28483
28484 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28485 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28486 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28487 (math-csc-raw, math-cot-raw): New functions.
28488
28489 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28490
28491 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28492 the variable name in a message.
28493
28494 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28495 calcFunc-csc, calcFunc-cot.
28496
28497 * calc/calcalg2.el: Add derivative and integration rules for
28498 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28499 calcFunc-csch, calcFunc-coth.
28500 (math-do-integral-methods): Add to checks for when to use
28501 substitutions.
28502
28503 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28504
285052005-02-15 Lute Kamstra <lute@gnu.org>
28506
28507 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28508 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
40dfee6f 28509 <monnier@iro.umontreal.ca>.
6fee106e
KS
28510 (lisp-outline-level): Improve efficiency. Suggested by David
28511 Kastrup <dak@gnu.org>.
28512
285132005-02-15 Nick Roberts <nickrob@snap.net.nz>
28514
28515 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28516 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28517 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28518 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28519 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28520
285212005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28522
28523 * cus-start.el (all): Comment change.
28524
285252005-02-14 Lute Kamstra <lute@gnu.org>
28526
28527 * cus-start.el (all): Check if symbol is void.
28528
285292005-02-14 Carsten Dominik <dominik@science.uva.nl>
28530
28531 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28532 optional argument to \cite.
28533
285342005-02-14 Richard M. Stallman <rms@gnu.org>
28535
28536 * cus-edit.el (custom-buffer-create-internal): Update help message.
28537 (custom-magic-alist): Update help messages.
28538
28539 * cus-start.el (all): Allow a var to specify a standard value.
28540
285412005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28542
28543 * custom.el (custom-theme-set-variables): Handle variable aliases.
28544
28545 * frame.el (blink-cursor-timer): Doc fix.
28546 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28547 declare obsolete.
28548 (blink-cursor-mode): Define with defcustom and use correct
28549 standard expression in that defcustom.
28550 * startup.el (command-line): Adapt to above changes in frame.el.
28551
285522005-02-11 Lute Kamstra <lute@gnu.org>
28553
28554 * apropos.el (apropos-score-doc): Prevent division by zero.
28555
285562005-02-11 Ulf Jasper <ulf.jasper@web.de>
28557
28558 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28559 (icalendar--get-event-property-attributes)
28560 (icalendar--get-event-properties)
28561 (icalendar--datetime-to-diary-date): New functions.
28562 (icalendar--split-value): Doc fix.
28563 (icalendar--datetime-to-noneuropean-date)
28564 (icalendar--datetime-to-european-date): New optional argument
28565 SEPARATOR. Return result as a string instead of a list.
28566 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28567 (icalendar--convert-string-for-export): Rename arg S to STRING.
28568 (icalendar-export-region): Doc fix. Change name of error buffer.
28569 Save output buffer.
28570 (icalendar-import-file): Add blank at end of prompt.
28571 (icalendar-import-buffer): Doc fix. Do not switch to error
28572 buffer. Indicate status in return value.
28573 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28574 buffer. Save output buffer. Handle exception from recurrence
28575 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28576 events. Fix problems with weekly all-day events.
28577
285782005-02-10 Richard M. Stallman <rms@gnu.org>
28579
28580 * simple.el (eval-expression-print-format):
28581 Avoid warning about edebug-active.
28582
28583 * help.el (help-for-help-internal): Rename from help-for-help.
28584 (help-for-help): Define with defalias.
28585
28586 * font-core.el (font-lock-default-function): Use with-no-warnings.
28587
28588 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28589
28590 * custom.el (defface): Doc fix.
28591
285922005-02-10 Nick Roberts <nickrob@snap.net.nz>
28593
28594 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28595 width 0" to prevent word wrapping problems.
28596
285972005-02-09 Kim F. Storm <storm@cua.dk>
28598
28599 * ido.el (ido-file-extensions-order): New defcustom.
28600 (ido-file-extension-lessp, ido-file-extension-aux)
28601 (ido-file-extension-order): New advanced file ordering.
28602 (ido-file-lessp): New simple file ordering.
28603 (ido-sort-list): Remove.
28604 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28605 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28606
286072005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
28608
28609 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28610 that some versions of grep produce.
28611 (grep-mode-font-lock-keywords): Likewise.
28612
286132005-02-09 Nick Roberts <nickrob@snap.net.nz>
28614
28615 * progmodes/gdb-ui.el (gdb-location-list): New variable.
28616 (gdb-cdir): Delete.
28617 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28618 (gdb-source-info): Treat case when source file is in another
28619 directory properly.
28620 (gdb-get-location): New function.
28621
286222005-02-07 Jay Belanger <belanger@truman.edu>
28623
28624 * calc/calc-prog.el (calc-write-parse-table-part)
28625 (calc-fix-token-name): Fix a check for language type.
28626
28627 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28628
286292005-02-07 Andre Spiegel <spiegel@gnu.org>
28630
28631 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28632 as directory not writable.
28633
286342005-02-07 Kim F. Storm <storm@cua.dk>
28635
28636 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28637 (cua--standard-movement-commands): Remove list.
28638 Instead, set CUA property value to move for movement commands.
28639 (cua-movement-commands): Remove. Users must set CUA prop instead.
28640 (cua--pre-command-handler): Check CUA property.
28641 (cua--init-keymaps): Don't remap undo commands.
28642 (cua-mode): Don't call cua--rectangle-on-off.
28643
28644 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
28645 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
28646 (cua--rect-undo-set-point): New var.
28647 (cua--rectangle-undo-boundary): Setup undo apply entry.
28648 (cua--rect-undo-handler): New function for rectangle undo.
28649 (cua--rect-start-position, cua--rect-end-position): Add.
28650 (cua--rectangle-post-command): Call cua--rectangle-set-corners
28651 for restored rectangle. Set point if cua--rect-undo-set-point.
28652
286532005-02-06 Jay Belanger <belanger@truman.edu>
28654
28655 * calc/calc-lang.el (calc-tex-language): Display more information
28656 in messages.
28657
28658 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
28659 in TeX mode.
28660
286612005-02-06 Richard M. Stallman <rms@gnu.org>
28662
28663 * emacs-lisp/lisp.el (buffer-end): Doc fix.
28664
4fc9bd56 286652005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6fee106e
KS
28666
28667 * net/ldap.el (ldap-search-internal): Support attributes with
28668 optional descriptions separated by a semi-colon, as in
28669 "userCertificate;binary".
28670
286712005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28672
28673 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
28674 isn't a cons (i.e. the version is 0).
28675
286762005-02-05 Eli Zaretskii <eliz@gnu.org>
28677
28678 * help.el (help-for-help): Doc fix.
28679
286802005-02-05 Nick Roberts <nickrob@snap.net.nz>
28681
28682 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
28683 GDB-Windows on the menu-bar as this works better.
28684
286852005-02-04 Jay Belanger <belanger@truman.edu>
28686
28687 * calc/calc-embed.el (calc-embedded-update): Don't put in
28688 unnecessary newlines. Adjust the end of formula marker.
28689
28690 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
28691 (math-latex-parse-two-args): New function.
28692
286932005-02-03 Lute Kamstra <lute@gnu.org>
28694
28695 * help-fns.el (help-with-tutorial): Make sure that users cannot
28696 remove the entire text of the tutorial by means of `undo'.
28697
286982005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
28699
28700 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
28701 in recent changes, where the ispell process was repeatedly
28702 killed & restarted.
28703
28704 * international/mule-cmds.el (set-locale-environment): Set file-name
28705 coding system to utf-8 on Darwin systems.
28706 (set-default-coding-systems): Don't set default-file-name-coding-system
28707 on Darwin systems.
28708
287092005-02-03 Richard M. Stallman <rms@gnu.org>
28710
28711 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
28712
287132005-02-03 Matt Hodges <MPHodges@member.fsf.org>
28714
28715 * faces.el (list-faces-display): Add optional argument.
28716
287172005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
28718
28719 * font-core.el (font-lock-default-function): Handle the rare case where
28720 only font-lock-keywords is set.
28721
287222005-02-02 Kenichi Handa <handa@m17n.org>
28723
28724 * international/characters.el: Cancel previous change for
28725 I-WITH-DOT-ABOVE and DOTLESS-i.
28726
28727 * international/latin-5.el: Cancel previous change.
28728
287292005-02-02 Nick Roberts <nickrob@snap.net.nz>
28730
28731 * progmodes/gud.el: Correction to syntax in gud-menu-map.
28732
287332005-02-02 Kenichi Handa <handa@m17n.org>
28734
28735 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
28736 DOTLESS-i.
28737
28738 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
28739 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
28740
28741 * case-table.el (get-upcase-table): New function.
28742 (copy-case-table): Copy upcaes table too if non-nil.
28743 (set-case-syntax-delims): Maintain upcase table too.
28744 (set-case-syntax-pair): Likewise.
28745 (set-upcase-syntax, set-downcase-syntax): New functions.
28746 (set-case-syntax): Maintain upcase table too.
28747
287482005-02-02 Nick Roberts <nickrob@snap.net.nz>
28749
28750 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
28751
28752 * progmodes/gud.el (gud-goto-info): New function.
28753 (gud-tool-bar-map): Use correct icon.
28754
287552005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28756
28757 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
28758 When delegating, order args in the funcall correctly.
28759
287602005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28761
28762 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
28763
287642005-02-01 Carsten Dominik <dominik@science.uva.nl>
28765
28766 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
28767 buffer not visiting a file.
28768
287692005-01-31 Jay Belanger <belanger@truman.edu>
28770
28771 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
28772 bound on the line with the formula.
28773
287742005-01-31 Kim F. Storm <storm@cua.dk>
28775
28776 * ses.el (ses-create-cell-variable-range)
28777 (ses-destroy-cell-variable-range, ses-reset-header-string)
28778 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
28779 (ses-insert-row): Fix format of apply undo entries.
28780
287812005-01-31 Jay Belanger <belanger@truman.edu>
28782
28783 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
28784 parts.
28785
28786 * calc/calc-embed.el (calc-embedded-open-formula)
28787 (calc-embedded-close-formula): Ignore matrix environments.
28788
28789 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
28790 TeX mode.
28791
28792 * calc/calc-lang.el (math-function-table, math-oper-table)
28793 (math-variable-table): Adjust the LaTeX portions.
28794
28795 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
28796 (math-latex-ignore-words): New constant.
28797
287982005-01-31 Richard M. Stallman <rms@gnu.org>
28799
28800 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28801 (ispell-local-dictionary): Doc fix.
28802 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
28803 Don't reinitialize at run time. Don't defcustom.
28804 All uses changed to append ispell-local-dictionary-alist,
28805 or check it first.
28806 (ispell-current-dictionary): New variable for dictionary in use.
28807 (ispell-dictionary): Now used only for global default.
28808 (ispell-start-process): Set ispell-current-dictionary,
28809 not ispell-dictionary.
28810 (ispell-change-dictionary): Use this only for setting
28811 user preferences.
28812 (ispell-internal-change-dictionary): New function
28813 to change the current dictionary in use.
28814 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
28815 Use ispell-current-dictionary.
28816 Handle ispell-local-dictionary-overridden.
28817 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
28818
288192005-01-31 Jay Belanger <belanger@truman.edu>
28820
28821 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
28822
28823 * calc/calc-ext.el: Add calc-latex-language to autoloads.
28824 (calc-mode-map): Add calc-latex-language.
28825
28826 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
28827 (math-latex-print-frac): New functions.
28828 (math-oper-table, math-function-table, math-variable-table)
28829 (math-complex-format, math-input-filter): Add latex properties.
28830 (calc-set-language): Set math-expr-special-function-mapping.
28831
28832 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
28833 (calc-write-parse-table-part): Add LaTeX support.
28834
28835 * calc/calc.el (calc-language): Adjust docstring.
28836 (calc-set-mode-line): Add LaTeX support.
28837 (math-expr-special-function-mapping): New variable.
28838 (math-tex-ignore-words): Add to list.
28839
28840 * calc/calccomp.el (math-compose-expr, math-compose-rows):
28841 Add LaTeX support.
28842 (math-compose-expr): Add support for special functions.
28843
28844 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
28845
288462005-01-31 Nick Roberts <nickrob@snap.net.nz>
28847
28848 * progmodes/gdb-ui.el (gdb-memory-address)
28849 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
28850 (gdb-memory-mode-map, gdb-memory-format-keymap)
28851 (gdb-memory-format-menu, gdb-memory-unit-keymap)
28852 (gdb-memory-unit-menu): New variables for a buffer
28853 that lets the user examine program memory.
28854 (gdb-memory-set-address, gdb-memory-set-repeat-count)
28855 (gdb-memory-format-binary, gdb-memory-format-octal)
28856 (gdb-memory-format-unsigned, gdb-memory-format-signed)
28857 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
28858 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
28859 (gdb-memory-unit-word, gdb-memory-unit-halfword)
28860 (gdb-memory-unit-byte, gdb-memory-unit-menu)
28861 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
28862 (gdb-memory-mode, gdb-memory-buffer-name)
28863 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
28864 New functions for above buffer.
28865
288662005-01-30 Richard M. Stallman <rms@gnu.org>
28867
28868 * cus-edit.el (custom-bury-buffer): Function deleted.
28869 (custom-buffer-done-function): Option deleted.
28870 (custom-buffer-done-kill): New replacement option.
28871 (Custom-buffer-done): Call quit-window.
28872 (custom-buffer-create-internal): Update for above changes.
28873
288742005-01-29 Luc Teirlinck <teirllm@auburn.edu>
28875
28876 * simple.el (undo-ask-before-discard): New var.
28877 (undo-outer-limit-truncate): Implement it.
28878 (undo-extra-outer-limit): Doc update.
28879
288802005-01-29 Richard M. Stallman <rms@gnu.org>
28881
28882 * ses.el (undo-more): Delete defadvice.
28883 (ses-begin-change): Doc fix.
28884
28885 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
28886 instead of rebinding C-x u and C-_.
28887
28888 * files.el (normal-backup-enable-predicate): Return nil for files
28889 in /tmp, regardless of temporary-file-directory.
28890
28891 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
28892
28893 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
28894 (open-rectangle, delete-whitespace-rectangle-line)
28895 (clear-rectangle-line): If FILL, pass t instead of FILL
28896 for move-to-column's 2nd arg.
28897
28898 * simple.el (undo): Fix the test for continuing a series of undos.
28899 (undo-more): Set pending-undo-list to t when we reach end.
28900 (pending-undo-list): Move up defvar.
28901
28902 * wid-edit.el (widget-button-click):
28903 Shorten the range of the track-mouse binding.
28904
28905 * comint.el (comint-insert-input): Undo previous changes;
28906 use last-input-event in interactive spec.
28907
289082005-01-29 Eli Zaretskii <eliz@gnu.org>
28909
28910 * progmodes/compile.el (compilation-start): Bind buffer-read-only
28911 to nil before invoking call-process. Reset buffer's modified flag
28912 after fontifying it in the no-async branch.
28913
28914 * wid-edit.el (widget-specify-button): If mouse pointer shape
28915 cannot be changed, use mouse face instead.
28916
289172005-01-29 Nick Roberts <nickrob@snap.net.nz>
28918
28919 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
28920 (gdb-goto-breakpoint): Make breakpoint handling work on template
40dfee6f 28921 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
6fee106e
KS
28922 (gdb-assembler-custom): Update to recognize breakpoint information
28923 added on 2005-01-19.
28924
289252005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
28926
28927 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
28928 (dsssl-mode): Use define-derived-mode.
28929 (scheme-mode-initialize): Remove.
28930 (scheme-mode): Use run-mode-hooks.
28931
28932 * cus-edit.el (customize-group-other-window)
28933 (custom-buffer-create-other-window): Don't override special-display-*.
28934 (custom-mode-map): Make it dense.
28935
28936 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
28937 sets the default value.
28938
289392005-01-28 Eli Zaretskii <eliz@gnu.org>
28940
28941 * descr-text.el: Add more keywords.
28942
289432005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
28944
28945 * speedbar.el: Avoid unnecessary use of locate-library.
28946
28947 * international/mule-cmds.el (standard-display-european-internal):
28948 Don't fiddle with latin-1 non-break space any more since it's now
28949 special cased in the C code.
28950 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28951
289522005-01-26 Luc Teirlinck <teirllm@auburn.edu>
28953
28954 * cus-start.el (all): Add `undo-outer-limit'.
28955
289562005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28957
28958 * textmodes/bibtex.el (bibtex-format-entry):
28959 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28960 field lines.
28961 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28962 not on part of a buffer.
28963
289642005-01-25 Lute Kamstra <lute@gnu.org>
28965
28966 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28967 nonempty field text strings like "{letters\\macro{}more letters}".
28968 Clarify docstring.
28969 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28970 (bibtex-entry-offset, bibtex-parse-association)
28971 (bibtex-parse-field-name): Fix typos in docstrings.
28972 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28973
289742005-01-24 Carsten Dominik <dominik@science.uva.nl>
28975
28976 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28977 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28978 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28979 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28980
28981 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28982 isearch minor mode.
28983
289842005-01-24 Luc Teirlinck <teirllm@auburn.edu>
28985
28986 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28987
289882005-01-24 Lute Kamstra <lute@gnu.org>
28989
28990 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28991 CASECHARS and NOT-CASECHARS regular expressions of the
28992 "nederlands" and "nederlands8" dictionaries to prevent a "Range
28993 striding over charsets" error.
28994
289952005-01-24 Jay Belanger <belanger@truman.edu>
28996
28997 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28998 display variable name.
28999
290002005-01-24 Kenichi Handa <handa@m17n.org>
29001
29002 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29003 Fix setting of the element of encoded-kbd-iso2022-invocations.
29004
290052005-01-24 Nick Roberts <nickrob@snap.net.nz>
29006
29007 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29008 (gdb-threads-select): Change to also accept mouse events.
29009 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29010 (gdb-threads-mouse-select): Delete.
29011
290122005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29013
29014 * files.el (insert-directory): Take care of empty directory,
29015 listed without -a switch.
29016
290172005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29018
29019 * textmodes/refill.el (refill-post-command-function):
29020 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29021 to the list of functions that we should be careful not to undo.
29022 (refill-late-fill-paragraph-function): Remove.
29023 (refill-saved-state): New var.
29024 (refill-mode): Use it to save fill-paragraph-function.
29025 Save also the value of auto-fill-function.
29026
29027 * term/w32-win.el: Simplify code.
29028
290292005-01-23 Kim F. Storm <storm@cua.dk>
29030
29031 * simple.el (line-move): Adapt to new return value from
29032 pos-visible-in-window-p.
29033
29034 * simple.el (line-move): Fix last change. Check partial
29035 visibility at point rather than at window-start.
29036
290372005-01-22 Jason Rumney <jasonr@gnu.org>
29038
29039 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29040
290412005-01-22 David Kastrup <dak@gnu.org>
29042
29043 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29044
290452005-01-22 Eli Zaretskii <eliz@gnu.org>
29046
29047 * type-break.el (type-break-mode): Add a test for
29048 type-break-file-name being non-nil.
29049
290502005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29051
29052 * net/eudc.el (top level): Call (message "") via progn, so that
29053 eudc-options-file is loaded.
29054
290552005-01-22 Kim F. Storm <storm@cua.dk>
29056
29057 * simple.el (line-move-1): Rename from line-move.
29058 (line-move): New function that adjusts vscroll for partially
29059 visible rows, and calls line-move-1 otherwise.
29060
290612005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29062
29063 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29064 since it's not a complete read-event implementation
29065
290662005-01-20 Jay Belanger <belanger@truman.edu>
29067
29068 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29069 for called function.
29070
290712005-01-20 Steven Tamm <steventamm@mac.com>
29072
29073 * term/mac-win.el (process-connection-type): Remove.
29074 Controlled now by s/darwin.h:PTY_ITERATION.
29075
290762005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29077
29078 * window.el (handle-select-window): Don't switch window when we're
29079 in the minibuffer.
29080
290812005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29082
29083 * subr.el (dotimes-with-progress-reporter): New macro.
29084
29085 * ses.el (ses-dotimes-msg): Remove macro.
29086 Use `dotimes-with-progress-reporter' instead.
29087
290882005-01-19 Steven Tamm <steventamm@mac.com>
29089
29090 * term/mac-win.el (process-connection-type): Use new
29091 operating-system-release variable to use ptys on Darwin 7 (OS X
29092 10.3) when using carbon build.
29093
290942005-01-19 Jay Belanger <belanger@truman.edu>
29095
29096 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29097 flags if the last command was a tab or M-tab.
29098
29099 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29100 in formula editing buffer.
29101
291022005-01-19 Nick Roberts <nickrob@snap.net.nz>
29103
29104 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29105 breakpoint image symbol in margin.
29106
291072005-01-19 Jay Belanger <belanger@truman.edu>
29108
29109 * calc/calc-prog.el (calc-execute-kbd-macro):
29110 Ignore calc-keep-arg-flag.
29111
291122005-01-19 Kenichi Handa <handa@m17n.org>
29113
29114 * textmodes/ispell.el (ispell-looking-at): New function.
29115 (ispell-process-line): Use ispell-looking-at to compare the ispell
29116 output and the buffer contents.
29117
291182005-01-18 Jay Belanger <belanger@truman.edu>
29119
29120 * calc/calc.el (calc-display-raw): Fix docstring.
29121
291222005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29123
29124 * simple.el (blink-matching-open): Strip extra info from syntax.
29125
29126 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29127 funny chars in the end-of-here-doc marker.
29128
291292005-01-19 Nick Roberts <nickrob@snap.net.nz>
29130
29131 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29132 that enable/disabled state of breakpoints is shown correctly in
29133 fringe and on ttys.
29134 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29135 Add breakpoint information as text properties.
29136 (gdb-mouse-toggle-breakpoint):
29137 Rename to gdb-mouse-set-clear-breakpoint.
29138 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29139 breakpoints in the margin.
29140 (gdb-remove-strings): Simplify.
29141
291422005-01-17 Jay Belanger <belanger@truman.edu>
29143
29144 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29145 erasing buffer.
29146
291472005-01-17 Richard M. Stallman <rms@gnu.org>
29148
29149 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29150 for calling grep-compute-defaults.
29151
29152 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29153 if buffer is empty.
29154
29155 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29156
291572005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29158
29159 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29160
29161 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29162 non-preloaded variables.
29163
291642005-01-17 Steven Tamm <steventamm@mac.com>
29165
29166 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29167 tex-shell cause to force interactivity when using pipes.
29168
291692005-01-17 Kim F. Storm <storm@cua.dk>
29170
29171 * simple.el (just-one-space): Make arg optional.
29172
291732005-01-17 Nick Roberts <nickrob@snap.net.nz>
29174
29175 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29176 posn-at-x-y to t to access left-margin.
29177
291782005-01-16 Michael Albinus <michael.albinus@gmx.de>
29179
29180 Sync with Tramp 2.0.47.
29181
29182 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29183 catching keep-date problems in cp/scp operations.
29184 (tramp-handle-copy-file): Don't call `set-file-modes'
29185 unconditionally. Specialized functions should know better what is
29186 necessary. This improves performance a little bit, and the
29187 functions could catch errors with `cp -p' and `scp -p'.
29188 (tramp-do-copy-or-rename-file-via-buffer)
29189 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29190 when appropriate.
29191 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29192 Call `set-file-modes' when appropriate.
29193 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
40dfee6f 29194 Johnsson <isak@hypergene.com>.
6fee106e
KS
29195 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29196 of both Tramp buffer and debug buffer. Reported by Joakim Verona
40dfee6f 29197 <joakim@verona.se>.
6fee106e
KS
29198 (tramp-file-name-for-operation): Mark `shell-command' as magic for
29199 Emacs only.
29200
29201 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
29202 `find-file-hooks' and `dired-mode-hook'.
29203 (tramp-minor-mode-map): Respective map. Add remapping for
29204 `compile' and `recompile'.
29205 (tramp-remap-command, tramp-recompile): New defuns.
29206 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29207 in buffer "*Compilation*". Call the commands asynchronously.
29208
29209 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29210 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29211 `shell-command', because it isn't magic in XEmacs. Reported by
29212 Adrian Aichner <adrian@xemacs.org>.
29213
29214 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29215 `substitute-in-file-name.
29216 (tramp-smb-handle-substitute-in-file-name): New defun.
29217 (tramp-smb-advice-PC-do-completion): Delete advice.
29218
292192005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
29220
29221 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29222 Fix error in deleting region.
29223
292242005-01-15 Richard M. Stallman <rms@gnu.org>
29225
29226 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29227 In non-temp buffer, switch syntax table temporarily.
29228
29229 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29230
29231 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29232
29233 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29234
29235 * imenu.el (imenu--split-menu): Copy menulist before sorting.
29236 (imenu--generic-function): Use START, not BEG, as pos of definition.
29237
29238 * simple.el (just-one-space): Argument specifies number of spaces.
29239
29240 * simple.el (eval-expression-print-format): Avoid warning
29241 about edebug-active.
29242
40dfee6f 292432005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
6fee106e
KS
29244
29245 * progmodes/sh-script.el: Code copied from make-mode.el
29246 with small changes,
29247 (sh-mode-map): Bind C-c C-\.
29248 (sh-backslash-column, sh-backslash-align): New variables.
29249 (sh-backslash-region, sh-append-backslash): New functions.
29250
292512005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29252
29253 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29254 (rmail-pop-password, rmail-pop-password-required): Move to
29255 rmail-obsolete group.
29256 (rmail-set-pop-password): Rename to rmail-set-remote-password.
29257 All callers updated.
29258 (rmail-get-pop-password): Rename to rmail-get-remote-password.
29259 Take an argument specifying whether it is POP or IMAP mailbox we
29260 are using. All callers updated.
29261 (rmail-pop-password-error): Rename to
29262 rmail-remote-password-error. Added mailutils-specific error message.
29263 (rmail-movemail-search-path)
29264 (rmail-movemail-variant-in-use): New variables.
29265 (rmail-remote-password, rmail-remote-password-required):
29266 New customization variables.
29267 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29268 (rmail-parse-url): New function.
29269 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29270 with GNU mailutils movemail.
29271
292722005-01-15 Kevin Ryde <user42@zip.com.au>
29273
29274 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29275 suffix to space, $ or '$, to correctly position point when going
29276 to @table style constants like DBL_MAX.
29277
292782005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
29279
29280 * type-break.el (type-break-mode, type-break-file-time)
29281 (type-break-file-keystroke-count, type-break-choose-file):
29282 Don't store data in or load data from the file if type-break-file-name
29283 is nil.
29284 (type-break-file-name): Doc update as per the above.
29285
292862005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
29287
29288 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29289 lookup-key might return nil; handle that.
29290
292912005-01-15 Alan Mackenzie <acm@muc.de>
29292
29293 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29294 rather than the element found, thus enabling the tree to be setcar'd.
29295
292962005-01-14 Carsten Dominik <dominik@science.uva.nl>
29297
29298 * textmodes/org.el (org-show-following-heading): New option.
29299 (org-show-hierarchy-above): Use `org-show-following-heading'.
29300 (org-cycle): Documentation fix.
29301
29302 * textmodes/org.el (orgtbl-optimized): New option
29303 (orgtbl-mode): New command, a minor mode.
29304 (orgtbl-mode-map): New variable.
29305 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29306 (orgtbl-error, orgtbl-self-insert-command)
29307 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29308
29309 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29310 a local variable in each org-mode buffer.
29311
29312 * textmodes/org.el (org-set-regexps-and-options): Rename from
29313 `org-set-regexps'. Added checking for STARTUP keyword.
29314 (org-get-current-options): Add STARTUP options.
29315 (org-table-insert-row): Make mode intelligent about when
29316 realignment is needed.
29317 (org-self-insert-command, org-delete-backward-char, org-delete-char):
29318 New commands.
29319 (org-enable-table-editor): New default value `optimized'.
29320 (org-table-blank-field): Support blanking regions if active.
29321
293222005-01-14 Carsten Dominik <dominik@science.uva.nl>
29323
29324 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29325 if the year is not given.
29326
29327 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29328 Add new escapes %m and %M, fixed bug with %F by adding
29329 save-match-data.
29330 (reftex-reference): Remove ?. from list of spaces.
29331 (reftex-label-info): Add automatic label prefix recognition.
29332
29333 * textmodes/reftex-index.el (reftex-index-next-phrase):
29334 Add slave parameter to call of `reftex-index-this-phrase'.
29335 (reftex-index-this-phrase): New optional argument.
29336 (reftex-index-region-phrases): Add slave parameter to call of
29337 `reftex-index-this-phrase'.
29338 (reftex-display-index): New argument redo.
29339 (reftex-index-rescan): Add `redo' to arguments of
29340 `reftex-display-index'.
29341 (reftex-index-Rescan, reftex-index-revert)
29342 (reftex-index-switch-index-tag): Add `redo' to arguments of
29343 `reftex-display-index'.
29344 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29345 indexing. Fix bug with matching is there is a quote before or
29346 after the word.
29347
29348 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29349 Fix bug when collecting citation keys in lines with comments.
29350 (reftex-citation): Prefix argument no longer rescans the document,
29351 but forces prompting for optional arguments of cite macros.
29352 (reftex-do-citation): Prompting for optional arguments implemented.
29353
29354 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29355 Add optional arguments to most cite commands.
29356 (reftex-cite-cleanup-optional-args): New option
29357 (reftex-cite-prompt-optional-args): New option.
29358 (reftex-trust-label-prefix): New option.
29359
29360 * textmodes/reftex-toc.el (reftex-toc-find-section):
29361 Add push-mark before changing the position in the buffer.
29362
29363 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29364 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29365
293662005-01-14 Nick Roberts <nickrob@snap.net.nz>
29367
29368 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29369 more carefully.
29370
293712005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29372
29373 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29374 (sgml-mode): Use it.
29375 (sgml-get-context): Better keep track of implicitly closed tags.
29376
293772005-01-13 Kenichi Handa <handa@m17n.org>
29378
29379 * textmodes/ispell.el: These changes are to fix misalignment error
29380 caused by equivalent characters of different Emacs charsets.
29381 (ispell-unified-chars-table): New variable.
29382 (ispell-get-decoded-string): New function.
29383 (ispell-get-casechars, ispell-get-not-casechars)
29384 (ispell-get-otherchars): Call ispell-get-decoded-string.
29385
293862005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29387
29388 * custom.el (custom-declare-variable): Just put symbol instead
29389 of (defvar . symbol) in `current-load-list'.
29390
293912005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29392
29393 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29394
293952005-01-12 Jay Belanger <belanger@truman.edu>
29396
29397 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29398 to create a Calc summary.
29399
294002005-01-12 Kim F. Storm <storm@cua.dk>
29401
29402 * mouse.el (mouse-on-link-p): Change functionality and doc
29403 string to comply with latest description in lisp ref.
29404
294052005-01-12 Nick Roberts <nickrob@snap.net.nz>
29406
29407 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29408 Enable mouse clicks on mode-line, header-line and margin.
29409 (event-type): Give mouse event symbols an `event-kind' property
29410 with value `mouse-click'.
29411
294122005-01-12 Juri Linkov <juri@jurta.org>
29413
29414 * facemenu.el (list-colors-display): Add new arg buffer-name.
29415 Use it. Fix docstring. Replace code for identifying duplicate
29416 colors by the name with call to `list-colors-duplicates' which
29417 identifies duplicate colors by the value unless the color
29418 is one of special Windows colors. Set truncate-lines to t.
29419 Print sorted duplicate color names on each line. Indent to 22
29420 \(the longest color name in rgb.txt) instead of 20. Optimize.
29421 (list-colors-duplicates): New function.
29422 (facemenu-color-name-equal): Delete function.
29423
29424 * facemenu.el (list-colors-print): New function created from code
29425 in list-colors-display. Print #RRGGBB at the window right edge.
29426 (list-colors-display): When temp-buffer-show-function is not
29427 defined, call list-colors-print from temp-buffer-show-hook
29428 to get the right value of window-width in list-colors-print
29429 after the buffer is displayed.
29430
29431 * simple.el (pop-mark): Move deactivate-mark out of conditional
29432 part to deactivate the active mark regardless of the state of the
29433 mark ring.
29434
29435 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29436 variables line in desktop files.
29437
294382005-01-12 Juri Linkov <juri@jurta.org>
29439
29440 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29441 Bring together isearch highlight related options.
29442 (lazy-highlight): Replace group `replace' by `matching'.
29443 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29444 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29445 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29446 and declare them obsolete.
29447 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29448 (isearch-faces): Remove defgroup.
29449 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29450 Move isearch highlighting code closer to lazy highlighting code.
29451
29452 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29453 (query-replace-highlight, query-replace-lazy-highlight)
29454 (query-replace): Move definitions to the beginning of the file.
29455
294562005-01-11 Juri Linkov <juri@jurta.org>
29457
29458 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29459 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29460 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29461
29462 * info.el (Info-history-forward): New variable.
29463 (Info-select-node): Reset Info-history-forward to nil.
29464 (Info-last): Turn into defalias.
29465 (Info-history-back): Rename from Info-last.
29466 Add current node to Info-history-forward.
29467 (Info-history-forward): New fun.
29468 (Info-mode-map): Replace Info-last by Info-history-back.
29469 Bind Info-history-forward to "r".
29470 (Info-mode-menu): Replace Info-last by Info-history-back.
29471 Fix menu item text. Add menu item for Info-history-forward.
29472 (info-tool-bar-map): Replace Info-last by Info-history-back.
29473 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29474 for Info-history-forward.
29475 (Info-mode): Replace Info-last by Info-history-back in docstring.
29476 Add local variable Info-history-forward.
29477 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29478
294792005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29480
29481 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29482 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29483 Ignore select-window events rather than fiddle with
29484 mouse-autoselect-window.
29485
294862005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29487
29488 * type-break.el (type-break-mode): Fix previous change.
29489
294902005-01-10 Jay Belanger <belanger@truman.edu>
29491
29492 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29493 calculator; only reset when point is inside a calculator.
29494 Don't adjust the window height if the window takes up the whole height
29495 of the frame.
29496
294972005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29498
29499 * ebuff-menu.el (Electric-buffer-menu-mode):
29500 Preserve value of buffer-local var header-line-format.
29501
295022005-01-09 Jay Belanger <belanger@truman.edu>
29503
29504 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29505 Make sure settings file exists before accessing it.
29506
29507 * calc/calc-embed.el (calc-embedded-subst):
29508 Replace math-multi-subst-rec, which is only supposed to be called
29509 by math-multi-subst, by math-multi-subst.
29510
295112005-01-09 Andre Spiegel <spiegel@gnu.org>
29512
29513 * vc.el (vc-allow-async-revert): New user option.
29514 (vc-disable-async-diff): New internal variable.
29515 (vc-revert-buffer): Use them to disable asynchronous diff.
29516
29517 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29518 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29519 asynchronously if vc-disable-async-diff is t.
29520
295212005-01-09 Jay Belanger <belanger@truman.edu>
29522
29523 * calc/calc.el (defcalcmodevar): New macro.
29524 (calc-mode-var-list-restore-default-values)
29525 (calc-mode-var-list-restore-saved-values): New functions.
29526 (calc-mode-var-list): Use defcalcmodevar to define it.
29527 (calc-always-load-extensions, calc-line-numbering)
29528 (calc-line-breaking, calc-display-just, calc-display-origin)
29529 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29530 (calc-group-char, calc-point-char, calc-frac-format)
29531 (calc-prefer-frac, calc-hms-format, calc-date-format)
29532 (calc-float-format, calc-full-float-format, calc-complex-format)
29533 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29534 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29535 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29536 (calc-matrix-brackets, calc-language, calc-language-option)
29537 (calc-left-label, calc-right-label, calc-word-size)
29538 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29539 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29540 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29541 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29542 (calc-window-height, calc-display-trail, calc-show-selections)
29543 (calc-use-selections, calc-assoc-selections)
29544 (calc-display-working-message, calc-auto-why, calc-timing)
29545 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29546 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29547 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29548 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29549 (calc-gnuplot-geometry, calc-graph-default-resolution)
29550 (calc-graph-default-resolution-3d, calc-invocation-macro)
29551 (calc-show-banner): Use defcalcmodevar to declare them and set
29552 their default values.
29553
29554 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29555 instead of default values (but restore default values if there is
29556 an argument of 0).
29557
295582005-01-09 David Kastrup <dak@gnu.org>
29559
29560 * desktop.el (desktop-restore-eager): Fix typo in type.
29561
295622005-01-08 Richard M. Stallman <rms@gnu.org>
29563
29564 * cus-edit.el (customize): Delete :link.
29565
295662005-01-08 Jay Belanger <belanger@truman.edu>
29567
29568 * calc/calc.el (calc-mode): Remove the extension from the
29569 `calc-settings-file' file name when loading it.
29570
295712005-01-08 Kim F. Storm <storm@cua.dk>
29572
29573 * info.el (Info-mode-map, Info-next-link-keymap)
29574 (Info-prev-link-keymap, Info-up-link-keymap):
29575 Map follow-link to mouse-face.
29576 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29577
295782005-01-08 Jay Belanger <belanger@truman.edu>
29579
29580 * calc/calc.el (calc-settings-file): Change default value.
29581 Suggested by cgw in a comment in calc-mode.el.
29582
29583 * calc/calc-mode.el (calc-settings-file-name):
29584 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29585 Replace ~/.emacs in a prompt by calc-settings-file.
29586
295872005-01-07 Lars Hansen <larsh@math.ku.dk>
29588
29589 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29590 (desktop-lazy-idle-delay): New customizable variables.
29591 (desktop-buffer-args-list): New variable.
29592 (desktop-append-buffer-args): New function.
29593 (desktop-save): Call desktop-append-buffer-args for some buffers.
29594 (desktop-lazy-create-buffer): New function.
29595 (desktop-idle-create-buffers): New function.
29596 (desktop-read): Add message about buffers to restore lazily.
29597 (desktop-lazy-abort): New command.
29598 (desktop-clear): Call desktop-lazy-abort.
29599 (desktop-lazy-complete): New command.
29600
296012005-01-06 Richard M. Stallman <rms@gnu.org>
29602
29603 * emacs-lisp/find-func.el (find-face-definition):
29604 Rename from find-face.
29605
296062005-01-06 Kim F. Storm <storm@cua.dk>
29607
29608 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29609
29610 * man.el (Man-xref-man-page, Man-xref-header-file)
29611 (Man-xref-normal-file): Add follow-link property.
29612
296132005-01-06 Jay Belanger <belanger@truman.edu>
29614
29615 * calc/calc-units.el: Make sure the proper macro definitions are
29616 available when compiling.
29617
296182005-01-06 Juri Linkov <juri@jurta.org>
29619
29620 * isearch.el (isearch-lazy-highlight-update):
29621 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29622
296232005-01-06 Miles Bader <miles@gnu.org>
29624
29625 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29626 (isearch-lazy-highlight-face): Use new name.
29627
296282005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
29629
29630 * uniquify.el (uniquify-rationalize-file-buffer-names):
29631 Re-add an interactive spec.
29632 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29633 to the same name.
29634
29635 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29636 (isearch-update, isearch-done): Adjust calls accordingly.
29637
296382005-01-05 Richard M. Stallman <rms@gnu.org>
29639
29640 * custom.el (custom-set-variables, custom-theme-set-variables):
29641 Clarify documentation.
29642
29643 * emacs-lisp/find-func.el (find-variable)
29644 (find-variable-other-window, find-variable-other-frame):
29645 Fix the TYPE args to find-function-read and find-function-do-it.
29646 (find-function): Doc fix.
29647 (find-function-at-point): Replace function-at-point alias.
29648
296492005-01-04 Richard M. Stallman <rms@gnu.org>
29650
29651 * cus-face.el (custom-declare-face):
29652 Record defface in current-load-list.
29653
29654 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
29655
29656 * emacs-lisp/find-func.el: Doc fixes.
29657 (find-face-regexp): New variable.
29658 (find-function-regexp-alist): New variable.
29659 (find-function-C-source): Third arg is now TYPE.
29660 (find-function-search-for-symbol): Handle general TYPE.
29661 (find-function-read, find-function-do-it): Handle general TYPE.
29662 (find-definition-noselect, find-face): New functions.
29663 (function-at-point): Alias deleted.
29664
296652005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
29666
29667 * battery.el (display-battery-mode): Rename from display-battery.
29668 Handle the case where it gets turned off.
29669
296702005-01-04 Richard M. Stallman <rms@gnu.org>
29671
29672 * cus-edit.el (customize): Make :link point to user doc.
29673
29674 * man.el (Man-fontify-manpage): Turn off undo generation.
29675
29676 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
29677
296782005-01-04 Andreas Schwab <schwab@suse.de>
29679
29680 * files.el (insert-directory): Only look for error lines in
29681 inserted text. Don't move too far after processing --dired markers.
29682
296832005-01-04 Richard M. Stallman <rms@gnu.org>
29684
29685 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
29686 Don't expand if the character is @, period, dash, etc.
29687 (define-mail-abbrev): Quote names that contain problem characters.
29688
296892005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
29690
29691 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
29692
296932005-01-03 Richard M. Stallman <rms@gnu.org>
29694
29695 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
29696 (query-replace-highlight, query-replace-lazy-highlight)
29697 (query-replace): Definitions moved up. Doc fix.
29698
296992005-01-03 Richard M. Stallman <rms@gnu.org>
29700
29701 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
29702 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29703 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29704 (lazy-highlight-face): Rename from isearch-lazy-...
29705 Change all references to them.
29706
297072005-01-03 Luc Teirlinck <teirllm@auburn.edu>
29708
29709 * cus-edit.el (custom-file): Doc fix for defcustom.
29710 (custom-file): The function no longer sets the variable
29711 `custom-file' to its return value.
29712
29713 * startup.el (command-line): No longer load `custom-file'.
29714
297152005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
29716
29717 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
29718
29719 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
29720 Don't confuse module-prefixed identifiers for labels.
29721 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
29722
297232005-01-02 Richard M. Stallman <rms@gnu.org>
29724
29725 * files.el (basic-save-buffer-1): Fix previous change.
29726
29727 * loadhist.el (file-loadhist-lookup): New function.
29728 (file-provides, file-requires): Use it.
29729
29730 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
29731 instead of calculating the right size.
29732
297332005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
29734
29735 * vc-svn.el (vc-svn-diff): Stay local if possible.
29736
297372005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
29738
29739 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
29740
29741 * files.el (hack-local-variables): Fix last change.
29742
297432005-01-02 Jay Belanger <belanger@truman.edu>
29744
29745 * calc/calc-yank.el (calc-edit-top): New variable.
29746 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
29747 object. Change header properties.
29748 (calc-edit-finish, calc-edit-finish-stack-object)
29749 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
29750 edited object.
29751 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
29752 for the beginning of the edited object.
29753 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
29754 for the beginning of the edited object.
29755 * calc/calc-prog.el (calc-edit-macro-finish-edit)
29756 (calc-finish-formula-edit, calc-macro-repeats)
29757 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
29758 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
29759 beginning of the edited object.
29760 (calc-user-define-edit): Change the header for editing macros.
29761 Remove unnecessary variable.
29762
297632005-01-01 Jay Belanger <belanger@truman.edu>
29764
29765 * calc/calc-yank.el (calc-edit-mode): Change default header.
29766 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
29767 * calc/calc-store.el (calc-edit-variable): Change title to match new
29768 header.
29769 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
29770 mode to match new header.
29771 (calc-user-define-edit): Change titles to include names of commands.
29772 (calc-finish-formula-edit): Adjust to handle new header.
29773 (calc-finish-macro-edit): Remove.
29774 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
29775 (calc-edit-macro-command, calc-edit-macro-command-type)
29776 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
29777 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
29778 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
29779 (calc-edit-macro-finish-edit): New functions.
29780 (calc-user-define-edit): Use new functions to edit named calc macros.
29781
4fc9bd56 297822005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e
KS
29783
29784 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
29785
29786 * ses.el (copy-region-as-kill): Deactivate mark.
29787
297882005-01-01 Richard M. Stallman <rms@gnu.org>
29789
29790 * replace.el (occur-1): If the output buffer is also an input,
29791 don't kill it, rename it.
29792
29793 * faces.el (set-face-background, set-face-foreground): Doc fix.
29794
29795 * cus-face.el (custom-face-attributes): Fix :help-echo strings
29796 for :foreground and :background.
29797
29798 * dired.el (dired-view-command-alist): Variable deleted.
29799 (dired-view-file, dired-mouse-find-file-other-window):
29800 Delete the code to use it.
29801
298022005-01-01 Kim F. Storm <storm@cua.dk>
29803
29804 * image.el (insert-sliced-image): Use t for line-height property.
29805
29806See ChangeLog.11 for earlier changes.
29807
29808;; Local Variables:
29809;; coding: iso-2022-7bit
33462dfa 29810;; add-log-time-zone-rule: t
6fee106e
KS
29811;; End:
29812
29813 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
29814 Copying and distribution of this file, with or without modification,
29815 are permitted provided the copyright notice and this notice are preserved.
29816
29817;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1