(byte-compile-declare-function): Remove declared function from
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a342aca4
GM
12007-12-05 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Remove
4 declared function from byte-compile-noruntime-functions.
5
6 * ediff-util.el (ediff-version):
7 * progmodes/python.el (compilation-shell-minor-mode):
8 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
9 (calendar-bahai-date-string, calendar-check-holidays)
10 (calendar-chinese-date-string, calendar-coptic-date-string)
11 (calendar-ethiopic-date-string, calendar-forward-day)
12 (calendar-french-date-string, calendar-goto-date)
13 (calendar-goto-today, calendar-hebrew-date-string)
14 (calendar-islamic-date-string, calendar-iso-date-string)
15 (calendar-julian-date-string, calendar-mayan-date-string)
16 (calendar-persian-date-string, gnus-summary-last-subject)
17 (parse-time-string, rmail-show-message): Declare as functions.
18
3728bf03
MO
192007-12-05 Michael Olson <mwolson@gnu.org>
20
21 * textmodes/remember.el: Merge contents of remember-diary.el here,
22 updating header. Add autoload cookie so that byte-compilation
23 works without warning.
24 (remember-diary-file): Default to nil, since diary might not yet
25 be loaded at this point, which would deny us access to diary-file.
26 (remember-diary-extract-entries): If remember-diary-file is nil,
27 then use diary-file instead.
28
29 * textmodes/remember-diary.el: Remove, due to the issue of needing
30 the first 8 characters of a filename to be unique.
31
5363d8ea
MA
322007-12-04 Michael Albinus <michael.albinus@gmx.de>
33
34 * net/dbus.el (dbus-hash-table=): New defun.
35 (dbus-hash-table-test) New hash table test function, used in
36 `dbus-registered-functions-table'.
37 (dbus-*-event, dbus-event-*): Rewritten, due to new structure of
38 `dbus-event'.
39
35d5727c
JB
402007-12-04 Juanma Barranquero <lekktu@gmail.com>
41
42 * ido.el (ido-save-history): Set the `coding' local
43 variable in the first line of the file.
44
c52ae2bb
GM
452007-12-04 Glenn Morris <rgm@gnu.org>
46
8b334673
GM
47 * password-cache.el: Move here from gnus/password.el.
48 (top-level): Don't require cl when compiling.
49 (password-read-and-add): Doc fix. Make obsolete.
50
fd48cd18
GM
51 * net/tramp.el: Require password-cache or password.
52
c52ae2bb
GM
53 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
54 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
55 compiling.
56 (cua-set-rectangle-mark): Add doc string to autoload.
57 (cua--rectangle, cua--last-killed-rectangle)
58 (cua--global-mark-active): Always define for compiler.
59 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
60 (cua--delete-rectangle, cua--insert-rectangle)
61 (cua--rectangle-corner, cua--rectangle-assert)
62 (cua--insert-at-global-mark, cua--global-mark-post-command):
63 Declare as functions.
64
65 * emulation/cua-gmrk.el (top-level): Move provide to end.
66
67 * emulation/cua-rect.el (top-level): Move provide to end.
68 Don't require cua-gmrk when compiling.
69 (cua--cut-rectangle-to-global-mark)
70 (cua--copy-rectangle-to-global-mark): Declare as functions.
71
72 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
73 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
35d5727c
JB
74 (viper-vi-state-cursor-color):
75 Consolidate make-variable-frame-local calls.
c52ae2bb
GM
76
77 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
78 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
79 than bbdb-address-street1,2,3.
80
81 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
82 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
83
bedb08d4
KF
842007-12-03 Karl Fogel <kfogel@red-bean.com>
85
86 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
87 (save-place-alist-to-file, load-save-place-alist-from-file):
88 Don't print non-error messages at all, there's really no need.
89 Do print if there's a problem, and clarify message in that case.
90
e392d1cc
DN
912007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
92
35d5727c
JB
93 * ediff-diff.el (ediff-prepare-error-list):
94 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
e392d1cc 95
d99abf1b
RS
962007-12-03 Tassilo Horn <tassilo@member.fsf.org>
97
98 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
35d5727c
JB
99 (doc-view-current-overlay, doc-view-pending-cache-flush):
100 Add doc string.
d99abf1b 101
18715c33
RS
1022007-12-03 Richard Stallman <rms@gnu.org>
103
708bb6f8
RS
104 * subr.el (declare-function): Moved from byte-run.el.
105
106 * emacs-lisp/byte-run.el (declare-function): Moved to subr.el
107
18715c33
RS
108 * window.el (recenter-top-bottom): Don't use `ecase'.
109
e1970249
KF
1102007-12-02 Karl Fogel <kfogel@red-bean.com>
111
112 * saveplace.el (save-place-alist-to-file): Set
113 coding-system-for-write once and refer to it throughout.
ca2fbc2e 114 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
e1970249 115
82115f7b
KF
1162007-12-02 Karl Fogel <kfogel@red-bean.com>
117
118 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
119 system when writing, and set it in the first-line file variables.
ca2fbc2e
KF
120 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
121 Juanma Barranquero.
82115f7b 122
b01fc9c9
GM
1232007-12-02 Glenn Morris <rgm@gnu.org>
124
35d5727c
JB
125 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
126 Reverse branches of if statement.
369fc5a6 127
b01fc9c9
GM
128 * emulation/viper-cmd.el (top-level): Don't require advice.
129 Don't load viper-util, viper-keym, viper-mous, viper-macs,
130 viper-ex when compiling.
131
132 * emulation/viper-ex.el (top-level): Don't load viper-util,
133 viper-keym when compiling.
134
135 * emulation/viper-init.el (top-level): Move provide statement to end.
136
137 * emulation/viper-keym.el (top-level): Don't load viper-util when
138 compiling. Move provide statement to end.
139
140 * emulation/viper-macs.el (top-level): Don't load viper-util,
141 viper-keym, viper-mous when compiling.
142
143 * emulation/viper-mous.el (top-level): Don't load viper-util when
144 compiling.
145
146 * emulation/viper-util.el (top-level): Don't load viper-init when
147 compiling.
148
149 * emulation/viper.el (top-level): Don't require ring.
150 Don't load viper-init, viper-cmd when compiling.
151
369fc5a6
GM
152 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
153 Move here from gnus/.
154
dad93563
KF
1552007-12-02 Karl Fogel <kfogel@red-bean.com>
156
157 Offer option for saveplace to be quiet about loading and saving.
ca2fbc2e 158 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
dad93563
KF
159
160 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
161 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
162 to determine whether to print loading/saving messages.
163
5b8178bb
GM
1642007-12-02 Glenn Morris <rgm@gnu.org>
165
166 * mail/binhex.el: Move here from gnus/.
167 (binhex): New custom group.
168 (binhex-decoder-program, binhex-decoder-switches)
169 (binhex-use-external): Move to the binhex custom group.
170
171 * mail/uudecode.el: Move here from gnus/.
172 (uudecode): New custom group.
173 (uudecode-decoder-program, uudecode-decoder-switches)
174 (uudecode-use-external): Move to the uudecode custom group.
175
cb11d614
GM
176 * net/netrc.el (top-level): Don't load `encrypt' features.
177 (netrc-parse): Don't use encrypt.
178 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
179
2650c1db
GM
180 * progmodes/python.el (top-level): Don't require cl when compiling.
181
35d5727c 1822007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
a3614e04
GM
183
184 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
185 encoding for aspell process and for communication with it.
186 Only add "-d" option if not already present.
187 Use ispell-current-dictionary and ispell-current-personal-dictionary.
188 General reorganization.
189
190 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
191 encoding here.
192 (ispell-start-process): Explicitly set encoding here if using aspell.
193
43202f8a
DN
1942007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
195
196 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
197 function to log-edit.
198
3a993e3d
MA
1992007-12-02 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/dbus.el: New file.
202
27c11d0f
JB
2032007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
204
205 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
206 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
207 (calc-lang-parens-are-subscripts): New variables.
208 (math-expr-special-function-mapping): Remove variable.
209 (math-eqn-ignore-words, math-tex-ignore-words)
210 (math-latex-ignore-words): Move to calc-lang.el.
211
212 * calc/calc-lang.el (math-compose-vector, math-compose-var)
213 (math-tex-expr-is-flat): Declare as functions.
214 (calc-lang-slash-idiv, calc-lang-allow-underscores)
215 (math-comp-left-bracket, math-comp-right-bracket)
216 (math-comp-comma, math-comp-vector-prec): Declare as variables.
217 (math-var-formatter, math-matrix-formatter)
218 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
219 (math-punc-table, math-compose-subscr,math-dots)
220 (math-func-formatter): New property names to store language
221 specific information.
222 (math-compose-tex-var, math-compose-tex-intv)
223 (math-compose-maple-intv, math-compose-eqn-intv)
224 (math-compose-tex-sum, math-compose-tex-func)
225 (math-compose-tex-intv): New functions.
226 (math-eqn-ignore-words,math-tex-ignore-words)
227 (math-latex-ignore-words): Move from calc.el.
228 (math-special-function-table): Add entries for tex.
229 (calc-lang-slash-idiv, calc-lang-allows-underscores):
230 New variables.
231 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
232 (math-compose-tex-matrix, math-compose-eqn-matrix)
233 (math-eqn-special-functions): Move from calccomp.el.
234
235 * calc/calccomp.el (math-compose-var): New function.
236 (math-compose-expr): Allow more special functions to be used.
237 Change test for formatting fractions. Use variables and property
238 names to help with language specific formatting.
239 (math-compose-tex-matrix, math-compose-eqn-matrix)
240 (math-eqn-special-functions): Move to calc-lang.el.
241 (math-compose-rows): Use property names to help with language
242 specific formatting.
243
244 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
245 into nested subscripts.
246 (math-read-token): Use variables and property names to help with
247 language specific parsing.
248 (math-read-expression-level): Use variables to help with language
249 specific parsing.
250
c9db111a
SM
2512007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
254 (archive-rar-summarize): Allow the file name to be passed as argument.
255 Remove unused vars `header' and `footer'.
256 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
257
93a142e1
DN
2582007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
259
260 * log-edit.el (log-edit-show-diff): New function.
261 (log-edit-mode-map, log-edit-menu): Bind it.
262 (log-edit-diff-function): New variable.
263 (log-edit): Change the 3rd param to be an alist and accept a
264 function that computes a diff for the files involved.
265
266 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
267
395bbcd3
MR
2682007-12-01 Martin Rudalics <rudalics@gmx.at>
269
270 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
271 wrap next-/previous-line in with-no-warnings.
272
3092d1fb
GM
2732007-12-01 Glenn Morris <rgm@gnu.org>
274
15689fa7 275 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
06cec913
GM
276
277 * net/dig.el: Move here from gnus/.
278 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
279
280 * net/dns.el: Move here from gnus/.
281 (top-level): Don't require mm-util, or cl when compiling.
282 (dns-write-name, dns-read, dns-read-type, query-dns):
283 Replace mm-with-unibyte-buffer with its expansion.
284 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
285
3092d1fb
GM
286 * progmodes/gdb-ui.el (gud-remove, gud-break):
287 * progmodes/gud.el (gdb-create-define-alist)
288 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
289 (hl-line-highlight, gdb-display-source-buffer)
290 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
291 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
292
182aef95
DN
2932007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
294
295 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
296 Move args on defun line.
297
c9db111a
SM
298 * textmodes/org.el (org-calendar-holiday):
299 Use calendar-check-holidays instead of the obsolete
182aef95
DN
300 check-calendar-holidays.
301 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
302 (bbdb-company, bbdb-current-record, bbdb-name)
303 (bbdb-record-getprop, bbdb-record-name)
304 (bibtex-beginning-of-entry, bibtex-generate-autokey)
305 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
306 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
307 (mh-find-path, mh-get-header-field, mh-get-msg-num)
308 (mh-header-display, mh-index-previous-folder)
309 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
310 (mh-show-buffer-message-number, mh-show-header-display)
311 (mh-show-msg, mh-show-show, mh-visit-folder)
312 (org-export-latex-cleaned-string, remember)
313 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
314 (rmail-what-message, elmo-folder-exists-p)
315 (elmo-message-entity-field, elmo-message-field)
316 (vm-beginning-of-message, vm-follow-summary-cursor)
317 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
318 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
319 (vm-summarize, wl-folder-get-elmo-folder)
320 (wl-summary-goto-folder-subr)
321 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
322 (wl-summary-line-subject, wl-summary-message-number)
323 (wl-summary-redisplay): Declare as functions.
324
fc0eafe1
MR
3252007-11-30 Martin Rudalics <rudalics@gmx.at>
326
327 * longlines.el (longlines-show-hard-newlines): Remove handling of
328 buffer-undo-list and buffer-modified status.
c9db111a
SM
329 (longlines-show-region, longlines-unshow-hard-newlines):
330 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
fc0eafe1
MR
331 inhibit-modification-hooks here to avoid that a buffer appears
332 modified when toggling visibility of hard newlines.
333
2bca2e0d
GM
3342007-11-30 Glenn Morris <rgm@gnu.org>
335
336 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
337
1a717047
GM
338 * progmodes/idlw-complete-structtag.el
339 (idlwave-sintern-structtag):
340 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
341 (idlwave-sintern-sysvartag):
342 * progmodes/idlwave.el (idlwave-sintern-class-tag)
343 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
344 functions.
345
f29263b3
DN
3462007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
347
348 * textmodes/reftex-index.el (texmathp):
349 * textmodes/reftex-auc.el (TeX-argument-insert)
350 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
351 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
352 (LaTeX-label-list):
353 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
354 (rng-clear-conditional-region, rng-do-some-validation): Declare as
355 functions.
356 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
357
8fff8988
GM
3582007-11-30 Glenn Morris <rgm@gnu.org>
359
360 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
361 argument and document it.
362
363 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
364 Third argument to declare-function must be a list to specify arglist.
365
366 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
367 Handle declare-function third argument `t' and fourth argument.
368 (check-declare-verify): Doc fix. Handle `fileonly' case.
369 Use progn rather than prog1.
370
36176341
GM
371 * desktop.el (uniquify-item-base):
372 * term/mac-win.el (url-type): Declare as functions.
8fff8988
GM
373
374 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
375 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
376 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
377 fourth arg to declare-function.
378
53e2f97f
GM
379 * play/dunnet.el: Don't require cl when compiling.
380 (byte-compile-warnings): Set via file local variables.
381 (dun-parse): Let-bind `beg' and `line'.
382
8d6d388d
DN
3832007-11-29 Alexandre Julliard <julliard@winehq.org>
384
385 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
386
9c15b1e7
GM
3872007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
388
389 * calendar/time-date.el (encode-time-value): Doc fix.
390
0bd90741
GM
3912007-11-29 Glenn Morris <rgm@gnu.org>
392
9c15b1e7
GM
393 * calendar/time-date.el (with-decoded-time-value): Doc fix.
394
0bd90741
GM
395 * textmodes/css-mode.el (prog-mode): Remove.
396 (css-mode): Derive from fundamental-mode rather than prog-mode.
397
398 * emacs-lisp/byte-run.el (declare-function): Doc fix.
399
400 * emacs-lisp/check-declare.el (check-declare-locate)
401 (check-declare-verify): Handle `external' files.
402 (check-declare-errmsg): New function.
403 (check-declare-verify, check-declare-file, check-declare-directory):
404 Use check-declare-errmsg to report the number of problems.
405
406 * ffap.el (w3-view-this-url)
407 * mail/mspools.el (vm-visit-folder)
408 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
409 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
410 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
411 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
412 (bbdb-records)
413 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
414 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
415 (sasl-make-client, sasl-next-step, sasl-step-data)
416 (sasl-step-set-data)
417 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
418 (htmlr-step): Declare as functions.
419
c9db111a
SM
420 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
421 Use bbdb-address-zip rather than bbdb-address-zip-string.
0bd90741 422
d50fd8e2
GM
4232007-11-28 Richard Stallman <rms@gnu.org>
424
425 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
426 Move here from gnus/.
427
53dd1d53
GM
4282007-11-28 Martin Rudalics <rudalics@gmx.at>
429
430 * newcomment.el (comment-region-internal): Fix newline insertion
431 in `block' case.
432
571e4e61
SM
4332007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
436
488f4498
GM
4372007-11-28 Glenn Morris <rgm@gnu.org>
438
6bf181fb
GM
439 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
440 delete .elc files.
441
9e02db22
GM
442 * nxml/char-name/unicode: Move to etc/nxml/.
443 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
444
488f4498
GM
445 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
446 Declare as a function.
447
448 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
449 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
c9db111a 450 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
488f4498
GM
451
452 * nxml/nxml-outln.el (nxml-token-start-tag-p)
453 (nxml-token-end-tag-p): Move definitions before use.
454
455 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
456
457 * nxml/nxml-uchnm.el (top-level)
458 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
459 (nxml-enabled-unicode-blocks): Add custom group.
460
461 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
462 Use string-to-number rather than string-to-int.
463
464 * dired-x.el (dired-omit-old-add-entry): Declare as function.
465 Move definition before use.
466 (dired-old-find-buffer-nocreate): Declare as function.
467
468 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
469 (check-declare-verify): Handle fset.
470
571e4e61
SM
471 * emulation/edt.el (edt-user-emulation-setup):
472 Test edt-setup-user-bindings is bound before calling.
488f4498
GM
473
474 * emulation/tpu-edt.el: Don't require cl when compiling.
475 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
476 (tpu-edt-off): Use condition-case rather than ignore-errors.
477 Use with-no-warnings.
478
479 * eshell/esh-util.el (top-level): Use require rather than load for
480 ange-ftp.
481
482 * mail/supercite.el (sc-version): Redefine as an alias for
483 emacs-version.
484 (sc-help-address): Remove.
485 (sc-version): Use emacs-version rather than sc-version.
486 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
487
488 * net/socks.el (socks-original-open-network-stream): Declare as
489 function. Move definition before use.
490
79df1d6f
JB
4912007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
492
493 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
494 (math-make-frac): Declare as functions.
495
73e72da4
DN
4962007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
497
571e4e61
SM
498 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
499 Pacify byte compiler.
73e72da4
DN
500 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
501
502 * progmodes/idlwave.el (idlwave-shell-get-path-info)
503 (idlwave-shell-temp-file, idlwave-shell-is-running)
504 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
505 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
506 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
507 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
508 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
509 (idlwave-completing-read, idlwave-current-routine)
510 (idlwave-downcase-safe, idlwave-entry-find-keyword)
511 (idlwave-expand-keyword, idlwave-find-class-definition)
512 (idlwave-find-inherited-class, idlwave-find-struct-tag)
513 (idlwave-get-buffer-visiting, idlwave-in-quote)
514 (idlwave-make-full-name, idlwave-members-only)
515 (idlwave-popup-select, idlwave-routine-source-file)
516 (idlwave-routines, idlwave-sintern-class)
517 (idlwave-sintern-keyword, idlwave-sintern-method)
518 (idlwave-sintern-routine-or-method)
519 (idlwave-substitute-link-target, idlwave-sys-dir)
520 (idlwave-this-word, idlwave-what-module-find-class)
521 (idlwave-where):
522 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
523 * mail/uce.el (rmail-msg-is-pruned)
524 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
525 (rmail-toggle-header):
526 * mail/sendmail.el (dired-view-file, dired-get-filename):
527 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
528 (rmail-display-labels, rmail-msgbeg)
529 (rmail-set-message-deleted-p, rmail-message-labels-p)
530 (rmail-show-message, mail-comma-list-regexp)
531 (mail-parse-comma-list):
532 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
533 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
534 (rfc822-addresses, mail-abbrev-make-syntax-table)
535 (mail-sendmail-delimit-header, mail-header-end):
536 * mail/hashcash.el (message-narrow-to-headers-or-head)
537 (message-fetch-field, message-goto-eoh)
538 (message-narrow-to-headers):
539 * vc.el (view-mode-exit): Declare as functions.
540
541 * mail/vms-pmail.el:
542 * vmsproc.el:
543 * vms-patch.el: Don't byte compile these files, they don't work.
544
af5db4a5
GM
5452007-11-27 Glenn Morris <rgm@gnu.org>
546
8ac92256
GM
547 * calc/calc-ext.el (math-read-big-rec):
548 * calc/calc-nlfit.el (math-map-binop):
549 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
550
af5db4a5
GM
551 * eshell/eshell.el (eshell-report-bug): Add version number of
552 obsolescence.
553
1007a0a7
GM
554 * emulation/viper.el, emulation/viper-util.el,
555 emulation/viper-macs.el, emulation/viper-keym.el,
556 emulation/viper-ex.el, emulation/viper-cmd.el:
557 Load viper-*.el files silently.
558
af5db4a5
GM
559 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
560 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
561 Load ediff-*.el files silently.
562
563 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
564 compiling.
565 (Info-goto-node): Declare as a function.
566
567 * ediff-init.el: Don't load ange-ftp when compiling.
568 * ediff-util.el: Don't load reporter when compiling.
569
570 * ediff-wind.el (ediff-display-pixel-width)
571 (ediff-display-pixel-height):
572 * generic-x.el (ini-generic-mode):
573 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
574 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
575 (ps-mule-initialize, ps-mule-begin-job):
576 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
577 (mark-calendar-days-named):
578 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
579 (add-to-diary-list, diary-name-pattern)
580 (mark-calendar-days-named):
581 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
582 (mark-calendar-days-named):
583 * calendar/cal-x.el (make-fancy-diary-buffer):
584 * calendar/holidays.el (calendar-absolute-from-julian):
585 * calendar/todo-mode.el (calendar-current-date):
225ccf92
GM
586 * calendar/cal-menu.el (calendar-increment-month)
587 (calendar-month-name, extract-calendar-year)
588 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
589 (calendar-current-date, calendar-cursor-holidays)
590 (calendar-date-string, insert-diary-entry, calendar-set-mark)
591 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
592 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
593 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
594 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
595 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
596 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
597 (calendar-day-of-year-string, calendar-iso-date-string)
598 (calendar-julian-date-string, calendar-astro-date-string)
599 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
600 (calendar-persian-date-string, calendar-bahai-date-string)
601 (calendar-islamic-date-string, calendar-chinese-date-string)
602 (calendar-coptic-date-string, calendar-ethiopic-date-string)
603 (calendar-french-date-string, calendar-mayan-date-string)
604 (calendar-print-chinese-date, calendar-goto-date):
af5db4a5
GM
605 Declare as functions.
606
607 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
608 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
609
610 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
611 aliases for report-emacs-bug.
612 (gnus-summary-select-article, gnus-configure-windows): Declare as
613 functions.
614
615 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
616 compiler.
617
618 * pgg.el (pgg-clear-string): Declare as a function.
619 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
620 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
621
622 * emacs-lisp/check-declare.el (check-declare-locate):
623 Handle compressed files.
624 (check-declare-verify): Handle define-generic-mode,
625 define-global(ized)-minor-mode, define-obsolete-function-alias.
626
84df9db8
JB
6272007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
628
d3b91357 629 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
84df9db8
JB
630 algebraic modes.
631
d3b91357
JB
632 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
633 (math-is-true, calc-explain-why, calc-alg-edit)
634 (math-composite-inequalities, math-flatten-lands)
635 (math-multi-subst, calcFunc-vmatches, math-simplify)
636 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
637 (math-read-string, math-read-brackets, math-read-angle-brackets):
638 Declare as functions.
639
640 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
641 (calc-fit-bell-shaped-logistic-curve)
642 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
643 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
644 (math-max-list): Declare as functions.
645 (math-map-binop): New function.
646 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
647
648 * calc/calc.el (calc-set-language, calc-edit-finish)
649 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
650 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
651 (math-lessp, calc-embedded-finish-command)
652 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
653 (calc-push-list-in-macro, calc-replace-selections)
654 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
655 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
656 (calc-embedded-stack-change, calc-refresh-evaltos)
657 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
658 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
659 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
660 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
661 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
662 (math-dimension-error, calc-incomplete-error, math-float-fancy)
663 (math-neg-fancy, math-zerop, calc-add-fractions)
664 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
665 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
666 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
667 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
668 (math-compose-expr, math-comp-width, math-composition-to-string)
669 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
670 (math-adjust-fraction, math-format-binary, math-format-radix)
671 (math-group-float, math-mod, math-format-number-fancy)
672 (math-format-bignum-fancy, math-read-number-fancy)
673 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
674 (calc-do-embedded-activate, math-do-defmath)
675 (calc-load-everything): Declare as functions.
676
677 * calc/calc-ext.el (math-clip, math-round, math-simplify)
678 (math-simplify-extended, math-simplify-units, calc-set-language)
679 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
680 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
681 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
682 (math-normalize-hms, math-normalize-mod, math-make-sdev)
683 (math-make-intv, math-normalize-logical-op, math-possible-signs)
684 (math-infinite-dir, math-calcFunc-to-var)
685 (calc-embedded-evaluate-expr, math-known-nonzerop)
686 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
687 (math-format-date, math-vector-is-string, math-vector-to-string)
688 (math-format-radix-float, math-compose-expr, math-abs)
689 (math-format-bignum-binary, math-format-bignum-octal)
690 (math-format-bignum-hex, math-format-bignum-radix)
691 (math-compute-max-digits): Declare as functions.
692 (math-provably-realp): Fix typo.
693
694 * calc/calc-forms.el (calendar-current-time-zone)
695 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
696 functions.
697
571e4e61 698 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
d3b91357
JB
699
700 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
701 Declare as functions.
702
703 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
704 (math-posp, math-compare, math-bignum, math-compare-bignum):
705 Declare as functions.
706
707 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
708 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
709 (calc-explain-why, calc-clear-command-flag)
710 (calc-roll-down-with-selections, calc-roll-up-with-selections)
711 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
712 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
713 (math-trunc-special, math-trunc-fancy, math-floor-special)
714 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
715 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
716 (math-pow-zero, math-pow-fancy): Declare as functions.
717
718 * calc/calc-mode.el (calc-embedded-save-original-modes):
719 Declare as a function.
720
721 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
722 Declare as functions.
723 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
724 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
725 Replace `mapcar*' by `math-map-binop'.
726 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
727
728 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
729 (math-read-expr-level): Declare as functions.
730
731 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
732
61e21607
SM
7332007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
af5db4a5
GM
736 end-of-defun-function is called consistently, even for negative
737 arguments.
61e21607
SM
738 (end-of-defun-function): Default to forward-sexp.
739
06f61dac
JB
7402007-11-26 Juanma Barranquero <lekktu@gmail.com>
741
742 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
743
42e32ed8
GM
7442007-11-26 Glenn Morris <rgm@gnu.org>
745
60806b73
GM
746 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
747 than :suffix.
748
42e32ed8
GM
749 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
750
a06e7b5d
SJ
7512007-11-26 Simon Josefsson <simon@josefsson.org>
752
753 * net/imap.el: Move from ../gnus.
754
789ab9d4
RS
7552007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
756
757 * doc-view.el (doc-view-mode-p): New function.
758
2b54af74
DN
7592007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
760
761 * mail/mspools.el (rmail-get-new-mail):
762 * mail/reporter.el (mail-position-on-field, mail-text):
763 * mail/rmail.el (mail-position-on-field, mail-text-start)
764 (rmail-update-summary):
1dcf3f16
JB
765 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
766 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2b54af74
DN
767 * mail/rmailout.el (rmail-update-summary):
768 * mail/rmailsort.el (rmail-update-summary):
769 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
770 (dired-view-file):
771 * mail/uce.el (mail-strip-quoted-names):
772 * mail/undigest.el (rmail-update-summary):
773 * mail/unrmail.el (mail-strip-quoted-names):
774 * ediff.el (diff-latest-backup-file): Declare as functions.
775
776 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
777 (kill-to-end-of-line):
1dcf3f16
JB
778 * obsolete/rnews.el (news-set-minor-modes):
779 Remove non working functions.
2b54af74 780
abf1a55b
GM
7812007-11-25 Glenn Morris <rgm@gnu.org>
782
989823ed
GM
783 * eshell/esh-maint.el (top-level): Use require with NOERROR for
784 pcomplete. Don't mess with load-path.
49433569 785
abf1a55b
GM
786 * eshell/eshell.el (eshell-report-bug-address): Remove.
787 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
788
c6d48e47
GM
7892007-11-24 Glenn Morris <rgm@gnu.org>
790
40f79f5b 791 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1dcf3f16
JB
792 (appt-disp-window): Don't require electric.
793 Simplify minibuffer-avoidance code.
40f79f5b
GM
794 (appt-select-lowest-window): Avoid minibuffer.
795
c6d48e47
GM
796 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
797 (esh-mode): Require it.
798 (esh-util): Use require rather than featurep and load.
799 (eshell): No need to test if eshell-mode is bound; remove obsolete
800 reference to eshell-auto.
801 (eshell-command, eshell-command-result): Don't require esh-mode
802 now that the file does.
1dcf3f16
JB
803 (top-level): Move provide statement to the end of the file.
804 Re-order and update commentary.
c6d48e47 805
5731a8e0
TTN
8062007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
807
808 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
809 (vc-annotate-toggle-annotation-visibility): New command.
810 (vc-annotate-mode-map): Bind "V" to it.
811 (vc-annotate-mode-menu): Add entry for it.
812 (vc-annotate-get-time-set-line-props): New func.
813 (vc-annotate-display-autoscale)
814 (vc-annotate-display-difference): Use it.
815
0bcc6163
TTN
816 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
817 Also, match one space at end of annotation text, after last paren.
818
d9e43b70
MA
8192007-11-24 Michael Albinus <michael.albinus@gmx.de>
820
821 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
822 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
823 `tramp-completion-mode'.
824
b16bd82d
TTN
8252007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
826
827 * vc-git.el (vc-git-show-log-entry): New func.
828
5fdbecd8
TTN
829 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
830 (vc-git-state): Use vc-git--call.
831 (vc-git-registered, vc-git-working-revision)
832 (vc-git-previous-revision, vc-git-next-revision)
833 (vc-git--run-command-string, vc-git-symbolic-commit):
834 Use vc-git--out-ok.
835
e1b0f17b
GM
8362007-11-24 Glenn Morris <rgm@gnu.org>
837
838 * emacs-lisp/byte-run.el (declare-function): Doc fix.
839
193e7f80
KH
8402007-11-24 Kenichi Handa <handa@m17n.org>
841
842 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
843
95ec6ea4
DK
8442007-11-23 David Kastrup <dak@gnu.org>
845
1dcf3f16 846 * server.el (server-process-filter): Use `command-line-args-left'.
95ec6ea4 847
43b99780
SM
8482007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
849
2a5bb249 850 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
43b99780 851
d24182bb
DN
8522007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
853
854 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
855 buffer if the parent buffer is in vc-dired-mode.
856
8cd39fb3
MH
8572007-11-23 Mark A. Hershberger <mah@everybody.org>
858
14521da1 859 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
8cd39fb3 860
b3acb094
JL
8612007-11-23 Juri Linkov <juri@jurta.org>
862
863 * dired.el (dired-read-dir-and-switches): For C-x d, set the
864 value for M-n to the visited file name of the current buffer.
865 Use minibuffer-with-setup-hook to set minibuffer-default to
866 buffer-file-name inside read-file-name.
867
868 * man.el (Man-getpage-in-background): Don't disregard user option
869 `Man-width' on non-window systems. Remove test for `window-system'
870 around setting envvar "COLUMNS" depending on the value of `Man-width'.
871
872 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
873 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
874 of "--color=always".
875
50bfa18a
SM
8762007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
879 beginning-of-defun-function.
880
47b1ca26
RS
8812007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
882
883 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
884
e3e72162
GM
8852007-11-22 Glenn Morris <rgm@gnu.org>
886
d0a3b8c2
GM
887 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
888
e3e72162
GM
889 * emacs-lisp/check-declare.el (check-declare-locate): New function.
890 (check-declare-scan): Use check-declare-locate.
891 (check-declare-verify): No longer adjust fnfile, now
892 check-declare-locate does it.
893
894 * emacs-lisp/byte-run.el (declare-function): Doc fix.
895
2546bcdd
SM
8962007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
897
e31d2d89
SM
898 * subr.el (posn-col-row): Make the `default-value' use explicit.
899
693b2fe2
SM
900 * window.el (balance-windows): Remove unused var `counter'.
901 (bw-balance-sub): Remove unused var `lastchild'.
902 (split-window-vertically): Remove unused var `switch'.
903 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
904
2546bcdd
SM
905 * emacs-lisp/bytecomp.el
906 (byte-compile-file-form-custom-declare-variable): Simplify.
907
967c6c49
JB
9082007-11-22 Juanma Barranquero <lekktu@gmail.com>
909
d1a3873f
JB
910 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
911 Set `show-trailing-whitespace' to nil.
912
967c6c49
JB
913 * dired.el (make-symbolic-link):
914 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
915 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
916 * dired-x.el (make-symbolic-link):
917 * frame.el (x-initialize-window-system):
918 * menu-bar.el (x-menu-bar-open):
919 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
920 (x-store-cut-buffer-internal):
921 * wdired.el (make-symbolic-link):
922 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
923 (x-send-client-message):
924 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
925
d2ea6863
JD
9262007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
927
928 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
929
9769d49f
GM
9302007-11-22 Glenn Morris <rgm@gnu.org>
931
932 * dos-fns.el (int86):
933 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
934
935 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
936
937 * calendar/holidays.el (holiday-list): Add autoload cookie.
938
939 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
940 files relative to src/ directory.
d5cf82de
GM
941 (check-declare-verify): Handle .c files. Warn if could not find
942 an arglist to check.
9769d49f
GM
943
944 * emacs-lisp/byte-run.el (declare-function): Doc fix.
945
73e6adaa
DN
9462007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
947
85ea5b19
DN
948 * replace.el (occur-mode-map): Add a major mode menu with entries
949 for all occur operations.
950
73e6adaa
DN
951 * international/titdic-cnv.el (dos-8+3-filename):
952 * obsolete/fast-lock.el (msdos-long-file-names):
953 * frame.el (msdos-mouse-p):
65c5f027 954 * files.el (msdos-long-file-names, w32-long-file-name):
73e6adaa
DN
955 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
956 (mac-resume-apple-event, mac-font-panel-mode)
957 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
958 (mac-clear-font-name-table):
959 * term/pc-win.el (msdos-remember-default-colors)
960 (w16-set-clipboard-data, w16-get-clipboard-data):
961 * term/w32-win.el (w32-send-sys-command, w32-select-font)
962 (set-message-beep):
963 * net/browse-url.el (w32-shell-execute):
964 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
965 (w32-get-locale-info, w32-get-valid-locale-ids)
966 (w32-set-clipboard-data):
967 * dos-fns.el (int86, msdos-long-file-names):
968 * dos-w32.el (default-printer-name): Declare as functions.
969
c2ca78bc
JR
9702007-11-21 Jason Rumney <jasonr@gnu.org>
971
972 * emacs-lisp/byte-run.el (declare-function): Return nil.
973
b6ddf8d7
SM
9742007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
977
9b1d7c34
VJL
9782007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
979
980 * ps-print.el (ps-lpr-switches): Docstring fix.
981 (ps-string-list): New fun.
982 (ps-do-despool): Code fix.
983
b541ccb4
JB
9842007-11-21 Juanma Barranquero <lekktu@gmail.com>
985
986 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
987
2ae3bb85
GM
9882007-11-21 Glenn Morris <rgm@gnu.org>
989
990 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
991 for now. Handle define-minor-mode, and defalias (with no argument
992 checking).
993
99c71516
DN
9942007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
995
996 * frame.el (msdos-mouse-p):
6a1f4398 997 * files.el (msdos-long-file-names, w32-long-file-name):
99c71516
DN
998 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
999 (mac-resume-apple-event, mac-font-panel-mode)
1000 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1001 (mac-clear-font-name-table):
1002 * term/pc-win.el (msdos-remember-default-colors)
1003 (w16-set-clipboard-data, w16-get-clipboard-data):
1004 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1005 (set-message-beep):
1006 * net/browse-url.el (w32-shell-execute):
1007 * dos-fns.el (int86, msdos-long-file-names):
1008 * dos-w32.el (default-printer-name): Undo previous change.
1009
d4aa48db 10102007-11-21 Eli Zaretskii <eliz@gnu.org>
6fee106e 1011
b6ddf8d7
SM
1012 * international/mule-cmds.el (set-locale-environment):
1013 Set default-file-name-coding-system _after_ keyboard and terminal
d4aa48db 1014 coding systems. This fixes last change.
6fee106e 1015
d4aa48db
MB
1016 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1017 one space after "Subject:".
6fee106e 1018
d4aa48db 10192007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 1020
d4aa48db
MB
1021 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1022 in order to determine if there's a conflict.
6fee106e 1023
d4aa48db 10242007-11-21 Richard Stallman <rms@gnu.org>
6fee106e 1025
d4aa48db 1026 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
6fee106e 1027
d4aa48db
MB
1028 * reposition.el (reposition-window):
1029 Binding C-M-l moved to bindings.el.
6fee106e 1030
d4aa48db 1031 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
6fee106e 1032
d4aa48db
MB
1033 * add-log.el (add-change-log-entry-other-window):
1034 Key binding C-x 4 a moved to bindings.el.
6fee106e 1035
d4aa48db
MB
1036 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1037 from filecache.el.
6fee106e 1038
d4aa48db 1039 * filecache.el: Minibuffer map bindings moved to bindings.el.
6fee106e 1040
d4aa48db 10412007-11-21 Jason Rumney <jasonr@gnu.org>
6fee106e 1042
d4aa48db
MB
1043 * international/mule-cmds.el (set-locale-environment):
1044 Set default-file-name-coding-system from system defaults on Windows.
6fee106e 1045
2101ea1a
JR
10462007-11-21 Jason Rumney <jasonr@gnu.org>
1047
1048 * term/w32console.el: New term init file for w32 console.
1049
1050 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1051 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1052 (w32-tty-standard-colors): Move to term/w32console.el.
1053
1054 * term/w32-win.el (x-setup-function-keys): Remove.
1055
1056 * term/tty-colors.el (tty-register-default-colors): Remove special
1057 case for w32.
1058
e8ffb999
DN
10592007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1060
1061 * frame.el (msdos-mouse-p):
1062 * generic-x.el (w32-shell-name):
1063 * files.el (msdos-long-file-names, w32-long-file-name)
6a1f4398
JB
1064 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1065 (dos-8+3-filename, vms-read-directory, view-mode-disable):
e8ffb999
DN
1066 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1067 (mac-resume-apple-event, mac-font-panel-mode)
1068 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1069 (mac-clear-font-name-table):
1070 * term/pc-win.el (msdos-remember-default-colors)
1071 (w16-set-clipboard-data, w16-get-clipboard-data):
1072 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1073 (set-message-beep):
1074 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1075 (w32-get-locale-info, w32-get-valid-locale-ids)
1076 (w32-set-clipboard-data):
1077 * help-fns.el (ad-get-advice-info):
1078 * font-lock.el (fast-lock-after-fontify-buffer)
1079 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1080 (lazy-lock-after-fontify-buffer)
1081 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1082 * net/browse-url.el (w32-shell-execute):
1083 * dos-fns.el (int86, msdos-long-file-names):
1084 * dos-w32.el (default-printer-name): Declare as functions.
1085
3644f786
JB
10862007-11-21 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1089 Reported by Drew Adams <drew.adams@oracle.com>.
1090
8281b9f9
JR
10912007-11-20 Jason Rumney <jasonr@gnu.org>
1092
1093 * term/w32-win.el (x-setup-function-keys): Protect against
1094 multiple calls on the same terminal.
1095
202c09a8
DN
10962007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1097
1098 * term/mac-win.el (x-setup-function-keys): Only setup
1099 local-function-key-map if it has not been setup already for the
3644f786 1100 current frame. Move the suspend-emacs processing here.
202c09a8 1101
1571d112
JB
11022007-11-20 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * progmodes/grep.el (xargs-program): New variable.
1105 (grep-compute-defaults): Use it.
1106 (grep-default-command): Doc fix.
1107 (grep, lgrep, rgrep): Reflow docstrings.
1108
6d00e226
DN
11092007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1110
48b43130
DN
1111 * vc.el (vc-find-revision): Set the parent buffer.
1112 Use when instead of if.
1113
6d00e226
DN
1114 * progmodes/python.el (info-lookup-maybe-add-help):
1115 * progmodes/ps-mode.el (doc-view-minor-mode):
1116 * mail/emacsbug.el (Info-menu, Info-goto-node):
1117 * emulation/viper-keym.el (viper-ex)
1118 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1119 * emulation/viper-cmd.el (widget-type, widget-button-press)
1120 (viper-set-hooks):
1121 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1122 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1123 (ses-load, ses-vector-delete, ses-create-header-string)
1124 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1571d112 1125 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
6d00e226 1126
77fdc5c3
SM
11272007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1130
82b3ac7a
GM
11312007-11-20 Glenn Morris <rgm@gnu.org>
1132
1133 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1134 for end of function-name. Handle define-derived-mode.
1135
153ef845
DN
11362007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1137
1138 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1139 is available by default.
1140 (idlwave-help-browse-url-available): Change default to t.
1141
1142 * emulation/edt.el (defgroup, defcustom): Remove definition.
1143 (eval-when-compile): Remove.
1144 (c-mark-function):
1145 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1146 * textmodes/fill.el (comment-search-forward)
1147 (comment-string-strip):
1148 * progmodes/prolog.el (comint-mode, comint-send-string)
1149 (comint-send-region, comint-send-eof):
1150 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1151 * emulation/viper-util.el (viper-forward-Word):
1152 * emulation/vi.el (c-mark-function):
1153 * emulation/edt-vt100.el (vt100-wide-mode):
1154 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1155
8950769a
MA
11562007-11-19 Michael Albinus <michael.albinus@gmx.de>
1157
1158 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1159 Still some tuning in case of an echoing shell.
1160 (tramp-send-command): Connection property "remote-echo" is not
1161 persistent; cache key is the process therefore.
1162
d8f1d2f3
JB
11632007-11-19 Juanma Barranquero <lekktu@gmail.com>
1164
1165 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1166 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1167
004a00f4
DN
11682007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1169
1170 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1171 * play/yow.el (doctor-ret-or-read):
1172 * vc-hooks.el (vc-dired-resynch-file):
1173 * vc-hg.el (log-view-get-marked):
1174 * smerge-mode.el (ediff-cleanup-mess):
1175 * pcvs.el (vc-editable-p, vc-checkout):
1176 * pcomplete.el (comint-bol):
1177 * informat.el (texinfo-format-refill):
1178 * ido.el (tramp-tramp-file-p):
1179 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
39da3b68 1180 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
004a00f4
DN
1181 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1182 functions.
1183
1184 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1185 instead of fset.
1186 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1187
1188 * ido.el (ido-file-internal): Move with-no-warnings to include the
1189 ffap-string-at-point call.
1190
39da3b68 1191 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
004a00f4
DN
1192
1193 * vc-hg.el (vc-hg-revision-table): Fix last change.
1194
34cf517c
MR
11952007-11-19 Martin Rudalics <rudalics@gmx.at>
1196
1197 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1198 clipboard-yank when the buffer is read-only.
1199
1200 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1201 keymaps such that it's before the definition of Custom-mode-menu.
1202 (Custom-mode-menu): Show it for custom-field-keymap too.
1203
cb07a30c
NR
12042007-11-19 Nick Roberts <nickrob@snap.net.nz>
1205
1206 * progmodes/gdb-ui.el: Update commentary.
1207
282e1e37
DN
12082007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1209
39da3b68 1210 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
282e1e37 1211
db283402
GM
12122007-11-19 Glenn Morris <rgm@gnu.org>
1213
1214 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1215 does not exist, try adding `.el' extension. Also search for defsubsts.
1216
1217 * cus-edit.el (recentf-expand-file-name):
1218 * dired.el (dired-relist-entry):
1219 * subr.el (w32-shell-dos-semantics):
1220 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1221 Declare as functions.
1222
0b281d03
SM
12232007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1226 (prepare-abbrev-list-buffer): Use dolist.
1227 (clear-abbrev-table): Preserve properties.
1228
71f89cd9
JL
12292007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1230
0b281d03
SM
1231 * textmodes/texinfmt.el (texinfo-format-printindex):
1232 Collect combined indexes using texinfo-short-index-format-cmds-alist.
71f89cd9
JL
1233 Reported on <bug-texinfo@gnu.org>.
1234
b50dd0d2
MA
12352007-11-18 Michael Albinus <michael.albinus@gmx.de>
1236
0b281d03
SM
1237 * net/tramp.el (tramp-completion-reread-directory-timeout):
1238 New defcustom.
b50dd0d2
MA
1239 (tramp-handle-file-name-all-completions): Flush directory contents
1240 from cache regularly.
0b281d03
SM
1241 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1242 (tramp-open-connection-setup-interactive-shell):
1243 Call `tramp-cleanup-connection' via funcall.
b50dd0d2
MA
1244
1245 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1246 created when copying.
1247
a3269bc4
DN
12482007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
0b281d03 1251 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
a3269bc4
DN
1252 * eshell/esh-ext.el (eshell-external-command):
1253 * eshell/esh-cmd.el (require):
1254 * eshell/em-unix.el (eshell-plain-locate-behavior):
0b281d03
SM
1255 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1256 Replace eshell-under-xemacs-p with (featurep 'xemacs).
39da3b68 1257 * eshell/esh-mode.el (characterp, char-int): Remove unused
a3269bc4
DN
1258 conditional defaliases.
1259
0b281d03
SM
1260 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1261 Rename from event-matches-key-specifier-p, define unconditionally.
a3269bc4
DN
1262 (event-basic-type): Remove unused defalias.
1263 (pcomplete-show-completions):
1264 Use pcomplete-event-matches-key-specifier-p.
1265
4e60b1b6
EZ
12662007-11-17 Eli Zaretskii <eliz@gnu.org>
1267
1268 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1269 when saving esh-groups.el.
1270
48b0e82e
MR
12712007-11-17 Martin Rudalics <rudalics@gmx.at>
1272
1273 * wid-edit.el (widget-default-complete):
1274 * progmodes/flymake.el (flymake-goto-file-and-line):
1275 Fix typo in (doc-)string.
1276
f772cd18
GM
12772007-11-17 Glenn Morris <rgm@gnu.org>
1278
1279 * emacs-lisp/byte-run.el (declare-function): New macro.
1280 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1281 New function, byte-hunk-handler for declare-function.
1282 (byte-compile-callargs-warn): Handle declared functions.
1283
1284 * emacs-lisp/check-declare.el: New file.
1285 * Makefile.in (check-declare): New target.
1286
2e49e9f7
GM
1287 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1288
f772cd18
GM
1289 * subr.el (process-lines): Move here from ../admin/admin.el.
1290 * emacs-lisp/authors.el (authors-process-lines): Remove.
1291 (authors): Use process-lines rather than authors-process-lines.
1292
c4c0510a
GM
1293 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1294 Remove these files.
1295
efb67a5e
JB
12962007-11-17 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * emacs-lisp/backquote.el (backquote):
1299 Improve argument/docstring consistency.
1300
1301 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1302 (ring-length, ring-empty-p): Use c[ad]dr.
1303 (ring-plus1): Use `1+'.
1304 (ring-minus1): Use `zerop'.
1305 (ring-remove): Use c[ad]dr. Use `when'.
1306 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1307 (ring-ref): Use `let', not `let*'.
1308 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1309 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1310 (ring-member): Simplify. Doc fix.
1311 (ring-convert-sequence-to-ring): Simplify.
1312
934b4968
JL
13132007-11-17 Juri Linkov <juri@jurta.org>
1314
1315 * dired-aux.el (dired-create-directory): Allow creating
1316 a directory of an arbitrary depth. Add a loop to find the topmost
1317 nonexistent parent dir `new', and call `dired-add-file' on it.
1318 Set the `PARENTS' arg of `make-directory' to t.
1319
b2e7f0f0
JB
13202007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1321
1322 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
b6ddf8d7 1323 (math-build-parse-table): Get parse information from math-parse-table.
b2e7f0f0 1324
e85c6b7c
SM
13252007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1326
de8ebf62
SM
1327 * window.el (recenter-last-op): New var.
1328 (recenter-top-bottom): New command.
1329 (global-map): Bind it to C-l.
1330
d548715c
SM
1331 * abbrev.el (abbrev--write): Fix error in transcription from C.
1332
e85c6b7c
SM
1333 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1334 (pc-select-ensure-mark): Set mark-active to a special value instead.
1335 Rename from ensure-mark. Update call callers.
1336 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1337 Rewrite. Update all callers.
1338 (pc-selection-mode): Remove redundant var declaration.
1339
da99b369
DN
13402007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1341
e85c6b7c
SM
1342 * doc-view.el (doc-view-search-backward, doc-view-search):
1343 Fix assignment to free variable bug.
da99b369 1344
de299ed7
SM
13452007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1346
1347 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1348 (ensure-mark): Set it.
1349 (maybe-deactivate-mark): New fun.
efb67a5e 1350 Use it everywhere instead of (setq mark-active nil).
de299ed7 1351
9efa445f
DN
13522007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1353
efb67a5e
JB
1354 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1355 Add check for XEmacs.
9efa445f
DN
1356
1357 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1358
1359 * doc-view.el (doc-view-resolution): Add missing :group.
1360
c4569608
JB
13612007-11-16 Juanma Barranquero <lekktu@gmail.com>
1362
1363 * subr.el (make-variable-frame-local):
1364 Fix typo in obsolescence declaration.
1365
dddb4597
WL
13662007-11-16 Werner Lemberg <wl@gnu.org>
1367
1368 * files.el (set-auto-mode-1): Check second line for -*- if file
1369 starts with '\" (which is used by man pages to identify needed
1370 troff preprocessors).
1371
78a4e22e
GM
13722007-11-16 Glenn Morris <rgm@gnu.org>
1373
1374 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1375
e6059429
JB
13762007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1377
1378 * calc/calc-lang.el (math-oper-table): Fix typo.
1379 Reduce precedence of "/" for TeX.
1380
1381 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1382
7dc5b46d
JL
13832007-11-16 Juri Linkov <juri@jurta.org>
1384
1385 * dired-aux.el (dired-read-shell-command-default): New function.
1386 (dired-read-shell-command): Use its return value for DEFAULT arg.
1387
1388 * replace.el (keep-lines-read-args, occur-read-primary-args):
1389 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1390
1391 * man.el (Man-heading-regexp): Add 0-9.
1392 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1393
05477667
SM
13942007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1397 (doc-view-resolution): New custom var.
1398 (doc-view-pdf/ps->png): Use it.
1399 (doc-view-shrink-factor): New var.
1400 (doc-view-enlarge, doc-view-shrink): New commands.
1401 (doc-view-mode-map): Use them.
1402
ec5741dc
JB
14032007-11-15 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * ediff-wind.el (ediff-window-setup-function):
1406 * simple.el (normal-erase-is-backspace):
1407 * eshell/em-unix.el (eshell/info):
1408 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1409 Fix typos in docstrings.
1410
1411 * emulation/cua-base.el (cua--keymaps-initialized):
1412 Rename from `cua--keymaps-initalized'. Callers changed.
1413 (cua-highlight-region-shift-only): Doc fix.
1414 (cua-paste-pop): Fix typo in docstring.
1415
e75e6cc8
SM
14162007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1417
f2c232a2
SM
1418 * emulation/cua-base.el (cua--pre-command-handler-1):
1419 Use input-decode-map instead of function-key-map.
1420 Use event-modifiers now that it works reliably.
1421
4befebc1
SM
1422 * vc.el (vc-diff-internal): Pop-to-buffer later.
1423
58da34c7
SM
1424 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1425
e75e6cc8
SM
1426 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1427 did not touch them.
1428
3fad8aaa
JB
14292007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1430
1431 * calc/calc-menu.el: New file.
1432 * calc/calc.el (calc-mode): Require calc-menu.
1433
f31d0424
JB
14342007-11-14 Juanma Barranquero <lekktu@gmail.com>
1435
1436 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1437
8e813bab
NR
14382007-11-14 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1441 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1442 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1443 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1444 locations.
1445 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1446 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1447 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1448
84b4b70d
NF
14492007-11-13 Noah Friedman <friedman@splode.com>
1450
1451 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1452 bindings to remap when `calc-scan-for-dels' is non-nil.
1453
d8947b79
DN
14542007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1457 constant forms.
1458 (byte-compile-nilconstp): New function.
1459 (byte-optimize-cond): Kill subsequent branches when a branch is
1460 know to be taken or not taken.
e75e6cc8 1461 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
d8947b79 1462
30a308aa
DN
14632007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1464
1465 * vc.el (vc-register): Allow registering a file passed as a
1466 parameter instead of just the current buffer.
1467
e42c6bbc
MA
14682007-11-12 Michael Albinus <michael.albinus@gmx.de>
1469
e75e6cc8
SM
1470 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1471 Check whether the output of "uname -sr" has been changed.
e42c6bbc 1472
ddab7705
VJL
14732007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1474
1475 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1476 patterns from compilation-perl.el and compilation-weblint.el files.
1477
2e7a8a21
DN
14782007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1479
2dea72ab
DN
1480 * progmodes/compilation-perl.el:
1481 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1482 a bootstrap failure.
1483
2e7a8a21 1484 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
e75e6cc8 1485 instead of doing "cvs diff" in order to avoid accessing the repository.
2e7a8a21 1486
4cbf3aa7
VJL
14872007-11-12 Kevin Ryde <user42@zip.com.au>
1488
1489 * progmodes/compilation-perl.el:
1490 * progmodes/compilation-weblint.el: New files.
1491
dcb3ea40
JB
14922007-11-11 Juanma Barranquero <lekktu@gmail.com>
1493
1494 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1495 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1496 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1497 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1498 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1499 Rewrite in active voice.
1500
34065e5e
JL
15012007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1502
1503 * doc-view.el: Add comments about isearch support.
1504
c27f56ee
DN
15052007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1506
1507 * vc.el (vc-start-entry): Fix setting the in the case the function
dcb3ea40 1508 is called from vc-dired. Use when instead of if where appropriate.
c27f56ee 1509
3bcc60cf 15102007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6fee106e 1511
dcb3ea40
JB
1512 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1513 to be a list.
3bcc60cf 1514 (ps-begin-job): Error if ps-lpr-switches is not a list.
6fee106e 1515
a457417e 15162007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6fee106e 1517
a457417e
MB
1518 * faces.el (face-normalize-spec): Remove function.
1519 (frame-set-background-mode): Undo last change.
6fee106e 1520
3bcc60cf
VJL
15212007-11-10 Jason Rumney <jasonr@gnu.org>
1522
1523 * w32-fns.el: Sync charset names with setup-default-fontset.
1524 Append "-1" where second part missing.
1525
06f5c483
JL
15262007-11-10 Juri Linkov <juri@jurta.org>
1527
1528 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1529 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1530
1531 * custom.el (custom-note-var-changed): Remove the `interactive'
1532 spec from this new non-interactive function.
1533
7baca0fa
JL
15342007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1535
1536 * doc-view.el (doc-view-mode-map, doc-view-menu)
1537 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1538 (doc-view-search-backward): New function.
1539 (doc-view-search): Query new regexp if prefix arg is given, else
1540 jump to next/previous match.
1541 (doc-view-mode): Handle compressed files.
1542 (jka-compr): Required for compressed files.
1543
7abe68aa
JL
15442007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1545
1546 * replace.el (query-replace-show-replacement): New defcustom.
1547 (perform-replace): Use `match-substitute-replacement' if
1548 `query-replace-show-replacement' is non-nil.
1549
15502007-11-10 David Kastrup <dak@gnu.org>
1551
1552 * subr.el (match-substitute-replacement): New function.
1553
303c8351
CD
15542007-11-10 Carsten Dominik <dominik@science.uva.nl>
1555
1556 * files.el (auto-mode-alist): Select org-mode for files with the
1557 extension ".org".
1558
aa13a094
MR
15592007-11-10 Martin Rudalics <rudalics@gmx.at>
1560
1561 * help.el (help-window, help-window-point-marker): New variables.
1562 (help-window-select): New option.
1563 (with-help-window): New macro for displaying help windows.
1564 (help-window-display-message, help-window-setup-finish)
1565 (help-window-setup): New functions used for setting up help windows.
1566 (print-help-return-message): Reset help-window to nil.
1567 (view-lossage): Use with-help-window instead of
1568 with-output-to-temp-buffer and move help-window-point-marker after
1569 inserted text.
1570 (describe-bindings, describe-key, describe-mode): Use
1571 with-help-window instead of with-output-to-temp-buffer.
1572
1573 * help-mode.el (help-mode): Set view-exit-action to bury the
1574 buffer instead of fiddling with windows. Simplify code.
1575 (help-mode-finish): When help-window eqs t set it to the selected
1576 window and have with-help-window set up view-return-to-alist.
1577 (help-buffer): Add autoload cookie.
1578
1579 * view.el (view-remove-frame-by-deleting): Change default value to t.
1580 Add autoload cookie.
1581 (view-exit-action, view-file, view-file-other-window)
1582 (view-file-other-frame, view-buffer, view-buffer-other-window)
1583 (view-buffer-other-frame): Rewrite doc strings.
1584 (view-return-to-alist-update): New function to remove stale entries
1585 from view-return-to-alist.
1586 (view-mode-enter): Rewrite doc string and simplify code.
1587 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1588 view-exit-action to nil. Simplify code and rewrite doc string.
1589
1590 * apropos.el (apropos-describe-plist):
1591 * descr-text.el (describe-char):
1592 * disp-table.el (describe-display-table):
1593 * faces.el (list-faces-display, describe-face):
1594 * facemenu.el (list-colors-display):
1595 * help-fns.el (describe-function, describe-variable)
1596 (describe-syntax, describe-categories):
1597 Use with-help-window instead of with-output-to-temp-buffer.
1598
fe1919ab
DN
15992007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1600
dcb3ea40
JB
1601 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1602 Optimize (featurep 'emacs) to t.
70f41945 1603
dcb3ea40
JB
1604 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1605 New function.
70f41945
DN
1606 (byte-compile-maybe-guarded): Use it to also look for bound
1607 symbols inside `and' forms. Comment out non-working code that was
1608 trying to avoid warnings for XEmacs code.
1609
fe1919ab
DN
1610 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1611
1612 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1613 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1614 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1615 (vc-cvs-annotate-command):
1616 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1617 is bound, it always is.
1618
1adf362d
JR
16192007-11-10 Jason Rumney <jasonr@gnu.org>
1620
1621 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1622 setup here from global scope.
1623
d725608c
JB
16242007-11-10 Juanma Barranquero <lekktu@gmail.com>
1625
1626 * ido.el (ido-save-history): Save the history file in UTF-8, not
1627 the current filename coding system.
1628
c7e36bd9
SM
16292007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1630
5015055e
SM
1631 * simple.el (interprogram-cut-function, interprogram-paste-function):
1632 Don't make them frame-local any more.
1633
a3ee6f08
SM
1634 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1635 Don't set interprogram-(cut|paste)-function on each frame.
1636
c7e36bd9
SM
1637 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1638 Make them work in tty frames.
1639 (interprogram-cut-function, interprogram-paste-function):
1640 Set them globally.
1641
aa58f006
JB
16422007-11-09 Juanma Barranquero <lekktu@gmail.com>
1643
1644 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1645 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1646 (iso-iso2duden-trans-tab): Add docstring.
1647
b7c76a30
SM
16482007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1649
4eebd7fe
SM
1650 * abbrev.el (define-abbrev-table): Record the variable definition.
1651
b7c76a30
SM
1652 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1653 New function.
1654
4a6789f7
VJL
16552007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1656
d54ad496
VJL
1657 * ps-print.el: Clean the code for checking suitable Emacs version.
1658 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4a6789f7
VJL
1659 (ps-print-version): New version 6.8.1.
1660
d355b270
JB
16612007-11-09 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * files.el (enable-local-variables): Doc fix.
1664
c12ecb0a 16652007-11-09 Nick Roberts <nickrob@snap.net.nz>
9d2185d1 1666
c12ecb0a 1667 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
6fee106e 1668
c12ecb0a 16692007-11-09 Sven Joachim <svenjoac@gmx.de>
6fee106e 1670
c12ecb0a
MB
1671 * dired-aux.el (dired-copy-file-recursive):
1672 Preserve directory permissions.
6fee106e 1673
c12ecb0a 16742007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1675
c12ecb0a
MB
1676 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1677 (whitespace-unload-function): New-style unload function. When run,
1678 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1679 to stop the old hook from messing with the unloading.
6fee106e 1680
c12ecb0a 16812007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1682
c12ecb0a
MB
1683 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1684 (elp-unset-master, elp-results): Fix typos.
1685 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1686 Doc fixes.
6fee106e 1687
c12ecb0a
MB
1688 * msb.el (msb--many-menus): Remove variable.
1689 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1690 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1691 (msb--toggle-menu-type): Fix typos in docstrings.
6fee106e 1692
c12ecb0a
MB
1693 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1694 (shadow-insert-var): Doc fixes.
1695 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1696 Reflow docstrings.
1697 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
6fee106e 1698
c12ecb0a 16992007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1700
c12ecb0a
MB
1701 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1702 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1703 Fix typos in autoload docstrings.
6fee106e 1704
c12ecb0a 17052007-11-09 Richard Stallman <rms@gnu.org>
6fee106e 1706
c12ecb0a 1707 * savehist.el (savehist-save): Obey savehist-ignored-variables.
6fee106e 1708
c12ecb0a 17092007-11-09 Nick Roberts <nickrob@snap.net.nz>
6fee106e 1710
c12ecb0a
MB
1711 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1712 (gdb-var-update-handler-1): Use it.
6fee106e 1713
c12ecb0a 17142007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1715
c12ecb0a
MB
1716 * loadhist.el (unload-feature): Remove erroneous check for the
1717 FEATURE-unload-function variable; check the existence of the
1718 function (that's what the docstring says, and it makes more sense).
6fee106e 1719
c12ecb0a
MB
1720 * follow.el (follow-unload-function): Add docstring.
1721 (follow-unload-function): Remove variable.
6fee106e 1722
c12ecb0a
MB
1723 * server.el (server-unload-function): Remove variable.
1724 (server-unload-function): Unbind `server-edit' from `C-x #'.
6fee106e 1725
c12ecb0a 1726 * ses.el (ses-unload-function): New function.
6fee106e 1727
c12ecb0a 17282007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1729
c12ecb0a
MB
1730 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1731 (unsafep-progn, unsafep-let): Fix typos in docstrings.
6fee106e 1732
c12ecb0a
MB
1733 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1734 before use to avoid a warning in packages that require uniquify.
1735 (uniquify-unload-function): New function and var.
6fee106e 1736
e83d1fe8
DN
17372007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1738
1739 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1740 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1741 (ediff-current-diff-A, ediff-current-diff-B)
1742 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1743 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1744 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1745 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1746 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1747 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1748 (ediff-setup-windows-plain-merge)
1749 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1750 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1751 * ediff-util.el (ediff-setup-keymap, )
1752 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1753 (ediff-toggle-use-toolbar, ediff-really-quit)
1754 (ediff-good-frame-under-mouse)
1755 (ediff-highlight-diff-in-one-buffer)
1756 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1757 (ediff-make-bullet-proof-overlay):
1758 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1759 (ediff-set-meta-overlay):
1760 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1761 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1762 ediff-emacs-p with their former definitions.
1763
1764 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1765 (viper-has-face-support-p, viper-inactivate-input-method)
1766 (viper-activate-input-method)
1767 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1768 * emulation/viper-mous.el (viper-multiclick-timeout)
1769 (viper-surrounding-word, viper-mouse-click-insert-word)
1770 (viper-mouse-click-search-word, viper-parse-mouse-key):
1771 * emulation/viper-macs.el (viper-char-array-to-macro):
1772 * emulation/viper.el (viper-go-away, viper-set-hooks)
1773 (viper-non-hook-settings):
1774 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1775 (viper-get-saved-cursor-color-in-insert-mode)
1776 (viper-get-saved-cursor-color-in-emacs-mode)
1777 (viper-check-version, viper-get-visible-buffer-window)
1778 (viper-file-checked-in-p, viper-set-replace-overlay)
1779 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1780 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1781 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1782 with their former definitions.
1783 (viper-eventify-list-xemacs): Only do work for XEmacs.
1784 (viper-set-unread-command-events): Only do work for Emacs.
1785 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1786 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1787 (viper-overlay-get, viper-overlay-put, viper-read-event)
1788 (viper-characterp, viper-int-to-char, viper-get-face)
1789 (viper-color-defined-p, viper-iconify): New defaliases replacing
1790 the old fsets.
1791
1792 * progmodes/fortran.el (comment-region-function)
1793 (uncomment-region-function): Pacify byte compiler.
1794
d355b270 1795 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
e83d1fe8 1796
67932d94
MA
17972007-11-08 Michael Albinus <michael.albinus@gmx.de>
1798
1799 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1800 `process-environment'.
1801
661192e6
VJL
18022007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1803
1804 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1805 match dir like "a...b".
1806
f56f00fa
SM
18072007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1810
b08104a0
MA
18112007-11-07 Michael Albinus <michael.albinus@gmx.de>
1812
f56f00fa
SM
1813 * net/tramp.el (tramp-handle-substitute-in-file-name):
1814 Don't expand the remote connection identification.
b08104a0
MA
1815 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1816 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1817 before calling stty.
1818
1819 * net/tramp-cache.el (tramp-cache-print)
1820 (tramp-dump-connection-properties): Fix docstring.
39da3b68 1821 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
b08104a0
MA
1822
1823 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1824
1825 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1826 remote connection identification when setting connection property.
1827
1828 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1829 "//" substitutes only in the local filename part.
1830
53afc686
GM
18312007-11-07 David Hansen <david.hansen@gmx.net>
1832
1833 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1834
c74e901d
GM
18352007-11-07 Glenn Morris <rgm@gnu.org>
1836
1837 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1838 Remove superfluous concats. Move final set-buffer to
1839 non-emacs-specific code.
1840
6ffadbb8
GM
18412007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1842
1843 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1844
dafac6f3
GM
18452007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1846
1847 * eshell/esh-mode.el (eshell-output-filter):
1848 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1849 Use `with-current-buffer'.
1850
1d515b42
AS
18512007-11-07 Andreas Schwab <schwab@suse.de>
1852
1853 * server.el (server-start): Only register cleanup after server was
1854 started.
1855
726f0272
MA
18562007-11-06 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1859
1860 * net/tramp-cache (tramp-cache-print): Move down.
1861 (tramp-cache-list-connections): New defun.
1862
1863 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1864
77e81232
JB
18652007-11-06 Juanma Barranquero <lekktu@gmail.com>
1866
1867 * ido.el (ido-save-history): Write the history file in the current
1868 filename coding system, and add `coding' file-local variable.
1869
dfdaf4ee
CD
18702007-11-06 Carsten Dominik <dominik@science.uva.nl>
1871
b5729367
JB
1872 * textmodes/org.el (org-table-formula-substitute-names):
1873 Remove forgotten temporary debugging code.
dfdaf4ee 1874
bdbeca7b
MA
18752007-11-05 Michael Albinus <michael.albinus@gmx.de>
1876
1877 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1878 the prompt.
1879
59d97623
TTN
18802007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1881
1882 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1883
45374a15
SJ
18842007-11-05 Simon Josefsson <simon@josefsson.org>
1885
1886 * net/tls.el (tls-end-of-info): Doc fix.
1887
543a1ac4
KH
18882007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1889
1890 * international/utf-7.el (utf-7-imap): New coding system.
1891 (utf-7-imap-post-read-conversion): New function.
1892 (utf-7-imap-pre-write-conversion): New function.
1893
e486b005
SM
18942007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * abbrev.el (abbrev--write): Fix up typo.
1897
f57a9512
JB
18982007-11-04 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * abbrev.el (define-abbrev-table): Doc fix.
1901
e56f84d7
TTN
19022007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1903
1904 * info.el (Info-revert-buffer-function): New func.
1905 (Info-mode): Arrange to use it for reverting.
f0815137 1906 (Info-copy-current-node-name): Add space between filename and nodename.
e56f84d7 1907
1449012d
SM
19082007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1911
cd6db47c
GM
19122007-11-04 Glenn Morris <rgm@gnu.org>
1913
1914 * net/tls.el: Don't require rx when compiling.
1915 (tls-end-of-info): Rewrite without using rx.
1916 (open-tls-stream): Use with-current-buffer.
1917
19182007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1919
1920 * net/tls.el: Require rx when compiling.
1921 (tls-end-of-info): New variable.
1922 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1923 matched.
1924
c81f72ce
TTN
19252007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1926
1927 * register.el (append-to-register, prepend-to-register):
1928 Don't signal error on empty register; use the text, instead.
1929
6159985a
MO
19302007-11-03 Michael Olson <mwolson@gnu.org>
1931
1449012d
SM
1932 * textmodes/remember.el (remember-buffer):
1933 Use define-obsolete-function-alias rather than defalias.
6159985a 1934
7796ee61
GM
19352007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1936
1937 * simple.el (bad-packages-alist): Anchor semantic regexp.
1938
7a05f2bd
GM
19392007-11-03 Glenn Morris <rgm@gnu.org>
1940
1941 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1942 if defined, for blank lines. Doc fix.
1943
1944 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1945 (fortran-mode): Set values for comment-region-function,
1946 uncomment-region-function and comment-insert-comment-function.
1947 (fortran-uncomment-region): New function.
1948
1449012d
SM
1949 * textmodes/nroff-mode.el (nroff-mode):
1950 Set comment-insert-comment-function rather than indent-line-function.
7a05f2bd
GM
1951 (nroff-indent-line-function): Remove.
1952 (nroff-insert-comment-function): New function.
1953
8ef97aec 19542007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
d779c510
JB
1955
1956 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1957
19582007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1959
1960 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1961
1962 * emulation/viper-cmd.el (viper-prev-destructive-command)
1963 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1964 copy-sequence.
1965
1966 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1967 Got rid of ediff-copy-list.
1968
1969 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1970 use face-name.
39da3b68 1971 (ediff-test-utility, ediff-diff-mandatory-option)
d779c510
JB
1972 (ediff-reset-diff-options): Remove to simplify the mandatory option
1973 handling on Windows.
1974 (ediff-set-diff-options): Add.
cfe80861 1975 (ediff-diff-options): Set "--binary" option as default in some cases.
d779c510
JB
1976
1977 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
cfe80861
JB
1978 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1979 ediff-vc-working-revision. Require vc-hooks.
d779c510 1980
3020ee92
RF
19812007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1982
1983 * files.el (hack-local-variables): Fix membership tests to avoid
1984 treating all variables as safe if `enable-local-variables' is
c5eb76e4 1985 set to :safe (CVE-2007-5795).
3020ee92 1986
05db920d
GM
19872007-11-02 Glenn Morris <rgm@gnu.org>
1988
b9b4d12c
GM
1989 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1990 if defined, do all the work of inserting a new comment.
1991
5ec19a11
GM
1992 * progmodes/etags.el (tags-table-mode): Disable undo.
1993
05db920d
GM
1994 * simple.el (bad-packages-alist): Revert previous change.
1995
8b1e0dff
DN
19962007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1997
1998 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1999
2000 * obsolete/lselect.el: Do not warn about unknown functions.
2001
246a4316
MO
20022007-11-02 Michael Olson <mwolson@gnu.org>
2003
2004 * textmodes/remember.el (remember-buffer): Make this an alias of
2005 remember-finalize, because Org uses it.
2006
174a72ea
MO
20072007-11-01 Michael Olson <mwolson@gnu.org>
2008
77210f1e
MO
2009 * textmodes/remember.el: Improve documentation in heading.
2010 (remember-before-remember-hook): Turn into a customizable option.
174a72ea
MO
2011 (remember): Document INITIAL argument.
2012 (remember-region): Remove autoload cookie. Improve docstring to
2013 mention that it is called from the *Remember* buffer, and does not
2014 have any functional overlap with the `remember' function.
2015 (remember-finalize): Remove autoload cookie. Rename from
2016 remember-buffer to emphasize that this does not have any
2017 functional overlap with the `remember' function.
2018 (remember-destroy): Remove autoload cookie.
80f0c18f 2019 (remember-mode-map): Define and initialize in one step.
869dc290 2020 (remember-mode): Improve docstring.
209dc81c
JB
2021 (remember-annotation-functions): Default to just '(buffer-file-name),
2022 and don't try to take the default value from Planner.
174a72ea 2023
56dad874
GM
20242007-11-01 Glenn Morris <rgm@gnu.org>
2025
8aafd651
GM
2026 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2027
50c44633
GM
2028 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2029
68013cfa
GM
2030 * emacs-lisp/authors.el (authors-scan-change-log)
2031 (authors-scan-el): Don't enable local eval; enable only safe local
2032 variables, without querying.
2033
56dad874
GM
2034 * mail/footnote.el (footnote-numeric-regexp)
2035 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2036 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2037 Match multi-character footnotes.
2038
a9d8037f
GM
2039 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2040 (nroff-indent-line-function): New function.
2041 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2042 obsolete alias.
2043
683b7dc6
GM
20442007-11-01 Ryan Yeske <rcyeske@gmail.com>
2045
2046 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2047 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2048 (rcirc-print): Only update the line count when not marking the
2049 line as omittable.
2050 (rcirc-log-write): Specify coding system when writing logfile.
2051 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2052
399f21c1
DN
20532007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2054
6a2c788e
DN
2055 * printing.el (printing): Fix :version, printing.el was included
2056 for in emacs-22.1.
2057 (pr-path-style, pr-path-alist, pr-txt-name)
2058 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2059 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2060 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2061 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2062 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2063 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2064 (pr-setting-database, pr-visible-entry-list)
2065 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
209dc81c 2066 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
6a2c788e 2067
399f21c1
DN
2068 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2069 top level, make it dependent on the emacs flavor.
2070
2071 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2072 Test for XEmacs not for itimer.
2073
2074 * term/sun-mouse.el:
2075 * obsolete/sun-fns.el:
2076 * obsolete/sun-curs.el: Remove files.
2077
209dc81c 2078 * term/sun.el (select-previous-complex-command): Remove obsolete code.
399f21c1 2079
bce6be12
RS
20802007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2081
2082 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2083 was given to concat.
2084
dcbb251e
SM
20852007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2086
7656fe61
SM
2087 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2088 used normally for goto-line. Change `g' to revert the buffer.
2089 Add redundant `r' binding for buffer-revert.
2090
dcbb251e
SM
2091 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2092 (mail-abbrevs-setup): Use abbrev-expand-functions.
2093 (build-mail-abbrevs): Use with-temp-buffer.
2094 (define-mail-abbrev): Simplify.
2095 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2096 Change it for use on abbrev-expand-functions.
2097 (mail-abbrev-complete-alias): Use with-syntax-table.
2098
3412f35d
MA
20992007-10-31 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2102 directly. Fix bug in deleting temp file.
2103
c01b9971
SM
21042007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2107 Merge defvar and define-abbrev-table.
2108 (def-python-skeleton): Use :case-fixed and :enable-function.
2109 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2110 Remove.
2111 (python-mode): Don't modify pre-abbrev-expand-hook.
2112
8ac56013
DN
21132007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2114
2115 * ediff-util.el (ediff-file-checked-out-p)
2116 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2117
2b86bfb1
SM
21182007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * abbrev.el (abbrev-symbol): Correct let->let*.
2121 (abbrev--before-point): Only use abbrev-start-location if before point.
2122
26e96680
JB
21232007-10-31 Juanma Barranquero <lekktu@gmail.com>
2124
2125 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2126 (strokes-unload-hook): Remove function and variable.
2127 (strokes-unload-function): New-style unload function, adapted
2128 from `strokes-unload-hook'.
2129
2130 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2131 (cl-unload-hook): Remove variable.
2132 (cl-unload-function): New-style unload function, adapted
2133 from `cl-cannot-unload'.
2134
2135 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2136 (elp-unload-function): New-style unload function, adapted
2137 from `elp-unload-hook'.
2138
c896ea95
VJL
21392007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2140
26e96680 2141 * emacs-lisp/find-func.el (find-library): Use library at
c896ea95
VJL
2142 point as default interactive argument.
2143
32f389a4
JB
21442007-10-31 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * shadowfile.el (shadow-join): Remove.
2147 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2148 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2149 (shadowfile-unload-hook): Remove function and variable.
2150 (shadowfile-unload-function): New-style unload function, adapted
2151 from `shadowfile-unload-hook'.
2152
91dd4dc4
DN
21532007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2154
2155 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2156 only if it is bound.
2157
2158 * textmodes/reftex.el: Move autoloads for before all uses.
2159 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2160 (reftex-delete-overlay): Move to the top level with the condition
2161 in the body.
2162
2163 * progmodes/simula.el: Use when instead of if.
2164
2165 * iimage.el (iimage-locate-file): Define unconditionally.
2166
2167 * mail/mailabbrev.el (mail-abbrev-next-line):
2168 * emulation/vip.el (vip-enlarge-region, vip-line)
2169 (vip-next-line-at-bol, vip-previous-line)
2170 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2171 Wrap with-no-warnings around uses of next-line and previous-line.
2172
2173 * ediff.el (run-ediff-from-cvs-buffer):
32f389a4
JB
2174 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2175 Remove function not used by pcl-cvs anymore.
91dd4dc4
DN
2176 (noninteractive, generic-sc-get-latest-rev)
2177 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2178 Delete support for long obsolete generic-sc.el.
2179
8fa07e4f
GM
21802007-10-31 Glenn Morris <rgm@gnu.org>
2181
2182 * cvs-status.el: No longer require pcvs when compiling.
2183
2184 * doc-view.el (doc-view-conversion-refresh-interval)
2185 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2186 (doc-view-reset-slice): Doc fixes.
2187 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2188
0bbaf7b4
JB
21892007-10-31 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2192 Timers are automatically canceled by `unload-feature'.
2193
2194 * delsel.el (delsel-unload-hook): Remove function and variable.
2195 (delsel-unload-function): New-style unload function, adapted
2196 from `delsel-unload-hook'.
2197
2198 * msb.el (msb-unload-hook): Remove function and variable.
2199 (msb-unload-function): New-style unload function, adapted from
2200 `msb-unload-hook'.
2201
22022007-10-30 Juanma Barranquero <lekktu@gmail.com>
93c5a976
JB
2203
2204 * desktop.el (uniquify-managed): Pacify byte compiler.
2205 (desktop-buffer-info): If the buffer name is managed by uniquify,
2206 save the base name, not the uniquified one.
2207 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2208 name in case of conflict.
2209
c17587fe
SM
22102007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * doc-view.el: Use expand-file-name rather than concat.
2213 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2214 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2215 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2216 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2217 not to have to touch the buffer's content.
2218 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2219 (doc-view-mode): Use it. Don't mark as a special mode.
2220 Put the page numbers in the modeline.
2221 Set up the overlay. Hide the cursor. Run the mode hook.
2222 Use after-revert-hook rather than revert-buffer-function.
2223 (doc-view-search-internal): Fix typo.
2224 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2225 image-cache flush.
2226 (doc-view-reconvert-doc): Don't reset the whole mode.
2227 (doc-view-make-safe-dir): New function.
2228 (doc-view-current-cache-dir): Use it.
2229
36d4b145
JR
22302007-10-30 Jason Rumney <jasonr@gnu.org>
2231
2232 * time.el (display-time-world-list): Test for zoneinfo support.
2233
a7580c1c
MA
22342007-10-30 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2237
2238 * net/tramp-cache.el (tramp-flush-file-function): Check also
2239 `default-directory' if `buffer-file-name' does not return a
2240 string. Added to `eshell-pre-command-hook'.
2241
1a59edfc
SM
22422007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2243
f4c75497
SM
2244 * doc-view.el (doc-view-current-doc): Remove.
2245 Replace all uses by buffer-file-name.
2246 (doc-view-menu): New menu.
2247 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2248 unused var `doc'.
2249 (doc-view-sort): Simplify.
2250 (doc-view-buffer-message): Don't change buffer-modified-p.
2251 (doc-view-mode): Change it here instead.
2252 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2253 Don't modify the global value of revert-buffer-function.
2254
1a59edfc
SM
2255 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2256 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2257 (image-toggle-display): Take overlays into account and don't assume
2258 point-min==1.
2259
01823b77
TTN
22602007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2261
2262 * vc.el (vc-annotate): Fix omission bug:
2263 Specify value for vc-sentinel-movepoint.
2264
e0628060
MO
22652007-10-30 Michael Olson <mwolson@gnu.org>
2266
2267 * textmodes/remember.el (remember-mode-hook)
f4c75497
SM
2268 (remember-handler-functions, remember-annotation-functions):
2269 Add additional items as options, including some Org functions.
e0628060 2270
5b549c31
GM
22712007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2272
2273 * doc-view.el: Remove cl-dependency.
2274 (doc-view-buffer-message): Mention new binding K.
2275 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2276 instead of variable.
2277 (doc-view-current-cache-dir): Better cache dir naming.
2278 (doc-view-current-display): Remove variable.
2279 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2280 (doc-view-kill-proc): Set converter process to nil.
2281 (doc-view-minor-mode): New minor mode.
2282 (doc-view-minor-mode-map): New keymap.
2283 (doc-view-mode): Remove text/image switching code. Use plain defun.
2284 (doc-view-mode-map): New binding K kills converter process.
2285 Remove C-c C-e binding.
2286 (doc-view-mode-text-map): Remove keymap.
2287 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2288 d-v-display-maybe.
2289 (doc-view-previous-major-mode): New variable.
2290 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2291 (doc-view-remove-if): New function.
2292 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2293 (doc-view-toggle-display): Toggle modes instead of display styles.
2294 (doc-view-reconvert-doc): Adapt to new way of doing things.
2295
2296 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2297
2799e7a0
GM
22982007-10-30 Glenn Morris <rgm@gnu.org>
2299
370d4074 2300 * dirtrack.el (dirtrack-mode): Doc fix.
b5729367 2301
370d4074
GM
2302 * shell.el (shell-dirtrack-verbose, shell-mode)
2303 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2304
2799e7a0
GM
2305 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2306 (byte-compile-enable-warning): Doc fix.
2307
2308 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2309 suppress byte-opt warning.
2310
4ea0e84a
DN
23112007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2314 (edt-gnu-emacs19-p): Remove.
2315 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2316 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2317 (edt-end-of-line-forward, edt-end-of-line-backward)
2318 (edt-one-word-forward, edt-one-word-backward, edt-character)
2319 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2320 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2321 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2322 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2323 (edt-sentence-backward, edt-paragraph-forward)
2324 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2325 (edt-window-bottom, edt-scroll-window-forward-line)
2326 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2327 (edt-line-to-top-of-window, edt-paragraph-backward)
2328 (edt-restore-key, edt-window-top, edt-window-bottom)
2329 (edt-scroll-window-forward-line)
2330 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2331 (edt-line-to-middle-of-window, edt-goto-percentage)
2332 (edt-display-the-time, edt-remember, edt-split-window)
2333 (edt-emulation-on, edt-emulation-off)
2334 (edt-default-emulation-setup, edt-user-emulation-setup)
2335 (edt-select-default-global-map, edt-select-user-global-map):
2336 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2337 tests.
2338
1a59edfc
SM
2339 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2340 Use feature test instead of boundp test so it can be resolved at
4ea0e84a
DN
2341 compile time.
2342
39da3b68 2343 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4ea0e84a 2344
79415279
SM
23452007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2348 Update all users.
2349 (abbrev-get, abbrev-put): Simplify.
2350 (define-abbrev): Don't store the `force' value in the :system property.
2351 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2352
f2168a4c
MO
23532007-10-30 Michael Olson <mwolson@gnu.org>
2354
2355 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2356
15f3eb73
MO
2357 * textmodes/remember.el: New file that implements a mode for
2358 quickly jotting down things to remember.
2359
2360 * textmodes/remember-diary.el: A backend for remember.el that
2361 implements saving notes to a Diary file.
2362
2a1408fd
DN
23632007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2364
1a59edfc 2365 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2a1408fd 2366 Relocate in file.
1a59edfc 2367 (allout-doublecheck-at-and-shallower): Increase to include
0bbaf7b4
JB
2368 slightly greater depths, since yank interaction is now ok.
2369 Also, elaborate the docstring to explain the situation.
1a59edfc 2370 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2a1408fd
DN
2371 instead of concat, so we accommodate key sequences expressed as
2372 vectors as well as strings and lists.
1a59edfc 2373 (allout-flag-region, allout-hide-by-annotation): Make the
2a1408fd 2374 hidden-text overlays 'front-advance.
0bbaf7b4 2375 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1a59edfc
SM
2376 (allout-aberrant-container-p, allout-on-current-heading-p)
2377 (allout-e-o-prefix-p, allout-next-heading)
2378 (allout-previous-heading, allout-goto-prefix)
2379 (allout-end-of-prefix, allout-next-sibling-leap)
2380 (allout-next-visible-heading, allout-auto-fill)
2381 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2382 (allout-yank-processing, allout-resolve-xref)
2383 (allout-current-topic-collapsed-p, allout-hide-region-body)
2384 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2385 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2386 (count-trailing-whitespace-region): Preserve match data, so allout
0bbaf7b4 2387 outline navigation doesn't disrupt other Emacs operations.
1a59edfc 2388 (allout-beginning-of-line): Retreat to the beginning of the hidden
2a1408fd 2389 text, so fields are respected (for submodes that care).
0bbaf7b4 2390 (allout-end-of-line): Preserve mark activation status when jumping.
1a59edfc 2391 (allout-open-topic): Account for opening after a child that
0bbaf7b4
JB
2392 contains a hidden trailing newline. Preserve match data.
2393 Run allout-structure-added-hook
1a59edfc
SM
2394 (allout-encrypt-decrypted): Preserve match data.
2395 (allout-toggle-current-subtree-exposure): Add new interactive
2a1408fd 2396 function for toggle subtree exposure - suggested by tassilo.
1a59edfc 2397 (move-beginning-of-line, move-end-of-line): Don't use
39da3b68 2398 line-move-invisible-p, it's obsolete - substitute the code, instead.
2a1408fd 2399
6546555e
DN
24002007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2401
fc5e09b3
DN
2402 * textmodes/flyspell.el (message-signature-separator):
2403 * longlines.el (message-indent-citation-function): Pacify byte
2404 compiler.
2405
2406 * emacs-lisp/cl-loaddefs.el:
2407 * ldefs-boot.el: Regenerate.
2408
2409 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2410 (.el.elc, compile, compile-always, compile-calc)
2411 ($(lisp)/progmodes/cc-mode.elc): Use it.
2412
b5729367
JB
2413 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2414 Only do work for XEmacs.
c9b3d6a5
DN
2415 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2416 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2417 on XEmacs.
2418 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2419 (ps-x-color-name, ps-x-color-specifier-p)
2420 (ps-x-copy-coding-system, ps-x-device-class)
2421 (ps-x-extent-end-position, ps-x-extent-face)
2422 (ps-x-extent-priority, ps-x-extent-start-position)
2423 (ps-x-face-font-instance, ps-x-find-coding-system)
2424 (ps-x-font-instance-properties, ps-x-make-color-instance)
2425 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2426 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2427 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2428 (ps-generate-postscript-with-faces): Delete defaliases.
2429 (ps-face-foreground-name, ps-face-background-name)
b5729367
JB
2430 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2431 Move definitions to top level, make the body conditional on the Emacs
0bbaf7b4 2432 flavor. Replace uses of deleted aliases and renamed functions.
c9b3d6a5
DN
2433 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2434 of deleted aliases and renamed functions.
2435
6546555e
DN
2436 * calc/calc.el (calc-emacs-type-lucid): Remove.
2437 (calc-digit-map, calcDigit-start, calc-read-key)
2438 (calc-clear-unread-commands):
2439 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2440 calc-emacs-type-lucid with (featurep 'xemacs)
2441
2442 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2443 (featurep 'xemacs).
2444 (tpu-lucid-emacs19-p): Remove.
2445 (tpu-map-key): Make it a function instead of using fset. Inline
2446 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2447 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2448
2449 * ielm.el: Use featurep 'xemacs.
2450
2451 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2452 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2453 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2454 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2455 cperl-xemacs-p with (featurep 'xemacs).
2456 (font-lock-cache-position): Pacify byte compiler.
2457
d9774611
RS
24582007-10-29 Drew Adams <drew.adams@oracle.com>
2459
2460 * faces.el (read-color): New function.
2461 (face-at-point, foreground-color-at-point)
2462 (background-color-at-point): New functions.
2463
24642007-10-28 Richard Stallman <rms@gnu.org>
2465
b5729367 2466 * net/browse-url.el (browse-url-text-xterm): Rename from
d9774611
RS
2467 browse-url-lynx-xterm and made generic.
2468 (browse-url-text-emacs): Likewise.
2469 (browse-url-text-browser): New variable.
b5729367 2470 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
d9774611
RS
2471 (browse-url-text-input-field, browse-url-text-input-attempts)
2472 (browse-url-kde-program): Likewise.
2473
4194f0a4
GM
24742007-10-29 Glenn Morris <rgm@gnu.org>
2475
2476 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2477 Use mapc rather than mapcar (reinstall change deleted without log
2478 entry 2007-10-22).
2479
e9283e70
MR
24802007-10-29 Martin Rudalics <rudalics@gmx.at>
2481
7b54abdd
JB
2482 * wdired.el (wdired-next-line, wdired-previous-line):
2483 Use next-line and previous-line wrapped in with-no-warnings.
e9283e70 2484
a0a5c583
GM
24852007-10-29 Ryan Yeske <rcyeske@gmail.com>
2486
7b54abdd 2487 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
a0a5c583
GM
2488 (rcirc-recent-quit-alist): New function.
2489 (rcirc): Print a better message when there is only one connected server.
2490 (rcirc-complete-nick): Do not update the nick table here.
2491 (rcirc-mode-map): Add M-o.
2492 (rcirc-current-line): Add variable.
2493 (rcirc-mode): Setup variables for line based omit.
2494 (rcirc-edit-multiline): Strip text properties.
2495 (rcirc-omit-responses): Add NICK.
2496 (rcirc-omit-threshold): Add variable.
2497 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2498 Add functions.
2499 (rcirc-print): Keep track of current line. Do not fill text if
2500 `rcirc-fill-flag' is null. Only omit text if the last activity
2501 from the sender is more than `rcirc-omit-threshold' lines ago.
2502 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2503 numbers instead of time.
2504 (rcirc-channel-nicks): Sort by line numbers instead of time.
2505 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2506 (rcirc-handler-JOIN): Restore the joiners linestamp.
2507 (rcirc-maybe-remember-nick-quit): Add function.
2508 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2509
08446d5e
JB
25102007-10-29 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * loadhist.el (unload-feature-special-hooks):
2513 Add `delete-frame-functions' and `suspend-tty-functions'.
2514
2515 * server.el (server-unload-function): Rename from `server-unload-hook'
2516 and adapt to new `unload-feature' functionality. Remove hook from
2517 `kill-buffer-hook' buffer-locally.
2518 (server-unload-hook): Remove.
2519 (server-unload-function): New var; replaces `server-unload-hook'.
2520
042be1d3
GM
25212007-10-29 Glenn Morris <rgm@gnu.org>
2522
2523 * dirtrack.el (dirtrack-debug): Doc fix.
2524 (dirtrack-mode, dirtrack-debug-mode): New names for
2525 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2526 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2527 Make obsolete.
2528 (dirtrack-debug-message): Only print message if
2529 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2530 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2531 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2532
cf637a34
GM
25332007-10-28 Glenn Morris <rgm@gnu.org>
2534
2535 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2536 (byte-compile-warnings-safe-p): Handle `not'.
2537 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2538 (byte-compile-enable-warning): New functions.
2539 (byte-compile-eval-before-compile)
2540 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2541 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2542 but do not modify it.
2543 (byte-compile-eval, byte-compile-obsolete)
2544 (byte-compile-warn-about-unresolved-functions)
2545 (byte-compile-file-form-defvar)
2546 (byte-compile-file-form-custom-declare-variable)
2547 (byte-compile-file-form-require)
2548 (byte-compile-file-form-defmumble, byte-compile-lambda)
2549 (byte-compile-form, byte-compile-normal-call)
2550 (byte-compile-variable-ref, byte-compile-defvar)
2551 (byte-compile-make-variable-buffer-local):
2552 Use byte-compile-warning-enabled-p.
2553 * emacs-lisp/advice.el (ad-compile-function):
2554 Use byte-compile-disable-warning.
bdf5c7d9
GM
2555 * emacs-lisp/cl.el: Move local variables to end of file, and set
2556 byte-compile-warnings to `(not cl-functions)'.
cf637a34
GM
2557 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2558 byte-compile-warnings to `(not cl-functions)'.
2559 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2560 byte-compile-warnings to `(not cl-functions)'.
2561 (cl-do-proclaim): Use byte-compile-disable-warning and
2562 byte-compile-enable-warning.
2563 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2564 byte-compile-warnings to `(not cl-functions)'.
2565 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2566 Use byte-compile-disable-warning.
2567
a7f58f4b
DN
25682007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2569
2570 * cus-edit.el (custom-browse-insert-prefix):
2571 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2572
c48254fb
JB
25732007-10-28 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * server.el (server-process-filter): Fix typo in docstring.
2576 (server-log): Reflow docstrings.
2577 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2578 (server-goto-line-column): Use `when'.
2579
72a69d7f
JL
25802007-10-28 Juri Linkov <juri@jurta.org>
2581
2582 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2583 when mouse is clicked on the isearch message.
2584 (isearch-resume): Call `isearch-update' at the end.
2585 Rename argument `search' to `string' to conform to the
2586 isearch terminology.
2587
e047f448
SM
25882007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 Rewrite abbrev.c in Elisp.
2591 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2592 (abbrev-table-get, abbrev-table-put, abbrev-get)
2593 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2594 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2595 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2596 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2597 (unexpand-abbrev, abbrev--write, abbrev--describe)
2598 (insert-abbrev-table-description, define-abbrev-table):
2599 New funs, largely transcribed from abbrev.c.
2600 (abbrev-with-wrapper-hook): New macro.
2601 (abbrev-table-name-list, global-abbrev-table)
2602 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2603 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2604 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2605 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2606 New vars, largely transcribed from abbrev.c.
2607 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2608 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2609 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2610
ccae01a6
VJL
26112007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2612
2613 * ps-print.el: Now detect if text foreground and background colors are
c48254fb 2614 equal and replace the foreground color by another color, so the text
ccae01a6
VJL
2615 becomes visible. Doc fix.
2616 (ps-print-version): New version 6.8.
2617 (ps-default-fg, ps-default-bg): Docstring fix.
2618 (ps-postscript-code-directory): Fix default value code.
2619 (ps-fg-list, ps-fg-validate-p): New options.
2620 (ps-foreground-list): New var.
2621 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2622
2161a8ac
GM
26232007-10-27 Glenn Morris <rgm@gnu.org>
2624
2625 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2626 (shell-dirtrack-toggle): Mark as obsolete.
2627 (dirtrack-toggle, dirtrack-mode): No longer alias to
2628 shell-dirtrack-mode.
2629
ecaf7186
JB
26302007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2631
2632 * calc/calc.el (math-standard-opers): Lower the precedence
2633 of negation.
2634 * calc/calc-lang.el (math-oper-table): Lower precedence of
2635 negation for C, TeX, and eqn.
2636
f83fb05a
DN
26372007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2638
2639 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2640
8f3f313d
JB
26412007-10-27 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2644 (desktop-not-loaded-hook): Fix :version tags.
2645
a4aeb9a4
MA
26462007-10-27 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2649 (tramp-get-remote-tmpdir): New defun.
2650 (tramp-make-tramp-temp-file): Use it.
2651 (tramp-local-call-process): New defun. Replace all calls of
2652 `call-process' by this when appropriate.
2653 (tramp-handle-write-region): Replace calls of `file-attributes' by
2654 `tramp-compat-file-attributes'.
2655 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2656 Make the first command a `tramp-send-command' call, with let-bind
2657 of `tramp-end-of-output'.
2658 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
f14ee802
JB
2659 (tramp-load-report-modules, tramp-append-tramp-buffers):
2660 Move to tramp-cmds.el.
a4aeb9a4
MA
2661
2662 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2663 (tramp-fish-do-copy-or-rename-file)
2664 (tramp-fish-do-copy-or-rename-file-directly):
2665 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2666 Add parameter PRESERVE-UID-GID.
2667
dca2168c
EZ
26682007-10-27 Eli Zaretskii <eliz@gnu.org>
2669
2670 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2671 New defcustoms.
2672 (display-time-world-list): Use them as appropriate for the current
2673 value of `system-type'.
2674
ebe4c710
VJL
26752007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2676
2677 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2678 Move (again) some variable definitions before use, define some fun
2679 aliases, no code change.
2680 (pr-version): New version 6.9.2.
2681 (pr-path-style, pr-auto-region, pr-menu-char-height)
2682 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2683 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2684 via (defvar VAR).
2685 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2686 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2687 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2688 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2689 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
ccae01a6 2690 (pr-menu-print-item, pr-ps-printer-menu-modified)
ebe4c710
VJL
2691 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2692 (pr-even-or-odd-alist): Vars definition moved.
2693
72229917
DN
26942007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2695
3fe5c37a
DN
2696 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2697 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2698 around uses of previous-line and next-line.
2699
f14ee802
JB
2700 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2701 New defvars.
3fe5c37a
DN
2702
2703 * textmodes/css-mode.el (comment-continue):
2704 * net/browse-url.el (url-handler-regexp):
f14ee802
JB
2705 * progmodes/idlw-help.el (idlwave-system-routines):
2706 Pacify byte-compiler.
3fe5c37a 2707
72229917 2708 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
f14ee802
JB
2709 line-move-invisible-p with its former definition: invisible-p.
2710 line-move-invisible-p was removed on 2007-08-29.
72229917 2711
6daab4ed
JB
27122007-10-26 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * files.el (kill-emacs-query-functions): Doc fix;
2715 `save-buffers-kill-emacs' is no longer bound to a key.
2716
9097e8af
RS
27172007-10-26 Richard Stallman <rms@gnu.org>
2718
2719 * isearch-multi.el (isearch-buffers-multi): New option.
2720 (isearch-buffers-search-fun): Test it.
2721
2722 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2723 Put ps-run-clear on C-c C-l.
2724
2725 * newcomment.el (comment-styles): New style indent-or-triple.
2726 (comment-style): Make that the default.
2727 (comment-add defvar): Doc fix.
2728 (comment-add): Delete arg EXTRA.
2729 (comment-region-default): Open code call to comment-add.
2730 Handle indent-or-triple style which uses `multi-char' for INDENT.
2731
622ce662
JB
27322007-10-26 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * eshell/em-unix.el (nil-blank-string): Doc fix.
2735
4990598e
JW
27362007-10-26 John Wiegley <johnw@newartisans.com>
2737
2738 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
622ce662 2739 function, ensure that the third argument is turned into a nil if
4990598e
JW
2740 the string is otherwise completely empty (either no characters, or
2741 all tabs/spaces). This fixes a bug from a user who found himself
2742 unable to customize `diff-switches' and still use Eshell's diff
2743 command.
2744
6a831405
GM
27452007-10-26 Glenn Morris <rgm@gnu.org>
2746
2747 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2748 safe-local-variable property.
2749
66dc1ca2
RS
27502007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2751
2752 * net/browse-url.el (browse-url-browser-function): Delete grail.
2753 (browse-url-grail): Function and variable deleted.
2754 (browse-url-browser-function): Delete IXI Mosaic.
2755 (browse-url-default-browser): Don't try IXI Mosaic.
2756 (browse-url-iximosaic): Function deleted.
2757 (browse-url-browser-function): Delete MMM.
2758 (browse-url-default-browser): Don't try MMM.
2759 (browse-url-mmm): Function deleted.
2760
27612007-10-26 Drew Adams <drew.adams@oracle.com>
2762
2763 * custom.el (custom-note-var-changed): New function.
2764
0bde6a03
DN
27652007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2766
2767 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
622ce662 2768 use with the definition. Remove.
0bde6a03
DN
2769
2770 * add-log.el (change-log-start-entry-re): New defconst.
2771 (change-log-sortable-date-at): Use it.
622ce662
JB
2772 (change-log-beginning-of-defun, change-log-end-of-defun):
2773 New functions.
0bde6a03
DN
2774 (change-log-mode): Use them for beginning-of-defun-function and
2775 end-of-defun-function.
2776
4eb3897c
JY
27772007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2778
2779 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5aec60df 2780 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4eb3897c
JY
2781 (ses-recalculate-cell): Deal with point being just beyond end of
2782 data area (why does this happen?)
2783 (ses-set-curcell): Ditto.
2784 (ses-column-letter): Handle columns beyond 702. Code written by
2785 Gareth Rees.
2786
35a5d294
CD
27872007-10-25 Carsten Dominik <dominik@science.uva.nl>
2788
5aec60df
JB
2789 * textmodes/org.el (org-agenda-get-restriction-and-command):
2790 Use `mapc' instead of `mapcar'.
35a5d294
CD
2791 (org-agenda-list): Numeric prefix argument can specify the number
2792 of days.
2793 (remember-register, remember-buffer): Prevent byte compiler from
2794 complaining.
89be04af 2795 (org-todo): Save and restore match data.
429f0457
CD
2796 (org-no-warnings): New macro.
2797 (org-columns-eval): Use `org-no-warnings'.
35a5d294 2798
b68769f2
GM
27992007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2800
2801 * comint.el (comint-password-prompt-regexp):
2802 Handle `[sudo] password'-style prompt.
2803
28042007-10-25 Glenn Morris <rgm@gnu.org>
2805
2806 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2807 (defcustom): Doc fix.
2808
2809 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2810 Add `non_intrinsic'.
2811 (f90-constants-re): Add ieee modules.
2812 (f90-typedef-matcher, f90-typedec-matcher)
2813 (f90-imenu-type-matcher): New functions.
2814 (f90-font-lock-keywords-1): Give module procedures function-name face.
2815 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2816 Add `use, intrinsic'.
2817 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2818 Move start of `enum' blocks to separate entry.
2819 (f90-start-block-re): Fix `type', `abstract interface'.
2820 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2821 derived types.
2822 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2823 `elemental', change `enumerator'.
2824 (f90-no-block-limit): Fix `abstract interface'.
2825
2826 * progmodes/f90.el (f90-indented-comment-re)
2827 (f90-directive-comment-re, f90-break-delimiters):
2828 * progmodes/fortran.el (fortran-comment-line-start-skip)
2829 (fortran-directive-re):
2830 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2831 as safe if they are strings.
2832
70b8d0a4
SM
28332007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * startup.el (window-system): Remove. Don't make it frame-local.
2836
fdc90613 28372007-10-24 Richard Stallman <rms@gnu.org>
6fee106e 2838
fdc90613 2839 * savehist.el (savehist-save): Omit unreadable elements.
6fee106e 2840
1a59edfc 2841 * loadhist.el (unload-function-defs-list): Rename from
fdc90613
MB
2842 unload-function-features-list.
2843 (unload-feature-special-hooks, unload-feature): Doc fixes.
6fee106e 2844
fdc90613
MB
2845 * indent.el (indent-to-left-margin): If point's in the indentation,
2846 move to the end of the indentation.
6fee106e 2847
fdc90613 2848 * cus-edit.el (customize-changed-options): Make arg optional.
6fee106e 2849
fdc90613 28502007-10-24 Juanma Barranquero <lekktu@gmail.com>
6fee106e 2851
fdc90613 2852 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
6fee106e 2853
5656d1bf
DN
28542007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2855
2856 * textmodes/org-publish.el (org-publish-attachment): Re-install
2857 accidentally deleted change.
2858
d1886efb
SM
28592007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2862
392225ee
JB
28632007-10-24 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2866 (Buffer-menu-mode-map): Initialize in the declaration.
2867 (Buffer-menu-mode): Define with `define-derived-mode'.
2868
e6fc6b48
CD
28692007-10-24 Carsten Dominik <dominik@science.uva.nl>
2870
d1886efb
SM
2871 * textmodes/org.el (org-version): Change to 5.13e.
2872 (org-agenda-file-regexp): Fix typo in docstring.
2873 (org-add-planning-info): Fix bug in parenthesis settings.
392225ee 2874 (org-scan-tags): Catch the case of indirect buffers with no filename.
e6fc6b48 2875 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
d1886efb 2876 Re-install switch to mapc, had been removed by accident.
e6fc6b48 2877 (org-columns-map): New binding `C-c C-o'.
d1886efb
SM
2878 (org-columns-menu): Change menu text and added new entry.
2879 (org-columns-eval): Document the use of `next-line'.
e6fc6b48 2880 (org-columns-open-link): New function.
d1886efb 2881 (org-columns-follow-link): Remove function.
e6fc6b48 2882 (org-open-link-from-string): New function.
d1886efb 2883 (org-read-date-get-relative): Fix typo in docstring.
e6fc6b48
CD
2884 (org-read-date-get-relative): Leading +/- is not optional.
2885 (org-agenda-get-restriction-and-command): Always resize window on
2886 first loop cycle.
2887 (org-agenda-open-link): Make sure the link abbreviations are
2888 present in the agenda buffer.
2889 (org-agenda-copy-local-variable): New function.
2890
0b8dce84
SM
28912007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2894
eb3d6c67
SM
28952007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * simple.el (reindent-then-newline-and-indent): Use a `move after
2898 insert' kind of marker in the save-excursion.
2899
fdc90613 29002007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2901
fdc90613
MB
2902 * textmodes/css-mode.el: Require CL.
2903 (comment-continue): Declare.
6fee106e 2904
fdc90613
MB
2905 * subr.el (make-variable-frame-localizable): Remove.
2906 (make-variable-frame-local): Mark obsolete.
6fee106e 2907
fdc90613 29082007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2909
fdc90613
MB
2910 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2911 of the subdirs is unreadable.
6fee106e 2912
3bde9f24
MA
29132007-10-23 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2916 when we are local.
2917
d720f96e
SM
29182007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * progmodes/python.el (python-current-defun): Remove left-over
2921 assignment to `start'.
2922
368851a5
JB
29232007-10-23 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2926 than `mapcar'; return value is not used.
2927
700fb4ba
DN
29282007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2931 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2932
de4032e9
JB
29332007-10-23 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2936 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2937
657e8332
DN
29382007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2939
de4032e9 2940 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
657e8332 2941
5eceba81
JB
29422007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2943
2944 * emacs-lisp/advice.el (ad-make-advised-docstring):
2945 Add ad-advice-info text property to doc string.
2946
a4430c3a
GM
29472007-10-23 Glenn Morris <rgm@gnu.org>
2948
b404cf7b
GM
2949 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2950 (f90-type-indent, f90-program-indent, f90-associate-indent)
2951 (f90-continuation-indent, f90-comment-region)
2952 (f90-beginning-ampersand, f90-smart-end)
2953 (f90-break-before-delimiters, f90-auto-keyword-case)
2954 (f90-leave-line-no, f90-mode-hook):
2955 Give an appropriate safe-local-variable property.
2956
a4430c3a
GM
2957 * progmodes/fortran.el (fortran-tab-mode-default)
2958 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2959 (fortran-structure-indent, fortran-continuation-indent)
2960 (fortran-comment-indent, fortran-comment-line-extra-indent)
2961 (fortran-comment-line-start)
2962 (fortran-minimum-statement-indent-fixed)
2963 (fortran-minimum-statement-indent-tab)
2964 (fortran-comment-indent-char, fortran-line-number-indent)
2965 (fortran-check-all-num-for-matching-do)
2966 (fortran-blink-matching-if, fortran-continuation-string)
2967 (fortran-comment-region, fortran-electric-line-number)
2968 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2969 (fortran-analyze-depth, fortran-break-before-delimiters):
2970 Give an appropriate safe-local-variable property.
2971
32707f05
DN
29722007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2973
2974 * printing.el: Move variable definitions before use.
2975 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2976
fdc90613 29772007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2978
fdc90613
MB
2979 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2980 (tpu-edt-off): Use it.
2981 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2982 the global-map before adding it to global-map.
6fee106e 2983
fdc90613
MB
2984 * menu-bar.el (global-buffers-menu-map): New var.
2985 (global-map, menu-bar-update-buffers): Use it.
2986 * msb.el (msb-menu-bar-update-buffers): Use it.
2987 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2988 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
6fee106e 2989 Use with-current-buffer.
6fee106e 2990
73b27641
JL
29912007-10-22 Juri Linkov <juri@jurta.org>
2992
2993 * isearch-multi.el: New file.
2994
2995 * isearch.el (isearch-search-string): After finding the next
2996 occurrence switch to buffer isearch-buffers-current-buffer when
2997 isearch-buffers-next-buffer-function is non-nil and
2998 isearch-buffers-current-buffer is live.
2999
3000 * add-log.el (change-log-mode): Make and set buffer-local variable
3001 isearch-buffers-next-buffer-function to change-log-next-buffer.
3002 Call isearch-buffers-minor-mode.
3003 (change-log-next-buffer): New function.
3004
69c2d914
JW
30052007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3006
01823b77 3007 * org-export-latex.el (org-export-latex-protect-string):
1a59edfc 3008 Renaming of `org-latex-protect'.
01823b77 3009 (org-export-latex-emphasis-alist): By default, don't protect
1a59edfc
SM
3010 any emphasis formatter from further conversion.
3011 (org-export-latex-tables): Honor column grouping for tables.
69c2d914 3012 (org-export-latex-title-command): New option.
1a59edfc
SM
3013 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3014 export backslash character.
69c2d914 3015
03f3cf35
JW
30162007-10-22 Carsten Dominik <dominik@science.uva.nl>
3017
93137d49 3018 * textmodes/org.el (org-read-date-get-relative): New function.
03f3cf35
JW
3019 (org-agenda-file-regexp): New variable.
3020 (org-agenda-files): Allow directories in the variable.
3021 (org-agenda-get-restriction-and-command): New function.
3022 (org-agenda): Use `org-agenda-get-restriction-and-command'.
8b296cdd 3023 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
03f3cf35
JW
3024 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3025 New functions.
3026 (org-entry-add-to-multivalued-property)
3027 (org-entry-remove-from-multivalued-property)
3028 (org-entry-member-in-multivalued-property): New functions.
3029 (org-remember-apply-template): Catch C-g and make sure window
3030 configuration is restored.
8b296cdd 3031 (org-agenda-open-link): Make it work with several links in the line.
03f3cf35 3032 (org-drawers, org-set-regexps-and-options)
8b296cdd 3033 (org-get-current-options): Add support for a DRAWERS in-buffer option.
03f3cf35
JW
3034 (org-agenda-window-frame-fractions): New option.
3035 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3036 (org-columns-cleanup-item, org-find-entry-with-id)
3037 (org-insert-columns-dblock, org-listtable-to-string)
3038 (org-dblock-write:columnview, org-columns-capture-view)
3039 (org-edit-headline): New functions.
3040 (org-agenda-to-appt): Require calendar.
3041 (org-entry-get-with-inheritance): Widen for search.
3042 (org-columns-display-here): Don't mark buffer as modified when
3043 adding space characters to accomodate column overlays.
3044 (org-export-as-html): Better formatting of tags in the toc.
8b296cdd 3045 (org-columns-display-here): Make the ITEM column as compact as possible.
03f3cf35
JW
3046 (org-remember-templates): Customization interface improved.
3047 (org-export-with-property-drawer): Variable removed.
3048 (org-export-with-drawers): New option.
3049 (org-complex-heading-regexp): New variable.
3050 (org-sort-entries): Rewrite using `sort-subr'.
8b296cdd 3051 (org-set-property): More appropriate completion during interactive use.
03f3cf35 3052 (org-sort-entries): Allow sorting by property.
8b296cdd
JB
3053 (org-additional-option-like-keywords): Add more values.
3054 (org-sort-entries-or-items): Rename from `org-sort-entries'.
03f3cf35
JW
3055
30562007-10-22 Carsten Dominik <dominik@science.uva.nl>
3057
93137d49 3058 * textmodes/org.el (org-get-date-from-calendar): New function.
03f3cf35
JW
3059 (org-at-timestamp-p, org-timestamp-change)
3060 (org-remember-templates): First element of each entry is now a
3061 name for the template.
3062 (org-store-log-note): Check for `org-note-abort'.
3063 (org-kill-note-or-show-branches): New command.
3064 (org-fontify-priorities): New option.
3065 (org-fontify-priorities): New function.
3066 (org-cut-subtree, org-copy-subtree): New argument N to
3067 act on N sequential subtrees.
3068 (org-paste-subtree): Fix the level at which a tree is pasted.
3069 (org-fit-agenda-window): Limitations on window size removed.
8b296cdd
JB
3070 (org-agenda-find-same-or-today-or-agenda): Rename from
3071 `org-agenda-find-today-or-agenda'.
03f3cf35
JW
3072 (org-scheduled-past-days): New option.
3073 (org-agenda-scheduled-leaders)
3074 (org-agenda-deadline-leaders): New options.
3075 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3076 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3077 (org-export-with-tags, org-export-plist-vars)
3078 (org-infile-export-plist): New "tags" option.
3079 (org-use-property-inheritance): New option.
3080 (org-cached-entry-get): Use `org-use-property-inheritance'.
8b296cdd 3081 (org-remember-apply-template): Fix typo.
03f3cf35 3082
7e780ff1
MA
30832007-10-22 Michael Albinus <michael.albinus@gmx.de>
3084
3085 * net/tramp.el (tramp-find-shell)
3086 (tramp-open-connection-setup-interactive-shell): Improve sending
3087 initial commands.
3088 (tramp-action-terminal): Send debug message.
8b296cdd 3089 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
7e780ff1
MA
3090 (tramp-barf-if-no-shell-prompt): Insert code of
3091 `tramp-wait-for-shell-prompt'.
3092
4cbe2739
SM
30932007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3094
916e6880
SM
3095 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3096
4cbe2739
SM
3097 * term/vt200.el (terminal-init-vt200):
3098 * term/vt201.el (terminal-init-vt201):
3099 * term/vt220.el (terminal-init-vt220):
3100 * term/vt240.el (terminal-init-vt240):
3101 * term/vt300.el (terminal-init-vt300):
3102 * term/vt320.el (terminal-init-vt320):
3103 * term/vt400.el (terminal-init-vt400):
3104 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3105
3106 * term/wyse50.el (wyse50-terminal-map): New var.
3107 (terminal-init-wyse50): Use it and input-decode-map.
3108 (enable-arrow-keys): Emasculate.
3109
3110 * term/tvi970.el (tvi970-terminal-map): New var.
3111 (terminal-init-tvi970): Use it and input-decode-map.
3112 (tvi970-keypad-numeric): Remove.
3113 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3114
3115 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3116 (terminal-init-sun): Use it and input-decode-map.
3117
3118 * term/news.el (terminal-init-news):
3119 * term/lk201.el (terminal-init-lk201):
3120 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3121
e4a7fe73 31222007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
da3e76dc
JB
3123
3124 * complete.el (PC-expand-many-files): Remove.
3125 (PC-do-completion): Call file-expand-wildcards instead of
3126 PC-expand-many-files.
3127
3128 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3129 (PC-expand-many-files): Remove advice.
3130
d4654cff
GM
31312007-10-22 Glenn Morris <rgm@gnu.org>
3132
3133 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5ab33946
GM
3134 Add some support for Fortran 2003 syntax:
3135 (f90-type-indent): Now also applies to `enum'.
3136 (f90-associate-indent): New user option.
3137 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3138 Add some F2003 keywords.
3139 (f90-constants-re): New constant.
3140 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3141 Interface'.
3142 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3143 `class'. Arguments for `type'/`class' may have spaces. Add a new
3144 element for functions with specified types. Add `end enum' and
4cbe2739
SM
3145 `select type'. Add `implicit enumerator' and `procedure'.
3146 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5ab33946
GM
3147 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3148 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3149 (f90-blocks-re): Add `enum' and `associate'.
3150 (f90-else-like-re): Add `class is', `type is', and `class default'.
3151 (f90-end-type-re): Add `enum'.
3152 (f90-end-associate-re, f90-typeis-re): New constants.
3153 (f90-end-block-re): Add `enum' and `associate'. Change from
3154 optional whitespace to end-of-word, to avoid `enumerator'.
3155 (f90-start-block-re): Add `select type', `abstract interface', and
3156 `enum'. Avoid `type is', and `type (sometype)'.
3157 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3158 (f90-mode): Doc fix.
3159 (f90-looking-at-select-case): Doc fix. Add `select type'.
e4a7fe73 3160 (f90-looking-at-associate): New function.
5ab33946
GM
3161 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3162 Add `enum' and `abstract interface'.
3163 (f90-no-block-limit): Add `select type' and `abstract interface'.
3164 (f90-get-correct-indent, f90-calculate-indent)
3165 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
602d8678 3166 (f90-indent-region, f90-match-end): Handle `associate' blocks.
d4654cff 3167
ca03b5a9
GM
31682007-10-22 Martin Rudalics <rudalics@gmx.at>
3169
3170 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3171 Use window-full-width-p.
3172
46447ab3
DN
31732007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3174
3175 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3176
3177 * tooltip.el: Use featurep 'xemacs.
3178
602d8678 3179 * printing.el: Move variable definitions before use, no code change.
46447ab3 3180
b38fc7f1
JL
31812007-10-22 Juri Linkov <juri@jurta.org>
3182
3183 * simple.el (goto-history-element): Allow minibuffer-default to be
3184 a list of default values accessible by typing M-n in the minibuffer.
3185
5420b514
JL
3186 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3187 minibuffer default value list instead of pushing them temporarily
3188 to the history list.
3189
fdc90613 31902007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 3191
fdc90613 3192 * hexl.el (hexl-menu): New major mode menu.
6fee106e 3193
538a93d8
SM
31942007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3197
3cd79f62
DN
31982007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3199
538a93d8 3200 * w32-fns.el (w32-quote-process-args):
200fe89b
DN
3201 * dos-w32.el (print-region-function, lpr-headers-switches)
3202 (ps-print-region-function): Pacify byte-compiler.
3203
f8246027 3204 * emulation/edt-mapper.el (function-key-map):
538a93d8
SM
3205 (edt-map-key): Make it a function instead of using fset.
3206 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
f8246027
DN
3207 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3208 (edt-x-emacs-p): Remove.
538a93d8 3209 (edt-emacs-variant, edt-window-system, edt-xserver):
f8246027
DN
3210 Use featurep 'xemacs.
3211
3212 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3213 Replace eudc-xemacs-p with its definition.
3214 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3215 (eudc-emacs-mule-p): Remove.
3216 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3217 eudc-xemacs-p with feature tests.
3218
3219 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3220 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3221 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
538a93d8
SM
3222 (eudc-bob-toggle-inline-display):
3223 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3224 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
f8246027 3225
538a93d8
SM
3226 * net/eudcb-ph.el (eudc-ph-open-session):
3227 Replace eudc-xemacs-mule-p with its former definition.
f8246027
DN
3228
3229 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
538a93d8 3230 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
f8246027 3231
538a93d8
SM
3232 * progmodes/vera-mode.el (vera-xemacs): Remove.
3233 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
f8246027
DN
3234
3235 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3236 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3237 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3238 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3239 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3240 with (featurep 'xemacs).
3241
3242 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
538a93d8
SM
3243 (save-buffer-state-x):
3244 * obsolete/fast-lock.el (fast-lock-verbose):
f8246027 3245 * emulation/viper-init.el (viper-xemacs-p)
538a93d8
SM
3246 (viper-cond-compile-for-xemacs-or-emacs):
3247 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3248 * ps-print.el (case-fold-search):
3249 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
f8246027
DN
3250 * calculator.el (calculator-help): Use featurep 'xemacs.
3251
3cd79f62 3252 * progmodes/prolog.el: Undo previous change.
538a93d8 3253 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3cd79f62
DN
3254
3255 * progmodes/dcl-mode.el:
3256 * play/yow.el:
3257 * calendar/todo-mode.el:
3258 * calendar/cal-hebrew.el:
3259 * vc-hg.el: Undo previous change.
538a93d8 3260
3cd79f62
DN
3261 * vms-patch.el: Likewise.
3262 (print-region-function): Pacify byte-compiler.
3263
5b2e628f
MA
32642007-10-21 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3267 preserve-uid-gid.
3268
3269 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3270 compatibility. It is not used, though.
3271
9c13938d
MA
3272 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3273 Require tramp-cmds.el.
3274 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3275 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3276 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3277 (tramp-do-copy-or-rename-file-out-of-band)
3278 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3279 possible, because we don't need to create the temporary file, but
538a93d8 3280 we need a prefix for ssh, which has its own temporary file handling.
9c13938d
MA
3281 (tramp-handle-delete-directory): Add "-f" to rmdir.
3282 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3283 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3284 a signal, in order to give the callee a chance to suppress.
3285 (tramp-handle-write-region): Set owner also in case of short
3286 track. Don't use compatibility calls for `write-region' anymore.
3287 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3288 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3289
3290 * net/tramp-cmds.el: New file.
3291
3292 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3293 `tramp-clear-passwd'.
3294
3295 * net/trampver.el: Update release number.
3296
2f42c75f
DN
32972007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * progmodes/gud.el (gud-target-name): Move definition before use.
3300
3301 * progmodes/dcl-mode.el: Require imenu at compile time.
3302
538a93d8
SM
3303 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3304 Pacify byte-compiler.
2f42c75f 3305
538a93d8 3306 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2f42c75f 3307
538a93d8
SM
3308 * eshell/esh-mode.el (eshell-handle-ansi-color):
3309 Require ansi-color at compile time too.
2f42c75f 3310
ba63d441 3311 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2f42c75f
DN
3312
3313 * w32-fns.el: Require w32-vars.
3314
3315 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3316 time too.
3317
c46f60a8
SM
33182007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3319
538a93d8 3320 * double.el ([ignore]): Use `ignore'.
c46f60a8
SM
3321 (double-setup): Inline into double-mode.
3322 (double-mode): Use define-minor-mode.
3323
729f1525
DN
33242007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3325
3326 * textmodes/reftex.el: Move require easymenu before first use.
3327 (reftex-info): Require info at compile too.
3328
3329 * textmodes/org-publish.el (org-publish-org-to-html)
3330 (org-publish-org-to): Require org at compile time too.
3331 (org-publish-attachment): Require at compile time too.
3332
c46f60a8
SM
3333 * term/tty-colors.el (w32-tty-standard-colors):
3334 Pacify byte-compiler.
729f1525
DN
3335
3336 * term/pc-win.el (frame-creation-function-alist): Add to this
3337 instead of setting frame-creation-function.
3338
3339 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3340
c46f60a8 3341 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
729f1525
DN
3342
3343 * calendar/todo-mode.el: Require calendar at compile time.
3344
3b0664df 3345 * calendar/cal-hebrew.el: Require holidays at compile time.
729f1525
DN
3346
3347 * w32-vars.el: Provide w32-vars.
3348
3349 * term/w32-win.el: Require w32-vars.
3350 (w32-color-map): Pacify byte-compiler.
3351
ba63d441 3352 * loadup.el: Load w32-vars before term/w32-win.
729f1525 3353
64b53a1f
JL
33542007-10-20 Juri Linkov <juri@jurta.org>
3355
3356 * textmodes/fill.el (fill-paragraph): When the region is active,
3357 don't try other `or' branches regardless of the value returned by
3358 fill-region; just return t.
3359
e0752dd7
ER
33602007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3361
3362 * vc.el (vc-do-command): Condition out a misleading message when
3363 running asynchronously.
ccd9fab6 3364 (vc-deduce-fileset): New argument enables using an unregistered
675007bc 3365 visited file as a singleton fileset if nothing else is available.
ccd9fab6 3366 (vc-next-action): Restore file-registering behavior.
e0752dd7 3367
437806ed
JB
33682007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3369
3370 * calc/README: Add recent news.
3371
97546017
DN
33722007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3375 (x-gtk-map-stock): Delete duplicated definitions from merge.
3376
97546017 3377 * progmodes/compile.el (compilation-skip-to-next-location)
ba63d441
JB
3378 (compilation-skip-threshold, compilation-skip-visited):
3379 Move definitions earlier.
97546017 3380
d5d1f5fd 3381 * play/decipher.el (decipher-keypress):
97546017
DN
3382 * play/zone.el (zone-fall-through-ws):
3383 * play/landmark.el (lm-move-down, lm-move-up):
3384 * play/handwrite.el (handwrite):
3385 * mail/mspools.el (mspools-visit-spool):
3386 * wdired.el (wdired-next-line, wdired-previous-line):
3387 * tar-mode.el (tar-subfile-save-buffer):
3388 * scroll-lock.el (scroll-lock-next-line)
3389 (scroll-lock-previous-line):
3390 * image-dired.el (image-dired-next-line)
3391 (image-dired-previous-line):
ba63d441
JB
3392 * ediff-help.el (ediff-help-message-line-length):
3393 Use forward-line.
97546017
DN
3394
3395 * smerge-mode.el (smerge-auto-refine):
3396 * diff-mode.el (diff-auto-refine): Add :group.
3397
3398 * play/yow.el: Require doctor at compile time.
3399
3400 * vmsproc.el: Provide vmsproc.
3401 (command-send-input): Use forward-line.
3402
3403 * vms-patch.el: Require ps-print and vmsproc at compile time.
3404
3405 * vc-mtn.el (log-view-message-re, log-view-file-re)
3406 (log-view-font-lock-keywords): Pacify byte-compiler.
3407
3408 * vc-hg.el: Require log-view at compile time.
3409
dce693f8
ER
34102007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3411
3412 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3413
dd026a6a
GM
34142007-10-20 Glenn Morris <rgm@gnu.org>
3415
3416 * progmodes/f90.el (f90-font-lock-keywords-2)
3417 (f90-looking-at-type-like): Fix regexp typos.
3418
1dd743c9
JB
34192007-10-19 Juanma Barranquero <lekktu@gmail.com>
3420
74a6d927 3421 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5c742460 3422 (bs-mode): Set mode-class property to special.
74a6d927 3423
2659df68
SM
34242007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * diff-mode.el (diff-auto-refine): New var.
3427 (diff-hunk): Use it.
3428 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3429 (diff-refine-change): Rename from diff-fine-change. Change it.
3430 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3431 (diff-refine-hunk): Rename from diff-fine-highlight.
3432
83ea5543
JPW
34332007-10-20 John Paul Wallington <jpw@pobox.com>
3434
3435 * help-fns.el (describe-variable-custom-version-info): New function
3436 to return variable's version or package version note.
3437 (describe-variable): Use it, display result.
3438
54a2247d
SM
34392007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3440
2daf4bc6
SM
3441 * smerge-mode.el (smerge-auto-refine): New var.
3442 (smerge-next, smerge-prev): Use it.
3443 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3444
cc349341
SM
3445 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3446 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3447
54a2247d
SM
3448 * vc-bzr.el (vc-bzr-diff-tree):
3449 * vc-git.el (vc-git-diff-tree):
3450 * vc-hg.el (vc-hg-diff-tree):
3451 * vc-mcvs.el (vc-mcvs-diff-tree):
3452 * vc-mtn.el (vc-mtn-diff-tree):
3453 * vc-svn.el (vc-svn-diff-tree): Remove.
3454
844b90ae
SM
3455 * vc-mtn.el (vc-mtn-revision-completion-table):
3456 * vc-cvs.el (vc-cvs-revision-completion-table):
3457 * vc-arch.el (vc-arch-revision-completion-table):
87d1a48e 3458 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
9f11ce4e 3459 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
844b90ae 3460 Make it work when the arg is a list of files.
a44d450b 3461
a7192ddb
SM
34622007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3465 Also `revision-completion-table' now takes a list of files.
3466 (vc-deduce-fileset): Remove unused var `regexp'.
3467 Only obey allow-directory-wildcard in dired buffers.
3468 (vc-default-diff-tree): Remove.
3469 (vc-diff-added-files): New var.
3470 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3471 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3472 Remove the `backend' arg.
3473 (vc-contains-version-controlled-file): Remove.
3474 (vc-diff): Bring it closer to the version in Emacs-22.
3475 (vc-revert): Fix typo in let-binding.
3476 (vc-default-unregister): Remove.
3477 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3478
7caf6803
DN
34792007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3480
3481 * textmodes/two-column.el (2C-split, 2C-merge):
3482 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3483 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3484 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3485 * progmodes/ada-xref.el (ada-get-all-references):
3486 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3487 * emulation/vi.el (vi-previous-line-first-nonwhite)
3488 (vi-effective-range, vi-put-before):
3489 * emulation/edt.el (edt-next-line, edt-previous-line)
3490 (edt-paragraph-forward): Use forward-line.
3491
3492 * progmodes/etags.el (tags-apropos): Require apropos at compile
3493 time too.
3494
3495 * progmodes/prolog.el: Require comint when compiling.
3496 (inferior-prolog-flavor): Move defvar before use.
3497
35a46c5c
RS
34982007-10-19 Richard Stallman <rms@gnu.org>
3499
3500 * font-core.el (turn-on-font-lock-if-desired):
a7192ddb 3501 Rename from `turn-on-font-lock-if-enabled'.
35a46c5c
RS
3502 Fully obey `font-lock-global-modes'.
3503
cd62539f
SM
35042007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3505
8872469d
SM
3506 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3507 which will not affect the behavior of things like forward-word.
3508 (diff-fine-highlight): Preserve point.
3509
eb8d0216
SM
3510 * doc-view.el (doc-view-mode-map): Use remapping.
3511 Don't rebind C-v, M-v to their default value.
3512 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3513
cd62539f
SM
3514 * smerge-mode.el: Add word-granularity refinement.
3515 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3516 (smerge-refine-weight-hack): New vars.
3517 (smerge-refine-forward): New fun.
3518 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3519 (smerge-refine-subst): Use them as well. Preserve point.
3520
d66d6ac0
JB
35212007-10-19 Juanma Barranquero <lekktu@gmail.com>
3522
fc779383
JB
3523 * follow.el (follow-unload-function): New function.
3524
d66d6ac0
JB
3525 * loadhist.el (unload-function-features-list):
3526 Rename from `unload-hook-features-list'.
3527 (unload-hook-features-list): Add as obsolete alias.
3528 (unload-feature): Use `unload-function-features-list'
3529 and new FEATURE-unload-function.
3530
7e4e9c66
GM
35312007-10-19 Glenn Morris <rgm@gnu.org>
3532
3533 * bindings.el (mouse-minor-mode-menu)
3534 (minor-mode-menu-from-indicator): Move to mouse.el.
3535 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
d66d6ac0 3536 Move here from bindings.el.
7e4e9c66 3537
07894d42
RS
35382007-10-19 Richard Stallman <rms@gnu.org>
3539
3540 * help-fns.el (describe-function-1): Don't use the advice origname
3541 if it has no function definition.
3542
bd316474
KY
35432007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3544
3545 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3546 Use `save-restriction' rather than `widen'.
3547
658dcd47
RS
35482007-10-18 Richard Stallman <rms@gnu.org>
3549
3550 * time.el (display-time-world-time-format): Display day # not month #.
3551
c9a9a5e3
RS
35522007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3553
9a905782
RS
3554 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3555
c9a9a5e3
RS
3556 * doc-view.el: Remove version keyword.
3557 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3558 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3559 (doc-view-ghostscript-options): Improve custom type.
3560 (doc-view-cache-directory, doc-view-conversion-buffer)
3561 (doc-view-conversion-refresh-interval): Simplify custom type.
3562
d27180ec
RS
35632007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3564
3565 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3566 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3567 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
d66d6ac0
JB
3568 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3569 Remove superfluous messages.
3570 (doc-view-mode-map): Use the image-mode scrolling commands.
3571 Don't rebind C-x k.
414dd971 3572
6a658a30
RS
35732007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3574
3575 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3576 Add comment about "-dSAFER".
3577
1bb5ab89
SM
35782007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3579
4387d9f4
SM
3580 * term/xterm.el: Don't require xt-mouse.
3581 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3582 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3583
af020a04
SM
3584 * xt-mouse.el: Don't change the global function-key-map anny more.
3585 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3586 Don't use after-make-frame-functions now that term/xterm.el calls
3587 us directly.
3588 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3589 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3590 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3591 Setup input-decode-map and remember that xterm-mouse-mode was
3592 enabled in this terminal.
3593 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3594 terminals where it has been enabled.
3595
8782c744
SM
3596 * faces.el (tty-create-frame-with-faces): Make sure not only
3597 tty-run-terminal-initialization but also set-locale-environment
3598 are run only once per terminal.
3599 (tty-run-terminal-initialization): Don't check if the terminal was
3600 already initted.
3601
1bb5ab89
SM
3602 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3603 not to remove keymaps that just happen to inherit from one of ours.
3604 When setting up our keymap, make sure it won't be accidentally
3605 modified by someone else.
3606
cb7bddf6
TTN
36072007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3608
3609 * textmodes/artist.el (artist-previous-line, artist-next-line):
e82a724f 3610 * dired.el (dired-next-line, dired-previous-line):
e73ea842
TTN
3611 * progmodes/delphi.el (delphi-newline):
3612 * textmodes/org.el (org-columns-eval):
cb7bddf6
TTN
3613 Use forward-line.
3614
de3cc816
TTN
3615 * emerge.el (emerge-setup): Use insert-buffer-substring.
3616 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3617
3e4dfbb6
JB
36182007-10-18 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3621 (adaptive-fill-function): Doc fix. Remove * from docstring.
3622
36232007-10-18 Tom Horsley <tom.horsley@att.net>
d4cb4833
GM
3624
3625 * simple.el (interprogram-paste-function): Doc fix.
3626 (current-kill): Accept list of strings as well
3627 as single string from `interprogram-paste-function'.
3628
4fbd8ec3
GM
36292007-10-18 Glenn Morris <rgm@gnu.org>
3630
3631 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3632
fe1afc9b
GM
36332007-10-18 Drew Adams <drew.adams@oracle.com>
3634
3635 * bindings.el (mode-line-minor-mode-keymap):
3636 Add mouse-minor-mode-menu on mouse-1.
3637 (mode-line-modes): Add mouse-1 to help-echo text.
3638 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3639 New functions.
3640 (mode-line-minor-mode-help): Doc fix.
3641
8dd4830b
JL
36422007-10-17 Juri Linkov <juri@jurta.org>
3643
3644 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3645 at the request of RMS.
3646 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3647 arg `region'. Fix docstring. At the first `or' branch add call to
3648 `fill-region' if it the region is active in transient-mark-mode.
3649
3650 * bindings.el (esc-map): Bind M-q to fill-paragraph
3651 instead of fill-paragraph-or-region.
3652
3653 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3654 with fill-paragraph.
3655
3656 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3657 Fix docstring.
3658
3659 * indent.el (indent-for-tab-command): Change interactive spec from
3660 "P" to "p". Add check for interactive arg before indenting the
3661 active region.
3662
3663 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3664 Regroup.
3665
b5307e9c
JB
36662007-10-17 Juanma Barranquero <lekktu@gmail.com>
3667
77f698ef
JB
3668 * emacs-lisp/find-func.el: Don't require loadhist.
3669
b5307e9c
JB
3670 * loadhist.el (feature-symbols, file-provides, file-requires)
3671 (file-set-intersect, file-dependents): Simplify.
3672 (unload-feature-special-hooks): Update list of special hooks.
3673
640602f7
RS
36742007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3675
3676 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3677 extensions since they can be viewed with doc-view.
3678
3679 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3680 for pdf, ps and dvi files.
3681
3682 * doc-view.el: Make doc-view-mode the standard mode for viewing
3683 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3684 text and image display. Add binding C-c C-e to switch to an
3685 editing mode.
3686 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
b5307e9c 3687 avoid security problems when rendering files from untrusted sources.
640602f7 3688
57581fcc
VJL
36892007-10-17 Aaron Hawley <aaronh@garden.org>
3690
3691 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3692 position is not saved.
3693
4b378e75
RS
36942007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3695
3696 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3697 (doc-view-ghostscript-options): Fix typo in doc string.
3698
17f3909f
SM
36992007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3700
77041513
SM
3701 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3702 handling, so compilation-fake-loc works again.
3703
1a4a884c
SM
3704 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3705 (server-process-filter): Revert last change.
3706
17f3909f
SM
3707 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3708 behavior unrelated to filesets.
3709
cdbd4b4b
CY
37102007-10-17 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * longlines.el (longlines-wrap-follows-window-size): Integer value
3713 specifies wrapping margin.
17f3909f
SM
3714 (longlines-mode, longlines-window-change-function):
3715 Set window-specific wrapping margin based on the above.
cdbd4b4b 3716
902fa837
CY
37172007-10-17 John Wiegley <johnw@newartisans.com>
3718
3719 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3720
8a3a4fd3
DN
37212007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * server.el (server-process-filter): Only set display if X11 is
3724 supported.
3725
f3523b17
GM
37262007-10-17 Glenn Morris <rgm@gnu.org>
3727
17f3909f
SM
3728 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3729 Tweak regexp to avoid stack overflow.
f3523b17 3730
4144e15e
SM
37312007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * simple.el (reindent-then-newline-and-indent): Don't assume that
3734 indent-according-to-mode preserves point.
3735
e749f576
JB
37362007-10-16 Juanma Barranquero <lekktu@gmail.com>
3737
3738 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3739 (bs--nth-wrapper): Simplify.
3740 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3741 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3742 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3743 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3744 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3745 (bs-configurations, bs-default-configuration)
3746 (bs-alternative-configuration, bs-cycle-configuration-name)
3747 (bs-string-show-always, bs-string-show-never, bs-string-current)
3748 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3749 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3750 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3751 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3752 (bs--window-config-coming-from): Revert 2006-11-09 change.
3753 (bs--restore-window-config): Keep the selected frame.
3754 (bs--track-window-changes, bs--remove-hooks): New functions.
3755 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3756 (bs--create-header): Remove.
3757 (bs--create-header-line): New function, based on `bs--create-header'.
3758 (bs--show-header): Use `bs--create-header-line'.
3759 (bs--show-with-configuration): Revert 2006-11-09 change.
3760 Don't reuse window unless it is visible on the selected frame.
3761 Restore window configuration (possibly in a different frame)
3762 before creating any window.
3763
bf825c62
GM
37642007-10-16 Glenn Morris <rgm@gnu.org>
3765
3766 * simple.el (blink-matching-open): Don't report false errors with
3767 the `$' syntax class.
3768
745dc723
RS
37692007-10-16 Richard Stallman <rms@gnu.org>
3770
3771 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3772 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3773 (ad-is-advised, ad-get-advice-info-field)
3774 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3775
6e5d0e9e
SM
37762007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3779 (vc-default-working-revision): Compatibility for backends.
3780
095aa9cd
JB
37812007-10-15 Juanma Barranquero <lekktu@gmail.com>
3782
3783 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3784 (filesets-ormap, filesets-sort-case-sensitive-flag)
3785 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3786 Fix typos in docstrings.
3787 (filesets-conditional-sort, filesets-find-or-display-file)
3788 (filesets-data-get-name, filesets-data-get-data)
3789 (filesets-data-set, filesets-cmd-query-replace-getargs)
3790 (filesets-ingroup-collect): Doc fixes.
3791
78205dab
SS
37922007-10-15 Sam Steingold <sds@gnu.org>
3793
3794 * mail/sendmail.el (sendmail-error-reporting-interactive)
3795 (sendmail-error-reporting-non-interactive): New variables for
3796 sendmail error reporting options to simplify support for imperfect
3797 sendmail emulators.
3798 (sendmail-send-it): Use them instead of list literals.
3799
0c2ab389
JB
38002007-10-15 Juanma Barranquero <lekktu@gmail.com>
3801
3802 * help-fns.el: Revert previous change; it creates a
3803 dependency loop between advice.el and help-fns.el.
3804
20beebfe
JB
38052007-10-15 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * help-fns.el: Require advice when compiling.
3808
0fbd1f76
RS
38092007-10-14 Drew Adams <drew.adams@oracle.com>
3810
3811 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3812 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3813 (ring-next, ring-previous): New functions.
3814
72a20032
RS
38152007-10-14 Richard Stallman <rms@gnu.org>
3816
3817 * emacs-lisp/advice.el (documentation): Advice deleted.
3818 Doc for advised functions is now handled at C level.
72a20032
RS
3819 (ad-stop-advice, ad-start-advice): Don't enable or disable
3820 advice for `documentation'.
3821 (ad-advised-definition-docstring-regexp): Var deleted.
3822 (ad-make-advised-definition-docstring): Store orig name
3823 as text property of string.
3824 (ad-advised-definition-p): Check for text property of docstring.
3825
3826 * help-fns.el (describe-function-1): Find source of advised functions.
3827
09723615
JL
38282007-10-14 Juri Linkov <juri@jurta.org>
3829
3830 * faces.el (describe-face): Allow handling a string as the face name.
3831
3832 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3833 active region in transient-mark-mode.
3834 (ispell-region): Change messages displayed at the start and end of
3835 the spell-checking to be the same.
3836
3837 * startup.el (fancy-startup-tail): Say exactly what does the button
3838 dismiss ("Dismiss this startup screen"). Use text "Never show
3839 it again" for the checkbox after this button.
3840 (fancy-startup-screen, fancy-about-screen): Put point before the
3841 first link, so the user can quickly select links with the keyboard.
3842 (normal-mouse-startup-screen): Add more useful text describing how
3843 to follow a link.
3844
9099b373
GM
38452007-10-14 Glenn Morris <rgm@gnu.org>
3846
3847 * progmodes/etags.el (select-tags-table): Disable undo in the
3848 `*Tags Table List*' buffer.
3849
2140d97e
EZ
38502007-10-13 Eli Zaretskii <eliz@gnu.org>
3851
3852 * dired.el (dired-warn-writable): New face.
3853 (dired-warn-writable-face): New variable.
3854 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3855 of dired-warning-face, for group- and world-writable files.
3856
b2529d56
MB
38572007-10-13 Richard Stallman <rms@gnu.org>
3858
3859 * files.el (directory-abbrev-alist): Doc fix.
3860
38612007-10-13 Jari Aalto <jari.aalto@cante.net>
3862
3863 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3864
38652007-10-12 Martin Rudalics <rudalics@gmx.at>
3866
3867 * frame.el (set-frame-configuration): Assign name parameter only
3868 if it has been set explicitly before.
3869
38702007-10-11 Tom Tromey <tromey@redhat.com>
3871
3872 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3873 frame is visible.
3874
38752007-10-10 Richard Stallman <rms@gnu.org>
3876
3877 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3878 in *Backtrace*.
3879
3880 * faces.el (face-font-selection-order): Doc fix.
3881
3882 * loadhist.el (unload-feature): Doc fix.
3883
d1b38156
GM
38842007-10-13 Glenn Morris <rgm@gnu.org>
3885
3886 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3887 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3888 Add doc string, and an explicit COUNT argument.
3889 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3890 `inc' to search functions.
3891
3892 * faces.el (face-spec-set): When FRAME is nil, set the default for
3893 new frames (restores pre-2007-09-17 behavior). Doc fix.
3894
a584f30f
GM
38952007-10-13 John W. Eaton <jwe@octave.org>
3896
3897 * progmodes/octave-mod.el (octave-looking-at-kw)
3898 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3899 New functions.
3900 (octave-in-defun-p, calculate-octave-indent)
3901 (octave-blink-matching-block-open, octave-beginning-of-defun)
3902 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3903 to search for regexps that contain case-sensitive keywords.
3904 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3905 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3906
ce00d093
DN
39072007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3908
20beebfe
JB
3909 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3910 Do not use a single clause cond.
2b444e1f 3911
ce00d093
DN
3912 * cus-start.el (all): Use test that does not match the X11 version
3913 for mac.
3914
a4382f98
EZ
39152007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3916
3917 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3918 BROWSE buffer.
3919
3d2062d8
DN
39202007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3921
3922 * cus-start.el (all): Undo previous change.
3923
e2cfa9af
GM
39242007-10-13 Glenn Morris <rgm@gnu.org>
3925
3926 * woman.el (woman0-rename): Fix paren typo.
3927
3928 * mail/feedmail.el (feedmail-run-the-queue)
3929 (feedmail-look-at-queue-directory):
3930 * mail/reporter.el (reporter-dump-state):
3931 * net/eudc-hotlist.el (eudc-edit-hotlist):
3932 * net/eudc.el (eudc-display-records)
3933 (eudc-filter-duplicate-attributes)
dd026a6a 3934 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
e2cfa9af
GM
3935 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3936 (eudc-bbdb-query-internal):
3937 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3938 * net/socks.el (socks-build-auth-list):
3939 * progmodes/cc-cmds.el (top level):
dd026a6a 3940 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
e2cfa9af
GM
3941 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3942 (cperl-write-tags, cperl-tags-treeify):
3943 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3944 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3945 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3946 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3947 (idlwave-toolbar-remove-everywhere):
3948 * progmodes/idlwave.el (idlwave-indent-line)
3949 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3950 (idlwave-write-paths, idlwave-all-method-classes)
3951 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
feba774f
GM
3952 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3953 (idlwave-complete-in-buffer):
e2cfa9af 3954 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
9001c33f 3955 (org-fast-tag-selection):
20beebfe 3956 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
9001c33f 3957 than mapcar.
e2cfa9af 3958
5eee3c95
DN
39592007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 * diff-mode.el (diff-fine-change): Add :group.
3962
e470405c
DN
39632007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * cus-start.el (all): Use the same test as the 22.2 branch.
3966
ef63ea1c
SM
39672007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * diff-mode.el (diff-current-defun): Force recomputation of
3970 change-log-default-name.
3971
34c10a58
CY
39722007-10-12 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3975 and some leftover logic regarding dedicated frames. If showing
3976 concise startup screen, fit window to buffer.
3977 (command-line-1): If we will be using the splash screen, use
6e5d0e9e
SM
3978 find-file instead of find-file-other-window to find additional files.
3979 Comment out unused code for coping with the old sit-for behavior.
34c10a58 3980
e3d60db0
SM
39812007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3984 `meta' modifier consistently, rather than using sometimes meta
3985 sometimes alt.
3986
af84194a
MR
39872007-10-12 Martin Rudalics <rudalics@gmx.at>
3988
3989 * window.el (handle-select-window): Revert part of 2007-10-08
3990 change setting the input focus.
3991
9b5007e7
GM
39922007-10-12 Glenn Morris <rgm@gnu.org>
3993
0128cdc0
GM
3994 * startup.el (command-line): Do not read abbrev file in batch mode.
3995
1663d0b8
GM
3996 * emacs-lisp/byte-opt.el (top level):
3997 * mail/rmail.el (rmail-list-to-menu):
3998 * obsolete/hilit19.el (hilit-mode):
3999 * progmodes/cc-mode.el (c-postprocess-file-styles)
4000 (c-submit-bug-report):
b6064d52
GM
4001 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4002 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4003 (reftex-access-parse-file):
4004 * textmodes/reftex-cite.el (reftex-do-citation)
4005 (reftex-insert-bib-matches):
4006 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4007 * textmodes/reftex-sel.el (reftex-select-unmark):
4008 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1663d0b8
GM
4009 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4010
9b5007e7
GM
4011 * cus-edit.el (custom-variable-menu, custom-face-menu)
4012 (custom-group-menu): Check init-file-user rather than
4013 user-init-file, in case cus-edit is loaded by site-run-file.
4014
f509e245
DN
40152007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4016
4017 * vc.el (vc-deduce-fileset): Delete unused code.
4018 (vc-next-action): Fix typos.
4019
3d5aef76
JB
40202007-10-11 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * bs.el (bs--mark-unmark): New function.
4023 (bs-mark-current, bs-unmark-current): Use it.
4024
ebd0c5ba
ER
40252007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4026
1e355d74
ER
4027 * vc.el (vc-diff):
4028 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
dd026a6a
GM
4029 temporarily disable the check for his edge case of
4030 vc-diff (stopping it from grinding when called from $HOME), as
1e355d74
ER
4031 it's calling some brittle code in vc-hooks.el.
4032 (with-vc-properties): Fix evaluation time of a macro argument.
d69db164 4033 * ediff-vers.el (ediff-vc-internal):
9b5007e7
GM
4034 * vc-hooks.el:
4035 * loaddefs.el: Follow up on VC terminology change.
ebd0c5ba 4036
76448620
JB
40372007-10-11 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * follow.el (follow-stop-intercept-process-output):
4040 Use `follow-call-process-filter' rather than `process-filter'.
4041 Simplify.
4042
44cd688b
ER
40432007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4044
4045 * vc-hooks.el (vc-registered): Robustify this function a bit
4046 against filenames with no directory component.
4047
8785049a
SM
40482007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * international/characters.el: Undo unwanted and unexplained change.
4051
4d7a3631
VJL
40522007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4053
4054 * ps-print.el: Fix the usage of :foreground and :background face
4055 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4056 (ps-print-version): New version 6.7.6.
76448620
JB
4057 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4058 Fix code.
4d7a3631
VJL
4059 (ps-face-foreground-color-p, ps-face-background-color-p)
4060 (ps-face-color-p): New inline funs.
4061
15841868
JW
40622007-10-10 Carsten Dominik <dominik@science.uva.nl>
4063
93137d49 4064 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15841868
JW
4065 (org-complete): Use `org-additional-option-like-keywords'.
4066 (org-parse-local-options): New function.
4067
40682007-10-10 Carsten Dominik <dominik@science.uva.nl>
4069
93137d49
JB
4070 * textmodes/org.el (org-in-clocktable-p): New function.
4071 (org-clock-report): Only update the table at point, or insert a new one.
15841868
JW
4072 (org-clock-goto): New function.
4073 (org-open-file): Use `start-process-shell-command' instead of
8785049a 4074 `shell-command' with an ampersand.
15841868
JW
4075 (org-deadline, org-schedule): New argument REMOVE to remove the
4076 date from the entry.
4077 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4078 argument to `org-schedule' and `org-deadline'.
4079 (org-trim): Use the correct expressions for beginning and end of
4080 the string.
4081 (org-get-cleaned-entry): Trim the string before returning it.
4082 (org-clock-find-position): New function.
4083 (org-clock-into-drawer): New option.
8785049a
SM
4084 (org-agenda-tags-column): Rename from
4085 `org-agenda-align-tags-to-column'.
15841868
JW
4086 (org-agenda-align-tags): Allow negative values for
4087 `org-agenda-tags-column'.
8785049a
SM
4088 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4089 (org-agenda-to-appt): New optional argument FILTER.
15841868
JW
4090 (org-completion-fallback-command): New variable.
4091 (org-complete): Use `org-completion-fallback-command'.
4092 (org-find-base-buffer-visiting): Catch the case that there is no
4093 buffer visiting the file.
4094 (org-property-or-variable-value): New function.
4095 (org-todo): Use `org-property-or-variable-value'
4096 (org-agenda-compact-blocks): New option.
8785049a
SM
4097 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4098 (org-agenda-schedule, org-agenda-deadline):
4099 Call `org-agenda-show-new-time'.
15841868 4100 (org-agenda-show-new-time): New argument PREFIX.
8785049a 4101 (org-colgroup-info-to-vline-list): Fix but that cause a
15841868
JW
4102 shift in the vertical lines.
4103 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4104 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4105 (org-indent-item): No arg in call to `org-fix-bullet-type'.
8785049a 4106 (org-fix-bullet-type): Remove argument.
15841868
JW
4107 (org-read-date): Check for am/pm twice, to catch the end time.
4108 (org-goto-map): Use `suppress-keymap'.
4109 (org-remember-apply-template): Respect the dynamically scoped
4110 selection character.
4111
15841868
JW
41122007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4113
93137d49 4114 * textmodes/org-export-latex.el (org-export-latex-protect-string):
8785049a
SM
4115 Renaming of `org-latex-protect'.
4116 (org-export-latex-emphasis-alist): By default, don't protect
4117 any emphasis formatter from further conversion.
4118 (org-export-latex-tables): Honor column grouping for tables.
15841868 4119 (org-export-latex-title-command): New option.
8785049a
SM
4120 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4121 export backslash character.
15841868 4122
a888f521
SM
41232007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4124
9e483377
SM
4125 * frame.el (frame-inherited-parameters): Remove unused `environment'
4126 parameter, and let server.el add `client' when needed.
4127
4419b755
SM
4128 * server.el (server-create-tty-frame)
4129 (server-create-window-system-frame): Set frame-inherited-parameters.
4130
ab6198b2
SM
4131 * frame.el (frame-inherited-parameters): New var.
4132 (make-frame): Use it.
4133
ef651d13
SM
4134 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4135
4136 * env.el (let-environment): Remove. Unused.
4137 (read-envvar-name): Simplify.
4138 (setenv): Remove unused arg `frame'.
4139
a888f521
SM
4140 * help-fns.el (describe-variable): Add missing " " for multiline
4141 obsolescence info and missing EOL after global value.
4142
ac3f4c6f
ER
41432007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4144
4145 * add-log.el:
4146 * ediff-vers.el:
4147 * log-view.el:
4148 * pcvs.el:
4149 * vc-arch.el:
4150 * vc-bzr.el:
4151 * vc-cvs.el:
4152 * vc.el:
4153 * vc-git.el:
4154 * vc-hg.el:
4155 * vc-hooks.el:
4156 * vc-mcvs.el:
4157 * vc-mtn.el:
4158 * vc-rcs.el:
4159 * vc-sccs.el:
ef63ea1c 4160 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
ac3f4c6f
ER
4161 {find,init,next,previous,annotate-*,log}-version ->
4162 {find,init,next,previous,annotate-*,log}-revision,
4163 annotate-focus-version -> annotate-working-revision, The term
4164 'focus' is gone. The term 'revision' is now used consistently
4165 everywhere that reference to a revision ID is intended, replacing
4166 older use of 'version'.
4167
ed4e8e8a
JB
41682007-10-10 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * follow.el: Change all instances of "Follow Mode" to "Follow
4171 mode" in docstrings and messages.
4172 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4173
d7b60083
ER
41742007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4175
ef651d13 4176 * vc.el (vc-next-action): Rewrite completely; this principal
d7b60083
ER
4177 entry point now operates on a current fileset selected either
4178 explicitly via VC-Dired or implicitly by visiting a file buffer,
4179 rather than always operating on the file of the current buffer as
ef651d13
SM
4180 in older versions. Rewrite the rest of the mode to match.
4181 (with-vc-properties): Rewrite to operate on a file list.
d7b60083
ER
4182 (with-vc-file): vc-checkin takes a file list argument now.
4183 (vc-post-command-functions): This hook now receives a file list.
ef651d13 4184 (vc-do-command): Take a either a file or a file list as argument.
d7b60083
ER
4185 (vc-deduce-fileset): New function for deducing a file list to
4186 operate on.
ef651d13
SM
4187 (vc-next-action-on-file, vc-next-action-dired): Remove.
4188 Merge into vc-next-action.
4189 (vc-register): Adapt to the fact that vc-start-entry now takes a
d7b60083
ER
4190 file list.
4191 (vc-register-with): New function.
ef651d13 4192 (vc-start-entry): Take a file list argument rather than a
d7b60083 4193 file argument.
ef651d13
SM
4194 (vc-checkout): Cope with vc-start-entry taking a file list.
4195 (vc-steal-lock): Cope with with-vc-properties taking a
d7b60083 4196 file list.
ef651d13 4197 (vc-checkin): Take a file list argument rather than a file argument.
d7b60083 4198 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
ef651d13 4199 (vc-diff-internal): Rewrite for filesets.
d7b60083
ER
4200 (vc-diff-sentinel): New function, tests whether changes were
4201 written into a diff buffer.
ef651d13
SM
4202 (vc-diff): Rewrite for filesets.
4203 (vc-version-diff): Rewrite for filesets.
4204 (vc-print-log): Take a fileset argument.
4205 (vc-revert): Revert the entire selected fileset, not just the
d7b60083 4206 current buffer.
ef651d13 4207 (vc-rollback): Roll back the entire selected fileset, if
d7b60083 4208 possible. No longer accepts a prefix argument.
ef651d13 4209 (vc-update): Merge new changes for the entire selected
d7b60083 4210 fileset, not just the current buffer.
ef651d13 4211 (vc-revert-file): Cope with with-vc-properties taking a file list.
d7b60083
ER
4212 (vc-default-dired-state-info): Add + status suffix if the file is
4213 modified.
4214 (vc-annotate-warp-version): Use the new diff machinery.
ef651d13 4215 (vc-log-edit): Take a file list argument rather than a file argument.
d7b60083 4216
311dd93f
MA
42172007-10-10 Michael Albinus <michael.albinus@gmx.de>
4218
4219 Sync with Tramp 2.1.11.
4220
4221 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4222 Pacify byte compiler.
4223
4224 * net/trampver.el: Update release number.
4225
72a20032
RS
42262007-10-09 Richard Stallman <rms@gnu.org>
4227
4228 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4229
d1871943
JB
42302007-10-09 Juanma Barranquero <lekktu@gmail.com>
4231
9271083a
JB
4232 * follow.el: Require easymenu.
4233 (follow-mode-hook, follow-mode): Doc fixes.
d1871943
JB
4234 (follow-mode-off-hook): Mark as obsolete.
4235
1af74d06 42362007-10-08 Martin Rudalics <rudalics@gmx.at>
1398509c
MR
4237
4238 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4239 select-window or select-frame events.
4240 (handle-select-window): When autoselecting window set input
4241 focus. Restructure.
4242
ef651d13 4243 * frame.el (focus-follows-mouse): Move to frame.c.
1398509c
MR
4244 * cus-start.el (all): Add focus-follows-mouse.
4245
1af74d06 42462007-10-08 Juanma Barranquero <lekktu@gmail.com>
462db93c 4247
5a25a895
JB
4248 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4249 activate font-locking in the *buffer-selection* buffer.
4250 (bs-show-sorted): Doc fix.
4251
462db93c
JB
4252 * bs.el (bs--get-marked-string, bs--get-modified-string)
4253 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4254 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4255 (bs--format-aux): Doc fix.
4256
1af74d06 42572007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
d4f1855a
MC
4258
4259 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4260
1af74d06 42612007-10-08 Nick Roberts <nickrob@snap.net.nz>
7285a019
NR
4262
4263 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4264 (gud-gdb): New function for old M-x gdb (text command mode).
4265 (gud-gdb-command-name, gdb): Move to...
4266
4267 * progmodes/gdb-ui.el: ...here and adapt doc string.
4268 (gud-gdba-command-name, gdba): Delete.
4269
1af74d06 42702007-10-08 Juanma Barranquero <lekktu@gmail.com>
e0d0133a 4271
6af00b67 4272 * bs.el: Don't defvar `font-lock-verbose'.
b8063421
JB
4273 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4274 (bs--get-file-name): Fix typos in docstrings.
e0d0133a
JB
4275 (bs--show-header): Use `dolist' instead of `mapcar'.
4276 (bs-mode): Set `show-trailing-whitespace' to nil.
b8063421
JB
4277 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4278 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4279 Doc fixes.
e0d0133a 4280
1af74d06 42812007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17bfdfc6 4282
cb07a30c 4283 * progmodes/gud.el (pdb): Specify file for gud-break.
17bfdfc6 4284
1af74d06 42852007-10-08 Nick Roberts <nickrob@snap.net.nz>
2a08c176 4286
7285a019
NR
4287 * progmodes/gud.el (gdb): Make graphical mode the default and
4288 switch to text command mode if appropriate, i.e., reverse previous
4289 arrangement.
2a08c176
NR
4290 (gud-gdb-marker-filter): Adapt for above change.
4291
4292 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4293 gud-minor-mode and gud-marker-filter.
4294 (gdb-fullname-regexp): New variable.
4295 (gud-gdba-marker-filter): Use it to switch to text command
4296 mode if appropriate.
4297
1af74d06 42982007-10-08 Nick Roberts <nickrob@snap.net.nz>
1042a066
NR
4299
4300 * progmodes/gud.el (gud-display-line): Find source buffer even when
94eca2ae 4301 GUD buffer has its own frame.
1042a066 4302
1af74d06 43032007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1f09f6e8 4304
94eca2ae 4305 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1f09f6e8 4306
1af74d06 43072007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
f7d4d4df 4308
e0d0133a 4309 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
f7d4d4df 4310
1af74d06 43112007-10-08 Martin Rudalics <rudalics@gmx.at>
f520c6f2
MR
4312
4313 * allout.el (allout-before-change-handler): Replace got-char by
4314 goto-char.
4315
1af74d06 43162007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b2943616 4317
1c67a814
SM
4318 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4319 Used to try and automatically enabled smerge-mode in the presence of
4320 conflicts and to call `svn resolved' when the conflicts are gone.
4321 (vc-svn-parse-status): Remember the svn-specific status.
4322
1af74d06 43232007-10-08 Eli Zaretskii <eliz@gnu.org>
9f3bfa54 4324
b2943616 4325 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
9f3bfa54
EZ
4326 menu-bar-apropos-menu. All users changed.
4327 (menu-bar-help-menu): Change menu symbols to better match the text
4328 displayed by the menu.
4329
1af74d06 43302007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
9a3d2737
DN
4331
4332 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4333 #, @, : and ^.
4334
1af74d06 43352007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
25edda53
DN
4336
4337 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4338
4339 * log-view.el (log-view-mode-map): Likewise.
4340
4341 * diff-mode.el (diff-mode-shared-map): Likewise.
4342
1af74d06 43432007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5e8c0b8b 4344
b368551b
DN
4345 * files.el (file-name-sans-versions): Also allow `A-Z'.
4346
5e8c0b8b
DN
4347 * vc.el: Mention all supported VC backends.
4348
1af74d06 43492007-10-08 Richard Stallman <rms@gnu.org>
8e061b69
RS
4350
4351 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4352 neighbouring buttons.
4353
1af74d06 43542007-10-08 Andreas Schwab <schwab@suse.de>
d2f95fca
AS
4355
4356 * files.el (file-name-sans-versions): Also allow `_'.
4357
1af74d06 43582007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
a3f5d84d 4359
b2943616 4360 * files.el (file-name-sans-versions): Allow - and a-z in version names.
a3f5d84d 4361
b2943616
SM
4362 * log-view.el (log-view-mode-map, log-view-mode-menu):
4363 Bind log-view-annotate-version.
a3f5d84d
DN
4364 (log-view-beginning-of-defun, log-view-end-of-defun)
4365 (log-view-annotate-version): New functions.
4366 (log-view-mode): Use log-view-beginning-of-defun and
4367 log-view-end-of-defun.
4368
1af74d06 43692007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
dae157b7 4370
b2943616 4371 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
dae157b7 4372
1af74d06 43732007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
d40a86f9
SM
4374
4375 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4376 neighbouring buttons.
4377
4378 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4379 Recognize gcc's use of "note" for informational messages.
4380
1af74d06 43812007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
fb7d9275
SM
4382
4383 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4384 (css-mode): Update correspondingly.
4385
1af74d06 43862007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
576c7f5e
DN
4387
4388 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4389 Signed-off-by, Acked-by and Merge.
4390
1af74d06 43912007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9d2fec03
SM
4392
4393 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4394
1af74d06 43952007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b1dc6d44
SM
4396
4397 * vc-mtn.el: New file.
4398
4399 * vc-hooks.el (vc-handled-backends): Add Mtn.
4400
1af74d06 44012007-10-08 Eli Zaretskii <eliz@gnu.org>
4d4efd30
EZ
4402
4403 * files.el (find-file, find-file-other-window)
4404 (find-file-other-frame, find-file-existing, find-file-read-only)
4405 (find-file-read-only-other-window)
4406 (find-file-read-only-other-frame)
4407 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4408
1af74d06 44092007-10-08 Nick Roberts <nickrob@snap.net.nz>
1c9e363a
NR
4410
4411 * progmodes/gud.el (gdb-ready): New variable.
4412 (gdb): Set it to nil. Set gud-running to nil here...
4413 (gud-common-init): ...instead of here.
4414
2c8b44f8 4415 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1c9e363a
NR
4416 Use gdb-ready. Discard input until GDB is ready to accept it.
4417
1af74d06 44182007-10-08 Martin Rudalics <rudalics@gmx.at>
0f0c86fc
MR
4419
4420 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4421 make it show up with eight colors.
4422
1af74d06 44232007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
80a01d97
SM
4424
4425 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4426 diffs are concatenated with no intervening line.
4427
1af74d06 44282007-10-08 Dave Love <fx@gnu.org>
308114ef
SM
4429
4430 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4431 (python-font-lock-keywords): Update to the 2.5 version of the language.
4432 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4433 (python-backspace): Only behave funny in code.
4434 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4435 (inferior-python-mode): Add PDB prompt regexp.
4436 (python-fill-paragraph): Refine the fenced-string regexp.
4437 (python-find-imports): Handle imports spanning several lines.
4438 (python-mode): Add `class' to hideshow support.
4439
1af74d06 44402007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b7e5bc1c 4441
ef651d13
SM
4442 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4443 Use add-log-buffer-file-name-function rather than binding
4444 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4445 when `fi' is the ChangeLog file itself.
fd071fdf 4446
b7e5bc1c
SM
4447 * outline.el (outline-flag-region): Use front-advance.
4448
1af74d06 44492007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
82d9a08d
SM
4450
4451 * progmodes/cperl-mode.el: Merge upstream 5.23.
4452 (cperl-where-am-i): Remove function.
4453 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4454 (cperl-sniff-for-indent): De-invert [string] and [comment].
4455 When looking for label, skip s:m:y:tr.
4456 (cperl-indent-line): Likewise.
4457 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4458 (cperl-windowed-init): Wrong `ps-print' handling.
4459 Both thanks to Chong Yidong.
4460 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4461 (cperl-find-pods-heres): If the second part of s()[] is missing,
4462 don't try to highlight delimiters...
4463
1af74d06 44642007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
34a9bf20
SM
4465
4466 * progmodes/compile.el (compilation-get-file-structure): Complete last
4467 change by also using spec-directory in the puthash.
4468
1af74d06 44692007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6e98ad29 4470
1af74d06 4471 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6e98ad29
SM
4472 (vc-bzr-status): Fix shadowing of variable 'status'.
4473 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4474 Use `expand-file-name' instead of `concat'.
4475 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4476 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4477
1af74d06 44782007-10-08 Jason Rumney <jasonr@gnu.org>
98050a8a
JR
4479
4480 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4481
1af74d06 44822007-10-08 Richard Stallman <rms@gnu.org>
f2a92f2a
RS
4483
4484 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4485 Add `safe-local-variable' property.
4486 (lisp-body-indent): Likewise.
4487
1af74d06 44882007-10-08 Richard Stallman <rms@gnu.org>
70b49e57
RS
4489
4490 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4491 Add doc string.
4492
1af74d06 44932007-10-08 Martin Rudalics <rudalics@gmx.at>
0f39d2c9 4494
6e98ad29 4495 * files.el (backup-buffer-copy): Try to overwrite old backup first.
0f39d2c9 4496
1af74d06 44972007-10-08 Martin Rudalics <rudalics@gmx.at>
392abfd2
MR
4498
4499 * repeat.el (repeat): Use last-repeatable-command instead of
4500 real-last-command. Run pre- and post-command hooks for
4501 self-insertion. Update doc-string.
4502
1af74d06 45032007-10-08 Alexandre Julliard <julliard@winehq.org>
00d67080 4504
6e98ad29 4505 * vc-git.el (vc-git-state): Call git-add --refresh to update the
00d67080 4506 state of the file.
6e98ad29
SM
4507 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4508 (vc-git-create-repo): Fix invalid command.
fbd4de65 4509
1af74d06 45102007-10-08 Richard Stallman <rms@gnu.org>
478adae2
RS
4511
4512 * textmodes/flyspell.el (flyspell-mode):
4513 Catch errors in flyspell-mode-on.
4514
f6959eb4
JB
45152007-10-09 Juanma Barranquero <lekktu@gmail.com>
4516
4517 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4518
9f2e22a0
SM
45192007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4520
f49f5ca9
SM
4521 * international/encoded-kb.el (encoded-kbd-setup-display):
4522 Use input-decode-map rather than local-key-translation-map.
4523
8e337129
SM
4524 * term/rxvt.el (rxvt-alternatives-map): New map.
4525 (terminal-init-rxvt): Use it.
4526 Bind rxvt-function-map in input-decode-map.
4527
af162764
SM
4528 * term/xterm.el (xterm-alternatives-map): New map.
4529 (terminal-init-xterm): Use it.
4530 Bind xterm-function-map in input-decode-map.
4531
bbd2296c
SM
4532 * term/x-win.el (x-alternatives-map): New var.
4533 (x-setup-function-keys): Use it.
4534
ed2a19a1
SM
4535 * help-fns.el (describe-variable): Slightly change the layout of
4536 meta-info to separate it better from the docstring.
4537 Standardize insertion of extra empty lines in various circumstances.
4538
be36f934
SM
4539 * diff-mode.el (diff-hunk-style): New fun.
4540 (diff-end-of-hunk): Use it.
4541 (diff-context->unified): Use the new `apply' undo element,
4542 if applicable, so as to save undo-log space.
4543 (diff-fine-change): New face.
4544 (diff-fine-highlight-preproc): New function.
4545 (diff-fine-highlight): New command.
ed2a19a1 4546 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
be36f934 4547
9f2e22a0
SM
4548 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4549 (smerge-refine-highlight-change): Add `props' argument.
4550 (smerge-refine-subst): New function holding most of smerge-refine.
4551 (smerge-refine): Use it.
4552
228c2192
ER
45532007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4554
9f2e22a0 4555 * vc.el (vc-default-wash-log): Remove unused code, the
228c2192
ER
4556 log washers all live in the backends now.
4557 (vc-default-comment-history): Correct for the fact
4558 that wash-log is argumentless in the new API.
4559
1834b39f
MA
45602007-10-08 Michael Albinus <michael.albinus@gmx.de>
4561
9f2e22a0 4562 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1834b39f
MA
4563 (tramp-maybe-send-script): Apply `member' but `memq'.
4564 (tramp-advice-file-expand-wildcards): Simplify implementation.
4565
3d0910ae
JB
45662007-10-08 Juanma Barranquero <lekktu@gmail.com>
4567
8ea4c22f
JB
4568 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4569
3d0910ae
JB
4570 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4571 (minibuf-depth-setup-minibuffer): Use it.
4572
72d595b5
GM
45732007-10-07 Glenn Morris <rgm@gnu.org>
4574
4575 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4576 version numbers.
4577
3220ac7f
JL
45782007-10-06 Juri Linkov <juri@jurta.org>
4579
4580 * textmodes/fill.el (fill-paragraph-or-region): New function.
4581
4582 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4583 instead of fill-paragraph.
4584
4585 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4586 with fill-paragraph-or-region. Suspend command is now the same
4587 `suspend-frame' on window systems and on tty.
4588
4589 * image.el (image-type): Check if image-types is bound to not fail
4590 on tty.
4591
4592 * delsel.el (delete-selection-pre-hook):
4593 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4594 is fbound to not fail on mouseless tty.
4595
a6e96327
MA
45962007-10-06 Michael Albinus <michael.albinus@gmx.de>
4597
4598 * net/tramp.el (top): Move loading of tramp-util.el and
4599 tramp-vc.el to tramp-compat.el.
4600 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4601 temporary file if possible, in order to avoid a security hole.
4602 (tramp-do-copy-or-rename-file-out-of-band)
4603 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4604 with DONT-CREATE, because the connection is not setup yet.
4605 (tramp-handle-process-file): Rewrite temporary file handling.
4606 (tramp-completion-mode): New defvar.
4607 (tramp-completion-mode-p): Use it.
4608
3d0910ae 4609 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
a6e96327 4610
9f2e22a0
SM
4611 * net/tramp-fish.el (tramp-fish-handle-process-file):
4612 Rewrite temporary file handling.
a6e96327 4613
0d0e9356
ER
46142007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4615
3d0910ae 4616 * vc.el: Workfile version -> focus version change. Port various
61de26cb
ER
4617 comments from new VC to reduce the noise in the diff.
4618 Patch in the new vc-create-repo function to go with the
4619 header comment about it already present.
228c2192 4620 There are no changes to existing logic in this patch.
3d0910ae 4621 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
0d0e9356 4622
490a8abe
GM
46232007-10-06 Aaron Hawley <aaronh@garden.org>
4624
4625 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4626
46272007-10-05 Chris Moore <dooglus@gmail.com>
4628
4629 * server.el (server-kill-new-buffers): Doc fix.
4630
46312007-10-05 John W. Eaton <jwe@octave.org>
4632
4633 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3d0910ae
JB
4634 (octave-begin-keywords): Add "do".
4635 (octave-end-keywords): Remove "end".
4636 (octave-reserved-words): Add "end". Remove "all_va_args",
490a8abe 4637 "gplot", and 'gsplot".
3d0910ae
JB
4638 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4639 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
490a8abe
GM
4640 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4641 "default_return_value", "define_all_return_values",
4642 "do_fortran_indexing", "empty_list_elements_ok",
4643 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4644 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4645 "prefer_zero_one_indexing", "propagate_empty_matrices",
4646 "resize_on_range_error", "treat_neg_dim_as_zero",
4647 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4648 "warn_divide_by_zero", "warn_function_name_clash",
4649 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4650 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4651 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4652 "sigterm_dumps_octave_core".
3d0910ae 4653 (octave-block-match-alist): Remove "end" from block-end keywords.
490a8abe
GM
4654 (octave-mode): Update ftp site address.
4655
2765044b
DN
46562007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4657
4658 * vc.el: Reorder functions, no code changes.
4659
258800f8
MA
46602007-10-04 Michael Albinus <michael.albinus@gmx.de>
4661
4662 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4663 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4664 the cond clauses where needed.
4665 (tramp-handle-write-region): Rearrange code for proper handling of
4666 tmpfile.
4667
4668 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4669
4670 * net/tramp.el:
4671 * net/tramp-fish.el:
4672 * net/tramp-ftp.el:
4673 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4674 `tramp-compat-make-temp-file'.
4675
b138403d
JB
46762007-10-04 Juanma Barranquero <lekktu@gmail.com>
4677
4678 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4679
2cb250dd
SM
46802007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4683 already uses a more recent copyright version than the "current" one.
4684
e48a5bf9
MC
46852007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4686
4687 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4688 (doc-view-insert-image): Minor aesthetical docstring changes.
4689
46902007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1ca678aa
MC
4691
4692 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4693 completing filename.
4694 (doc-view-search-internal): Docstring change.
4695
94be87e8
MA
46962007-10-03 Michael Albinus <michael.albinus@gmx.de>
4697
4698 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2cb250dd
SM
4699 (tramp-file-name-handler-alist):
4700 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4701 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
94be87e8
MA
4702 used before, creates the file already, which is not desired.
4703 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4704 temporary file.
4705 (tramp-handle-insert-file-contents): Assign the result in the
4706 short track case.
4707 (tramp-handle-insert-file-contents-literally): New defun.
4708 (tramp-completion-mode-p): Revert change from 2007-09-24.
4709 Checking for `return' etc as last character is not sufficient, for
4710 example in dired-mode when entering <g> (revert-buffer) or
4711 <s> (dired-sort).
4712
4713 * net/tramp-compat.el (top): Add also compatibility code for loading
4714 appropriate timer package.
4715 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4716 order to avoid autoloading problems.
4717
4718 * net/tramp-fish.el:
2cb250dd 4719 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
94be87e8
MA
4720
4721 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4722 where the second parameter of `copy-file' or `rename-file' is a
4723 remote file but not via ftp.
4724
c9a39885
RS
47252007-10-02 Richard Stallman <rms@gnu.org>
4726
4727 * frame.el (cursor-in-non-selected-windows): Doc fix.
4728
5db17239
TTN
47292007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4730
4731 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4732 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4733
86e405cf
JB
47342007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4735
4736 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4737 when `expt' doesn't give range errors.
4738
47392007-10-01 Markus Triska <markus.triska@gmx.at>
4740
b138403d
JB
4741 * calc/calc-math.el (math-smallest-emacs-expt):
4742 Make the computation more robust.
86e405cf 4743
b616a212
DK
47442007-09-30 David Kastrup <dak@gnu.org>
4745
aa5310e4
DK
4746 * startup.el (argv): Alias for `command-line-args-left' to use as
4747 `(pop argv)' inside of --eval command sequences. Allows for
4748 passing shell commands into Emacs verbatim without need for Lisp
4749 quoting.
4750
fdc31e1d
DK
4751 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4752 check only for changed size.
4753 (auto-revert-tail-handler): Get size from caller. If the file has
4754 shrunk, tail the whole file again (the file presumably has been
4755 rewritten).
4756
2cb250dd
SM
4757 * woman.el (woman-topic-all-completions, woman-mini-help):
4758 Fix fallout from 2007-09-07 introduction of `dolist' when the list
b616a212
DK
4759 actually was being manipulated in the loop.
4760 (woman-Cyg-to-Win, woman-pre-process-region)
4761 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4762 (woman-strings, woman-special-characters, woman1-hc)
2cb250dd
SM
4763 (woman-change-fonts, woman-find-next-control-line):
4764 Use `match-beginning' rather than `match-string' when the result is
b616a212
DK
4765 just used as a flag.
4766
9e6ab520
MA
47672007-09-30 Michael Albinus <michael.albinus@gmx.de>
4768
4769 * net/tramp-compat.el: New file.
4770
4771 * net/tramp.el:
4772 * net/tramp-fish.el:
4773 * net/tramp-smb.el:
4774 * net/tramp-uu.el:
4775 * net/trampver.el: Move compatibility code to tramp-compat.el.
4776 Apply `mapc' instead of `mapcar' when the code needs side effects
4777 only. Move utf-8 coding cookie to the second line.
4778
2e55c986
RS
47792007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4780
4781 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4782 Improve custom type.
4783 (icon-map-list): Make it customizable. Document how to disable
4784 stock icons.
4785
ef673042
RS
47862007-09-30 Richard Stallman <rms@gnu.org>
4787
4788 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4789
1c801aa9
JD
47902007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4791
4792 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4793
0e2806fa
SM
47942007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4797 (t-mouse-mode): New compatibility alias.
4798
977ede64
DN
47992007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4800
4801 * server.el (server-delete-client): Only delete the terminal if it
4802 is non-nil.
4803
9ce8462a
MA
48042007-09-28 Michael Albinus <michael.albinus@gmx.de>
4805
4806 * net/tramp.el (with-file-property, with-connection-property):
4807 Highlight as keyword.
4808 (tramp-rfn-eshadow-setup-minibuffer)
4809 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4810 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4811 (tramp-do-copy-or-rename-file-directly)
4812 (tramp-do-copy-or-rename-file-out-of-band)
4813 (tramp-handle-shell-command, tramp-get-debug-buffer)
4814 (tramp-send-command-and-read, tramp-equal-remote)
4815 (tramp-get-local-gid): Pacify byte-compiler.
4816 (tramp-handle-file-name-directory): Result shall not be expanded.
4817 (tramp-find-foreign-file-name-handler): Rewrite.
4818 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4819
4820 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4821
0e2806fa
SM
4822 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4823 Apply `tramp-completion-mode-p'.
9ce8462a
MA
4824 (tramp-fish-handle-set-file-times)
4825 (tramp-fish-handle-executable-find)
4826 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4827 (tramp-fish-retrieve-data): Pacify byte-compiler.
4828
0e2806fa
SM
4829 * net/tramp-gw.el (tramp-gw-basic-authentication):
4830 Call `tramp-read-passwd' with first parameter `nil'.
9ce8462a 4831
8b6f62fc
GM
48322007-09-28 Glenn Morris <rgm@gnu.org>
4833
4834 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4835 than mapcar.
4836
4837 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4838 (tex-suscript-height-minimum): New customizable variables.
4839 (tex-suscript-height): New function.
4840 (superscript, subscript): Set height using tex-suscript-height
4841 rather than fixing at 0.8.
332de56f 4842 (tex-fontify-script, tex-font-script-display): Add :version tag.
8b6f62fc 4843
2092ac41
JB
48442007-09-27 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * progmodes/python.el (python-eldoc-function): Doc fix.
4847
48482007-09-27 Glenn Morris <rgm@gnu.org>
5e8537bb
GM
4849
4850 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4851 image if it is not in image-type-auto-detectable, or is there with
4852 a nil value.
4853
1437876c
MA
48542007-09-27 Michael Albinus <michael.albinus@gmx.de>
4855
4856 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4857 connection more robust.
4858
c4e36c26
JB
48592007-09-26 Juanma Barranquero <lekktu@gmail.com>
4860
4861 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4862 Deal with the case that special &keywords are at the beginning or
4863 end of the argument list. Also add some (incomplete) support for
4864 non-standard arglists.
4865
d9d31f0a
JB
48662007-09-26 Juanma Barranquero <lekktu@gmail.com>
4867
4868 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4869 (eldoc-message-commands, eldoc-current-idle-delay)
4870 (eldoc-function-argstring-format): Fix typos in docstrings.
4871
0f3955d9
JB
48722007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4873
4874 * calc/calc-units.el (calc-convert-units)
4875 (calc-convert-temperature): Remove unnecessary colons.
4876
d5098885
JW
48772007-09-26 Bastien Guerry <bzg@altern.org>
4878
93137d49
JB
4879 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4880 New function.
0e2806fa 4881 (org-export-latex-remove-from-headlines): Name changed because of typo.
d5098885
JW
4882 (org-export-latex-quotation-marks-convention): Option removed.
4883 (org-export-latex-make-preamble): Handle the DATE option.
4884 (org-export-latex-cleaned-string): Now the only cleaning function,
4885 synched up with org.el.
4886 (org-export-latex-lists, org-export-latex-parse-list)
4887 (org-export-list-to-latex): New functions.
4888
d5098885
JW
48892007-09-26 Carsten Dominik <dominik@science.uva.nl>
4890
93137d49 4891 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
d5098885
JW
4892 (org-outline-regexp): New constant.
4893 (org-remember-handler): Throw error when the target file is not in
4894 org-mode.
4895 (org-cleaned-string-for-export): No longer call
4896 `org-export-latex-cleaned-string' with an argument.
4897 (org-get-tags): Returns now a list, not a string.
4898 (org-get-tags-string): New function.
4899 (org-archive-subtree): No need to split return of `org-get-tags'.
4900 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4901 instead of `org-get-tags'.
0e2806fa
SM
4902 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4903 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
d5098885
JW
4904 (org-compatible-face): New argument INHERITS. Inherit from this
4905 face if possible.
4906 (org-level-1, org-level-2, org-level-3, org-level-4)
4907 (org-level-5, org-level-6, org-level-7, org-level-8)
4908 (org-special-keyword, org-drawer, org-column, org-warning)
4909 (org-archived, org-todo, org-done, org-headline-done, org-table)
4910 (org-formula, org-code, org-agenda-structure)
4911 (org-scheduled-today, org-scheduled-previously)
4912 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4913 in the new way.
4914 (org-get-heading): New argument NO-TAGS.
4915 (org-fast-tag-selection-include-todo): Made defvar instead of
4916 defcustom, feature is not deprecated.
4917 (org-remember-store-without-prompt): New default value t.
4918 (org-todo-log-states): New variable.
4919 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4920 Compute the log states.
4921 (org-goto-map): More commands copied from global map. Also bind
4922 `org-occur'.
4923 (org-goto): Made into a general lookup command.
4924 (org-get-location): Complete rewrite.
4925 (org-goto-exit-command): New variable.
4926 (org-goto-selected-point): New variable.
0e2806fa
SM
4927 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4928 Set the new variables.
d5098885
JW
4929 (org-paste-subtree): Whitespace insertion strategy revised.
4930 (org-remember-apply-template): Protect v-A from the possibility
4931 that v-a might be nil.
4932 (org-remember-handler): Insertion rules revised.
4933 (org-todo): Respect org-todo-log-states.
4934 (org-up-heading-safe): New function.
4935 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
d9d31f0a 4936
62035afd
DN
49372007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4938
4939 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4940 region if in transient-mark-mode.
4941
4e454e5b
JB
49422007-09-26 Juanma Barranquero <lekktu@gmail.com>
4943
4944 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4945 * calc/calc-help.el (calc-full-help):
4946 * calc/calc-misc.el (another-calc):
4947 * calc/calc-store.el (calc-var-name-map):
4948 * calc/calc-stuff.el (calc-flush-caches):
4949 * calc/calc-units.el (math-build-units-table):
4950 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4951 (calc-quit):
4952 * calendar/icalendar.el (icalendar--format-ical-event)
4953 (icalendar--convert-ical-to-diary):
4954 * emacs-lisp/authors.el (authors):
4955 * emacs-lisp/cust-print.el (custom-print-install)
4956 (custom-print-uninstall):
4957 * emacs-lisp/disass.el (disassemble-1):
4958 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4959 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4960 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4961 (elint-check-let-form, elint-check-condition-case-form)
4962 (elint-initialize):
4963 * emacs-lisp/elp.el (elp-results):
4964 * emacs-lisp/generic.el (generic-mode-internal):
4965 * emacs-lisp/re-builder.el (reb-delete-overlays):
4966 * emacs-lisp/regi.el (regi-interpret):
4967 * emacs-lisp/sregex.el (sregex--char-aux):
4968 * emulation/cua-rect.el (cua--deactivate-rectangle)
4969 (cua--highlight-rectangle, cua--rectangle-post-command):
4970 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4971 * emulation/viper-macs.el (viper-describe-kbd-macros)
4972 (viper-describe-one-macro):
4973 * emulation/viper-util.el (viper-setup-master-buffer):
4974 * emulation/viper.el (set-viper-state-in-major-mode):
4975 * international/mule-diag.el (describe-current-coding-system):
4976 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4977 * mail/emacsbug.el (report-emacs-bug):
4978 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4979 * obsolete/hilit19.el (hilit-unhighlight-region)
4980 (hilit-set-mode-patterns):
4981 * play/solitaire.el (solitaire-check, solitaire-solve):
4982 * play/zone.el (zone-pgm-rotate):
4983 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4984 * progmodes/ada-prj.el (ada-prj-display-page):
4985 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4986 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4987 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4988 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4989 * progmodes/sh-script.el (sh-make-vars-local)
4990 (sh-reset-indent-vars-to-global-values):
4991 * progmodes/sql.el (top):
4992 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4993 * progmodes/xscheme.el (top):
4994 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4995 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4996 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4997 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4998 (artist-submit-bug-report):
4999 * textmodes/flyspell.el (flyspell-delay-commands)
5000 (flyspell-deplacement-commands):
5001 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5002 (table--generate-source-cells-in-a-row, table--make-cell-map)
5003 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5004
1909cca0
JB
50052007-09-25 Juanma Barranquero <lekktu@gmail.com>
5006
5007 * allout.el (produce-allout-mode-map, allout-process-exposed):
5008 * ansi-color.el (ansi-color-make-color-map):
5009 * autoinsert.el (auto-insert):
5010 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5011 * dired-aux.el (dired-create-files):
5012 * dired.el (dired-restore-desktop-buffer):
5013 * ediff-diff.el (ediff-setup-fine-diff-regions):
5014 * ediff-mult.el (ediff-intersect-directories)
5015 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5016 (ediff-redraw-registry-buffer):
5017 * ediff-ptch.el (ediff-fixup-patch-map):
5018 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5019 (ediff-really-quit, ediff-clear-diff-vector):
5020 * emerge.el (emerge-really-quit):
5021 * ffap.el (ffap-replace-file-component):
5022 * filecache.el (file-cache-add-directory)
5023 (file-cache-add-directory-recursively)
5024 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5025 (file-cache-delete-directory, file-cache-files-matching-internal)
5026 (file-cache-display):
5027 * files.el (cd):
5028 * find-lisp.el (find-lisp-insert-directory):
5029 * finder.el (finder-compile-keywords):
5030 * help.el (view-emacs-news):
5031 * hi-lock.el (hi-lock-write-interactive-patterns):
5032 * ido.el (ido-to-end, ido-set-matches-1):
5033 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5034 (image-dired-mark-tagged-files):
5035 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5036 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5037 * ps-print.el (ps-background, ps-begin-file)
5038 (ps-build-reference-face-lists):
5039 * simple.el (clone-buffer):
5040 * startup.el (command-line):
5041 * tempo.el (tempo-insert-template, tempo-is-user-element)
5042 (tempo-forward-mark, tempo-backward-mark):
5043 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5044
5aca5ac3
GM
50452007-09-25 Glenn Morris <rgm@gnu.org>
5046
13b1f340
GM
5047 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5048
5aca5ac3
GM
5049 * view.el (view-search-no-match-lines): Add a doc string.
5050 Rewrite to simplify and work better.
5051
17ee4625
DN
50522007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5053
1909cca0
JB
5054 * progmodes/cc-mode.el (c-mode-base-map):
5055 Use c-indent-line-or-region instead of c-indent-line.
17ee4625
DN
5056
5057 * indent.el (indent-for-tab-command): First check if the region is
5058 active.
5059
f0fe5c14
MC
50602007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5061
5062 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5063 whitespace-rescan-timer-time is 0.
5064
104b04f5
KB
50652007-09-24 Karl Berry <karl@gnu.org>
5066
5067 * international/mule.el (coding-system-base): Fix doc string grammar.
5068
6c4e47fa
MA
50692007-09-24 Michael Albinus <michael.albinus@gmx.de>
5070
5071 * net/tramp.el (tramp-completion-mode-p): Rename from
1909cca0
JB
5072 `tramp-completion-mode'. Revert logic, check `return', `newline'
5073 and such alike. Packages like Icicles tend to use other completion
6c4e47fa
MA
5074 characters but `tab' and `space' only.
5075
f4ff3e5c
GM
50762007-09-24 Adam Hupp <adam@hupp.org>
5077
4e454e5b 5078 * progmodes/python.el (run-python): Import emacs module without
f4ff3e5c
GM
5079 waiting; prevents lockup on error.
5080
7c4d5b8a
RS
50812007-09-23 Richard Stallman <rms@gnu.org>
5082
e32725a7
RS
5083 * mail/sendmail.el (mail-bury): Delete the frame
5084 if this frame looks like it was made for this message.
5085
5086 * completion.el (completion-separator-self-insert-command)
5087 (completion-separator-self-insert-autofilling):
5088 If `self-insert-command' has been remapped, use the substitute.
5089
5090 * simple.el (copy-region-as-kill): Doc fix.
5091
7c4d5b8a
RS
5092 * textmodes/org.el (org-confirm-shell-link-function)
5093 (org-confirm-elisp-link-function): Doc fixes.
5094
f3d7e5c4
GM
50952007-09-23 Glenn Morris <rgm@gnu.org>
5096
5097 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5098
f7ba2ff4
DN
50992007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5102
5103 * term/tvi970.el (terminal-init-tvi970): Likewise.
5104
5105 * term/sun-mouse.el (print-mouse-format): Likewise.
5106
1909cca0
JB
5107 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5108 Use forward-line instead of previous-line and next-line.
f7ba2ff4 5109
f3de57e9
JL
51102007-09-22 Juri Linkov <juri@jurta.org>
5111
5112 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5113
5114 * tutorial.el (tutorial--default-keys): Update standard bindings:
5115 rename `iconify-or-deiconify-frame' to `suspend-frame',
5116 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5117
6e0cfad3
JL
51182007-09-22 Juri Linkov <juri@jurta.org>
5119
5120 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5121 Add help-echo to external links and to links without description.
5122 (fancy-splash-insert): Use help-echo from the 3rd element of the
5123 link specification list, or "Follow this link" if it's nil. Doc fix.
5124
1cff9ad1
JL
51252007-09-22 Juri Linkov <juri@jurta.org>
5126
5127 * startup.el (command-line): Rename `inhibit-startup-message' to
5128 `inhibit-startup-screen'.
5129 (fancy-about-text): Use shorter label for "Ordering Manuals".
5130 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5131 is nil, display a line with "To start..." and 3 links to useful
5132 tasks. Display the "Dismiss" button and "Don't show this message
5133 again" only when concise is non-nil.
5134 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5135 arg `concise'. If CONCISE is non-nil, display a concise version
5136 of the splash screen in another window. Otherwise, switch to the
5137 startup buffer in the same window.
5138 (startup-echo-area-message): Change displayed binding from
5139 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5140 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5141 the GNU system".
5142 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5143 to "*GNU Emacs*".
5144 (display-about-screen): Don't check the existence of the buffer
5145 "*About GNU Emacs*".
5146 (display-splash-screen): Make alias to `display-startup-screen'.
5147 (command-line-1): Rename `inhibit-startup-message' to
5148 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5149 started with command line options "-f", "-funcall", "-e", "-eval",
5150 "-execute", "-insert", "-find-file", "-file", "-visit".
5151 Inhibit startup screen when Emacs is started with a file name only
5152 on tty (i.e. don't inhibit it when started with a file name like
5153 "emacs FILE..." on a window system).
5154 (command-line-1): Simplify logic of displaying the startup screen:
5155 if file-count > 0, then display the concise version in another
5156 window, otherwise display full version in the same window.
5157
5158 * help.el (help-map): Bind C-h C-a to about-emacs.
5159 (help-for-help-internal): Add C-a description to C-h help text.
5160
6dd697d9
DN
51612007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5162
2d5a3812
DN
5163 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5164 (checkdoc-permit-comma-termination-flag): Autoload the
5165 safe-local-variable setting.
5166
4211e434 5167 * bookmark.el (bookmark-xemacsp): Remove.
1909cca0
JB
5168 (bookmark-make): Don't use bookmark-xemacsp,
5169 use (featurep 'xemacs) instead.
4211e434 5170
3e51f308
DN
5171 * speedbar.el (speedbar-frame-mode)
5172 (speedbar-frame-reposition-smartly)
5173 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5174 (speedbar-check-vc): Remove use of non-existent variable
5175 dframe-xemacsp, use (featurep 'xemacs) instead.
5176
6dd697d9
DN
5177 * indent.el (indent-for-tab-command): Indent the region if
5178 transient-mark-mode and the region is active.
5179
87094c03
FP
51802007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5181
5182 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5183 add inferior-octave-directory-tracker to the buffer-local value
5184 of comint-input-filter-functions.
5185
23d4cba5
DN
51862007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5189
2171e172
JB
51902007-09-21 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5193 on w32 frames.
5194
5dcbade2
SM
51952007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5196
4bbfda32 5197 * startup.el (normal-top-level): Remove DISPLAY from
2171e172 5198 process-environment to let it be computed dynamically in callproc.c.
4bbfda32 5199
5dcbade2
SM
5200 * frame.el (frame-initialize, make-frame):
5201 * faces.el (tty-set-up-initial-frame-faces):
5202 * env.el (setenv): Don't set display-environment-variable.
5203
e159b869
SM
5204 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5205 (server-create-tty-frame): Don't set unused `tty' property.
5206 Set `display' instead of display-environment-variable.
5207 (server-create-window-system-frame): No display-environment-variable.
5208
d037d501
MA
52092007-09-21 Michael Albinus <michael.albinus@gmx.de>
5210
5211 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5212 (rfn-eshadow-update-overlay-hook): New defvars.
e159b869
SM
5213 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5214 Run the hooks.
d037d501
MA
5215
5216 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5217 (tramp-rfn-eshadow-setup-minibuffer)
5218 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5219 rfn-eshadow.el.
5220
5221 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5222 timeout.
5223
ac3afa5a
GM
52242007-09-21 Glenn Morris <rgm@gnu.org>
5225
5226 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5227 * term/sun-mouse.el (suspend-emacstool): Remove.
5228 * term/sun.el: Remove emacstool-related code.
5229
2fb34c68
GM
5230 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5231 (byte-compile-warnings-safe-p): Add `mapcar'.
8cea6fdf 5232 (byte-compile-warning-types): Add mapcar and make-local.
2fb34c68
GM
5233 (byte-compile-normal-call): Add option to suppress mapcar warning.
5234 (top-level): Use mapc rather than mapcar in eval-when-compile.
0b63fc3b 5235
09b33024 5236 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2fb34c68
GM
5237 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5238 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5239 Handle escaped parens.
09b33024
GM
5240 (latex-forward-sexp): Doc fix.
5241
538a93d8
SM
5242 * eshell/esh-mode.el (eshell-output-filter-functions):
5243 Add eshell-postoutput-scroll-to-bottom.
965d1f0e 5244
0b63fc3b
GM
5245 * loadup.el: Remove termdev.
5246
8cea6fdf
GM
5247 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5248 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5249
055f99f4
GM
52502007-09-21 Markus Triska <markus.triska@gmx.at>
5251
5252 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5253 `mapcar' is called for effect.
5254
2fb34c68
GM
52552007-09-21 Kevin Ryde <user42@zip.com.au>
5256
5257 * international/mule.el (sgml-html-meta-auto-coding-function):
5258 Bind `case-fold-search' to t.
5259
c35a54c7
SM
52602007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5261
385312c9
SM
5262 * termdev.el: Remove.
5263
5264 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5265 (frames-on-display-list): Use it.
5266
5267 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5268
c35a54c7
SM
5269 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5270
7f821b79
RS
52712007-09-20 Richard Stallman <rms@gnu.org>
5272
5273 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5274
fb1b68a4
SM
52752007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5278
0a4daff5
GM
52792007-09-20 Glenn Morris <rgm@gnu.org>
5280
5281 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5282 motion functions, rather than hard-coding "\n\n".
5283 (tex-validate-region): Check for eobp, to speed up.
5284 (tex-next-unmatched-end): Doc fix.
5285
b608e302
SM
52862007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5287
e7988f09
SM
5288 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5289
5290 * international/mule.el (auto-coding-alist): Rar archives are binary.
5291
7e9a3fef
SM
5292 * arc-mode.el: Add basic support for Rar.
5293 (archive-find-type): Recognize Rar's signature.
5294 (archive-desummarize): New fun.
5295 (archive-summarize): Use it to restore the buffer's data in case
5296 someone wants to switch to some other major mode.
5297 (archive-resummarize): Use it as well.
5298 (archive-rar-summarize, archive-rar-extract): New functions.
5299
91cc505c
SM
5300 * filesets.el: Remove spurious * in docstrings.
5301 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5302 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5303 (filesets-ingroup-collect): Remove unused arg `depth'.
5304 (filesets-update): Remove unused arg `version'.
5305
bf8aa901
SM
5306 * finder.el (finder-compile-keywords): Fix up comment style.
5307 (finder-mouse-face-on-line): previous-line -> forward-line.
5308
2aa7c4d5
SM
5309 * recentf.el: Remove spurious * in docstrings.
5310 (recentf-save-list): Fix up comment style.
5311
e22bbd48
SM
5312 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5313 (octave-mode-map): Move init into declaration and remove \t binding.
5314 (octave-mode-startup-message): Remove unused var.
5315 (octave-scan-blocks): Remove unused arg `from'.
5316 (octave-forward-block, octave-down-block, octave-up-block):
5317 Update callers.
5318
ff319790
SM
5319 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5320 (meta-mode-map): Likewise and remove \t binding.
5321
ab8e678c
SM
5322 * net/snmp-mode.el: Remove spurious * in docstrings.
5323 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5324 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5325 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5326 that completion accepts lists of strings.
5327 (snmp-mode-syntax-table): Move initialization into declaration.
5328 (snmp-mode-map): Likewise and remove \t binding.
5329 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5330 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5331 (snmp-indent-command): Remove.
5332
b608e302
SM
5333 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5334 binding, so tab-always-indent works right.
5335
a38de16e
MC
53362007-09-19 Johannes Weiner <hannes@saeurebad.de>
5337
5338 * net/browse-url.el (browse-url-elinks-new-window): New function.
b608e302
SM
5339 (browse-url-elinks): Use browse-url-elinks-new-window.
5340 Accept optional second argument `new-window'. Fix typo in doc-string.
a38de16e
MC
5341 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5342 Improve error message.
5343
59c4e1da
MC
53442007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5345
5346 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5347 parameter name in the function body.
5348 Reported by Johannes Weiner.
5349
b5355a9a
GM
53502007-09-19 Glenn Morris <rgm@gnu.org>
5351
ff0a21d6
GM
5352 * net/socks.el (socks-open-network-stream): Signal an explicit
5353 error if the port associated with a service string can't be found.
5354
b608e302 5355 * textmodes/tex-mode.el (tex-terminate-paragraph):
3cfff67b 5356 Use backward-paragraph.
b5355a9a 5357
44954c2f
SM
53582007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * server.el (server-running-p): New function.
5361
44fe0f65
JR
53622007-09-18 Jason Rumney <jasonr@gnu.org>
5363
5364 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5365 x-focus-frame.
5366
5367 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5368 Use x-focus-frame for w32.
5369
299ea3d3
RS
53702007-09-17 David Kastrup <dak@gnu.org>
5371
5372 * textmodes/tex-mode.el (tex-verbatim-environments):
5373 Eliminate CL dependency.
5374
5266b06b
RS
53752007-09-17 Richard Stallman <rms@gnu.org>
5376
5377 * newcomment.el (comment-add): New arg EXTRA.
5378 (comment-region-default): Pass EXTRA if not indenting lines.
5379
6eddc3bb
MC
53802007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5381
5382 * net/browse-url.el (browse-url-url-encode-chars): New function.
5383 URL-encode some chars in a string.
5384 (browse-url-encode-url): Rewrite using the previous function.
5385 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5386 (browse-url-elinks-sentinel): Fix typo.
5387 (browse-url-new-window-flag): Doc change.
5388
e47a29ad
GM
53892007-09-17 Glenn Morris <rgm@gnu.org>
5390
5391 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5392 filename from `--file-line-error', if it is available.
5393
53942007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5395
5396 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5397 TeX `--file-line-error' format.
5398
b9451e85
DN
53992007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5400
5401 * xt-mouse.el: Delete add-hook calls that were moved to
5402 xterm-mouse-mode.
9f596249
DN
5403 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5404 does not work.
b9451e85 5405
578b4e9d
RS
54062007-09-17 Richard Stallman <rms@gnu.org>
5407
5408 * cus-face.el (custom-theme-set-faces): Undo previous change.
5409
5410 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5411
f73dcb6f
GM
54122007-09-17 Glenn Morris <rgm@gnu.org>
5413
5414 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5415 handling the case where the region is not in `tex-main-file'.
5416 (tex-region-1): Delete.
5417 (tex-region-header): New function, doing the header part of the
5418 old tex-region-1.
5419
3137dda8
SM
54202007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * simple.el (newline): Simplify use of prefix-numeric-value.
5423 (line-move-partial): Remove unused var `ppos'.
5424 (line-move-1): Replace 9999 with most-positive-fixnum.
5425 (move-end-of-line): Use more efficient single-property search.
5426 (move-beginning-of-line): Remove unused var `start'.
5427 (blink-matching-open): Restructure in a more functional style.
5428
6fbc407a
MC
54292007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5430
5431 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5432
13ba3740
SM
54332007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5434
448f754f
SM
5435 * server.el (server-clients): Only keep procs, no properties any more.
5436 (server-client): Remove.
5437 (server-client-get, server-client-set): Remove, replace all callers by
5438 process-get and process-put resp.
5439 (server-clients-with, server-add-client, server-delete-client)
5440 (server-create-tty-frame, server-create-window-system-frame)
5441 (server-process-filter, server-execute, server-visit-files)
5442 (server-buffer-done, server-kill-buffer-query-function)
5443 (server-kill-emacs-query-function, server-switch-buffer)
5444 (server-save-buffers-kill-terminal): Update accordingly.
5445
13ba3740
SM
5446 * server.el (server-with-environment): Simplify.
5447 (server-select-display, server-unselect-display): Re-add functions that
5448 seem to have been lost in the multi-tty merge.
5449 (server-eval-and-print, server-create-tty-frame)
5450 (server-create-window-system-frame, server-goto-toplevel)
5451 (server-execute, server-return-error): New functions extracted from
5452 server-process-filter.
5453 (server-execute-continuation): New functions.
5454 (server-process-filter): Restructure so that all arguments are analysed
2171e172 5455 first and then acted upon in a subsequent stage. This way
13ba3740
SM
5456 server-goto-toplevel can be executed later, when we know if
5457 it's necessary.
5458 Remove the "-version" and "-version-good" support.
5459
47fdaab8
GM
54602007-09-16 Drew Adams <drew.adams@oracle.com>
5461
fdc90613 5462 * cus-edit.el (custom-face-edit-activate): Doc fix.
47fdaab8 5463
c5da8ef6
GM
54642007-09-16 Glenn Morris <rgm@gnu.org>
5465
5466 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5467 Following cal-bahai renaming, update all instances of
5468 list-bahai-diary-entries to diary-bahai-list-entries,
5469 mark-bahai-diary-entries to diary-bahai-mark-entries,
5470 calendar-goto-bahai-date to calendar-bahai-goto-date,
5471 insert-bahai-diary-entry to diary-bahai-insert-entry,
5472 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5473 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5474 calendar-print-bahai-date to calendar-bahai-print-date.
5475
5476 * textmodes/tex-mode.el (tex-region): Handle the case where the
5477 region is not in `tex-main-file'. Move the old code that applies
5478 to both cases...
5479 (tex-region-1): ...to this new function.
5480
03368919
SM
54812007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5482
86e80023
SM
5483 * vc.el (vc-process-sentinel): New function.
5484 (vc-exec-after): Use it instead of using ugly hackish analysis and
5485 construction of Elisp code.
5486 (vc-sentinel-movepoint): New dynamically scoped var.
5487 (vc-print-log, vc-annotate): Set it to move the user's point.
5488
72d1ce61
SM
5489 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5490 inhibit-modification-hooks.
5491
03368919
SM
5492 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5493 (calendar-bahai-print-date, calendar-bahai-goto-date)
5494 (diary-bahai-list-entries, diary-bahai-insert-entry):
5495 New names to clean up the namespace a bit more.
5496 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5497
24c6be9f
GM
54982007-09-15 Glenn Morris <rgm@gnu.org>
5499
5500 * calendar/holidays.el (holiday-list): Rename it back to
5501 `list-holidays', but leave `holiday-list' as an alias.
5502
96736d92
GM
5503 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5504 custom group.
5505
5506 * textmodes/css-mode.el (css): New custom group.
5507 (css-electrick-keys, css-selector, css-property)
5508 (css-indent-offset): Specify custom group.
5509
62b84d36
SM
55102007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5513 (cvs-execute-single-file): Use process-file.
5514 (cvs-run-process): Use start-file-process.
5515
aaeefd66
DN
55162007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5517
5518 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5519 level. Remove the hooks when turning off the mode.
5520
5521 * term/xterm.el: Require xt-mouse at compile time.
5522 (terminal-init-xterm): Turn on xterm mouse tracking for this
5523 terminal if xterm-mouse-mode is enabled.
5524
1fe912ee
DN
55252007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5526
da600aad
DN
5527 * term/xterm.el (xterm-function-map): Replace bindings that were
5528 deleted by the merge.
1fe912ee 5529
a4fcacde
TTN
55302007-09-14 Ulf Jasper <ulf.jasper@web.de>
5531
5532 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5533 (bubbles-mode-map): Move define-key statements here.
5534 (bubbles-game-theme-menu): Ditto.
5535 (bubbles-graphics-theme-menu): Ditto.
5536 (bubbles-menu): Ditto.
5537 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5538 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5539 (bubbles-plop): Set buffer-undo-list, redisplay.
5540 (bubbles-undo): Reset buffer-undo-list, redisplay.
5541 (bubbles--show-images): Take care of missing text properties.
5542
f5d58dd1
GM
55432007-09-14 Glenn Morris <rgm@gnu.org>
5544
34acda03
GM
5545 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5546 quoting.
5547
f5d58dd1
GM
5548 * calendar/cal-hebrew.el, calendar/cal-menu.el
5549 * calendar/calendar.el, calendar/diary-lib.el
5550 * calendar/holidays.el: Rename all instances of
5551 list-calendar-holidays callers to calendar-list-holidays,
5552 list-holidays to holiday-list, check-calendar-holidays to
5553 calendar-check-holidays, mark-calendar-holidays to
5554 calendar-mark-holidays, and filter-visible-calendar-holidays to
5555 holiday-filter-visible-calendar.
5556
e1b19750
DN
55572007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5558
5559 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5560
45169e8d
TTN
55612007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5562
5563 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5564 Use transparent background for empty cells in graphics mode.
5565
162a12b1
GM
55662007-09-13 Jari Aalto <jari.aalto@cante.net>
5567
5568 * man.el (Man-default-man-entry): At end of line, continue looking
d9d31f0a 5569 to the next line for possible end of hyphenated command.
162a12b1 5570
45a4af63
GM
55712007-09-13 Chris Moore <dooglus@gmail.com>
5572
5573 * shell.el (shell-resync-dirs): Don't move the cursor relative to
d9d31f0a 5574 the command being edited.
45a4af63 5575
8a1dd108
TTN
55762007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5577
5578 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5579
6670206f
DN
55802007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5581
5582 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5583 C-M-S- keys.
5584
5585 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5586
ad56e18b
MC
55872007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5588
0f71f9da 5589 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
ad56e18b
MC
5590 New argument `filename-p' to use one set of confusing chars or another.
5591 (browse-url-file-url): Use the argument.
5592 Suggested by Johannes Weiner.
5593
1c5eb135
RF
55942007-09-12 Romain Francoise <romain@orebokech.com>
5595
5596 * cus-start.el (all): Revert 2007-09-08 change.
5597
aea4b38c
GM
55982007-09-12 Aaron Hawley <aaronh@garden.org>
5599
5600 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5601 extract .Z files, since it is more common than uncompress.
5602
58efff64
GM
56032007-09-12 Glenn Morris <rgm@gnu.org>
5604
5605 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5606 duplicate function definition.
5607
7fb6ce6e
TTN
56082007-09-10 Chris Moore <dooglus@gmail.com>
5609
5610 * diff-mode.el (diff-sanity-check-hunk):
5611 Also accept single-line hunks.
5612
6794a919
CY
56132007-09-10 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * startup.el (startup-screen-inhibit-startup-screen)
5616 (pure-space-overflow-message): New vars.
5617 (fancy-splash-insert): Allow functions for face and link specs.
5618 (fancy-splash-head): Remove unused arg. Move splash text...
5619 (fancy-startup-text, fancy-about-text): ...here.
5620 (fancy-startup-tail): Rename from fancy-splash-tail.
5621 (fancy-startup-screen, fancy-about-screen): Split off from
5622 fancy-splash-screens.
5623 (display-startup-screen): New function.
5624 (display-about-screen): Rename from display-splash-screen.
5625 (command-line-1): Use concise startup screen if necessary.
5626
28421945
TTN
56272007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5628
5629 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5630 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5631
9c934431
SM
56322007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5633
3137dda8
SM
5634 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5635 (python-font-lock-keywords): Update to the 2.5 version of the language.
5636 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5637 (python-backspace): Only behave funny in code.
5638 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5639 (inferior-python-mode): Add PDB prompt regexp.
5640 (python-fill-paragraph): Refine the fenced-string regexp.
5641 (python-find-imports): Handle imports spanning several lines.
5642 (python-mode): Add `class' to hideshow support.
5643
56442007-09-10 Dave Love <fx@gnu.org>
5645
9c934431
SM
5646 * outline.el (outline-4, outline-5, outline-7):
5647 Move font-lock-builtin-face down from 4 to 7 to better keep the
5648 progression of color brightness, and to better match Org-mode's faces.
5649
90d10f16
MC
56502007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5651
89c19c1e
MC
5652 * progmodes/meta-mode.el (meta-font-lock-keywords)
5653 (font-lock-match-meta-declaration-item-and-skip-to-next)
5654 (meta-comment-indent, meta-indent-previous-line)
5655 (meta-indent-unfinished-line, meta-beginning-of-defun)
5656 (meta-end-of-defun, meta-common-initialization): Handle \f.
ebd3fa6b
MC
5657 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5658 a comment-start.
89c19c1e 5659
90d10f16
MC
5660 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5661 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5662 numeric notation of file modes.
5663 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5664 numeric value.
5665 (read-file-modes): New. Read either an octal value of a file mode or a
5666 symbolic value, and return its numeric value.
5667
822b17d3
MC
5668 * dired-aux.el (dired-do-chmod): Change to use the built-in
5669 `set-file-modes' and the previous symbolic mode parsing functions.
5670
70165841
SM
56712007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5672
2db33a18
SM
5673 * textmodes/texinfo.el: Remove spurious * in docstrings.
5674 (texinfo-mode-syntax-table, texinfo-mode-map):
5675 Initialize in the declaration.
5676
c03aab72
SM
5677 * tmm.el: Remove spurious * in docstrings.
5678 (tmm-prompt): Use with-current-buffer.
5679
ad141260
SM
5680 * vcursor.el: Remove spurious * in docstrings.
5681 (vcursor-map): Initialize in the declaration.
5682 (vcursor-use-vcursor-map): Use define-minor-mode.
5683 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5684
3643fbbc
SM
5685 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5686 Initialize in the declaration.
5687 (widget-minor-mode): Use define-minor-mode.
5688
70165841
SM
5689 * woman.el (woman-mode-map, woman-syntax-table):
5690 Initialize in the declaration.
5691
94dbe99c
TTN
56922007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5693
5694 * doc-view.el: New file.
5695
490a1ad6
JL
56962007-09-09 Juri Linkov <juri@jurta.org>
5697
5698 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5699
5700 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5701
5702 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5703 to "Startup screen". Fix docstring.
5704 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5705 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5706 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5707 (initial-scratch-message): Fix docstring.
5708 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5709 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5710 Add link to "Customize Startup" and set interval between links to
5711 5 spaces.
5712 (fancy-about-text): Add links "Authors" and "Contributing".
5713 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5714 and "This is " on the about screen. Add link to
5715 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5716 For the about screen move emacs version to the header from
5717 `fancy-splash-tail' (as it's done already for normal about screen).
5718 (fancy-splash-tail): Insert emacs version only for startup screen.
5719 (normal-splash-screen): Remove duplicate empty lines.
5720 (normal-about-screen): Add links "Authors" and "Contributing".
5721
3a155dd6
JL
5722 * menu-bar.el (menu-bar-help-menu):
5723 Move "About Emacs" and "About GNU" to the end of the Help menu.
5724 Move "Emacs Psychotherapist" after "Send Bug Report...".
5725 Move "External Packages" after "Find Emacs Packages".
5726
8a4438b6
MA
57272007-09-09 Michael Albinus <michael.albinus@gmx.de>
5728
5729 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5730 they are useless with the byte compiler.
5731 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5732 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5733 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5734 (tramp-file-name-real-host, tramp-file-name-port)
5735 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5736 defuns.
5737
5738 * net/tramp-cache.el (top): Improve error message when
5739 `tramp-persistency-file-name' is corrupted.
5740
d218d6a2
JW
57412007-09-09 Carsten Dominik <dominik@science.uva.nl>
5742
5743 * textmodes/org.el (org-re): Also replace the :alpha: class.
5744 (org-todo-tag-alist): Variable removed.
209dc81c 5745 (org-todo-key-alist, org-todo-key-trigger): New variables.
d218d6a2
JW
5746 (org-use-fast-todo-selection): New option.
5747 (org-log-done): Docstring fixed.
5748 (org-deadline-warning-days): New default value 14.
209dc81c 5749 (org-edit-timestamp-down-means-later): New option.
d218d6a2
JW
5750 (org-tag-alist): Docstring fixed.
5751 (org-fast-tag-selection-include-todo): New option.
5752 (org-export-language-setup): New languages added.
5753 (org-set-regexps-and-options): Compute the new variables.
5754 (org-paste-subtree): Cleaning up.
5755 (org-remember-apply-template): New escape %A.
5756 (org-todo): Call fast TODO selection.
5757 (org-fast-todo-selection): New function.
5758 (org-add-log-note): Allow prefix for abort exit.
5759 (org-at-property-p, org-entry-properties)
5760 (org-columns-get-autowidth-alist): Use :alpha: class.
5761 (org-get-wdays): New function.
5762 (org-agenda-remove-date): New variable.
5763 (org-agenda-get-deadlines): Use `org-get-wdays'.
5764 (org-agenda-get-deadlines): Reverse ee before returning.
5765 (org-format-agenda-item): New argument REMOVE-RE.
5766 (org-agenda-convert-date): Baha'i calendar added.
5767 (org-infile-export-plist): Also find DATE line.
5768 (org-get-min-level): New function.
5769 (org-export-as-html, org-export-as-ascii): Use the date format.
5770 (org-shiftup, org-shiftdown): Use.
5771 `org-edit-timestamp-down-means-later'.
5772 (org-assign-fast-keys): New function.
5773
e80134cd
EZ
57742007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5775
5776 * cus-start.el (all): Add prefer-window-split-horizontally from
5777 window.c.
5778
5edcabcb
EZ
57792007-09-08 Eli Zaretskii <eliz@gnu.org>
5780
5781 * net/browse-url.el (browse-url-galeon): Fix last change.
5782 (top-level): Require cl when compiling.
5783
c426c0d1
CD
57842007-09-08 Carsten Dominik <dominik@science.uva.nl>
5785
5786 * textmodes/org-export-latex.el: arch-tag restored.
5787
5788 * textmodes/org-publish.el: arch-tag restored.
5789
6e33433d
MY
57902007-09-08 Masatake YAMATO <jet@gyve.org>
5791
70165841 5792 * progmodes/which-func.el (which-func-modes): Add diff-mode.
59825017 5793
8a4438b6 5794 * progmodes/cc-langs.el: Support new keywords added to
6e33433d 5795 objective-c frontend of gcc.
70165841
SM
5796 (c-simple-stmt-kwds): Add @throw.
5797 (c-block-stmt-2-kwds): Add @synchronized.
5798 (c-block-stmt-1-kwds): Add @finally and @try.
6e33433d 5799
0b8568f5
JW
58002007-09-07 Carsten Dominik <dominik@science.uva.nl>
5801
0f71f9da 5802 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
b1634ed2
CD
5803 (org-agenda-after-show-hook): New variable.
5804 (org-columns-compile-format)
5805 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5806 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5807 property names.
5808 (org-get-wdays): New function.
0b8568f5 5809
98a6dc9f
SM
58102007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5811
08ea6d2f
SM
5812 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5813
5814 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5815
98a6dc9f
SM
5816 * vc-arch.el (vc-arch-checkin): Fix typo.
5817
e141eb2e
RF
58182007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5819
5820 * cus-face.el (custom-theme-set-faces): Set face attributes
5821 locally for each frame.
5822
5c7ffa04
SM
58232007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5824
a227f163
SM
5825 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5826 via font-lock-defaults.
5827
5c7ffa04
SM
5828 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5829 derived-mode-p.
5830
4f060cc7
TTN
58312007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5832
5833 * progmodes/autoconf.el (autoconf-definition-regexp):
5834 Handle optional square brackets around definition name.
5835
7262075d
GM
58362007-09-07 Johannes Weiner <hannes@saeurebad.de>
5837
5838 * net/browse-url.el (browse-url-browser-function): Add elinks.
5839 (browse-url-elinks-wrapper): New option.
5840 (browse-url-encode-url, browse-url-elinks)
5841 (browse-url-elinks-sentinel): New functions.
5842 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5c7ffa04
SM
5843 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5844 Use new function browse-url-encode-url.
7262075d
GM
5845
58462007-09-07 Glenn Morris <rgm@gnu.org>
5847
5848 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5849 say if multi-tty is present.
5850
86970dbd
SM
58512007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5852
c8f1ea76
SM
5853 * cus-start.el (split-window-preferred-function): Add custom info.
5854
2317a7cf
SM
5855 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5856 (calendar-mark-holidays, calendar-list-holidays)
5857 (holiday-filter-visible-calendar): New names to clean up namespace.
5858 (filter-visible-calendar-holidays, list-calendar-holidays)
5859 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5860 Add compatibility aliases.
5861 (calendar-check-holidays, calendar-mark-holidays)
5862 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5863 (holiday-sexp): Replace append with list.
5864 (holiday-filter-visible-calendar): Replace append with push.
5865
86970dbd
SM
5866 * woman.el: Remove spurious * in docstrings.
5867 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5868 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5869 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5870 (woman-write-directory-cache, woman-display-extended-fonts)
5871 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5872 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5873 (woman-mode): Use inhibit-read-only.
5874 (woman-negative-vertical-space): Use dotimes.
5875 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5876
12451866
RF
58772007-09-06 Romain Francoise <romain@orebokech.com>
5878
5879 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5880 (vc-bzr-workfile-version): Use it.
5881
9a8b3a5c
RF
58822007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5883
5884 * complete.el (PC-do-completion): Don't try to treat
12451866 5885 empty string as an abbreviation.
9a8b3a5c 5886
27ba1132
GM
58872007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5888
5889 * help-fns.el (describe-variable): Keep doc's text properties.
5890
d920b27a
DN
58912007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5892
5893 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5894 instead of a file.
5895
f657c21b
GM
58962007-09-06 Glenn Morris <rgm@gnu.org>
5897
5898 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5899 (checkdoc-minor-mode): Allow user to specify lighter via
5900 checkdoc-minor-mode-string.
5901
fad930b6
RS
59022007-09-05 Richard Stallman <rms@gnu.org>
5903
86970dbd 5904 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
fad930b6
RS
5905 Several items removed, simplified, or put on one line.
5906 (fancy-about-text): Add substantial contents, part of startup text.
5907 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5908 (normal-splash-screen): Call normal-mouse-startup-screen,
5909 normal-no-mouse-startup-screen, or normal-about-screen.
5910 (normal-mouse-startup-screen): New fn, broken out, shortened.
5911 (normal-no-mouse-startup-screen): New fn, broken out.
5912 (normal-about-screen): New function, contents all new.
5913
e8449cdb
MC
59142007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5915
5916 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5917
d0da8f91
GM
59182007-09-05 Glenn Morris <rgm@gnu.org>
5919
5920 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5921 is bound.
5922
59232007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5924
5925 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
86970dbd 5926 in doc string.
d0da8f91 5927
e4019195
DN
59282007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5929
86970dbd 5930 * server.el (server-start, server-unload-hook): Undo previous change.
e4019195
DN
5931
5932 * xt-mouse.el: Undo previous change.
5933
1d865f15
JL
59342007-09-04 Juri Linkov <juri@jurta.org>
5935
5936 * startup.el (fancy-about-text): New variable.
5937 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5938 (fancy-current-text, fancy-splash-stop-time)
5939 (fancy-splash-outer-buffer): Remove variables.
5940 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5941 `startup' and use it to conditionally display different texts for
5942 Startup and About screens. Don't display Help commands on the About
5943 screen.
5944 (fancy-splash-screens-1): Remove function and move its content to
5945 `fancy-splash-screens' to the part that dislpays the About screen.
5946 (exit-splash-screen): Don't treat specially exiting from
5947 alternating screens.
5948 (fancy-splash-screens): Rename argument `static' to `startup'.
5949 Fix docstring. Remove code for displaying alternating screens.
5950 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5951 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5952 for `inhibit-read-only'.
5953 (normal-splash-screen): Rename argument `static' to `startup'.
5954 Fix docstring. Use argument `startup' to conditionally display
5955 different texts for Startup and About screens. Don't display Help
5956 commands on the About screen. Remove `unwind-protect' `sit-for'
5957 delay and `kill-buffer' after it.
5958 (display-startup-echo-area-message): Remove call to
5959 `use-fancy-splash-screens-p' because image.el is preloaded and
5960 doesn't display "Loading image... done".
5961 (display-splash-screen): Rename argument `static' to `startup'.
5962 Fix docstring.
5963
92cd6a7c
DN
59642007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5965
5966 * server.el (server-start, server-unload-hook):
5967 suspend-tty-functions has been renamed to suspend-tty-hook.
5968
5969 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5970 resume-tty-hook.
5971
0f71f9da 59722007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
b7185a73
DN
5973
5974 * loadup.el: Fix merge problem, only load "button" once.
5975
f4f6d1ed
GM
59762007-09-03 Glenn Morris <rgm@gnu.org>
5977
f0988e47
GM
5978 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5979 "Working file:" as the prefix, for the sake of
5980 log-view-current-file.
f4f6d1ed 5981
13af5af5
DN
59822007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5983
86970dbd 5984 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13af5af5
DN
5985 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5986 if the selected frames is in
5987 xterm-modify-other-keys-terminal-list.
5988 (xterm-turn-off-modify-other-keys): Add an optional frame
86970dbd 5989 parameter. Only turn off modify-other-keys if FRAME is in
13af5af5
DN
5990 xterm-modify-other-keys-terminal-list.
5991 (xterm-remove-modify-other-keys): New function.
86970dbd
SM
5992 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5993 Add the selected frame to xterm-modify-other-keys-terminal-list.
13af5af5 5994
5db55b9e
JD
59952007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5996
5997 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5998 (icon-map-list): New variable.
5999 (x-gtk-map-stock): Use icon-map-list.
6000
ccf89694
RF
60012007-09-02 Romain Francoise <romain@orebokech.com>
6002
6003 * log-view.el (log-view-current-file): Balance parens.
6004
0720576c
GM
60052007-09-02 Glenn Morris <rgm@gnu.org>
6006
510e240f
GM
6007 * comint.el (comint-mode): Don't set scroll-conservatively.
6008
0720576c
GM
6009 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6010 non-command arguments.
6011
b0bda246
GM
6012 * log-view.el (log-view-current-file): Give a more explicit error
6013 if log-view-file-re fails to find a match.
6014
9f1c6587
TTN
60152007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6016
6017 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6018 Fix bug: Don't expand top-level file name more than once.
6019 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6020
ecaf7334
SM
60212007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * server.el (server-process-filter): Don't display the splash screen.
6024 It's annoying enough on the initial screen and becomes positively
6025 obnoxious here.
6026
afdd184c
SM
60272007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6030 Change naming to use "avl-tree--" for internal functions.
6031
20f8ac73
DN
60322007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6033
7c1bfecc
DN
6034 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6035 the merge.
6036 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6037 (provide): Move to the end of file.
6038
20f8ac73
DN
6039 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6040
661e8cd1
MC
60412007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6042
08fea928
MC
6043 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6044 New variable. List of exceptions for the duplicated word rule.
6045 (flyspell-mark-duplications-flag): Mention it.
6046 (flyspell-word): Treat it.
6047
661e8cd1
MC
6048 * files.el (create-file-buffer): If the filename sans directory starts
6049 with spaces, remove them.
6050
5cb94d12
JD
60512007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6052
6053 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6054 (x-gtk-map-stock): Use two directory elements when matching
6055 file name.
6056
4596901f
GM
60572007-08-31 James Wright <james@chumsley.org>
6058
6059 * eshell/em-unix.el (eshell/info): New function.
6060
fdb88463
SM
60612007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6062
db30aa12
SM
6063 * frame.el (frame-initialize, make-frame):
6064 * server.el (server-process-filter):
6065 * faces.el (tty-set-up-initial-frame-faces): Don't set
6066 term-environment-variable since it's not used any more.
6067
6068 * env.el (setenv): Don't treat $TERM specially.
6069
fdb88463
SM
6070 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6071 stated otherwise, subprocesses do not send back escape sequences
6072 corresponding to the terminal from which Emacs was started.
6073
3b44dbc5
TTN
60742007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6075
6076 * calculator.el: Require cl for compilation.
6077
550641d3
DP
60782007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6079
6080 * outline.el (outline-font-lock-levels): Comment out unused var.
6081 (outline-font-lock-face): Wrap around face list to handle any
6082 nesting depth gracefully.
6083
b83483d5
MA
60842007-08-30 Michael Albinus <michael.albinus@gmx.de>
6085
bdca334b
RS
6086 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6087 `set-file-times'.
b83483d5 6088
ff95e246
CD
60892007-08-30 Carsten Dominik <dominik@science.uva.nl>
6090
6091 * textmodes/org.el (org-export-visible): Fix drawers before export.
6092 (org-do-sort): Allow sorting by priority.
6093 (org-agenda-files): Ignore non-existing files.
6094 (org-agenda-skip-unavailable-files): New variable.
6095 (org-ellipsis): All a face as value.
6096 (org-mode): Interprete the face value of `org-ellipsis'.
6097 (org-archive-save-context-info): New option.
6098 (org-archive-subtree): Store context info in archived entry.
6099 (org-fast-tag-selection-can-set-todo-state): New variable.
6100 (org-fast-tag-selection): Allow setting TODO states through this
6101 interface.
6102 (org-cycle): Docstring updated.
6103 (org-todo-keyword-faces): New option.
6104 (org-get-todo-face): New function.
fdb88463
SM
6105 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6106 Use `org-get-todo-face'.
ff95e246
CD
6107 (org-switch-to-buffer-other-window): New function.
6108 (org-table-edit-field, org-table-show-reference)
6109 (org-table-edit-formulas, org-add-log-note)
6110 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6111 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6112 `switch-to-buffer-other-window' to make sure that the temporary
6113 windows show up on the current frame.
6114 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
fdb88463
SM
6115 (org-get-entries-from-diary, org-replace-region-by-html):
6116 Don't allow pop-up frames.
6117 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6118 Fix problems with time-of-day.
ff95e246
CD
6119 (org-export-get-title-from-subtree): New function.
6120 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6121 with listing items that are DONE.
6122 (org-change-tag-in-region): New command.
6123 (org-agenda-skip-scheduled-if-done)
6124 (org-agenda-skip-deadline-if-done): Docstring clarified.
6125 (org-mode): Hide drawers on startup.
6126 (org-get-todo-face): New function.
6127 (org-todo-keyword-faces): New option.
82a93b22
CD
6128 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6129 (org-remove-keyword-keys): New function.
b83483d5 6130
a2e548a9
TTN
61312007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6132
fdb88463
SM
6133 * progmodes/grep.el (grep-find-ignored-directories):
6134 Add monotone _MTN bookkeeping directory in workspaces.
6135 Add RCS control directory. List items in alphabetical order.
a2e548a9 6136
2796180f 6137 * progmodes/grep.el (grep-files-aliases): Add cc alias.
fdb88463 6138 Sort items in alphabetical order. Fix parens.
2796180f 6139
dc8ceca1
DN
61402007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6141
f0230324
DN
6142 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6143 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6144 (vc-hg-pull): New functions.
6145 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6146
dc8ceca1
DN
6147 * term/mac-win.el: Don't require url, only autoloaded url
6148 functions are used in this file.
6149
d9af6951
AS
61502007-08-29 Andreas Schwab <schwab@suse.de>
6151
6152 * shell.el (shell): Return correct value from interactive spec.
6153
6d017e27
GM
61542007-08-29 Glenn Morris <rgm@gnu.org>
6155
6156 * version.el (emacs-version): Increase to 23.0.50.
6157
9b229c32
JD
61582007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6159
6160 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6161
8d9cc0b7
MB
61622007-08-29 Juri Linkov <juri@jurta.org>
6163
6164 * loadup.el: Add "button" loading after "faces" and move "startup"
6165 to load after "button".
6166
61672007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6168
6169 * loadup.el: Load term/mac-win on a Mac using Carbon.
6170
6171 * term/mac-win.el: Provide mac-win.
6172 (mac-initialized): New variable.
b7b27c93 6173 (mac-initialize-window-system): New function. Move global setup here.
8d9cc0b7
MB
6174 (handle-args-function-alist, frame-creation-function-alist):
6175 (window-system-initialization-alist): Add mac entries.
6176 (x-setup-function-keys): New function containing all the
6177 top level function key definitions.
6178
6179 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6180
b7b27c93 6181 * env.el (read-envvar-name): Don't consider the environment frame param.
8d9cc0b7 6182
b7b27c93
JB
6183 * env.el (setenv):
6184 * frame.el (frame-initialize, make-frame):
6185 * faces.el (tty-set-up-initial-frame-faces):
6186 * server.el (server-process-filter): Set
8d9cc0b7
MB
6187 display-environment-variable and term-environment-variable.
6188
6189 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6190
61912007-08-29 Jason Rumney <jasonr@gnu.org>
6192
6193 * loadup.el: Only load term/x-win when X is compiled in.
6194 Load term/w32-win and dependencies on windows-nt.
6195
6196 * term/w32-win.el: Reorder to match x-win.el more closely.
b7b27c93 6197 Provide w32-win. Don't throw error when global window-system not w32.
8d9cc0b7
MB
6198 (internal-face-interactive): Remove obsolete function.
6199 (x-setup-function-keys): Use local-function-key-map.
6200 (w32-initialized): New variable.
6201 (w32-initialize-window-system): Set it.
6202 Move more global setup here.
6203 (x-setup-function-keys): New function.
b7b27c93 6204 (w32-initialize-window-system): Move non function key global setup here.
8d9cc0b7
MB
6205 (x-cut-buffer-max): Remove.
6206 (w32-initialize-window-system): New function.
6207 (handle-args-function-alist, frame-creation-function-alist):
6208 (window-system-initialization-alist): Add w32 entries.
6209
62102007-08-29 David Kastrup <dak@gnu.org>
6211
6212 * env.el (getenv): Pass frame to getenv-internal.
6213
4b649a8e 62142007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8d9cc0b7 6215
7262075d
GM
6216 * version.el (emacs-version): Show if multi-tty is present.
6217
8d9cc0b7
MB
6218 * loadup.el: Delay loading env; mule-conf gets confused by cl
6219 during bootstrap. Also load termdev and term/x-win.
6220
6221 * bindings.el (mode-line-client): New variable.
6222 (help-echo): Add it to the default mode-line format.
6223
6224 * cus-start.el: Remove bogus window-system reference from GTK test.
6225
93137d49 6226 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8d9cc0b7
MB
6227 (ebrowse-electric-position-mode-map):
6228 * ebuff-menu.el (electric-buffer-menu-mode-map):
6229 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6230 not `suspend-emacs'.
6231
6232 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6233 (ediff-window-setup-function): Use it as default.
6234
6235 * files.el (save-buffers-kill-terminal): New function.
6236 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6237
6238 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6239 and `with-selected-frame'.
6240
6241 * help-fns.el (describe-variable): Describe frame-local variables
6242 correctly.
6243
6244 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6245 display support.
6246 (normal-erase-is-backspace-setup-frame): New function.
6247
6248 * subr.el (with-selected-frame): New function.
6249 (read-quoted-char): Use terminal-local binding of
6250 local-function-key-map instead of function-key-map.
6251
6252 * talk.el (talk): New function.
6253 (talk-handle-delete-frame): New function.
6254 (talk-add-display): Open a new frame only if FRAME was not a frame.
6255
6256 * termdev.el: New file.
6257
6258 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6259 * term/x-win.el: Don't bind f10.
6260 * tmm.el: Remove autoload binding for f10.
6261
6262 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6263 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6264 Store the saved input method as a terminal parameter. Add keymap
6265 parameter. Use it instead of changing key-translation-map directly.
6266 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6267 Remove.
6268 (encoded-kbd-setup-display): New function.
6269
6270 * international/mule-cmds.el (set-locale-environment): Fix getenv
6271 call. Use save-buffers-kill-terminal. Ignore window-system; always
6272 set the keyboard coding system. Add DISPLAY parameter.
6273 (set-display-table-and-terminal-coding-system): Add DISPLAY
6274 parameter. Pass it to set-terminal-coding-system.
6275
6276 * international/mule.el (keyboard-coding-system): Test for
6277 encoded-kbd-setup-display, not encoded-kbd-mode.
6278 (set-terminal-coding-system, set-keyboard-coding-system): Add
6279 DISPLAY parameter.
6280 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6281
6282 * term/README: Update.
6283
6284 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6285
6286 * term/x-win.el (x-setup-function-keys): New function. Move
6287 function-key-map tweaks here. Protect against multiple calls on
6288 the same terminal. Use terminal-local binding of
6289 local-function-key-map instead of function-key-map.
6290 (x-initialize-window-system): Make a copy of pure list. Pass a
6291 frame getenv.
6292
6293 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6294 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6295 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6296 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6297 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6298 local-function-key-map instead of function-key-map.
6299
6300 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6301 `substitute-key-definition' and `define-key' calls against
6302 multiple execution. Use terminal-local binding of
6303 local-function-key-map instead of function-key-map. Pass a frame
6304 to getenv.
6305
6306 * edmacro.el (edmacro-format-keys):
6307 * emulation/cua-base.el (cua--pre-command-handler):
6308 * isearch.el (isearch-other-meta-char):
6309 * xt-mouse.el: Use terminal-local binding of
6310 local-function-key-map instead of function-key-map.
6311
6312 * fringe.el (set-fringe-mode): Simplify and fix using
6313 `modify-all-frames-parameters'.
6314 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6315 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6316 check before calling `tool-bar-setup'.
6317 (tool-bar-setup): New variable.
6318 (tool-bar-setup): Use it to guard against multiple calls. Add
6319 optional frame parameter, and select that frame before adding items.
6320 (toggle-tool-bar-mode-from-frame): New function.
6321
6322 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6323 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6324 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6325 "Tool-bar" toggles to reflect the state of the current frame.
6326 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6327
b7b27c93 6328 * env.el: Require cl for byte compilation (for `block' and `return').
8d9cc0b7
MB
6329 (environment, setenv-internal): New functions.
6330 (let-environment): New macro.
6331 (setenv, getenv): Add optional terminal parameter. Update docs.
6332 (setenv): Use setenv-internal. Always set process-environment.
6333 Handle `local-environment-variables'.
6334 (read-envvar-name, setenv, getenv): Use frame parameters
6335 to store the local environment, not terminal parameters. Include
6336 `process-environment' as well.
6337
6338 * faces.el (tty-run-terminal-initialization): New function.
6339 (tty-create-frame-with-faces): Use it. Set up faces and
6340 background mode only after the terminal has been initialized.
6341 Call terminal-init-*. Don't load the initialization file more
6342 than once. Call set-locale-environment.
6343 (frame-set-background-mode): Handle the 'background-mode terminal
6344 parameter.
6345 (tty-find-type): New function.
6346 (x-create-frame-with-faces): Remove bogus check for
6347 first frame. Call `tool-bar-setup'. Don't make frame visible
6348 until we are done setting up all its parameters. Call
6349 x-setup-function-keys.
6350
6351 * frame.el (make-frame): Always inherit 'environment and 'client
6352 parameters. Set up the 'environment frame parameter, when needed.
6353 Also inherit 'client parameter. Don't override explicitly
6354 specified values with inherited ones. Add 'terminal frame
6355 parameter. Append window-system-default-frame-alist to parameters
6356 before calling frame-creation-function.
6357 (frame-initialize): Copy the environment from the initial frame.
6358 (window-system-default-frame-alist): Enhance doc string.
6359 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6360 `default-frame-alist' when initial frame is on a tty.
6361 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6362 Remove specified parameters from `window-system-default-frame-alist'.
6363 (make-frame-on-tty, framep-on-display, suspend-frame):
6364 Extend doc string, update parameter names.
6365 (frames-on-display-list): Use terminal-id to get the display id.
6366 (frame-notice-user-settings): Extend to apply
6367 settings in `window-system-default-frame-alist' as well.
6368 (terminal-id, terminal-parameters, terminal-parameter)
6369 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6370 (delete-frame-functions): Add to `delete-frame-functions' hook.
6371 (blink-cursor-mode): Adapt blink-cursor-mode default
6372 value from startup.el.
6373 (make-frame-on-display): Protect condition on x-initialized when
6374 x-win.el is not loaded. Update doc.
6375 (suspend-frame): Use display-controlling-tty-p to decide between
6376 suspend-emacs and suspend-tty.
6377 (frames-on-display-list): Update for display ids.
6378 (framep-on-display): Ditto.
6379 (suspend-frame): Use display-name, not frame-tty-name.
6380 (selected-terminal): New function.
6381
6382 * server.el: Use `device' instead of `display' or `display-id' in
6383 variable and client parameter names.
6384 (server-select-display): Remove (unused).
6385 (server-tty-live-p, server-handle-delete-tty): Remove.
6386 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6387 Update docs.
6388 (server-getenv-from, server-with-environment, server-send-string)
6389 (server-save-buffers-kill-terminal): New functions.
6390 (server-delete-client): Handle quits in kill-buffer. Don't kill
6391 modified buffers. Add extra logging. Delete frames after
6392 deleting the tty. Clear 'client parameter before deleting a frame.
6393 Use delete-display, not delete-tty.
6394 (server-visit-files): Don't set `server-existing-buffer' if the
6395 buffer already has other clients. Return list of buffers
6396 created. Update doc. Don't set client-record when nowait.
6397 (server-handle-delete-frame): Delete the client if this was its
6398 last frame. Check that the frame is alive. Remove bogus comment.
6399 Add note on possible race condition. Delete tty clients, if needed.
6400 (server-handle-suspend-tty): Use server-send-string. Kill the
6401 client in case of errors from process-send-string. Use the display
6402 parameter.
6403 (server-unload-hook): Remove obsolete delete-tty hook.
6404 (server-start): Ask before restarting if the old server still has
6405 clients. Add feedback messages. Remove obsolete delete-tty hook.
6406 (server-process-filter): Use server-send-string. Accept `-dir'
6407 command. Switch to *scratch* immediately after creating the frame,
6408 before evaluating any -evals. Protect `display-splash-screen'
6409 call in a condition-case. Explain why. Call
6410 `display-startup-echo-area-message' before
6411 `display-splash-screen'. Don't display the splash screen when no
6412 frame was created. Show the Emacs splash screen and startup echo
6413 area message. Display the *scratch* buffer by default. Store the
6414 local environment in a frame (not terminal) parameter. Do not try
6415 to decode environment strings. Fix reference to the 'display
6416 frame parameter. Change syntax of environment variables. Put
6417 environment into terminal parameters, not client parameters. Use
6418 a dummy client with --no-wait's X frames. In `-position LINE'
6419 handler, don't ruin the request string until the line number is
6420 extracted. Log opened files. Handle -current-frame command.
6421 Don't create frames when it is given. Don't bind X frames to the
6422 client when we are in -no-wait mode. Set locale environment
6423 variables from client while creating tty frames. Disable call to
6424 configure-display-for-locale. When processing -position command,
6425 don't change the request string until the parameters are
6426 extracted. Don't try to create an X frame when Emacs does not
6427 support it. Improve logging. Temporarily set ncurses-related
6428 environment variables to those of the client while creating a new
6429 tty frame. Select buffers opened by nowait clients, don't leave
6430 them buried under others. Set the display parameter, and use it
6431 when appropriate.
6432
6433 * startup.el (display-startup-echo-area-message): Handle
6434 `inhibit-startup-echo-area-message' here.
6435 (command-line-1): Moved from here.
6436 (fancy-splash-screens): Use `overriding-local-map' instead of
6437 `overriding-terminal-local-map' for now; the latter doesn't work
6438 right, it looses keypresses to another terminal. Use
6439 `overriding-terminal-local-map' to set up keymap. Install a
6440 `delete-frame-functions' hook to catch `delete-frame' events.
6441 Ignore `select-window' events to cope better with
6442 `focus-follows-mouse'. Don't switch back to the original buffer
6443 if the splash frame has been killed. Restore previous buffer, even
6444 if it's *scratch*.
6445 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6446 changes the global binding - setq it instead. Use
6447 `save-buffers-kill-terminal'.
6448 (display-splash-screen): Don't do anything if the splash screen is
6449 already displayed elsewhere.
6450 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6451 (command-line): Replace duplicated code with a call to
6452 tty-run-terminal-initialization. Don't load the terminal
6453 initialization file more than once. Remove call to nonexistent
6454 function `set-locale-translation-file-name'.
6455
6456 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6457 parameters.
6458 (xterm-mouse-position-function, xterm-mouse-event): Update.
6459 (xterm-mouse-mode): Don't depend on current value of window-system.
6460 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6461 Update for multi-tty.
6462 (turn-on-xterm-mouse-tracking-on-terminal)
6463 (turn-off-xterm-mouse-tracking-on-terminal)
6464 (xterm-mouse-handle-delete-frame): New functions.
6465 (delete-frame-functions, after-make-frame-functions)
6466 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6467 for multi-tty.
6468
cb5b9015
SM
64692007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * simple.el (invisible-p): Remove: implemented in C now.
6472 (line-move-invisible-p): Remove obsolete alias.
6473
d487ca7d
JL
64742007-08-28 Juri Linkov <juri@jurta.org>
6475
6476 * image-mode.el (image-type): New variable.
6477 (image-mode): Set default major mode name to "Image[text]".
6478 (image-minor-mode): Change LIGHTER to display image-type in the
6479 mode line.
6480 (image-minor-mode): Set default image-type to "text".
6481 (image-toggle-display): After switching to text mode, set
6482 image-type to "text" and major mode name to "Image[text]".
6483 After switching to image mode, set image-type to actual image
6484 type, and add image type to major mode name. Let-bind the same
6485 variable names as arguments of `image-type' and `create-image'.
6486 Bind `type' to the result of `image-type' and use it as arg
6487 of `create-image' to not determine the image type twice.
6488
8d60099b
MA
64892007-08-28 Michael Albinus <michael.albinus@gmx.de>
6490
b7b27c93 6491 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8d60099b
MA
6492 (tramp-set-file-uid-gid, tramp-get-local-uid)
6493 (tramp-get-local-gid): New defuns.
6494 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6495 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6496 Improve fast track.
6497 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
cb5b9015 6498 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8d60099b
MA
6499 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6500 (tramp-handle-write-region): Improve fast track.
cb5b9015 6501 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8d60099b
MA
6502 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6503 be nil.
6504
aff2ba04
RS
65052007-08-28 Ivan Kanis <apple@kanis.eu>
6506
6507 * time.el: New feature to display several time zones in a buffer.
6508 (display-time-world-mode, display-time-world-display)
6509 (display-time-world, display-time-world-timer): New functions.
6510 (display-time-world-list, display-time-world-time-format)
6511 (display-time-world-buffer-name, display-time-world-timer-enable)
6512 (display-time-world-timer-second, display-time-world-mode-map):
6513 New variables.
6514
017de784
JD
65152007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6516
6517 * term/x-win.el (x-gtk-stock-map): New variable.
6518 (x-gtk-map-stock): New function.
6519
6520 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6521 prev/next-node.
6522
82dd78a8
KH
65232007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6524
6525 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6526
fd45e2f4
GM
65272007-08-28 Glenn Morris <rgm@gnu.org>
6528
b7b27c93 6529 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
fd45e2f4 6530
2503f222
TTN
65312007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6532
6533 * progmodes/modula2.el (m2-definition, m2-module):
6534 Don't use previous-line. Reported by T. V. Raman.
6535
8a2e0b2a
YM
65362007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6537
6538 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6539 argument to tool-bar-mode call.
6540
0ddda8cd
GM
65412007-08-27 Glenn Morris <rgm@gnu.org>
6542
f9274544
GM
6543 * diff-mode.el (diff-find-file-name): Only accept regular files,
6544 to rule out /dev/null, directories, etc.
6545
0ddda8cd
GM
6546 * vc-svn.el (vc-svn-diff): If the repository version of all the
6547 files is the same as the specified OLDVERS, do a local diff.
6548
c65e6942
SM
65492007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6550
8837a213
SM
6551 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6552 of buffers in uniquify-managed.
6553
c65e6942
SM
6554 * simple.el (invisible-p): Rename from text-invisible-p.
6555 Update callers.
6556
5ebfbcdc
SM
65572007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6558
9edd6ee6
SM
6559 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6560 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6561 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6562 (cperl-etags-goto-tag-location): Use new style backquotes.
6563
a621c46e
SM
6564 * net/browse-url.el: Remove spurious * in custom docstrings.
6565 (browse-url-filename-alist): Use new-style backquote.
6566
6567 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6568 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6569
6570 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6571 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6572
6573 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6574
6575 * net/socks.el (socks-username/password-auth-filter):
6576 Remove unused vars `state' and `desired-len'.
6577 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6578 (socks-wait-for-state-change): Use new-style backquotes.
6579
6580 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6581
36e65f70
SM
6582 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6583 backquotes after each `read' rather than once per buffer.
6584
78b35906
SM
6585 * dframe.el: Remove spurious * in custom docstrings.
6586 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6587 (dframe-xemacs20p): Remove, inline at the sole use point.
6588 (defface): Don't defvar the face, don't use old-style backquote.
6589 (defcustom): Don't use old-style backquote.
6590 (dframe-frame-parameter, dframe-mouse-event-p):
6591 Make it obvious that it's always defined.
6592 (dframe-popup-kludge): New function to replace
6593 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6594 (dframe-frame-mode, dframe-set-timer-internal)
6595 (dframe-mouse-set-point): Remove use of with-no-warnings from
6596 XEmacs-specific code.
6597 (dframe-set-timer-internal): Fix very old bug with
6598 post-command-idle-hook.
6599
6600 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5ebfbcdc 6601
68024874
TTN
66022007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6603
6604 * emacs-lisp/avl-tree.el: New file.
6605
b616a212 66062007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
a2ab90da
MC
6607
6608 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6609 was used.
6610
f8a3deed
MC
66112007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6612
6613 * complete.el (PC-do-completion): Make RET accept a non-unique but
6614 complete expansion again.
6615
0d182a34
TTN
66162007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6617
6618 * eshell/esh-opt.el (eshell-eval-using-options):
6619 Add debug declaration.
6620
a549ce70
DN
66212007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6622
a0902360
DN
6623 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6624 (log-view-get-marked): Likewise.
6625
a549ce70
DN
6626 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6627 (vc-delete-automatic-version-backups): Likewise.
6628
6629 * vc.el (vc-dired-buffers-for-dir): Likewise.
6630
3a44b2ae
DN
66312007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6632
ee0fb228
DN
6633 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6634 safe-local-variable setting.
6635 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6636
3a44b2ae
DN
6637 * log-view.el (log-view-marked-list): Delete variable.
6638 (log-view-mode): Don't use it.
6639 (log-view-toggle-mark-entry): Likewise, simplify.
6640 (log-view-current-tag): Don't return properties.
6641 (log-view-get-marked): New function.
6642
6f222162
DN
66432007-08-25 Alexandre Julliard <julliard@winehq.org>
6644
6645 * vc-git.el (vc-git-mode-line-string): New function.
6646
f2f800c3
AM
66472007-08-25 Alan Mackenzie <acm@muc.de>
6648
6649 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6650 new language variable.
6651
6652 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6653 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6654 "extern" etc., rather than BOI. Fix addition of spurious
6655 syntactic-symbol 'defun-block-intro, replacing it with
6656 'innamespace, etc.
6657
1ae0abbc
JL
66582007-08-25 Juri Linkov <juri@jurta.org>
6659
6660 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6661
6662 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6663 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6664 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6665
6666 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6667 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6668 (image-type-auto-detectable): Add (svg . maybe).
6669
6670 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6671 to treat it like .tgz.
6672
6673 * calendar/cal-bahai.el: Add file coding cookie.
6674
4d0a94d6
RS
66752007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6676
f29897bb
RS
6677 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6678 Don't behave differently when executed via M-x. Add doc string.
6679
4d0a94d6
RS
6680 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6681 safe-local-variable.
6682
94a95495
JB
66832007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6684
6685 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6686 the default value.
6687 (math-calendar-tzinfo): New variable.
6688 (math-get-calendar-tzinfo): New function.
6689 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6690 to get information when zone is nil.
6691
83db937c
DN
66922007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6693
6694 * log-view.el (log-view-toggle-mark-entry): New function.
6695 (log-view-mode-map): Bind it.
6696 (log-view-marked-list): New variable.
6697 (log-view-mode): Make it local.
6698
5b29d790
TTN
66992007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6700
6701 * play/zone.el (zone-pgm-rat-race): New func.
6702 (zone-programs): Add `zone-pgm-rat-race'.
6703
9d693d80
SM
67042007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6707 a list.
6708
39696a77
TTN
67092007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6710
6711 * progmodes/hideshow.el (hs-match-data): Delete alias.
6712 (hs-hide-block-at-point, hs-find-block-beginning)
6713 (hs-show-block): Use `match-data' directly.
6714
a19ab870
MR
67152007-08-24 Martin Rudalics <rudalics@gmx.at>
6716
6717 * format.el (format-alist): Fix typo in doc-string.
6718
0f205eee
MA
67192007-08-24 Michael Albinus <michael.albinus@gmx.de>
6720
6721 * net/tramp.el (tramp-local-host-p): New defun.
6722 (tramp-handle-file-local-copy, tramp-handle-write-region):
6723 Implement fast track when being on the local host.
6724 (tramp-file-name-handler): Don't set "started" property. It shall
6725 be reserved for the "ftp" method.
6726 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6727
6728 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6794bf28 6729 (tramp-ftp-file-name-handler): Set "started" property.
0f205eee 6730
46b0d029
GM
67312007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6732
6733 * files.el (backup-buffer-copy): Don't wrap delete in
6734 condition-case, only try to delete if file exists.
6735
5f5ba825
GM
67362007-08-24 Glenn Morris <rgm@gnu.org>
6737
d25b54b3
GM
6738 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6739
5f5ba825
GM
6740 * startup.el (tutorial-directory): Set with eval-at-startup so it
6741 gets the right value in an installed Emacs.
6742
67432007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6744
6745 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6746 (eldoc-highlight-function-argument): Use it.
6747
68a4a27a
MY
67482007-08-23 Masatake YAMATO <jet@gyve.org>
6749
6e33433d
MY
6750 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6751 name of parameters in document body.
5f5ba825 6752
40fafc21
SM
67532007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6754
9ec5dfe6
SM
6755 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6756 (byte-compile-output-as-comment): Use with-current-buffer rather than
6757 a weird set-buffer&prog1 combination.
6758
6794bf28
JB
6759 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6760 test so as to optimise cases where the `progn's result is constant.
40fafc21 6761
25ca95c0
TTN
67622007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6763
40fafc21
SM
6764 * locate.el (locate-get-file-positions):
6765 Use line-beginning-position and line-end-position.
25ca95c0 6766
305c237c
JW
67672007-08-23 John Wiegley <johnw@newartisans.com>
6768
6769 * calendar/cal-bahai.el: Added in the diacriticals that were
6770 missing for many of the month names.
6771
4d2f172b
JR
67722007-08-22 Jason Rumney <jasonr@gnu.org>
6773
6774 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6775
fc45cdb9
CY
67762007-08-22 Chong Yidong <cyd@stupidchicken.com>
6777
6778 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6779
92b6027c
TTN
67802007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6781
6782 * dabbrev.el (dabbrev--progress-reporter): New variable.
6783 (dabbrev--scanning-message): Delete func.
6784 (dabbrev--find-expansion): Use a progress reporter
6785 instead of dabbrev--scanning-message.
6786
66a100be
MA
67872007-08-22 Michael Albinus <michael.albinus@gmx.de>
6788
6789 * comint.el (comint-exec-1): Raise an error if
6790 `start-file-process' does not return a process object.
6791
6792 * shell.el (shell): Prompt for `default-directory' if it is a
6793 remote file name, and if called with a prefix arg.
6794
dae2bd56
SS
67952007-08-22 Sam Steingold <sds@gnu.org>
6796
6797 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6798
f50236f6
CD
67992007-08-22 Carsten Dominik <dominik@science.uva.nl>
6800
daa89d0f
CD
6801 * textmodes/org-export-latex.el: New file.
6802
de09204d 6803 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
48aaad2d 6804
f50236f6
CD
6805 * textmodes/org.el (org-agenda-skip): Allow a form for
6806 `org-agenda-skip-function'.
6807 (org-agenda-redo): Re-use local settings.
6808 (org-agenda): Store local settings.
6809 (org-agenda-deadline-faces): New option.
6810 (org-agenda-deadline-face): New function.
6811 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6812 entries on their due date.
6813 (org-agenda-get-timestamps): No longer handle the due dates of
6814 schedules and deadline items.
6815 (org-insert-link-global, org-open-at-point-global): New commands.
6816 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6817 :for-ascii parameter.
6818 (org-skip-comments): Function removed.
6819 (org-cleaned-string-for-export): Handle special table lines.
6820 (org-global-properties): New option.
6821 (org-entry-get-with-inheritance): Check global properties.
6822 (org-local-properties): New variable.
6823 (org-set-regexps-and-options): Find the #+PROPERTY line.
6824 (org-link-types): Change type into variable (was constant).
6825 (org-make-link-regexps): New function.
6826 (org-link-re-with-space, org-link-re-with-space2)
6827 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6828 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6829 these regular expressions happens now in the function
6830 `org-make-link-regexps'.
6831 (org-store-link): Call the functions in
6832 `org-store-link-functions'.
6833 (org-add-link-type): New function.
6834 (org-store-link-functions): New variable.
6835 (org-activate-tags): Force matches to be in headlines.
de09204d 6836 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
f50236f6
CD
6837 (org-columns-display-here): Make sure this works in a narrowed
6838 buffer by checking for point-min.
6839 (org-columns-display-here): Make the rest of the line intangible,
6840 so that point never can be there.
6841 (org-cleaned-string-for-export): Use `with-current-buffer'.
6842 (org-replace-region-by-html): Use `with-current-buffer'.
6843 (org-unfontify-region, org-do-occur, org-columns-display-here)
6844 (org-columns-remove-overlays, org-columns-quit)
6845 (org-columns-edit-value, org-columns-next-allowed-value)
6846 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6847 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6848 (org-agenda-todo, org-agenda-change-all-lines)
6849 (org-agenda-align-tags, org-agenda-priority)
6850 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6851 (org-agenda-show-new-time, org-cleaned-string-for-export)
8274348c 6852 (org-export-grab-title-from-buffer)
f50236f6
CD
6853 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6854 instead of `buffer-read-only'.
6855 (org-export-as-html): Set `coding-system-for-write'.
6856 (org-remember-store-without-prompt): New option.
6857 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6858 (org-beginning-of-line): Also treat C-a special in items.
6859 (org-table-convert-refs-to-rc): Fixed problem with column
6860 reference after "..".
6861 (org-columns-compute): Don't mark buffer modified because of text
6862 properties.
6863 (org-batch-store-agenda-views): Use the variable
6864 `default-directory', not the function.
6865 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6866 (org-clock-out-when-done): New option.
6867 (org-html-entities): Added HTML entities for smileys.
dae2bd56 6868
9ca6898a
GM
68692007-08-22 Glenn Morris <rgm@gnu.org>
6870
38f37c0f
GM
6871 * image.el (create-image): Doc fix.
6872
9ca6898a
GM
6873 * startup.el (tutorial-directory): New constant.
6874 (fancy-splash-text): Tutorials now in tutorial-directory.
6875 * tutorial.el (help-with-tutorial): Tutorials now in
6876 tutorial-directory.
6877
f84638eb
MA
68782007-08-22 Michael Albinus <michael.albinus@gmx.de>
6879
6880 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6881 otherwise.
de09204d 6882 (tramp-get-remote-path): New defun. Replace occurrences of
f84638eb
MA
6883 `tramp-default-remote-path' by this function.
6884 (tramp-set-remote-path): Move most of the code to
6885 `tramp-get-remote-path'.
6886 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6887 existing directories, this is done already in
6888 `tramp-get-remote-path'.
6889
9c818156
GM
68902007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6891
6892 * image-file.el (image-file-name-extensions): Add "svg".
6893 * image.el (image-type-header-regexps): Add svg entry.
6894
11bdb42c
GM
68952007-08-22 Glenn Morris <rgm@gnu.org>
6896
90b64c09
GM
6897 * files.el (backup-buffer-copy): Check backup directory is
6898 writable, to avoid infloop deleting old backup.
6899
11bdb42c
GM
6900 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6901 movemail related variables.
6902 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6903 will now be set before this is called.
6904
4bf98800
JL
69052007-08-21 Juri Linkov <juri@jurta.org>
6906
6907 * delsel.el (delete-selection-pre-hook):
6908 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6909 instead of checking last-command.
6910
e255d6b0
JL
69112007-08-21 Juri Linkov <juri@jurta.org>
6912
6913 * loadup.el: Preload "button".
6914
e2247dc8
SM
69152007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6916
7a252d11
SM
6917 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6918 Add previous-line and next-line.
6919
80d7d79f
SM
6920 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6921 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6922
e2247dc8
SM
6923 * vc-hooks.el (vc-menu-entry): New var.
6924 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6925 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6926 (vc-menu-map): Declare and initialize in one step.
de09204d 6927 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
e2247dc8 6928
dc172b73
SM
6929 * menu-bar.el (vc-menu-map): Don't setup any more.
6930 Instead, just create the proper spot in the menu.
6931
bdaf8a62
MB
69322007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * smerge-mode.el (smerge-resolve): New arg `safe'.
6935 (smerge-resolve-all, smerge-batch-resolve): New function.
6936 (smerge-refine): Make sure `diff' returns the expected result.
6937 (smerge-parsep-re): New const.
6938 (smerge-mode): Use it to adjust paragraph-separate.
6939
6940 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6941 Correctly match / regexp matchers as first char on a line when
6942 fontifying only that line.
6943
6944 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6945
69462007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6949 (vc-bzr-registered): Don't redundantly protect against
6950 file-error. Actually use the format-specific code.
6951 (vc-bzr-buffer-nonblank-p): Remove.
6952 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6953
cb3fe757
JL
69542007-08-20 Juri Linkov <juri@jurta.org>
6955
6956 * startup.el (fancy-splash-text): Change multiple tabs into one
6957 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6958 and "Recover Crashed Session").
6959 (fancy-splash-screens): Set tab-width to 22.
6960 (normal-splash-screen): Replace literal tabs with \t and
6961 fix whitespace. Remove "Useful File menu items" section (with
6962 "Exit Emacs" and "Recover Crashed Session").
6963
88b73bbf
VJL
69642007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6965
6966 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6967 extracted from `eval-last-sexp-1'.
6968 (eval-last-sexp-1): Call `preceding-sexp'.
6969
1c0f367b
TTN
69702007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6971
6972 * vc-rcs.el (vc-rcs-annotate-command):
6973 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6974 Add back :vc-annotate-prefix propertization.
6975
0574be18
AS
69762007-08-20 Andreas Schwab <schwab@suse.de>
6977
6978 * mail/rmail.el (rmail-autodetect): Doc fix.
6979
cd6ab24f
JL
69802007-08-19 Juri Linkov <juri@jurta.org>
6981
6982 * startup.el (normal-splash-screen): Add more links.
6983
aeb6faec
JL
69842007-08-19 Juri Linkov <juri@jurta.org>
6985
6986 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6987 because it's common to both types of splash screen: fancy and normal.
6988 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6989 (exit-splash-screen): Rename from `fancy-splash-quit'.
6990 Use `quit-window' instead of `kill-buffer'.
6991 (fancy-splash-head): Use make-button to insert GNU image link.
6992 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6993 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6994 (normal-splash-screen): Put "Browse manuals" on the same line with
6995 "Emacs manual". Remove descriptions from "Useful tasks" and put
6996 all links in two columns on two lines.
6997
69441214 69982007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
1c0f367b 6999
93137d49
JB
7000 * emulation/viper.el (viper-remove-hooks): Remove some additional
7001 viper hooks when the user calls viper-go-away.
de09204d 7002 (viper-go-away): Restore the default of default-major-mode.
69441214 7003 Save the value of default-major-mode before vaperization.
1c0f367b 7004
93137d49 7005 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
1c0f367b 7006
93137d49 7007 * emulation/viper-ex.el: Replace error "" with "Viper bell".
1c0f367b 7008
de09204d 7009 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
69441214 7010 buffer for which file is created.
1c0f367b 7011
7e48dd52
GM
70122007-08-19 Glenn Morris <rgm@gnu.org>
7013
7014 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7015 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7016 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7017 shadow files messing up the compilation.
7018
131cd154
GM
70192007-08-18 Glenn Morris <rgm@gnu.org>
7020
ae0195c0
GM
7021 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7022 string. Also apply eldoc-argument-case in the help-split-fundoc
7023 case. Adapt for changed behavior of eldoc-function-argstring,
7024 eldoc-function-argstring-format, and
131cd154 7025 eldoc-highlight-function-argument.
ae0195c0
GM
7026 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7027 just call eldoc-docstring-format-sym-doc in that case.
131cd154
GM
7028 (eldoc-function-argstring): Change the behavior. Now it converts
7029 an argument list to a string.
7030 (eldoc-function-argstring-format): Change the behavior. Now it
7031 applies `eldoc-argument-case' to a string.
7032
e5eeb98c
GM
7033 * progmodes/scheme.el (scheme-mode-variables): Set
7034 font-lock-comment-start-skip.
7035
35a74542
MR
70362007-08-18 Martin Rudalics <rudalics@gmx.at>
7037
7038 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7039 set-syntax-table from here to ...
7040 (ada-mode): ... here. Do not change global value of
7041 comment-multi-line. Call new function
7042 ada-initialize-syntax-table-properties and add new function
7043 ada-handle-syntax-table-properties to font-lock-mode-hook.
7044 (ada-deactivate-properties, ada-initialize-properties): Replace
7045 by new functions ...
7046 (ada-handle-syntax-table-properties)
7047 (ada-initialize-syntax-table-properties)
7048 (ada-set-syntax-table-properties): ... to set up syntax-table
7049 properties uniformly, independently from whether font-lock-mode
7050 is enabled or not. Handle read-only buffers and do not change
7051 undo-list when setting syntax-table properties.
de09204d 7052 (ada-after-change-function): Use ada-set-syntax-table-properties.
35a74542 7053
5beb9abb 70542007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8a4c5051
MC
7055
7056 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7057 (meta-indent-current-nesting): Use a computation of the nesting
7058 instead.
7059 (meta-indent-current-indentation): Indentation is given according
7060 to nesting and if the previous line was finished or not.
7061 (meta-indent-unfinished-line): Tell if the current line ends with
7062 a finished expression.
7063 (meta-indent-looking-at-code): Like `looking-at', but checks if
5beb9abb 7064 the point is in a string before.
8a4c5051
MC
7065 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7066 done in the nesting function.
7067 (meta-indent-in-string-p): Tell if the current point is in a
7068 string.
7069 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7070 previous functions.
7071
4168d2c7
TTN
70722007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7073
7074 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7075 (copyright-update-year, copyright-update)
7076 (copyright-fix-years): Use it.
7077
bbe5ccea
TTN
70782007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7079
7080 * emacs-lisp/copyright.el (copyright-update-year):
7081 Fix bug: Handle nil copyright-limit.
7082
ef1ba5eb 70832007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7026903c
JB
7084
7085 * calc/calc-units.el (math-standard-units): Give exact
7086 conversion for tsp.
7087
ef1ba5eb
JB
7088 * calc/calc.el (math-bignum-digit-length): Compute the
7089 appropriate value.
7090
7091 * calc/calc-bin.el (math-bignum-logb-digit-size)
7092 (math-bignum-digit-power-of-two):
7093 * calc/calc-comb.el (math-small-factorial-table):
de09204d 7094 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
ef1ba5eb
JB
7095 (math-approx-gamma-const):
7096 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7097 (math-besY1, math-bernoulli-b-cache):
7098 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7099 Remove `eval-when-compile's.
7100
88a11b81
VJL
71012007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7102
93137d49 7103 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
88a11b81
VJL
7104 (cperl-find-pods-heres): Fix an error when typing expressions like
7105 `s{a}{b}'.
7106
30cc206b
MC
71072007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7108
7109 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
ef77dde4
MC
7110 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7111 a special case (there's no build number).
30cc206b 7112
5757dd51
GM
71132007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7114
7115 * completion.el (symbol-under-point, symbol-before-point)
de09204d 7116 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5757dd51 7117
e68b1841
GM
71182007-08-17 Glenn Morris <rgm@gnu.org>
7119
7120 * progmodes/compile.el (compilation-get-file-structure): Make use
7121 of the directory part when checking for an existing entry, to
7122 handle files with same basename in different directories.
7123
82f36338
JB
71242007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7125
7126 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7127
76fd0079
VJL
71282007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7129
7130 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
386ee3b0
VJL
7131 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7132 (ps-paragraph-spacing): Docstring fix.
76fd0079 7133
5205ee62
GM
71342007-08-16 Glenn Morris <rgm@gnu.org>
7135
7136 * ps-print.el (ps-font-size): Doc fix.
7137
44168837
RS
71382007-08-16 Richard Stallman <rms@gnu.org>
7139
7140 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7141
26cdce23
JL
71422007-08-15 Juri Linkov <juri@jurta.org>
7143
7144 * startup.el (initialization): Change parent group from `internal'
7145 to `environment'.
7146 (initial-buffer-choice): New variable.
7147 (command-line): Revert 2007-07-02 change that sets
7148 buffer-offer-save in *scratch* and enables auto-save in it.
7149 (fancy-splash-text): Add links to existing items. Add new items
7150 with links for useful tasks. Move information about Control-g to
7151 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7152 (fancy-splash-keymap): New variable.
7153 (fancy-splash-last-input-event): Remove variable.
7154 (fancy-splash-insert): Add processing of `:link' element.
7155 (fancy-splash-head): Replace "Type Control-l to begin editing"
7156 with "Type `q' to exit".
7157 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7158 (fancy-splash-default-action, fancy-splash-special-event-action):
7159 Remove functions.
7160 (fancy-splash-quit): New function.
7161 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7162 `static' and reverse the condition of its usage. Don't preserve
7163 original values of `minor-mode-map-alist',
7164 `emulation-mode-map-alists', `special-event-map'.
7165 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7166 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7167 Remove processing of special events. Use local key map
7168 `fancy-splash-keymap'. Set buffer to read-only.
7169 (normal-splash-screen): Rename input arg from `hide-on-input' to
7170 `static' and reverse the condition of its usage.
7171 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7172 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7173 Add links to existing items. Add new items with links for useful
7174 tasks. Use local key map `fancy-splash-keymap'.
7175 (display-splash-screen): Rename input arg from `hide-on-input' to
7176 `static'.
7177 (about-emacs): Add alias to display-splash-screen.
7178 (command-line-1): Use `initial-buffer-choice'.
7179
254aafa8
JL
7180 * menu-bar.el (menu-bar-help-menu):
7181 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7182 item to about-emacs instead of display-splash-screen.
7183
42964ef8
JB
71842007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7185
7186 * calc/calc-units.el (math-standard-units): Update values.
7187 Put in exact, rational values when possible.
7188 (math-unit-prefixes): Replace floats with powers of ten.
7189 (math-standard-units-systems): Replace floats with integers.
7190 (math-make-unit-string): Remove extra spaces in output.
7191
fca9ad50
GM
71922007-08-15 Glenn Morris <rgm@gnu.org>
7193
7194 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7195 sloppier, for the sake of GNU Mailman.
7196 (rmail-digest-rfc1153): Initialize `result' correctly.
7197
a722966c
MC
71982007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7199
7200 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7201 in the mail title. Suggested by Reiner Steib.
7202
9f70cc1b 72032007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8f26ce73
JB
7204
7205 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7206 representation of integers to the list of outputs.
7207
0392494c
GM
72082007-08-14 Glenn Morris <rgm@gnu.org>
7209
7210 * simple.el (bad-packages-alist): New constant.
de09204d
JB
7211 (bad-package-check): New function. Together, these two add elements
7212 to `after-load-alist' to check for problematic external packages.
697a1e4d 7213 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
0392494c 7214
414ddf9b
JB
72152007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7216
7217 * calc/calc-units.el (math-get-standard-units)
de09204d
JB
7218 (math-get-units, math-make-unit-string)
7219 (math-get-default-units, math-put-default-units): New functions.
414ddf9b
JB
7220 (math-default-units-table): New variable.
7221 (calc-convert-units, calc-convert-temperature): Add machinery
7222 to supply default values.
7223
944a8b1d
SM
72242007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7225
cdf4e301
SM
7226 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7227 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7228 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7229 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7230
944a8b1d
SM
7231 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7232 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7233 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7234 Make into a proper minor-mode.
7235 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7236 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7237 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7238 (tpu-set-cursor-free, tpu-set-cursor-bound):
7239 Delegate to tpu-cursor-free-mode.
7240 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7241 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7242 Use line-move or forward-line instead of next-line-internal.
7243
9f78fa2c
NR
72442007-08-13 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7247
ad4fed11
RS
72482007-08-12 Richard Stallman <rms@gnu.org>
7249
7250 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7251 (cvs-execute-single-file): Use new name split-string-and-unquote.
7252 (cvs-header-msg): Use new name combine-and-quote-strings.
7253
7254 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7255
7256 * progmodes/gud.el (gud-common-init): Use new name
7257 split-string-and-unquote.
7258
7259 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7260 in javac regexp.
7261
7262 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7263 combine-and-quote-strings and split-string-and-unquote.
7264
944a8b1d
SM
7265 * subr.el (combine-and-quote-strings): Rename from strings->string.
7266 (split-string-and-unquote): Rename from string->strings.
ad4fed11 7267
62fc0b71
SM
72682007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7269
5bdc71d0
SM
7270 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7271 to buffer-local settings.
7272
62fc0b71
SM
7273 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7274 (backquote-process): Add internal arg `level'. Use the two to
7275 correctly handle nested backquotes.
7276
33e5d7d4
SM
72772007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7278
7279 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7280 (vc-bzr-state-words): Add "kind changed" state word.
7281 (vc-bzr-status): New function. Return Bzr idea of file status,
7282 which is different from VC's.
7283 (vc-bzr-state): Use vc-bzr-status.
7284 (vc-workfile-unchanged-p): Use vc-bzr-status.
7285 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7286 (vc-dired-state): Process "kind changed" state word.
7287
a3773730
SM
72882007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7291
7292 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7293 Move from vc-default-find-file-not-found-hook.
7294
a88459cd
SM
72952007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * man.el: Remove spurious * in docstrings.
7298 Merge defvars and toplevel setq-defaults.
7299 (Man-highlight-references0): Limit=nil rather than point-max.
7300 (Man-mode-map): Move initialization into the declaration.
7301 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7302 (Man-view-header-file): Use expand-file-name rather than concat.
7303 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7304
7305 * man.el (Man-next-section): Make sure we do not move backward.
7306
4aaffda1
SM
73072007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7310
e7f767c2
GM
73112007-08-08 Glenn Morris <rgm@gnu.org>
7312
e7f767c2
GM
7313 * Replace `iff' in doc-strings and comments.
7314
eaccbbd3
MR
73152007-08-08 Martin Rudalics <rudalics@gmx.at>
7316
7317 * dired.el (dired-pop-to-buffer):
7318 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7319 * calendar/calendar.el (generate-calendar-window):
7320 * progmodes/compile.el (compilation-set-window-height):
7321 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7322 Use window-full-width-p instead of comparing frame-width and
7323 window-width.
7324
7325 * progmodes/compile.el (compilation-find-buffer): Remove extra
7326 argument in call to compilation-buffer-internal-p.
7327
b14d552b
SM
73282007-08-07 Tom Tromey <tromey@redhat.com>
7329
7330 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7331 Add safe-local-variable property.
7332
559818ab
CY
73332007-08-07 Chong Yidong <cyd@stupidchicken.com>
7334
b13e2d29
CY
7335 * image-mode.el (image-toggle-display): Use image-refresh.
7336
a460c94c
SM
73372007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7338
7339 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7340 unofficial version.
7341 (vc-bzr-command): Remove redundant setting of process-connection-type.
7342 (vc-bzr-admin-checkout-format-file): Add autoload.
7343 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7344 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7345 (vc-bzr-registered): Compare dirstate format tag with known good
7346 value, abort parsing if match fails. Warn user in docstring.
7347 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7348 See bzrlib/branch.py in Bzr sources.
7349 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7350 (vc-bzr-shell-command): Remove in favor of
7351 vc-bzr-command-discarding-stderr.
7352 (vc-bzr-command-discarding-stderr): New function.
7353
b6e6e09a
SM
73542007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7355
7356 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
de09204d 7357 program, and return nil.
b6e6e09a
SM
7358 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7359 (vc-bzr-state): Look for path names relative to the repository
7360 root after status keyword.
7361 (vc-bzr-file-name-relative): New function.
7362 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7363 depend on it.
7364 (vc-bzr-admin-dirname, ...-checkout-format-file)
7365 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7366 files that we now parse directly for speed.
7367 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7368 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
de09204d 7369 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
b6e6e09a
SM
7370 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7371 Bzr warnings, so we must discard it.
7372 (vc-bzr-workfile-version): Speedup counting lines from
7373 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7374 if that file doesn't exist.
7375 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
de09204d
JB
7376 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7377 to `vc-directory-exclusion-list'.
b6e6e09a
SM
7378 (vc-bzr-shell-command): New function.
7379
dfbd373d
SM
73802007-08-06 Tom Tromey <tromey@redhat.com>
7381
7382 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7383 (diff-fixup-modifs): Typo in docstring.
7384
f2b18979
SM
73852007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7386
036f2966
SM
7387 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7388 count-screen-lines.
7389 (tpu-edt-off): Disable relevant pieces of advice.
7390
f2b18979
SM
7391 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7392 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7393 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7394 redefining the function.
7395 (tpu-set-scroll-margins): Activate the pieces of advice.
7396
37cc095b
MB
73972007-08-06 Martin Rudalics <rudalics@gmx.at>
7398
7399 * help.el (resize-temp-buffer-window): Use window-full-width-p
7400 instead of comparing frame-width and window-width.
7401
031b6333
JB
74022007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7403
7404 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7405 optional quotes around files in NEED-UPDATE . REMOVED case.
7406
7407 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7408 (ada-treat-cmd-string): Improve error message.
7409 (ada-do-file-completion): Call `ada-require-project-file', so
7410 project variables are set properly.
7411 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7412 (ada-gnatfind-buffer-name): New constant.
7413 (ada-find-any-references): Use new constant. Set buffer name
7414 properly in compilation-start. Toggle read-only properly.
7415 (ada-find-in-src-path): Fix spelling error in docstring.
7416
7417 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7418 by zero error.
7419
9d8563ca
SM
74202007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7423
0e898f3d
RS
74242007-08-12 Richard Stallman <rms@gnu.org>
7425
7426 * progmodes/sh-script.el (sh): Delete group `unix'.
7427
7428 * progmodes/gud.el (gud): Change to group `processes'.
7429
8e80bfc5
GM
74302007-08-11 Glenn Morris <rgm@gnu.org>
7431
7432 * progmodes/compile.el (compilation-buffer-name): Don't check
7433 compilation-arguments. It is superfluous, and the variable isn't
7434 even set when this function is called.
7435
b16f162d
YM
74362007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7437
7438 * term/mac-win.el (mac-ae-reopen-application): New function.
7439 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7440
0e1627a7
SM
74412007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7444 take tex-font-script-display into account.
7445 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7446 cell to a list of 2 elements to simplify the unfontify code.
7447
d3509e50
VJL
74482007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7449
7450 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7451 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7452 ps-print-color-p is neither nil nor black-white. Reported by Christian
7453 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7454
eac59e3c
AS
74552007-08-08 Andreas Schwab <schwab@suse.de>
7456
7457 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7458 self-insert-command, not self-insert.
7459
a3fcbf6c
GM
74602007-08-08 Glenn Morris <rgm@gnu.org>
7461
7462 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7463 argument optional, for backwards compatibility, and only highlight
7464 args when present. Fix symbol name typo (doc/args).
7465
7466 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7467 rather than just `-'.
7468
e6cd99dc
JB
74692007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7470
7471 * calc/calc-units.el (calc-convert-temperature):
7472 Use `/' to create fractions.
7473
27e813fe
MA
74742007-08-07 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7477 global matching.
7478 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7479 ERROR-BUFFER more robust. Display output.
7480 (tramp-file-name-handler): Add a connection property when we found
7481 a foreign file name handler. This allows backends like ftp to
7482 profit also from usr/host name completion based on connection
7483 cache.
7484 (tramp-send-command-and-read): Search for trash after the regexp
7485 until eol only. In XEmacs, there is a problem with \n.
7486
7487 * net/tramp-cache.el (top): Read persistent connection history
7488 when cache is empty.
7489
74902007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7491
7492 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7493 resulting output.
7494
c94d5f81
SS
74952007-08-07 Sam Steingold <sds@gnu.org>
7496
7497 * progmodes/compile.el (compilation-start): Pass nil as startfile
7498 to comint-exec.
7499
e9498e0f
CY
75002007-08-07 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * longlines.el (longlines-decoded): New variable.
7503 (longlines-mode): Avoid encoding or decoding the buffer twice.
7504
f70aa678
MR
75052007-08-07 Martin Rudalics <rudalics@gmx.at>
7506
7507 * format.el (format-insert-file): Make sure that at most one undo
7508 entry is recorded for the insertion. Inhibit point-motion and
7509 modification hooks around call to insert-file-contents.
7510
ebaac04d
SM
75112007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7514 Select the buffer's window before moving point.
7515
cb8d3325
RS
75162007-08-07 Richard Stallman <rms@gnu.org>
7517
7518 * term.el (term): Remove parent group `unix'.
7519
7520 * simple.el (default-indent-new-line): New function.
7521 It calls comment-line-break-function if there are comments.
7522 (do-auto-fill): Use that.
7523
75242007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7525
7526 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7527 (PC-do-completion): Add "acronym completion" for symbols and
7528 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7529
cc2ee8ec
SS
75302007-08-06 Sam Steingold <sds@gnu.org>
7531
7532 * mouse.el (mouse-buffer-menu): Pass mode-name through
7533 format-mode-line because it may be a list,
7534 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7535
bd65bc6c
VJL
75362007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7537
7538 * printing.el (pr-update-menus): Docstring fix.
7539
daffc81a
JR
75402007-08-06 Jason Rumney <jasonr@gnu.org>
7541
7542 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7543
7544 * vc-hooks.el (vc-call): Add doc string.
7545
227eb744
MA
75462007-08-06 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7549 process-filter.
7550
570288ee
KH
75512007-08-06 Kenichi Handa <handa@m17n.org>
7552
7553 * international/quail.el: Wrap (require 'help-mode) by
7554 eval-when-compile.
7555 (quail-help-init): New function.
7556 (quail-help): Call quail-help-init.
7557 (quail-store-decode-map-key): Change it to a function.
7558
e3dd4242
JR
75592007-08-05 Jason Rumney <jasonr@gnu.org>
7560
7561 * vc.el (vc-rollback): Add norevert argument back.
7562 (vc-revert-buffer): Add back as obsolete alias.
7563
a3fcbf6c 75642007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
950ebc45
VJL
7565
7566 * term.el: Honor term-default-fg-color and term-default-bg-color
7567 settings when modifying term-current-face.
ebaac04d 7568 (term-default-fg-color, term-default-bg-color): Initialize from
950ebc45
VJL
7569 default term-current-face.
7570 (term-mode, term-reset-terminal): Set term-current-face with
7571 term-default-fg-color and term-default-bg-color.
7572 (term-handle-colors-array): term-current-face has term-default-fg-color
7573 and term-default-bg-color after reset escape sequence.
7574 (term-handle-colors-array): Set term-current-color with
7575 term-default-fg/bg-color instead of ansi-term-color-vector when the
7576 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7577
031b6333 75782007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
bdf007a0 7579
031b6333 7580 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
bdf007a0
JB
7581 (math-nlfit-givens): Let bind free variables.
7582
6564a442
VJL
75832007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7584
7585 * printing.el: Require lpr and ps-print when loading printing package.
7586 Reported by Glenn Morris <rgm@gnu.org>.
7587
f1fa5062
MA
75882007-08-05 Michael Albinus <michael.albinus@gmx.de>
7589
7590 * files.el (set-auto-mode): Handle also remote files wrt
7591 `auto-mode-alist'.
7592
031b6333 75932007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8ab437fd
JB
7594
7595 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7596 curves and plotting.
7597
7598 * calc/calc-nlfit.el: New file.
7599
0917bb33
GM
76002007-08-04 Glenn Morris <rgm@gnu.org>
7601
7602 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7603 zero, not nil, when the library is first loaded. Check for a file
7604 that has been modified on disk.
7605
7606 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7607 Remove duplicate defvar preventing initialization.
7608 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7609
4c969f97
SM
76102007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7613 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7614 may match up to 4 lines.
7615 (diff-beginning-of-file-and-junk): Rewrite.
7616
a7e2b28d
VJL
76172007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7618
7619 * printing.el: Evaluate require only during compilation.
7620 (pr-version): New version 6.9.1.
7621 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7622 (pr-global-menubar): Fix code.
7623
1bb751ed
DN
76242007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7625
7626 * term.el (term-erase-in-display): Fix case when point is not at
7627 the beginning of the line.
7628
480e4ad1
JB
76292007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7630
031b6333 7631 * calc/calc-ext.el (math-get-value, math-get-sdev)
480e4ad1
JB
7632 (math-contains-sdev): New functions.
7633
7634 * calc/calc-graph.el (calc-graph-format-data)
7635 (calc-graph-add-curve): Check for error forms.
7636 (calc-graph-set-styles): Add option for error forms.
7637
4211679b
MB
76382007-08-03 Miles Bader <miles@gnu.org>
7639
7640 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7641 backend names for new backends to `Git', `Hg', and `Bzr'.
7642 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7643 not `HG'.
7644 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7645 name, not `GIT'.
7646 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7647 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7648
4317d494 76492007-08-03 Richard Stallman <rms@gnu.org>
7d1dad0c 7650
7d7d10b8
RS
7651 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7652 to update deleted flag.
7653
7654 * cus-edit.el (customize-apropos, customize-apropos-options)
7655 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7656
7657 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7658
3ff67968 7659 * startup.el (fancy-splash-head, startup-echo-area-message):
7d7d10b8
RS
7660 Change message text.
7661
7662 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7663 All callers use line-move.
7664
7d1dad0c
RS
7665 * progmodes/compile.el (compilation-find-buffer): Return current
7666 buffer immediately if suitable.
7667 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7668
4317d494 76692007-08-03 Daiki Ueno <ueno@unixuser.org>
2d17b4d5 7670
51f6595d
SM
7671 * faces.el (face-normalize-spec): New function.
7672 (frame-set-background-mode): Normalize face-spec before calling
7673 face-spec-match-p.
2d17b4d5 7674
cb8d3325 76752007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
ee9272ff 7676
0896d931 7677 * server.el (server-window): Add switch-to-buffer-other-frame option.
a0e5e075 7678
52f55ab0
GM
76792007-08-03 Glenn Morris <rgm@gnu.org>
7680
7681 * cus-edit.el (customize-apropos): Make the error message indicate
7682 what kind of thing the user was trying to customize.
7683
7684 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7685
031b6333
JB
7686 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7687 Fix off-by-one error in previous change.
52f55ab0
GM
7688
76892007-08-03 Drew Adams <drew.adams@oracle.com>
7690
7691 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7692 Make buffer writable.
7693
17cc361e
JB
76942007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7695
031b6333
JB
7696 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7697 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17cc361e
JB
7698 Use native Emacs functions, when appropriate.
7699
cb223bba
DN
77002007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7701 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * vc.el: Document new VC operation `extra-menu'.
7704
7705 * vc-hooks.el (vc-default-extra-menu): New function.
7706
7707 * menu-bar.el (menu-bar-vc-filter): New function.
7708 (menu-bar-tools-menu): Use it as a filter.
7709
a5860c9b 77102007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
a466449c
VJL
7711
7712 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7713
f3e82d69
GM
77142007-08-01 Glenn Morris <rgm@gnu.org>
7715
7716 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7717 strings.
7718 (fortran-tab-mode-default): Remove needless autoload.
7719 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7720 mark as risky.
7721 (fortran-line-length): New buffer-local variable, safe if integer.
7722 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7723 Change from variables to constants.
7724 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7725 replace with a new function definition.
7726 (fortran-mode): Use fortran-line-length, and
7727 fortran-font-lock-syntactic-keywords as a function. Add a
7728 hack-local-variables-hook function.
0e1627a7
SM
7729 (fortran-line-length, fortran-hack-local-variables): New functions.
7730 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7731 Use fortran-line-length rather than 72.
f3e82d69
GM
7732 (fortran-window-create-momentarily): Doc fix.
7733
a5860c9b 77342007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
d84fcc30 7735
0e1627a7
SM
7736 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7737 Fix parent groups link.
d84fcc30 7738
47968e06
VJL
77392007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7740
7741 * progmodes/python.el (python-current-defun): Adjust to never fall
7742 into infinite loop.
7743
b6e9189c
SM
77442007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7747
2f12b713 77482007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
eff23ff3 7749
2f12b713
MB
7750 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7751 (copyright-fix-years, copyright): Correctly handle the case where
7752 copyright-limit is nil.
fa4488bd 7753
2f12b713 77542007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
eff23ff3 7755
2f12b713 7756 * progmodes/python.el (run-python): Fix path separator under w32.
eff23ff3 7757
ea2e3ef4
RS
77582007-07-30 Richard Stallman <rms@gnu.org>
7759
7760 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7761 Treat non-break space as whitespace in Lisp.
7762
b956d64f
SM
77632007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7764
100edb42
SM
7765 * vc.el (vc-dired-hook): Use inhibit-read-only.
7766
b956d64f
SM
7767 * progmodes/compile.el (compilation-forget-errors):
7768 Reset compilation-auto-jump-to-next.
7769
5ef05ae3
MB
77702007-07-30 Michael Olson <mwolson@gnu.org>
7771
ed8c9cf1
MB
7772 * cus-edit.el (custom-group-save): Fix void function definition
7773 error. Thanks to Zhang Wei for the report.
7774
5ef05ae3
MB
7775 * ps-print.el: Check in trivial changes to the autoloads section
7776 caused by the build process. These autoloads really ought to be
7777 placed in a separate file, methinks.
7778
712f4efe
SM
77792007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * calendar/calendar.el (calendar-mode): Make sure
7782 displayed-(month|year) are set.
7783 (calendar-basic-setup): Display buffer before adjusting window sizes.
7784 (generate-calendar-window): Use inhibit-read-only. Simplify.
7785 Generate buffer and set displayed-month and displayed-year before
7786 calling update-calendar-mode-line.
7787
bce04fee
MA
77882007-07-29 Michael Albinus <michael.albinus@gmx.de>
7789
27e813fe
MA
7790 * net/tramp.el:
7791 * net/tramp-uu.el:
7792 * net/trampver.el: Use utf-8 encoding with coding cookie.
bce04fee 7793
27e813fe
MA
7794 * net/tramp-cache.el:
7795 * net/tramp-fish.el:
7796 * net/tramp-ftp.el:
7797 * net/tramp-gw.el:
7798 * net/tramp-smb.el: Remove coding cookie.
bce04fee 7799
27e813fe 7800 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
712f4efe 7801 Flush buffer file-name's file property.
bce04fee
MA
7802 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7803
27e813fe 7804 * net/trampver.el: Update release number.
bce04fee 7805
40aa8257
JL
78062007-07-29 Juri Linkov <juri@jurta.org>
7807
7808 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7809 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7810 when major-mode is not dired-mode.
7811 (dired-toggle-read-only): New function.
7812 (dired-recursive-deletes): Remove obsolete comments about old
7813 default value.
7814 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7815
7816 * wdired.el (wdired-exit): New function.
7817 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7818
806bc6df
SM
78192007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7820
a0247dcf
SM
7821 * cus-edit.el (customize-read-group): New fun.
7822 (customize-group-other-window, customize-face-other-window):
7823 Prompt before delegating to customize-(group|face).
7824 Bind pop-up-windows rather than use the other-window argument.
7825 (customize-group, customize-face): Prompt from the interactive spec.
7826 Remove args `prompt-for-group' and `other-window'.
7827
806bc6df
SM
7828 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7829 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7830 last change.
7831
9d2aebf6
MY
78322007-07-28 Masatake YAMATO <jet@gyve.org>
7833
806bc6df 7834 * vc.el (vc-dired-mode): Add a menu for VC related operation.
a722966c 7835 Use backend name as the menu label. Suggested by David Kastrup.
9d2aebf6 7836
d4450968
AM
78372007-07-28 Alan Mackenzie <acm@muc.de>
7838
7839 Fix problem with modes derived from CC Mode:
806bc6df 7840 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
d4450968 7841 macro to cc-langs.
806bc6df
SM
7842 (c-init-language-vars-for): Remove call to above macro.
7843 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
d4450968 7844 been moved to here.
806bc6df 7845 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
d4450968 7846
59b65f00
EZ
78472007-07-28 Eli Zaretskii <eliz@gnu.org>
7848
7849 * net/trampver.el: Fix the `coding' cookie.
7850
a0709d8d
DN
78512007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7852
7853 * vc-git.el (vc-git-print-log): Support both the old single file
7854 interface and the new one.
7855
f7165034
NR
78562007-07-28 Nick Roberts <nickrob@snap.net.nz>
7857
7858 * bindings.el (mode-line-remote): Use updated %@ construct.
7859
ab42e29d
SM
78602007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7861
e4e1cf95
SM
7862 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7863 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7864 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7865 (diary-list-bahai-entries, diary-bahai-mark-entries)
7866 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7867 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7868 New names to clean up namespace.
7869 (list-bahai-diary-entries, mark-bahai-diary-entries)
7870 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7871 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7872 Add compatibility aliases.
7873
11361a8b
SM
7874 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7875
ab42e29d
SM
7876 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7877 (calendar-scroll-left-three-months)
7878 (calendar-scroll-right-three-months): Clean up namespace.
7879 (scroll-calendar-left, scroll-calendar-right)
7880 (scroll-calendar-left-three-months)
7881 (scroll-calendar-right-three-months): Add compatibility aliases.
7882
0581e7e7
SM
7883 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7884 Behave like mouse-scroll-calendar-* when used from the mouse.
7885
7886 * calendar/cal-menu.el (cal-menu-scroll-menu)
7887 (cal-menu-global-mouse-menu):
7888 * calendar/calendar.el (calendar-mode-map):
7889 Use new calendar-scroll-* names.
7890 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7891 Remove. Use calendar-scroll-* directly instead.
7892
05bfa8f3
SM
78932007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7896 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7897 (ad-make-advised-definition, ad-cache-id-verification-code):
7898 Use commandp and interactive-form instead.
7899
625f71cf
DN
79002007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7901
7902 * vc-git.el: Relicense to GPLv3 or later.
7903 (vc-directory-exclusion-list, vc-handled-backends): Remove.
05bfa8f3 7904
625f71cf
DN
7905 * vc-hooks.el (vc-handled-backends): Add GIT.
7906
7907 * vc.el (vc-directory-exclusion-list): Add .git.
7908
108607bc
DN
79092007-07-26 Alexandre Julliard <julliard@winehq.org>
7910
7911 * vc-git.el (vc-git-revision-table)
7912 (vc-git-revision-completion-table): New functions.
7913
3ced5caa
VJL
79142007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7915
7916 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7917 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7918 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7919 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7920 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7921 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7922 New command actions for EPS header and EPS footer.
7923
7924 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7925 footer. Fix some problems with one-or-more, zero-or-more and
7926 alternative constructions generation. Some log messages
7927 implementation. Doc fix.
7928 (ebnf-version): New version 4.4.
7929 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7930 (ebnf-eps-footer, ebnf-log): New options.
7931 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7932 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7933 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7934 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7935 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7936 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7937 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7938 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7939 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7940 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7941 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7942 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7943 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7944 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7945 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7946 (ebnf-except-dimension, ebnf-alternative-dimension)
7947 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7948 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7949 message fun.
7950 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7951 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7952 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7953 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7954 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7955 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7956 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7957 compatibility with Emacs 20 & 21.
7958 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7959 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7960 (ebnf-basic-empty-height): New vars.
7961 (ebnf-prologue): Fix PostScript code.
7962 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7963 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7964 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7965 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7966
cacc7b51
GM
79672007-07-25 Glenn Morris <rgm@gnu.org>
7968
7969 * Relicense all FSF files to GPLv3 or later.
7970
7971 * COPYING: Switch to GPLv3.
7972
405b8717
SM
79732007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7976 Replace it with another one which disables undo before calling
7977 erase-buffer and then turns it back on if needed.
7978
57b8089a
DN
79792007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7980
405b8717 7981 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
57b8089a 7982
f4c6689c
GM
79832007-07-24 Glenn Morris <rgm@gnu.org>
7984
7985 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7986 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7987 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7988 (cal-tex-cursor-week, cal-tex-cursor-week2)
7989 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7990 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7991 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7992 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7993
458cf788
SM
79942007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * calendar/calendar.el (calendar-mode-map): Move initialization
7997 into declaration. Add menu bindings (used to be done in cal-menu).
7998 (calendar-mode): Don't add an activate-menubar-hook.
7999
8000 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8001 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8002 can be used on the menu entries.
8003 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8004 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8005 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8006 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8007 (calendar-flatten, cal-menu-update): Remove.
8008 (calendar-mouse-insert-hebrew-diary-entry)
8009 (calendar-mouse-insert-islamic-diary-entry)
8010 (calendar-mouse-insert-bahai-diary-entry):
8011 Remove (fold into cal-menu-diary-menu).
8012 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8013 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8014 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8015 (calendar-mouse-view-diary-entries): Minor simplifications.
8016 (calendar-event-to-date): Use with-current-buffer.
8017
8a00d4ff
NR
80182007-07-25 Nick Roberts <nickrob@snap.net.nz>
8019
8020 * add-log.el (change-log-redate): Remove (not needed anymore and
8021 doesn't appear to work).
8022
b7de6024
SM
80232007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * frame.el: Use mapc and dolist instead of mapcar where possible.
8026 (close-display-connection): New command.
8027
b747d346
DN
80282007-07-25 Alexandre Julliard <julliard@winehq.org>
8029
8030 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8031 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8032
6fb87e51
VJL
80332007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8034
8035 * ps-print.el (ps-multibyte-buffer): Docstring fix.
8036
8037 * ps-mule.el: Doc fix.
2c0ebf75
VJL
8038 (ps-multibyte-buffer, ps-mule-font-info-database-default)
8039 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6fb87e51 8040
4cf5577e
GM
80412007-07-25 Glenn Morris <rgm@gnu.org>
8042
8043 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8044 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8045 (cal-tex-daily-end, cal-tex-hook)
8046 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8047 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8048 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8049 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8050 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8051 (cal-tex-day-prefix, cal-tex-day-name-format)
8052 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8053 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8054 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8055 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8056 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8057 etc, rather than \bf.
8058 (cal-tex-mini-calendar): Fix typos in previous change.
8059 (cal-tex-latexify-list): Remove inner let binding.
8060 (cal-tex-end-document, cal-tex-banner): Use multi-line
8061 cal-tex-comment.
8062 (cal-tex-comment): Handle embedded newlines.
8063 (cal-tex-LaTeXify-string): Use substring-no-properties.
8064
bffa7817
SM
80652007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8066
8067 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8068 Add support for the Maden build tool.
8069
80f462b7
KH
80702007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8071
bffa7817 8072 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
80f462b7 8073
9aecacd0 80742007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
727bdea1 8075
9aecacd0 8076 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
ad546929 8077
64e3efd9
DN
80782007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8079
d7e69846
DN
8080 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8081 C-x C-q.
8082
64e3efd9
DN
8083 * vc-git.el (vc-git-print-log): Fix previous change.
8084
38f4a790
SM
80852007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8086
62e3c31f
SM
8087 * window.el (save-selected-window): Minor optimization.
8088 (bw-adjust-window): If operation failed, try with a smaller delta.
8089 (window-fixed-size-p): New function.
8090 (window-area-factor): New var.
8091 (balance-windows-area): New command.
8092
38f4a790
SM
8093 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8094 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8095 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8096 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8097 (ps-mule-begin-job): Use dolist.
8098
a9e11582
MA
80992007-07-24 Michael Albinus <michael.albinus@gmx.de>
8100
8101 * subr.el (start-file-process-shell-command)
8102 (process-file-shell-command): New defuns.
8103
38f4a790
SM
8104 * progmodes/compile.el (compilation-start):
8105 Apply `start-file-process-shell-command'.
a9e11582 8106
7546c767
DN
81072007-07-24 Alexandre Julliard <julliard@winehq.org>
8108
38f4a790 8109 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7546c767 8110
31386eea
AM
81112007-07-24 Alan Mackenzie <acm@muc.de>
8112
38f4a790
SM
8113 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8114 Initialise byte-compile-unresolved-functions before rather than
8115 after a compilation.
31386eea
AM
8116 (byte-compile-unresolved-functions): Amplify doc string.
8117
21b38b3c
GM
81182007-07-24 Glenn Morris <rgm@gnu.org>
8119
26933a68
GM
8120 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8121
21b38b3c
GM
8122 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8123 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8124 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8125 (cal-tex-cursor-week, cal-tex-cursor-week2)
8126 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8127 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8128 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8129 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8130
55abc44f
GM
8131 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8132 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8133 (cal-tex-day-name-format, cal-tex-cal-one-month)
8134 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8135 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8136 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8137 (cal-tex-list-holidays, cal-tex-cursor-year)
8138 (cal-tex-cursor-year-landscape, cal-tex-year)
8139 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8140 (cal-tex-cursor-month, cal-tex-insert-days)
8141 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8142 (cal-tex-first-blank-p, cal-tex-cursor-week)
8143 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8144 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8145 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8146 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8147 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8148 (cal-tex-latexify-list, cal-tex-previous-month)
8149 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8150 modernization, including using dotimes rather than
8151 calendar-for-loop.
8152 (cal-tex-LaTeX-subst-list): Remove `@'.
78a264f4
JB
8153 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8154 Use \textit and \textbf rather than \em and \it.
55abc44f 8155
6ce285a6
GM
8156 * calendar/cal-bahai.el (list-bahai-diary-entries)
8157 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8158 * calendar/cal-islam.el (list-islamic-diary-entries)
38f4a790 8159 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6ce285a6
GM
8160 * calendar/diary-lib.el (diary-list-entries)
8161 (mark-calendar-date-pattern): Use `dotimes' rather than
8162 `calendar-for-loop'.
8163
8164 * calendar/calendar.el (calendar-for-loop): Doc fix.
8165
ae59e888
SM
81662007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8169 underlying file is uptodate.
8170
de09204d 81712007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
26cc71af
SM
8172
8173 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8174
5719a098
SM
81752007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * vc-hooks.el (vc-mode-line-map): New const.
8178 (vc-mode-line): Use it.
8179
78a264f4 81802007-07-23 Alexandre Julliard <julliard@winehq.org>
8b38ce20 8181
d7009f45
DN
8182 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8183 (vc-git-unregister): New functions.
8b38ce20 8184 (vc-git-find-version): Use the result of ls-files as a parameter
78a264f4 8185 for cat-file.
8b38ce20 8186
d4443a0d
MA
81872007-07-23 Michael Albinus <michael.albinus@gmx.de>
8188
8189 * net/tramp.el (tramp-perl-file-attributes)
8190 (tramp-perl-directory-files-and-attributes)
8191 (tramp-handle-file-attributes-with-stat)
8192 (tramp-handle-directory-files-and-attributes-with-stat)
8193 (tramp-convert-file-attributes): Handle huge file sizes.
8194
297b8ccd
JL
81952007-07-23 Juri Linkov <juri@jurta.org>
8196
8197 * isearch.el (isearch-message-function): New variable.
8198 (isearch-update, isearch-search): Use it.
8199
8200 * simple.el (goto-history-element): New function created from
8201 next-history-element.
8202 (next-history-element): Most code moved to goto-history-element.
8203 Call goto-history-element with (- minibuffer-history-position n).
8204 (previous-history-element): Call goto-history-element with (+
8205 minibuffer-history-position n).
8206 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8207 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8208 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8209 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8210 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8211 (minibuffer-history-isearch-pop-state): New functions.
8212
33e0847d
TTN
82132007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8214
8215 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8216 Also, if FILE is a list, return non-nil if any of its elements
8217 should stay local. Update docstring.
8218
f5e087f8
SM
82192007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8220
5719a098
SM
8221 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8222 change by reverting a small part.
f5e087f8 8223
6b00d5f5
RS
82242007-07-23 Richard Stallman <rms@gnu.org>
8225
8226 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8227
b0f90937
DN
82282007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8229
8230 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
78a264f4 8231 handling it. Use vc-git-command.
b0f90937
DN
8232 (vc-git-find-version, vc-git-diff-tree): New functions.
8233 (vc-git-revert): Use vc-git-command.
8234 (vc-git--run-command): Delete.
8235
78a264f4 82362007-07-23 Alexandre Julliard <julliard@winehq.org>
4d3ac01e
DN
8237
8238 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8239
e43883be
KH
82402007-07-20 Kenichi Handa <handa@m17n.org>
8241
5719a098
SM
8242 * international/utf-8.el (utf-8-post-read-conversion):
8243 Temporarily bind utf-8-compose-scripts to nil while running
8244 *-compose-region functions.
e43883be 8245
9143abff
DN
82462007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8247
8248 * vc-git.el: Update status.
faa98100 8249 (vc-directory-exclusion-list): Use eval-after-load.
9143abff 8250
9f444841
NR
82512007-07-22 Nick Roberts <nickrob@snap.net.nz>
8252
8253 * bindings.el (mode-line-remote): New variable.
8254 (help-echo): Add to default values of mode-line-format.
8255
8256 * files.el: Mark mode-line-remote as risky.
8257
02b99a17
JL
82582007-07-22 Juri Linkov <juri@jurta.org>
8259
8260 * isearch.el (isearch-edit-string): Save old point and
8261 isearch-other-end to old-point and old-other-end before reading
8262 the search string from minibuffer. After exiting minibuffer set
8263 point to old-other-end if point and the search direction is the
8264 same as before reading the search string.
8265 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8266 to isearch-other-end. Instead of isearch-search-and-update call
8267 three functions isearch-search, isearch-push-state and isearch-update.
8268
8b9783e0
DN
82692007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8272 deal with multiple file arguments.
8273 (vc-git-print-log): Deal with multiple file arguments.
8274
f151b310
SM
82752007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8278 diff-refine-hunk. Adjust users.
8279 (diff-unified-hunk-p, diff-splittable-p): New functions.
8280 (diff-mode-menu): Use it to disable Split when it doesn't work.
8281
8f2d38de
SM
82822007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8283
8284 * diff-mode.el (diff-mode-menu): New entries.
8285
fd691799
SM
82862007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8287
3dc04e83
SM
8288 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8289 if applicable, so as to save undo-log space.
8290
e4456fdf
SM
8291 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8292
fd691799
SM
8293 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8294 (diff-file-kill): Use it.
8295 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8296 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8297 Use it so they find the hunk even when we're in the file header.
8298
53cc90ab
DN
82992007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8300
56b32800
JB
8301 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8302 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
53cc90ab
DN
8303 (vc-git-create-repo): New functions.
8304 (vc-git-registered): New autoloaded function definition.
8305 (vc-git-registered): Use vc-git-root.
8306 (vc-git-responsible-p): New defalias.
8307 (vc-git-annotate-extract-revision-at-line): Uncomment.
8308 (vc-git-print-log): Add the file name to the log.
8309 (vc-git-log-view-mode): New derived mode.
56b32800 8310 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
53cc90ab 8311
2e2eead3
MA
83122007-07-22 Michael Albinus <michael.albinus@gmx.de>
8313
8314 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8315
a9686d00
DK
83162007-07-22 Ralf Angeli <angeli@caeruleus.net>
8317
8318 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8319 file in a way that does not interfere with recentf mode.
8320 (reftex-access-parse-file): Do not risk destroying an existing
8321 buffer.
8322
78a264f4 83232007-07-22 Alexandre Julliard <julliard@winehq.org>
fff4a046
DN
8324
8325 * vc-git.el: New file.
8326
0f4827ee
SM
83272007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8328
fd691799 8329 * textmodes/tex-mode.el (tex-font-script-display): Change default.
0f4827ee 8330
3a12f9f8
DN
83312007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8332
8333 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8334 for branches and new files.
8335
8336 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8337 local-map handling ...
78a264f4 8338 (vc-mode-line): ... here. Improve handling of help-echo.
3a12f9f8
DN
8339
8340 * vc.el (mode-line-string): Document help-echo usage.
8341
31c70002
MA
83422007-07-22 Michael Albinus <michael.albinus@gmx.de>
8343
8344 Sync with Tramp 2.1.10.
8345
0f205eee 8346 * net/tramp.el (tramp-get-ls-command): Fix typo.
31c70002 8347
27e813fe 8348 * net/trampver.el: Update release number.
31c70002 8349
0389072b
JD
83502007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8351
56b32800 8352 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
0389072b
JD
8353
8354 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8355
6dbf6147
MR
83562007-07-22 Martin Rudalics <rudalics@gmx.at>
8357
8358 * add-log.el (change-log-fill-parenthesized-list): New function.
8359 (change-log-indent): Call change-log-fill-parenthesized-list.
78a264f4
JB
8360 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8361 Have lines with leading asterisk start a paragraph.
6dbf6147 8362
178b8baf
JB
83632007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8364
8365 * calc/calc-math.el (math-emacs-precision)
8366 (math-largest-emacs-expt, math-smallest-emacs-expt):
8367 New variables.
8368 (math-use-emacs-fn): New function.
8369 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8370 appropriate.
8371
a226e0ef
TTN
83722007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8373
8374 * image-dired.el (image-dired-sane-db-file): New func.
8375 (image-dired-write-tags, image-dired-remove-tag)
8376 (image-dired-list-tags, image-dired-write-comments)
8377 (image-dired-get-comment, image-dired-mark-tagged-files)
8378 (image-dired-create-gallery-lists): Call new func.
8379 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8380
34b7fb85
DN
83812007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8382
8383 * vc-hg.el (vc-hg-dir-state): Fix loop.
8384 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8385 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8386 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8387 (vc-hg-revert): Likewise.
8388 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8389 functions.
8390
74dea9e1
SM
83912007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8394 merge fails.
8395
765831a0
DN
83962007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8397
bb042dc6
SM
8398 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8399 Add group and version.
765831a0 8400
091525d5
SM
84012007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8402
e1f5b0ed 8403 * add-log.el (add-log-file-name): Use file-relative-name.
56b32800
JB
8404 (add-change-log-entry): Delay reading
8405 add-log-(full-name|mailing-address) to after we've switched to the
8406 ChangeLog buffer so we get the right value.
bb042dc6
SM
8407 (add-change-log-entry, add-log-current-defun, change-log-merge):
8408 Use derived-mode-p rather than checking major-mode directly.
e1f5b0ed 8409
6655f0bf
SM
8410 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8411 name for buffer-file-name if it refers to a directory.
8412
f3b8feb4
SM
8413 * vc-arch.el (vc-arch-diff): Fix last change.
8414
091525d5
SM
8415 * progmodes/compile.el (compilation-start): Remember the original
8416 directory in a buffer-local compilation-directory.
8417 (compile): Set the global value of compilation-directory.
8418 (recompile): Use compilation-directory even in the compilation buffer.
8419
d7927b9f
DN
84202007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8421
8422 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8423
3f0257cb
VJL
84242007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8425
8426 * ps-print.el: Problem with foreground and background color when
8427 printing a buffer with and without faces. Reported by Christian
8428 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8429 (ps-print-version): New version 6.7.5.
8430 (ps-default-fg): Change default value to nil, so black color is used
8431 when a face does not specify a foreground color.
8432 (ps-default-bg): Change default value to nil, so white color is used
8433 for background color.
8434 (ps-begin-job): Fix code.
8435
ec9bbc6c
EZ
84362007-07-20 Eli Zaretskii <eliz@gnu.org>
8437
8438 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8439 in $(INSTALL_DIR)/lisp/ if they already exist.
8440
84412007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8442
8443 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8444 in $(INSTALL_DIR)/lisp/ if they already exist.
8445
3b27900d
SM
84462007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8447
ceb19436
SM
8448 * progmodes/vera-mode.el (vera-re-search-forward)
8449 (vera-re-search-backward): Remove use of store-match-data.
e341a817 8450 (vera-mode-map): Move initialization into declaration.
ceb19436 8451
8ebbfc80
SM
8452 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8453 (flymake-find-buildfile): Use locate-dominating-file.
8454
d1a607bc
SM
8455 * vc.el (vc-delistify): Use mapconcat.
8456 (vc-do-command): Minor simplification.
8457 (vc-expand-dirs): Use push.
8458
da4c9778
SM
8459 * vc-mcvs.el (vc-mcvs-create-repo):
8460 * vc-cvs.el (vc-cvs-create-repo): Remove.
8461
3b27900d
SM
8462 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8463 directory and the root as well.
8464
a6ea7ffc
DN
84652007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8466
c0edfa75
DN
8467 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8468 instead of a file.
8469
a6ea7ffc
DN
8470 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8471 (vc-hg-registered): Replace if with when.
3b27900d 8472 (vc-hg-state): Deal with nonexistent files and handle removed files.
a6ea7ffc
DN
8473 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8474 (vc-hg-checkout): Re-enable.
8475 (vc-hg-create-repo): Fix typos.
c0edfa75 8476 (vc-hg-print-log): Fix for multiple files.
a272e668 8477 (vc-hg-workfile-unchanged-p): New function.
a6ea7ffc
DN
8478
8479 * vc.el: Fix typo.
ee2f409b
DN
8480 (vc-print-log): Fix call to print-log.
8481 (vc-default-comment-history): Likewise.
c0edfa75
DN
8482 (vc-directory-exclusion-list): Add .hg and .bzr.
8483 (vc-diff-internal): Pass a list instead of a file.
a6ea7ffc
DN
8484
8485 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8486
8487 * vc-bzr.el (vc-bzr-create-repo): New function.
8488
66752bb4
SM
84892007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8492 `file' from which to start the search.
8493
c1fec027
ER
84942007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8495
84a7b243
DN
8496 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8497 having a single file argument to having a list of files as the
8498 first argument.
418fd375 8499
c1fec027 85002007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
66752bb4 8501
418fd375
SM
8502 * files.el (locate-dominating-file): New function.
8503
6e3aa3f5
MA
85042007-07-18 Michael Albinus <michael.albinus@gmx.de>
8505
8506 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8507 (grep-compute-defaults): Use it.
8508
e725d58f
SM
85092007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * uniquify.el: Docstring fixes.
8512
4e6e4fe5
ER
85132007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8514
0729e1c4
DN
8515 * vc.el (revision-granularity, create-repo): Document new vc
8516 backend properties.
8517 (vc-rollback): Renamed from vc-cancel-version. Update
8518 references. Pass a list instead of a file.
8519 (vc-revert): Renamed from vc-revert-buffer. Update references.
8520 (vc-delistify, vc-expand-dirs): New functions.
8521 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8522 of files instead of a single file.
8523 (vc-position-context, vc-resync-window, vc-diff-internal)
8524 (vc-print-log): Pass a list instead of a file.
8525
8526 * vc-hooks.el (vc-stay-local-p, vc-backend)
8527 (vc-backend-subdirectory-name): Work on a file list, not a single
8528 file.
8529 (vc-workfile-version): Update docstring.
8530 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8531 vc-revert instead of vc-revert-buffer.
8532 (vc-prefix-map): Likewise. Bind vc-update.
8533
8534 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8535 (vc-svn-wash-log): New functions.
8536 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8537 (vc-svn-command): Deal with a list of files, not a single file.
8538
8539 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8540 (vc-rcs-wash-log): New functions.
8541 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8542 Deal with a list of files, not a single file.
8543 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8544
8545 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8546 functions.
8547 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8548 list of files, not a single file.
8549
8550 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8551 New functions.
8552 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8553 (vc-mcvs-diff): Deal with a list of files, not a single file.
8554
8555 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8556 functions.
8557 (vc-hg-print-log): Deal with a list of files, not a single file.
8558 (vc-hg-diff-tree): New function, replace defalias with the same
8559 name.
8560 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8561 FILES to denote that it is a file list, not a single file.
8562
8563 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8564 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8565 a single file.
8566 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8567 that it is a file list, not a single file.
8568 (vc-cvs-diff): Likewise. Simplify.
8569
8570 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8571 Deal with a list of files, not a single file.
8572
8573 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8574 (vc-bzr-print-log): Update FILE parameter name to denote that it
8575 is a file list, not a single file.
8576 (vc-bzr-diff): Likewise. Use the car of files.
f0fe4395 8577
4e6e4fe5 85782007-07-18 Juanma Barranquero <lekktu@gmail.com>
418fd375 8579
f0fe4395
JB
8580 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8581 (follow-delete-other-windows-and-split, follow-recenter)
8582 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8583 (follow-redisplay, follow-estimate-first-window-start)
8584 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8585 Fix typos in docstrings.
8586
3ee9a09c
MR
85872007-07-18 Martin Rudalics <rudalics@gmx.at>
8588
8589 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8590 avoid that filling introduces lines with a single asterisk.
8591
8592 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8593 avoid incorrect kmacro-ring-empty-p messages.
f0fe4395 8594 Reported by Michael Schierl <schierlm@gmx.de>.
3ee9a09c 8595
1e899515 85962007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 8597
1e899515 8598 * vc.el: Add more info about the vc-registered function.
6fee106e 8599
ce3f516f
MA
86002007-07-17 Michael Albinus <michael.albinus@gmx.de>
8601
8602 * files.el (file-remote-p): Introduce optional parameter
8603 IDENTIFICATION.
8604
8605 * recentf.el (recentf-keep-default-predicate): Adapt call of
8606 `file-remote-p'.
8607
8608 * progmodes/grep.el (grep-probe): Use `process-file'.
8609 (grep-compute-defaults): Handle variables host specific.
8610
f0fe4395 8611 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
ce3f516f
MA
8612 parameter IDENTIFICATION.
8613
8614 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8615 parameter IDENTIFICATION.
8616 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8617 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8618 Add entry for `set-file-times'.
8619 (tramp-do-copy-or-rename-file-via-buffer)
8620 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8621 (tramp-handle-unhandled-file-name-directory): Rewrite.
8622 (tramp-convert-file-attributes): Add error handling when inode is
8623 extraordinary big.
8624 (tramp-get-inode): Change parameter from FILE to VEC.
f0fe4395
JB
8625 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8626 is nil. This is according to the specification. Goto (point-max)
ce3f516f
MA
8627 when ready.
8628 (tramp-handle-shell-command): Rewrite completely, using
8629 `process-file' and `start-file-process'.
8630 (tramp-methods, tramp-find-shell)
8631 (tramp-open-connection-setup-interactive-shell)
8632 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8633 var. Reported by Steve Youngs <steve@sxemacs.org>.
8634
8635 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8636 entry for `set-file-times'. Rename `start-process' into
8637 `start-file-process'. Remove `call-process' entry.
8638 (tramp-fish-handle-set-file-times): New defun.
8639 (tramp-fish-handle-executable-find): Use `process-file'.
8640 (tramp-fish-handle-process-file): New defun. Replaces
8641 `tramp-fish-handle-call-process'.
8642 (tramp-fish-do-copy-or-rename-file-directly): Use
8643 `set-file-times'.
8644 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8645
8646 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8647 `tramp-get-inode' parameter.
8648
8c58e784
SM
86492007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8652 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8653 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8654 it has ever existed.
8655
9e6da495
DN
86562007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8657
8658 * vc.el: Undo previous change.
8659
a055c272
EZ
86602007-07-16 Eli Zaretskii <eliz@gnu.org>
8661
8662 * makefile.w32-in (clean): Don't delete *~.
8663
e58914d0
SM
86642007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8665
c25d0edb
SM
8666 * textmodes/tex-mode.el (tex-verbatim-environments):
8667 Add safe-local-variable property.
8668 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8669 when starting font-lock rather than when loading tex-mode.el.
8670
e58914d0
SM
8671 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8672 whole $( rather than just the $. Rename from sh-quoted-subshell.
8673 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8674
1499cfba
TTN
86752007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8676
1de49d4e
TTN
8677 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8678 bookmark-alist. Instead, if not sorting, simply return it.
8679 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8680 for its return value, not for its side effect.
8681
1499cfba
TTN
8682 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8683 case of alignment under a constant symbol, find and consider
8684 the sexp actually at indentation to be the "last sexp".
8685
1de49d4e 86862007-07-16 Drew Adams <drew.adams@oracle.com>
b3709a53
RS
8687
8688 * mouse.el (mouse-yank-secondary): Better error message if no
8689 secondary selection.
8690
2b1070c8
DN
86912007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8692
dbd3d787
DN
8693 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8694
2b1070c8
DN
8695 * term/xterm.el (xterm-turn-on-modify-other-keys)
8696 (xterm-turn-off-modify-other-keys): New functions.
8697 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8698 terminal supports it.
8699
fd5306d2
TTN
87002007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8701
8702 * bookmark.el (bookmark-show-all-annotations):
8703 Make sure each inserted annotation ends with newline.
8704
1e899515 87052007-07-15 Richard Stallman <rms@gnu.org>
6fee106e 8706
1e899515 8707 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6fee106e 8708
1e899515
MB
8709 * tutorial.el (tutorial--find-changed-keys):
8710 Handle C-x specially like ESC.
6fee106e 8711
1e899515 87122007-07-15 Aaron Hawley <aaronh@garden.org>
6fee106e 8713
1e899515 8714 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6fee106e 8715
0aeeaa26
JL
87162007-07-15 Juri Linkov <juri@jurta.org>
8717
8718 * delsel.el (delete-selection-pre-hook):
8719 * emulation/cua-base.el (cua-paste): Before a yank command,
8720 check also whether last-command is one of mouse-save-then-kill,
8721 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8722
abb971c3 87232007-07-15 Michael Albinus <michael.albinus@gmx.de>
60f164bd
MA
8724
8725 * recentf.el (recentf-keep-default-predicate): New defun.
8726 (recentf-keep): Use it as initial value.
8727
36ae4ff7
KF
87282007-07-15 Karl Fogel <kfogel@red-bean.com>
8729
8730 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8731 thus restoring bookmark bindings to three slots under C-x r. See
8732 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8733
4207db9a
GM
87342007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8735
004b681c 8736 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4207db9a 8737
3af37803
JR
87382007-07-15 Jason Rumney <jasonr@gnu.org>
8739
8740 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8741 for input to cmdproxy on all versions of Windows.
8742 Use dos line ends for input to plink.
8743
8744 * comint.el (comint-simple-send): Concat newline before sending.
8745 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8746
a25beddb
SM
87472007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8750 safe-local-variable setting.
8751
287a387c
DK
87522007-07-14 David Kastrup <dak@gnu.org>
8753
8754 * emacs-lisp/advice.el (defadvice): Doc fix.
8755
ebc3ae14
JB
87562007-07-14 Juanma Barranquero <lekktu@gmail.com>
8757
8758 * subr.el (when, unless): Doc fix.
8759
6f8a87c0 87602007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 8761
6f8a87c0 8762 * replace.el (match): Use yellow1 instead of yellow.
6fee106e 8763
87094c03
FP
8764 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8765 red.
6fee106e 8766
6f8a87c0 8767 * pcvs-info.el (cvs-unknown): Likewise.
6fee106e 8768
564a3032
EZ
87692007-07-13 Eli Zaretskii <eliz@gnu.org>
8770
8771 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8772 (install): Use them to copy all *.el files before *.elc.
8773
78a264f4 87742007-07-13 Drew Adams <drew.adams@oracle.com>
241ab2b5
KF
8775
8776 * bookmark.el (bookmark-jump-other-window): New function.
8777 (bookmark-map): Bind it to "o".
8778
f8b7331d 8779 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
a25beddb
SM
8780 and its thread contains discussion about this change.
8781 The original patch was slightly tweaked by Karl Fogel
f8b7331d 8782 <kfogel@red-bean.com> before committing.
241ab2b5 8783
d14c45f7
KF
87842007-07-13 Karl Fogel <kfogel@red-bean.com>
8785
8786 * bookmark.el: Shorten some comments to fit within 80 lines.
8787
e4f6f302
KF
87882007-07-13 Karl Fogel <kfogel@red-bean.com>
8789
8790 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8791 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
a25beddb 8792 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
e4f6f302
KF
8793 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8794
d72dd6bc
CD
87952007-07-13 Carsten Dominik <dominik@science.uva.nl>
8796
8797 * textmodes/org.el: Bug fixes.
ebc3ae14 8798 (org-end-of-line): Move to end of line if in headline without tags.
d72dd6bc 8799
fc8b8d0f
SM
88002007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8801
e5162bc1
SM
8802 * vc-hooks.el: Remove spurious * in docstrings.
8803 (vc-handled-backends): Add BZR.
8804
fc8b8d0f
SM
8805 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8806
9e29c91c
JB
88072007-07-12 Davis Herring <herring@lanl.gov>
8808
8809 * desktop.el (desktop-buffer-info, desktop-save):
8810 Use `desktop-dirname' instead of `dirname'.
8811
4f7a582b
SM
88122007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8813
8814 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8815
8816 * progmodes/python.el (python-which-func-length-limit): New var.
8817 (python-which-func): New function.
8818 (python-current-defun): Add optional `length-limit' and try to fit
8819 computed function name to that length.
8820 (python-mode): Hook `python-which-func' up.
8821
c788d366
SM
88222007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8823
8824 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8825
8826 * comint.el (comint-dynamic-complete-as-filename):
8827 Use read-file-name-completion-ignore-case.
8828
2346acf6
SM
88292007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8830
c788d366
SM
8831 * comint.el (comint-dynamic-list-filename-completions):
8832 Use read-file-name-completion-ignore-case.
8833
2346acf6
SM
8834 * vc-cvs.el: Require CL.
8835 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8836 New functions to provide completion of revision names.
8837
8838 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8839 (vc-cvs-annotate-first-line-re): New const.
8840 (vc-cvs-annotate-process-filter): New fun.
8841 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8842
1bed504a
SM
88432007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8844
8845 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8846 (eldoc-print-current-symbol-info): Adjust for changed helper
8847 function signatures.
8848 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8849 `eldoc-highlight-function-argument'.
8850 (eldoc-highlight-function-argument): New function.
8851 (eldoc-get-var-docstring): Format documentation with
8852 `font-lock-variable-name-face'.
8853 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8854 where suited.
8855 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8856 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8857
db8af973
MA
88582007-07-11 Michael Albinus <michael.albinus@gmx.de>
8859
8860 * progmodes/compile.el (compilation-start): `start-process' must
8861 still be redefined when calling `start-process-shell-command'.
8862
8863 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8864 remote file name, prepend its remote part to the filename.
8865 (gud-common-init): When `default-directory' is a remote file name,
8866 make the filename relative to it.
8867 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8868
82c4728d
DN
88692007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8870
8871 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8872 mouse binding and a tooltip.
8873
88742007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * menu-bar.el (vc-menu-map): New defalias.
8877
6f8a87c0 88782007-07-10 Richard Stallman <rms@gnu.org>
6fee106e 8879
6f8a87c0
MB
8880 * emacs-lisp/lisp-mode.el (eval-defun):
8881 Explain special handling of `defface'.
6fee106e 8882
c636ecc6
NR
88832007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8884
8885 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8886
8887 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8888
ebaba1bd
SM
88892007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8890
1cd643e7
SM
8891 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8892
ebaba1bd
SM
8893 * vc-arch.el (vc-arch-complete): Remove.
8894 (vc-arch-revision-completion-table): Use complete-with-action.
8895
8896 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8897 (complete-with-action): New function.
8898 (dynamic-completion-table): Use it.
8899
4b29e550
MA
89002007-07-10 Michael Albinus <michael.albinus@gmx.de>
8901
8902 * comint.el (make-comint, make-comint-in-buffer)
8903 (comint-exec-1): Replace `start-process' by `start-file-process'.
8904
8905 * progmodes/compile.el (compilation-start): Revert redefining
8906 `start-process'.
8907
48df920c
SM
89082007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8909
1bed504a
SM
8910 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8911 with EOLs when generating MD5 checksums.
8912
7dcef48d
SM
8913 * follow.el: Don't change the global map from the follow-mode-map
8914 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8915 XEmacs code.
8916 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8917 since `follow-mode' should be used instead for that.
8918
d3883360
SM
8919 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8920 (easy-menu-do-define): Use it.
8921 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8922
813fb3fe
SM
8923 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8924 (compilation-auto-jump-to-next): New vars.
8925 (compilation-auto-jump): New function.
8926 (compilation-error-properties): Use them to jump to first error.
8927 (compilation-start): Set the var if requested.
8928
48df920c
SM
8929 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8930 duplicates without also removing entries from other directories.
8931
f3850a5f
CD
89322007-07-10 Carsten Dominik <dominik@science.uva.nl>
8933
8934 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8935 Remember span as default.
48df920c
SM
8936 (org-columns-edit-value): Rename from `org-column-edit'.
8937 (org-columns-display-here-title): Rename from
f3850a5f 8938 `org-overlay-columns-title'.
48df920c
SM
8939 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8940 (org-columns-get-autowidth-alist): Rename from
8941 `org-get-columns-autowidth-alist'.
8942 (org-columns-display-here): Rename from `org-overlay-columns'.
8943 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8944 (org-columns-quit): Rename from `org-column-quit'.
8945 (org-columns-show-value): Rename from `org-column-show-value'.
f3850a5f
CD
8946 (org-columns-content, org-columns-widen)
8947 (org-columns-next-allowed-value)
8948 (org-columns-edit-allowed, org-columns-store-format)
8949 (org-columns-uncompile-format, org-columns-redo)
8950 (org-columns-edit-attributes, org-delete-property)
8951 (org-set-property, org-columns-update)
8952 (org-columns-compute, org-columns-eval)
8953 (org-columns-not-in-agenda, org-columns-compute-all)
8954 (org-property-next-allowed-value)
8955 (org-columns-compile-format)
8956 (org-fill-paragraph-experimental)
8957 (org-string-to-number, org-property-action)
f0fe4395 8958 (org-columns-move-left, org-columns-new)
f3850a5f
CD
8959 (org-column-number-to-string)
8960 (org-property-previous-allowed-value)
8961 (org-at-property-p, org-columns-delete)
8962 (org-columns-previous-allowed-value)
8963 (org-columns-move-right, org-columns-narrow)
8964 (org-property-get-allowed-values)
8965 (org-verify-version, org-column-string-to-number)
8966 (org-delete-property-globally): New functions.
48df920c
SM
8967 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8968 (org-columns-overlays): Rename from `org-column-overlays'.
8969 (org-columns-map): Rename from `org-column-map'.
8970 (org-columns-current-maxwidths): Rename from
f3850a5f
CD
8971 `org-current-columns-maxwidths'.
8972 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8973 (org-previous-header-line-format)
8974 (org-columns-inhibit-recalculation)
8975 (org-columns-top-level-marker): New variables.
48df920c 8976 (org-columns-default-format): Rename from `org-default-columns-format'.
f3850a5f
CD
8977 (org-property-re): New constant.
8978
45595a4f 89792007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6fee106e 8980
45595a4f 8981 * subr.el (looking-at-p, string-match-p): New functions.
6fee106e 8982
2b1567a5
RS
89832007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8984
8985 * textmodes/tex-mode.el (tex-fontify-script)
8986 (tex-font-script-display): New variables to make display of
8987 superscripts and subscripts customizable.
8988 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8989
ccbbae2c
RS
89902007-07-09 Richard Stallman <rms@gnu.org>
8991
8992 * isearch.el (isearch-edit-string): Call to isearch-push-state
8993 after the search.
8994
825906b8
JD
89952007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8996
8997 * window.el (fit-window-to-buffer): Remove setting of window-min-height
39127636
JB
8998 to 1 as enlarge-window uses the value to resize/shrink windows other
8999 than WINDOW if needed.
825906b8 9000
45595a4f
RS
90012007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9002
9003 * cus-start.el (file-coding-system-alist): Fix custom type.
9004
90052007-07-08 Chong Yidong <cyd@stupidchicken.com>
9006
9007 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9008 modified.
48df920c
SM
9009 (longlines-auto-wrap, longlines-window-change-function):
9010 Remove unnecessary calls to set-buffer-modified-p.
45595a4f 9011
6bd7e3b4
KY
90122007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9013
9014 * cus-start.el (file-coding-system-alist): Fix custom type.
9015
f4b43eb3
SM
90162007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9019 (vc-cvs-checkout): Remove last arg now unused; simplify.
9020
00d6fd04
MA
90212007-07-08 Michael Albinus <michael.albinus@gmx.de>
9022
9023 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9024
9025 * net/tramp.el:
9026 * net/tramp-ftp.el:
9027 * net/tramp-smb.el:
9028 * net/tramp-uu.el:
9029 * net/trampver.el: Migrate to Tramp 2.1.
9030
9031 * net/tramp-cache.el:
9032 * net/tramp-fish.el:
9033 * net/tramp-gw.el: New Tramp packages.
9034
9035 * net/tramp-util.el:
9036 * net/tramp-vc.el: Removed.
9037
b83483d5 9038 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
00d6fd04
MA
9039 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9040
9041 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9042
9043 * progmodes/compile.el (compilation-start): Redefine
9044 `start-process' temporarily when `default-directory' is remote.
9045 Remove case of synchronous compilation, this won't happen ever.
9046 (compilation-setup): Make local variable `comint-file-name-prefix'
9047 for remote compilation.
9048
0468beec
MR
90492007-07-08 Martin Rudalics <rudalics@gmx.at>
9050
9051 * novice.el (disabled-command-function): Fit window to buffer to
9052 make last line visible.
9053 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9054
9055 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9056 when handling the terminating event.
9057
94c95a35
JB
90582007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9059
9060 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9061 (math-bignum-digit-length): Change to optimal value.
9062
4346200e
JB
9063 * calc/calc-bin.el (math-bignum-logb-digit-size)
9064 (math-bignum-digit-power-of-two): Evaluate when compiled.
9065
94c95a35 9066 * calc/calc-comb.el (math-small-factorial-table)
39127636 9067 (math-init-random-base, math-prime-test): Remove unnecessary calls
94c95a35
JB
9068 to `math-read-number-simple'.
9069
39127636 9070 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
94c95a35
JB
9071 (math-approx-gamma-const): Add docstrings.
9072
9073 * calc/calc-forms.el (math-julian-date-beginning)
ebc3ae14 9074 (math-julian-date-beginning-int): New constants.
39127636 9075 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
94c95a35
JB
9076 Use the new constants.
9077
9078 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9079
39127636
JB
9080 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9081 Add docstrings.
94c95a35 9082
cd42ec7d
SM
90832007-07-07 Tom Tromey <tromey@redhat.com>
9084
9085 * vc.el (vc-annotate): Jump to line and output message only after the
9086 process is really all done.
9087
7c33af85
SM
90882007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * vc.el (vc-exec-after): Don't move point from the sentinel.
9091 Forcefully read all the remaining text in the pipe upon process exit.
9092 (vc-annotate-display-autoscale, vc-annotate-lines):
9093 Don't stop at the first unrecognized line.
9094 (vc-annotate-display-select): Run autoscale after the process is done
9095 since it depends on the whole result.
9096
fc70e90f
EZ
90972007-07-07 Eli Zaretskii <eliz@gnu.org>
9098
9099 * term/w32-win.el (menu-bar-open): New function.
9100 Bind <f10> to it.
9101
7cb76caa
MA
91022007-07-07 Michael Albinus <michael.albinus@gmx.de>
9103
9104 * simple.el (start-file-process): New defun.
9105
0b7750a9
SM
91062007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9107
75f6af19
SM
9108 * files.el (find-file-confirm-nonexistent-file): Rename from
9109 find-file-confirm-inexistent-file. Update users.
9110
0b7750a9
SM
9111 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9112 format of autoload block where the file's time-stamp is replaced by its
9113 MD5 checksum.
9114 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9115 time-stamp for secondary autoloads files.
9116 (update-directory-autoloads): Remove duplicate entries.
9117 Use time-less-p for time-stamps, as done in autoload-find-destination.
9118
e90988a0
JB
91192007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9120
9121 * calc/calc.el (math-read-number): Replace number by variable.
9122 (math-read-number-simple): Properly parse small integers.
9123
dc5d263f
DN
91242007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9125
9126 * vc.el: Fix doc for the checkout function.
9127
a07e665b
DN
91282007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9129
9130 * vc-hg.el (vc-hg-root): New function.
9131 (vc-hg-registered): Use it.
9132 (vc-hg-diff-tree): New defalias.
9133 (vc-hg-responsible-p): Likewise.
9134 (vc-hg-checkout): Comment out, not needed.
9135 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9136 (vc-hg-find-version, vc-hg-next-version): New functions.
9137
78ddf12f
AS
91382007-07-06 Andreas Schwab <schwab@suse.de>
9139
9140 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9141 dynamic bindings around the evaluation of the expression.
9142 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9143
ddd7c238
SM
91442007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9147 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9148 Use run-hooks rather than run-mode-hooks.
9149
3fa5c462
JB
91502007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9151
9152 * calc/calc-comb.el (math-random-digit): Rename to
9153 `math-random-three-digit-number'.
9154 (math-random-digits): Don't depend on representation of integer.
9155
9156 * calc/calc-bin.el (math-bignum-logb-digit-size)
9157 (math-bignum-digit-power-of-two): New constants.
39127636
JB
9158 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9159 (math-not-bignum, math-clip-bignum): Use the constants
3fa5c462
JB
9160 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9161 instead of their values.
9162 (math-clip): Use math-small-integer-size instead of its value.
9163
9ae06d96
JB
9164 * calc/calc.el (math-add-bignum): Replace number by constant.
9165
61af0f39
CY
91662007-07-05 Chong Yidong <cyd@stupidchicken.com>
9167
ddd7c238
SM
9168 * wid-edit.el (widget-documentation-string-value-create):
9169 Insert indentation spaces.
61af0f39 9170
c1d478c3
TTN
91712007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9172
9173 * emacs-lisp/byte-opt.el: Revert last change.
9174
c2ba4a6b
DN
91752007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9176
9177 * vc-hooks.el (vc-handled-backends): Add HG.
9178
9179 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9180
f15ca944
SM
91812007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * complete.el (PC-do-complete-and-exit): Add support for the new
9184 `confirm-only' confirmation mode.
9185
2321b042
CY
91862007-07-05 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * cus-edit.el (custom-commands): New variable.
9189 (custom-tool-bar-map): New variable. Initialize using
9190 `custom-commands'.
9191 (custom-mode): Use `custom-tool-bar-map'.
9192 (custom-buffer-create-internal): Insert action buttons only if
9193 tool bar is not used. Use `custom-commands'.
9194 (Custom-help, custom-command-apply): New function.
9195 (custom-command-apply, Custom-set, Custom-save)
9196 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9197 Use `custom-command-apply' instead of duplicating code.
9198 (customize-group-other-window): Call `customize-group' instead of
9199 duplicating code.
9200 (customize-face-other-window): Call `customize-face' instead of
9201 duplicating code.
9202 (customize-group, customize-face): Add optional args for opening
9203 in another window.
9204 (custom-variable-tag): Don't inherit `variable-pitch' face.
9205 (custom-group-tag): Inherit `variable-pitch' face.
9206 (custom-variable-value-create): Set documentation indentation.
9207 (custom-group-value-create): Make group name a link, instead of
9208 using an extra "go to group" button.
9209 (custom-prompt-variable, custom-group-set, custom-group-save)
9210 (custom-group-reset-current, custom-group-reset-saved)
9211 (custom-group-reset-standard): Minor cleanup.
9212
978d4c87
TTN
92132007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9214
9215 * Makefile.in (bootstrap-prepare): When copying from
9216 ldefs-boot.el, make sure loaddefs.el is writeable.
9217
4c5cd2d2
TTN
9218 (bootstrap-prepare): Make $(lisp)/ps-print.el
9219 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9220
b33ac3b7
DN
92212007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9222
9223 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9224 only caller, and delete.
9225 (vc-hg-state): Deal with exceptions and only parse the output on
9226 successful return.
4ac3eac7
DN
9227 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9228 caller, and delete.
b33ac3b7
DN
9229 (vc-hg-workfile-version): Deal with exceptions and only parse the
9230 output on successful return.
4ac3eac7 9231 (vc-hg-revert): New function.
b33ac3b7 9232
b4739e5d
JB
92332007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9234
9235 * calculator.el (calculator-expt): Use more cases to determine
9236 the value.
9237
c89d0fd4 92382007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 9239
c89d0fd4
MB
9240 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9241 file names.
6fee106e 9242
f50347a9
JB
92432007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9244
9245 * calculator.el (calculator-expt, calculator-integer-p):
9246 New functions.
9247 (calculator-fact): Check to see if the factorial will be too
9248 large before computing it.
9249 (calculator-initial-operators): Use `calculator-expt' to
9250 compute "^".
9251 (calculator-mode): Mention that results which are too large
9252 will return inf.
aa9f2751
JB
9253 * calc/calc-comb.el (math-small-factorial-table): Replace list
9254 by vector.
f50347a9 9255
b71f9bdb
DK
92562007-07-03 David Kastrup <dak@gnu.org>
9257
9258 * shell.el: On request of the authors, remove their addresses for
9259 the sake of bug reports, and add the developer list address as
9260 maintainer information.
9261
cf84d3ce
RS
92622007-07-03 Richard Stallman <rms@gnu.org>
9263
9264 * files.el (make-directory): Doc fix.
9265 (find-file-confirm-inexistent-file): Make it a defcustom.
9266 Make nil the default.
9267
92682007-07-02 Richard Stallman <rms@gnu.org>
9269
9270 * startup.el (command-line): Set buffer-offer-save in *scratch*
9271 and enable auto-save in it.
9272
39586cf3
CD
92732007-07-02 Carsten Dominik <dominik@science.uva.nl>
9274
9275 * textmodes/org.el (orgstruct-mode-map): New variable.
9276 (orgstruct-mode): New minor mode.
9277 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9278 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9279 (org-run-like-in-org-mode): New functions.
9280 (org-cycle-list-bullet): New command.
9281 (org-special-properties, org-property-start-re)
9282 (org-property-end-re): New constants.
9283 (org-with-point-at): New macro.
9284 (org-get-property-block, org-entry-properties, org-entry-get)
9285 (org-entry-delete, org-entry-get-with-inheritance)
9286 (org-entry-put, org-buffer-property-keys): New functions.
9287 (org-insert-property-drawer): New command.
9288 (org-entry-property-inherited-from): New variable.
9289 (org-column): New face.
9290 (org-column-overlays, org-current-columns-fmt)
9291 (org-current-columns-maxwidths, org-column-map): New variables.
9292 (org-column-menu): New menu.
9293 (org-new-column-overlay, org-overlay-columns)
9294 (org-overlay-columns-title, org-remove-column-overlays)
93137d49
JB
9295 (org-column-show-value, org-column-quit, org-column-edit):
9296 New functions.
39586cf3
CD
9297 (org-columns, org-agenda-columns): New commands.
9298 (org-get-columns-autowidth-alist): New functions.
9299 (org-properties): New customize group.
9300 (org-default-columns-format): New option.
9301 (org-priority): Realign tags after changing priority.
9302 (org-preserve-lc): New macro.
9303 (org-update-checkbox-count): Catch case when there is no headline.
9304 (org-agenda-quit): Remove any column overlays.
9305 (org-beginning-of-item-list): Fixed bug when non-item line is
9306 indented too deep.
9307 (org-cached-props): New variable.
9308 (org-cached-entry-get): New function.
9309 (org-make-tags-matcher): Handle property matches.
9310 (org-table-recalculate): Swap evaluation order: Field formula
9311 first, then column formulas, but don't allow them to overwrite the
9312 field formulas.
9313 (org-table-eval-formula): New argument untouchable.
9314 (org-table-put-field-property): New function.
9315
e8749da6
MR
93162007-07-02 Martin Rudalics <rudalics@gmx.at>
9317
39127636 9318 * help-mode.el (help-make-xrefs): Skip spaces too when
e8749da6
MR
9319 skipping tabs.
9320
9321 * ffap.el (dired-at-point-prompter): Improve prompt in
9322 list-directory case.
9323
c89d0fd4 93242007-07-01 Richard Stallman <rms@gnu.org>
6fee106e 9325
c89d0fd4 9326 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6fee106e 9327
b1916c6e
RS
93282007-07-01 Richard Stallman <rms@gnu.org>
9329
9330 * cus-start.el (max-mini-window-height): Added.
9331
93322007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9333
9334 * complete.el (partial-completion-mode): Remove advice of
4c5cd2d2 9335 read-file-name-internal.
b1916c6e
RS
9336 (PC-do-completion): Rebind minibuffer-completion-table.
9337 (PC-read-file-name-internal): New function doing what
9338 read-file-name-internal advice did.
9339
ed2f6a47
TTN
93402007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9341
9342 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9343 property on a few symbols.
9344 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9345 (byte-optimize-lapcode): Remove bindings that are not referenced
9346 and certainly will not effect through dynamic scoping.
9347
14fd09e5
SM
93482007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * files.el (find-file-confirm-inexistent-file): New var.
9351 (find-file, find-file-other-window, find-file-other-frame)
9352 (find-file-read-only, find-file-read-only-other-window)
9353 (find-file-read-only-other-frame): Use it.
9354
f61fd6b7
SM
93552007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9358
bd1bb1c7
JB
93592007-06-29 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * generic-x.el (generic-define-mswindows-modes)
9362 (generic-define-unix-modes, apache-log-generic-mode)
9363 (bat-generic-mode-keymap, java-manifest-generic-mode)
9364 (show-tabs-generic-mode): Fix typos in docstrings.
9365
0ffab1eb
TTN
93662007-06-29 Ryan Yeske <rcyeske@gmail.com>
9367
9368 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
bd1bb1c7 9369 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
0ffab1eb
TTN
9370 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9371 (rcirc-print): Never ignore messages from ourself.
9372
0ffaebf0
SM
93732007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9376 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9377
e1e16897
JD
93782007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9379
9380 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9381 replace-regexp-in-string.
9382
b68f6e48
SM
93832007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * emacs-lisp/cl.el: Set edebug and indentation before loading
9386 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9387
dd8d430f
AS
93882007-06-28 Andreas Schwab <schwab@suse.de>
9389
9390 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9391 $(lisp)/subdirs.el.
9392
d9d0113f
JB
93932007-06-28 Juanma Barranquero <lekktu@gmail.com>
9394
9395 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9396 the speedbar frame if nil; that deletes the current frame or
9397 causes an error if it is the only frame.
9398 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9399
cd7c4fc5
TTN
94002007-06-28 Kevin Ryde <user42@zip.com.au>
9401
9402 * textmodes/nroff-mode.el: Groff \# comments.
9403 (nroff-mode-syntax-table): \# comment intro,
9404 plain # as punct per global table.
9405 (nroff-font-lock-keywords): Add # as a single char escape.
9406 (nroff-mode): In comment-start-skip, match \#.
9407
360cf7bc
SM
94082007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9411 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9412 point-min == 1.
9413
8315a3b5
NR
94142007-06-28 Nick Roberts <nickrob@snap.net.nz>
9415
360cf7bc
SM
9416 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9417 Rename and move to...
8315a3b5
NR
9418
9419 * subr.el (strings->string, string->strings): ...here.
9420
9421 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9422 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9423
9424 * progmodes/gud.el (gud-common-init): Call string->strings instead
9425 of split-string.
9426
4a725859
MA
94272007-06-27 Michael Albinus <michael.albinus@gmx.de>
9428
9429 * dired-aux.el: Remove `dired-call-process'.
9430 (dired-check-process): Call `process-file'.
9431
9432 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9433
9434 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9435 `ange-ftp-process-file'.
9436
413d6d87
SM
94372007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9438
dbc65a5e
SM
9439 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9440
9441 * emacs-lisp/cl-extra.el:
9442 * emacs-lisp/cl-seq.el:
9443 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9444 Add autoload cookies on all defs autoloaded manually in cl.el.
9445
9446 * emacs-lisp/cl-loaddefs.el: New file.
9447
36c6bc15
SM
9448 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9449 (texinfo-lowersections-alist): Merge definition and declaration.
9450 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9451 (texinfo-format-syntax-table): Merge init into declaration.
9452 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9453 (texinfo-format-parse-defun-args, texinfo-format-node)
9454 (texinfo-push-stack, texinfo-multitable-widths)
9455 (texinfo-define-info-enclosure, texinfo-alias)
9456 (texinfo-format-defindex, batch-texinfo-format): Use push.
9457 (texinfo-footnote-number): Remove duplicate declaration.
9458
231f3e66
SM
9459 * ps-print.el: Update with auto-generated autoloads.
9460
413d6d87
SM
9461 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9462
0b0dad41
SM
94632007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9464
438d6bb6
SM
9465 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9466 relative to current dir for file-local settings.
9467 (autoload-generate-file-autoloads): Add `outfile' arg.
9468 (update-directory-autoloads): Use it to directly call
9469 autoload-generate-file-autoloads instead of going through
9470 update-file-autoloads so we avoid redundant searches and so we can know
9471 the set of buffers changed so we can save them all.
9472
1fad2b12
SM
9473 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9474 rather than throwing `up-to-date'.
9475 (autoload-generate-file-autoloads): Adjust correspondingly.
9476 (update-file-autoloads): Be careful to let-bind
9477 autoload-modified-buffers and adjust to new calling conventions.
9478 (autoload-modified-buffers): Make it a dynamically scoped var.
9479 (update-directory-autoloads): Use file-relative-name instead of
9480 autoload-trim-file-name.
9481 (autoload-insert-section-header): Don't use autoload-trim-file-name
9482 since the file is already relative now.
9483 (autoload-trim-file-name): Remove.
9484
56dada42
SM
9485 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9486 (vc-arch-complete, vc-arch--version-completion-table)
9487 (vc-arch-revision-completion-table): New functions to provide
9488 completion of revision names.
9489 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9490 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9491 to let the user trim the revlib.
9492
4d83a657
SM
9493 * vc.el: Add new VC operation `revision-completion-table'.
9494 (vc-default-revision-completion-table): New function.
9495 (vc-version-diff, vc-version-other-window): Use it to provide
9496 completion of revision names if the backend provides it.
9497
0b0dad41
SM
9498 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9499
9500 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9501 of newer .svn/entries.
9502
fed082a0
DK
95032007-06-25 David Kastrup <dak@gnu.org>
9504
9505 * calc/calc-poly.el (math-padded-polynomial)
9506 (math-partial-fractions): Add some function comments.
9507
986c5ad5
SM
95082007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9511 Make `outbuf' optional.
9512 (update-file-autoloads): Use it.
9513
57536a83
SM
95142007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9515
e66466a6
SM
9516 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9517 (autoload-find-destination): Keep it uptodate.
9518 (autoload-save-buffers): New fun.
9519 (update-file-autoloads): Use it. Re-add the "up to date" message.
9520
57536a83
SM
9521 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9522 (autoload-find-destination): New function extracted from
9523 update-file-autoloads.
9524 (update-file-autoloads): Use it.
ceea9b18
SM
9525 (autoload-generate-file-autoloads): New function extracted from
9526 generate-file-autoloads. Use file-relative-name. Delay computation of
9527 output-start to the first cookie. Remove done-any, replaced by
9528 output-start.
9529 (generate-file-autoloads): Use it.
57536a83 9530
40cddce8
JB
95312007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9532
d9d0113f 9533 * calc/calc-comb.el (math-init-random-base, math-prime-test):
40cddce8
JB
9534 Use math-read-number-simple to insert constants.
9535 (math-prime-test): Redo calculation of sum.
9536
98888d77
JB
9537 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9538
57536a83 9539 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
98888d77
JB
9540 math-scale-bignum-3.
9541 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9542 math-bignum-digit-size.
9543 (math-isqrt-small): Add another possible initial guess.
9544
2793c9bb
RW
95452007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9546
9547 * textmodes/bibtex.el (bibtex-entry-format): New options
9548 `whitespace', `braces', and `string'.
9549 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9550 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9551 (bibtex-cite-matcher-alist): New variables.
9552 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9553 (bibtex-flash-head): Use blink-matching-delay.
9554 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9555 (bibtex-format-entry, bibtex-reformat): Handle new options of
9556 bibtex-entry-format.
57536a83
SM
9557 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9558 New functions.
2793c9bb
RW
9559 (bibtex-complete-internal): Do not display messages while
9560 minibuffer is used. Do not leave around a completions buffer
9561 that is out of date.
9562 (bibtex-copy-summary-as-kill): New optional arg.
9563 (bibtex-font-lock-url): New optional arg no-button.
9564 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9565 (bibtex-url): Allow multiple URLs per entry.
dbb7d404 9566
3b979520
SM
95672007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9570 (update-file-autoloads, update-directory-autoloads): Use it.
9571 (autoload-file-load-name): New function.
9572 (generate-file-autoloads, update-file-autoloads): Use it.
9573 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9574 (generate-file-autoloads): If the autoloaded form is malformed,
9575 indicate the problem with a warning instead of aborting.
9576
28adf31c
TTN
95772007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9578
9579 * simple.el (next-error-recenter): Accept `(4)' as well;
9580 also, specify `integer' instead of `number'.
9581
56fbb895
EZ
95822007-06-23 Eli Zaretskii <eliz@gnu.org>
9583
9584 * ls-lisp.el (insert-directory): If an invalid regexp error is
9585 thrown, try using FILE as a literal file name, not a wildcard.
9586
5bcacaac
JB
95872007-06-23 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9590 `header-line-format' when reentering ruler mode.
9591
2199cb47
EZ
95922007-06-23 Eli Zaretskii <eliz@gnu.org>
9593
9594 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
a65473ab 9595 FILE exists as a file.
2199cb47 9596
a6d107f1
JB
95972007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9598
9599 * calc/calc.el (math-bignum-digit-length)
5bcacaac 9600 (math-bignum-digit-size, math-small-integer-size):
a6d107f1 9601 New constants.
5bcacaac
JB
9602 (math-normalize, math-bignum-big, math-make-float)
9603 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9604 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
d9d0113f 9605 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
5bcacaac
JB
9606 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9607 (math-quotient, math-div-bignum, math-div-bignum-digit)
9608 (math-div-bignum-part, math-format-bignum-decimal)
a6d107f1
JB
9609 (math-read-bignum): Use math-bignum-digit-length,
9610 math-bignum-digit-size and math-small-integer-size.
9611
6f8b1d28
JB
9612 * calc/calc-ext.el (math-fixnum-big): Use the variable
9613 math-bignum-digit-size.
9614
d621bc0a
DN
96152007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9616
d621bc0a
DN
9617 * log-view.el (log-view-mode-menu): New menu.
9618
11a4edc2
SM
96192007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9620
d8e4eadf
SM
9621 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9622 differently.
9623
11a4edc2
SM
9624 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9625 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9626
7c1912af
DN
96272007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9628
9629 * vc-hg.el (vc-hg-print-log): Insert the file name.
9630 (vc-hg-log-view-mode): Fontify the file name.
9631
092c4936
JB
96322007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9633
5bcacaac
JB
9634 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9635 (calcFunc-julian): Fix incorrect number used in calculations.
092c4936 9636
446b609e
TTN
96372007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9638
9639 * simple.el (next-error-recenter): New defcustom.
9640 (next-error, next-error-internal): Recenter if specified,
9641 immediately prior to running `next-error-hook'.
9642
77a2bb53
TTN
9643 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9644 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9645
31a0385d
TTN
9646 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9647
3e9c6b0a
JB
96482007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9649
9650 * calc/calc-comb.el (math-small-factorial-table): New variable.
9651 (calcFunc-fact): Use `math-small-factorial-table'.
9652
9653 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9654 initial values.
e404adfe 9655 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
3e9c6b0a
JB
9656 New variables to use in caches.
9657
5bcacaac
JB
9658 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9659 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
3e9c6b0a 9660
e404adfe 9661 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
3e9c6b0a
JB
9662 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9663 bignums.
9664
9665 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9666 New variables to use in caches.
9667
d797e643
DN
96682007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9669
e404adfe 9670 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5ec05779 9671
d797e643
DN
9672 * vc-hg.el (vc-hg-log-view-mode): New mode.
9673
1f26c380
JB
96742007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9675
9676 * calc/calc.el (math-read-number-simple): New function.
9677
e404adfe 96782007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
e96e1531 9679
93137d49 9680 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
e96e1531
DN
9681 (vera-font-lock-match-item): Fix doc string.
9682 (vera-in-comment-p): Remove unused function.
5bcacaac 9683 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
e96e1531
DN
9684 use `syntax-ppss'.
9685 (vera-forward-syntactic-ws): Fix argument order.
9686 (vera-prepare-search): Use `with-syntax-table'.
9687 (vera-indent-line): Fix doc string.
9688 (vera-electric-tab): Fix doc string.
9689 (vera-expand-abbrev): Define alias instead of using `fset'.
9690 (vera-comment-uncomment-region): Use `comment-start-skip'.
9691
dddf9c0c
CD
96922007-06-21 Carsten Dominik <dominik@science.uva.nl>
9693
5bcacaac 9694 * textmodes/org.el (org-export-with-footnotes): New option.
e404adfe 9695 (org-export-as-html): Fix replacement bug for XEmacs.
446b609e 9696 (org-agenda-default-appointment-duration): New option.
dddf9c0c 9697
cdaf01cc
DN
96982007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9699
9700 * vc-hg.el: Add to do items.
9701 (vc-hg-diff): Add support for comparing different revisions.
9702 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9703 (vc-hg-annotate-extract-revision-at-line)
9704 (vc-hg-previous-version, vc-hg-checkin): New functions.
9705 (vc-hg-annotate-re): New constant.
9706
eaea8b1d
JB
97072007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9708
5bcacaac 9709 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
eaea8b1d 9710
37a5e97a
SM
97112007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9712
d8e4eadf
SM
9713 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9714 buffer-local value of log-view-*-re if applicable.
9715
9716 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9717 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9718 (vc-bzr-command*): Remove both (incompatible) versions.
9719 (vc-bzr-do-command*): Remove.
9720 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9721 Remove by folding into its only caller vc-bzr-command.
9722 (vc-bzr-command): Always set the environment, even when ineffective.
9723 (vc-bzr-version): Minor fix up.
9724 (vc-bzr-admin-dirname): New var.
9725 (vc-bzr-bzr-dir): Remove.
9726 (vc-bzr-root-dir): New fun.
9727 (vc-bzr-registered): Use it. Add an autoloaded version.
9728 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9729 (vc-bzr-view-log-function): Remove.
9730 (vc-bzr-log-view-mode): New major mode to replace it.
9731 (vc-bzr-print-log): Only activate the old hack if needed.
9732
37a5e97a
SM
9733 * vc.el (vc-default-log-view-mode): New function.
9734 (vc-print-log): Add new `log-view-mode' VC operation.
9735
794855ca
JB
97362007-06-20 Juanma Barranquero <lekktu@gmail.com>
9737
8eb17675
JB
9738 * ido.el (ido-find-file-in-dir): Don't signal an error for
9739 empty directories.
9740
ccf0d2ca
JB
9741 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9742
794855ca
JB
9743 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9744 directory where the desktop file was found, as the docstring says.
9745 (desktop-kill): Use `read-directory-name'.
9746
7e7db9fc
AM
97472007-06-20 Alan Mackenzie <acm@muc.de>
9748
9749 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9750 When removing lines, also remove the \n. Correction of patch of
9751 2007-04-21.
794855ca 9752
ea3da5b9
MR
97532007-06-20 Martin Rudalics <rudalics@gmx.at>
9754
9755 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9756 event is not a cons cell. Do not unread drag-mouse-1 events.
9757 Select right window in check whether space was stolen from
9758 window above.
9759
9760 * help-mode.el (help-make-xrefs): Adjust position of new forward
9761 button.
9762
77b5d458
SM
97632007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9764
9765 * vc-bzr.el (vc-bzr-with-process-environment)
9766 (vc-bzr-std-process-invocation): New macros.
9767 (vc-bzr-command, vc-bzr-command*): Use them.
9768 (vc-bzr-with-c-locale): Remove.
9769 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9770 (vc-bzr-buffer-nonblank-p): New function.
9771 (vc-bzr-state-words): New const.
e4a7fe73 9772 (vc-bzr-state): Look for `bzr status' keywords in output.
77b5d458
SM
9773 Display everything else as a warning message to the user.
9774 Fix status report with bzr >= 0.15.
9775
248c6645
DN
97762007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9777
9778 * vc-hg.el (vc-hg-global-switches): Simplify.
9779 (vc-hg-state): Handle more states.
9780 (vc-hg-diff): Fix doc-string.
9781 (vc-hg-register): New function.
9782 (vc-hg-checkout): Likewise.
9783
794855ca 97842007-06-20 Reto Zimmermann <reto@gnu.org>
37d4643c
DN
9785
9786 * progmodes/vera-mode.el: New file.
9787
89046ea5
JB
97882007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9789
9790 * calc/calc.el (calc-multiplication-has-precendence):
9791 New variable.
5bcacaac 9792 (math-standard-ops, math-standard-ops-p, math-expr-ops):
89046ea5
JB
9793 New functions.
9794 (math-expr-opers): Define using math-standard-ops rather than
9795 math-standard-opers.
9796 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9797 equal the function math-standard-ops rather than the variable
9798 math-standard-opers.
9799 (calc-algebraic-entry): Let math-expr-opers equal
9800 math-standard-ops or math-expr-ops, as appropriate.
5bcacaac 9801 (math-expr-read-level, math-read-factor): Let math-expr-opers
89046ea5
JB
9802 equal math-expr-ops.
9803 * calc/calc-embed.el (calc-embedded-finish-edit):
9804 Let math-expr-opers equal the function math-standard-ops
9805 rather than the variable math-standard-opers.
9806 * calc/calc-ext.el (math-read-plain-expr)
9807 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9808 function math-standard-ops rather than the variable
9809 math-standard-opers.
5bcacaac 9810 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
89046ea5
JB
9811 Let math-expr-opers equal the function math-standard-ops rather
9812 than the variable math-standard-opers.
9813 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9814 equal the function math-standard-ops rather than the variable
9815 math-standard-opers.
9816 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9817 equal the function math-standard-ops rather than the variable
9818 math-standard-opers.
9819 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9820 math-expr-ops.
9821
794855ca 98222007-06-19 Ivan Kanis <apple@kanis.eu>
61223448
DN
9823
9824 * vc-hg.el: New file.
9825
e404adfe
SM
98262007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9829 with font-lock-multiline.
9830
446ac170
GM
98312007-06-17 Glenn Morris <rgm@gnu.org>
9832
9833 * lpr.el (lpr-page-header-switches): Move %s to separate element
9834 for correct quoting. Doc fix.
9835
5d503af9
SM
98362007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9839 than setting sgml-xml-mode.
9840 (sgml-mode, html-mode): Set sgml-xml-mode.
9841 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9842 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9843 (sgml-electric-tag-pair-before-change-function)
9844 (sgml-electric-tag-pair-flush-overlays): New functions.
9845 (sgml-electric-tag-pair-mode): New minor mode.
9846 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9847 (sgml-calculate-indent): Use assoc-string.
9848
86265518
KF
98492007-06-16 Karl Fogel <kfogel@red-bean.com>
9850
9851 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9852 chars before the "@" in an email address. Andreas Roehler noticed
9853 this problem.
9854
baef4cbe
KF
98552007-06-15 Karl Fogel <kfogel@red-bean.com>
9856
9857 * thingatpt.el: Add support for email addresses (`email').
9858 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9859 (thing-at-point-email-regexp): New variable.
9860 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9861 properties on this symbol, with lambda forms for values.
5d503af9 9862
1bd8df7e
MY
98632007-06-15 Masatake YAMATO <jet@gyve.org>
9864
5d503af9 9865 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
b32ce4c3 9866
5d503af9 9867 * vc.el (vc-dired-hook): Check the backend returned from
1bd8df7e
MY
9868 `vc-responsible-backend' can really handle `subdir'.
9869
1f0abf8f
CY
98702007-06-15 Chong Yidong <cyd@stupidchicken.com>
9871
5d503af9
SM
9872 * wid-edit.el (widget-add-documentation-string-button):
9873 Fix handling of documentation indent.
1f0abf8f 9874
5f728b01
KS
98752007-06-15 Miles Bader <miles@fencepost.gnu.org>
9876
9877 * mb-depth.el: New file.
9878
3827b532
MY
98792007-06-15 Masatake YAMATO <jet@gyve.org>
9880
9881 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9882
f0db902e
CY
98832007-06-14 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * wid-edit.el (widget-default-create): Move ?h handling here...
9886 (widget-default-format-handler): ...from here.
9887 (widget-docstring, widget-add-documentation-string-button): New funs.
9888 (documentation-string): Add :visibility-widget property.
9889 (widget-documentation-string-value-create): Use it.
9890
9891 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9892 (custom-buffer-create-internal): Simplify message.
9893 (custom-variable-tag): Reduce height to normal.
9894 (custom-variable-value-create, custom-face-value-create)
9895 (custom-visibility): New widget.
9896 (custom-visibility): New face.
5d503af9
SM
9897 (custom-group-value-create):
9898 Call widget-add-documentation-string-button, using `custom-visibility'.
f0db902e 9899
3ab6a7ae
SM
99002007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9903 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9904 change. Apparently the "warning even if the group is implicit" is
9905 a feature rather than a bug.
9906
33af2b6e 99072007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
3ab6a7ae 9908
93137d49
JB
9909 * emulation/viper.el (viper-describe-key-ad)
9910 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9911 Compile them conditionally.
794855ca 9912 (viper-version): Belated version change.
3ab6a7ae 9913
2dde79d8
JB
99142007-06-14 Juanma Barranquero <lekktu@gmail.com>
9915
9916 * follow.el (follow-all-followers, follow-generic-filter):
9917 * pcomplete.el (pcomplete-restore-windows):
9918 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9919 (x-dnd-drop-data):
9920 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9921 * progmodes/python.el (python-complete-symbol):
9922 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9923
195eca78
SM
99242007-06-13 Ryan Yeske <rcyeske@gmail.com>
9925
93137d49 9926 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
78a264f4 9927 around bright and dim regexps. Make sure bright and dim matches
195eca78
SM
9928 use word anchors. Send text through rcirc-markup functions.
9929 (rcirc-url-regexp): Add single quote character.
9930 (rcirc-connect): Write logs to disk on auto-save-hook.
9931 Make server a non-optional argument.
9932 (rcirc-log-alist): New variable.
9933 (rcirc-log-directory): Make customizable.
9934 (rcirc-log-flag): New customizable variable.
9935 (rcirc-log): New function.
9936 (rcirc-print): Use above function.
9937 (rcirc-log-write): New function.
9938 (rcirc-generate-new-buffer-name): Strip text properties.
9939 (rcirc-switch-to-buffer-function): Remove variable.
9940 (rcirc-last-non-irc-buffer): Remove variable.
9941 (rcirc-non-irc-buffer): Add function.
9942 (rcirc-next-active-buffer): Use above function.
9943 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9944 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9945 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9946 (rcirc-omit-mode): Add minor-mode.
9947 (rcirc-mode-map): Change C-c C-o binding.
78a264f4 9948 (rcirc-mode): Clear mode-line-process. Use a custom
195eca78
SM
9949 fill-paragraph-function. Set up buffer-invisibility-spec.
9950 (rcirc-response-formats): Remove timestamp code.
9951 (rcirc-omit-responses): Add variable.
9952 (rcirc-print): Don't put the overlay arrow on potentially omitted
9953 lines. Log line to disk. Record activity for private messages
9954 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9955 (rcirc-jump-to-first-unread-line): Print message if there is no
9956 unread text.
9957 (rcirc-clear-unread): New function.
9958 (rcirc-markup-text-functions): Add variable.
9959 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9960 (rcirc-debug): Don't mess with window configuration.
9961 (rcirc-send-message): Send message before printing locally.
9962 Add SILENT argument, do not print message if non-nil.
9963 (rcirc-visible-buffers): New function and variable.
9964 (rcirc-window-configuration-change-1): Add function.
9965 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9966 server buffer.
9967 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9968 (rcirc-fill-paragraph): Add function.
9969 (rcirc-record-activity, rcirc-window-configuration-change-1):
9970 Only update the activity string if it has actually changed.
9971 (rcirc-update-activity-string): Remove padding characters from the
9972 mode-line string.
9973 (rcirc-disconnect-buffer): New function to be called when a
9974 channel is parted or the user quits.
9975 (rcirc-server-name): Warn when the server-name hasn't been set.
9976 (rcirc-window-configuration-change): Postpone work until
9977 post-command-hook.
9978 (rcirc-window-configuration-change-1): Update mode-line and
9979 overlay arrows here.
c89d0fd4 9980 (rcirc-authenticate): Fixc hanserv identification.
195eca78
SM
9981 (rcirc-default-server): Remove variable.
9982 (rcirc): Connect according to rcirc-connections.
9983 (rcirc-connections): Add variable.
9984 (rcirc-startup-channels-alist): Remove variable.
9985 (rcirc-startup-channels): Remove function.
9986
97311ec3
SM
99872007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9990
ecda6582
DN
99912007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9992
97311ec3
SM
9993 * term/xterm.el (terminal-init-xterm): Escape parens in character
9994 constants.
ecda6582 9995
b4c4ba41
SM
99962007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9997
4f3a3368
SM
9998 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9999 Use [:alpha:] and [:alnum:] where applicable.
10000 (sh-quoted-subshell): Rewrite to correctly
e4a7fe73 10001 handle nested mixes of `...' and $(...).
4f3a3368
SM
10002 (sh-apply-quoted-subshell): Remove.
10003 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10004
b4c4ba41
SM
10005 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10006
3ab7e318
GM
100072007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10008
10009 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10010 previous change.
10011
1d5c7d45
CY
100122007-06-12 Tom Tromey <tromey@redhat.com>
10013
10014 * subr.el (user-emacs-directory): New defconst.
b4c4ba41
SM
10015 * cmuscheme.el (scheme-start-file):
10016 * shell.el (shell):
10017 * completion.el (save-completions-file-name):
10018 * custom.el (custom-theme-directory):
10019 * term/x-win.el (emacs-session-filename):
10020 * filesets.el (filesets-menu-cache-file):
10021 * thumbs.el (thumbs-thumbsdir):
10022 * server.el (server-auth-dir):
10023 * image-dired.el (image-dired-dir):
10024 (image-dired-db-file):
10025 (image-dired-temp-image-file):
10026 (image-dired-gallery-dir):
10027 (image-dired-temp-rotate-image-file):
10028 * play/gamegrid.el (gamegrid-user-score-file-directory):
10029 * savehist.el (savehist-file):
10030 * tutorial.el (tutorial--saved-dir):
10031 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1d5c7d45 10032
eeb40825
CY
100332007-06-12 Ralf Angeli <angeli@caeruleus.net>
10034
10035 * scroll-lock.el (scroll-lock-mode): Doc fix.
10036
77c57270 100372007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
c13f8e66
JB
10038
10039 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10040
10041 * ediff-init.el: Doc strings.
10042
b8104a2b
SM
100432007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10046 (byte-compile-file): Bind it.
10047 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10048 group argument is provided implicitly.
10049 (byte-compile-format-warn, byte-compile-from-buffer)
10050 (byte-compile-insert-header): Don't hardcode point-min==1.
10051 (byte-compile-file-form-require): Remove unused var old-load-list.
10052 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10053
ac64a728 100542007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
0794ad3b
JB
10055
10056 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
c13f8e66 10057 Display error messages.
0794ad3b
JB
10058 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10059 Get rid of cl.el dependencies.
10060
10061 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10062 New variable.
10063 (viper-activate-input-method-action)
10064 (viper-inactivate-input-method-action):
10065 Use viper-suppress-input-method-change-message.
10066
10067 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10068 for C-s, C-r.
10069
10070 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10071 Use viper-replace-overlay-cursor-color instead of
ac64a728 10072 viper-replace-overlay-cursor-color.
0794ad3b
JB
10073 (viper-sit-for-short): Use sit-for with 3 arguments.
10074
10075 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10076 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10077 to gud-mode.
10078
10079 * ediff-mult.el (ediff-meta-buffer-brief-message)
10080 (ediff-meta-buffer-verbose-message): New variables.
10081 (ediff-meta-buffer-message): Variable deleted.
10082 (ediff-verbose-help-enabled): New variable.
10083 (ediff-toggle-verbose-help-meta-buffer): New function.
10084 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
78a264f4 10085 message options.
0794ad3b
JB
10086
10087 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
b8104a2b 10088 (ediff-fixup-patch-map): Improve heuristic.
0794ad3b 10089
95588f91
SM
100902007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10093 (log-view-font-lock-keywords): Simplify.
10094 (log-view-current-file, log-view-current-tag): Simplify.
10095
e7053211
SS
100962007-06-12 Sam Steingold <sds@gnu.org>
10097
10098 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10099
1f7efe1b
JB
101002007-06-12 Juanma Barranquero <lekktu@gmail.com>
10101
10102 * desktop.el (desktop-load-locked-desktop): New option.
10103 (desktop-read): Use it.
10104 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10105 Use `when'.
10106
e88110db
JB
101072007-06-12 Davis Herring <herring@lanl.gov>
10108
10109 * desktop.el (desktop-save-mode-off): New function.
10110 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10111 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10112 (desktop-claim-lock, desktop-release-lock): New functions.
10113 (desktop-kill): Tell `desktop-save' that this is the last save.
10114 Release the lock afterwards.
10115 (desktop-buffer-info): New function.
794855ca 10116 (desktop-save): Use it. Run `desktop-save-hook' where the doc
e88110db
JB
10117 says to. Detect conflicts, and manage the lock.
10118 (desktop-read): Detect conflicts. Manage the lock.
10119
86dd4d03
SM
101202007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10121
c8791c6a
SM
10122 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10123
86dd4d03
SM
10124 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10125 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
794855ca 10126 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
86dd4d03
SM
10127 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10128 keysyms rather than byte sequences.
10129 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10130
7e76cdd8 101312007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
b647fc07 10132
7e76cdd8
MB
10133 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10134 half-activated, forcefully activate it completely.
c6b98d9f 10135
7e76cdd8 101362007-06-11 Richard Stallman <rms@gnu.org>
7dfc4cda 10137
7e76cdd8 10138 * cus-edit.el (custom-variable-type): Doc fix.
7dfc4cda 10139
ede96990
SM
101402007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10141
935e6b79
SM
10142 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10143 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10144 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10145 different possible cases for \'.
10146
b4879b43
SM
10147 * complete.el (PC-bindings): Don't bind things already bound in the
10148 parent keymap.
10149
ede96990
SM
10150 * textmodes/bibtex-style.el: New file.
10151
b6e0e86c
SM
101522007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10153
10154 * vc-bzr.el: New file.
10155
e4cc3f57
SM
101562007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * vc-svn.el (vc-svn-program): New var.
10159 (vc-svn-command): Use it.
10160
60b4b298
JB
101612007-06-11 Juanma Barranquero <lekktu@gmail.com>
10162
10163 * server.el (server-switch-buffer): Remove redundant check.
10164
7940bf7d
MR
101652007-06-10 Martin Rudalics <rudalics@gmx.at>
10166
60b4b298
JB
10167 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10168 Match against file-name-nondirectory.
7940bf7d
MR
10169 Fix text on user customization variables.
10170 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10171
ab3c4f67
TTN
101722007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10173
10174 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10175
9258f2ef
JB
101762007-06-09 Davis Herring <herring@lanl.gov>
10177
10178 * desktop.el (desktop-minor-mode-table): Doc fix.
10179
e0602e9a
SM
101802007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * textmodes/css-mode.el (css-navigation-syntax-table):
10183 Use set-char-table-range so it also works in the unicode branch.
10184
da38057d
NR
101852007-06-08 Nick Roberts <nickrob@snap.net.nz>
10186
10187 * help-mode.el (help-xref-forward-stack)
10188 (help-xref-stack-forward-item, help-forward-label): New variables.
10189 (help-forward): New button type.
10190 (help-setup-xref): Initialise help-xref-forward-stack.
10191 (help-make-xrefs): Add forward button, if appropriate.
10192 (help-xref-go-back): Push item on forward stack.
10193 (help-xref-go-forward, help-go-forward): New functions.
10194
3266db2a
CY
101952007-06-07 Chong Yidong <cyd@stupidchicken.com>
10196
10197 * dired.el (dired-mode-map): Remove spurious separator.
10198
d505c598
JB
101992007-06-07 Juanma Barranquero <lekktu@gmail.com>
10200
00a2367d
JB
10201 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10202
f02ac02f 10203 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
d505c598
JB
10204 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10205
f5440e98
CD
102062007-06-07 Carsten Dominik <dominik@science.uva.nl>
10207
10208 * textmodes/org.el: Version number fixed.
10209
236a4178
GM
102102007-06-07 Glenn Morris <rgm@gnu.org>
10211
c74c9bac 10212 * version.el (emacs-copyright): New constant.
23d0be64 10213 * startup.el (fancy-splash-tail): Use emacs-copyright.
d16c1140
GM
10214 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10215
04cc80ae
GM
10216 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10217 `make-local'.
10218 (byte-compile-warnings-safe-p): Add `make-local'.
e0602e9a
SM
10219 (byte-compile-make-variable-buffer-local):
10220 Allow byte-compile-warnings to suppress this warning.
04cc80ae 10221
91ffa536
GM
10222 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10223 format of "menu" description.
10224 (tutorial--find-changed-keys): Describe the specific menu a
10225 command is in.
10226
236a4178
GM
10227 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10228 Rewrite compatibility functions to silence byte-compiler.
10229
ba48a401
GM
102302007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10231
10232 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10233 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10234
14e28223
GM
102352007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10236
d505c598 10237 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
14e28223 10238
7316fa39
JB
102392007-06-07 Juanma Barranquero <lekktu@gmail.com>
10240
10241 * progmodes/ebrowse.el (ebrowse-member-table):
10242 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10243 (org-batch-agenda-csv): Fix typos in docstrings.
10244
2efed646
JB
102452007-06-06 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10248 (sort-coding-systems, search-unencodable-char): Doc fixes.
10249 (coding-system-change-eol-conversion, set-default-coding-systems)
10250 (prefer-coding-system, find-multibyte-characters, princ-list)
10251 (leim-list-entry-regexp, set-input-method, locale-language-names)
10252 (input-method-exit-on-first-char, exit-language-environment-hook)
10253 (locale-charset-language-names): Fix typos in docstrings.
10254
c039ea1d
JB
102552007-06-06 Juanma Barranquero <lekktu@gmail.com>
10256
10257 * pgg.el (pgg-sign-region, pgg-sign):
10258 * ses.el (ses-call-printer):
10259 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10260 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10261
12cd5d56
CD
102622007-06-06 Carsten Dominik <dominik@science.uva.nl>
10263
93137d49
JB
10264 * textmodes/org.el (org-export-region-as-html)
10265 (org-replace-region-by-html, org-number-to-letters)
10266 (org-table-fedit-finish, org-normalize-color)
10267 (org-table-fedit-ref-right, org-date-to-gregorian)
10268 (org-table-fedit-move, org-table-convert-refs-to-rc)
10269 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10270 (org-write-agenda, org-colgroup-info-to-vline-list)
10271 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12cd5d56
CD
10272 (org-indent-line-function, org-export-as-html-to-buffer)
10273 (org-store-agenda-views, org-update-mode-line)
10274 (org-find-if, org-delete-all)
10275 (org-table-fedit-convert-buffer, org-emphasize)
10276 (org-uniquify, org-table-fedit-lisp-indent)
10277 (org-table-fedit-scroll, org-get-todo-sequence-head)
10278 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10279 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10280 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10281 (org-table-fedit-line-up, org-table-fedit-ref-down)
10282 (org-table-formula-from-user, org-mode-flyspell-verify)
10283 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10284 (org-table-formula-to-user, org-diary-to-ical-string)
10285 (orgtbl-export, org-table-fedit-post-command)
10286 (org-closed-in-range, org-shiftcontrolright)
10287 (org-table-convert-refs-to-an, org-table-hline-and-move)
10288 (org-table-formula-less-p, org-format-table-ascii)
10289 (org-agenda-get-sexps, org-shift-refpart)
10290 (org-diary-sexp-entry, org-time-string-to-absolute)
10291 (org-table-show-reference, org-letters-to-number)
10292 (org-fix-agenda-info, org-table-fedit-ref-up)
10293 (org-table-fedit-shift-reference, org-table-fedit-abort)
10294 (org-closest-date, org-shiftcontrolleft)
10295 (org-at-heading-or-item-p, org-rematch-and-replace)
e0602e9a
SM
10296 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10297 New functions.
12cd5d56
CD
10298 (org-table-edit-scroll-down, org-finish-edit-formulas)
10299 (org-table-edit-next-field, org-abort-edit-formulas)
10300 (org-font-lock-level, org-export-find-first-heading-line)
10301 (org-table-edit-line-down, org-table-edit-backward-field)
10302 (org-edit-formula-lisp-indent, org-table-edit-move)
10303 (org-check-log-option, org-this-word)
10304 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10305 (org-agenda-file-to-end, org-expand-file-name)
10306 (org-fake-empty-table-line, org-table-edit-scroll)
10307 (org-toggle-log-option, org-show-reference): Function removed.
e0602e9a
SM
10308 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10309 New defsubsts.
12cd5d56
CD
10310 (org-unmodified, org-batch-store-agenda-views)
10311 (org-batch-agenda-csv): New macro.
10312 (org-agenda-export): New customization group.
10313 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10314 (org-highest-priority, org-agenda-exporter-settings)
10315 (org-log-done-with-time, org-replace-disputed-keys)
10316 (org-format-latex-header, org-export-table-header-tags)
10317 (org-cycle-separator-lines, org-export-table-data-tags)
10318 (org-icalendar-include-sexps)
10319 (org-empty-line-terminates-plain-lists)
10320 (org-log-repeat, org-special-ctrl-a)
10321 (org-table-use-standard-references, org-disputed-keys)
10322 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10323 (org-agenda-export-html-style): New option.
dbb7d404 10324 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12cd5d56 10325 (org-CUA-compatible): Option removed.
dbb7d404 10326 (org-agenda-structure, org-sexp-date): New face.
12cd5d56
CD
10327 (org-todo-keywords-for-agenda, org-not-done-keywords)
10328 (org-planning-or-clock-line-re, org-agenda-name)
10329 (org-table-colgroup-info, org-todo-sets)
10330 (constants-unit-system, org-clock-mode-line-entry)
10331 (org-mode-line-timer, org-table-current-begin-pos)
10332 (org-todo-keywords-1, org-mode-line-string)
10333 (org-table-clean-did-remove-column, org-table-fedit-map)
10334 (org-clock-heading, org-table-buffer-is-an)
10335 (org-agenda-info, org-done-keywords)
10336 (org-done-keywords-for-agenda, org-todo-heads)
10337 (org-todo-kwd-alist, org-clock-start-time): New variable.
10338 (org-todo-kwd-priority-p, org-edit-formulas-map)
10339 (org-repeat-re, org-todo-kwd-max-priority)
10340 (org-version, org-done-string)
e0602e9a 10341 (org-table-clean-did-remove-column-1, org-disputed-keys):
dbb7d404 10342 Remove variables.
e0602e9a 10343 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12cd5d56
CD
10344 (org-ts-lengths): Constant removed.
10345 (org-follow-gnus-link): Don't ask how many articles to read.
e0602e9a
SM
10346 (org-export-find-first-export-line): Rename from
10347 `org-export-find-first-heading'.
10348 Use `org-export-skip-text-before-1st-heading'.
10349 (org-table-fedit-post-command): Rename from
12cd5d56 10350 `org-table-edit-formulas-post-command'.
e0602e9a
SM
10351 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10352 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10353 (org-table-fedit-lisp-indent): Rename from
12cd5d56 10354 `org-edit-formula-lisp-indent'.
e0602e9a 10355 (org-table-show-reference): Rename from `org-show-reference'.
12cd5d56 10356 (org-table-store-formulas): Use `org-table-formula-less-p'.
e0602e9a 10357 (org-table-edit-formulas): Position cursor to current field equation.
12cd5d56
CD
10358 (org-update-checkbox-count, org-hide-archived-subtrees)
10359 (org-timestamp-up-day, org-timestamp-down-day)
10360 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10361 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10362 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
e0602e9a
SM
10363 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10364 Let `org-on-heading-p' also check for invisible heading.
12cd5d56
CD
10365 (org-read-date): Match am/pm times.
10366 (org-eval-in-calendar): Fix default date in prompt.
10367
f608df3d
CY
103682007-06-05 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10371 "ChangeLog.a" entries, giving the latter lower priority.
10372
b2d5aa46
JB
103732007-06-05 Juanma Barranquero <lekktu@gmail.com>
10374
10375 * faces.el (face-id): If the argument is a face alias,
10376 return the ID of the target face.
10377
1634f0e3
MA
103782007-06-05 Michael Albinus <michael.albinus@gmx.de>
10379
10380 * net/socks.el (top): Remove unnecessary copyright line.
10381
1adf71a4
CY
103822007-06-04 Chong Yidong <cyd@stupidchicken.com>
10383
10384 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10385
c50982cc
MA
103862007-06-04 Michael Albinus <michael.albinus@gmx.de>
10387
10388 * net/socks.el: New file, taken from w3 repository.
10389 (top): Update Copyright. Don't load cl.el.
10390 (all): Replace `case' by `cond', `string-to-int' by
10391 `string-to-number', and `process-kill-without-query' by
10392 `set-process-query-on-exit-flag'.
de09204d 10393 (socks-char-int): Remove defalias and all occurrences.
c50982cc 10394
f441be5b
JB
103952007-06-04 Juanma Barranquero <lekktu@gmail.com>
10396
10397 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10398 Fix typos in docstrings.
10399 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10400 (compilation-finish-function): Fix typo in obsolescence declaration.
10401
b1b15f76 104022007-06-03 Sam Steingold <sds@gnu.org>
b84acff6 10403
2216ee11
RS
10404 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10405 handle unending automatic recompilation of changed files (`omake -P').
3a1c1b15 10406 (compilation-loop): VISITED is now 5th CDR.
b84acff6
SS
10407 (compilation-next-error-function): Set TIMESTAMP.
10408
b1b15f76 104092007-06-03 Sam Steingold <sds@gnu.org>
a151f82c
SS
10410
10411 * files.el (kill-buffer-ask): New function.
10412 (kill-some-buffers): Use it.
10413 (kill-matching-buffers): New user command.
10414
773933d3
DK
104152007-06-01 David Kastrup <dak@gnu.org>
10416
10417 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10418 Change default to `top'.
10419
bce1acc3
RS
104202007-05-31 Richard Stallman <rms@gnu.org>
10421
10422 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10423
d500a092
SM
104242007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10425
10426 * textmodes/css-mode.el: New file.
10427
7a781a54
MB
104282007-05-30 Michael Olson <mwolson@gnu.org>
10429
10430 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10431 died and we are trying to send a signal to it. The program using
10432 tq.el should periodically check to see whether the process has
10433 died and react appropriately -- this is not the responsibility of
10434 tq.el, and is consistent with the rest of the tq.el source code.
10435
250495a7
MR
104362007-05-29 Martin Rudalics <rudalics@gmx.at>
10437
10438 * textmodes/table.el (table--point-entered-cell-function)
d500a092
SM
10439 (table--point-left-cell-function):
10440 Bind `inhibit-point-motion-hooks' to t.
250495a7 10441
5e3fc9eb
GM
104422007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10443
10444 * emacs-lisp/rx.el (rx): Doc fix.
10445
aa3dbcde
JB
104462007-05-28 Juanma Barranquero <lekktu@gmail.com>
10447
10448 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10449
f3c071dd
MA
104502007-05-28 Michael Albinus <michael.albinus@gmx.de>
10451
10452 Sync with Tramp 2.0.56.
10453
10454 * net/tramp.el:
10455 * net/tramp-ftp.el:
10456 * net/tramp-smb.el:
10457 * net/tramp-util.el:
10458 * net/tramp-vc.el:
10459 Don't load cl.el, because that pollutes the namespace. Replace cl
10460 macros by their implementations where necessary. Requested by
10461 Richard Stallman <rms@gnu.org>.
10462
10463 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10464 doesn't exist.
d500a092 10465 (with-parsed-tramp-file-name): Protect debug spec during compilation.
f3c071dd
MA
10466 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10467 (tramp-file-name-p, tramp-file-name-multi-method)
10468 (tramp-file-name-method, tramp-file-name-user)
10469 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10470 replacing defstruct `tramp-file-name'.
10471 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
d500a092
SM
10472 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10473 Apply `vector' instead of `make-tramp-file-name'.
10474 (tramp-handle-make-auto-save-file-name):
10475 Apply `tramp-temporary-file-directory' for compatibility reasons.
f3c071dd
MA
10476 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10477 because of XEmacs.
10478 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10479 started.
10480
7936011c
CY
104812007-05-28 Chong Yidong <cyd@stupidchicken.com>
10482
10483 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10484
3d200243
RS
104852007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10486
10487 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10488 as the end of the ChangeLog paragraph when it ends without a line
10489 termination.
10490
924e26eb
JB
104912007-05-27 Ryan Yeske <rcyeske@gmail.com>
10492
10493 * net/webjump.el (webjump-sample-sites):
10494 Add simple Wikipedia query.
10495
6ab93c85
SM
104962007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10497
cdcfbcb2 10498 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
dbb7d404 10499 compatibility code.
cdcfbcb2 10500
b649d2e4
SM
10501 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10502 (copyright-update-year): Use it.
10503
6db93fd9
SM
10504 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10505
f4a7decd
SM
10506 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10507 Add indentation and debugging info. Fix up comment convention.
10508
526af3b0
SM
10509 * cus-dep.el (custom-make-dependencies): Simplify.
10510
09d52401
SM
10511 * composite.el (compose-region, decompose-region):
10512 Use inhibit-read-only and restore-buffer-modified-p.
10513
6ab93c85
SM
10514 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10515 (xterm-mouse-event): Use it.
10516
dade3ed8
JB
105172007-05-25 Juanma Barranquero <lekktu@gmail.com>
10518
10519 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10520 `switch-to-buffer' has returned succesfully.
10521 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10522 window is dedicated (it could iconify the frame).
10523
fdabbcb5
MB
105242007-05-25 Miles Bader <miles@fencepost.gnu.org>
10525
10526 * vc-hooks.el (vc-find-root): Fix file attribute test.
10527
913a8cda
RS
105282007-05-24 Richard Stallman <rms@gnu.org>
10529
10530 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10531 Don't let opoint be nil.
10532 (flyspell-emacs-popup): Explicit error if no dialogs.
10533
6db526f0
CY
105342007-05-24 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10537 (image-next-line, image-previous-line, image-scroll-up)
10538 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10539 New functions.
10540 (image-mode-map): Remap motion commands.
10541 (image-mode-text-map): New keymap for viewing images as text.
10542 (image-mode): Use image-mode-map.
10543 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10544
dff1336c
SM
105452007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * textmodes/fill.el (canonically-space-region): Make the second arg
10548 a marker if it's not already the case.
10549
133ecc54
EZ
105502007-05-23 Eli Zaretskii <eliz@gnu.org>
10551
10552 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10553 (tar-get-descriptor): Handle type 55, an extended pax header.
10554
31b6b8cd
SM
105552007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10558 to confuse outline-minor-mode.
10559
07e7a05a
EZ
105602007-05-23 Eli Zaretskii <eliz@gnu.org>
10561
10562 * tar-mode.el (tar-file-name-handler): New function.
10563 (tar-extract): Bind file-name-handler-alist to it to force
10564 find-buffer-file-type-coding-system behave as if the file being
10565 extracted existed. Use last-coding-system-used to force
10566 buffer-file-coding-system to what decode-coding-region actually
10567 used to decode the file.
10568
c96e025a
GM
105692007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10570
10571 * progmodes/compile.el (compilation-handle-exit):
10572 `compilation-finish-function' may change the current buffer.
10573
c022c4c4
RS
105742007-05-22 Richard Stallman <rms@gnu.org>
10575
10576 * files.el (set-auto-mode): Doc fix.
10577
2f041d62
JD
105782007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10579
10580 * help-fns.el (find-source-lisp-file): New function.
10581 (describe-function-1): Use find-source-lisp-file to find source
10582 file in compile tree.
10583
4d55e513
EZ
105842007-05-22 Eli Zaretskii <eliz@gnu.org>
10585
10586 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10587
784b0db6
JB
105882007-05-22 Juanma Barranquero <lekktu@gmail.com>
10589
10590 * emacs-lisp/easy-mmode.el (define-minor-mode)
10591 (easy-mmode-define-navigation): Fix typos in docstrings.
10592
b340aecb
GM
105932007-05-22 Glenn Morris <rgm@gnu.org>
10594
10595 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
b340aecb 10596
06071e68 105972007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
38405f15 10598
e0602e9a
SM
10599 * mail/mail-extr.el (mail-extract-address-components):
10600 Recognize non-ASCII characters except for NBSP as words.
38405f15 10601
d51f146b
RS
106022007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10603
10604 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10605 (rcirc-print): Handle `window-width'.
10606 (rcirc-buffer-maximum-lines): Doc fix.
10607
b447c934
CY
106082007-05-21 Chong Yidong <cyd@stupidchicken.com>
10609
9ca9e00d 10610 * image-mode.el (image-toggle-display): Don't clear image cache.
e0602e9a
SM
10611 Only use filename in image spec if the file is readable.
10612 Call image-refresh.
9ca9e00d 10613
b447c934
CY
10614 * image.el (image-type-from-file-name, image-type): Simplify.
10615 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10616
10617 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10618 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10619
dea2cbad
NR
106202007-05-20 Nick Roberts <nickrob@snap.net.nz>
10621
10622 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10623 is an error.
10624
10625 * term/linux.el (terminal-init-linux): Don't signal an error
10626 if gpm isn't running.
10627
60889ffa
NR
106282007-05-20 Nick Roberts <nickrob@snap.net.nz>
10629
10630 * t-mouse.el: Reduce to a minor-mode macro call.
784b0db6 10631 (t-mouse-mode): Remove the lighter.
e23f11f7
NR
10632
10633 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
60889ffa 10634
8a1389c7
DN
106352007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10636
10637 * files.el (auto-mode-alist): Change the regexp so that
10638 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10639
01140829
MB
106402007-06-02 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * Version 22.1 released.
10643
ae9d8436
CY
106442007-05-19 Chong Yidong <cyd@stupidchicken.com>
10645
10646 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10647 changes.
10648
877d11fe
GM
106492007-05-19 Kevin Ryde <user42@zip.com.au>
10650
10651 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10652
317b4839
TTN
106532007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10654
10655 * textmodes/sgml-mode.el: Revert last change.
10656
de9606f0
RS
106572007-05-18 Richard Stallman <rms@gnu.org>
10658
10659 * simple.el (push-mark): Doc fix.
10660
64953c0a
RS
106612007-05-18 Rob Riepel <riepel@Stanford.EDU>
10662
e0602e9a 10663 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
64953c0a 10664 tpu-global-map.
784b0db6
JB
10665 (tpu-original-global-map): Variable deleted.
10666 (tpu-control-keys-map): New keymap variable.
10667 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
64953c0a 10668 setting keymapping directly.
784b0db6 10669 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
64953c0a
RS
10670 tpu-global-map.
10671 (tpu-edt-on): Activate the tpu-global-map.
10672 (tpu-edt-off): Deactivate the tpu-global-map.
784b0db6 10673
64953c0a
RS
106742007-05-18 Ryan Yeske <rcyeske@gmail.com>
10675
10676 * textmodes/ispell.el (ispell-get-word): Return markers
10677 for start and end positions.
10678 (ispell-word): Assume END is a marker.
10679
ff6ba6b4
VJL
106802007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10681
10682 * printing.el: Group together all XEmacs/Emacs definitions.
10683 (pr-version): New version 6.9.
10684 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10685 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10686 (pr-menu-bind): Fix code.
10687 (pr-e-frame-char-height, pr-e-frame-char-width)
10688 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10689 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10690 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10691 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10692 (pr-x-event-y-pixel): Aliases eliminated.
10693 (pr-xemacs-global-menubar): Macro moved.
10694 (current-menubar, current-mouse-event, zmacs-region-stays)
10695 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10696 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10697 Vars moved.
10698 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10699 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10700 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10701 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10702 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10703 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10704 moved.
10705
992aa6b7
TTN
107062007-05-17 Christian Plate <cplate@web.de> (tiny change)
10707
10708 * textmodes/sgml-mode.el (sgml-tag):
10709 Fix bug: Call sgml-transformation-function.
10710
10e3e762
MR
107112007-05-17 Martin Rudalics <rudalics@gmx.at>
10712
10713 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10714 modified flag of buffer. Use `inhibit-modification-hooks'.
10715
84bbd894
RS
107162007-05-16 Richard Stallman <rms@gnu.org>
10717
10718 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10719
92228a10
SM
107202007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10721
c11781de
SM
10722 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10723 Move the *ml, Postscript, and XmCD entries to the fallback part.
10724
92228a10
SM
10725 * files.el (magic-fallback-mode-alist):
10726 Rename from file-start-mode-alist.
10727
7883a44f
JB
107282007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10729
10730 * progmodes/compile.el (compilation-handle-exit): Quote first
10731 argument of `run-hook-with-args'.
10732
26e150ef
JB
107332007-05-16 Juanma Barranquero <lekktu@gmail.com>
10734
10735 * buff-menu.el (Buffer-menu-sort-column):
10736 * dabbrev.el (dabbrev-upcase-means-case-search):
10737 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10738 * info.el (Info-current-subfile):
10739 * ls-lisp.el (ls-lisp-verbosity):
10740 * msb.el (msb-menu-cond):
10741 * pcvs.el (cvs-dired-use-hook):
10742 * simple.el (set-mark-command-repeat-pop):
10743 * time.el (display-time-24hr-format, display-time-mail-file):
10744 Doc fixes.
10745
10746 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10747 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10748
10749 * view.el (view-inhibit-help-message): Fix typo in docstring.
10750 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10751
4132d58c
MR
107522007-05-16 Martin Rudalics <rudalics@gmx.at>
10753
10754 * textmodes/ispell.el (ispell-start-process): Defend against bad
10755 default-directory.
10756
5c43b3ca
EZ
107572007-05-14 Eli Zaretskii <eliz@gnu.org>
10758
10759 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10760 content-transfer-encoding _last_, because it's its position that
10761 we need as value of base64-header-field-end.
10762
59831679
JB
107632007-05-14 Juanma Barranquero <lekktu@gmail.com>
10764
10765 * files.el (mode-require-final-newline, require-final-newline)
10766 (enable-local-variables, enable-local-eval): Doc fixes.
10767
c6f33bac
VJL
107682007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10769
10770 * ps-print.el: Use default color when foreground or background color
10771 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10772 (ps-print-version): New version 6.7.4.
10773 (ps-rgb-color): New argument. Use default color when color is
10774 unspecified.
10775 (ps-begin-job): Fix code.
10776
0a81a74a
CY
107772007-05-12 Chong Yidong <cyd@stupidchicken.com>
10778
10779 * longlines.el (longlines-mode): Make longlines-auto-wrap
10780 buffer-local. Add hooks unconditionally.
10781 (longlines-auto-wrap): Toggle wrapping.
10782 (longlines-after-change-function)
10783 (longlines-post-command-function): Check longlines-auto-wrap.
10784
06b6baf6
NR
107852007-05-12 Nick Roberts <nickrob@snap.net.nz>
10786
10787 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10788 (xterm-mouse-translate): Use it.
10789
7d145fa3
RS
107902007-05-10 Richard Stallman <rms@gnu.org>
10791
68380acf
MB
10792 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10793 (iso-cvt-write-only): Likewise.
10794
10795 * emacs-lisp/easy-mmode.el (define-minor-mode):
10796 Fix generated doc string.
10797
10798 * startup.el (fancy-splash-text): Add URL of guided tour.
10799 Adjust horizontal and vertical whitespace.
10800
10801 * progmodes/compile.el (compilation-handle-exit):
10802 Use run-hook-with-args to run compilation-finish-functions.
10803
7d145fa3
RS
10804 * files.el (file-start-mode-alist): New variable.
10805 (magic-mode-regexp-match-limit): Doc fix.
10806 (set-auto-mode): Handle file-start-mode-alist.
10807 A little cleanup of structure.
10808
c3aa7d16
RS
10809 * dabbrev.el (dabbrev-eliminate-newlines):
10810 Renamed from dabbrev--eliminate-newlines. All uses changed.
10811
b52efb9f
MC
108122007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10813
10814 * man.el (Man-next-section): Don't consider the last line of the page
10815 as being part of any section.
10816
00affaf1
SM
108172007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10820 can take any number of values.
10821
1d16f33c
SM
108222007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10825 to the list of citation commands.
10826
c7093883
SM
108272007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10830
0b480dc7
SM
108312007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10832
10833 * progmodes/python.el (python-font-lock-keywords)
10834 (python-open-block-statement-p, python-mode): Add support for the new
10835 "with" keyword.
10836
45fd3a00
SM
108372007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10838
44a07c5a
SM
10839 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10840 the exact opposite of diff-goto-source.
10841
5d08a786
SM
10842 * emacs-lisp/advice.el (ad-special-forms): Remove.
10843 (ad-special-form-p): Use subr-arity.
10844
2ed8e1f7
SM
10845 * newcomment.el (comment-search-forward): Make sure we search forward.
10846 (comment-enter-backward): Try and distinguish the non-matching case at
10847 EOB from the non-matching case with a missing comment-end-skip for
10848 a 2-char comment ender.
10849 (comment-choose-indent): New function extracted from comment-indent.
10850 Improve the alignment algorithm.
10851 (comment-indent): Use it.
10852
121f1921
SM
10853 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10854 XML style Processing Instructions.
10855 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10856 (sgml-calculate-indent): Handle `pi' context.
10857
45fd3a00
SM
10858 * vc.el: Ensure that update-changelog issues an error when used with
10859 a backend that does not implement it.
10860 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10861 Remove `backend' argument. Use expand-file-name.
10862 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10863
10864 * progmodes/python.el (python-end-of-block): Revert last change.
10865 (python-end-of-statement): Make sure we move *forward*.
10866
75dcf19e
RS
108672007-05-08 Richard Stallman <rms@gnu.org>
10868
10869 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10870 Don't include non-self-insert commands in the exception for `-'.
10871
11c4b29d
SM
108722007-05-08 David Reitter <david.reitter@gmail.com>
10873
10874 * progmodes/python.el (python-guess-indent): Check non-nullness
10875 before comparing indent against the 2..8 interval.
10876
59c58fea
YM
108772007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10878
10879 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10880 available.
10881
205f01b4
RS
108822007-05-06 Richard Stallman <rms@gnu.org>
10883
10884 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10885
d4871b4f
SM
108862007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10889 rather than storing their value in the revert-buffer function.
10890
12bf4a28
NR
108912007-05-04 Nick Roberts <nickrob@snap.net.nz>
10892
10893 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10894 when disabling t-mouse-mode.
10895
b94bc09b
RS
108962007-05-01 Davis Herring <herring@lanl.gov>
10897
d4871b4f
SM
10898 * calendar/timeclock.el: Update version number.
10899 (timeclock-modeline-display): Mention timeclock-use-display-time
10900 in explanatory message.
10901 (timeclock-in): Fix non-interactive workday specifications.
10902 (timeclock-log): Don't kill the log buffer if it already existed.
10903 Suppress warnings when finding the log. Don't check for a nil
10904 project twice. Run hooks after killing the buffer (if applicable).
10905 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10906 was geometric). All uses changed.
10907 (timeclock-generate-report): Support prefix argument.
b94bc09b 10908
39f3dff9
RS
109092007-05-03 Ryan Yeske <rcyeske@gmail.com>
10910
10911 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10912 disconnections.
10913
d7af463c
RF
109142007-05-01 Romain Francoise <romain@orebokech.com>
10915
10916 * dired-x.el: Revert 2007-04-06 change.
10917
78f0d1fc
RS
109182007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10919
10920 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10921
6f37a576
RS
109222007-04-29 Richard Stallman <rms@gnu.org>
10923
10924 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10925
161039c9
GM
109262007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10929 than 1.
10930
157e3182
RS
109312007-04-28 Richard Stallman <rms@gnu.org>
10932
10933 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10934
5e1cd4de
NR
109352007-04-28 Nick Roberts <nickrob@snap.net.nz>
10936
10937 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10938 don't put stop on toolbar.
10939
456e749f
SM
109402007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10941
10942 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10943
a9bdfaa4
EZ
109442007-04-28 Eli Zaretskii <eliz@gnu.org>
10945
f2fd2cf5
EZ
10946 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10947 instead of $(lisp)/mh-e.
10948
16bbdfc0
GM
109492007-04-28 Glenn Morris <rgm@gnu.org>
10950
10951 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10952 (image-dired-cmd-create-temp-image-options): Replace option
10953 +profile "*" with -strip.
10954
58f13025
CY
109552007-04-27 Chong Yidong <cyd@stupidchicken.com>
10956
456e749f
SM
10957 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10958 Use window-start and window-end.
58f13025 10959
edaeebf5
AS
109602007-04-27 Andreas Schwab <schwab@suse.de>
10961
10962 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10963
96bbf28b
EZ
109642007-04-27 Eli Zaretskii <eliz@gnu.org>
10965
10966 * textmodes/fill.el (fill-paragraph): Doc fix.
10967
07016031
GM
109682007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10969
10970 * locate.el (locate-in-alternate-database): Doc fix.
10971
4f54692c
GM
109722007-04-26 Glenn Morris <rgm@gnu.org>
10973
10974 * button.el (button): Use underline if supported, else fall back
10975 to color.
10976
f5430f7f
GM
10977 * version.el (emacs-version): Increase to 22.1.50.
10978
2d0f33df
RS
109792007-04-25 Richard Stallman <rms@gnu.org>
10980
10981 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10982
77ae614b
S
109832007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10984
2f2c687b
JB
10985 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10986 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
77ae614b
S
10987 pushing mark.
10988 (idlwave-current-routine): Don't push mark.
10989
e28f9ad3
GM
109902007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10991
456e749f
SM
10992 * image-dired.el (image-dired-display-image): Derive image-type from
10993 filename rather than assuming jpeg, in case no resizing was needed.
e28f9ad3 10994
d497fd17
GM
109952007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10996
10997 * custom.el (defface): Doc fix.
10998
dc3818ec 10999See ChangeLog.12 for earlier changes.
6fee106e
KS
11000
11001;; Local Variables:
11002;; coding: iso-2022-7bit
33462dfa 11003;; add-log-time-zone-rule: t
6fee106e
KS
11004;; End:
11005
dc3818ec 11006 Copyright (C) 2007 Free Software Foundation, Inc.
5b87ad55
GM
11007
11008 This file is part of GNU Emacs.
11009
11010 GNU Emacs is free software; you can redistribute it and/or modify
11011 it under the terms of the GNU General Public License as published by
b4aa6026 11012 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
11013 any later version.
11014
11015 GNU Emacs is distributed in the hope that it will be useful,
11016 but WITHOUT ANY WARRANTY; without even the implied warranty of
11017 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11018 GNU General Public License for more details.
11019
11020 You should have received a copy of the GNU General Public License
11021 along with GNU Emacs; see the file COPYING. If not, write to the
11022 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11023 Boston, MA 02110-1301, USA.
6fee106e 11024
05587383 11025;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af