]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2007-12-06 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
4 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
5 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
6 faces in non-light-background case.
7
8 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
9 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
10 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11 * emulation/vi.el, emulation/viper-cmd.el:
12 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
13 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
14 * textmodes/fill.el: Remove directory part from filenames in
15 function declarations.
16
17 * dired-aux.el (mailcap-mime-info): Update declaration.
18
19 2007-12-05 Richard Stallman <rms@gnu.org>
20
21 * wid-edit.el (widget-type): Doc fix.
22
23 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26 Don't match "sub { (...) ... }".
27
28 2007-12-05 Richard Stallman <rms@gnu.org>
29
30 * international/mule-cmds.el (toggle-input-method-active): New var.
31 (toggle-input-method): Bind toggle-input-method-active to t.
32 Error if it was already non-nil.
33
34 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
35
36 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
37
38 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
39
40 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
41 see if certs should be verified and what is to be done in the
42 event of a verification failure.
43
44 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
45
46 * net/tls.el (tls-program): Provide more custom choices from
47 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
48 (tls-process-connection-type, tls-success): Remove "*" in doc string.
49 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
50 version. Minor improvement to doc strings.
51 (tls-program): Add comment.
52
53 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
54
55 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
56 (tls-checktrust): New variable. Check if GNU TLS complained about a
57 mismatch between the hostname provided in the certificate and the name
58 of the host connnecting to.
59 (open-tls-stream): Use them. Check certificates against trusted root
60 certificates.
61
62 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
63
64 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
65 (imap-parse-status): Upcase status-att for broken servers that sends
66 them lower-case (e.g., MS Exchange 2007).
67
68 2007-12-05 D. Goel <deego3@gmail.com>
69
70 * simple.el (undo):
71 * image-dired.el (image-dired-display-thumb-properties):
72 (image-dired-modify-mark-on-thumb-original-file):
73 (image-dired-dired-display-properties):
74 * help.el (help-window-display-message):
75 * files.el (hack-local-variables-confirm):
76 * ediff.el (ediff-version):
77 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
78 `message' and `error': Ensure that first arg is a format string.
79
80 * emacs-lisp/find-func.el (find-library-name): Prefer files with
81 ".el" suffix over "".
82
83 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
86 interface and member fields.
87
88 2007-12-05 Glenn Morris <rgm@gnu.org>
89
90 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
91 (pcomplete-here): Autoload it.
92
93 * eshell/em-basic.el (print-func): No need to define for compiler.
94
95 * eshell/esh-cmd.el (eshell-debug-command):
96 * eshell/esh-io.el (eshell-print): Move definitions before use.
97
98 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
99
100 * eshell/esh-util.el (top-level): Don't require pp. Use
101 condition-case rather than ignore-errors.
102
103 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
104
105 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
106 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
107 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
108 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
109 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
110 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
111 * eshell/esh-util.el, eshell/eshell.el: Require individual files
112 if needed when compiling, rather than esh-maint. Collect any
113 require statements. Move provide statement to end. Move any
114 commentary to start.
115
116 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
117 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
118 * eshell/esh-proc.el, eshell/esh-var.el:
119 Require individual files if needed when compiling, rather than
120 esh-maint. Collect any require statements. Leave provide at start.
121 Move any commentary to start.
122
123 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Remove
124 declared function from byte-compile-noruntime-functions.
125
126 * ediff-util.el (ediff-version):
127 * progmodes/python.el (compilation-shell-minor-mode):
128 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
129 (calendar-bahai-date-string, calendar-check-holidays)
130 (calendar-chinese-date-string, calendar-coptic-date-string)
131 (calendar-ethiopic-date-string, calendar-forward-day)
132 (calendar-french-date-string, calendar-goto-date)
133 (calendar-goto-today, calendar-hebrew-date-string)
134 (calendar-islamic-date-string, calendar-iso-date-string)
135 (calendar-julian-date-string, calendar-mayan-date-string)
136 (calendar-persian-date-string, gnus-summary-last-subject)
137 (parse-time-string, rmail-show-message): Declare as functions.
138
139 2007-12-05 Michael Olson <mwolson@gnu.org>
140
141 * textmodes/remember.el: Merge contents of remember-diary.el here,
142 updating header. Add autoload cookie so that byte-compilation
143 works without warning.
144 (remember-diary-file): Default to nil, since diary might not yet
145 be loaded at this point, which would deny us access to diary-file.
146 (remember-diary-extract-entries): If remember-diary-file is nil,
147 then use diary-file instead.
148
149 * textmodes/remember-diary.el: Remove, due to the issue of needing
150 the first 8 characters of a filename to be unique.
151
152 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/dbus.el (dbus-hash-table=): New defun.
155 (dbus-hash-table-test) New hash table test function, used in
156 `dbus-registered-functions-table'.
157 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
158 (dbus-event-service-name, dbus-event-path-name)
159 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
160 due to new structure of `dbus-event'.
161
162 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
163
164 * ido.el (ido-save-history): Set the `coding' local
165 variable in the first line of the file.
166
167 2007-12-04 Glenn Morris <rgm@gnu.org>
168
169 * password-cache.el: Move here from gnus/password.el.
170 (top-level): Don't require cl when compiling.
171 (password-read-and-add): Doc fix. Make obsolete.
172
173 * net/tramp.el: Require password-cache or password.
174
175 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
176 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
177 compiling.
178 (cua-set-rectangle-mark): Add doc string to autoload.
179 (cua--rectangle, cua--last-killed-rectangle)
180 (cua--global-mark-active): Always define for compiler.
181 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
182 (cua--delete-rectangle, cua--insert-rectangle)
183 (cua--rectangle-corner, cua--rectangle-assert)
184 (cua--insert-at-global-mark, cua--global-mark-post-command):
185 Declare as functions.
186
187 * emulation/cua-gmrk.el (top-level): Move provide to end.
188
189 * emulation/cua-rect.el (top-level): Move provide to end.
190 Don't require cua-gmrk when compiling.
191 (cua--cut-rectangle-to-global-mark)
192 (cua--copy-rectangle-to-global-mark): Declare as functions.
193
194 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
195 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
196 (viper-vi-state-cursor-color):
197 Consolidate make-variable-frame-local calls.
198
199 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
200 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
201 than bbdb-address-street1,2,3.
202
203 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
204 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
205
206 2007-12-03 Karl Fogel <kfogel@red-bean.com>
207
208 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
209 (save-place-alist-to-file, load-save-place-alist-from-file):
210 Don't print non-error messages at all, there's really no need.
211 Do print if there's a problem, and clarify message in that case.
212
213 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
214
215 * ediff-diff.el (ediff-prepare-error-list):
216 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
217
218 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
219
220 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
221 (doc-view-current-overlay, doc-view-pending-cache-flush):
222 Add doc string.
223
224 2007-12-03 Richard Stallman <rms@gnu.org>
225
226 * subr.el (declare-function): Moved from byte-run.el.
227
228 * emacs-lisp/byte-run.el (declare-function): Moved to subr.el
229
230 * window.el (recenter-top-bottom): Don't use `ecase'.
231
232 2007-12-02 Karl Fogel <kfogel@red-bean.com>
233
234 * saveplace.el (save-place-alist-to-file): Set
235 coding-system-for-write once and refer to it throughout.
236 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
237
238 2007-12-02 Karl Fogel <kfogel@red-bean.com>
239
240 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
241 system when writing, and set it in the first-line file variables.
242 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
243 Juanma Barranquero.
244
245 2007-12-02 Glenn Morris <rgm@gnu.org>
246
247 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
248 Reverse branches of if statement.
249
250 * emulation/viper-cmd.el (top-level): Don't require advice.
251 Don't load viper-util, viper-keym, viper-mous, viper-macs,
252 viper-ex when compiling.
253
254 * emulation/viper-ex.el (top-level): Don't load viper-util,
255 viper-keym when compiling.
256
257 * emulation/viper-init.el (top-level): Move provide statement to end.
258
259 * emulation/viper-keym.el (top-level): Don't load viper-util when
260 compiling. Move provide statement to end.
261
262 * emulation/viper-macs.el (top-level): Don't load viper-util,
263 viper-keym, viper-mous when compiling.
264
265 * emulation/viper-mous.el (top-level): Don't load viper-util when
266 compiling.
267
268 * emulation/viper-util.el (top-level): Don't load viper-init when
269 compiling.
270
271 * emulation/viper.el (top-level): Don't require ring.
272 Don't load viper-init, viper-cmd when compiling.
273
274 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
275 Move here from gnus/.
276
277 2007-12-02 Karl Fogel <kfogel@red-bean.com>
278
279 Offer option for saveplace to be quiet about loading and saving.
280 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
281
282 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
283 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
284 to determine whether to print loading/saving messages.
285
286 2007-12-02 Glenn Morris <rgm@gnu.org>
287
288 * mail/binhex.el: Move here from gnus/.
289 (binhex): New custom group.
290 (binhex-decoder-program, binhex-decoder-switches)
291 (binhex-use-external): Move to the binhex custom group.
292
293 * mail/uudecode.el: Move here from gnus/.
294 (uudecode): New custom group.
295 (uudecode-decoder-program, uudecode-decoder-switches)
296 (uudecode-use-external): Move to the uudecode custom group.
297
298 * net/netrc.el (top-level): Don't load `encrypt' features.
299 (netrc-parse): Don't use encrypt.
300 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
301
302 * progmodes/python.el (top-level): Don't require cl when compiling.
303
304 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
305
306 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
307 encoding for aspell process and for communication with it.
308 Only add "-d" option if not already present.
309 Use ispell-current-dictionary and ispell-current-personal-dictionary.
310 General reorganization.
311
312 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
313 encoding here.
314 (ispell-start-process): Explicitly set encoding here if using aspell.
315
316 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
317
318 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
319 function to log-edit.
320
321 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
322
323 * net/dbus.el: New file.
324
325 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
326
327 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
328 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
329 (calc-lang-parens-are-subscripts): New variables.
330 (math-expr-special-function-mapping): Remove variable.
331 (math-eqn-ignore-words, math-tex-ignore-words)
332 (math-latex-ignore-words): Move to calc-lang.el.
333
334 * calc/calc-lang.el (math-compose-vector, math-compose-var)
335 (math-tex-expr-is-flat): Declare as functions.
336 (calc-lang-slash-idiv, calc-lang-allow-underscores)
337 (math-comp-left-bracket, math-comp-right-bracket)
338 (math-comp-comma, math-comp-vector-prec): Declare as variables.
339 (math-var-formatter, math-matrix-formatter)
340 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
341 (math-punc-table, math-compose-subscr,math-dots)
342 (math-func-formatter): New property names to store language
343 specific information.
344 (math-compose-tex-var, math-compose-tex-intv)
345 (math-compose-maple-intv, math-compose-eqn-intv)
346 (math-compose-tex-sum, math-compose-tex-func)
347 (math-compose-tex-intv): New functions.
348 (math-eqn-ignore-words,math-tex-ignore-words)
349 (math-latex-ignore-words): Move from calc.el.
350 (math-special-function-table): Add entries for tex.
351 (calc-lang-slash-idiv, calc-lang-allows-underscores):
352 New variables.
353 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
354 (math-compose-tex-matrix, math-compose-eqn-matrix)
355 (math-eqn-special-functions): Move from calccomp.el.
356
357 * calc/calccomp.el (math-compose-var): New function.
358 (math-compose-expr): Allow more special functions to be used.
359 Change test for formatting fractions. Use variables and property
360 names to help with language specific formatting.
361 (math-compose-tex-matrix, math-compose-eqn-matrix)
362 (math-eqn-special-functions): Move to calc-lang.el.
363 (math-compose-rows): Use property names to help with language
364 specific formatting.
365
366 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
367 into nested subscripts.
368 (math-read-token): Use variables and property names to help with
369 language specific parsing.
370 (math-read-expression-level): Use variables to help with language
371 specific parsing.
372
373 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
376 (archive-rar-summarize): Allow the file name to be passed as argument.
377 Remove unused vars `header' and `footer'.
378 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
379
380 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
381
382 * log-edit.el (log-edit-show-diff): New function.
383 (log-edit-mode-map, log-edit-menu): Bind it.
384 (log-edit-diff-function): New variable.
385 (log-edit): Change the 3rd param to be an alist and accept a
386 function that computes a diff for the files involved.
387
388 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
389
390 2007-12-01 Martin Rudalics <rudalics@gmx.at>
391
392 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
393 wrap next-/previous-line in with-no-warnings.
394
395 2007-12-01 Glenn Morris <rgm@gnu.org>
396
397 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
398
399 * net/dig.el: Move here from gnus/.
400 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
401
402 * net/dns.el: Move here from gnus/.
403 (top-level): Don't require mm-util, or cl when compiling.
404 (dns-write-name, dns-read, dns-read-type, query-dns):
405 Replace mm-with-unibyte-buffer with its expansion.
406 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
407
408 * progmodes/gdb-ui.el (gud-remove, gud-break):
409 * progmodes/gud.el (gdb-create-define-alist)
410 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
411 (hl-line-highlight, gdb-display-source-buffer)
412 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
413 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
414
415 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
416
417 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
418 Move args on defun line.
419
420 * textmodes/org.el (org-calendar-holiday):
421 Use calendar-check-holidays instead of the obsolete
422 check-calendar-holidays.
423 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
424 (bbdb-company, bbdb-current-record, bbdb-name)
425 (bbdb-record-getprop, bbdb-record-name)
426 (bibtex-beginning-of-entry, bibtex-generate-autokey)
427 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
428 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
429 (mh-find-path, mh-get-header-field, mh-get-msg-num)
430 (mh-header-display, mh-index-previous-folder)
431 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
432 (mh-show-buffer-message-number, mh-show-header-display)
433 (mh-show-msg, mh-show-show, mh-visit-folder)
434 (org-export-latex-cleaned-string, remember)
435 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
436 (rmail-what-message, elmo-folder-exists-p)
437 (elmo-message-entity-field, elmo-message-field)
438 (vm-beginning-of-message, vm-follow-summary-cursor)
439 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
440 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
441 (vm-summarize, wl-folder-get-elmo-folder)
442 (wl-summary-goto-folder-subr)
443 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
444 (wl-summary-line-subject, wl-summary-message-number)
445 (wl-summary-redisplay): Declare as functions.
446
447 2007-11-30 Martin Rudalics <rudalics@gmx.at>
448
449 * longlines.el (longlines-show-hard-newlines): Remove handling of
450 buffer-undo-list and buffer-modified status.
451 (longlines-show-region, longlines-unshow-hard-newlines):
452 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
453 inhibit-modification-hooks here to avoid that a buffer appears
454 modified when toggling visibility of hard newlines.
455
456 2007-11-30 Glenn Morris <rgm@gnu.org>
457
458 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
459
460 * progmodes/idlw-complete-structtag.el
461 (idlwave-sintern-structtag):
462 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
463 (idlwave-sintern-sysvartag):
464 * progmodes/idlwave.el (idlwave-sintern-class-tag)
465 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
466 functions.
467
468 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
469
470 * textmodes/reftex-index.el (texmathp):
471 * textmodes/reftex-auc.el (TeX-argument-insert)
472 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
473 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
474 (LaTeX-label-list):
475 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
476 (rng-clear-conditional-region, rng-do-some-validation): Declare as
477 functions.
478 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
479
480 2007-11-30 Glenn Morris <rgm@gnu.org>
481
482 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
483 argument and document it.
484
485 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
486 Third argument to declare-function must be a list to specify arglist.
487
488 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
489 Handle declare-function third argument `t' and fourth argument.
490 (check-declare-verify): Doc fix. Handle `fileonly' case.
491 Use progn rather than prog1.
492
493 * desktop.el (uniquify-item-base):
494 * term/mac-win.el (url-type): Declare as functions.
495
496 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
497 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
498 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
499 fourth arg to declare-function.
500
501 * play/dunnet.el: Don't require cl when compiling.
502 (byte-compile-warnings): Set via file local variables.
503 (dun-parse): Let-bind `beg' and `line'.
504
505 2007-11-29 Alexandre Julliard <julliard@winehq.org>
506
507 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
508
509 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
510
511 * calendar/time-date.el (encode-time-value): Doc fix.
512
513 2007-11-29 Glenn Morris <rgm@gnu.org>
514
515 * calendar/time-date.el (with-decoded-time-value): Doc fix.
516
517 * textmodes/css-mode.el (prog-mode): Remove.
518 (css-mode): Derive from fundamental-mode rather than prog-mode.
519
520 * emacs-lisp/byte-run.el (declare-function): Doc fix.
521
522 * emacs-lisp/check-declare.el (check-declare-locate)
523 (check-declare-verify): Handle `external' files.
524 (check-declare-errmsg): New function.
525 (check-declare-verify, check-declare-file, check-declare-directory):
526 Use check-declare-errmsg to report the number of problems.
527
528 * ffap.el (w3-view-this-url)
529 * mail/mspools.el (vm-visit-folder)
530 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
531 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
532 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
533 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
534 (bbdb-records)
535 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
536 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
537 (sasl-make-client, sasl-next-step, sasl-step-data)
538 (sasl-step-set-data)
539 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
540 (htmlr-step): Declare as functions.
541
542 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
543 Use bbdb-address-zip rather than bbdb-address-zip-string.
544
545 2007-11-28 Richard Stallman <rms@gnu.org>
546
547 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
548 Move here from gnus/.
549
550 2007-11-28 Martin Rudalics <rudalics@gmx.at>
551
552 * newcomment.el (comment-region-internal): Fix newline insertion
553 in `block' case.
554
555 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
558
559 2007-11-28 Glenn Morris <rgm@gnu.org>
560
561 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
562 delete .elc files.
563
564 * nxml/char-name/unicode: Move to etc/nxml/.
565 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
566
567 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
568 Declare as a function.
569
570 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
571 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
572 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
573
574 * nxml/nxml-outln.el (nxml-token-start-tag-p)
575 (nxml-token-end-tag-p): Move definitions before use.
576
577 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
578
579 * nxml/nxml-uchnm.el (top-level)
580 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
581 (nxml-enabled-unicode-blocks): Add custom group.
582
583 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
584 Use string-to-number rather than string-to-int.
585
586 * dired-x.el (dired-omit-old-add-entry): Declare as function.
587 Move definition before use.
588 (dired-old-find-buffer-nocreate): Declare as function.
589
590 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
591 (check-declare-verify): Handle fset.
592
593 * emulation/edt.el (edt-user-emulation-setup):
594 Test edt-setup-user-bindings is bound before calling.
595
596 * emulation/tpu-edt.el: Don't require cl when compiling.
597 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
598 (tpu-edt-off): Use condition-case rather than ignore-errors.
599 Use with-no-warnings.
600
601 * eshell/esh-util.el (top-level): Use require rather than load for
602 ange-ftp.
603
604 * mail/supercite.el (sc-version): Redefine as an alias for
605 emacs-version.
606 (sc-help-address): Remove.
607 (sc-version): Use emacs-version rather than sc-version.
608 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
609
610 * net/socks.el (socks-original-open-network-stream): Declare as
611 function. Move definition before use.
612
613 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
614
615 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
616 (math-make-frac): Declare as functions.
617
618 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
619
620 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
621 Pacify byte compiler.
622 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
623
624 * progmodes/idlwave.el (idlwave-shell-get-path-info)
625 (idlwave-shell-temp-file, idlwave-shell-is-running)
626 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
627 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
628 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
629 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
630 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
631 (idlwave-completing-read, idlwave-current-routine)
632 (idlwave-downcase-safe, idlwave-entry-find-keyword)
633 (idlwave-expand-keyword, idlwave-find-class-definition)
634 (idlwave-find-inherited-class, idlwave-find-struct-tag)
635 (idlwave-get-buffer-visiting, idlwave-in-quote)
636 (idlwave-make-full-name, idlwave-members-only)
637 (idlwave-popup-select, idlwave-routine-source-file)
638 (idlwave-routines, idlwave-sintern-class)
639 (idlwave-sintern-keyword, idlwave-sintern-method)
640 (idlwave-sintern-routine-or-method)
641 (idlwave-substitute-link-target, idlwave-sys-dir)
642 (idlwave-this-word, idlwave-what-module-find-class)
643 (idlwave-where):
644 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
645 * mail/uce.el (rmail-msg-is-pruned)
646 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
647 (rmail-toggle-header):
648 * mail/sendmail.el (dired-view-file, dired-get-filename):
649 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
650 (rmail-display-labels, rmail-msgbeg)
651 (rmail-set-message-deleted-p, rmail-message-labels-p)
652 (rmail-show-message, mail-comma-list-regexp)
653 (mail-parse-comma-list):
654 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
655 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
656 (rfc822-addresses, mail-abbrev-make-syntax-table)
657 (mail-sendmail-delimit-header, mail-header-end):
658 * mail/hashcash.el (message-narrow-to-headers-or-head)
659 (message-fetch-field, message-goto-eoh)
660 (message-narrow-to-headers):
661 * vc.el (view-mode-exit): Declare as functions.
662
663 * mail/vms-pmail.el:
664 * vmsproc.el:
665 * vms-patch.el: Don't byte compile these files, they don't work.
666
667 2007-11-27 Glenn Morris <rgm@gnu.org>
668
669 * calc/calc-ext.el (math-read-big-rec):
670 * calc/calc-nlfit.el (math-map-binop):
671 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
672
673 * eshell/eshell.el (eshell-report-bug): Add version number of
674 obsolescence.
675
676 * emulation/viper.el, emulation/viper-util.el,
677 emulation/viper-macs.el, emulation/viper-keym.el,
678 emulation/viper-ex.el, emulation/viper-cmd.el:
679 Load viper-*.el files silently.
680
681 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
682 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
683 Load ediff-*.el files silently.
684
685 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
686 compiling.
687 (Info-goto-node): Declare as a function.
688
689 * ediff-init.el: Don't load ange-ftp when compiling.
690 * ediff-util.el: Don't load reporter when compiling.
691
692 * ediff-wind.el (ediff-display-pixel-width)
693 (ediff-display-pixel-height):
694 * generic-x.el (ini-generic-mode):
695 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
696 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
697 (ps-mule-initialize, ps-mule-begin-job):
698 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
699 (mark-calendar-days-named):
700 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
701 (add-to-diary-list, diary-name-pattern)
702 (mark-calendar-days-named):
703 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
704 (mark-calendar-days-named):
705 * calendar/cal-x.el (make-fancy-diary-buffer):
706 * calendar/holidays.el (calendar-absolute-from-julian):
707 * calendar/todo-mode.el (calendar-current-date):
708 * calendar/cal-menu.el (calendar-increment-month)
709 (calendar-month-name, extract-calendar-year)
710 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
711 (calendar-current-date, calendar-cursor-holidays)
712 (calendar-date-string, insert-diary-entry, calendar-set-mark)
713 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
714 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
715 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
716 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
717 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
718 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
719 (calendar-day-of-year-string, calendar-iso-date-string)
720 (calendar-julian-date-string, calendar-astro-date-string)
721 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
722 (calendar-persian-date-string, calendar-bahai-date-string)
723 (calendar-islamic-date-string, calendar-chinese-date-string)
724 (calendar-coptic-date-string, calendar-ethiopic-date-string)
725 (calendar-french-date-string, calendar-mayan-date-string)
726 (calendar-print-chinese-date, calendar-goto-date):
727 Declare as functions.
728
729 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
730 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
731
732 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
733 aliases for report-emacs-bug.
734 (gnus-summary-select-article, gnus-configure-windows): Declare as
735 functions.
736
737 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
738 compiler.
739
740 * pgg.el (pgg-clear-string): Declare as a function.
741 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
742 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
743
744 * emacs-lisp/check-declare.el (check-declare-locate):
745 Handle compressed files.
746 (check-declare-verify): Handle define-generic-mode,
747 define-global(ized)-minor-mode, define-obsolete-function-alias.
748
749 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
750
751 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
752 algebraic modes.
753
754 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
755 (math-is-true, calc-explain-why, calc-alg-edit)
756 (math-composite-inequalities, math-flatten-lands)
757 (math-multi-subst, calcFunc-vmatches, math-simplify)
758 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
759 (math-read-string, math-read-brackets, math-read-angle-brackets):
760 Declare as functions.
761
762 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
763 (calc-fit-bell-shaped-logistic-curve)
764 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
765 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
766 (math-max-list): Declare as functions.
767 (math-map-binop): New function.
768 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
769
770 * calc/calc.el (calc-set-language, calc-edit-finish)
771 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
772 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
773 (math-lessp, calc-embedded-finish-command)
774 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
775 (calc-push-list-in-macro, calc-replace-selections)
776 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
777 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
778 (calc-embedded-stack-change, calc-refresh-evaltos)
779 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
780 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
781 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
782 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
783 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
784 (math-dimension-error, calc-incomplete-error, math-float-fancy)
785 (math-neg-fancy, math-zerop, calc-add-fractions)
786 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
787 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
788 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
789 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
790 (math-compose-expr, math-comp-width, math-composition-to-string)
791 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
792 (math-adjust-fraction, math-format-binary, math-format-radix)
793 (math-group-float, math-mod, math-format-number-fancy)
794 (math-format-bignum-fancy, math-read-number-fancy)
795 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
796 (calc-do-embedded-activate, math-do-defmath)
797 (calc-load-everything): Declare as functions.
798
799 * calc/calc-ext.el (math-clip, math-round, math-simplify)
800 (math-simplify-extended, math-simplify-units, calc-set-language)
801 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
802 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
803 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
804 (math-normalize-hms, math-normalize-mod, math-make-sdev)
805 (math-make-intv, math-normalize-logical-op, math-possible-signs)
806 (math-infinite-dir, math-calcFunc-to-var)
807 (calc-embedded-evaluate-expr, math-known-nonzerop)
808 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
809 (math-format-date, math-vector-is-string, math-vector-to-string)
810 (math-format-radix-float, math-compose-expr, math-abs)
811 (math-format-bignum-binary, math-format-bignum-octal)
812 (math-format-bignum-hex, math-format-bignum-radix)
813 (math-compute-max-digits): Declare as functions.
814 (math-provably-realp): Fix typo.
815
816 * calc/calc-forms.el (calendar-current-time-zone)
817 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
818 functions.
819
820 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
821
822 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
823 Declare as functions.
824
825 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
826 (math-posp, math-compare, math-bignum, math-compare-bignum):
827 Declare as functions.
828
829 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
830 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
831 (calc-explain-why, calc-clear-command-flag)
832 (calc-roll-down-with-selections, calc-roll-up-with-selections)
833 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
834 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
835 (math-trunc-special, math-trunc-fancy, math-floor-special)
836 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
837 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
838 (math-pow-zero, math-pow-fancy): Declare as functions.
839
840 * calc/calc-mode.el (calc-embedded-save-original-modes):
841 Declare as a function.
842
843 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
844 Declare as functions.
845 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
846 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
847 Replace `mapcar*' by `math-map-binop'.
848 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
849
850 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
851 (math-read-expr-level): Declare as functions.
852
853 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
854
855 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
858 end-of-defun-function is called consistently, even for negative
859 arguments.
860 (end-of-defun-function): Default to forward-sexp.
861
862 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
863
864 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
865
866 2007-11-26 Glenn Morris <rgm@gnu.org>
867
868 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
869 than :suffix.
870
871 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
872
873 2007-11-26 Simon Josefsson <simon@josefsson.org>
874
875 * net/imap.el: Move from ../gnus.
876
877 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
878
879 * doc-view.el (doc-view-mode-p): New function.
880
881 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * mail/mspools.el (rmail-get-new-mail):
884 * mail/reporter.el (mail-position-on-field, mail-text):
885 * mail/rmail.el (mail-position-on-field, mail-text-start)
886 (rmail-update-summary):
887 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
888 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
889 * mail/rmailout.el (rmail-update-summary):
890 * mail/rmailsort.el (rmail-update-summary):
891 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
892 (dired-view-file):
893 * mail/uce.el (mail-strip-quoted-names):
894 * mail/undigest.el (rmail-update-summary):
895 * mail/unrmail.el (mail-strip-quoted-names):
896 * ediff.el (diff-latest-backup-file): Declare as functions.
897
898 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
899 (kill-to-end-of-line):
900 * obsolete/rnews.el (news-set-minor-modes):
901 Remove non working functions.
902
903 2007-11-25 Glenn Morris <rgm@gnu.org>
904
905 * eshell/esh-maint.el (top-level): Use require with NOERROR for
906 pcomplete. Don't mess with load-path.
907
908 * eshell/eshell.el (eshell-report-bug-address): Remove.
909 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
910
911 2007-11-24 Glenn Morris <rgm@gnu.org>
912
913 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
914 (appt-disp-window): Don't require electric.
915 Simplify minibuffer-avoidance code.
916 (appt-select-lowest-window): Avoid minibuffer.
917
918 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
919 (esh-mode): Require it.
920 (esh-util): Use require rather than featurep and load.
921 (eshell): No need to test if eshell-mode is bound; remove obsolete
922 reference to eshell-auto.
923 (eshell-command, eshell-command-result): Don't require esh-mode
924 now that the file does.
925 (top-level): Move provide statement to the end of the file.
926 Re-order and update commentary.
927
928 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
929
930 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
931 (vc-annotate-toggle-annotation-visibility): New command.
932 (vc-annotate-mode-map): Bind "V" to it.
933 (vc-annotate-mode-menu): Add entry for it.
934 (vc-annotate-get-time-set-line-props): New func.
935 (vc-annotate-display-autoscale)
936 (vc-annotate-display-difference): Use it.
937
938 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
939 Also, match one space at end of annotation text, after last paren.
940
941 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
942
943 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
944 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
945 `tramp-completion-mode'.
946
947 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
948
949 * vc-git.el (vc-git-show-log-entry): New func.
950
951 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
952 (vc-git-state): Use vc-git--call.
953 (vc-git-registered, vc-git-working-revision)
954 (vc-git-previous-revision, vc-git-next-revision)
955 (vc-git--run-command-string, vc-git-symbolic-commit):
956 Use vc-git--out-ok.
957
958 2007-11-24 Glenn Morris <rgm@gnu.org>
959
960 * emacs-lisp/byte-run.el (declare-function): Doc fix.
961
962 2007-11-24 Kenichi Handa <handa@m17n.org>
963
964 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
965
966 2007-11-23 David Kastrup <dak@gnu.org>
967
968 * server.el (server-process-filter): Use `command-line-args-left'.
969
970 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
973
974 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
975
976 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
977 buffer if the parent buffer is in vc-dired-mode.
978
979 2007-11-23 Mark A. Hershberger <mah@everybody.org>
980
981 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
982
983 2007-11-23 Juri Linkov <juri@jurta.org>
984
985 * dired.el (dired-read-dir-and-switches): For C-x d, set the
986 value for M-n to the visited file name of the current buffer.
987 Use minibuffer-with-setup-hook to set minibuffer-default to
988 buffer-file-name inside read-file-name.
989
990 * man.el (Man-getpage-in-background): Don't disregard user option
991 `Man-width' on non-window systems. Remove test for `window-system'
992 around setting envvar "COLUMNS" depending on the value of `Man-width'.
993
994 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
995 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
996 of "--color=always".
997
998 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1001 beginning-of-defun-function.
1002
1003 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1004
1005 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
1006
1007 2007-11-22 Glenn Morris <rgm@gnu.org>
1008
1009 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1010
1011 * emacs-lisp/check-declare.el (check-declare-locate): New function.
1012 (check-declare-scan): Use check-declare-locate.
1013 (check-declare-verify): No longer adjust fnfile, now
1014 check-declare-locate does it.
1015
1016 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1017
1018 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * subr.el (posn-col-row): Make the `default-value' use explicit.
1021
1022 * window.el (balance-windows): Remove unused var `counter'.
1023 (bw-balance-sub): Remove unused var `lastchild'.
1024 (split-window-vertically): Remove unused var `switch'.
1025 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1026
1027 * emacs-lisp/bytecomp.el
1028 (byte-compile-file-form-custom-declare-variable): Simplify.
1029
1030 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1031
1032 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1033 Set `show-trailing-whitespace' to nil.
1034
1035 * dired.el (make-symbolic-link):
1036 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1037 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1038 * dired-x.el (make-symbolic-link):
1039 * frame.el (x-initialize-window-system):
1040 * menu-bar.el (x-menu-bar-open):
1041 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1042 (x-store-cut-buffer-internal):
1043 * wdired.el (make-symbolic-link):
1044 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1045 (x-send-client-message):
1046 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1047
1048 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1049
1050 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1051
1052 2007-11-22 Glenn Morris <rgm@gnu.org>
1053
1054 * dos-fns.el (int86):
1055 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1056
1057 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1058
1059 * calendar/holidays.el (holiday-list): Add autoload cookie.
1060
1061 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1062 files relative to src/ directory.
1063 (check-declare-verify): Handle .c files. Warn if could not find
1064 an arglist to check.
1065
1066 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1067
1068 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
1069
1070 * replace.el (occur-mode-map): Add a major mode menu with entries
1071 for all occur operations.
1072
1073 * international/titdic-cnv.el (dos-8+3-filename):
1074 * obsolete/fast-lock.el (msdos-long-file-names):
1075 * frame.el (msdos-mouse-p):
1076 * files.el (msdos-long-file-names, w32-long-file-name):
1077 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1078 (mac-resume-apple-event, mac-font-panel-mode)
1079 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1080 (mac-clear-font-name-table):
1081 * term/pc-win.el (msdos-remember-default-colors)
1082 (w16-set-clipboard-data, w16-get-clipboard-data):
1083 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1084 (set-message-beep):
1085 * net/browse-url.el (w32-shell-execute):
1086 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1087 (w32-get-locale-info, w32-get-valid-locale-ids)
1088 (w32-set-clipboard-data):
1089 * dos-fns.el (int86, msdos-long-file-names):
1090 * dos-w32.el (default-printer-name): Declare as functions.
1091
1092 2007-11-21 Jason Rumney <jasonr@gnu.org>
1093
1094 * emacs-lisp/byte-run.el (declare-function): Return nil.
1095
1096 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1099
1100 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1101
1102 * ps-print.el (ps-lpr-switches): Docstring fix.
1103 (ps-string-list): New fun.
1104 (ps-do-despool): Code fix.
1105
1106 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1107
1108 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1109
1110 2007-11-21 Glenn Morris <rgm@gnu.org>
1111
1112 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1113 for now. Handle define-minor-mode, and defalias (with no argument
1114 checking).
1115
1116 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1117
1118 * frame.el (msdos-mouse-p):
1119 * files.el (msdos-long-file-names, w32-long-file-name):
1120 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1121 (mac-resume-apple-event, mac-font-panel-mode)
1122 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1123 (mac-clear-font-name-table):
1124 * term/pc-win.el (msdos-remember-default-colors)
1125 (w16-set-clipboard-data, w16-get-clipboard-data):
1126 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1127 (set-message-beep):
1128 * net/browse-url.el (w32-shell-execute):
1129 * dos-fns.el (int86, msdos-long-file-names):
1130 * dos-w32.el (default-printer-name): Undo previous change.
1131
1132 2007-11-21 Eli Zaretskii <eliz@gnu.org>
1133
1134 * international/mule-cmds.el (set-locale-environment):
1135 Set default-file-name-coding-system _after_ keyboard and terminal
1136 coding systems. This fixes last change.
1137
1138 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1139 one space after "Subject:".
1140
1141 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1144 in order to determine if there's a conflict.
1145
1146 2007-11-21 Richard Stallman <rms@gnu.org>
1147
1148 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1149
1150 * reposition.el (reposition-window):
1151 Binding C-M-l moved to bindings.el.
1152
1153 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1154
1155 * add-log.el (add-change-log-entry-other-window):
1156 Key binding C-x 4 a moved to bindings.el.
1157
1158 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1159 from filecache.el.
1160
1161 * filecache.el: Minibuffer map bindings moved to bindings.el.
1162
1163 2007-11-21 Jason Rumney <jasonr@gnu.org>
1164
1165 * international/mule-cmds.el (set-locale-environment):
1166 Set default-file-name-coding-system from system defaults on Windows.
1167
1168 2007-11-21 Jason Rumney <jasonr@gnu.org>
1169
1170 * term/w32console.el: New term init file for w32 console.
1171
1172 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1173 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1174 (w32-tty-standard-colors): Move to term/w32console.el.
1175
1176 * term/w32-win.el (x-setup-function-keys): Remove.
1177
1178 * term/tty-colors.el (tty-register-default-colors): Remove special
1179 case for w32.
1180
1181 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1182
1183 * frame.el (msdos-mouse-p):
1184 * generic-x.el (w32-shell-name):
1185 * files.el (msdos-long-file-names, w32-long-file-name)
1186 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1187 (dos-8+3-filename, vms-read-directory, view-mode-disable):
1188 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1189 (mac-resume-apple-event, mac-font-panel-mode)
1190 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1191 (mac-clear-font-name-table):
1192 * term/pc-win.el (msdos-remember-default-colors)
1193 (w16-set-clipboard-data, w16-get-clipboard-data):
1194 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1195 (set-message-beep):
1196 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1197 (w32-get-locale-info, w32-get-valid-locale-ids)
1198 (w32-set-clipboard-data):
1199 * help-fns.el (ad-get-advice-info):
1200 * font-lock.el (fast-lock-after-fontify-buffer)
1201 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1202 (lazy-lock-after-fontify-buffer)
1203 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1204 * net/browse-url.el (w32-shell-execute):
1205 * dos-fns.el (int86, msdos-long-file-names):
1206 * dos-w32.el (default-printer-name): Declare as functions.
1207
1208 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1211 Reported by Drew Adams <drew.adams@oracle.com>.
1212
1213 2007-11-20 Jason Rumney <jasonr@gnu.org>
1214
1215 * term/w32-win.el (x-setup-function-keys): Protect against
1216 multiple calls on the same terminal.
1217
1218 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1219
1220 * term/mac-win.el (x-setup-function-keys): Only setup
1221 local-function-key-map if it has not been setup already for the
1222 current frame. Move the suspend-emacs processing here.
1223
1224 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * progmodes/grep.el (xargs-program): New variable.
1227 (grep-compute-defaults): Use it.
1228 (grep-default-command): Doc fix.
1229 (grep, lgrep, rgrep): Reflow docstrings.
1230
1231 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * vc.el (vc-find-revision): Set the parent buffer.
1234 Use when instead of if.
1235
1236 * progmodes/python.el (info-lookup-maybe-add-help):
1237 * progmodes/ps-mode.el (doc-view-minor-mode):
1238 * mail/emacsbug.el (Info-menu, Info-goto-node):
1239 * emulation/viper-keym.el (viper-ex)
1240 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1241 * emulation/viper-cmd.el (widget-type, widget-button-press)
1242 (viper-set-hooks):
1243 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1244 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1245 (ses-load, ses-vector-delete, ses-create-header-string)
1246 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1247 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1248
1249 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1252
1253 2007-11-20 Glenn Morris <rgm@gnu.org>
1254
1255 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1256 for end of function-name. Handle define-derived-mode.
1257
1258 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1259
1260 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1261 is available by default.
1262 (idlwave-help-browse-url-available): Change default to t.
1263
1264 * emulation/edt.el (defgroup, defcustom): Remove definition.
1265 (eval-when-compile): Remove.
1266 (c-mark-function):
1267 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1268 * textmodes/fill.el (comment-search-forward)
1269 (comment-string-strip):
1270 * progmodes/prolog.el (comint-mode, comint-send-string)
1271 (comint-send-region, comint-send-eof):
1272 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1273 * emulation/viper-util.el (viper-forward-Word):
1274 * emulation/vi.el (c-mark-function):
1275 * emulation/edt-vt100.el (vt100-wide-mode):
1276 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1277
1278 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
1279
1280 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1281 Still some tuning in case of an echoing shell.
1282 (tramp-send-command): Connection property "remote-echo" is not
1283 persistent; cache key is the process therefore.
1284
1285 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1286
1287 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1288 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1289
1290 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1291
1292 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1293 * play/yow.el (doctor-ret-or-read):
1294 * vc-hooks.el (vc-dired-resynch-file):
1295 * vc-hg.el (log-view-get-marked):
1296 * smerge-mode.el (ediff-cleanup-mess):
1297 * pcvs.el (vc-editable-p, vc-checkout):
1298 * pcomplete.el (comint-bol):
1299 * informat.el (texinfo-format-refill):
1300 * ido.el (tramp-tramp-file-p):
1301 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1302 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1303 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1304 functions.
1305
1306 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1307 instead of fset.
1308 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1309
1310 * ido.el (ido-file-internal): Move with-no-warnings to include the
1311 ffap-string-at-point call.
1312
1313 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1314
1315 * vc-hg.el (vc-hg-revision-table): Fix last change.
1316
1317 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1318
1319 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1320 clipboard-yank when the buffer is read-only.
1321
1322 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1323 keymaps such that it's before the definition of Custom-mode-menu.
1324 (Custom-mode-menu): Show it for custom-field-keymap too.
1325
1326 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1327
1328 * progmodes/gdb-ui.el: Update commentary.
1329
1330 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1331
1332 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1333
1334 2007-11-19 Glenn Morris <rgm@gnu.org>
1335
1336 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1337 does not exist, try adding `.el' extension. Also search for defsubsts.
1338
1339 * cus-edit.el (recentf-expand-file-name):
1340 * dired.el (dired-relist-entry):
1341 * subr.el (w32-shell-dos-semantics):
1342 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1343 Declare as functions.
1344
1345 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1348 (prepare-abbrev-list-buffer): Use dolist.
1349 (clear-abbrev-table): Preserve properties.
1350
1351 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1352
1353 * textmodes/texinfmt.el (texinfo-format-printindex):
1354 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1355 Reported on <bug-texinfo@gnu.org>.
1356
1357 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1358
1359 * net/tramp.el (tramp-completion-reread-directory-timeout):
1360 New defcustom.
1361 (tramp-handle-file-name-all-completions): Flush directory contents
1362 from cache regularly.
1363 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1364 (tramp-open-connection-setup-interactive-shell):
1365 Call `tramp-cleanup-connection' via funcall.
1366
1367 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1368 created when copying.
1369
1370 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1371
1372 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1373 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1374 * eshell/esh-ext.el (eshell-external-command):
1375 * eshell/esh-cmd.el (require):
1376 * eshell/em-unix.el (eshell-plain-locate-behavior):
1377 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1378 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1379 * eshell/esh-mode.el (characterp, char-int): Remove unused
1380 conditional defaliases.
1381
1382 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1383 Rename from event-matches-key-specifier-p, define unconditionally.
1384 (event-basic-type): Remove unused defalias.
1385 (pcomplete-show-completions):
1386 Use pcomplete-event-matches-key-specifier-p.
1387
1388 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1389
1390 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1391 when saving esh-groups.el.
1392
1393 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1394
1395 * wid-edit.el (widget-default-complete):
1396 * progmodes/flymake.el (flymake-goto-file-and-line):
1397 Fix typo in (doc-)string.
1398
1399 2007-11-17 Glenn Morris <rgm@gnu.org>
1400
1401 * emacs-lisp/byte-run.el (declare-function): New macro.
1402 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1403 New function, byte-hunk-handler for declare-function.
1404 (byte-compile-callargs-warn): Handle declared functions.
1405
1406 * emacs-lisp/check-declare.el: New file.
1407 * Makefile.in (check-declare): New target.
1408
1409 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1410
1411 * subr.el (process-lines): Move here from ../admin/admin.el.
1412 * emacs-lisp/authors.el (authors-process-lines): Remove.
1413 (authors): Use process-lines rather than authors-process-lines.
1414
1415 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1416 Remove these files.
1417
1418 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * emacs-lisp/backquote.el (backquote):
1421 Improve argument/docstring consistency.
1422
1423 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1424 (ring-length, ring-empty-p): Use c[ad]dr.
1425 (ring-plus1): Use `1+'.
1426 (ring-minus1): Use `zerop'.
1427 (ring-remove): Use c[ad]dr. Use `when'.
1428 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1429 (ring-ref): Use `let', not `let*'.
1430 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1431 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1432 (ring-member): Simplify. Doc fix.
1433 (ring-convert-sequence-to-ring): Simplify.
1434
1435 2007-11-17 Juri Linkov <juri@jurta.org>
1436
1437 * dired-aux.el (dired-create-directory): Allow creating
1438 a directory of an arbitrary depth. Add a loop to find the topmost
1439 nonexistent parent dir `new', and call `dired-add-file' on it.
1440 Set the `PARENTS' arg of `make-directory' to t.
1441
1442 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1443
1444 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1445 (math-build-parse-table): Get parse information from math-parse-table.
1446
1447 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * window.el (recenter-last-op): New var.
1450 (recenter-top-bottom): New command.
1451 (global-map): Bind it to C-l.
1452
1453 * abbrev.el (abbrev--write): Fix error in transcription from C.
1454
1455 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1456 (pc-select-ensure-mark): Set mark-active to a special value instead.
1457 Rename from ensure-mark. Update call callers.
1458 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1459 Rewrite. Update all callers.
1460 (pc-selection-mode): Remove redundant var declaration.
1461
1462 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1463
1464 * doc-view.el (doc-view-search-backward, doc-view-search):
1465 Fix assignment to free variable bug.
1466
1467 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1468
1469 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1470 (ensure-mark): Set it.
1471 (maybe-deactivate-mark): New fun.
1472 Use it everywhere instead of (setq mark-active nil).
1473
1474 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1475
1476 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1477 Add check for XEmacs.
1478
1479 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1480
1481 * doc-view.el (doc-view-resolution): Add missing :group.
1482
1483 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * subr.el (make-variable-frame-local):
1486 Fix typo in obsolescence declaration.
1487
1488 2007-11-16 Werner Lemberg <wl@gnu.org>
1489
1490 * files.el (set-auto-mode-1): Check second line for -*- if file
1491 starts with '\" (which is used by man pages to identify needed
1492 troff preprocessors).
1493
1494 2007-11-16 Glenn Morris <rgm@gnu.org>
1495
1496 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1497
1498 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1499
1500 * calc/calc-lang.el (math-oper-table): Fix typo.
1501 Reduce precedence of "/" for TeX.
1502
1503 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1504
1505 2007-11-16 Juri Linkov <juri@jurta.org>
1506
1507 * dired-aux.el (dired-read-shell-command-default): New function.
1508 (dired-read-shell-command): Use its return value for DEFAULT arg.
1509
1510 * replace.el (keep-lines-read-args, occur-read-primary-args):
1511 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1512
1513 * man.el (Man-heading-regexp): Add 0-9.
1514 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1515
1516 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1519 (doc-view-resolution): New custom var.
1520 (doc-view-pdf/ps->png): Use it.
1521 (doc-view-shrink-factor): New var.
1522 (doc-view-enlarge, doc-view-shrink): New commands.
1523 (doc-view-mode-map): Use them.
1524
1525 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * ediff-wind.el (ediff-window-setup-function):
1528 * simple.el (normal-erase-is-backspace):
1529 * eshell/em-unix.el (eshell/info):
1530 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1531 Fix typos in docstrings.
1532
1533 * emulation/cua-base.el (cua--keymaps-initialized):
1534 Rename from `cua--keymaps-initalized'. Callers changed.
1535 (cua-highlight-region-shift-only): Doc fix.
1536 (cua-paste-pop): Fix typo in docstring.
1537
1538 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * emulation/cua-base.el (cua--pre-command-handler-1):
1541 Use input-decode-map instead of function-key-map.
1542 Use event-modifiers now that it works reliably.
1543
1544 * vc.el (vc-diff-internal): Pop-to-buffer later.
1545
1546 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1547
1548 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1549 did not touch them.
1550
1551 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1552
1553 * calc/calc-menu.el: New file.
1554 * calc/calc.el (calc-mode): Require calc-menu.
1555
1556 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1559
1560 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1561
1562 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1563 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1564 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1565 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1566 locations.
1567 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1568 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1569 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1570
1571 2007-11-13 Noah Friedman <friedman@splode.com>
1572
1573 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1574 bindings to remap when `calc-scan-for-dels' is non-nil.
1575
1576 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1579 constant forms.
1580 (byte-compile-nilconstp): New function.
1581 (byte-optimize-cond): Kill subsequent branches when a branch is
1582 know to be taken or not taken.
1583 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1584
1585 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * vc.el (vc-register): Allow registering a file passed as a
1588 parameter instead of just the current buffer.
1589
1590 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1593 Check whether the output of "uname -sr" has been changed.
1594
1595 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1596
1597 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1598 patterns from compilation-perl.el and compilation-weblint.el files.
1599
1600 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1601
1602 * progmodes/compilation-perl.el:
1603 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1604 a bootstrap failure.
1605
1606 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1607 instead of doing "cvs diff" in order to avoid accessing the repository.
1608
1609 2007-11-12 Kevin Ryde <user42@zip.com.au>
1610
1611 * progmodes/compilation-perl.el:
1612 * progmodes/compilation-weblint.el: New files.
1613
1614 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1615
1616 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1617 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1618 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1619 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1620 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1621 Rewrite in active voice.
1622
1623 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1624
1625 * doc-view.el: Add comments about isearch support.
1626
1627 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1628
1629 * vc.el (vc-start-entry): Fix setting the in the case the function
1630 is called from vc-dired. Use when instead of if where appropriate.
1631
1632 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1633
1634 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1635 to be a list.
1636 (ps-begin-job): Error if ps-lpr-switches is not a list.
1637
1638 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1639
1640 * faces.el (face-normalize-spec): Remove function.
1641 (frame-set-background-mode): Undo last change.
1642
1643 2007-11-10 Jason Rumney <jasonr@gnu.org>
1644
1645 * w32-fns.el: Sync charset names with setup-default-fontset.
1646 Append "-1" where second part missing.
1647
1648 2007-11-10 Juri Linkov <juri@jurta.org>
1649
1650 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1651 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1652
1653 * custom.el (custom-note-var-changed): Remove the `interactive'
1654 spec from this new non-interactive function.
1655
1656 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1657
1658 * doc-view.el (doc-view-mode-map, doc-view-menu)
1659 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1660 (doc-view-search-backward): New function.
1661 (doc-view-search): Query new regexp if prefix arg is given, else
1662 jump to next/previous match.
1663 (doc-view-mode): Handle compressed files.
1664 (jka-compr): Required for compressed files.
1665
1666 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1667
1668 * replace.el (query-replace-show-replacement): New defcustom.
1669 (perform-replace): Use `match-substitute-replacement' if
1670 `query-replace-show-replacement' is non-nil.
1671
1672 2007-11-10 David Kastrup <dak@gnu.org>
1673
1674 * subr.el (match-substitute-replacement): New function.
1675
1676 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1677
1678 * files.el (auto-mode-alist): Select org-mode for files with the
1679 extension ".org".
1680
1681 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1682
1683 * help.el (help-window, help-window-point-marker): New variables.
1684 (help-window-select): New option.
1685 (with-help-window): New macro for displaying help windows.
1686 (help-window-display-message, help-window-setup-finish)
1687 (help-window-setup): New functions used for setting up help windows.
1688 (print-help-return-message): Reset help-window to nil.
1689 (view-lossage): Use with-help-window instead of
1690 with-output-to-temp-buffer and move help-window-point-marker after
1691 inserted text.
1692 (describe-bindings, describe-key, describe-mode): Use
1693 with-help-window instead of with-output-to-temp-buffer.
1694
1695 * help-mode.el (help-mode): Set view-exit-action to bury the
1696 buffer instead of fiddling with windows. Simplify code.
1697 (help-mode-finish): When help-window eqs t set it to the selected
1698 window and have with-help-window set up view-return-to-alist.
1699 (help-buffer): Add autoload cookie.
1700
1701 * view.el (view-remove-frame-by-deleting): Change default value to t.
1702 Add autoload cookie.
1703 (view-exit-action, view-file, view-file-other-window)
1704 (view-file-other-frame, view-buffer, view-buffer-other-window)
1705 (view-buffer-other-frame): Rewrite doc strings.
1706 (view-return-to-alist-update): New function to remove stale entries
1707 from view-return-to-alist.
1708 (view-mode-enter): Rewrite doc string and simplify code.
1709 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1710 view-exit-action to nil. Simplify code and rewrite doc string.
1711
1712 * apropos.el (apropos-describe-plist):
1713 * descr-text.el (describe-char):
1714 * disp-table.el (describe-display-table):
1715 * faces.el (list-faces-display, describe-face):
1716 * facemenu.el (list-colors-display):
1717 * help-fns.el (describe-function, describe-variable)
1718 (describe-syntax, describe-categories):
1719 Use with-help-window instead of with-output-to-temp-buffer.
1720
1721 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1724 Optimize (featurep 'emacs) to t.
1725
1726 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1727 New function.
1728 (byte-compile-maybe-guarded): Use it to also look for bound
1729 symbols inside `and' forms. Comment out non-working code that was
1730 trying to avoid warnings for XEmacs code.
1731
1732 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1733
1734 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1735 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1736 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1737 (vc-cvs-annotate-command):
1738 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1739 is bound, it always is.
1740
1741 2007-11-10 Jason Rumney <jasonr@gnu.org>
1742
1743 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1744 setup here from global scope.
1745
1746 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * ido.el (ido-save-history): Save the history file in UTF-8, not
1749 the current filename coding system.
1750
1751 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * simple.el (interprogram-cut-function, interprogram-paste-function):
1754 Don't make them frame-local any more.
1755
1756 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1757 Don't set interprogram-(cut|paste)-function on each frame.
1758
1759 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1760 Make them work in tty frames.
1761 (interprogram-cut-function, interprogram-paste-function):
1762 Set them globally.
1763
1764 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1767 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1768 (iso-iso2duden-trans-tab): Add docstring.
1769
1770 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * abbrev.el (define-abbrev-table): Record the variable definition.
1773
1774 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1775 New function.
1776
1777 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1778
1779 * ps-print.el: Clean the code for checking suitable Emacs version.
1780 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1781 (ps-print-version): New version 6.8.1.
1782
1783 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * files.el (enable-local-variables): Doc fix.
1786
1787 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1788
1789 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1790
1791 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1792
1793 * dired-aux.el (dired-copy-file-recursive):
1794 Preserve directory permissions.
1795
1796 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1799 (whitespace-unload-function): New-style unload function. When run,
1800 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1801 to stop the old hook from messing with the unloading.
1802
1803 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1806 (elp-unset-master, elp-results): Fix typos.
1807 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1808 Doc fixes.
1809
1810 * msb.el (msb--many-menus): Remove variable.
1811 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1812 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1813 (msb--toggle-menu-type): Fix typos in docstrings.
1814
1815 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1816 (shadow-insert-var): Doc fixes.
1817 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1818 Reflow docstrings.
1819 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1820
1821 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1822
1823 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1824 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1825 Fix typos in autoload docstrings.
1826
1827 2007-11-09 Richard Stallman <rms@gnu.org>
1828
1829 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1830
1831 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1832
1833 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1834 (gdb-var-update-handler-1): Use it.
1835
1836 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1837
1838 * loadhist.el (unload-feature): Remove erroneous check for the
1839 FEATURE-unload-function variable; check the existence of the
1840 function (that's what the docstring says, and it makes more sense).
1841
1842 * follow.el (follow-unload-function): Add docstring.
1843 (follow-unload-function): Remove variable.
1844
1845 * server.el (server-unload-function): Remove variable.
1846 (server-unload-function): Unbind `server-edit' from `C-x #'.
1847
1848 * ses.el (ses-unload-function): New function.
1849
1850 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1853 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1854
1855 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1856 before use to avoid a warning in packages that require uniquify.
1857 (uniquify-unload-function): New function and var.
1858
1859 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1860
1861 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1862 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1863 (ediff-current-diff-A, ediff-current-diff-B)
1864 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1865 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1866 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1867 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1868 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1869 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1870 (ediff-setup-windows-plain-merge)
1871 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1872 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1873 * ediff-util.el (ediff-setup-keymap, )
1874 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1875 (ediff-toggle-use-toolbar, ediff-really-quit)
1876 (ediff-good-frame-under-mouse)
1877 (ediff-highlight-diff-in-one-buffer)
1878 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1879 (ediff-make-bullet-proof-overlay):
1880 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1881 (ediff-set-meta-overlay):
1882 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1883 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1884 ediff-emacs-p with their former definitions.
1885
1886 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1887 (viper-has-face-support-p, viper-inactivate-input-method)
1888 (viper-activate-input-method)
1889 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1890 * emulation/viper-mous.el (viper-multiclick-timeout)
1891 (viper-surrounding-word, viper-mouse-click-insert-word)
1892 (viper-mouse-click-search-word, viper-parse-mouse-key):
1893 * emulation/viper-macs.el (viper-char-array-to-macro):
1894 * emulation/viper.el (viper-go-away, viper-set-hooks)
1895 (viper-non-hook-settings):
1896 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1897 (viper-get-saved-cursor-color-in-insert-mode)
1898 (viper-get-saved-cursor-color-in-emacs-mode)
1899 (viper-check-version, viper-get-visible-buffer-window)
1900 (viper-file-checked-in-p, viper-set-replace-overlay)
1901 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1902 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1903 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1904 with their former definitions.
1905 (viper-eventify-list-xemacs): Only do work for XEmacs.
1906 (viper-set-unread-command-events): Only do work for Emacs.
1907 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1908 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1909 (viper-overlay-get, viper-overlay-put, viper-read-event)
1910 (viper-characterp, viper-int-to-char, viper-get-face)
1911 (viper-color-defined-p, viper-iconify): New defaliases replacing
1912 the old fsets.
1913
1914 * progmodes/fortran.el (comment-region-function)
1915 (uncomment-region-function): Pacify byte compiler.
1916
1917 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1918
1919 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1920
1921 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1922 `process-environment'.
1923
1924 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1925
1926 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1927 match dir like "a...b".
1928
1929 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1932
1933 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1934
1935 * net/tramp.el (tramp-handle-substitute-in-file-name):
1936 Don't expand the remote connection identification.
1937 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1938 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1939 before calling stty.
1940
1941 * net/tramp-cache.el (tramp-cache-print)
1942 (tramp-dump-connection-properties): Fix docstring.
1943 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1944
1945 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1946
1947 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1948 remote connection identification when setting connection property.
1949
1950 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1951 "//" substitutes only in the local filename part.
1952
1953 2007-11-07 David Hansen <david.hansen@gmx.net>
1954
1955 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1956
1957 2007-11-07 Glenn Morris <rgm@gnu.org>
1958
1959 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1960 Remove superfluous concats. Move final set-buffer to
1961 non-emacs-specific code.
1962
1963 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1964
1965 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1966
1967 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1968
1969 * eshell/esh-mode.el (eshell-output-filter):
1970 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1971 Use `with-current-buffer'.
1972
1973 2007-11-07 Andreas Schwab <schwab@suse.de>
1974
1975 * server.el (server-start): Only register cleanup after server was
1976 started.
1977
1978 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1979
1980 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1981
1982 * net/tramp-cache (tramp-cache-print): Move down.
1983 (tramp-cache-list-connections): New defun.
1984
1985 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1986
1987 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1988
1989 * ido.el (ido-save-history): Write the history file in the current
1990 filename coding system, and add `coding' file-local variable.
1991
1992 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1993
1994 * textmodes/org.el (org-table-formula-substitute-names):
1995 Remove forgotten temporary debugging code.
1996
1997 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2000 the prompt.
2001
2002 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2003
2004 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2005
2006 2007-11-05 Simon Josefsson <simon@josefsson.org>
2007
2008 * net/tls.el (tls-end-of-info): Doc fix.
2009
2010 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2011
2012 * international/utf-7.el (utf-7-imap): New coding system.
2013 (utf-7-imap-post-read-conversion): New function.
2014 (utf-7-imap-pre-write-conversion): New function.
2015
2016 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * abbrev.el (abbrev--write): Fix up typo.
2019
2020 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * abbrev.el (define-abbrev-table): Doc fix.
2023
2024 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2025
2026 * info.el (Info-revert-buffer-function): New func.
2027 (Info-mode): Arrange to use it for reverting.
2028 (Info-copy-current-node-name): Add space between filename and nodename.
2029
2030 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * abbrev.el (expand-abbrev): Move point back to expansion's end.
2033
2034 2007-11-04 Glenn Morris <rgm@gnu.org>
2035
2036 * net/tls.el: Don't require rx when compiling.
2037 (tls-end-of-info): Rewrite without using rx.
2038 (open-tls-stream): Use with-current-buffer.
2039
2040 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2041
2042 * net/tls.el: Require rx when compiling.
2043 (tls-end-of-info): New variable.
2044 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2045 matched.
2046
2047 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
2048
2049 * register.el (append-to-register, prepend-to-register):
2050 Don't signal error on empty register; use the text, instead.
2051
2052 2007-11-03 Michael Olson <mwolson@gnu.org>
2053
2054 * textmodes/remember.el (remember-buffer):
2055 Use define-obsolete-function-alias rather than defalias.
2056
2057 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2058
2059 * simple.el (bad-packages-alist): Anchor semantic regexp.
2060
2061 2007-11-03 Glenn Morris <rgm@gnu.org>
2062
2063 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2064 if defined, for blank lines. Doc fix.
2065
2066 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2067 (fortran-mode): Set values for comment-region-function,
2068 uncomment-region-function and comment-insert-comment-function.
2069 (fortran-uncomment-region): New function.
2070
2071 * textmodes/nroff-mode.el (nroff-mode):
2072 Set comment-insert-comment-function rather than indent-line-function.
2073 (nroff-indent-line-function): Remove.
2074 (nroff-insert-comment-function): New function.
2075
2076 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2077
2078 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2079
2080 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2081
2082 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2083
2084 * emulation/viper-cmd.el (viper-prev-destructive-command)
2085 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2086 copy-sequence.
2087
2088 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2089 Got rid of ediff-copy-list.
2090
2091 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2092 use face-name.
2093 (ediff-test-utility, ediff-diff-mandatory-option)
2094 (ediff-reset-diff-options): Remove to simplify the mandatory option
2095 handling on Windows.
2096 (ediff-set-diff-options): Add.
2097 (ediff-diff-options): Set "--binary" option as default in some cases.
2098
2099 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2100 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2101 ediff-vc-working-revision. Require vc-hooks.
2102
2103 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2104
2105 * files.el (hack-local-variables): Fix membership tests to avoid
2106 treating all variables as safe if `enable-local-variables' is
2107 set to :safe (CVE-2007-5795).
2108
2109 2007-11-02 Glenn Morris <rgm@gnu.org>
2110
2111 * newcomment.el (comment-indent): Let comment-insert-comment-function,
2112 if defined, do all the work of inserting a new comment.
2113
2114 * progmodes/etags.el (tags-table-mode): Disable undo.
2115
2116 * simple.el (bad-packages-alist): Revert previous change.
2117
2118 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2121
2122 * obsolete/lselect.el: Do not warn about unknown functions.
2123
2124 2007-11-02 Michael Olson <mwolson@gnu.org>
2125
2126 * textmodes/remember.el (remember-buffer): Make this an alias of
2127 remember-finalize, because Org uses it.
2128
2129 2007-11-01 Michael Olson <mwolson@gnu.org>
2130
2131 * textmodes/remember.el: Improve documentation in heading.
2132 (remember-before-remember-hook): Turn into a customizable option.
2133 (remember): Document INITIAL argument.
2134 (remember-region): Remove autoload cookie. Improve docstring to
2135 mention that it is called from the *Remember* buffer, and does not
2136 have any functional overlap with the `remember' function.
2137 (remember-finalize): Remove autoload cookie. Rename from
2138 remember-buffer to emphasize that this does not have any
2139 functional overlap with the `remember' function.
2140 (remember-destroy): Remove autoload cookie.
2141 (remember-mode-map): Define and initialize in one step.
2142 (remember-mode): Improve docstring.
2143 (remember-annotation-functions): Default to just '(buffer-file-name),
2144 and don't try to take the default value from Planner.
2145
2146 2007-11-01 Glenn Morris <rgm@gnu.org>
2147
2148 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2149
2150 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2151
2152 * emacs-lisp/authors.el (authors-scan-change-log)
2153 (authors-scan-el): Don't enable local eval; enable only safe local
2154 variables, without querying.
2155
2156 * mail/footnote.el (footnote-numeric-regexp)
2157 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2158 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2159 Match multi-character footnotes.
2160
2161 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2162 (nroff-indent-line-function): New function.
2163 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2164 obsolete alias.
2165
2166 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
2167
2168 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2169 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2170 (rcirc-print): Only update the line count when not marking the
2171 line as omittable.
2172 (rcirc-log-write): Specify coding system when writing logfile.
2173 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2174
2175 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2176
2177 * printing.el (printing): Fix :version, printing.el was included
2178 for in emacs-22.1.
2179 (pr-path-style, pr-path-alist, pr-txt-name)
2180 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2181 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2182 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2183 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2184 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2185 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2186 (pr-setting-database, pr-visible-entry-list)
2187 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2188 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2189
2190 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2191 top level, make it dependent on the emacs flavor.
2192
2193 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2194 Test for XEmacs not for itimer.
2195
2196 * term/sun-mouse.el:
2197 * obsolete/sun-fns.el:
2198 * obsolete/sun-curs.el: Remove files.
2199
2200 * term/sun.el (select-previous-complex-command): Remove obsolete code.
2201
2202 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2203
2204 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2205 was given to concat.
2206
2207 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2210 used normally for goto-line. Change `g' to revert the buffer.
2211 Add redundant `r' binding for buffer-revert.
2212
2213 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2214 (mail-abbrevs-setup): Use abbrev-expand-functions.
2215 (build-mail-abbrevs): Use with-temp-buffer.
2216 (define-mail-abbrev): Simplify.
2217 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2218 Change it for use on abbrev-expand-functions.
2219 (mail-abbrev-complete-alias): Use with-syntax-table.
2220
2221 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2222
2223 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2224 directly. Fix bug in deleting temp file.
2225
2226 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2229 Merge defvar and define-abbrev-table.
2230 (def-python-skeleton): Use :case-fixed and :enable-function.
2231 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2232 Remove.
2233 (python-mode): Don't modify pre-abbrev-expand-hook.
2234
2235 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 * ediff-util.el (ediff-file-checked-out-p)
2238 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2239
2240 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * abbrev.el (abbrev-symbol): Correct let->let*.
2243 (abbrev--before-point): Only use abbrev-start-location if before point.
2244
2245 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2248 (strokes-unload-hook): Remove function and variable.
2249 (strokes-unload-function): New-style unload function, adapted
2250 from `strokes-unload-hook'.
2251
2252 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2253 (cl-unload-hook): Remove variable.
2254 (cl-unload-function): New-style unload function, adapted
2255 from `cl-cannot-unload'.
2256
2257 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2258 (elp-unload-function): New-style unload function, adapted
2259 from `elp-unload-hook'.
2260
2261 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2262
2263 * emacs-lisp/find-func.el (find-library): Use library at
2264 point as default interactive argument.
2265
2266 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2267
2268 * shadowfile.el (shadow-join): Remove.
2269 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2270 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2271 (shadowfile-unload-hook): Remove function and variable.
2272 (shadowfile-unload-function): New-style unload function, adapted
2273 from `shadowfile-unload-hook'.
2274
2275 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2276
2277 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2278 only if it is bound.
2279
2280 * textmodes/reftex.el: Move autoloads for before all uses.
2281 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2282 (reftex-delete-overlay): Move to the top level with the condition
2283 in the body.
2284
2285 * progmodes/simula.el: Use when instead of if.
2286
2287 * iimage.el (iimage-locate-file): Define unconditionally.
2288
2289 * mail/mailabbrev.el (mail-abbrev-next-line):
2290 * emulation/vip.el (vip-enlarge-region, vip-line)
2291 (vip-next-line-at-bol, vip-previous-line)
2292 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2293 Wrap with-no-warnings around uses of next-line and previous-line.
2294
2295 * ediff.el (run-ediff-from-cvs-buffer):
2296 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2297 Remove function not used by pcl-cvs anymore.
2298 (noninteractive, generic-sc-get-latest-rev)
2299 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2300 Delete support for long obsolete generic-sc.el.
2301
2302 2007-10-31 Glenn Morris <rgm@gnu.org>
2303
2304 * cvs-status.el: No longer require pcvs when compiling.
2305
2306 * doc-view.el (doc-view-conversion-refresh-interval)
2307 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2308 (doc-view-reset-slice): Doc fixes.
2309 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2310
2311 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2314 Timers are automatically canceled by `unload-feature'.
2315
2316 * delsel.el (delsel-unload-hook): Remove function and variable.
2317 (delsel-unload-function): New-style unload function, adapted
2318 from `delsel-unload-hook'.
2319
2320 * msb.el (msb-unload-hook): Remove function and variable.
2321 (msb-unload-function): New-style unload function, adapted from
2322 `msb-unload-hook'.
2323
2324 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * desktop.el (uniquify-managed): Pacify byte compiler.
2327 (desktop-buffer-info): If the buffer name is managed by uniquify,
2328 save the base name, not the uniquified one.
2329 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2330 name in case of conflict.
2331
2332 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * doc-view.el: Use expand-file-name rather than concat.
2335 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2336 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2337 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2338 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2339 not to have to touch the buffer's content.
2340 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2341 (doc-view-mode): Use it. Don't mark as a special mode.
2342 Put the page numbers in the modeline.
2343 Set up the overlay. Hide the cursor. Run the mode hook.
2344 Use after-revert-hook rather than revert-buffer-function.
2345 (doc-view-search-internal): Fix typo.
2346 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2347 image-cache flush.
2348 (doc-view-reconvert-doc): Don't reset the whole mode.
2349 (doc-view-make-safe-dir): New function.
2350 (doc-view-current-cache-dir): Use it.
2351
2352 2007-10-30 Jason Rumney <jasonr@gnu.org>
2353
2354 * time.el (display-time-world-list): Test for zoneinfo support.
2355
2356 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2359
2360 * net/tramp-cache.el (tramp-flush-file-function): Check also
2361 `default-directory' if `buffer-file-name' does not return a
2362 string. Added to `eshell-pre-command-hook'.
2363
2364 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * doc-view.el (doc-view-current-doc): Remove.
2367 Replace all uses by buffer-file-name.
2368 (doc-view-menu): New menu.
2369 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2370 unused var `doc'.
2371 (doc-view-sort): Simplify.
2372 (doc-view-buffer-message): Don't change buffer-modified-p.
2373 (doc-view-mode): Change it here instead.
2374 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2375 Don't modify the global value of revert-buffer-function.
2376
2377 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2378 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2379 (image-toggle-display): Take overlays into account and don't assume
2380 point-min==1.
2381
2382 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2383
2384 * vc.el (vc-annotate): Fix omission bug:
2385 Specify value for vc-sentinel-movepoint.
2386
2387 2007-10-30 Michael Olson <mwolson@gnu.org>
2388
2389 * textmodes/remember.el (remember-mode-hook)
2390 (remember-handler-functions, remember-annotation-functions):
2391 Add additional items as options, including some Org functions.
2392
2393 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2394
2395 * doc-view.el: Remove cl-dependency.
2396 (doc-view-buffer-message): Mention new binding K.
2397 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2398 instead of variable.
2399 (doc-view-current-cache-dir): Better cache dir naming.
2400 (doc-view-current-display): Remove variable.
2401 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2402 (doc-view-kill-proc): Set converter process to nil.
2403 (doc-view-minor-mode): New minor mode.
2404 (doc-view-minor-mode-map): New keymap.
2405 (doc-view-mode): Remove text/image switching code. Use plain defun.
2406 (doc-view-mode-map): New binding K kills converter process.
2407 Remove C-c C-e binding.
2408 (doc-view-mode-text-map): Remove keymap.
2409 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2410 d-v-display-maybe.
2411 (doc-view-previous-major-mode): New variable.
2412 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2413 (doc-view-remove-if): New function.
2414 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2415 (doc-view-toggle-display): Toggle modes instead of display styles.
2416 (doc-view-reconvert-doc): Adapt to new way of doing things.
2417
2418 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2419
2420 2007-10-30 Glenn Morris <rgm@gnu.org>
2421
2422 * dirtrack.el (dirtrack-mode): Doc fix.
2423
2424 * shell.el (shell-dirtrack-verbose, shell-mode)
2425 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2426
2427 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2428 (byte-compile-enable-warning): Doc fix.
2429
2430 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2431 suppress byte-opt warning.
2432
2433 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2434
2435 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2436 (edt-gnu-emacs19-p): Remove.
2437 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2438 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2439 (edt-end-of-line-forward, edt-end-of-line-backward)
2440 (edt-one-word-forward, edt-one-word-backward, edt-character)
2441 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2442 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2443 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2444 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2445 (edt-sentence-backward, edt-paragraph-forward)
2446 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2447 (edt-window-bottom, edt-scroll-window-forward-line)
2448 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2449 (edt-line-to-top-of-window, edt-paragraph-backward)
2450 (edt-restore-key, edt-window-top, edt-window-bottom)
2451 (edt-scroll-window-forward-line)
2452 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2453 (edt-line-to-middle-of-window, edt-goto-percentage)
2454 (edt-display-the-time, edt-remember, edt-split-window)
2455 (edt-emulation-on, edt-emulation-off)
2456 (edt-default-emulation-setup, edt-user-emulation-setup)
2457 (edt-select-default-global-map, edt-select-user-global-map):
2458 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2459 tests.
2460
2461 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2462 Use feature test instead of boundp test so it can be resolved at
2463 compile time.
2464
2465 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2466
2467 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2470 Update all users.
2471 (abbrev-get, abbrev-put): Simplify.
2472 (define-abbrev): Don't store the `force' value in the :system property.
2473 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2474
2475 2007-10-30 Michael Olson <mwolson@gnu.org>
2476
2477 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2478
2479 * textmodes/remember.el: New file that implements a mode for
2480 quickly jotting down things to remember.
2481
2482 * textmodes/remember-diary.el: A backend for remember.el that
2483 implements saving notes to a Diary file.
2484
2485 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2486
2487 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2488 Relocate in file.
2489 (allout-doublecheck-at-and-shallower): Increase to include
2490 slightly greater depths, since yank interaction is now ok.
2491 Also, elaborate the docstring to explain the situation.
2492 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2493 instead of concat, so we accommodate key sequences expressed as
2494 vectors as well as strings and lists.
2495 (allout-flag-region, allout-hide-by-annotation): Make the
2496 hidden-text overlays 'front-advance.
2497 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2498 (allout-aberrant-container-p, allout-on-current-heading-p)
2499 (allout-e-o-prefix-p, allout-next-heading)
2500 (allout-previous-heading, allout-goto-prefix)
2501 (allout-end-of-prefix, allout-next-sibling-leap)
2502 (allout-next-visible-heading, allout-auto-fill)
2503 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2504 (allout-yank-processing, allout-resolve-xref)
2505 (allout-current-topic-collapsed-p, allout-hide-region-body)
2506 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2507 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2508 (count-trailing-whitespace-region): Preserve match data, so allout
2509 outline navigation doesn't disrupt other Emacs operations.
2510 (allout-beginning-of-line): Retreat to the beginning of the hidden
2511 text, so fields are respected (for submodes that care).
2512 (allout-end-of-line): Preserve mark activation status when jumping.
2513 (allout-open-topic): Account for opening after a child that
2514 contains a hidden trailing newline. Preserve match data.
2515 Run allout-structure-added-hook
2516 (allout-encrypt-decrypted): Preserve match data.
2517 (allout-toggle-current-subtree-exposure): Add new interactive
2518 function for toggle subtree exposure - suggested by tassilo.
2519 (move-beginning-of-line, move-end-of-line): Don't use
2520 line-move-invisible-p, it's obsolete - substitute the code, instead.
2521
2522 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2523
2524 * textmodes/flyspell.el (message-signature-separator):
2525 * longlines.el (message-indent-citation-function): Pacify byte
2526 compiler.
2527
2528 * emacs-lisp/cl-loaddefs.el:
2529 * ldefs-boot.el: Regenerate.
2530
2531 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2532 (.el.elc, compile, compile-always, compile-calc)
2533 ($(lisp)/progmodes/cc-mode.elc): Use it.
2534
2535 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2536 Only do work for XEmacs.
2537 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2538 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2539 on XEmacs.
2540 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2541 (ps-x-color-name, ps-x-color-specifier-p)
2542 (ps-x-copy-coding-system, ps-x-device-class)
2543 (ps-x-extent-end-position, ps-x-extent-face)
2544 (ps-x-extent-priority, ps-x-extent-start-position)
2545 (ps-x-face-font-instance, ps-x-find-coding-system)
2546 (ps-x-font-instance-properties, ps-x-make-color-instance)
2547 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2548 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2549 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2550 (ps-generate-postscript-with-faces): Delete defaliases.
2551 (ps-face-foreground-name, ps-face-background-name)
2552 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2553 Move definitions to top level, make the body conditional on the Emacs
2554 flavor. Replace uses of deleted aliases and renamed functions.
2555 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2556 of deleted aliases and renamed functions.
2557
2558 * calc/calc.el (calc-emacs-type-lucid): Remove.
2559 (calc-digit-map, calcDigit-start, calc-read-key)
2560 (calc-clear-unread-commands):
2561 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2562 calc-emacs-type-lucid with (featurep 'xemacs)
2563
2564 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2565 (featurep 'xemacs).
2566 (tpu-lucid-emacs19-p): Remove.
2567 (tpu-map-key): Make it a function instead of using fset. Inline
2568 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2569 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2570
2571 * ielm.el: Use featurep 'xemacs.
2572
2573 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2574 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2575 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2576 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2577 cperl-xemacs-p with (featurep 'xemacs).
2578 (font-lock-cache-position): Pacify byte compiler.
2579
2580 2007-10-29 Drew Adams <drew.adams@oracle.com>
2581
2582 * faces.el (read-color): New function.
2583 (face-at-point, foreground-color-at-point)
2584 (background-color-at-point): New functions.
2585
2586 2007-10-28 Richard Stallman <rms@gnu.org>
2587
2588 * net/browse-url.el (browse-url-text-xterm): Rename from
2589 browse-url-lynx-xterm and made generic.
2590 (browse-url-text-emacs): Likewise.
2591 (browse-url-text-browser): New variable.
2592 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2593 (browse-url-text-input-field, browse-url-text-input-attempts)
2594 (browse-url-kde-program): Likewise.
2595
2596 2007-10-29 Glenn Morris <rgm@gnu.org>
2597
2598 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2599 Use mapc rather than mapcar (reinstall change deleted without log
2600 entry 2007-10-22).
2601
2602 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2603
2604 * wdired.el (wdired-next-line, wdired-previous-line):
2605 Use next-line and previous-line wrapped in with-no-warnings.
2606
2607 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2608
2609 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2610 (rcirc-recent-quit-alist): New function.
2611 (rcirc): Print a better message when there is only one connected server.
2612 (rcirc-complete-nick): Do not update the nick table here.
2613 (rcirc-mode-map): Add M-o.
2614 (rcirc-current-line): Add variable.
2615 (rcirc-mode): Setup variables for line based omit.
2616 (rcirc-edit-multiline): Strip text properties.
2617 (rcirc-omit-responses): Add NICK.
2618 (rcirc-omit-threshold): Add variable.
2619 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2620 Add functions.
2621 (rcirc-print): Keep track of current line. Do not fill text if
2622 `rcirc-fill-flag' is null. Only omit text if the last activity
2623 from the sender is more than `rcirc-omit-threshold' lines ago.
2624 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2625 numbers instead of time.
2626 (rcirc-channel-nicks): Sort by line numbers instead of time.
2627 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2628 (rcirc-handler-JOIN): Restore the joiners linestamp.
2629 (rcirc-maybe-remember-nick-quit): Add function.
2630 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2631
2632 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2633
2634 * loadhist.el (unload-feature-special-hooks):
2635 Add `delete-frame-functions' and `suspend-tty-functions'.
2636
2637 * server.el (server-unload-function): Rename from `server-unload-hook'
2638 and adapt to new `unload-feature' functionality. Remove hook from
2639 `kill-buffer-hook' buffer-locally.
2640 (server-unload-hook): Remove.
2641 (server-unload-function): New var; replaces `server-unload-hook'.
2642
2643 2007-10-29 Glenn Morris <rgm@gnu.org>
2644
2645 * dirtrack.el (dirtrack-debug): Doc fix.
2646 (dirtrack-mode, dirtrack-debug-mode): New names for
2647 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2648 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2649 Make obsolete.
2650 (dirtrack-debug-message): Only print message if
2651 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2652 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2653 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2654
2655 2007-10-28 Glenn Morris <rgm@gnu.org>
2656
2657 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2658 (byte-compile-warnings-safe-p): Handle `not'.
2659 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2660 (byte-compile-enable-warning): New functions.
2661 (byte-compile-eval-before-compile)
2662 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2663 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2664 but do not modify it.
2665 (byte-compile-eval, byte-compile-obsolete)
2666 (byte-compile-warn-about-unresolved-functions)
2667 (byte-compile-file-form-defvar)
2668 (byte-compile-file-form-custom-declare-variable)
2669 (byte-compile-file-form-require)
2670 (byte-compile-file-form-defmumble, byte-compile-lambda)
2671 (byte-compile-form, byte-compile-normal-call)
2672 (byte-compile-variable-ref, byte-compile-defvar)
2673 (byte-compile-make-variable-buffer-local):
2674 Use byte-compile-warning-enabled-p.
2675 * emacs-lisp/advice.el (ad-compile-function):
2676 Use byte-compile-disable-warning.
2677 * emacs-lisp/cl.el: Move local variables to end of file, and set
2678 byte-compile-warnings to `(not cl-functions)'.
2679 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2680 byte-compile-warnings to `(not cl-functions)'.
2681 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2682 byte-compile-warnings to `(not cl-functions)'.
2683 (cl-do-proclaim): Use byte-compile-disable-warning and
2684 byte-compile-enable-warning.
2685 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2686 byte-compile-warnings to `(not cl-functions)'.
2687 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2688 Use byte-compile-disable-warning.
2689
2690 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2691
2692 * cus-edit.el (custom-browse-insert-prefix):
2693 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2694
2695 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * server.el (server-process-filter): Fix typo in docstring.
2698 (server-log): Reflow docstrings.
2699 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2700 (server-goto-line-column): Use `when'.
2701
2702 2007-10-28 Juri Linkov <juri@jurta.org>
2703
2704 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2705 when mouse is clicked on the isearch message.
2706 (isearch-resume): Call `isearch-update' at the end.
2707 Rename argument `search' to `string' to conform to the
2708 isearch terminology.
2709
2710 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 Rewrite abbrev.c in Elisp.
2713 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2714 (abbrev-table-get, abbrev-table-put, abbrev-get)
2715 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2716 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2717 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2718 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2719 (unexpand-abbrev, abbrev--write, abbrev--describe)
2720 (insert-abbrev-table-description, define-abbrev-table):
2721 New funs, largely transcribed from abbrev.c.
2722 (abbrev-with-wrapper-hook): New macro.
2723 (abbrev-table-name-list, global-abbrev-table)
2724 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2725 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2726 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2727 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2728 New vars, largely transcribed from abbrev.c.
2729 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2730 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2731 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2732
2733 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2734
2735 * ps-print.el: Now detect if text foreground and background colors are
2736 equal and replace the foreground color by another color, so the text
2737 becomes visible. Doc fix.
2738 (ps-print-version): New version 6.8.
2739 (ps-default-fg, ps-default-bg): Docstring fix.
2740 (ps-postscript-code-directory): Fix default value code.
2741 (ps-fg-list, ps-fg-validate-p): New options.
2742 (ps-foreground-list): New var.
2743 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2744
2745 2007-10-27 Glenn Morris <rgm@gnu.org>
2746
2747 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2748 (shell-dirtrack-toggle): Mark as obsolete.
2749 (dirtrack-toggle, dirtrack-mode): No longer alias to
2750 shell-dirtrack-mode.
2751
2752 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2753
2754 * calc/calc.el (math-standard-opers): Lower the precedence
2755 of negation.
2756 * calc/calc-lang.el (math-oper-table): Lower precedence of
2757 negation for C, TeX, and eqn.
2758
2759 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2762
2763 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2766 (desktop-not-loaded-hook): Fix :version tags.
2767
2768 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2769
2770 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2771 (tramp-get-remote-tmpdir): New defun.
2772 (tramp-make-tramp-temp-file): Use it.
2773 (tramp-local-call-process): New defun. Replace all calls of
2774 `call-process' by this when appropriate.
2775 (tramp-handle-write-region): Replace calls of `file-attributes' by
2776 `tramp-compat-file-attributes'.
2777 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2778 Make the first command a `tramp-send-command' call, with let-bind
2779 of `tramp-end-of-output'.
2780 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2781 (tramp-load-report-modules, tramp-append-tramp-buffers):
2782 Move to tramp-cmds.el.
2783
2784 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2785 (tramp-fish-do-copy-or-rename-file)
2786 (tramp-fish-do-copy-or-rename-file-directly):
2787 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2788 Add parameter PRESERVE-UID-GID.
2789
2790 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2791
2792 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2793 New defcustoms.
2794 (display-time-world-list): Use them as appropriate for the current
2795 value of `system-type'.
2796
2797 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2798
2799 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2800 Move (again) some variable definitions before use, define some fun
2801 aliases, no code change.
2802 (pr-version): New version 6.9.2.
2803 (pr-path-style, pr-auto-region, pr-menu-char-height)
2804 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2805 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2806 via (defvar VAR).
2807 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2808 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2809 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2810 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2811 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2812 (pr-menu-print-item, pr-ps-printer-menu-modified)
2813 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2814 (pr-even-or-odd-alist): Vars definition moved.
2815
2816 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2817
2818 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2819 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2820 around uses of previous-line and next-line.
2821
2822 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2823 New defvars.
2824
2825 * textmodes/css-mode.el (comment-continue):
2826 * net/browse-url.el (url-handler-regexp):
2827 * progmodes/idlw-help.el (idlwave-system-routines):
2828 Pacify byte-compiler.
2829
2830 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2831 line-move-invisible-p with its former definition: invisible-p.
2832 line-move-invisible-p was removed on 2007-08-29.
2833
2834 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * files.el (kill-emacs-query-functions): Doc fix;
2837 `save-buffers-kill-emacs' is no longer bound to a key.
2838
2839 2007-10-26 Richard Stallman <rms@gnu.org>
2840
2841 * isearch-multi.el (isearch-buffers-multi): New option.
2842 (isearch-buffers-search-fun): Test it.
2843
2844 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2845 Put ps-run-clear on C-c C-l.
2846
2847 * newcomment.el (comment-styles): New style indent-or-triple.
2848 (comment-style): Make that the default.
2849 (comment-add defvar): Doc fix.
2850 (comment-add): Delete arg EXTRA.
2851 (comment-region-default): Open code call to comment-add.
2852 Handle indent-or-triple style which uses `multi-char' for INDENT.
2853
2854 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * eshell/em-unix.el (nil-blank-string): Doc fix.
2857
2858 2007-10-26 John Wiegley <johnw@newartisans.com>
2859
2860 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2861 function, ensure that the third argument is turned into a nil if
2862 the string is otherwise completely empty (either no characters, or
2863 all tabs/spaces). This fixes a bug from a user who found himself
2864 unable to customize `diff-switches' and still use Eshell's diff
2865 command.
2866
2867 2007-10-26 Glenn Morris <rgm@gnu.org>
2868
2869 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2870 safe-local-variable property.
2871
2872 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2873
2874 * net/browse-url.el (browse-url-browser-function): Delete grail.
2875 (browse-url-grail): Function and variable deleted.
2876 (browse-url-browser-function): Delete IXI Mosaic.
2877 (browse-url-default-browser): Don't try IXI Mosaic.
2878 (browse-url-iximosaic): Function deleted.
2879 (browse-url-browser-function): Delete MMM.
2880 (browse-url-default-browser): Don't try MMM.
2881 (browse-url-mmm): Function deleted.
2882
2883 2007-10-26 Drew Adams <drew.adams@oracle.com>
2884
2885 * custom.el (custom-note-var-changed): New function.
2886
2887 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2890 use with the definition. Remove.
2891
2892 * add-log.el (change-log-start-entry-re): New defconst.
2893 (change-log-sortable-date-at): Use it.
2894 (change-log-beginning-of-defun, change-log-end-of-defun):
2895 New functions.
2896 (change-log-mode): Use them for beginning-of-defun-function and
2897 end-of-defun-function.
2898
2899 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2900
2901 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2902 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2903 (ses-recalculate-cell): Deal with point being just beyond end of
2904 data area (why does this happen?)
2905 (ses-set-curcell): Ditto.
2906 (ses-column-letter): Handle columns beyond 702. Code written by
2907 Gareth Rees.
2908
2909 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2910
2911 * textmodes/org.el (org-agenda-get-restriction-and-command):
2912 Use `mapc' instead of `mapcar'.
2913 (org-agenda-list): Numeric prefix argument can specify the number
2914 of days.
2915 (remember-register, remember-buffer): Prevent byte compiler from
2916 complaining.
2917 (org-todo): Save and restore match data.
2918 (org-no-warnings): New macro.
2919 (org-columns-eval): Use `org-no-warnings'.
2920
2921 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2922
2923 * comint.el (comint-password-prompt-regexp):
2924 Handle `[sudo] password'-style prompt.
2925
2926 2007-10-25 Glenn Morris <rgm@gnu.org>
2927
2928 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2929 (defcustom): Doc fix.
2930
2931 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2932 Add `non_intrinsic'.
2933 (f90-constants-re): Add ieee modules.
2934 (f90-typedef-matcher, f90-typedec-matcher)
2935 (f90-imenu-type-matcher): New functions.
2936 (f90-font-lock-keywords-1): Give module procedures function-name face.
2937 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2938 Add `use, intrinsic'.
2939 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2940 Move start of `enum' blocks to separate entry.
2941 (f90-start-block-re): Fix `type', `abstract interface'.
2942 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2943 derived types.
2944 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2945 `elemental', change `enumerator'.
2946 (f90-no-block-limit): Fix `abstract interface'.
2947
2948 * progmodes/f90.el (f90-indented-comment-re)
2949 (f90-directive-comment-re, f90-break-delimiters):
2950 * progmodes/fortran.el (fortran-comment-line-start-skip)
2951 (fortran-directive-re):
2952 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2953 as safe if they are strings.
2954
2955 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * startup.el (window-system): Remove. Don't make it frame-local.
2958
2959 2007-10-24 Richard Stallman <rms@gnu.org>
2960
2961 * savehist.el (savehist-save): Omit unreadable elements.
2962
2963 * loadhist.el (unload-function-defs-list): Rename from
2964 unload-function-features-list.
2965 (unload-feature-special-hooks, unload-feature): Doc fixes.
2966
2967 * indent.el (indent-to-left-margin): If point's in the indentation,
2968 move to the end of the indentation.
2969
2970 * cus-edit.el (customize-changed-options): Make arg optional.
2971
2972 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2975
2976 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2977
2978 * textmodes/org-publish.el (org-publish-attachment): Re-install
2979 accidentally deleted change.
2980
2981 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2984
2985 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2986
2987 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2988 (Buffer-menu-mode-map): Initialize in the declaration.
2989 (Buffer-menu-mode): Define with `define-derived-mode'.
2990
2991 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2992
2993 * textmodes/org.el (org-version): Change to 5.13e.
2994 (org-agenda-file-regexp): Fix typo in docstring.
2995 (org-add-planning-info): Fix bug in parenthesis settings.
2996 (org-scan-tags): Catch the case of indirect buffers with no filename.
2997 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2998 Re-install switch to mapc, had been removed by accident.
2999 (org-columns-map): New binding `C-c C-o'.
3000 (org-columns-menu): Change menu text and added new entry.
3001 (org-columns-eval): Document the use of `next-line'.
3002 (org-columns-open-link): New function.
3003 (org-columns-follow-link): Remove function.
3004 (org-open-link-from-string): New function.
3005 (org-read-date-get-relative): Fix typo in docstring.
3006 (org-read-date-get-relative): Leading +/- is not optional.
3007 (org-agenda-get-restriction-and-command): Always resize window on
3008 first loop cycle.
3009 (org-agenda-open-link): Make sure the link abbreviations are
3010 present in the agenda buffer.
3011 (org-agenda-copy-local-variable): New function.
3012
3013 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3016
3017 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * simple.el (reindent-then-newline-and-indent): Use a `move after
3020 insert' kind of marker in the save-excursion.
3021
3022 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * textmodes/css-mode.el: Require CL.
3025 (comment-continue): Declare.
3026
3027 * subr.el (make-variable-frame-localizable): Remove.
3028 (make-variable-frame-local): Mark obsolete.
3029
3030 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3033 of the subdirs is unreadable.
3034
3035 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3038 when we are local.
3039
3040 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * progmodes/python.el (python-current-defun): Remove left-over
3043 assignment to `start'.
3044
3045 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3048 than `mapcar'; return value is not used.
3049
3050 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3051
3052 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3053 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3054
3055 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3058 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3059
3060 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3063
3064 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3065
3066 * emacs-lisp/advice.el (ad-make-advised-docstring):
3067 Add ad-advice-info text property to doc string.
3068
3069 2007-10-23 Glenn Morris <rgm@gnu.org>
3070
3071 * progmodes/f90.el (f90-do-indent, f90-if-indent)
3072 (f90-type-indent, f90-program-indent, f90-associate-indent)
3073 (f90-continuation-indent, f90-comment-region)
3074 (f90-beginning-ampersand, f90-smart-end)
3075 (f90-break-before-delimiters, f90-auto-keyword-case)
3076 (f90-leave-line-no, f90-mode-hook):
3077 Give an appropriate safe-local-variable property.
3078
3079 * progmodes/fortran.el (fortran-tab-mode-default)
3080 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3081 (fortran-structure-indent, fortran-continuation-indent)
3082 (fortran-comment-indent, fortran-comment-line-extra-indent)
3083 (fortran-comment-line-start)
3084 (fortran-minimum-statement-indent-fixed)
3085 (fortran-minimum-statement-indent-tab)
3086 (fortran-comment-indent-char, fortran-line-number-indent)
3087 (fortran-check-all-num-for-matching-do)
3088 (fortran-blink-matching-if, fortran-continuation-string)
3089 (fortran-comment-region, fortran-electric-line-number)
3090 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3091 (fortran-analyze-depth, fortran-break-before-delimiters):
3092 Give an appropriate safe-local-variable property.
3093
3094 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3095
3096 * printing.el: Move variable definitions before use.
3097 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3098
3099 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3102 (tpu-edt-off): Use it.
3103 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
3104 the global-map before adding it to global-map.
3105
3106 * menu-bar.el (global-buffers-menu-map): New var.
3107 (global-map, menu-bar-update-buffers): Use it.
3108 * msb.el (msb-menu-bar-update-buffers): Use it.
3109 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3110 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3111 Use with-current-buffer.
3112
3113 2007-10-22 Juri Linkov <juri@jurta.org>
3114
3115 * isearch-multi.el: New file.
3116
3117 * isearch.el (isearch-search-string): After finding the next
3118 occurrence switch to buffer isearch-buffers-current-buffer when
3119 isearch-buffers-next-buffer-function is non-nil and
3120 isearch-buffers-current-buffer is live.
3121
3122 * add-log.el (change-log-mode): Make and set buffer-local variable
3123 isearch-buffers-next-buffer-function to change-log-next-buffer.
3124 Call isearch-buffers-minor-mode.
3125 (change-log-next-buffer): New function.
3126
3127 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3128
3129 * org-export-latex.el (org-export-latex-protect-string):
3130 Renaming of `org-latex-protect'.
3131 (org-export-latex-emphasis-alist): By default, don't protect
3132 any emphasis formatter from further conversion.
3133 (org-export-latex-tables): Honor column grouping for tables.
3134 (org-export-latex-title-command): New option.
3135 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3136 export backslash character.
3137
3138 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3139
3140 * textmodes/org.el (org-read-date-get-relative): New function.
3141 (org-agenda-file-regexp): New variable.
3142 (org-agenda-files): Allow directories in the variable.
3143 (org-agenda-get-restriction-and-command): New function.
3144 (org-agenda): Use `org-agenda-get-restriction-and-command'.
3145 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3146 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3147 New functions.
3148 (org-entry-add-to-multivalued-property)
3149 (org-entry-remove-from-multivalued-property)
3150 (org-entry-member-in-multivalued-property): New functions.
3151 (org-remember-apply-template): Catch C-g and make sure window
3152 configuration is restored.
3153 (org-agenda-open-link): Make it work with several links in the line.
3154 (org-drawers, org-set-regexps-and-options)
3155 (org-get-current-options): Add support for a DRAWERS in-buffer option.
3156 (org-agenda-window-frame-fractions): New option.
3157 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3158 (org-columns-cleanup-item, org-find-entry-with-id)
3159 (org-insert-columns-dblock, org-listtable-to-string)
3160 (org-dblock-write:columnview, org-columns-capture-view)
3161 (org-edit-headline): New functions.
3162 (org-agenda-to-appt): Require calendar.
3163 (org-entry-get-with-inheritance): Widen for search.
3164 (org-columns-display-here): Don't mark buffer as modified when
3165 adding space characters to accomodate column overlays.
3166 (org-export-as-html): Better formatting of tags in the toc.
3167 (org-columns-display-here): Make the ITEM column as compact as possible.
3168 (org-remember-templates): Customization interface improved.
3169 (org-export-with-property-drawer): Variable removed.
3170 (org-export-with-drawers): New option.
3171 (org-complex-heading-regexp): New variable.
3172 (org-sort-entries): Rewrite using `sort-subr'.
3173 (org-set-property): More appropriate completion during interactive use.
3174 (org-sort-entries): Allow sorting by property.
3175 (org-additional-option-like-keywords): Add more values.
3176 (org-sort-entries-or-items): Rename from `org-sort-entries'.
3177
3178 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3179
3180 * textmodes/org.el (org-get-date-from-calendar): New function.
3181 (org-at-timestamp-p, org-timestamp-change)
3182 (org-remember-templates): First element of each entry is now a
3183 name for the template.
3184 (org-store-log-note): Check for `org-note-abort'.
3185 (org-kill-note-or-show-branches): New command.
3186 (org-fontify-priorities): New option.
3187 (org-fontify-priorities): New function.
3188 (org-cut-subtree, org-copy-subtree): New argument N to
3189 act on N sequential subtrees.
3190 (org-paste-subtree): Fix the level at which a tree is pasted.
3191 (org-fit-agenda-window): Limitations on window size removed.
3192 (org-agenda-find-same-or-today-or-agenda): Rename from
3193 `org-agenda-find-today-or-agenda'.
3194 (org-scheduled-past-days): New option.
3195 (org-agenda-scheduled-leaders)
3196 (org-agenda-deadline-leaders): New options.
3197 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3198 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3199 (org-export-with-tags, org-export-plist-vars)
3200 (org-infile-export-plist): New "tags" option.
3201 (org-use-property-inheritance): New option.
3202 (org-cached-entry-get): Use `org-use-property-inheritance'.
3203 (org-remember-apply-template): Fix typo.
3204
3205 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
3206
3207 * net/tramp.el (tramp-find-shell)
3208 (tramp-open-connection-setup-interactive-shell): Improve sending
3209 initial commands.
3210 (tramp-action-terminal): Send debug message.
3211 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3212 (tramp-barf-if-no-shell-prompt): Insert code of
3213 `tramp-wait-for-shell-prompt'.
3214
3215 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3218
3219 * term/vt200.el (terminal-init-vt200):
3220 * term/vt201.el (terminal-init-vt201):
3221 * term/vt220.el (terminal-init-vt220):
3222 * term/vt240.el (terminal-init-vt240):
3223 * term/vt300.el (terminal-init-vt300):
3224 * term/vt320.el (terminal-init-vt320):
3225 * term/vt400.el (terminal-init-vt400):
3226 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3227
3228 * term/wyse50.el (wyse50-terminal-map): New var.
3229 (terminal-init-wyse50): Use it and input-decode-map.
3230 (enable-arrow-keys): Emasculate.
3231
3232 * term/tvi970.el (tvi970-terminal-map): New var.
3233 (terminal-init-tvi970): Use it and input-decode-map.
3234 (tvi970-keypad-numeric): Remove.
3235 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3236
3237 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3238 (terminal-init-sun): Use it and input-decode-map.
3239
3240 * term/news.el (terminal-init-news):
3241 * term/lk201.el (terminal-init-lk201):
3242 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3243
3244 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3245
3246 * complete.el (PC-expand-many-files): Remove.
3247 (PC-do-completion): Call file-expand-wildcards instead of
3248 PC-expand-many-files.
3249
3250 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3251 (PC-expand-many-files): Remove advice.
3252
3253 2007-10-22 Glenn Morris <rgm@gnu.org>
3254
3255 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3256 Add some support for Fortran 2003 syntax:
3257 (f90-type-indent): Now also applies to `enum'.
3258 (f90-associate-indent): New user option.
3259 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3260 Add some F2003 keywords.
3261 (f90-constants-re): New constant.
3262 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3263 Interface'.
3264 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3265 `class'. Arguments for `type'/`class' may have spaces. Add a new
3266 element for functions with specified types. Add `end enum' and
3267 `select type'. Add `implicit enumerator' and `procedure'.
3268 Add `class default' and `type is', `class is'. Fix `go to' regexp.
3269 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3270 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3271 (f90-blocks-re): Add `enum' and `associate'.
3272 (f90-else-like-re): Add `class is', `type is', and `class default'.
3273 (f90-end-type-re): Add `enum'.
3274 (f90-end-associate-re, f90-typeis-re): New constants.
3275 (f90-end-block-re): Add `enum' and `associate'. Change from
3276 optional whitespace to end-of-word, to avoid `enumerator'.
3277 (f90-start-block-re): Add `select type', `abstract interface', and
3278 `enum'. Avoid `type is', and `type (sometype)'.
3279 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3280 (f90-mode): Doc fix.
3281 (f90-looking-at-select-case): Doc fix. Add `select type'.
3282 (f90-looking-at-associate): New function.
3283 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3284 Add `enum' and `abstract interface'.
3285 (f90-no-block-limit): Add `select type' and `abstract interface'.
3286 (f90-get-correct-indent, f90-calculate-indent)
3287 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3288 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3289
3290 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3291
3292 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3293 Use window-full-width-p.
3294
3295 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3298
3299 * tooltip.el: Use featurep 'xemacs.
3300
3301 * printing.el: Move variable definitions before use, no code change.
3302
3303 2007-10-22 Juri Linkov <juri@jurta.org>
3304
3305 * simple.el (goto-history-element): Allow minibuffer-default to be
3306 a list of default values accessible by typing M-n in the minibuffer.
3307
3308 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3309 minibuffer default value list instead of pushing them temporarily
3310 to the history list.
3311
3312 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3313
3314 * hexl.el (hexl-menu): New major mode menu.
3315
3316 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3319
3320 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3321
3322 * w32-fns.el (w32-quote-process-args):
3323 * dos-w32.el (print-region-function, lpr-headers-switches)
3324 (ps-print-region-function): Pacify byte-compiler.
3325
3326 * emulation/edt-mapper.el (function-key-map):
3327 (edt-map-key): Make it a function instead of using fset.
3328 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3329 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3330 (edt-x-emacs-p): Remove.
3331 (edt-emacs-variant, edt-window-system, edt-xserver):
3332 Use featurep 'xemacs.
3333
3334 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3335 Replace eudc-xemacs-p with its definition.
3336 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3337 (eudc-emacs-mule-p): Remove.
3338 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3339 eudc-xemacs-p with feature tests.
3340
3341 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3342 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3343 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3344 (eudc-bob-toggle-inline-display):
3345 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3346 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3347
3348 * net/eudcb-ph.el (eudc-ph-open-session):
3349 Replace eudc-xemacs-mule-p with its former definition.
3350
3351 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3352 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3353
3354 * progmodes/vera-mode.el (vera-xemacs): Remove.
3355 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3356
3357 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3358 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3359 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3360 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3361 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3362 with (featurep 'xemacs).
3363
3364 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3365 (save-buffer-state-x):
3366 * obsolete/fast-lock.el (fast-lock-verbose):
3367 * emulation/viper-init.el (viper-xemacs-p)
3368 (viper-cond-compile-for-xemacs-or-emacs):
3369 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3370 * ps-print.el (case-fold-search):
3371 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3372 * calculator.el (calculator-help): Use featurep 'xemacs.
3373
3374 * progmodes/prolog.el: Undo previous change.
3375 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3376
3377 * progmodes/dcl-mode.el:
3378 * play/yow.el:
3379 * calendar/todo-mode.el:
3380 * calendar/cal-hebrew.el:
3381 * vc-hg.el: Undo previous change.
3382
3383 * vms-patch.el: Likewise.
3384 (print-region-function): Pacify byte-compiler.
3385
3386 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3387
3388 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3389 preserve-uid-gid.
3390
3391 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3392 compatibility. It is not used, though.
3393
3394 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3395 Require tramp-cmds.el.
3396 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3397 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3398 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3399 (tramp-do-copy-or-rename-file-out-of-band)
3400 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3401 possible, because we don't need to create the temporary file, but
3402 we need a prefix for ssh, which has its own temporary file handling.
3403 (tramp-handle-delete-directory): Add "-f" to rmdir.
3404 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3405 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3406 a signal, in order to give the callee a chance to suppress.
3407 (tramp-handle-write-region): Set owner also in case of short
3408 track. Don't use compatibility calls for `write-region' anymore.
3409 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3410 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3411
3412 * net/tramp-cmds.el: New file.
3413
3414 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3415 `tramp-clear-passwd'.
3416
3417 * net/trampver.el: Update release number.
3418
3419 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3420
3421 * progmodes/gud.el (gud-target-name): Move definition before use.
3422
3423 * progmodes/dcl-mode.el: Require imenu at compile time.
3424
3425 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3426 Pacify byte-compiler.
3427
3428 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3429
3430 * eshell/esh-mode.el (eshell-handle-ansi-color):
3431 Require ansi-color at compile time too.
3432
3433 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3434
3435 * w32-fns.el: Require w32-vars.
3436
3437 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3438 time too.
3439
3440 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * double.el ([ignore]): Use `ignore'.
3443 (double-setup): Inline into double-mode.
3444 (double-mode): Use define-minor-mode.
3445
3446 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3447
3448 * textmodes/reftex.el: Move require easymenu before first use.
3449 (reftex-info): Require info at compile too.
3450
3451 * textmodes/org-publish.el (org-publish-org-to-html)
3452 (org-publish-org-to): Require org at compile time too.
3453 (org-publish-attachment): Require at compile time too.
3454
3455 * term/tty-colors.el (w32-tty-standard-colors):
3456 Pacify byte-compiler.
3457
3458 * term/pc-win.el (frame-creation-function-alist): Add to this
3459 instead of setting frame-creation-function.
3460
3461 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3462
3463 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3464
3465 * calendar/todo-mode.el: Require calendar at compile time.
3466
3467 * calendar/cal-hebrew.el: Require holidays at compile time.
3468
3469 * w32-vars.el: Provide w32-vars.
3470
3471 * term/w32-win.el: Require w32-vars.
3472 (w32-color-map): Pacify byte-compiler.
3473
3474 * loadup.el: Load w32-vars before term/w32-win.
3475
3476 2007-10-20 Juri Linkov <juri@jurta.org>
3477
3478 * textmodes/fill.el (fill-paragraph): When the region is active,
3479 don't try other `or' branches regardless of the value returned by
3480 fill-region; just return t.
3481
3482 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3483
3484 * vc.el (vc-do-command): Condition out a misleading message when
3485 running asynchronously.
3486 (vc-deduce-fileset): New argument enables using an unregistered
3487 visited file as a singleton fileset if nothing else is available.
3488 (vc-next-action): Restore file-registering behavior.
3489
3490 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3491
3492 * calc/README: Add recent news.
3493
3494 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3497 (x-gtk-map-stock): Delete duplicated definitions from merge.
3498
3499 * progmodes/compile.el (compilation-skip-to-next-location)
3500 (compilation-skip-threshold, compilation-skip-visited):
3501 Move definitions earlier.
3502
3503 * play/decipher.el (decipher-keypress):
3504 * play/zone.el (zone-fall-through-ws):
3505 * play/landmark.el (lm-move-down, lm-move-up):
3506 * play/handwrite.el (handwrite):
3507 * mail/mspools.el (mspools-visit-spool):
3508 * wdired.el (wdired-next-line, wdired-previous-line):
3509 * tar-mode.el (tar-subfile-save-buffer):
3510 * scroll-lock.el (scroll-lock-next-line)
3511 (scroll-lock-previous-line):
3512 * image-dired.el (image-dired-next-line)
3513 (image-dired-previous-line):
3514 * ediff-help.el (ediff-help-message-line-length):
3515 Use forward-line.
3516
3517 * smerge-mode.el (smerge-auto-refine):
3518 * diff-mode.el (diff-auto-refine): Add :group.
3519
3520 * play/yow.el: Require doctor at compile time.
3521
3522 * vmsproc.el: Provide vmsproc.
3523 (command-send-input): Use forward-line.
3524
3525 * vms-patch.el: Require ps-print and vmsproc at compile time.
3526
3527 * vc-mtn.el (log-view-message-re, log-view-file-re)
3528 (log-view-font-lock-keywords): Pacify byte-compiler.
3529
3530 * vc-hg.el: Require log-view at compile time.
3531
3532 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3533
3534 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3535
3536 2007-10-20 Glenn Morris <rgm@gnu.org>
3537
3538 * progmodes/f90.el (f90-font-lock-keywords-2)
3539 (f90-looking-at-type-like): Fix regexp typos.
3540
3541 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3544 (bs-mode): Set mode-class property to special.
3545
3546 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * diff-mode.el (diff-auto-refine): New var.
3549 (diff-hunk): Use it.
3550 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3551 (diff-refine-change): Rename from diff-fine-change. Change it.
3552 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3553 (diff-refine-hunk): Rename from diff-fine-highlight.
3554
3555 2007-10-20 John Paul Wallington <jpw@pobox.com>
3556
3557 * help-fns.el (describe-variable-custom-version-info): New function
3558 to return variable's version or package version note.
3559 (describe-variable): Use it, display result.
3560
3561 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * smerge-mode.el (smerge-auto-refine): New var.
3564 (smerge-next, smerge-prev): Use it.
3565 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3566
3567 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3568 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3569
3570 * vc-bzr.el (vc-bzr-diff-tree):
3571 * vc-git.el (vc-git-diff-tree):
3572 * vc-hg.el (vc-hg-diff-tree):
3573 * vc-mcvs.el (vc-mcvs-diff-tree):
3574 * vc-mtn.el (vc-mtn-diff-tree):
3575 * vc-svn.el (vc-svn-diff-tree): Remove.
3576
3577 * vc-mtn.el (vc-mtn-revision-completion-table):
3578 * vc-cvs.el (vc-cvs-revision-completion-table):
3579 * vc-arch.el (vc-arch-revision-completion-table):
3580 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3581 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3582 Make it work when the arg is a list of files.
3583
3584 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3587 Also `revision-completion-table' now takes a list of files.
3588 (vc-deduce-fileset): Remove unused var `regexp'.
3589 Only obey allow-directory-wildcard in dired buffers.
3590 (vc-default-diff-tree): Remove.
3591 (vc-diff-added-files): New var.
3592 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3593 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3594 Remove the `backend' arg.
3595 (vc-contains-version-controlled-file): Remove.
3596 (vc-diff): Bring it closer to the version in Emacs-22.
3597 (vc-revert): Fix typo in let-binding.
3598 (vc-default-unregister): Remove.
3599 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3600
3601 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * textmodes/two-column.el (2C-split, 2C-merge):
3604 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3605 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3606 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3607 * progmodes/ada-xref.el (ada-get-all-references):
3608 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3609 * emulation/vi.el (vi-previous-line-first-nonwhite)
3610 (vi-effective-range, vi-put-before):
3611 * emulation/edt.el (edt-next-line, edt-previous-line)
3612 (edt-paragraph-forward): Use forward-line.
3613
3614 * progmodes/etags.el (tags-apropos): Require apropos at compile
3615 time too.
3616
3617 * progmodes/prolog.el: Require comint when compiling.
3618 (inferior-prolog-flavor): Move defvar before use.
3619
3620 2007-10-19 Richard Stallman <rms@gnu.org>
3621
3622 * font-core.el (turn-on-font-lock-if-desired):
3623 Rename from `turn-on-font-lock-if-enabled'.
3624 Fully obey `font-lock-global-modes'.
3625
3626 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3629 which will not affect the behavior of things like forward-word.
3630 (diff-fine-highlight): Preserve point.
3631
3632 * doc-view.el (doc-view-mode-map): Use remapping.
3633 Don't rebind C-v, M-v to their default value.
3634 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3635
3636 * smerge-mode.el: Add word-granularity refinement.
3637 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3638 (smerge-refine-weight-hack): New vars.
3639 (smerge-refine-forward): New fun.
3640 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3641 (smerge-refine-subst): Use them as well. Preserve point.
3642
3643 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3644
3645 * follow.el (follow-unload-function): New function.
3646
3647 * loadhist.el (unload-function-features-list):
3648 Rename from `unload-hook-features-list'.
3649 (unload-hook-features-list): Add as obsolete alias.
3650 (unload-feature): Use `unload-function-features-list'
3651 and new FEATURE-unload-function.
3652
3653 2007-10-19 Glenn Morris <rgm@gnu.org>
3654
3655 * bindings.el (mouse-minor-mode-menu)
3656 (minor-mode-menu-from-indicator): Move to mouse.el.
3657 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3658 Move here from bindings.el.
3659
3660 2007-10-19 Richard Stallman <rms@gnu.org>
3661
3662 * help-fns.el (describe-function-1): Don't use the advice origname
3663 if it has no function definition.
3664
3665 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3666
3667 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3668 Use `save-restriction' rather than `widen'.
3669
3670 2007-10-18 Richard Stallman <rms@gnu.org>
3671
3672 * time.el (display-time-world-time-format): Display day # not month #.
3673
3674 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3675
3676 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3677
3678 * doc-view.el: Remove version keyword.
3679 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3680 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3681 (doc-view-ghostscript-options): Improve custom type.
3682 (doc-view-cache-directory, doc-view-conversion-buffer)
3683 (doc-view-conversion-refresh-interval): Simplify custom type.
3684
3685 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3686
3687 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3688 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3689 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3690 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3691 Remove superfluous messages.
3692 (doc-view-mode-map): Use the image-mode scrolling commands.
3693 Don't rebind C-x k.
3694
3695 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3696
3697 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3698 Add comment about "-dSAFER".
3699
3700 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * term/xterm.el: Don't require xt-mouse.
3703 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3704 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3705
3706 * xt-mouse.el: Don't change the global function-key-map anny more.
3707 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3708 Don't use after-make-frame-functions now that term/xterm.el calls
3709 us directly.
3710 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3711 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3712 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3713 Setup input-decode-map and remember that xterm-mouse-mode was
3714 enabled in this terminal.
3715 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3716 terminals where it has been enabled.
3717
3718 * faces.el (tty-create-frame-with-faces): Make sure not only
3719 tty-run-terminal-initialization but also set-locale-environment
3720 are run only once per terminal.
3721 (tty-run-terminal-initialization): Don't check if the terminal was
3722 already initted.
3723
3724 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3725 not to remove keymaps that just happen to inherit from one of ours.
3726 When setting up our keymap, make sure it won't be accidentally
3727 modified by someone else.
3728
3729 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3730
3731 * textmodes/artist.el (artist-previous-line, artist-next-line):
3732 * dired.el (dired-next-line, dired-previous-line):
3733 * progmodes/delphi.el (delphi-newline):
3734 * textmodes/org.el (org-columns-eval):
3735 Use forward-line.
3736
3737 * emerge.el (emerge-setup): Use insert-buffer-substring.
3738 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3739
3740 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3741
3742 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3743 (adaptive-fill-function): Doc fix. Remove * from docstring.
3744
3745 2007-10-18 Tom Horsley <tom.horsley@att.net>
3746
3747 * simple.el (interprogram-paste-function): Doc fix.
3748 (current-kill): Accept list of strings as well
3749 as single string from `interprogram-paste-function'.
3750
3751 2007-10-18 Glenn Morris <rgm@gnu.org>
3752
3753 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3754
3755 2007-10-18 Drew Adams <drew.adams@oracle.com>
3756
3757 * bindings.el (mode-line-minor-mode-keymap):
3758 Add mouse-minor-mode-menu on mouse-1.
3759 (mode-line-modes): Add mouse-1 to help-echo text.
3760 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3761 New functions.
3762 (mode-line-minor-mode-help): Doc fix.
3763
3764 2007-10-17 Juri Linkov <juri@jurta.org>
3765
3766 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3767 at the request of RMS.
3768 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3769 arg `region'. Fix docstring. At the first `or' branch add call to
3770 `fill-region' if it the region is active in transient-mark-mode.
3771
3772 * bindings.el (esc-map): Bind M-q to fill-paragraph
3773 instead of fill-paragraph-or-region.
3774
3775 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3776 with fill-paragraph.
3777
3778 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3779 Fix docstring.
3780
3781 * indent.el (indent-for-tab-command): Change interactive spec from
3782 "P" to "p". Add check for interactive arg before indenting the
3783 active region.
3784
3785 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3786 Regroup.
3787
3788 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * emacs-lisp/find-func.el: Don't require loadhist.
3791
3792 * loadhist.el (feature-symbols, file-provides, file-requires)
3793 (file-set-intersect, file-dependents): Simplify.
3794 (unload-feature-special-hooks): Update list of special hooks.
3795
3796 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3797
3798 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3799 extensions since they can be viewed with doc-view.
3800
3801 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3802 for pdf, ps and dvi files.
3803
3804 * doc-view.el: Make doc-view-mode the standard mode for viewing
3805 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3806 text and image display. Add binding C-c C-e to switch to an
3807 editing mode.
3808 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3809 avoid security problems when rendering files from untrusted sources.
3810
3811 2007-10-17 Aaron Hawley <aaronh@garden.org>
3812
3813 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3814 position is not saved.
3815
3816 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3817
3818 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3819 (doc-view-ghostscript-options): Fix typo in doc string.
3820
3821 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3824 handling, so compilation-fake-loc works again.
3825
3826 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3827 (server-process-filter): Revert last change.
3828
3829 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3830 behavior unrelated to filesets.
3831
3832 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * longlines.el (longlines-wrap-follows-window-size): Integer value
3835 specifies wrapping margin.
3836 (longlines-mode, longlines-window-change-function):
3837 Set window-specific wrapping margin based on the above.
3838
3839 2007-10-17 John Wiegley <johnw@newartisans.com>
3840
3841 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3842
3843 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3844
3845 * server.el (server-process-filter): Only set display if X11 is
3846 supported.
3847
3848 2007-10-17 Glenn Morris <rgm@gnu.org>
3849
3850 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3851 Tweak regexp to avoid stack overflow.
3852
3853 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * simple.el (reindent-then-newline-and-indent): Don't assume that
3856 indent-according-to-mode preserves point.
3857
3858 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3859
3860 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3861 (bs--nth-wrapper): Simplify.
3862 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3863 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3864 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3865 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3866 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3867 (bs-configurations, bs-default-configuration)
3868 (bs-alternative-configuration, bs-cycle-configuration-name)
3869 (bs-string-show-always, bs-string-show-never, bs-string-current)
3870 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3871 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3872 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3873 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3874 (bs--window-config-coming-from): Revert 2006-11-09 change.
3875 (bs--restore-window-config): Keep the selected frame.
3876 (bs--track-window-changes, bs--remove-hooks): New functions.
3877 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3878 (bs--create-header): Remove.
3879 (bs--create-header-line): New function, based on `bs--create-header'.
3880 (bs--show-header): Use `bs--create-header-line'.
3881 (bs--show-with-configuration): Revert 2006-11-09 change.
3882 Don't reuse window unless it is visible on the selected frame.
3883 Restore window configuration (possibly in a different frame)
3884 before creating any window.
3885
3886 2007-10-16 Glenn Morris <rgm@gnu.org>
3887
3888 * simple.el (blink-matching-open): Don't report false errors with
3889 the `$' syntax class.
3890
3891 2007-10-16 Richard Stallman <rms@gnu.org>
3892
3893 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3894 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3895 (ad-is-advised, ad-get-advice-info-field)
3896 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3897
3898 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3901 (vc-default-working-revision): Compatibility for backends.
3902
3903 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3906 (filesets-ormap, filesets-sort-case-sensitive-flag)
3907 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3908 Fix typos in docstrings.
3909 (filesets-conditional-sort, filesets-find-or-display-file)
3910 (filesets-data-get-name, filesets-data-get-data)
3911 (filesets-data-set, filesets-cmd-query-replace-getargs)
3912 (filesets-ingroup-collect): Doc fixes.
3913
3914 2007-10-15 Sam Steingold <sds@gnu.org>
3915
3916 * mail/sendmail.el (sendmail-error-reporting-interactive)
3917 (sendmail-error-reporting-non-interactive): New variables for
3918 sendmail error reporting options to simplify support for imperfect
3919 sendmail emulators.
3920 (sendmail-send-it): Use them instead of list literals.
3921
3922 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3923
3924 * help-fns.el: Revert previous change; it creates a
3925 dependency loop between advice.el and help-fns.el.
3926
3927 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3928
3929 * help-fns.el: Require advice when compiling.
3930
3931 2007-10-14 Drew Adams <drew.adams@oracle.com>
3932
3933 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3934 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3935 (ring-next, ring-previous): New functions.
3936
3937 2007-10-14 Richard Stallman <rms@gnu.org>
3938
3939 * emacs-lisp/advice.el (documentation): Advice deleted.
3940 Doc for advised functions is now handled at C level.
3941 (ad-stop-advice, ad-start-advice): Don't enable or disable
3942 advice for `documentation'.
3943 (ad-advised-definition-docstring-regexp): Var deleted.
3944 (ad-make-advised-definition-docstring): Store orig name
3945 as text property of string.
3946 (ad-advised-definition-p): Check for text property of docstring.
3947
3948 * help-fns.el (describe-function-1): Find source of advised functions.
3949
3950 2007-10-14 Juri Linkov <juri@jurta.org>
3951
3952 * faces.el (describe-face): Allow handling a string as the face name.
3953
3954 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3955 active region in transient-mark-mode.
3956 (ispell-region): Change messages displayed at the start and end of
3957 the spell-checking to be the same.
3958
3959 * startup.el (fancy-startup-tail): Say exactly what does the button
3960 dismiss ("Dismiss this startup screen"). Use text "Never show
3961 it again" for the checkbox after this button.
3962 (fancy-startup-screen, fancy-about-screen): Put point before the
3963 first link, so the user can quickly select links with the keyboard.
3964 (normal-mouse-startup-screen): Add more useful text describing how
3965 to follow a link.
3966
3967 2007-10-14 Glenn Morris <rgm@gnu.org>
3968
3969 * progmodes/etags.el (select-tags-table): Disable undo in the
3970 `*Tags Table List*' buffer.
3971
3972 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3973
3974 * dired.el (dired-warn-writable): New face.
3975 (dired-warn-writable-face): New variable.
3976 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3977 of dired-warning-face, for group- and world-writable files.
3978
3979 2007-10-13 Richard Stallman <rms@gnu.org>
3980
3981 * files.el (directory-abbrev-alist): Doc fix.
3982
3983 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3984
3985 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3986
3987 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3988
3989 * frame.el (set-frame-configuration): Assign name parameter only
3990 if it has been set explicitly before.
3991
3992 2007-10-11 Tom Tromey <tromey@redhat.com>
3993
3994 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3995 frame is visible.
3996
3997 2007-10-10 Richard Stallman <rms@gnu.org>
3998
3999 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4000 in *Backtrace*.
4001
4002 * faces.el (face-font-selection-order): Doc fix.
4003
4004 * loadhist.el (unload-feature): Doc fix.
4005
4006 2007-10-13 Glenn Morris <rgm@gnu.org>
4007
4008 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4009 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4010 Add doc string, and an explicit COUNT argument.
4011 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4012 `inc' to search functions.
4013
4014 * faces.el (face-spec-set): When FRAME is nil, set the default for
4015 new frames (restores pre-2007-09-17 behavior). Doc fix.
4016
4017 2007-10-13 John W. Eaton <jwe@octave.org>
4018
4019 * progmodes/octave-mod.el (octave-looking-at-kw)
4020 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4021 New functions.
4022 (octave-in-defun-p, calculate-octave-indent)
4023 (octave-blink-matching-block-open, octave-beginning-of-defun)
4024 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4025 to search for regexps that contain case-sensitive keywords.
4026 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4027 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4028
4029 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4032 Do not use a single clause cond.
4033
4034 * cus-start.el (all): Use test that does not match the X11 version
4035 for mac.
4036
4037 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
4038
4039 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4040 BROWSE buffer.
4041
4042 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4043
4044 * cus-start.el (all): Undo previous change.
4045
4046 2007-10-13 Glenn Morris <rgm@gnu.org>
4047
4048 * woman.el (woman0-rename): Fix paren typo.
4049
4050 * mail/feedmail.el (feedmail-run-the-queue)
4051 (feedmail-look-at-queue-directory):
4052 * mail/reporter.el (reporter-dump-state):
4053 * net/eudc-hotlist.el (eudc-edit-hotlist):
4054 * net/eudc.el (eudc-display-records)
4055 (eudc-filter-duplicate-attributes)
4056 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4057 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4058 (eudc-bbdb-query-internal):
4059 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4060 * net/socks.el (socks-build-auth-list):
4061 * progmodes/cc-cmds.el (top level):
4062 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4063 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4064 (cperl-write-tags, cperl-tags-treeify):
4065 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4066 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4067 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4068 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4069 (idlwave-toolbar-remove-everywhere):
4070 * progmodes/idlwave.el (idlwave-indent-line)
4071 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4072 (idlwave-write-paths, idlwave-all-method-classes)
4073 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4074 (idlwave-fix-keywords, idlwave-display-calling-sequence)
4075 (idlwave-complete-in-buffer):
4076 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4077 (org-fast-tag-selection):
4078 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4079 than mapcar.
4080
4081 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4082
4083 * diff-mode.el (diff-fine-change): Add :group.
4084
4085 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * cus-start.el (all): Use the same test as the 22.2 branch.
4088
4089 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * diff-mode.el (diff-current-defun): Force recomputation of
4092 change-log-default-name.
4093
4094 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * startup.el (fancy-startup-screen): Remove an unnecessary newline
4097 and some leftover logic regarding dedicated frames. If showing
4098 concise startup screen, fit window to buffer.
4099 (command-line-1): If we will be using the splash screen, use
4100 find-file instead of find-file-other-window to find additional files.
4101 Comment out unused code for coping with the old sit-for behavior.
4102
4103 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4106 `meta' modifier consistently, rather than using sometimes meta
4107 sometimes alt.
4108
4109 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4110
4111 * window.el (handle-select-window): Revert part of 2007-10-08
4112 change setting the input focus.
4113
4114 2007-10-12 Glenn Morris <rgm@gnu.org>
4115
4116 * startup.el (command-line): Do not read abbrev file in batch mode.
4117
4118 * emacs-lisp/byte-opt.el (top level):
4119 * mail/rmail.el (rmail-list-to-menu):
4120 * obsolete/hilit19.el (hilit-mode):
4121 * progmodes/cc-mode.el (c-postprocess-file-styles)
4122 (c-submit-bug-report):
4123 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4124 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4125 (reftex-access-parse-file):
4126 * textmodes/reftex-cite.el (reftex-do-citation)
4127 (reftex-insert-bib-matches):
4128 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4129 * textmodes/reftex-sel.el (reftex-select-unmark):
4130 * textmodes/reftex-toc.el (reftex-toc-do-promote):
4131 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4132
4133 * cus-edit.el (custom-variable-menu, custom-face-menu)
4134 (custom-group-menu): Check init-file-user rather than
4135 user-init-file, in case cus-edit is loaded by site-run-file.
4136
4137 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4138
4139 * vc.el (vc-deduce-fileset): Delete unused code.
4140 (vc-next-action): Fix typos.
4141
4142 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * bs.el (bs--mark-unmark): New function.
4145 (bs-mark-current, bs-unmark-current): Use it.
4146
4147 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4148
4149 * vc.el (vc-diff):
4150 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
4151 temporarily disable the check for his edge case of
4152 vc-diff (stopping it from grinding when called from $HOME), as
4153 it's calling some brittle code in vc-hooks.el.
4154 (with-vc-properties): Fix evaluation time of a macro argument.
4155 * ediff-vers.el (ediff-vc-internal):
4156 * vc-hooks.el:
4157 * loaddefs.el: Follow up on VC terminology change.
4158
4159 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4160
4161 * follow.el (follow-stop-intercept-process-output):
4162 Use `follow-call-process-filter' rather than `process-filter'.
4163 Simplify.
4164
4165 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4166
4167 * vc-hooks.el (vc-registered): Robustify this function a bit
4168 against filenames with no directory component.
4169
4170 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * international/characters.el: Undo unwanted and unexplained change.
4173
4174 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4175
4176 * textmodes/org.el (org-additional-option-like-keywords): New constant.
4177 (org-complete): Use `org-additional-option-like-keywords'.
4178 (org-parse-local-options): New function.
4179
4180 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4181
4182 * textmodes/org.el (org-in-clocktable-p): New function.
4183 (org-clock-report): Only update the table at point, or insert a new one.
4184 (org-clock-goto): New function.
4185 (org-open-file): Use `start-process-shell-command' instead of
4186 `shell-command' with an ampersand.
4187 (org-deadline, org-schedule): New argument REMOVE to remove the
4188 date from the entry.
4189 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4190 argument to `org-schedule' and `org-deadline'.
4191 (org-trim): Use the correct expressions for beginning and end of
4192 the string.
4193 (org-get-cleaned-entry): Trim the string before returning it.
4194 (org-clock-find-position): New function.
4195 (org-clock-into-drawer): New option.
4196 (org-agenda-tags-column): Rename from
4197 `org-agenda-align-tags-to-column'.
4198 (org-agenda-align-tags): Allow negative values for
4199 `org-agenda-tags-column'.
4200 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4201 (org-agenda-to-appt): New optional argument FILTER.
4202 (org-completion-fallback-command): New variable.
4203 (org-complete): Use `org-completion-fallback-command'.
4204 (org-find-base-buffer-visiting): Catch the case that there is no
4205 buffer visiting the file.
4206 (org-property-or-variable-value): New function.
4207 (org-todo): Use `org-property-or-variable-value'
4208 (org-agenda-compact-blocks): New option.
4209 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4210 (org-agenda-schedule, org-agenda-deadline):
4211 Call `org-agenda-show-new-time'.
4212 (org-agenda-show-new-time): New argument PREFIX.
4213 (org-colgroup-info-to-vline-list): Fix but that cause a
4214 shift in the vertical lines.
4215 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4216 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4217 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4218 (org-fix-bullet-type): Remove argument.
4219 (org-read-date): Check for am/pm twice, to catch the end time.
4220 (org-goto-map): Use `suppress-keymap'.
4221 (org-remember-apply-template): Respect the dynamically scoped
4222 selection character.
4223
4224 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4225
4226 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4227 Renaming of `org-latex-protect'.
4228 (org-export-latex-emphasis-alist): By default, don't protect
4229 any emphasis formatter from further conversion.
4230 (org-export-latex-tables): Honor column grouping for tables.
4231 (org-export-latex-title-command): New option.
4232 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4233 export backslash character.
4234
4235 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * frame.el (frame-inherited-parameters): Remove unused `environment'
4238 parameter, and let server.el add `client' when needed.
4239
4240 * server.el (server-create-tty-frame)
4241 (server-create-window-system-frame): Set frame-inherited-parameters.
4242
4243 * frame.el (frame-inherited-parameters): New var.
4244 (make-frame): Use it.
4245
4246 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4247
4248 * env.el (let-environment): Remove. Unused.
4249 (read-envvar-name): Simplify.
4250 (setenv): Remove unused arg `frame'.
4251
4252 * help-fns.el (describe-variable): Add missing " " for multiline
4253 obsolescence info and missing EOL after global value.
4254
4255 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4256
4257 * add-log.el:
4258 * ediff-vers.el:
4259 * log-view.el:
4260 * pcvs.el:
4261 * vc-arch.el:
4262 * vc-bzr.el:
4263 * vc-cvs.el:
4264 * vc.el:
4265 * vc-git.el:
4266 * vc-hg.el:
4267 * vc-hooks.el:
4268 * vc-mcvs.el:
4269 * vc-mtn.el:
4270 * vc-rcs.el:
4271 * vc-sccs.el:
4272 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4273 {find,init,next,previous,annotate-*,log}-version ->
4274 {find,init,next,previous,annotate-*,log}-revision,
4275 annotate-focus-version -> annotate-working-revision, The term
4276 'focus' is gone. The term 'revision' is now used consistently
4277 everywhere that reference to a revision ID is intended, replacing
4278 older use of 'version'.
4279
4280 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4281
4282 * follow.el: Change all instances of "Follow Mode" to "Follow
4283 mode" in docstrings and messages.
4284 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4285
4286 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4287
4288 * vc.el (vc-next-action): Rewrite completely; this principal
4289 entry point now operates on a current fileset selected either
4290 explicitly via VC-Dired or implicitly by visiting a file buffer,
4291 rather than always operating on the file of the current buffer as
4292 in older versions. Rewrite the rest of the mode to match.
4293 (with-vc-properties): Rewrite to operate on a file list.
4294 (with-vc-file): vc-checkin takes a file list argument now.
4295 (vc-post-command-functions): This hook now receives a file list.
4296 (vc-do-command): Take a either a file or a file list as argument.
4297 (vc-deduce-fileset): New function for deducing a file list to
4298 operate on.
4299 (vc-next-action-on-file, vc-next-action-dired): Remove.
4300 Merge into vc-next-action.
4301 (vc-register): Adapt to the fact that vc-start-entry now takes a
4302 file list.
4303 (vc-register-with): New function.
4304 (vc-start-entry): Take a file list argument rather than a
4305 file argument.
4306 (vc-checkout): Cope with vc-start-entry taking a file list.
4307 (vc-steal-lock): Cope with with-vc-properties taking a
4308 file list.
4309 (vc-checkin): Take a file list argument rather than a file argument.
4310 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4311 (vc-diff-internal): Rewrite for filesets.
4312 (vc-diff-sentinel): New function, tests whether changes were
4313 written into a diff buffer.
4314 (vc-diff): Rewrite for filesets.
4315 (vc-version-diff): Rewrite for filesets.
4316 (vc-print-log): Take a fileset argument.
4317 (vc-revert): Revert the entire selected fileset, not just the
4318 current buffer.
4319 (vc-rollback): Roll back the entire selected fileset, if
4320 possible. No longer accepts a prefix argument.
4321 (vc-update): Merge new changes for the entire selected
4322 fileset, not just the current buffer.
4323 (vc-revert-file): Cope with with-vc-properties taking a file list.
4324 (vc-default-dired-state-info): Add + status suffix if the file is
4325 modified.
4326 (vc-annotate-warp-version): Use the new diff machinery.
4327 (vc-log-edit): Take a file list argument rather than a file argument.
4328
4329 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4330
4331 Sync with Tramp 2.1.11.
4332
4333 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4334 Pacify byte compiler.
4335
4336 * net/trampver.el: Update release number.
4337
4338 2007-10-09 Richard Stallman <rms@gnu.org>
4339
4340 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4341
4342 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * follow.el: Require easymenu.
4345 (follow-mode-hook, follow-mode): Doc fixes.
4346 (follow-mode-off-hook): Mark as obsolete.
4347
4348 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4349
4350 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4351 select-window or select-frame events.
4352 (handle-select-window): When autoselecting window set input
4353 focus. Restructure.
4354
4355 * frame.el (focus-follows-mouse): Move to frame.c.
4356 * cus-start.el (all): Add focus-follows-mouse.
4357
4358 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4361 activate font-locking in the *buffer-selection* buffer.
4362 (bs-show-sorted): Doc fix.
4363
4364 * bs.el (bs--get-marked-string, bs--get-modified-string)
4365 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4366 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4367 (bs--format-aux): Doc fix.
4368
4369 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4370
4371 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4372
4373 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4374
4375 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4376 (gud-gdb): New function for old M-x gdb (text command mode).
4377 (gud-gdb-command-name, gdb): Move to...
4378
4379 * progmodes/gdb-ui.el: ...here and adapt doc string.
4380 (gud-gdba-command-name, gdba): Delete.
4381
4382 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * bs.el: Don't defvar `font-lock-verbose'.
4385 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4386 (bs--get-file-name): Fix typos in docstrings.
4387 (bs--show-header): Use `dolist' instead of `mapcar'.
4388 (bs-mode): Set `show-trailing-whitespace' to nil.
4389 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4390 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4391 Doc fixes.
4392
4393 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4394
4395 * progmodes/gud.el (pdb): Specify file for gud-break.
4396
4397 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4398
4399 * progmodes/gud.el (gdb): Make graphical mode the default and
4400 switch to text command mode if appropriate, i.e., reverse previous
4401 arrangement.
4402 (gud-gdb-marker-filter): Adapt for above change.
4403
4404 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4405 gud-minor-mode and gud-marker-filter.
4406 (gdb-fullname-regexp): New variable.
4407 (gud-gdba-marker-filter): Use it to switch to text command
4408 mode if appropriate.
4409
4410 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4411
4412 * progmodes/gud.el (gud-display-line): Find source buffer even when
4413 GUD buffer has its own frame.
4414
4415 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4416
4417 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4418
4419 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4420
4421 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4422
4423 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4424
4425 * allout.el (allout-before-change-handler): Replace got-char by
4426 goto-char.
4427
4428 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4431 Used to try and automatically enabled smerge-mode in the presence of
4432 conflicts and to call `svn resolved' when the conflicts are gone.
4433 (vc-svn-parse-status): Remember the svn-specific status.
4434
4435 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4436
4437 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4438 menu-bar-apropos-menu. All users changed.
4439 (menu-bar-help-menu): Change menu symbols to better match the text
4440 displayed by the menu.
4441
4442 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4443
4444 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4445 #, @, : and ^.
4446
4447 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4448
4449 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4450
4451 * log-view.el (log-view-mode-map): Likewise.
4452
4453 * diff-mode.el (diff-mode-shared-map): Likewise.
4454
4455 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4456
4457 * files.el (file-name-sans-versions): Also allow `A-Z'.
4458
4459 * vc.el: Mention all supported VC backends.
4460
4461 2007-10-08 Richard Stallman <rms@gnu.org>
4462
4463 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4464 neighbouring buttons.
4465
4466 2007-10-08 Andreas Schwab <schwab@suse.de>
4467
4468 * files.el (file-name-sans-versions): Also allow `_'.
4469
4470 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4471
4472 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4473
4474 * log-view.el (log-view-mode-map, log-view-mode-menu):
4475 Bind log-view-annotate-version.
4476 (log-view-beginning-of-defun, log-view-end-of-defun)
4477 (log-view-annotate-version): New functions.
4478 (log-view-mode): Use log-view-beginning-of-defun and
4479 log-view-end-of-defun.
4480
4481 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4484
4485 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4488 neighbouring buttons.
4489
4490 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4491 Recognize gcc's use of "note" for informational messages.
4492
4493 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4496 (css-mode): Update correspondingly.
4497
4498 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4499
4500 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4501 Signed-off-by, Acked-by and Merge.
4502
4503 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4506
4507 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * vc-mtn.el: New file.
4510
4511 * vc-hooks.el (vc-handled-backends): Add Mtn.
4512
4513 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4514
4515 * files.el (find-file, find-file-other-window)
4516 (find-file-other-frame, find-file-existing, find-file-read-only)
4517 (find-file-read-only-other-window)
4518 (find-file-read-only-other-frame)
4519 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4520
4521 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4522
4523 * progmodes/gud.el (gdb-ready): New variable.
4524 (gdb): Set it to nil. Set gud-running to nil here...
4525 (gud-common-init): ...instead of here.
4526
4527 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4528 Use gdb-ready. Discard input until GDB is ready to accept it.
4529
4530 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4531
4532 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4533 make it show up with eight colors.
4534
4535 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4538 diffs are concatenated with no intervening line.
4539
4540 2007-10-08 Dave Love <fx@gnu.org>
4541
4542 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4543 (python-font-lock-keywords): Update to the 2.5 version of the language.
4544 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4545 (python-backspace): Only behave funny in code.
4546 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4547 (inferior-python-mode): Add PDB prompt regexp.
4548 (python-fill-paragraph): Refine the fenced-string regexp.
4549 (python-find-imports): Handle imports spanning several lines.
4550 (python-mode): Add `class' to hideshow support.
4551
4552 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4555 Use add-log-buffer-file-name-function rather than binding
4556 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4557 when `fi' is the ChangeLog file itself.
4558
4559 * outline.el (outline-flag-region): Use front-advance.
4560
4561 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4562
4563 * progmodes/cperl-mode.el: Merge upstream 5.23.
4564 (cperl-where-am-i): Remove function.
4565 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4566 (cperl-sniff-for-indent): De-invert [string] and [comment].
4567 When looking for label, skip s:m:y:tr.
4568 (cperl-indent-line): Likewise.
4569 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4570 (cperl-windowed-init): Wrong `ps-print' handling.
4571 Both thanks to Chong Yidong.
4572 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4573 (cperl-find-pods-heres): If the second part of s()[] is missing,
4574 don't try to highlight delimiters...
4575
4576 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * progmodes/compile.el (compilation-get-file-structure): Complete last
4579 change by also using spec-directory in the puthash.
4580
4581 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4582
4583 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4584 (vc-bzr-status): Fix shadowing of variable 'status'.
4585 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4586 Use `expand-file-name' instead of `concat'.
4587 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4588 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4589
4590 2007-10-08 Jason Rumney <jasonr@gnu.org>
4591
4592 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4593
4594 2007-10-08 Richard Stallman <rms@gnu.org>
4595
4596 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4597 Add `safe-local-variable' property.
4598 (lisp-body-indent): Likewise.
4599
4600 2007-10-08 Richard Stallman <rms@gnu.org>
4601
4602 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4603 Add doc string.
4604
4605 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4606
4607 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4608
4609 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4610
4611 * repeat.el (repeat): Use last-repeatable-command instead of
4612 real-last-command. Run pre- and post-command hooks for
4613 self-insertion. Update doc-string.
4614
4615 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4616
4617 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4618 state of the file.
4619 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4620 (vc-git-create-repo): Fix invalid command.
4621
4622 2007-10-08 Richard Stallman <rms@gnu.org>
4623
4624 * textmodes/flyspell.el (flyspell-mode):
4625 Catch errors in flyspell-mode-on.
4626
4627 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4630
4631 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * international/encoded-kb.el (encoded-kbd-setup-display):
4634 Use input-decode-map rather than local-key-translation-map.
4635
4636 * term/rxvt.el (rxvt-alternatives-map): New map.
4637 (terminal-init-rxvt): Use it.
4638 Bind rxvt-function-map in input-decode-map.
4639
4640 * term/xterm.el (xterm-alternatives-map): New map.
4641 (terminal-init-xterm): Use it.
4642 Bind xterm-function-map in input-decode-map.
4643
4644 * term/x-win.el (x-alternatives-map): New var.
4645 (x-setup-function-keys): Use it.
4646
4647 * help-fns.el (describe-variable): Slightly change the layout of
4648 meta-info to separate it better from the docstring.
4649 Standardize insertion of extra empty lines in various circumstances.
4650
4651 * diff-mode.el (diff-hunk-style): New fun.
4652 (diff-end-of-hunk): Use it.
4653 (diff-context->unified): Use the new `apply' undo element,
4654 if applicable, so as to save undo-log space.
4655 (diff-fine-change): New face.
4656 (diff-fine-highlight-preproc): New function.
4657 (diff-fine-highlight): New command.
4658 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4659
4660 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4661 (smerge-refine-highlight-change): Add `props' argument.
4662 (smerge-refine-subst): New function holding most of smerge-refine.
4663 (smerge-refine): Use it.
4664
4665 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4666
4667 * vc.el (vc-default-wash-log): Remove unused code, the
4668 log washers all live in the backends now.
4669 (vc-default-comment-history): Correct for the fact
4670 that wash-log is argumentless in the new API.
4671
4672 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4673
4674 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4675 (tramp-maybe-send-script): Apply `member' but `memq'.
4676 (tramp-advice-file-expand-wildcards): Simplify implementation.
4677
4678 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4679
4680 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4681
4682 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4683 (minibuf-depth-setup-minibuffer): Use it.
4684
4685 2007-10-07 Glenn Morris <rgm@gnu.org>
4686
4687 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4688 version numbers.
4689
4690 2007-10-06 Juri Linkov <juri@jurta.org>
4691
4692 * textmodes/fill.el (fill-paragraph-or-region): New function.
4693
4694 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4695 instead of fill-paragraph.
4696
4697 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4698 with fill-paragraph-or-region. Suspend command is now the same
4699 `suspend-frame' on window systems and on tty.
4700
4701 * image.el (image-type): Check if image-types is bound to not fail
4702 on tty.
4703
4704 * delsel.el (delete-selection-pre-hook):
4705 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4706 is fbound to not fail on mouseless tty.
4707
4708 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4709
4710 * net/tramp.el (top): Move loading of tramp-util.el and
4711 tramp-vc.el to tramp-compat.el.
4712 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4713 temporary file if possible, in order to avoid a security hole.
4714 (tramp-do-copy-or-rename-file-out-of-band)
4715 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4716 with DONT-CREATE, because the connection is not setup yet.
4717 (tramp-handle-process-file): Rewrite temporary file handling.
4718 (tramp-completion-mode): New defvar.
4719 (tramp-completion-mode-p): Use it.
4720
4721 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4722
4723 * net/tramp-fish.el (tramp-fish-handle-process-file):
4724 Rewrite temporary file handling.
4725
4726 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4727
4728 * vc.el: Workfile version -> focus version change. Port various
4729 comments from new VC to reduce the noise in the diff.
4730 Patch in the new vc-create-repo function to go with the
4731 header comment about it already present.
4732 There are no changes to existing logic in this patch.
4733 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4734
4735 2007-10-06 Aaron Hawley <aaronh@garden.org>
4736
4737 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4738
4739 2007-10-05 Chris Moore <dooglus@gmail.com>
4740
4741 * server.el (server-kill-new-buffers): Doc fix.
4742
4743 2007-10-05 John W. Eaton <jwe@octave.org>
4744
4745 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4746 (octave-begin-keywords): Add "do".
4747 (octave-end-keywords): Remove "end".
4748 (octave-reserved-words): Add "end". Remove "all_va_args",
4749 "gplot", and 'gsplot".
4750 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4751 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4752 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4753 "default_return_value", "define_all_return_values",
4754 "do_fortran_indexing", "empty_list_elements_ok",
4755 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4756 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4757 "prefer_zero_one_indexing", "propagate_empty_matrices",
4758 "resize_on_range_error", "treat_neg_dim_as_zero",
4759 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4760 "warn_divide_by_zero", "warn_function_name_clash",
4761 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4762 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4763 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4764 "sigterm_dumps_octave_core".
4765 (octave-block-match-alist): Remove "end" from block-end keywords.
4766 (octave-mode): Update ftp site address.
4767
4768 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4769
4770 * vc.el: Reorder functions, no code changes.
4771
4772 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4773
4774 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4775 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4776 the cond clauses where needed.
4777 (tramp-handle-write-region): Rearrange code for proper handling of
4778 tmpfile.
4779
4780 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4781
4782 * net/tramp.el:
4783 * net/tramp-fish.el:
4784 * net/tramp-ftp.el:
4785 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4786 `tramp-compat-make-temp-file'.
4787
4788 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4789
4790 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4791
4792 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4795 already uses a more recent copyright version than the "current" one.
4796
4797 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4798
4799 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4800 (doc-view-insert-image): Minor aesthetical docstring changes.
4801
4802 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4803
4804 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4805 completing filename.
4806 (doc-view-search-internal): Docstring change.
4807
4808 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4809
4810 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4811 (tramp-file-name-handler-alist):
4812 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4813 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4814 used before, creates the file already, which is not desired.
4815 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4816 temporary file.
4817 (tramp-handle-insert-file-contents): Assign the result in the
4818 short track case.
4819 (tramp-handle-insert-file-contents-literally): New defun.
4820 (tramp-completion-mode-p): Revert change from 2007-09-24.
4821 Checking for `return' etc as last character is not sufficient, for
4822 example in dired-mode when entering <g> (revert-buffer) or
4823 <s> (dired-sort).
4824
4825 * net/tramp-compat.el (top): Add also compatibility code for loading
4826 appropriate timer package.
4827 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4828 order to avoid autoloading problems.
4829
4830 * net/tramp-fish.el:
4831 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4832
4833 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4834 where the second parameter of `copy-file' or `rename-file' is a
4835 remote file but not via ftp.
4836
4837 2007-10-02 Richard Stallman <rms@gnu.org>
4838
4839 * frame.el (cursor-in-non-selected-windows): Doc fix.
4840
4841 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4842
4843 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4844 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4845
4846 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4847
4848 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4849 when `expt' doesn't give range errors.
4850
4851 2007-10-01 Markus Triska <markus.triska@gmx.at>
4852
4853 * calc/calc-math.el (math-smallest-emacs-expt):
4854 Make the computation more robust.
4855
4856 2007-09-30 David Kastrup <dak@gnu.org>
4857
4858 * startup.el (argv): Alias for `command-line-args-left' to use as
4859 `(pop argv)' inside of --eval command sequences. Allows for
4860 passing shell commands into Emacs verbatim without need for Lisp
4861 quoting.
4862
4863 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4864 check only for changed size.
4865 (auto-revert-tail-handler): Get size from caller. If the file has
4866 shrunk, tail the whole file again (the file presumably has been
4867 rewritten).
4868
4869 * woman.el (woman-topic-all-completions, woman-mini-help):
4870 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4871 actually was being manipulated in the loop.
4872 (woman-Cyg-to-Win, woman-pre-process-region)
4873 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4874 (woman-strings, woman-special-characters, woman1-hc)
4875 (woman-change-fonts, woman-find-next-control-line):
4876 Use `match-beginning' rather than `match-string' when the result is
4877 just used as a flag.
4878
4879 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4880
4881 * net/tramp-compat.el: New file.
4882
4883 * net/tramp.el:
4884 * net/tramp-fish.el:
4885 * net/tramp-smb.el:
4886 * net/tramp-uu.el:
4887 * net/trampver.el: Move compatibility code to tramp-compat.el.
4888 Apply `mapc' instead of `mapcar' when the code needs side effects
4889 only. Move utf-8 coding cookie to the second line.
4890
4891 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4892
4893 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4894 Improve custom type.
4895 (icon-map-list): Make it customizable. Document how to disable
4896 stock icons.
4897
4898 2007-09-30 Richard Stallman <rms@gnu.org>
4899
4900 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4901
4902 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4903
4904 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4905
4906 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4909 (t-mouse-mode): New compatibility alias.
4910
4911 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 * server.el (server-delete-client): Only delete the terminal if it
4914 is non-nil.
4915
4916 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4917
4918 * net/tramp.el (with-file-property, with-connection-property):
4919 Highlight as keyword.
4920 (tramp-rfn-eshadow-setup-minibuffer)
4921 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4922 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4923 (tramp-do-copy-or-rename-file-directly)
4924 (tramp-do-copy-or-rename-file-out-of-band)
4925 (tramp-handle-shell-command, tramp-get-debug-buffer)
4926 (tramp-send-command-and-read, tramp-equal-remote)
4927 (tramp-get-local-gid): Pacify byte-compiler.
4928 (tramp-handle-file-name-directory): Result shall not be expanded.
4929 (tramp-find-foreign-file-name-handler): Rewrite.
4930 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4931
4932 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4933
4934 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4935 Apply `tramp-completion-mode-p'.
4936 (tramp-fish-handle-set-file-times)
4937 (tramp-fish-handle-executable-find)
4938 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4939 (tramp-fish-retrieve-data): Pacify byte-compiler.
4940
4941 * net/tramp-gw.el (tramp-gw-basic-authentication):
4942 Call `tramp-read-passwd' with first parameter `nil'.
4943
4944 2007-09-28 Glenn Morris <rgm@gnu.org>
4945
4946 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4947 than mapcar.
4948
4949 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4950 (tex-suscript-height-minimum): New customizable variables.
4951 (tex-suscript-height): New function.
4952 (superscript, subscript): Set height using tex-suscript-height
4953 rather than fixing at 0.8.
4954 (tex-fontify-script, tex-font-script-display): Add :version tag.
4955
4956 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * progmodes/python.el (python-eldoc-function): Doc fix.
4959
4960 2007-09-27 Glenn Morris <rgm@gnu.org>
4961
4962 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4963 image if it is not in image-type-auto-detectable, or is there with
4964 a nil value.
4965
4966 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4967
4968 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4969 connection more robust.
4970
4971 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4974 Deal with the case that special &keywords are at the beginning or
4975 end of the argument list. Also add some (incomplete) support for
4976 non-standard arglists.
4977
4978 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4981 (eldoc-message-commands, eldoc-current-idle-delay)
4982 (eldoc-function-argstring-format): Fix typos in docstrings.
4983
4984 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4985
4986 * calc/calc-units.el (calc-convert-units)
4987 (calc-convert-temperature): Remove unnecessary colons.
4988
4989 2007-09-26 Bastien Guerry <bzg@altern.org>
4990
4991 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4992 New function.
4993 (org-export-latex-remove-from-headlines): Name changed because of typo.
4994 (org-export-latex-quotation-marks-convention): Option removed.
4995 (org-export-latex-make-preamble): Handle the DATE option.
4996 (org-export-latex-cleaned-string): Now the only cleaning function,
4997 synched up with org.el.
4998 (org-export-latex-lists, org-export-latex-parse-list)
4999 (org-export-list-to-latex): New functions.
5000
5001 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5002
5003 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5004 (org-outline-regexp): New constant.
5005 (org-remember-handler): Throw error when the target file is not in
5006 org-mode.
5007 (org-cleaned-string-for-export): No longer call
5008 `org-export-latex-cleaned-string' with an argument.
5009 (org-get-tags): Returns now a list, not a string.
5010 (org-get-tags-string): New function.
5011 (org-archive-subtree): No need to split return of `org-get-tags'.
5012 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5013 instead of `org-get-tags'.
5014 (org-agenda-format-date): Rename from `org-agenda-date-format'.
5015 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5016 (org-compatible-face): New argument INHERITS. Inherit from this
5017 face if possible.
5018 (org-level-1, org-level-2, org-level-3, org-level-4)
5019 (org-level-5, org-level-6, org-level-7, org-level-8)
5020 (org-special-keyword, org-drawer, org-column, org-warning)
5021 (org-archived, org-todo, org-done, org-headline-done, org-table)
5022 (org-formula, org-code, org-agenda-structure)
5023 (org-scheduled-today, org-scheduled-previously)
5024 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5025 in the new way.
5026 (org-get-heading): New argument NO-TAGS.
5027 (org-fast-tag-selection-include-todo): Made defvar instead of
5028 defcustom, feature is not deprecated.
5029 (org-remember-store-without-prompt): New default value t.
5030 (org-todo-log-states): New variable.
5031 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5032 Compute the log states.
5033 (org-goto-map): More commands copied from global map. Also bind
5034 `org-occur'.
5035 (org-goto): Made into a general lookup command.
5036 (org-get-location): Complete rewrite.
5037 (org-goto-exit-command): New variable.
5038 (org-goto-selected-point): New variable.
5039 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5040 Set the new variables.
5041 (org-paste-subtree): Whitespace insertion strategy revised.
5042 (org-remember-apply-template): Protect v-A from the possibility
5043 that v-a might be nil.
5044 (org-remember-handler): Insertion rules revised.
5045 (org-todo): Respect org-todo-log-states.
5046 (org-up-heading-safe): New function.
5047 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5048
5049 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5050
5051 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5052 region if in transient-mark-mode.
5053
5054 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * calc/calc-ext.el (calc-init-extensions, calc-reset):
5057 * calc/calc-help.el (calc-full-help):
5058 * calc/calc-misc.el (another-calc):
5059 * calc/calc-store.el (calc-var-name-map):
5060 * calc/calc-stuff.el (calc-flush-caches):
5061 * calc/calc-units.el (math-build-units-table):
5062 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5063 (calc-quit):
5064 * calendar/icalendar.el (icalendar--format-ical-event)
5065 (icalendar--convert-ical-to-diary):
5066 * emacs-lisp/authors.el (authors):
5067 * emacs-lisp/cust-print.el (custom-print-install)
5068 (custom-print-uninstall):
5069 * emacs-lisp/disass.el (disassemble-1):
5070 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5071 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5072 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5073 (elint-check-let-form, elint-check-condition-case-form)
5074 (elint-initialize):
5075 * emacs-lisp/elp.el (elp-results):
5076 * emacs-lisp/generic.el (generic-mode-internal):
5077 * emacs-lisp/re-builder.el (reb-delete-overlays):
5078 * emacs-lisp/regi.el (regi-interpret):
5079 * emacs-lisp/sregex.el (sregex--char-aux):
5080 * emulation/cua-rect.el (cua--deactivate-rectangle)
5081 (cua--highlight-rectangle, cua--rectangle-post-command):
5082 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5083 * emulation/viper-macs.el (viper-describe-kbd-macros)
5084 (viper-describe-one-macro):
5085 * emulation/viper-util.el (viper-setup-master-buffer):
5086 * emulation/viper.el (set-viper-state-in-major-mode):
5087 * international/mule-diag.el (describe-current-coding-system):
5088 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5089 * mail/emacsbug.el (report-emacs-bug):
5090 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5091 * obsolete/hilit19.el (hilit-unhighlight-region)
5092 (hilit-set-mode-patterns):
5093 * play/solitaire.el (solitaire-check, solitaire-solve):
5094 * play/zone.el (zone-pgm-rotate):
5095 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5096 * progmodes/ada-prj.el (ada-prj-display-page):
5097 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5098 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5099 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5100 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5101 * progmodes/sh-script.el (sh-make-vars-local)
5102 (sh-reset-indent-vars-to-global-values):
5103 * progmodes/sql.el (top):
5104 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5105 * progmodes/xscheme.el (top):
5106 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5107 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5108 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5109 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5110 (artist-submit-bug-report):
5111 * textmodes/flyspell.el (flyspell-delay-commands)
5112 (flyspell-deplacement-commands):
5113 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5114 (table--generate-source-cells-in-a-row, table--make-cell-map)
5115 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5116
5117 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
5118
5119 * allout.el (produce-allout-mode-map, allout-process-exposed):
5120 * ansi-color.el (ansi-color-make-color-map):
5121 * autoinsert.el (auto-insert):
5122 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5123 * dired-aux.el (dired-create-files):
5124 * dired.el (dired-restore-desktop-buffer):
5125 * ediff-diff.el (ediff-setup-fine-diff-regions):
5126 * ediff-mult.el (ediff-intersect-directories)
5127 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5128 (ediff-redraw-registry-buffer):
5129 * ediff-ptch.el (ediff-fixup-patch-map):
5130 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5131 (ediff-really-quit, ediff-clear-diff-vector):
5132 * emerge.el (emerge-really-quit):
5133 * ffap.el (ffap-replace-file-component):
5134 * filecache.el (file-cache-add-directory)
5135 (file-cache-add-directory-recursively)
5136 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5137 (file-cache-delete-directory, file-cache-files-matching-internal)
5138 (file-cache-display):
5139 * files.el (cd):
5140 * find-lisp.el (find-lisp-insert-directory):
5141 * finder.el (finder-compile-keywords):
5142 * help.el (view-emacs-news):
5143 * hi-lock.el (hi-lock-write-interactive-patterns):
5144 * ido.el (ido-to-end, ido-set-matches-1):
5145 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5146 (image-dired-mark-tagged-files):
5147 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5148 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5149 * ps-print.el (ps-background, ps-begin-file)
5150 (ps-build-reference-face-lists):
5151 * simple.el (clone-buffer):
5152 * startup.el (command-line):
5153 * tempo.el (tempo-insert-template, tempo-is-user-element)
5154 (tempo-forward-mark, tempo-backward-mark):
5155 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5156
5157 2007-09-25 Glenn Morris <rgm@gnu.org>
5158
5159 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5160
5161 * view.el (view-search-no-match-lines): Add a doc string.
5162 Rewrite to simplify and work better.
5163
5164 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5165
5166 * progmodes/cc-mode.el (c-mode-base-map):
5167 Use c-indent-line-or-region instead of c-indent-line.
5168
5169 * indent.el (indent-for-tab-command): First check if the region is
5170 active.
5171
5172 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5173
5174 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5175 whitespace-rescan-timer-time is 0.
5176
5177 2007-09-24 Karl Berry <karl@gnu.org>
5178
5179 * international/mule.el (coding-system-base): Fix doc string grammar.
5180
5181 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
5182
5183 * net/tramp.el (tramp-completion-mode-p): Rename from
5184 `tramp-completion-mode'. Revert logic, check `return', `newline'
5185 and such alike. Packages like Icicles tend to use other completion
5186 characters but `tab' and `space' only.
5187
5188 2007-09-24 Adam Hupp <adam@hupp.org>
5189
5190 * progmodes/python.el (run-python): Import emacs module without
5191 waiting; prevents lockup on error.
5192
5193 2007-09-23 Richard Stallman <rms@gnu.org>
5194
5195 * mail/sendmail.el (mail-bury): Delete the frame
5196 if this frame looks like it was made for this message.
5197
5198 * completion.el (completion-separator-self-insert-command)
5199 (completion-separator-self-insert-autofilling):
5200 If `self-insert-command' has been remapped, use the substitute.
5201
5202 * simple.el (copy-region-as-kill): Doc fix.
5203
5204 * textmodes/org.el (org-confirm-shell-link-function)
5205 (org-confirm-elisp-link-function): Doc fixes.
5206
5207 2007-09-23 Glenn Morris <rgm@gnu.org>
5208
5209 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5210
5211 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5214
5215 * term/tvi970.el (terminal-init-tvi970): Likewise.
5216
5217 * term/sun-mouse.el (print-mouse-format): Likewise.
5218
5219 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5220 Use forward-line instead of previous-line and next-line.
5221
5222 2007-09-22 Juri Linkov <juri@jurta.org>
5223
5224 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5225
5226 * tutorial.el (tutorial--default-keys): Update standard bindings:
5227 rename `iconify-or-deiconify-frame' to `suspend-frame',
5228 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5229
5230 2007-09-22 Juri Linkov <juri@jurta.org>
5231
5232 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5233 Add help-echo to external links and to links without description.
5234 (fancy-splash-insert): Use help-echo from the 3rd element of the
5235 link specification list, or "Follow this link" if it's nil. Doc fix.
5236
5237 2007-09-22 Juri Linkov <juri@jurta.org>
5238
5239 * startup.el (command-line): Rename `inhibit-startup-message' to
5240 `inhibit-startup-screen'.
5241 (fancy-about-text): Use shorter label for "Ordering Manuals".
5242 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5243 is nil, display a line with "To start..." and 3 links to useful
5244 tasks. Display the "Dismiss" button and "Don't show this message
5245 again" only when concise is non-nil.
5246 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5247 arg `concise'. If CONCISE is non-nil, display a concise version
5248 of the splash screen in another window. Otherwise, switch to the
5249 startup buffer in the same window.
5250 (startup-echo-area-message): Change displayed binding from
5251 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5252 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5253 the GNU system".
5254 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5255 to "*GNU Emacs*".
5256 (display-about-screen): Don't check the existence of the buffer
5257 "*About GNU Emacs*".
5258 (display-splash-screen): Make alias to `display-startup-screen'.
5259 (command-line-1): Rename `inhibit-startup-message' to
5260 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5261 started with command line options "-f", "-funcall", "-e", "-eval",
5262 "-execute", "-insert", "-find-file", "-file", "-visit".
5263 Inhibit startup screen when Emacs is started with a file name only
5264 on tty (i.e. don't inhibit it when started with a file name like
5265 "emacs FILE..." on a window system).
5266 (command-line-1): Simplify logic of displaying the startup screen:
5267 if file-count > 0, then display the concise version in another
5268 window, otherwise display full version in the same window.
5269
5270 * help.el (help-map): Bind C-h C-a to about-emacs.
5271 (help-for-help-internal): Add C-a description to C-h help text.
5272
5273 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5274
5275 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5276 (checkdoc-permit-comma-termination-flag): Autoload the
5277 safe-local-variable setting.
5278
5279 * bookmark.el (bookmark-xemacsp): Remove.
5280 (bookmark-make): Don't use bookmark-xemacsp,
5281 use (featurep 'xemacs) instead.
5282
5283 * speedbar.el (speedbar-frame-mode)
5284 (speedbar-frame-reposition-smartly)
5285 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5286 (speedbar-check-vc): Remove use of non-existent variable
5287 dframe-xemacsp, use (featurep 'xemacs) instead.
5288
5289 * indent.el (indent-for-tab-command): Indent the region if
5290 transient-mark-mode and the region is active.
5291
5292 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5293
5294 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5295 add inferior-octave-directory-tracker to the buffer-local value
5296 of comint-input-filter-functions.
5297
5298 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5299
5300 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5301
5302 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5305 on w32 frames.
5306
5307 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * startup.el (normal-top-level): Remove DISPLAY from
5310 process-environment to let it be computed dynamically in callproc.c.
5311
5312 * frame.el (frame-initialize, make-frame):
5313 * faces.el (tty-set-up-initial-frame-faces):
5314 * env.el (setenv): Don't set display-environment-variable.
5315
5316 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5317 (server-create-tty-frame): Don't set unused `tty' property.
5318 Set `display' instead of display-environment-variable.
5319 (server-create-window-system-frame): No display-environment-variable.
5320
5321 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5324 (rfn-eshadow-update-overlay-hook): New defvars.
5325 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5326 Run the hooks.
5327
5328 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5329 (tramp-rfn-eshadow-setup-minibuffer)
5330 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5331 rfn-eshadow.el.
5332
5333 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5334 timeout.
5335
5336 2007-09-21 Glenn Morris <rgm@gnu.org>
5337
5338 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5339 * term/sun-mouse.el (suspend-emacstool): Remove.
5340 * term/sun.el: Remove emacstool-related code.
5341
5342 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5343 (byte-compile-warnings-safe-p): Add `mapcar'.
5344 (byte-compile-warning-types): Add mapcar and make-local.
5345 (byte-compile-normal-call): Add option to suppress mapcar warning.
5346 (top-level): Use mapc rather than mapcar in eval-when-compile.
5347
5348 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5349 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5350 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5351 Handle escaped parens.
5352 (latex-forward-sexp): Doc fix.
5353
5354 * eshell/esh-mode.el (eshell-output-filter-functions):
5355 Add eshell-postoutput-scroll-to-bottom.
5356
5357 * loadup.el: Remove termdev.
5358
5359 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5360 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5361
5362 2007-09-21 Markus Triska <markus.triska@gmx.at>
5363
5364 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5365 `mapcar' is called for effect.
5366
5367 2007-09-21 Kevin Ryde <user42@zip.com.au>
5368
5369 * international/mule.el (sgml-html-meta-auto-coding-function):
5370 Bind `case-fold-search' to t.
5371
5372 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * termdev.el: Remove.
5375
5376 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5377 (frames-on-display-list): Use it.
5378
5379 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5380
5381 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5382
5383 2007-09-20 Richard Stallman <rms@gnu.org>
5384
5385 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5386
5387 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5390
5391 2007-09-20 Glenn Morris <rgm@gnu.org>
5392
5393 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5394 motion functions, rather than hard-coding "\n\n".
5395 (tex-validate-region): Check for eobp, to speed up.
5396 (tex-next-unmatched-end): Doc fix.
5397
5398 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5401
5402 * international/mule.el (auto-coding-alist): Rar archives are binary.
5403
5404 * arc-mode.el: Add basic support for Rar.
5405 (archive-find-type): Recognize Rar's signature.
5406 (archive-desummarize): New fun.
5407 (archive-summarize): Use it to restore the buffer's data in case
5408 someone wants to switch to some other major mode.
5409 (archive-resummarize): Use it as well.
5410 (archive-rar-summarize, archive-rar-extract): New functions.
5411
5412 * filesets.el: Remove spurious * in docstrings.
5413 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5414 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5415 (filesets-ingroup-collect): Remove unused arg `depth'.
5416 (filesets-update): Remove unused arg `version'.
5417
5418 * finder.el (finder-compile-keywords): Fix up comment style.
5419 (finder-mouse-face-on-line): previous-line -> forward-line.
5420
5421 * recentf.el: Remove spurious * in docstrings.
5422 (recentf-save-list): Fix up comment style.
5423
5424 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5425 (octave-mode-map): Move init into declaration and remove \t binding.
5426 (octave-mode-startup-message): Remove unused var.
5427 (octave-scan-blocks): Remove unused arg `from'.
5428 (octave-forward-block, octave-down-block, octave-up-block):
5429 Update callers.
5430
5431 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5432 (meta-mode-map): Likewise and remove \t binding.
5433
5434 * net/snmp-mode.el: Remove spurious * in docstrings.
5435 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5436 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5437 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5438 that completion accepts lists of strings.
5439 (snmp-mode-syntax-table): Move initialization into declaration.
5440 (snmp-mode-map): Likewise and remove \t binding.
5441 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5442 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5443 (snmp-indent-command): Remove.
5444
5445 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5446 binding, so tab-always-indent works right.
5447
5448 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5449
5450 * net/browse-url.el (browse-url-elinks-new-window): New function.
5451 (browse-url-elinks): Use browse-url-elinks-new-window.
5452 Accept optional second argument `new-window'. Fix typo in doc-string.
5453 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5454 Improve error message.
5455
5456 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5457
5458 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5459 parameter name in the function body.
5460 Reported by Johannes Weiner.
5461
5462 2007-09-19 Glenn Morris <rgm@gnu.org>
5463
5464 * net/socks.el (socks-open-network-stream): Signal an explicit
5465 error if the port associated with a service string can't be found.
5466
5467 * textmodes/tex-mode.el (tex-terminate-paragraph):
5468 Use backward-paragraph.
5469
5470 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * server.el (server-running-p): New function.
5473
5474 2007-09-18 Jason Rumney <jasonr@gnu.org>
5475
5476 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5477 x-focus-frame.
5478
5479 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5480 Use x-focus-frame for w32.
5481
5482 2007-09-17 David Kastrup <dak@gnu.org>
5483
5484 * textmodes/tex-mode.el (tex-verbatim-environments):
5485 Eliminate CL dependency.
5486
5487 2007-09-17 Richard Stallman <rms@gnu.org>
5488
5489 * newcomment.el (comment-add): New arg EXTRA.
5490 (comment-region-default): Pass EXTRA if not indenting lines.
5491
5492 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5493
5494 * net/browse-url.el (browse-url-url-encode-chars): New function.
5495 URL-encode some chars in a string.
5496 (browse-url-encode-url): Rewrite using the previous function.
5497 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5498 (browse-url-elinks-sentinel): Fix typo.
5499 (browse-url-new-window-flag): Doc change.
5500
5501 2007-09-17 Glenn Morris <rgm@gnu.org>
5502
5503 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5504 filename from `--file-line-error', if it is available.
5505
5506 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5507
5508 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5509 TeX `--file-line-error' format.
5510
5511 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5512
5513 * xt-mouse.el: Delete add-hook calls that were moved to
5514 xterm-mouse-mode.
5515 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5516 does not work.
5517
5518 2007-09-17 Richard Stallman <rms@gnu.org>
5519
5520 * cus-face.el (custom-theme-set-faces): Undo previous change.
5521
5522 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5523
5524 2007-09-17 Glenn Morris <rgm@gnu.org>
5525
5526 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5527 handling the case where the region is not in `tex-main-file'.
5528 (tex-region-1): Delete.
5529 (tex-region-header): New function, doing the header part of the
5530 old tex-region-1.
5531
5532 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * simple.el (newline): Simplify use of prefix-numeric-value.
5535 (line-move-partial): Remove unused var `ppos'.
5536 (line-move-1): Replace 9999 with most-positive-fixnum.
5537 (move-end-of-line): Use more efficient single-property search.
5538 (move-beginning-of-line): Remove unused var `start'.
5539 (blink-matching-open): Restructure in a more functional style.
5540
5541 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5542
5543 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5544
5545 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * server.el (server-clients): Only keep procs, no properties any more.
5548 (server-client): Remove.
5549 (server-client-get, server-client-set): Remove, replace all callers by
5550 process-get and process-put resp.
5551 (server-clients-with, server-add-client, server-delete-client)
5552 (server-create-tty-frame, server-create-window-system-frame)
5553 (server-process-filter, server-execute, server-visit-files)
5554 (server-buffer-done, server-kill-buffer-query-function)
5555 (server-kill-emacs-query-function, server-switch-buffer)
5556 (server-save-buffers-kill-terminal): Update accordingly.
5557
5558 * server.el (server-with-environment): Simplify.
5559 (server-select-display, server-unselect-display): Re-add functions that
5560 seem to have been lost in the multi-tty merge.
5561 (server-eval-and-print, server-create-tty-frame)
5562 (server-create-window-system-frame, server-goto-toplevel)
5563 (server-execute, server-return-error): New functions extracted from
5564 server-process-filter.
5565 (server-execute-continuation): New functions.
5566 (server-process-filter): Restructure so that all arguments are analysed
5567 first and then acted upon in a subsequent stage. This way
5568 server-goto-toplevel can be executed later, when we know if
5569 it's necessary.
5570 Remove the "-version" and "-version-good" support.
5571
5572 2007-09-16 Drew Adams <drew.adams@oracle.com>
5573
5574 * cus-edit.el (custom-face-edit-activate): Doc fix.
5575
5576 2007-09-16 Glenn Morris <rgm@gnu.org>
5577
5578 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5579 Following cal-bahai renaming, update all instances of
5580 list-bahai-diary-entries to diary-bahai-list-entries,
5581 mark-bahai-diary-entries to diary-bahai-mark-entries,
5582 calendar-goto-bahai-date to calendar-bahai-goto-date,
5583 insert-bahai-diary-entry to diary-bahai-insert-entry,
5584 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5585 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5586 calendar-print-bahai-date to calendar-bahai-print-date.
5587
5588 * textmodes/tex-mode.el (tex-region): Handle the case where the
5589 region is not in `tex-main-file'. Move the old code that applies
5590 to both cases...
5591 (tex-region-1): ...to this new function.
5592
5593 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * vc.el (vc-process-sentinel): New function.
5596 (vc-exec-after): Use it instead of using ugly hackish analysis and
5597 construction of Elisp code.
5598 (vc-sentinel-movepoint): New dynamically scoped var.
5599 (vc-print-log, vc-annotate): Set it to move the user's point.
5600
5601 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5602 inhibit-modification-hooks.
5603
5604 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5605 (calendar-bahai-print-date, calendar-bahai-goto-date)
5606 (diary-bahai-list-entries, diary-bahai-insert-entry):
5607 New names to clean up the namespace a bit more.
5608 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5609
5610 2007-09-15 Glenn Morris <rgm@gnu.org>
5611
5612 * calendar/holidays.el (holiday-list): Rename it back to
5613 `list-holidays', but leave `holiday-list' as an alias.
5614
5615 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5616 custom group.
5617
5618 * textmodes/css-mode.el (css): New custom group.
5619 (css-electrick-keys, css-selector, css-property)
5620 (css-indent-offset): Specify custom group.
5621
5622 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5625 (cvs-execute-single-file): Use process-file.
5626 (cvs-run-process): Use start-file-process.
5627
5628 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5629
5630 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5631 level. Remove the hooks when turning off the mode.
5632
5633 * term/xterm.el: Require xt-mouse at compile time.
5634 (terminal-init-xterm): Turn on xterm mouse tracking for this
5635 terminal if xterm-mouse-mode is enabled.
5636
5637 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5638
5639 * term/xterm.el (xterm-function-map): Replace bindings that were
5640 deleted by the merge.
5641
5642 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5643
5644 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5645 (bubbles-mode-map): Move define-key statements here.
5646 (bubbles-game-theme-menu): Ditto.
5647 (bubbles-graphics-theme-menu): Ditto.
5648 (bubbles-menu): Ditto.
5649 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5650 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5651 (bubbles-plop): Set buffer-undo-list, redisplay.
5652 (bubbles-undo): Reset buffer-undo-list, redisplay.
5653 (bubbles--show-images): Take care of missing text properties.
5654
5655 2007-09-14 Glenn Morris <rgm@gnu.org>
5656
5657 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5658 quoting.
5659
5660 * calendar/cal-hebrew.el, calendar/cal-menu.el
5661 * calendar/calendar.el, calendar/diary-lib.el
5662 * calendar/holidays.el: Rename all instances of
5663 list-calendar-holidays callers to calendar-list-holidays,
5664 list-holidays to holiday-list, check-calendar-holidays to
5665 calendar-check-holidays, mark-calendar-holidays to
5666 calendar-mark-holidays, and filter-visible-calendar-holidays to
5667 holiday-filter-visible-calendar.
5668
5669 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5670
5671 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5672
5673 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5674
5675 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5676 Use transparent background for empty cells in graphics mode.
5677
5678 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5679
5680 * man.el (Man-default-man-entry): At end of line, continue looking
5681 to the next line for possible end of hyphenated command.
5682
5683 2007-09-13 Chris Moore <dooglus@gmail.com>
5684
5685 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5686 the command being edited.
5687
5688 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5689
5690 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5691
5692 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5693
5694 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5695 C-M-S- keys.
5696
5697 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5698
5699 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5700
5701 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5702 New argument `filename-p' to use one set of confusing chars or another.
5703 (browse-url-file-url): Use the argument.
5704 Suggested by Johannes Weiner.
5705
5706 2007-09-12 Romain Francoise <romain@orebokech.com>
5707
5708 * cus-start.el (all): Revert 2007-09-08 change.
5709
5710 2007-09-12 Aaron Hawley <aaronh@garden.org>
5711
5712 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5713 extract .Z files, since it is more common than uncompress.
5714
5715 2007-09-12 Glenn Morris <rgm@gnu.org>
5716
5717 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5718 duplicate function definition.
5719
5720 2007-09-10 Chris Moore <dooglus@gmail.com>
5721
5722 * diff-mode.el (diff-sanity-check-hunk):
5723 Also accept single-line hunks.
5724
5725 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * startup.el (startup-screen-inhibit-startup-screen)
5728 (pure-space-overflow-message): New vars.
5729 (fancy-splash-insert): Allow functions for face and link specs.
5730 (fancy-splash-head): Remove unused arg. Move splash text...
5731 (fancy-startup-text, fancy-about-text): ...here.
5732 (fancy-startup-tail): Rename from fancy-splash-tail.
5733 (fancy-startup-screen, fancy-about-screen): Split off from
5734 fancy-splash-screens.
5735 (display-startup-screen): New function.
5736 (display-about-screen): Rename from display-splash-screen.
5737 (command-line-1): Use concise startup screen if necessary.
5738
5739 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5740
5741 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5742 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5743
5744 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5747 (python-font-lock-keywords): Update to the 2.5 version of the language.
5748 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5749 (python-backspace): Only behave funny in code.
5750 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5751 (inferior-python-mode): Add PDB prompt regexp.
5752 (python-fill-paragraph): Refine the fenced-string regexp.
5753 (python-find-imports): Handle imports spanning several lines.
5754 (python-mode): Add `class' to hideshow support.
5755
5756 2007-09-10 Dave Love <fx@gnu.org>
5757
5758 * outline.el (outline-4, outline-5, outline-7):
5759 Move font-lock-builtin-face down from 4 to 7 to better keep the
5760 progression of color brightness, and to better match Org-mode's faces.
5761
5762 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5763
5764 * progmodes/meta-mode.el (meta-font-lock-keywords)
5765 (font-lock-match-meta-declaration-item-and-skip-to-next)
5766 (meta-comment-indent, meta-indent-previous-line)
5767 (meta-indent-unfinished-line, meta-beginning-of-defun)
5768 (meta-end-of-defun, meta-common-initialization): Handle \f.
5769 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5770 a comment-start.
5771
5772 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5773 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5774 numeric notation of file modes.
5775 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5776 numeric value.
5777 (read-file-modes): New. Read either an octal value of a file mode or a
5778 symbolic value, and return its numeric value.
5779
5780 * dired-aux.el (dired-do-chmod): Change to use the built-in
5781 `set-file-modes' and the previous symbolic mode parsing functions.
5782
5783 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * textmodes/texinfo.el: Remove spurious * in docstrings.
5786 (texinfo-mode-syntax-table, texinfo-mode-map):
5787 Initialize in the declaration.
5788
5789 * tmm.el: Remove spurious * in docstrings.
5790 (tmm-prompt): Use with-current-buffer.
5791
5792 * vcursor.el: Remove spurious * in docstrings.
5793 (vcursor-map): Initialize in the declaration.
5794 (vcursor-use-vcursor-map): Use define-minor-mode.
5795 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5796
5797 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5798 Initialize in the declaration.
5799 (widget-minor-mode): Use define-minor-mode.
5800
5801 * woman.el (woman-mode-map, woman-syntax-table):
5802 Initialize in the declaration.
5803
5804 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5805
5806 * doc-view.el: New file.
5807
5808 2007-09-09 Juri Linkov <juri@jurta.org>
5809
5810 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5811
5812 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5813
5814 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5815 to "Startup screen". Fix docstring.
5816 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5817 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5818 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5819 (initial-scratch-message): Fix docstring.
5820 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5821 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5822 Add link to "Customize Startup" and set interval between links to
5823 5 spaces.
5824 (fancy-about-text): Add links "Authors" and "Contributing".
5825 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5826 and "This is " on the about screen. Add link to
5827 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5828 For the about screen move emacs version to the header from
5829 `fancy-splash-tail' (as it's done already for normal about screen).
5830 (fancy-splash-tail): Insert emacs version only for startup screen.
5831 (normal-splash-screen): Remove duplicate empty lines.
5832 (normal-about-screen): Add links "Authors" and "Contributing".
5833
5834 * menu-bar.el (menu-bar-help-menu):
5835 Move "About Emacs" and "About GNU" to the end of the Help menu.
5836 Move "Emacs Psychotherapist" after "Send Bug Report...".
5837 Move "External Packages" after "Find Emacs Packages".
5838
5839 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5840
5841 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5842 they are useless with the byte compiler.
5843 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5844 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5845 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5846 (tramp-file-name-real-host, tramp-file-name-port)
5847 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5848 defuns.
5849
5850 * net/tramp-cache.el (top): Improve error message when
5851 `tramp-persistency-file-name' is corrupted.
5852
5853 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5854
5855 * textmodes/org.el (org-re): Also replace the :alpha: class.
5856 (org-todo-tag-alist): Variable removed.
5857 (org-todo-key-alist, org-todo-key-trigger): New variables.
5858 (org-use-fast-todo-selection): New option.
5859 (org-log-done): Docstring fixed.
5860 (org-deadline-warning-days): New default value 14.
5861 (org-edit-timestamp-down-means-later): New option.
5862 (org-tag-alist): Docstring fixed.
5863 (org-fast-tag-selection-include-todo): New option.
5864 (org-export-language-setup): New languages added.
5865 (org-set-regexps-and-options): Compute the new variables.
5866 (org-paste-subtree): Cleaning up.
5867 (org-remember-apply-template): New escape %A.
5868 (org-todo): Call fast TODO selection.
5869 (org-fast-todo-selection): New function.
5870 (org-add-log-note): Allow prefix for abort exit.
5871 (org-at-property-p, org-entry-properties)
5872 (org-columns-get-autowidth-alist): Use :alpha: class.
5873 (org-get-wdays): New function.
5874 (org-agenda-remove-date): New variable.
5875 (org-agenda-get-deadlines): Use `org-get-wdays'.
5876 (org-agenda-get-deadlines): Reverse ee before returning.
5877 (org-format-agenda-item): New argument REMOVE-RE.
5878 (org-agenda-convert-date): Baha'i calendar added.
5879 (org-infile-export-plist): Also find DATE line.
5880 (org-get-min-level): New function.
5881 (org-export-as-html, org-export-as-ascii): Use the date format.
5882 (org-shiftup, org-shiftdown): Use.
5883 `org-edit-timestamp-down-means-later'.
5884 (org-assign-fast-keys): New function.
5885
5886 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5887
5888 * cus-start.el (all): Add prefer-window-split-horizontally from
5889 window.c.
5890
5891 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5892
5893 * net/browse-url.el (browse-url-galeon): Fix last change.
5894 (top-level): Require cl when compiling.
5895
5896 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5897
5898 * textmodes/org-export-latex.el: arch-tag restored.
5899
5900 * textmodes/org-publish.el: arch-tag restored.
5901
5902 2007-09-08 Masatake YAMATO <jet@gyve.org>
5903
5904 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5905
5906 * progmodes/cc-langs.el: Support new keywords added to
5907 objective-c frontend of gcc.
5908 (c-simple-stmt-kwds): Add @throw.
5909 (c-block-stmt-2-kwds): Add @synchronized.
5910 (c-block-stmt-1-kwds): Add @finally and @try.
5911
5912 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5913
5914 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5915 (org-agenda-after-show-hook): New variable.
5916 (org-columns-compile-format)
5917 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5918 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5919 property names.
5920 (org-get-wdays): New function.
5921
5922 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5925
5926 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5927
5928 * vc-arch.el (vc-arch-checkin): Fix typo.
5929
5930 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5931
5932 * cus-face.el (custom-theme-set-faces): Set face attributes
5933 locally for each frame.
5934
5935 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5938 via font-lock-defaults.
5939
5940 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5941 derived-mode-p.
5942
5943 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5944
5945 * progmodes/autoconf.el (autoconf-definition-regexp):
5946 Handle optional square brackets around definition name.
5947
5948 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5949
5950 * net/browse-url.el (browse-url-browser-function): Add elinks.
5951 (browse-url-elinks-wrapper): New option.
5952 (browse-url-encode-url, browse-url-elinks)
5953 (browse-url-elinks-sentinel): New functions.
5954 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5955 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5956 Use new function browse-url-encode-url.
5957
5958 2007-09-07 Glenn Morris <rgm@gnu.org>
5959
5960 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5961 say if multi-tty is present.
5962
5963 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * cus-start.el (split-window-preferred-function): Add custom info.
5966
5967 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5968 (calendar-mark-holidays, calendar-list-holidays)
5969 (holiday-filter-visible-calendar): New names to clean up namespace.
5970 (filter-visible-calendar-holidays, list-calendar-holidays)
5971 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5972 Add compatibility aliases.
5973 (calendar-check-holidays, calendar-mark-holidays)
5974 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5975 (holiday-sexp): Replace append with list.
5976 (holiday-filter-visible-calendar): Replace append with push.
5977
5978 * woman.el: Remove spurious * in docstrings.
5979 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5980 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5981 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5982 (woman-write-directory-cache, woman-display-extended-fonts)
5983 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5984 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5985 (woman-mode): Use inhibit-read-only.
5986 (woman-negative-vertical-space): Use dotimes.
5987 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5988
5989 2007-09-06 Romain Francoise <romain@orebokech.com>
5990
5991 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5992 (vc-bzr-workfile-version): Use it.
5993
5994 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5995
5996 * complete.el (PC-do-completion): Don't try to treat
5997 empty string as an abbreviation.
5998
5999 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6000
6001 * help-fns.el (describe-variable): Keep doc's text properties.
6002
6003 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
6004
6005 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6006 instead of a file.
6007
6008 2007-09-06 Glenn Morris <rgm@gnu.org>
6009
6010 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6011 (checkdoc-minor-mode): Allow user to specify lighter via
6012 checkdoc-minor-mode-string.
6013
6014 2007-09-05 Richard Stallman <rms@gnu.org>
6015
6016 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6017 Several items removed, simplified, or put on one line.
6018 (fancy-about-text): Add substantial contents, part of startup text.
6019 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6020 (normal-splash-screen): Call normal-mouse-startup-screen,
6021 normal-no-mouse-startup-screen, or normal-about-screen.
6022 (normal-mouse-startup-screen): New fn, broken out, shortened.
6023 (normal-no-mouse-startup-screen): New fn, broken out.
6024 (normal-about-screen): New function, contents all new.
6025
6026 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6027
6028 * emacs-lisp/rx.el (rx): Fix typo in docstring.
6029
6030 2007-09-05 Glenn Morris <rgm@gnu.org>
6031
6032 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6033 is bound.
6034
6035 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6036
6037 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6038 in doc string.
6039
6040 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6041
6042 * server.el (server-start, server-unload-hook): Undo previous change.
6043
6044 * xt-mouse.el: Undo previous change.
6045
6046 2007-09-04 Juri Linkov <juri@jurta.org>
6047
6048 * startup.el (fancy-about-text): New variable.
6049 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6050 (fancy-current-text, fancy-splash-stop-time)
6051 (fancy-splash-outer-buffer): Remove variables.
6052 (fancy-splash-head, fancy-splash-tail): Add new optional argument
6053 `startup' and use it to conditionally display different texts for
6054 Startup and About screens. Don't display Help commands on the About
6055 screen.
6056 (fancy-splash-screens-1): Remove function and move its content to
6057 `fancy-splash-screens' to the part that dislpays the About screen.
6058 (exit-splash-screen): Don't treat specially exiting from
6059 alternating screens.
6060 (fancy-splash-screens): Rename argument `static' to `startup'.
6061 Fix docstring. Remove code for displaying alternating screens.
6062 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6063 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6064 for `inhibit-read-only'.
6065 (normal-splash-screen): Rename argument `static' to `startup'.
6066 Fix docstring. Use argument `startup' to conditionally display
6067 different texts for Startup and About screens. Don't display Help
6068 commands on the About screen. Remove `unwind-protect' `sit-for'
6069 delay and `kill-buffer' after it.
6070 (display-startup-echo-area-message): Remove call to
6071 `use-fancy-splash-screens-p' because image.el is preloaded and
6072 doesn't display "Loading image... done".
6073 (display-splash-screen): Rename argument `static' to `startup'.
6074 Fix docstring.
6075
6076 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6077
6078 * server.el (server-start, server-unload-hook):
6079 suspend-tty-functions has been renamed to suspend-tty-hook.
6080
6081 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6082 resume-tty-hook.
6083
6084 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6085
6086 * loadup.el: Fix merge problem, only load "button" once.
6087
6088 2007-09-03 Glenn Morris <rgm@gnu.org>
6089
6090 * vc-svn.el (vc-svn-print-log): If there is only one file, use
6091 "Working file:" as the prefix, for the sake of
6092 log-view-current-file.
6093
6094 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6095
6096 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6097 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6098 if the selected frames is in
6099 xterm-modify-other-keys-terminal-list.
6100 (xterm-turn-off-modify-other-keys): Add an optional frame
6101 parameter. Only turn off modify-other-keys if FRAME is in
6102 xterm-modify-other-keys-terminal-list.
6103 (xterm-remove-modify-other-keys): New function.
6104 (terminal-init-xterm): Use it. Deal with delete-frame hook.
6105 Add the selected frame to xterm-modify-other-keys-terminal-list.
6106
6107 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6108
6109 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6110 (icon-map-list): New variable.
6111 (x-gtk-map-stock): Use icon-map-list.
6112
6113 2007-09-02 Romain Francoise <romain@orebokech.com>
6114
6115 * log-view.el (log-view-current-file): Balance parens.
6116
6117 2007-09-02 Glenn Morris <rgm@gnu.org>
6118
6119 * comint.el (comint-mode): Don't set scroll-conservatively.
6120
6121 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6122 non-command arguments.
6123
6124 * log-view.el (log-view-current-file): Give a more explicit error
6125 if log-view-file-re fails to find a match.
6126
6127 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6128
6129 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6130 Fix bug: Don't expand top-level file name more than once.
6131 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6132
6133 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * server.el (server-process-filter): Don't display the splash screen.
6136 It's annoying enough on the initial screen and becomes positively
6137 obnoxious here.
6138
6139 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6142 Change naming to use "avl-tree--" for internal functions.
6143
6144 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6147 the merge.
6148 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6149 (provide): Move to the end of file.
6150
6151 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6152
6153 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6154
6155 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6156 New variable. List of exceptions for the duplicated word rule.
6157 (flyspell-mark-duplications-flag): Mention it.
6158 (flyspell-word): Treat it.
6159
6160 * files.el (create-file-buffer): If the filename sans directory starts
6161 with spaces, remove them.
6162
6163 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6164
6165 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6166 (x-gtk-map-stock): Use two directory elements when matching
6167 file name.
6168
6169 2007-08-31 James Wright <james@chumsley.org>
6170
6171 * eshell/em-unix.el (eshell/info): New function.
6172
6173 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * frame.el (frame-initialize, make-frame):
6176 * server.el (server-process-filter):
6177 * faces.el (tty-set-up-initial-frame-faces): Don't set
6178 term-environment-variable since it's not used any more.
6179
6180 * env.el (setenv): Don't treat $TERM specially.
6181
6182 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6183 stated otherwise, subprocesses do not send back escape sequences
6184 corresponding to the terminal from which Emacs was started.
6185
6186 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6187
6188 * calculator.el: Require cl for compilation.
6189
6190 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6191
6192 * outline.el (outline-font-lock-levels): Comment out unused var.
6193 (outline-font-lock-face): Wrap around face list to handle any
6194 nesting depth gracefully.
6195
6196 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
6197
6198 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6199 `set-file-times'.
6200
6201 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6202
6203 * textmodes/org.el (org-export-visible): Fix drawers before export.
6204 (org-do-sort): Allow sorting by priority.
6205 (org-agenda-files): Ignore non-existing files.
6206 (org-agenda-skip-unavailable-files): New variable.
6207 (org-ellipsis): All a face as value.
6208 (org-mode): Interprete the face value of `org-ellipsis'.
6209 (org-archive-save-context-info): New option.
6210 (org-archive-subtree): Store context info in archived entry.
6211 (org-fast-tag-selection-can-set-todo-state): New variable.
6212 (org-fast-tag-selection): Allow setting TODO states through this
6213 interface.
6214 (org-cycle): Docstring updated.
6215 (org-todo-keyword-faces): New option.
6216 (org-get-todo-face): New function.
6217 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6218 Use `org-get-todo-face'.
6219 (org-switch-to-buffer-other-window): New function.
6220 (org-table-edit-field, org-table-show-reference)
6221 (org-table-edit-formulas, org-add-log-note)
6222 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6223 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6224 `switch-to-buffer-other-window' to make sure that the temporary
6225 windows show up on the current frame.
6226 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6227 (org-get-entries-from-diary, org-replace-region-by-html):
6228 Don't allow pop-up frames.
6229 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6230 Fix problems with time-of-day.
6231 (org-export-get-title-from-subtree): New function.
6232 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6233 with listing items that are DONE.
6234 (org-change-tag-in-region): New command.
6235 (org-agenda-skip-scheduled-if-done)
6236 (org-agenda-skip-deadline-if-done): Docstring clarified.
6237 (org-mode): Hide drawers on startup.
6238 (org-get-todo-face): New function.
6239 (org-todo-keyword-faces): New option.
6240 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6241 (org-remove-keyword-keys): New function.
6242
6243 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6244
6245 * progmodes/grep.el (grep-find-ignored-directories):
6246 Add monotone _MTN bookkeeping directory in workspaces.
6247 Add RCS control directory. List items in alphabetical order.
6248
6249 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6250 Sort items in alphabetical order. Fix parens.
6251
6252 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6255 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6256 (vc-hg-pull): New functions.
6257 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6258
6259 * term/mac-win.el: Don't require url, only autoloaded url
6260 functions are used in this file.
6261
6262 2007-08-29 Andreas Schwab <schwab@suse.de>
6263
6264 * shell.el (shell): Return correct value from interactive spec.
6265
6266 2007-08-29 Glenn Morris <rgm@gnu.org>
6267
6268 * version.el (emacs-version): Increase to 23.0.50.
6269
6270 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6271
6272 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6273
6274 2007-08-29 Juri Linkov <juri@jurta.org>
6275
6276 * loadup.el: Add "button" loading after "faces" and move "startup"
6277 to load after "button".
6278
6279 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6280
6281 * loadup.el: Load term/mac-win on a Mac using Carbon.
6282
6283 * term/mac-win.el: Provide mac-win.
6284 (mac-initialized): New variable.
6285 (mac-initialize-window-system): New function. Move global setup here.
6286 (handle-args-function-alist, frame-creation-function-alist):
6287 (window-system-initialization-alist): Add mac entries.
6288 (x-setup-function-keys): New function containing all the
6289 top level function key definitions.
6290
6291 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6292
6293 * env.el (read-envvar-name): Don't consider the environment frame param.
6294
6295 * env.el (setenv):
6296 * frame.el (frame-initialize, make-frame):
6297 * faces.el (tty-set-up-initial-frame-faces):
6298 * server.el (server-process-filter): Set
6299 display-environment-variable and term-environment-variable.
6300
6301 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6302
6303 2007-08-29 Jason Rumney <jasonr@gnu.org>
6304
6305 * loadup.el: Only load term/x-win when X is compiled in.
6306 Load term/w32-win and dependencies on windows-nt.
6307
6308 * term/w32-win.el: Reorder to match x-win.el more closely.
6309 Provide w32-win. Don't throw error when global window-system not w32.
6310 (internal-face-interactive): Remove obsolete function.
6311 (x-setup-function-keys): Use local-function-key-map.
6312 (w32-initialized): New variable.
6313 (w32-initialize-window-system): Set it.
6314 Move more global setup here.
6315 (x-setup-function-keys): New function.
6316 (w32-initialize-window-system): Move non function key global setup here.
6317 (x-cut-buffer-max): Remove.
6318 (w32-initialize-window-system): New function.
6319 (handle-args-function-alist, frame-creation-function-alist):
6320 (window-system-initialization-alist): Add w32 entries.
6321
6322 2007-08-29 David Kastrup <dak@gnu.org>
6323
6324 * env.el (getenv): Pass frame to getenv-internal.
6325
6326 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6327
6328 * version.el (emacs-version): Show if multi-tty is present.
6329
6330 * loadup.el: Delay loading env; mule-conf gets confused by cl
6331 during bootstrap. Also load termdev and term/x-win.
6332
6333 * bindings.el (mode-line-client): New variable.
6334 (help-echo): Add it to the default mode-line format.
6335
6336 * cus-start.el: Remove bogus window-system reference from GTK test.
6337
6338 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6339 (ebrowse-electric-position-mode-map):
6340 * ebuff-menu.el (electric-buffer-menu-mode-map):
6341 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6342 not `suspend-emacs'.
6343
6344 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6345 (ediff-window-setup-function): Use it as default.
6346
6347 * files.el (save-buffers-kill-terminal): New function.
6348 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6349
6350 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6351 and `with-selected-frame'.
6352
6353 * help-fns.el (describe-variable): Describe frame-local variables
6354 correctly.
6355
6356 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6357 display support.
6358 (normal-erase-is-backspace-setup-frame): New function.
6359
6360 * subr.el (with-selected-frame): New function.
6361 (read-quoted-char): Use terminal-local binding of
6362 local-function-key-map instead of function-key-map.
6363
6364 * talk.el (talk): New function.
6365 (talk-handle-delete-frame): New function.
6366 (talk-add-display): Open a new frame only if FRAME was not a frame.
6367
6368 * termdev.el: New file.
6369
6370 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6371 * term/x-win.el: Don't bind f10.
6372 * tmm.el: Remove autoload binding for f10.
6373
6374 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6375 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6376 Store the saved input method as a terminal parameter. Add keymap
6377 parameter. Use it instead of changing key-translation-map directly.
6378 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6379 Remove.
6380 (encoded-kbd-setup-display): New function.
6381
6382 * international/mule-cmds.el (set-locale-environment): Fix getenv
6383 call. Use save-buffers-kill-terminal. Ignore window-system; always
6384 set the keyboard coding system. Add DISPLAY parameter.
6385 (set-display-table-and-terminal-coding-system): Add DISPLAY
6386 parameter. Pass it to set-terminal-coding-system.
6387
6388 * international/mule.el (keyboard-coding-system): Test for
6389 encoded-kbd-setup-display, not encoded-kbd-mode.
6390 (set-terminal-coding-system, set-keyboard-coding-system): Add
6391 DISPLAY parameter.
6392 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6393
6394 * term/README: Update.
6395
6396 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6397
6398 * term/x-win.el (x-setup-function-keys): New function. Move
6399 function-key-map tweaks here. Protect against multiple calls on
6400 the same terminal. Use terminal-local binding of
6401 local-function-key-map instead of function-key-map.
6402 (x-initialize-window-system): Make a copy of pure list. Pass a
6403 frame getenv.
6404
6405 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6406 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6407 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6408 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6409 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6410 local-function-key-map instead of function-key-map.
6411
6412 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6413 `substitute-key-definition' and `define-key' calls against
6414 multiple execution. Use terminal-local binding of
6415 local-function-key-map instead of function-key-map. Pass a frame
6416 to getenv.
6417
6418 * edmacro.el (edmacro-format-keys):
6419 * emulation/cua-base.el (cua--pre-command-handler):
6420 * isearch.el (isearch-other-meta-char):
6421 * xt-mouse.el: Use terminal-local binding of
6422 local-function-key-map instead of function-key-map.
6423
6424 * fringe.el (set-fringe-mode): Simplify and fix using
6425 `modify-all-frames-parameters'.
6426 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6427 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6428 check before calling `tool-bar-setup'.
6429 (tool-bar-setup): New variable.
6430 (tool-bar-setup): Use it to guard against multiple calls. Add
6431 optional frame parameter, and select that frame before adding items.
6432 (toggle-tool-bar-mode-from-frame): New function.
6433
6434 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6435 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6436 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6437 "Tool-bar" toggles to reflect the state of the current frame.
6438 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6439
6440 * env.el: Require cl for byte compilation (for `block' and `return').
6441 (environment, setenv-internal): New functions.
6442 (let-environment): New macro.
6443 (setenv, getenv): Add optional terminal parameter. Update docs.
6444 (setenv): Use setenv-internal. Always set process-environment.
6445 Handle `local-environment-variables'.
6446 (read-envvar-name, setenv, getenv): Use frame parameters
6447 to store the local environment, not terminal parameters. Include
6448 `process-environment' as well.
6449
6450 * faces.el (tty-run-terminal-initialization): New function.
6451 (tty-create-frame-with-faces): Use it. Set up faces and
6452 background mode only after the terminal has been initialized.
6453 Call terminal-init-*. Don't load the initialization file more
6454 than once. Call set-locale-environment.
6455 (frame-set-background-mode): Handle the 'background-mode terminal
6456 parameter.
6457 (tty-find-type): New function.
6458 (x-create-frame-with-faces): Remove bogus check for
6459 first frame. Call `tool-bar-setup'. Don't make frame visible
6460 until we are done setting up all its parameters. Call
6461 x-setup-function-keys.
6462
6463 * frame.el (make-frame): Always inherit 'environment and 'client
6464 parameters. Set up the 'environment frame parameter, when needed.
6465 Also inherit 'client parameter. Don't override explicitly
6466 specified values with inherited ones. Add 'terminal frame
6467 parameter. Append window-system-default-frame-alist to parameters
6468 before calling frame-creation-function.
6469 (frame-initialize): Copy the environment from the initial frame.
6470 (window-system-default-frame-alist): Enhance doc string.
6471 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6472 `default-frame-alist' when initial frame is on a tty.
6473 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6474 Remove specified parameters from `window-system-default-frame-alist'.
6475 (make-frame-on-tty, framep-on-display, suspend-frame):
6476 Extend doc string, update parameter names.
6477 (frames-on-display-list): Use terminal-id to get the display id.
6478 (frame-notice-user-settings): Extend to apply
6479 settings in `window-system-default-frame-alist' as well.
6480 (terminal-id, terminal-parameters, terminal-parameter)
6481 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6482 (delete-frame-functions): Add to `delete-frame-functions' hook.
6483 (blink-cursor-mode): Adapt blink-cursor-mode default
6484 value from startup.el.
6485 (make-frame-on-display): Protect condition on x-initialized when
6486 x-win.el is not loaded. Update doc.
6487 (suspend-frame): Use display-controlling-tty-p to decide between
6488 suspend-emacs and suspend-tty.
6489 (frames-on-display-list): Update for display ids.
6490 (framep-on-display): Ditto.
6491 (suspend-frame): Use display-name, not frame-tty-name.
6492 (selected-terminal): New function.
6493
6494 * server.el: Use `device' instead of `display' or `display-id' in
6495 variable and client parameter names.
6496 (server-select-display): Remove (unused).
6497 (server-tty-live-p, server-handle-delete-tty): Remove.
6498 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6499 Update docs.
6500 (server-getenv-from, server-with-environment, server-send-string)
6501 (server-save-buffers-kill-terminal): New functions.
6502 (server-delete-client): Handle quits in kill-buffer. Don't kill
6503 modified buffers. Add extra logging. Delete frames after
6504 deleting the tty. Clear 'client parameter before deleting a frame.
6505 Use delete-display, not delete-tty.
6506 (server-visit-files): Don't set `server-existing-buffer' if the
6507 buffer already has other clients. Return list of buffers
6508 created. Update doc. Don't set client-record when nowait.
6509 (server-handle-delete-frame): Delete the client if this was its
6510 last frame. Check that the frame is alive. Remove bogus comment.
6511 Add note on possible race condition. Delete tty clients, if needed.
6512 (server-handle-suspend-tty): Use server-send-string. Kill the
6513 client in case of errors from process-send-string. Use the display
6514 parameter.
6515 (server-unload-hook): Remove obsolete delete-tty hook.
6516 (server-start): Ask before restarting if the old server still has
6517 clients. Add feedback messages. Remove obsolete delete-tty hook.
6518 (server-process-filter): Use server-send-string. Accept `-dir'
6519 command. Switch to *scratch* immediately after creating the frame,
6520 before evaluating any -evals. Protect `display-splash-screen'
6521 call in a condition-case. Explain why. Call
6522 `display-startup-echo-area-message' before
6523 `display-splash-screen'. Don't display the splash screen when no
6524 frame was created. Show the Emacs splash screen and startup echo
6525 area message. Display the *scratch* buffer by default. Store the
6526 local environment in a frame (not terminal) parameter. Do not try
6527 to decode environment strings. Fix reference to the 'display
6528 frame parameter. Change syntax of environment variables. Put
6529 environment into terminal parameters, not client parameters. Use
6530 a dummy client with --no-wait's X frames. In `-position LINE'
6531 handler, don't ruin the request string until the line number is
6532 extracted. Log opened files. Handle -current-frame command.
6533 Don't create frames when it is given. Don't bind X frames to the
6534 client when we are in -no-wait mode. Set locale environment
6535 variables from client while creating tty frames. Disable call to
6536 configure-display-for-locale. When processing -position command,
6537 don't change the request string until the parameters are
6538 extracted. Don't try to create an X frame when Emacs does not
6539 support it. Improve logging. Temporarily set ncurses-related
6540 environment variables to those of the client while creating a new
6541 tty frame. Select buffers opened by nowait clients, don't leave
6542 them buried under others. Set the display parameter, and use it
6543 when appropriate.
6544
6545 * startup.el (display-startup-echo-area-message): Handle
6546 `inhibit-startup-echo-area-message' here.
6547 (command-line-1): Moved from here.
6548 (fancy-splash-screens): Use `overriding-local-map' instead of
6549 `overriding-terminal-local-map' for now; the latter doesn't work
6550 right, it looses keypresses to another terminal. Use
6551 `overriding-terminal-local-map' to set up keymap. Install a
6552 `delete-frame-functions' hook to catch `delete-frame' events.
6553 Ignore `select-window' events to cope better with
6554 `focus-follows-mouse'. Don't switch back to the original buffer
6555 if the splash frame has been killed. Restore previous buffer, even
6556 if it's *scratch*.
6557 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6558 changes the global binding - setq it instead. Use
6559 `save-buffers-kill-terminal'.
6560 (display-splash-screen): Don't do anything if the splash screen is
6561 already displayed elsewhere.
6562 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6563 (command-line): Replace duplicated code with a call to
6564 tty-run-terminal-initialization. Don't load the terminal
6565 initialization file more than once. Remove call to nonexistent
6566 function `set-locale-translation-file-name'.
6567
6568 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6569 parameters.
6570 (xterm-mouse-position-function, xterm-mouse-event): Update.
6571 (xterm-mouse-mode): Don't depend on current value of window-system.
6572 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6573 Update for multi-tty.
6574 (turn-on-xterm-mouse-tracking-on-terminal)
6575 (turn-off-xterm-mouse-tracking-on-terminal)
6576 (xterm-mouse-handle-delete-frame): New functions.
6577 (delete-frame-functions, after-make-frame-functions)
6578 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6579 for multi-tty.
6580
6581 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * simple.el (invisible-p): Remove: implemented in C now.
6584 (line-move-invisible-p): Remove obsolete alias.
6585
6586 2007-08-28 Juri Linkov <juri@jurta.org>
6587
6588 * image-mode.el (image-type): New variable.
6589 (image-mode): Set default major mode name to "Image[text]".
6590 (image-minor-mode): Change LIGHTER to display image-type in the
6591 mode line.
6592 (image-minor-mode): Set default image-type to "text".
6593 (image-toggle-display): After switching to text mode, set
6594 image-type to "text" and major mode name to "Image[text]".
6595 After switching to image mode, set image-type to actual image
6596 type, and add image type to major mode name. Let-bind the same
6597 variable names as arguments of `image-type' and `create-image'.
6598 Bind `type' to the result of `image-type' and use it as arg
6599 of `create-image' to not determine the image type twice.
6600
6601 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6602
6603 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6604 (tramp-set-file-uid-gid, tramp-get-local-uid)
6605 (tramp-get-local-gid): New defuns.
6606 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6607 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6608 Improve fast track.
6609 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6610 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6611 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6612 (tramp-handle-write-region): Improve fast track.
6613 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6614 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6615 be nil.
6616
6617 2007-08-28 Ivan Kanis <apple@kanis.eu>
6618
6619 * time.el: New feature to display several time zones in a buffer.
6620 (display-time-world-mode, display-time-world-display)
6621 (display-time-world, display-time-world-timer): New functions.
6622 (display-time-world-list, display-time-world-time-format)
6623 (display-time-world-buffer-name, display-time-world-timer-enable)
6624 (display-time-world-timer-second, display-time-world-mode-map):
6625 New variables.
6626
6627 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6628
6629 * term/x-win.el (x-gtk-stock-map): New variable.
6630 (x-gtk-map-stock): New function.
6631
6632 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6633 prev/next-node.
6634
6635 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6636
6637 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6638
6639 2007-08-28 Glenn Morris <rgm@gnu.org>
6640
6641 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6642
6643 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6644
6645 * progmodes/modula2.el (m2-definition, m2-module):
6646 Don't use previous-line. Reported by T. V. Raman.
6647
6648 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6649
6650 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6651 argument to tool-bar-mode call.
6652
6653 2007-08-27 Glenn Morris <rgm@gnu.org>
6654
6655 * diff-mode.el (diff-find-file-name): Only accept regular files,
6656 to rule out /dev/null, directories, etc.
6657
6658 * vc-svn.el (vc-svn-diff): If the repository version of all the
6659 files is the same as the specified OLDVERS, do a local diff.
6660
6661 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6664 of buffers in uniquify-managed.
6665
6666 * simple.el (invisible-p): Rename from text-invisible-p.
6667 Update callers.
6668
6669 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6672 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6673 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6674 (cperl-etags-goto-tag-location): Use new style backquotes.
6675
6676 * net/browse-url.el: Remove spurious * in custom docstrings.
6677 (browse-url-filename-alist): Use new-style backquote.
6678
6679 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6680 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6681
6682 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6683 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6684
6685 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6686
6687 * net/socks.el (socks-username/password-auth-filter):
6688 Remove unused vars `state' and `desired-len'.
6689 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6690 (socks-wait-for-state-change): Use new-style backquotes.
6691
6692 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6693
6694 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6695 backquotes after each `read' rather than once per buffer.
6696
6697 * dframe.el: Remove spurious * in custom docstrings.
6698 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6699 (dframe-xemacs20p): Remove, inline at the sole use point.
6700 (defface): Don't defvar the face, don't use old-style backquote.
6701 (defcustom): Don't use old-style backquote.
6702 (dframe-frame-parameter, dframe-mouse-event-p):
6703 Make it obvious that it's always defined.
6704 (dframe-popup-kludge): New function to replace
6705 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6706 (dframe-frame-mode, dframe-set-timer-internal)
6707 (dframe-mouse-set-point): Remove use of with-no-warnings from
6708 XEmacs-specific code.
6709 (dframe-set-timer-internal): Fix very old bug with
6710 post-command-idle-hook.
6711
6712 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6713
6714 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6715
6716 * emacs-lisp/avl-tree.el: New file.
6717
6718 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6719
6720 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6721 was used.
6722
6723 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6724
6725 * complete.el (PC-do-completion): Make RET accept a non-unique but
6726 complete expansion again.
6727
6728 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6729
6730 * eshell/esh-opt.el (eshell-eval-using-options):
6731 Add debug declaration.
6732
6733 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6736 (log-view-get-marked): Likewise.
6737
6738 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6739 (vc-delete-automatic-version-backups): Likewise.
6740
6741 * vc.el (vc-dired-buffers-for-dir): Likewise.
6742
6743 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6744
6745 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6746 safe-local-variable setting.
6747 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6748
6749 * log-view.el (log-view-marked-list): Delete variable.
6750 (log-view-mode): Don't use it.
6751 (log-view-toggle-mark-entry): Likewise, simplify.
6752 (log-view-current-tag): Don't return properties.
6753 (log-view-get-marked): New function.
6754
6755 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6756
6757 * vc-git.el (vc-git-mode-line-string): New function.
6758
6759 2007-08-25 Alan Mackenzie <acm@muc.de>
6760
6761 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6762 new language variable.
6763
6764 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6765 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6766 "extern" etc., rather than BOI. Fix addition of spurious
6767 syntactic-symbol 'defun-block-intro, replacing it with
6768 'innamespace, etc.
6769
6770 2007-08-25 Juri Linkov <juri@jurta.org>
6771
6772 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6773
6774 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6775 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6776 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6777
6778 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6779 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6780 (image-type-auto-detectable): Add (svg . maybe).
6781
6782 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6783 to treat it like .tgz.
6784
6785 * calendar/cal-bahai.el: Add file coding cookie.
6786
6787 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6788
6789 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6790 Don't behave differently when executed via M-x. Add doc string.
6791
6792 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6793 safe-local-variable.
6794
6795 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6796
6797 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6798 the default value.
6799 (math-calendar-tzinfo): New variable.
6800 (math-get-calendar-tzinfo): New function.
6801 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6802 to get information when zone is nil.
6803
6804 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6805
6806 * log-view.el (log-view-toggle-mark-entry): New function.
6807 (log-view-mode-map): Bind it.
6808 (log-view-marked-list): New variable.
6809 (log-view-mode): Make it local.
6810
6811 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6812
6813 * play/zone.el (zone-pgm-rat-race): New func.
6814 (zone-programs): Add `zone-pgm-rat-race'.
6815
6816 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6819 a list.
6820
6821 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6822
6823 * progmodes/hideshow.el (hs-match-data): Delete alias.
6824 (hs-hide-block-at-point, hs-find-block-beginning)
6825 (hs-show-block): Use `match-data' directly.
6826
6827 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6828
6829 * format.el (format-alist): Fix typo in doc-string.
6830
6831 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * net/tramp.el (tramp-local-host-p): New defun.
6834 (tramp-handle-file-local-copy, tramp-handle-write-region):
6835 Implement fast track when being on the local host.
6836 (tramp-file-name-handler): Don't set "started" property. It shall
6837 be reserved for the "ftp" method.
6838 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6839
6840 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6841 (tramp-ftp-file-name-handler): Set "started" property.
6842
6843 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6844
6845 * files.el (backup-buffer-copy): Don't wrap delete in
6846 condition-case, only try to delete if file exists.
6847
6848 2007-08-24 Glenn Morris <rgm@gnu.org>
6849
6850 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6851
6852 * startup.el (tutorial-directory): Set with eval-at-startup so it
6853 gets the right value in an installed Emacs.
6854
6855 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6856
6857 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6858 (eldoc-highlight-function-argument): Use it.
6859
6860 2007-08-23 Masatake YAMATO <jet@gyve.org>
6861
6862 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6863 name of parameters in document body.
6864
6865 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6868 (byte-compile-output-as-comment): Use with-current-buffer rather than
6869 a weird set-buffer&prog1 combination.
6870
6871 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6872 test so as to optimise cases where the `progn's result is constant.
6873
6874 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6875
6876 * locate.el (locate-get-file-positions):
6877 Use line-beginning-position and line-end-position.
6878
6879 2007-08-23 John Wiegley <johnw@newartisans.com>
6880
6881 * calendar/cal-bahai.el: Added in the diacriticals that were
6882 missing for many of the month names.
6883
6884 2007-08-22 Jason Rumney <jasonr@gnu.org>
6885
6886 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6887
6888 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6891
6892 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6893
6894 * dabbrev.el (dabbrev--progress-reporter): New variable.
6895 (dabbrev--scanning-message): Delete func.
6896 (dabbrev--find-expansion): Use a progress reporter
6897 instead of dabbrev--scanning-message.
6898
6899 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6900
6901 * comint.el (comint-exec-1): Raise an error if
6902 `start-file-process' does not return a process object.
6903
6904 * shell.el (shell): Prompt for `default-directory' if it is a
6905 remote file name, and if called with a prefix arg.
6906
6907 2007-08-22 Sam Steingold <sds@gnu.org>
6908
6909 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6910
6911 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6912
6913 * textmodes/org-export-latex.el: New file.
6914
6915 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6916
6917 * textmodes/org.el (org-agenda-skip): Allow a form for
6918 `org-agenda-skip-function'.
6919 (org-agenda-redo): Re-use local settings.
6920 (org-agenda): Store local settings.
6921 (org-agenda-deadline-faces): New option.
6922 (org-agenda-deadline-face): New function.
6923 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6924 entries on their due date.
6925 (org-agenda-get-timestamps): No longer handle the due dates of
6926 schedules and deadline items.
6927 (org-insert-link-global, org-open-at-point-global): New commands.
6928 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6929 :for-ascii parameter.
6930 (org-skip-comments): Function removed.
6931 (org-cleaned-string-for-export): Handle special table lines.
6932 (org-global-properties): New option.
6933 (org-entry-get-with-inheritance): Check global properties.
6934 (org-local-properties): New variable.
6935 (org-set-regexps-and-options): Find the #+PROPERTY line.
6936 (org-link-types): Change type into variable (was constant).
6937 (org-make-link-regexps): New function.
6938 (org-link-re-with-space, org-link-re-with-space2)
6939 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6940 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6941 these regular expressions happens now in the function
6942 `org-make-link-regexps'.
6943 (org-store-link): Call the functions in
6944 `org-store-link-functions'.
6945 (org-add-link-type): New function.
6946 (org-store-link-functions): New variable.
6947 (org-activate-tags): Force matches to be in headlines.
6948 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6949 (org-columns-display-here): Make sure this works in a narrowed
6950 buffer by checking for point-min.
6951 (org-columns-display-here): Make the rest of the line intangible,
6952 so that point never can be there.
6953 (org-cleaned-string-for-export): Use `with-current-buffer'.
6954 (org-replace-region-by-html): Use `with-current-buffer'.
6955 (org-unfontify-region, org-do-occur, org-columns-display-here)
6956 (org-columns-remove-overlays, org-columns-quit)
6957 (org-columns-edit-value, org-columns-next-allowed-value)
6958 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6959 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6960 (org-agenda-todo, org-agenda-change-all-lines)
6961 (org-agenda-align-tags, org-agenda-priority)
6962 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6963 (org-agenda-show-new-time, org-cleaned-string-for-export)
6964 (org-export-grab-title-from-buffer)
6965 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6966 instead of `buffer-read-only'.
6967 (org-export-as-html): Set `coding-system-for-write'.
6968 (org-remember-store-without-prompt): New option.
6969 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6970 (org-beginning-of-line): Also treat C-a special in items.
6971 (org-table-convert-refs-to-rc): Fixed problem with column
6972 reference after "..".
6973 (org-columns-compute): Don't mark buffer modified because of text
6974 properties.
6975 (org-batch-store-agenda-views): Use the variable
6976 `default-directory', not the function.
6977 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6978 (org-clock-out-when-done): New option.
6979 (org-html-entities): Added HTML entities for smileys.
6980
6981 2007-08-22 Glenn Morris <rgm@gnu.org>
6982
6983 * image.el (create-image): Doc fix.
6984
6985 * startup.el (tutorial-directory): New constant.
6986 (fancy-splash-text): Tutorials now in tutorial-directory.
6987 * tutorial.el (help-with-tutorial): Tutorials now in
6988 tutorial-directory.
6989
6990 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6991
6992 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6993 otherwise.
6994 (tramp-get-remote-path): New defun. Replace occurrences of
6995 `tramp-default-remote-path' by this function.
6996 (tramp-set-remote-path): Move most of the code to
6997 `tramp-get-remote-path'.
6998 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6999 existing directories, this is done already in
7000 `tramp-get-remote-path'.
7001
7002 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7003
7004 * image-file.el (image-file-name-extensions): Add "svg".
7005 * image.el (image-type-header-regexps): Add svg entry.
7006
7007 2007-08-22 Glenn Morris <rgm@gnu.org>
7008
7009 * files.el (backup-buffer-copy): Check backup directory is
7010 writable, to avoid infloop deleting old backup.
7011
7012 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7013 movemail related variables.
7014 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7015 will now be set before this is called.
7016
7017 2007-08-21 Juri Linkov <juri@jurta.org>
7018
7019 * delsel.el (delete-selection-pre-hook):
7020 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7021 instead of checking last-command.
7022
7023 2007-08-21 Juri Linkov <juri@jurta.org>
7024
7025 * loadup.el: Preload "button".
7026
7027 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7030 Add previous-line and next-line.
7031
7032 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7033 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7034
7035 * vc-hooks.el (vc-menu-entry): New var.
7036 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7037 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7038 (vc-menu-map): Declare and initialize in one step.
7039 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7040
7041 * menu-bar.el (vc-menu-map): Don't setup any more.
7042 Instead, just create the proper spot in the menu.
7043
7044 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * smerge-mode.el (smerge-resolve): New arg `safe'.
7047 (smerge-resolve-all, smerge-batch-resolve): New function.
7048 (smerge-refine): Make sure `diff' returns the expected result.
7049 (smerge-parsep-re): New const.
7050 (smerge-mode): Use it to adjust paragraph-separate.
7051
7052 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7053 Correctly match / regexp matchers as first char on a line when
7054 fontifying only that line.
7055
7056 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7057
7058 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * vc-bzr.el: Don't fiddle with vc-handled-backend.
7061 (vc-bzr-registered): Don't redundantly protect against
7062 file-error. Actually use the format-specific code.
7063 (vc-bzr-buffer-nonblank-p): Remove.
7064 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7065
7066 2007-08-20 Juri Linkov <juri@jurta.org>
7067
7068 * startup.el (fancy-splash-text): Change multiple tabs into one
7069 tab. Remove "Useful File menu items" section (with "Exit Emacs"
7070 and "Recover Crashed Session").
7071 (fancy-splash-screens): Set tab-width to 22.
7072 (normal-splash-screen): Replace literal tabs with \t and
7073 fix whitespace. Remove "Useful File menu items" section (with
7074 "Exit Emacs" and "Recover Crashed Session").
7075
7076 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7077
7078 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7079 extracted from `eval-last-sexp-1'.
7080 (eval-last-sexp-1): Call `preceding-sexp'.
7081
7082 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7083
7084 * vc-rcs.el (vc-rcs-annotate-command):
7085 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7086 Add back :vc-annotate-prefix propertization.
7087
7088 2007-08-20 Andreas Schwab <schwab@suse.de>
7089
7090 * mail/rmail.el (rmail-autodetect): Doc fix.
7091
7092 2007-08-19 Juri Linkov <juri@jurta.org>
7093
7094 * startup.el (normal-splash-screen): Add more links.
7095
7096 2007-08-19 Juri Linkov <juri@jurta.org>
7097
7098 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7099 because it's common to both types of splash screen: fancy and normal.
7100 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7101 (exit-splash-screen): Rename from `fancy-splash-quit'.
7102 Use `quit-window' instead of `kill-buffer'.
7103 (fancy-splash-head): Use make-button to insert GNU image link.
7104 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7105 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7106 (normal-splash-screen): Put "Browse manuals" on the same line with
7107 "Emacs manual". Remove descriptions from "Useful tasks" and put
7108 all links in two columns on two lines.
7109
7110 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
7111
7112 * emulation/viper.el (viper-remove-hooks): Remove some additional
7113 viper hooks when the user calls viper-go-away.
7114 (viper-go-away): Restore the default of default-major-mode.
7115 Save the value of default-major-mode before vaperization.
7116
7117 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7118
7119 * emulation/viper-ex.el: Replace error "" with "Viper bell".
7120
7121 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7122 buffer for which file is created.
7123
7124 2007-08-19 Glenn Morris <rgm@gnu.org>
7125
7126 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7127 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7128 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7129 shadow files messing up the compilation.
7130
7131 2007-08-18 Glenn Morris <rgm@gnu.org>
7132
7133 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7134 string. Also apply eldoc-argument-case in the help-split-fundoc
7135 case. Adapt for changed behavior of eldoc-function-argstring,
7136 eldoc-function-argstring-format, and
7137 eldoc-highlight-function-argument.
7138 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7139 just call eldoc-docstring-format-sym-doc in that case.
7140 (eldoc-function-argstring): Change the behavior. Now it converts
7141 an argument list to a string.
7142 (eldoc-function-argstring-format): Change the behavior. Now it
7143 applies `eldoc-argument-case' to a string.
7144
7145 * progmodes/scheme.el (scheme-mode-variables): Set
7146 font-lock-comment-start-skip.
7147
7148 2007-08-18 Martin Rudalics <rudalics@gmx.at>
7149
7150 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7151 set-syntax-table from here to ...
7152 (ada-mode): ... here. Do not change global value of
7153 comment-multi-line. Call new function
7154 ada-initialize-syntax-table-properties and add new function
7155 ada-handle-syntax-table-properties to font-lock-mode-hook.
7156 (ada-deactivate-properties, ada-initialize-properties): Replace
7157 by new functions ...
7158 (ada-handle-syntax-table-properties)
7159 (ada-initialize-syntax-table-properties)
7160 (ada-set-syntax-table-properties): ... to set up syntax-table
7161 properties uniformly, independently from whether font-lock-mode
7162 is enabled or not. Handle read-only buffers and do not change
7163 undo-list when setting syntax-table properties.
7164 (ada-after-change-function): Use ada-set-syntax-table-properties.
7165
7166 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7167
7168 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7169 (meta-indent-current-nesting): Use a computation of the nesting
7170 instead.
7171 (meta-indent-current-indentation): Indentation is given according
7172 to nesting and if the previous line was finished or not.
7173 (meta-indent-unfinished-line): Tell if the current line ends with
7174 a finished expression.
7175 (meta-indent-looking-at-code): Like `looking-at', but checks if
7176 the point is in a string before.
7177 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7178 done in the nesting function.
7179 (meta-indent-in-string-p): Tell if the current point is in a
7180 string.
7181 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7182 previous functions.
7183
7184 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7185
7186 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7187 (copyright-update-year, copyright-update)
7188 (copyright-fix-years): Use it.
7189
7190 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7191
7192 * emacs-lisp/copyright.el (copyright-update-year):
7193 Fix bug: Handle nil copyright-limit.
7194
7195 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7196
7197 * calc/calc-units.el (math-standard-units): Give exact
7198 conversion for tsp.
7199
7200 * calc/calc.el (math-bignum-digit-length): Compute the
7201 appropriate value.
7202
7203 * calc/calc-bin.el (math-bignum-logb-digit-size)
7204 (math-bignum-digit-power-of-two):
7205 * calc/calc-comb.el (math-small-factorial-table):
7206 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7207 (math-approx-gamma-const):
7208 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7209 (math-besY1, math-bernoulli-b-cache):
7210 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7211 Remove `eval-when-compile's.
7212
7213 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7214
7215 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7216 (cperl-find-pods-heres): Fix an error when typing expressions like
7217 `s{a}{b}'.
7218
7219 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7220
7221 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7222 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7223 a special case (there's no build number).
7224
7225 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7226
7227 * completion.el (symbol-under-point, symbol-before-point)
7228 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7229
7230 2007-08-17 Glenn Morris <rgm@gnu.org>
7231
7232 * progmodes/compile.el (compilation-get-file-structure): Make use
7233 of the directory part when checking for an existing entry, to
7234 handle files with same basename in different directories.
7235
7236 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7237
7238 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7239
7240 2007-08-16 Richard Stallman <rms@gnu.org>
7241
7242 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7243
7244 2007-08-15 Juri Linkov <juri@jurta.org>
7245
7246 * startup.el (initialization): Change parent group from `internal'
7247 to `environment'.
7248 (initial-buffer-choice): New variable.
7249 (command-line): Revert 2007-07-02 change that sets
7250 buffer-offer-save in *scratch* and enables auto-save in it.
7251 (fancy-splash-text): Add links to existing items. Add new items
7252 with links for useful tasks. Move information about Control-g to
7253 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7254 (fancy-splash-keymap): New variable.
7255 (fancy-splash-last-input-event): Remove variable.
7256 (fancy-splash-insert): Add processing of `:link' element.
7257 (fancy-splash-head): Replace "Type Control-l to begin editing"
7258 with "Type `q' to exit".
7259 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7260 (fancy-splash-default-action, fancy-splash-special-event-action):
7261 Remove functions.
7262 (fancy-splash-quit): New function.
7263 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7264 `static' and reverse the condition of its usage. Don't preserve
7265 original values of `minor-mode-map-alist',
7266 `emulation-mode-map-alists', `special-event-map'.
7267 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7268 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7269 Remove processing of special events. Use local key map
7270 `fancy-splash-keymap'. Set buffer to read-only.
7271 (normal-splash-screen): Rename input arg from `hide-on-input' to
7272 `static' and reverse the condition of its usage.
7273 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7274 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7275 Add links to existing items. Add new items with links for useful
7276 tasks. Use local key map `fancy-splash-keymap'.
7277 (display-splash-screen): Rename input arg from `hide-on-input' to
7278 `static'.
7279 (about-emacs): Add alias to display-splash-screen.
7280 (command-line-1): Use `initial-buffer-choice'.
7281
7282 * menu-bar.el (menu-bar-help-menu):
7283 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7284 item to about-emacs instead of display-splash-screen.
7285
7286 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7287
7288 * calc/calc-units.el (math-standard-units): Update values.
7289 Put in exact, rational values when possible.
7290 (math-unit-prefixes): Replace floats with powers of ten.
7291 (math-standard-units-systems): Replace floats with integers.
7292 (math-make-unit-string): Remove extra spaces in output.
7293
7294 2007-08-15 Glenn Morris <rgm@gnu.org>
7295
7296 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7297 sloppier, for the sake of GNU Mailman.
7298 (rmail-digest-rfc1153): Initialize `result' correctly.
7299
7300 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7301
7302 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7303 in the mail title. Suggested by Reiner Steib.
7304
7305 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7306
7307 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7308 representation of integers to the list of outputs.
7309
7310 2007-08-14 Glenn Morris <rgm@gnu.org>
7311
7312 * simple.el (bad-packages-alist): New constant.
7313 (bad-package-check): New function. Together, these two add elements
7314 to `after-load-alist' to check for problematic external packages.
7315 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7316
7317 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7318
7319 * calc/calc-units.el (math-get-standard-units)
7320 (math-get-units, math-make-unit-string)
7321 (math-get-default-units, math-put-default-units): New functions.
7322 (math-default-units-table): New variable.
7323 (calc-convert-units, calc-convert-temperature): Add machinery
7324 to supply default values.
7325
7326 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7329 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7330 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7331 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7332
7333 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7334 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7335 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7336 Make into a proper minor-mode.
7337 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7338 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7339 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7340 (tpu-set-cursor-free, tpu-set-cursor-bound):
7341 Delegate to tpu-cursor-free-mode.
7342 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7343 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7344 Use line-move or forward-line instead of next-line-internal.
7345
7346 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7347
7348 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7349
7350 2007-08-12 Richard Stallman <rms@gnu.org>
7351
7352 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7353 (cvs-execute-single-file): Use new name split-string-and-unquote.
7354 (cvs-header-msg): Use new name combine-and-quote-strings.
7355
7356 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7357
7358 * progmodes/gud.el (gud-common-init): Use new name
7359 split-string-and-unquote.
7360
7361 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7362 in javac regexp.
7363
7364 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7365 combine-and-quote-strings and split-string-and-unquote.
7366
7367 * subr.el (combine-and-quote-strings): Rename from strings->string.
7368 (split-string-and-unquote): Rename from string->strings.
7369
7370 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7373 to buffer-local settings.
7374
7375 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7376 (backquote-process): Add internal arg `level'. Use the two to
7377 correctly handle nested backquotes.
7378
7379 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7380
7381 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7382 (vc-bzr-state-words): Add "kind changed" state word.
7383 (vc-bzr-status): New function. Return Bzr idea of file status,
7384 which is different from VC's.
7385 (vc-bzr-state): Use vc-bzr-status.
7386 (vc-workfile-unchanged-p): Use vc-bzr-status.
7387 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7388 (vc-dired-state): Process "kind changed" state word.
7389
7390 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7393
7394 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7395 Move from vc-default-find-file-not-found-hook.
7396
7397 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * man.el: Remove spurious * in docstrings.
7400 Merge defvars and toplevel setq-defaults.
7401 (Man-highlight-references0): Limit=nil rather than point-max.
7402 (Man-mode-map): Move initialization into the declaration.
7403 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7404 (Man-view-header-file): Use expand-file-name rather than concat.
7405 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7406
7407 * man.el (Man-next-section): Make sure we do not move backward.
7408
7409 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7412
7413 2007-08-08 Glenn Morris <rgm@gnu.org>
7414
7415 * Replace `iff' in doc-strings and comments.
7416
7417 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7418
7419 * dired.el (dired-pop-to-buffer):
7420 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7421 * calendar/calendar.el (generate-calendar-window):
7422 * progmodes/compile.el (compilation-set-window-height):
7423 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7424 Use window-full-width-p instead of comparing frame-width and
7425 window-width.
7426
7427 * progmodes/compile.el (compilation-find-buffer): Remove extra
7428 argument in call to compilation-buffer-internal-p.
7429
7430 2007-08-07 Tom Tromey <tromey@redhat.com>
7431
7432 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7433 Add safe-local-variable property.
7434
7435 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * image-mode.el (image-toggle-display): Use image-refresh.
7438
7439 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7440
7441 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7442 unofficial version.
7443 (vc-bzr-command): Remove redundant setting of process-connection-type.
7444 (vc-bzr-admin-checkout-format-file): Add autoload.
7445 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7446 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7447 (vc-bzr-registered): Compare dirstate format tag with known good
7448 value, abort parsing if match fails. Warn user in docstring.
7449 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7450 See bzrlib/branch.py in Bzr sources.
7451 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7452 (vc-bzr-shell-command): Remove in favor of
7453 vc-bzr-command-discarding-stderr.
7454 (vc-bzr-command-discarding-stderr): New function.
7455
7456 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7457
7458 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7459 program, and return nil.
7460 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7461 (vc-bzr-state): Look for path names relative to the repository
7462 root after status keyword.
7463 (vc-bzr-file-name-relative): New function.
7464 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7465 depend on it.
7466 (vc-bzr-admin-dirname, ...-checkout-format-file)
7467 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7468 files that we now parse directly for speed.
7469 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7470 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7471 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7472 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7473 Bzr warnings, so we must discard it.
7474 (vc-bzr-workfile-version): Speedup counting lines from
7475 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7476 if that file doesn't exist.
7477 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7478 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7479 to `vc-directory-exclusion-list'.
7480 (vc-bzr-shell-command): New function.
7481
7482 2007-08-06 Tom Tromey <tromey@redhat.com>
7483
7484 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7485 (diff-fixup-modifs): Typo in docstring.
7486
7487 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7490 count-screen-lines.
7491 (tpu-edt-off): Disable relevant pieces of advice.
7492
7493 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7494 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7495 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7496 redefining the function.
7497 (tpu-set-scroll-margins): Activate the pieces of advice.
7498
7499 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7500
7501 * help.el (resize-temp-buffer-window): Use window-full-width-p
7502 instead of comparing frame-width and window-width.
7503
7504 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7505
7506 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7507 optional quotes around files in NEED-UPDATE . REMOVED case.
7508
7509 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7510 (ada-treat-cmd-string): Improve error message.
7511 (ada-do-file-completion): Call `ada-require-project-file', so
7512 project variables are set properly.
7513 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7514 (ada-gnatfind-buffer-name): New constant.
7515 (ada-find-any-references): Use new constant. Set buffer name
7516 properly in compilation-start. Toggle read-only properly.
7517 (ada-find-in-src-path): Fix spelling error in docstring.
7518
7519 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7520 by zero error.
7521
7522 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7525
7526 2007-08-12 Richard Stallman <rms@gnu.org>
7527
7528 * progmodes/sh-script.el (sh): Delete group `unix'.
7529
7530 * progmodes/gud.el (gud): Change to group `processes'.
7531
7532 2007-08-11 Glenn Morris <rgm@gnu.org>
7533
7534 * progmodes/compile.el (compilation-buffer-name): Don't check
7535 compilation-arguments. It is superfluous, and the variable isn't
7536 even set when this function is called.
7537
7538 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7539
7540 * term/mac-win.el (mac-ae-reopen-application): New function.
7541 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7542
7543 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7546 take tex-font-script-display into account.
7547 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7548 cell to a list of 2 elements to simplify the unfontify code.
7549
7550 2007-08-08 Andreas Schwab <schwab@suse.de>
7551
7552 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7553 self-insert-command, not self-insert.
7554
7555 2007-08-08 Glenn Morris <rgm@gnu.org>
7556
7557 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7558 argument optional, for backwards compatibility, and only highlight
7559 args when present. Fix symbol name typo (doc/args).
7560
7561 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7562 rather than just `-'.
7563
7564 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7565
7566 * calc/calc-units.el (calc-convert-temperature):
7567 Use `/' to create fractions.
7568
7569 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7572 global matching.
7573 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7574 ERROR-BUFFER more robust. Display output.
7575 (tramp-file-name-handler): Add a connection property when we found
7576 a foreign file name handler. This allows backends like ftp to
7577 profit also from usr/host name completion based on connection
7578 cache.
7579 (tramp-send-command-and-read): Search for trash after the regexp
7580 until eol only. In XEmacs, there is a problem with \n.
7581
7582 * net/tramp-cache.el (top): Read persistent connection history
7583 when cache is empty.
7584
7585 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7586
7587 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7588 resulting output.
7589
7590 2007-08-07 Sam Steingold <sds@gnu.org>
7591
7592 * progmodes/compile.el (compilation-start): Pass nil as startfile
7593 to comint-exec.
7594
7595 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * longlines.el (longlines-decoded): New variable.
7598 (longlines-mode): Avoid encoding or decoding the buffer twice.
7599
7600 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7601
7602 * format.el (format-insert-file): Make sure that at most one undo
7603 entry is recorded for the insertion. Inhibit point-motion and
7604 modification hooks around call to insert-file-contents.
7605
7606 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7609 Select the buffer's window before moving point.
7610
7611 2007-08-07 Richard Stallman <rms@gnu.org>
7612
7613 * term.el (term): Remove parent group `unix'.
7614
7615 * simple.el (default-indent-new-line): New function.
7616 It calls comment-line-break-function if there are comments.
7617 (do-auto-fill): Use that.
7618
7619 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7620
7621 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7622 (PC-do-completion): Add "acronym completion" for symbols and
7623 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7624
7625 2007-08-06 Sam Steingold <sds@gnu.org>
7626
7627 * mouse.el (mouse-buffer-menu): Pass mode-name through
7628 format-mode-line because it may be a list,
7629 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7630
7631 2007-08-06 Jason Rumney <jasonr@gnu.org>
7632
7633 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7634
7635 * vc-hooks.el (vc-call): Add doc string.
7636
7637 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7638
7639 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7640 process-filter.
7641
7642 2007-08-06 Kenichi Handa <handa@m17n.org>
7643
7644 * international/quail.el: Wrap (require 'help-mode) by
7645 eval-when-compile.
7646 (quail-help-init): New function.
7647 (quail-help): Call quail-help-init.
7648 (quail-store-decode-map-key): Change it to a function.
7649
7650 2007-08-05 Jason Rumney <jasonr@gnu.org>
7651
7652 * vc.el (vc-rollback): Add norevert argument back.
7653 (vc-revert-buffer): Add back as obsolete alias.
7654
7655 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7656
7657 * term.el: Honor term-default-fg-color and term-default-bg-color
7658 settings when modifying term-current-face.
7659 (term-default-fg-color, term-default-bg-color): Initialize from
7660 default term-current-face.
7661 (term-mode, term-reset-terminal): Set term-current-face with
7662 term-default-fg-color and term-default-bg-color.
7663 (term-handle-colors-array): term-current-face has term-default-fg-color
7664 and term-default-bg-color after reset escape sequence.
7665 (term-handle-colors-array): Set term-current-color with
7666 term-default-fg/bg-color instead of ansi-term-color-vector when the
7667 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7668
7669 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7670
7671 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7672 (math-nlfit-givens): Let bind free variables.
7673
7674 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7675
7676 * files.el (set-auto-mode): Handle also remote files wrt
7677 `auto-mode-alist'.
7678
7679 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7680
7681 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7682 curves and plotting.
7683
7684 * calc/calc-nlfit.el: New file.
7685
7686 2007-08-04 Glenn Morris <rgm@gnu.org>
7687
7688 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7689 zero, not nil, when the library is first loaded. Check for a file
7690 that has been modified on disk.
7691
7692 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7693 Remove duplicate defvar preventing initialization.
7694 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7695
7696 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7699 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7700 may match up to 4 lines.
7701 (diff-beginning-of-file-and-junk): Rewrite.
7702
7703 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7704
7705 * term.el (term-erase-in-display): Fix case when point is not at
7706 the beginning of the line.
7707
7708 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7709
7710 * calc/calc-ext.el (math-get-value, math-get-sdev)
7711 (math-contains-sdev): New functions.
7712
7713 * calc/calc-graph.el (calc-graph-format-data)
7714 (calc-graph-add-curve): Check for error forms.
7715 (calc-graph-set-styles): Add option for error forms.
7716
7717 2007-08-03 Miles Bader <miles@gnu.org>
7718
7719 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7720 backend names for new backends to `Git', `Hg', and `Bzr'.
7721 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7722 not `HG'.
7723 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7724 name, not `GIT'.
7725 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7726 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7727
7728 2007-08-03 Richard Stallman <rms@gnu.org>
7729
7730 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7731 to update deleted flag.
7732
7733 * cus-edit.el (customize-apropos, customize-apropos-options)
7734 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7735
7736 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7737
7738 * startup.el (fancy-splash-head, startup-echo-area-message):
7739 Change message text.
7740
7741 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7742 All callers use line-move.
7743
7744 * progmodes/compile.el (compilation-find-buffer): Return current
7745 buffer immediately if suitable.
7746 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7747
7748 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7749
7750 * faces.el (face-normalize-spec): New function.
7751 (frame-set-background-mode): Normalize face-spec before calling
7752 face-spec-match-p.
7753
7754 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * server.el (server-window): Add switch-to-buffer-other-frame option.
7757
7758 2007-08-03 Glenn Morris <rgm@gnu.org>
7759
7760 * cus-edit.el (customize-apropos): Make the error message indicate
7761 what kind of thing the user was trying to customize.
7762
7763 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7764
7765 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7766 Fix off-by-one error in previous change.
7767
7768 2007-08-03 Drew Adams <drew.adams@oracle.com>
7769
7770 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7771 Make buffer writable.
7772
7773 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7774
7775 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7776 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7777 Use native Emacs functions, when appropriate.
7778
7779 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7780 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * vc.el: Document new VC operation `extra-menu'.
7783
7784 * vc-hooks.el (vc-default-extra-menu): New function.
7785
7786 * menu-bar.el (menu-bar-vc-filter): New function.
7787 (menu-bar-tools-menu): Use it as a filter.
7788
7789 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7790
7791 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7792
7793 2007-08-01 Glenn Morris <rgm@gnu.org>
7794
7795 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7796 strings.
7797 (fortran-tab-mode-default): Remove needless autoload.
7798 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7799 mark as risky.
7800 (fortran-line-length): New buffer-local variable, safe if integer.
7801 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7802 Change from variables to constants.
7803 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7804 replace with a new function definition.
7805 (fortran-mode): Use fortran-line-length, and
7806 fortran-font-lock-syntactic-keywords as a function. Add a
7807 hack-local-variables-hook function.
7808 (fortran-line-length, fortran-hack-local-variables): New functions.
7809 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7810 Use fortran-line-length rather than 72.
7811 (fortran-window-create-momentarily): Doc fix.
7812
7813 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7814
7815 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7816 Fix parent groups link.
7817
7818 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7819
7820 * progmodes/python.el (python-current-defun): Adjust to never fall
7821 into infinite loop.
7822
7823 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7826
7827 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7828
7829 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7830 (copyright-fix-years, copyright): Correctly handle the case where
7831 copyright-limit is nil.
7832
7833 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7834
7835 * progmodes/python.el (run-python): Fix path separator under w32.
7836
7837 2007-07-30 Richard Stallman <rms@gnu.org>
7838
7839 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7840 Treat non-break space as whitespace in Lisp.
7841
7842 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * vc.el (vc-dired-hook): Use inhibit-read-only.
7845
7846 * progmodes/compile.el (compilation-forget-errors):
7847 Reset compilation-auto-jump-to-next.
7848
7849 2007-07-30 Michael Olson <mwolson@gnu.org>
7850
7851 * cus-edit.el (custom-group-save): Fix void function definition
7852 error. Thanks to Zhang Wei for the report.
7853
7854 * ps-print.el: Check in trivial changes to the autoloads section
7855 caused by the build process. These autoloads really ought to be
7856 placed in a separate file, methinks.
7857
7858 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * calendar/calendar.el (calendar-mode): Make sure
7861 displayed-(month|year) are set.
7862 (calendar-basic-setup): Display buffer before adjusting window sizes.
7863 (generate-calendar-window): Use inhibit-read-only. Simplify.
7864 Generate buffer and set displayed-month and displayed-year before
7865 calling update-calendar-mode-line.
7866
7867 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7868
7869 * net/tramp.el:
7870 * net/tramp-uu.el:
7871 * net/trampver.el: Use utf-8 encoding with coding cookie.
7872
7873 * net/tramp-cache.el:
7874 * net/tramp-fish.el:
7875 * net/tramp-ftp.el:
7876 * net/tramp-gw.el:
7877 * net/tramp-smb.el: Remove coding cookie.
7878
7879 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7880 Flush buffer file-name's file property.
7881 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7882
7883 * net/trampver.el: Update release number.
7884
7885 2007-07-29 Juri Linkov <juri@jurta.org>
7886
7887 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7888 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7889 when major-mode is not dired-mode.
7890 (dired-toggle-read-only): New function.
7891 (dired-recursive-deletes): Remove obsolete comments about old
7892 default value.
7893 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7894
7895 * wdired.el (wdired-exit): New function.
7896 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7897
7898 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * cus-edit.el (customize-read-group): New fun.
7901 (customize-group-other-window, customize-face-other-window):
7902 Prompt before delegating to customize-(group|face).
7903 Bind pop-up-windows rather than use the other-window argument.
7904 (customize-group, customize-face): Prompt from the interactive spec.
7905 Remove args `prompt-for-group' and `other-window'.
7906
7907 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7908 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7909 last change.
7910
7911 2007-07-28 Masatake YAMATO <jet@gyve.org>
7912
7913 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7914 Use backend name as the menu label. Suggested by David Kastrup.
7915
7916 2007-07-28 Alan Mackenzie <acm@muc.de>
7917
7918 Fix problem with modes derived from CC Mode:
7919 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7920 macro to cc-langs.
7921 (c-init-language-vars-for): Remove call to above macro.
7922 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7923 been moved to here.
7924 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7925
7926 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7927
7928 * net/trampver.el: Fix the `coding' cookie.
7929
7930 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7931
7932 * vc-git.el (vc-git-print-log): Support both the old single file
7933 interface and the new one.
7934
7935 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7936
7937 * bindings.el (mode-line-remote): Use updated %@ construct.
7938
7939 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7942 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7943 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7944 (diary-list-bahai-entries, diary-bahai-mark-entries)
7945 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7946 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7947 New names to clean up namespace.
7948 (list-bahai-diary-entries, mark-bahai-diary-entries)
7949 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7950 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7951 Add compatibility aliases.
7952
7953 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7954
7955 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7956 (calendar-scroll-left-three-months)
7957 (calendar-scroll-right-three-months): Clean up namespace.
7958 (scroll-calendar-left, scroll-calendar-right)
7959 (scroll-calendar-left-three-months)
7960 (scroll-calendar-right-three-months): Add compatibility aliases.
7961
7962 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7963 Behave like mouse-scroll-calendar-* when used from the mouse.
7964
7965 * calendar/cal-menu.el (cal-menu-scroll-menu)
7966 (cal-menu-global-mouse-menu):
7967 * calendar/calendar.el (calendar-mode-map):
7968 Use new calendar-scroll-* names.
7969 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7970 Remove. Use calendar-scroll-* directly instead.
7971
7972 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7975 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7976 (ad-make-advised-definition, ad-cache-id-verification-code):
7977 Use commandp and interactive-form instead.
7978
7979 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7980
7981 * vc-git.el: Relicense to GPLv3 or later.
7982 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7983
7984 * vc-hooks.el (vc-handled-backends): Add GIT.
7985
7986 * vc.el (vc-directory-exclusion-list): Add .git.
7987
7988 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7989
7990 * vc-git.el (vc-git-revision-table)
7991 (vc-git-revision-completion-table): New functions.
7992
7993 2007-07-25 Glenn Morris <rgm@gnu.org>
7994
7995 * Relicense all FSF files to GPLv3 or later.
7996
7997 * COPYING: Switch to GPLv3.
7998
7999 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8000
8001 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8002 Replace it with another one which disables undo before calling
8003 erase-buffer and then turns it back on if needed.
8004
8005 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8006
8007 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8008
8009 2007-07-24 Glenn Morris <rgm@gnu.org>
8010
8011 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8012 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8013 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8014 (cal-tex-cursor-week, cal-tex-cursor-week2)
8015 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8016 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8017 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8018 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8019
8020 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * calendar/calendar.el (calendar-mode-map): Move initialization
8023 into declaration. Add menu bindings (used to be done in cal-menu).
8024 (calendar-mode): Don't add an activate-menubar-hook.
8025
8026 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8027 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8028 can be used on the menu entries.
8029 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8030 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8031 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8032 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8033 (calendar-flatten, cal-menu-update): Remove.
8034 (calendar-mouse-insert-hebrew-diary-entry)
8035 (calendar-mouse-insert-islamic-diary-entry)
8036 (calendar-mouse-insert-bahai-diary-entry):
8037 Remove (fold into cal-menu-diary-menu).
8038 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8039 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8040 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8041 (calendar-mouse-view-diary-entries): Minor simplifications.
8042 (calendar-event-to-date): Use with-current-buffer.
8043
8044 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
8045
8046 * add-log.el (change-log-redate): Remove (not needed anymore and
8047 doesn't appear to work).
8048
8049 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * frame.el: Use mapc and dolist instead of mapcar where possible.
8052 (close-display-connection): New command.
8053
8054 2007-07-25 Alexandre Julliard <julliard@winehq.org>
8055
8056 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8057 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8058
8059 2007-07-25 Glenn Morris <rgm@gnu.org>
8060
8061 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8062 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8063 (cal-tex-daily-end, cal-tex-hook)
8064 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8065 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8066 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8067 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8068 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8069 (cal-tex-day-prefix, cal-tex-day-name-format)
8070 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8071 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8072 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8073 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8074 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8075 etc, rather than \bf.
8076 (cal-tex-mini-calendar): Fix typos in previous change.
8077 (cal-tex-latexify-list): Remove inner let binding.
8078 (cal-tex-end-document, cal-tex-banner): Use multi-line
8079 cal-tex-comment.
8080 (cal-tex-comment): Handle embedded newlines.
8081 (cal-tex-LaTeXify-string): Use substring-no-properties.
8082
8083 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8084
8085 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8086 Add support for the Maden build tool.
8087
8088 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8089
8090 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8091
8092 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8095
8096 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8097
8098 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8099 C-x C-q.
8100
8101 * vc-git.el (vc-git-print-log): Fix previous change.
8102
8103 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * window.el (save-selected-window): Minor optimization.
8106 (bw-adjust-window): If operation failed, try with a smaller delta.
8107 (window-fixed-size-p): New function.
8108 (window-area-factor): New var.
8109 (balance-windows-area): New command.
8110
8111 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8112 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8113 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8114 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8115 (ps-mule-begin-job): Use dolist.
8116
8117 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
8118
8119 * subr.el (start-file-process-shell-command)
8120 (process-file-shell-command): New defuns.
8121
8122 * progmodes/compile.el (compilation-start):
8123 Apply `start-file-process-shell-command'.
8124
8125 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8126
8127 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8128
8129 2007-07-24 Alan Mackenzie <acm@muc.de>
8130
8131 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8132 Initialise byte-compile-unresolved-functions before rather than
8133 after a compilation.
8134 (byte-compile-unresolved-functions): Amplify doc string.
8135
8136 2007-07-24 Glenn Morris <rgm@gnu.org>
8137
8138 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8139
8140 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8141 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8142 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8143 (cal-tex-cursor-week, cal-tex-cursor-week2)
8144 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8145 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8146 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8147 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8148
8149 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8150 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8151 (cal-tex-day-name-format, cal-tex-cal-one-month)
8152 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8153 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8154 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8155 (cal-tex-list-holidays, cal-tex-cursor-year)
8156 (cal-tex-cursor-year-landscape, cal-tex-year)
8157 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8158 (cal-tex-cursor-month, cal-tex-insert-days)
8159 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8160 (cal-tex-first-blank-p, cal-tex-cursor-week)
8161 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8162 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8163 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8164 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8165 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8166 (cal-tex-latexify-list, cal-tex-previous-month)
8167 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8168 modernization, including using dotimes rather than
8169 calendar-for-loop.
8170 (cal-tex-LaTeX-subst-list): Remove `@'.
8171 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8172 Use \textit and \textbf rather than \em and \it.
8173
8174 * calendar/cal-bahai.el (list-bahai-diary-entries)
8175 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8176 * calendar/cal-islam.el (list-islamic-diary-entries)
8177 * calendar/calendar.el (generate-calendar, generate-calendar-month)
8178 * calendar/diary-lib.el (diary-list-entries)
8179 (mark-calendar-date-pattern): Use `dotimes' rather than
8180 `calendar-for-loop'.
8181
8182 * calendar/calendar.el (calendar-for-loop): Doc fix.
8183
8184 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8187 underlying file is uptodate.
8188
8189 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8190
8191 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8192
8193 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * vc-hooks.el (vc-mode-line-map): New const.
8196 (vc-mode-line): Use it.
8197
8198 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8199
8200 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8201 (vc-git-unregister): New functions.
8202 (vc-git-find-version): Use the result of ls-files as a parameter
8203 for cat-file.
8204
8205 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8206
8207 * net/tramp.el (tramp-perl-file-attributes)
8208 (tramp-perl-directory-files-and-attributes)
8209 (tramp-handle-file-attributes-with-stat)
8210 (tramp-handle-directory-files-and-attributes-with-stat)
8211 (tramp-convert-file-attributes): Handle huge file sizes.
8212
8213 2007-07-23 Juri Linkov <juri@jurta.org>
8214
8215 * isearch.el (isearch-message-function): New variable.
8216 (isearch-update, isearch-search): Use it.
8217
8218 * simple.el (goto-history-element): New function created from
8219 next-history-element.
8220 (next-history-element): Most code moved to goto-history-element.
8221 Call goto-history-element with (- minibuffer-history-position n).
8222 (previous-history-element): Call goto-history-element with (+
8223 minibuffer-history-position n).
8224 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8225 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8226 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8227 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8228 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8229 (minibuffer-history-isearch-pop-state): New functions.
8230
8231 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8232
8233 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8234 Also, if FILE is a list, return non-nil if any of its elements
8235 should stay local. Update docstring.
8236
8237 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8240 change by reverting a small part.
8241
8242 2007-07-23 Richard Stallman <rms@gnu.org>
8243
8244 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8245
8246 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8247
8248 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8249 handling it. Use vc-git-command.
8250 (vc-git-find-version, vc-git-diff-tree): New functions.
8251 (vc-git-revert): Use vc-git-command.
8252 (vc-git--run-command): Delete.
8253
8254 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8255
8256 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8257
8258 2007-07-20 Kenichi Handa <handa@m17n.org>
8259
8260 * international/utf-8.el (utf-8-post-read-conversion):
8261 Temporarily bind utf-8-compose-scripts to nil while running
8262 *-compose-region functions.
8263
8264 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8265
8266 * vc-git.el: Update status.
8267 (vc-directory-exclusion-list): Use eval-after-load.
8268
8269 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * bindings.el (mode-line-remote): New variable.
8272 (help-echo): Add to default values of mode-line-format.
8273
8274 * files.el: Mark mode-line-remote as risky.
8275
8276 2007-07-22 Juri Linkov <juri@jurta.org>
8277
8278 * isearch.el (isearch-edit-string): Save old point and
8279 isearch-other-end to old-point and old-other-end before reading
8280 the search string from minibuffer. After exiting minibuffer set
8281 point to old-other-end if point and the search direction is the
8282 same as before reading the search string.
8283 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8284 to isearch-other-end. Instead of isearch-search-and-update call
8285 three functions isearch-search, isearch-push-state and isearch-update.
8286
8287 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8288
8289 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8290 deal with multiple file arguments.
8291 (vc-git-print-log): Deal with multiple file arguments.
8292
8293 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8296 diff-refine-hunk. Adjust users.
8297 (diff-unified-hunk-p, diff-splittable-p): New functions.
8298 (diff-mode-menu): Use it to disable Split when it doesn't work.
8299
8300 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * diff-mode.el (diff-mode-menu): New entries.
8303
8304 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8307 if applicable, so as to save undo-log space.
8308
8309 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8310
8311 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8312 (diff-file-kill): Use it.
8313 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8314 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8315 Use it so they find the hunk even when we're in the file header.
8316
8317 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8318
8319 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8320 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8321 (vc-git-create-repo): New functions.
8322 (vc-git-registered): New autoloaded function definition.
8323 (vc-git-registered): Use vc-git-root.
8324 (vc-git-responsible-p): New defalias.
8325 (vc-git-annotate-extract-revision-at-line): Uncomment.
8326 (vc-git-print-log): Add the file name to the log.
8327 (vc-git-log-view-mode): New derived mode.
8328 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8329
8330 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8331
8332 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8333
8334 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8335
8336 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8337 file in a way that does not interfere with recentf mode.
8338 (reftex-access-parse-file): Do not risk destroying an existing
8339 buffer.
8340
8341 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8342
8343 * vc-git.el: New file.
8344
8345 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8348
8349 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8350
8351 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8352 for branches and new files.
8353
8354 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8355 local-map handling ...
8356 (vc-mode-line): ... here. Improve handling of help-echo.
8357
8358 * vc.el (mode-line-string): Document help-echo usage.
8359
8360 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8361
8362 Sync with Tramp 2.1.10.
8363
8364 * net/tramp.el (tramp-get-ls-command): Fix typo.
8365
8366 * net/trampver.el: Update release number.
8367
8368 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8369
8370 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8371
8372 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8373
8374 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8375
8376 * add-log.el (change-log-fill-parenthesized-list): New function.
8377 (change-log-indent): Call change-log-fill-parenthesized-list.
8378 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8379 Have lines with leading asterisk start a paragraph.
8380
8381 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8382
8383 * calc/calc-math.el (math-emacs-precision)
8384 (math-largest-emacs-expt, math-smallest-emacs-expt):
8385 New variables.
8386 (math-use-emacs-fn): New function.
8387 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8388 appropriate.
8389
8390 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8391
8392 * image-dired.el (image-dired-sane-db-file): New func.
8393 (image-dired-write-tags, image-dired-remove-tag)
8394 (image-dired-list-tags, image-dired-write-comments)
8395 (image-dired-get-comment, image-dired-mark-tagged-files)
8396 (image-dired-create-gallery-lists): Call new func.
8397 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8398
8399 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8400
8401 * vc-hg.el (vc-hg-dir-state): Fix loop.
8402 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8403 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8404 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8405 (vc-hg-revert): Likewise.
8406 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8407 functions.
8408
8409 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8412 merge fails.
8413
8414 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8415
8416 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8417 Add group and version.
8418
8419 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * add-log.el (add-log-file-name): Use file-relative-name.
8422 (add-change-log-entry): Delay reading
8423 add-log-(full-name|mailing-address) to after we've switched to the
8424 ChangeLog buffer so we get the right value.
8425 (add-change-log-entry, add-log-current-defun, change-log-merge):
8426 Use derived-mode-p rather than checking major-mode directly.
8427
8428 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8429 name for buffer-file-name if it refers to a directory.
8430
8431 * vc-arch.el (vc-arch-diff): Fix last change.
8432
8433 * progmodes/compile.el (compilation-start): Remember the original
8434 directory in a buffer-local compilation-directory.
8435 (compile): Set the global value of compilation-directory.
8436 (recompile): Use compilation-directory even in the compilation buffer.
8437
8438 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8439
8440 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8441
8442 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8443
8444 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8445 in $(INSTALL_DIR)/lisp/ if they already exist.
8446
8447 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8448
8449 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8450 in $(INSTALL_DIR)/lisp/ if they already exist.
8451
8452 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * progmodes/vera-mode.el (vera-re-search-forward)
8455 (vera-re-search-backward): Remove use of store-match-data.
8456 (vera-mode-map): Move initialization into declaration.
8457
8458 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8459 (flymake-find-buildfile): Use locate-dominating-file.
8460
8461 * vc.el (vc-delistify): Use mapconcat.
8462 (vc-do-command): Minor simplification.
8463 (vc-expand-dirs): Use push.
8464
8465 * vc-mcvs.el (vc-mcvs-create-repo):
8466 * vc-cvs.el (vc-cvs-create-repo): Remove.
8467
8468 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8469 directory and the root as well.
8470
8471 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8472
8473 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8474 instead of a file.
8475
8476 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8477 (vc-hg-registered): Replace if with when.
8478 (vc-hg-state): Deal with nonexistent files and handle removed files.
8479 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8480 (vc-hg-checkout): Re-enable.
8481 (vc-hg-create-repo): Fix typos.
8482 (vc-hg-print-log): Fix for multiple files.
8483 (vc-hg-workfile-unchanged-p): New function.
8484
8485 * vc.el: Fix typo.
8486 (vc-print-log): Fix call to print-log.
8487 (vc-default-comment-history): Likewise.
8488 (vc-directory-exclusion-list): Add .hg and .bzr.
8489 (vc-diff-internal): Pass a list instead of a file.
8490
8491 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8492
8493 * vc-bzr.el (vc-bzr-create-repo): New function.
8494
8495 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8498 `file' from which to start the search.
8499
8500 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8501
8502 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8503 having a single file argument to having a list of files as the
8504 first argument.
8505
8506 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * files.el (locate-dominating-file): New function.
8509
8510 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8511
8512 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8513 (grep-compute-defaults): Use it.
8514
8515 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * uniquify.el: Docstring fixes.
8518
8519 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8520
8521 * vc.el (revision-granularity, create-repo): Document new vc
8522 backend properties.
8523 (vc-rollback): Renamed from vc-cancel-version. Update
8524 references. Pass a list instead of a file.
8525 (vc-revert): Renamed from vc-revert-buffer. Update references.
8526 (vc-delistify, vc-expand-dirs): New functions.
8527 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8528 of files instead of a single file.
8529 (vc-position-context, vc-resync-window, vc-diff-internal)
8530 (vc-print-log): Pass a list instead of a file.
8531
8532 * vc-hooks.el (vc-stay-local-p, vc-backend)
8533 (vc-backend-subdirectory-name): Work on a file list, not a single
8534 file.
8535 (vc-workfile-version): Update docstring.
8536 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8537 vc-revert instead of vc-revert-buffer.
8538 (vc-prefix-map): Likewise. Bind vc-update.
8539
8540 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8541 (vc-svn-wash-log): New functions.
8542 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8543 (vc-svn-command): Deal with a list of files, not a single file.
8544
8545 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8546 (vc-rcs-wash-log): New functions.
8547 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8548 Deal with a list of files, not a single file.
8549 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8550
8551 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8552 functions.
8553 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8554 list of files, not a single file.
8555
8556 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8557 New functions.
8558 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8559 (vc-mcvs-diff): Deal with a list of files, not a single file.
8560
8561 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8562 functions.
8563 (vc-hg-print-log): Deal with a list of files, not a single file.
8564 (vc-hg-diff-tree): New function, replace defalias with the same
8565 name.
8566 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8567 FILES to denote that it is a file list, not a single file.
8568
8569 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8570 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8571 a single file.
8572 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8573 that it is a file list, not a single file.
8574 (vc-cvs-diff): Likewise. Simplify.
8575
8576 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8577 Deal with a list of files, not a single file.
8578
8579 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8580 (vc-bzr-print-log): Update FILE parameter name to denote that it
8581 is a file list, not a single file.
8582 (vc-bzr-diff): Likewise. Use the car of files.
8583
8584 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8585
8586 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8587 (follow-delete-other-windows-and-split, follow-recenter)
8588 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8589 (follow-redisplay, follow-estimate-first-window-start)
8590 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8591 Fix typos in docstrings.
8592
8593 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8594
8595 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8596 avoid that filling introduces lines with a single asterisk.
8597
8598 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8599 avoid incorrect kmacro-ring-empty-p messages.
8600 Reported by Michael Schierl <schierlm@gmx.de>.
8601
8602 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8603
8604 * vc.el: Add more info about the vc-registered function.
8605
8606 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8607
8608 * files.el (file-remote-p): Introduce optional parameter
8609 IDENTIFICATION.
8610
8611 * recentf.el (recentf-keep-default-predicate): Adapt call of
8612 `file-remote-p'.
8613
8614 * progmodes/grep.el (grep-probe): Use `process-file'.
8615 (grep-compute-defaults): Handle variables host specific.
8616
8617 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8618 parameter IDENTIFICATION.
8619
8620 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8621 parameter IDENTIFICATION.
8622 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8623 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8624 Add entry for `set-file-times'.
8625 (tramp-do-copy-or-rename-file-via-buffer)
8626 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8627 (tramp-handle-unhandled-file-name-directory): Rewrite.
8628 (tramp-convert-file-attributes): Add error handling when inode is
8629 extraordinary big.
8630 (tramp-get-inode): Change parameter from FILE to VEC.
8631 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8632 is nil. This is according to the specification. Goto (point-max)
8633 when ready.
8634 (tramp-handle-shell-command): Rewrite completely, using
8635 `process-file' and `start-file-process'.
8636 (tramp-methods, tramp-find-shell)
8637 (tramp-open-connection-setup-interactive-shell)
8638 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8639 var. Reported by Steve Youngs <steve@sxemacs.org>.
8640
8641 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8642 entry for `set-file-times'. Rename `start-process' into
8643 `start-file-process'. Remove `call-process' entry.
8644 (tramp-fish-handle-set-file-times): New defun.
8645 (tramp-fish-handle-executable-find): Use `process-file'.
8646 (tramp-fish-handle-process-file): New defun. Replaces
8647 `tramp-fish-handle-call-process'.
8648 (tramp-fish-do-copy-or-rename-file-directly): Use
8649 `set-file-times'.
8650 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8651
8652 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8653 `tramp-get-inode' parameter.
8654
8655 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8658 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8659 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8660 it has ever existed.
8661
8662 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8663
8664 * vc.el: Undo previous change.
8665
8666 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8667
8668 * makefile.w32-in (clean): Don't delete *~.
8669
8670 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * textmodes/tex-mode.el (tex-verbatim-environments):
8673 Add safe-local-variable property.
8674 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8675 when starting font-lock rather than when loading tex-mode.el.
8676
8677 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8678 whole $( rather than just the $. Rename from sh-quoted-subshell.
8679 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8680
8681 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8682
8683 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8684 bookmark-alist. Instead, if not sorting, simply return it.
8685 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8686 for its return value, not for its side effect.
8687
8688 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8689 case of alignment under a constant symbol, find and consider
8690 the sexp actually at indentation to be the "last sexp".
8691
8692 2007-07-16 Drew Adams <drew.adams@oracle.com>
8693
8694 * mouse.el (mouse-yank-secondary): Better error message if no
8695 secondary selection.
8696
8697 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8698
8699 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8700
8701 * term/xterm.el (xterm-turn-on-modify-other-keys)
8702 (xterm-turn-off-modify-other-keys): New functions.
8703 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8704 terminal supports it.
8705
8706 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8707
8708 * bookmark.el (bookmark-show-all-annotations):
8709 Make sure each inserted annotation ends with newline.
8710
8711 2007-07-15 Richard Stallman <rms@gnu.org>
8712
8713 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8714
8715 * tutorial.el (tutorial--find-changed-keys):
8716 Handle C-x specially like ESC.
8717
8718 2007-07-15 Aaron Hawley <aaronh@garden.org>
8719
8720 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8721
8722 2007-07-15 Juri Linkov <juri@jurta.org>
8723
8724 * delsel.el (delete-selection-pre-hook):
8725 * emulation/cua-base.el (cua-paste): Before a yank command,
8726 check also whether last-command is one of mouse-save-then-kill,
8727 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8728
8729 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * recentf.el (recentf-keep-default-predicate): New defun.
8732 (recentf-keep): Use it as initial value.
8733
8734 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8735
8736 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8737 thus restoring bookmark bindings to three slots under C-x r. See
8738 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8739
8740 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8741
8742 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8743
8744 2007-07-15 Jason Rumney <jasonr@gnu.org>
8745
8746 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8747 for input to cmdproxy on all versions of Windows.
8748 Use dos line ends for input to plink.
8749
8750 * comint.el (comint-simple-send): Concat newline before sending.
8751 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8752
8753 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8756 safe-local-variable setting.
8757
8758 2007-07-14 David Kastrup <dak@gnu.org>
8759
8760 * emacs-lisp/advice.el (defadvice): Doc fix.
8761
8762 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8763
8764 * subr.el (when, unless): Doc fix.
8765
8766 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8767
8768 * replace.el (match): Use yellow1 instead of yellow.
8769
8770 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8771 red.
8772
8773 * pcvs-info.el (cvs-unknown): Likewise.
8774
8775 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8776
8777 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8778 (install): Use them to copy all *.el files before *.elc.
8779
8780 2007-07-13 Drew Adams <drew.adams@oracle.com>
8781
8782 * bookmark.el (bookmark-jump-other-window): New function.
8783 (bookmark-map): Bind it to "o".
8784
8785 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8786 and its thread contains discussion about this change.
8787 The original patch was slightly tweaked by Karl Fogel
8788 <kfogel@red-bean.com> before committing.
8789
8790 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8791
8792 * bookmark.el: Shorten some comments to fit within 80 lines.
8793
8794 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8795
8796 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8797 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8798 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8799 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8800
8801 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8802
8803 * textmodes/org.el: Bug fixes.
8804 (org-end-of-line): Move to end of line if in headline without tags.
8805
8806 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * vc-hooks.el: Remove spurious * in docstrings.
8809 (vc-handled-backends): Add BZR.
8810
8811 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8812
8813 2007-07-12 Davis Herring <herring@lanl.gov>
8814
8815 * desktop.el (desktop-buffer-info, desktop-save):
8816 Use `desktop-dirname' instead of `dirname'.
8817
8818 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8819
8820 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8821
8822 * progmodes/python.el (python-which-func-length-limit): New var.
8823 (python-which-func): New function.
8824 (python-current-defun): Add optional `length-limit' and try to fit
8825 computed function name to that length.
8826 (python-mode): Hook `python-which-func' up.
8827
8828 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8829
8830 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8831
8832 * comint.el (comint-dynamic-complete-as-filename):
8833 Use read-file-name-completion-ignore-case.
8834
8835 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * comint.el (comint-dynamic-list-filename-completions):
8838 Use read-file-name-completion-ignore-case.
8839
8840 * vc-cvs.el: Require CL.
8841 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8842 New functions to provide completion of revision names.
8843
8844 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8845 (vc-cvs-annotate-first-line-re): New const.
8846 (vc-cvs-annotate-process-filter): New fun.
8847 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8848
8849 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8850
8851 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8852 (eldoc-print-current-symbol-info): Adjust for changed helper
8853 function signatures.
8854 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8855 `eldoc-highlight-function-argument'.
8856 (eldoc-highlight-function-argument): New function.
8857 (eldoc-get-var-docstring): Format documentation with
8858 `font-lock-variable-name-face'.
8859 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8860 where suited.
8861 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8862 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8863
8864 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8865
8866 * progmodes/compile.el (compilation-start): `start-process' must
8867 still be redefined when calling `start-process-shell-command'.
8868
8869 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8870 remote file name, prepend its remote part to the filename.
8871 (gud-common-init): When `default-directory' is a remote file name,
8872 make the filename relative to it.
8873 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8874
8875 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8876
8877 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8878 mouse binding and a tooltip.
8879
8880 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * menu-bar.el (vc-menu-map): New defalias.
8883
8884 2007-07-10 Richard Stallman <rms@gnu.org>
8885
8886 * emacs-lisp/lisp-mode.el (eval-defun):
8887 Explain special handling of `defface'.
8888
8889 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8890
8891 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8892
8893 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8894
8895 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8898
8899 * vc-arch.el (vc-arch-complete): Remove.
8900 (vc-arch-revision-completion-table): Use complete-with-action.
8901
8902 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8903 (complete-with-action): New function.
8904 (dynamic-completion-table): Use it.
8905
8906 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8907
8908 * comint.el (make-comint, make-comint-in-buffer)
8909 (comint-exec-1): Replace `start-process' by `start-file-process'.
8910
8911 * progmodes/compile.el (compilation-start): Revert redefining
8912 `start-process'.
8913
8914 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8917 with EOLs when generating MD5 checksums.
8918
8919 * follow.el: Don't change the global map from the follow-mode-map
8920 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8921 XEmacs code.
8922 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8923 since `follow-mode' should be used instead for that.
8924
8925 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8926 (easy-menu-do-define): Use it.
8927 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8928
8929 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8930 (compilation-auto-jump-to-next): New vars.
8931 (compilation-auto-jump): New function.
8932 (compilation-error-properties): Use them to jump to first error.
8933 (compilation-start): Set the var if requested.
8934
8935 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8936 duplicates without also removing entries from other directories.
8937
8938 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8939
8940 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8941 Remember span as default.
8942 (org-columns-edit-value): Rename from `org-column-edit'.
8943 (org-columns-display-here-title): Rename from
8944 `org-overlay-columns-title'.
8945 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8946 (org-columns-get-autowidth-alist): Rename from
8947 `org-get-columns-autowidth-alist'.
8948 (org-columns-display-here): Rename from `org-overlay-columns'.
8949 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8950 (org-columns-quit): Rename from `org-column-quit'.
8951 (org-columns-show-value): Rename from `org-column-show-value'.
8952 (org-columns-content, org-columns-widen)
8953 (org-columns-next-allowed-value)
8954 (org-columns-edit-allowed, org-columns-store-format)
8955 (org-columns-uncompile-format, org-columns-redo)
8956 (org-columns-edit-attributes, org-delete-property)
8957 (org-set-property, org-columns-update)
8958 (org-columns-compute, org-columns-eval)
8959 (org-columns-not-in-agenda, org-columns-compute-all)
8960 (org-property-next-allowed-value)
8961 (org-columns-compile-format)
8962 (org-fill-paragraph-experimental)
8963 (org-string-to-number, org-property-action)
8964 (org-columns-move-left, org-columns-new)
8965 (org-column-number-to-string)
8966 (org-property-previous-allowed-value)
8967 (org-at-property-p, org-columns-delete)
8968 (org-columns-previous-allowed-value)
8969 (org-columns-move-right, org-columns-narrow)
8970 (org-property-get-allowed-values)
8971 (org-verify-version, org-column-string-to-number)
8972 (org-delete-property-globally): New functions.
8973 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8974 (org-columns-overlays): Rename from `org-column-overlays'.
8975 (org-columns-map): Rename from `org-column-map'.
8976 (org-columns-current-maxwidths): Rename from
8977 `org-current-columns-maxwidths'.
8978 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8979 (org-previous-header-line-format)
8980 (org-columns-inhibit-recalculation)
8981 (org-columns-top-level-marker): New variables.
8982 (org-columns-default-format): Rename from `org-default-columns-format'.
8983 (org-property-re): New constant.
8984
8985 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8986
8987 * subr.el (looking-at-p, string-match-p): New functions.
8988
8989 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8990
8991 * textmodes/tex-mode.el (tex-fontify-script)
8992 (tex-font-script-display): New variables to make display of
8993 superscripts and subscripts customizable.
8994 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8995
8996 2007-07-09 Richard Stallman <rms@gnu.org>
8997
8998 * isearch.el (isearch-edit-string): Call to isearch-push-state
8999 after the search.
9000
9001 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9002
9003 * window.el (fit-window-to-buffer): Remove setting of window-min-height
9004 to 1 as enlarge-window uses the value to resize/shrink windows other
9005 than WINDOW if needed.
9006
9007 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9008
9009 * cus-start.el (file-coding-system-alist): Fix custom type.
9010
9011 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9014 modified.
9015 (longlines-auto-wrap, longlines-window-change-function):
9016 Remove unnecessary calls to set-buffer-modified-p.
9017
9018 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9019
9020 * cus-start.el (file-coding-system-alist): Fix custom type.
9021
9022 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9025 (vc-cvs-checkout): Remove last arg now unused; simplify.
9026
9027 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
9028
9029 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9030
9031 * net/tramp.el:
9032 * net/tramp-ftp.el:
9033 * net/tramp-smb.el:
9034 * net/tramp-uu.el:
9035 * net/trampver.el: Migrate to Tramp 2.1.
9036
9037 * net/tramp-cache.el:
9038 * net/tramp-fish.el:
9039 * net/tramp-gw.el: New Tramp packages.
9040
9041 * net/tramp-util.el:
9042 * net/tramp-vc.el: Removed.
9043
9044 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9045 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9046
9047 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9048
9049 * progmodes/compile.el (compilation-start): Redefine
9050 `start-process' temporarily when `default-directory' is remote.
9051 Remove case of synchronous compilation, this won't happen ever.
9052 (compilation-setup): Make local variable `comint-file-name-prefix'
9053 for remote compilation.
9054
9055 2007-07-08 Martin Rudalics <rudalics@gmx.at>
9056
9057 * novice.el (disabled-command-function): Fit window to buffer to
9058 make last line visible.
9059 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9060
9061 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9062 when handling the terminating event.
9063
9064 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9065
9066 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9067 (math-bignum-digit-length): Change to optimal value.
9068
9069 * calc/calc-bin.el (math-bignum-logb-digit-size)
9070 (math-bignum-digit-power-of-two): Evaluate when compiled.
9071
9072 * calc/calc-comb.el (math-small-factorial-table)
9073 (math-init-random-base, math-prime-test): Remove unnecessary calls
9074 to `math-read-number-simple'.
9075
9076 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9077 (math-approx-gamma-const): Add docstrings.
9078
9079 * calc/calc-forms.el (math-julian-date-beginning)
9080 (math-julian-date-beginning-int): New constants.
9081 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9082 Use the new constants.
9083
9084 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9085
9086 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9087 Add docstrings.
9088
9089 2007-07-07 Tom Tromey <tromey@redhat.com>
9090
9091 * vc.el (vc-annotate): Jump to line and output message only after the
9092 process is really all done.
9093
9094 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * vc.el (vc-exec-after): Don't move point from the sentinel.
9097 Forcefully read all the remaining text in the pipe upon process exit.
9098 (vc-annotate-display-autoscale, vc-annotate-lines):
9099 Don't stop at the first unrecognized line.
9100 (vc-annotate-display-select): Run autoscale after the process is done
9101 since it depends on the whole result.
9102
9103 2007-07-07 Eli Zaretskii <eliz@gnu.org>
9104
9105 * term/w32-win.el (menu-bar-open): New function.
9106 Bind <f10> to it.
9107
9108 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9109
9110 * simple.el (start-file-process): New defun.
9111
9112 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * files.el (find-file-confirm-nonexistent-file): Rename from
9115 find-file-confirm-inexistent-file. Update users.
9116
9117 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9118 format of autoload block where the file's time-stamp is replaced by its
9119 MD5 checksum.
9120 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9121 time-stamp for secondary autoloads files.
9122 (update-directory-autoloads): Remove duplicate entries.
9123 Use time-less-p for time-stamps, as done in autoload-find-destination.
9124
9125 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9126
9127 * calc/calc.el (math-read-number): Replace number by variable.
9128 (math-read-number-simple): Properly parse small integers.
9129
9130 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9131
9132 * vc.el: Fix doc for the checkout function.
9133
9134 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9135
9136 * vc-hg.el (vc-hg-root): New function.
9137 (vc-hg-registered): Use it.
9138 (vc-hg-diff-tree): New defalias.
9139 (vc-hg-responsible-p): Likewise.
9140 (vc-hg-checkout): Comment out, not needed.
9141 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9142 (vc-hg-find-version, vc-hg-next-version): New functions.
9143
9144 2007-07-06 Andreas Schwab <schwab@suse.de>
9145
9146 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9147 dynamic bindings around the evaluation of the expression.
9148 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9149
9150 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9153 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9154 Use run-hooks rather than run-mode-hooks.
9155
9156 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9157
9158 * calc/calc-comb.el (math-random-digit): Rename to
9159 `math-random-three-digit-number'.
9160 (math-random-digits): Don't depend on representation of integer.
9161
9162 * calc/calc-bin.el (math-bignum-logb-digit-size)
9163 (math-bignum-digit-power-of-two): New constants.
9164 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9165 (math-not-bignum, math-clip-bignum): Use the constants
9166 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9167 instead of their values.
9168 (math-clip): Use math-small-integer-size instead of its value.
9169
9170 * calc/calc.el (math-add-bignum): Replace number by constant.
9171
9172 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * wid-edit.el (widget-documentation-string-value-create):
9175 Insert indentation spaces.
9176
9177 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9178
9179 * emacs-lisp/byte-opt.el: Revert last change.
9180
9181 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9182
9183 * vc-hooks.el (vc-handled-backends): Add HG.
9184
9185 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9186
9187 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * complete.el (PC-do-complete-and-exit): Add support for the new
9190 `confirm-only' confirmation mode.
9191
9192 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * cus-edit.el (custom-commands): New variable.
9195 (custom-tool-bar-map): New variable. Initialize using
9196 `custom-commands'.
9197 (custom-mode): Use `custom-tool-bar-map'.
9198 (custom-buffer-create-internal): Insert action buttons only if
9199 tool bar is not used. Use `custom-commands'.
9200 (Custom-help, custom-command-apply): New function.
9201 (custom-command-apply, Custom-set, Custom-save)
9202 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9203 Use `custom-command-apply' instead of duplicating code.
9204 (customize-group-other-window): Call `customize-group' instead of
9205 duplicating code.
9206 (customize-face-other-window): Call `customize-face' instead of
9207 duplicating code.
9208 (customize-group, customize-face): Add optional args for opening
9209 in another window.
9210 (custom-variable-tag): Don't inherit `variable-pitch' face.
9211 (custom-group-tag): Inherit `variable-pitch' face.
9212 (custom-variable-value-create): Set documentation indentation.
9213 (custom-group-value-create): Make group name a link, instead of
9214 using an extra "go to group" button.
9215 (custom-prompt-variable, custom-group-set, custom-group-save)
9216 (custom-group-reset-current, custom-group-reset-saved)
9217 (custom-group-reset-standard): Minor cleanup.
9218
9219 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9220
9221 * Makefile.in (bootstrap-prepare): When copying from
9222 ldefs-boot.el, make sure loaddefs.el is writeable.
9223
9224 (bootstrap-prepare): Make $(lisp)/ps-print.el
9225 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9226
9227 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9228
9229 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9230 only caller, and delete.
9231 (vc-hg-state): Deal with exceptions and only parse the output on
9232 successful return.
9233 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9234 caller, and delete.
9235 (vc-hg-workfile-version): Deal with exceptions and only parse the
9236 output on successful return.
9237 (vc-hg-revert): New function.
9238
9239 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9240
9241 * calculator.el (calculator-expt): Use more cases to determine
9242 the value.
9243
9244 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9245
9246 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9247 file names.
9248
9249 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9250
9251 * calculator.el (calculator-expt, calculator-integer-p):
9252 New functions.
9253 (calculator-fact): Check to see if the factorial will be too
9254 large before computing it.
9255 (calculator-initial-operators): Use `calculator-expt' to
9256 compute "^".
9257 (calculator-mode): Mention that results which are too large
9258 will return inf.
9259 * calc/calc-comb.el (math-small-factorial-table): Replace list
9260 by vector.
9261
9262 2007-07-03 David Kastrup <dak@gnu.org>
9263
9264 * shell.el: On request of the authors, remove their addresses for
9265 the sake of bug reports, and add the developer list address as
9266 maintainer information.
9267
9268 2007-07-03 Richard Stallman <rms@gnu.org>
9269
9270 * files.el (make-directory): Doc fix.
9271 (find-file-confirm-inexistent-file): Make it a defcustom.
9272 Make nil the default.
9273
9274 2007-07-02 Richard Stallman <rms@gnu.org>
9275
9276 * startup.el (command-line): Set buffer-offer-save in *scratch*
9277 and enable auto-save in it.
9278
9279 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9280
9281 * textmodes/org.el (orgstruct-mode-map): New variable.
9282 (orgstruct-mode): New minor mode.
9283 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9284 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9285 (org-run-like-in-org-mode): New functions.
9286 (org-cycle-list-bullet): New command.
9287 (org-special-properties, org-property-start-re)
9288 (org-property-end-re): New constants.
9289 (org-with-point-at): New macro.
9290 (org-get-property-block, org-entry-properties, org-entry-get)
9291 (org-entry-delete, org-entry-get-with-inheritance)
9292 (org-entry-put, org-buffer-property-keys): New functions.
9293 (org-insert-property-drawer): New command.
9294 (org-entry-property-inherited-from): New variable.
9295 (org-column): New face.
9296 (org-column-overlays, org-current-columns-fmt)
9297 (org-current-columns-maxwidths, org-column-map): New variables.
9298 (org-column-menu): New menu.
9299 (org-new-column-overlay, org-overlay-columns)
9300 (org-overlay-columns-title, org-remove-column-overlays)
9301 (org-column-show-value, org-column-quit, org-column-edit):
9302 New functions.
9303 (org-columns, org-agenda-columns): New commands.
9304 (org-get-columns-autowidth-alist): New functions.
9305 (org-properties): New customize group.
9306 (org-default-columns-format): New option.
9307 (org-priority): Realign tags after changing priority.
9308 (org-preserve-lc): New macro.
9309 (org-update-checkbox-count): Catch case when there is no headline.
9310 (org-agenda-quit): Remove any column overlays.
9311 (org-beginning-of-item-list): Fixed bug when non-item line is
9312 indented too deep.
9313 (org-cached-props): New variable.
9314 (org-cached-entry-get): New function.
9315 (org-make-tags-matcher): Handle property matches.
9316 (org-table-recalculate): Swap evaluation order: Field formula
9317 first, then column formulas, but don't allow them to overwrite the
9318 field formulas.
9319 (org-table-eval-formula): New argument untouchable.
9320 (org-table-put-field-property): New function.
9321
9322 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9323
9324 * help-mode.el (help-make-xrefs): Skip spaces too when
9325 skipping tabs.
9326
9327 * ffap.el (dired-at-point-prompter): Improve prompt in
9328 list-directory case.
9329
9330 2007-07-01 Richard Stallman <rms@gnu.org>
9331
9332 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9333
9334 2007-07-01 Richard Stallman <rms@gnu.org>
9335
9336 * cus-start.el (max-mini-window-height): Added.
9337
9338 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9339
9340 * complete.el (partial-completion-mode): Remove advice of
9341 read-file-name-internal.
9342 (PC-do-completion): Rebind minibuffer-completion-table.
9343 (PC-read-file-name-internal): New function doing what
9344 read-file-name-internal advice did.
9345
9346 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9347
9348 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9349 property on a few symbols.
9350 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9351 (byte-optimize-lapcode): Remove bindings that are not referenced
9352 and certainly will not effect through dynamic scoping.
9353
9354 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * files.el (find-file-confirm-inexistent-file): New var.
9357 (find-file, find-file-other-window, find-file-other-frame)
9358 (find-file-read-only, find-file-read-only-other-window)
9359 (find-file-read-only-other-frame): Use it.
9360
9361 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9364
9365 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * generic-x.el (generic-define-mswindows-modes)
9368 (generic-define-unix-modes, apache-log-generic-mode)
9369 (bat-generic-mode-keymap, java-manifest-generic-mode)
9370 (show-tabs-generic-mode): Fix typos in docstrings.
9371
9372 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9373
9374 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9375 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9376 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9377 (rcirc-print): Never ignore messages from ourself.
9378
9379 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9382 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9383
9384 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9385
9386 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9387 replace-regexp-in-string.
9388
9389 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * emacs-lisp/cl.el: Set edebug and indentation before loading
9392 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9393
9394 2007-06-28 Andreas Schwab <schwab@suse.de>
9395
9396 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9397 $(lisp)/subdirs.el.
9398
9399 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9402 the speedbar frame if nil; that deletes the current frame or
9403 causes an error if it is the only frame.
9404 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9405
9406 2007-06-28 Kevin Ryde <user42@zip.com.au>
9407
9408 * textmodes/nroff-mode.el: Groff \# comments.
9409 (nroff-mode-syntax-table): \# comment intro,
9410 plain # as punct per global table.
9411 (nroff-font-lock-keywords): Add # as a single char escape.
9412 (nroff-mode): In comment-start-skip, match \#.
9413
9414 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9417 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9418 point-min == 1.
9419
9420 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9421
9422 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9423 Rename and move to...
9424
9425 * subr.el (strings->string, string->strings): ...here.
9426
9427 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9428 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9429
9430 * progmodes/gud.el (gud-common-init): Call string->strings instead
9431 of split-string.
9432
9433 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9434
9435 * dired-aux.el: Remove `dired-call-process'.
9436 (dired-check-process): Call `process-file'.
9437
9438 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9439
9440 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9441 `ange-ftp-process-file'.
9442
9443 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9446
9447 * emacs-lisp/cl-extra.el:
9448 * emacs-lisp/cl-seq.el:
9449 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9450 Add autoload cookies on all defs autoloaded manually in cl.el.
9451
9452 * emacs-lisp/cl-loaddefs.el: New file.
9453
9454 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9455 (texinfo-lowersections-alist): Merge definition and declaration.
9456 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9457 (texinfo-format-syntax-table): Merge init into declaration.
9458 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9459 (texinfo-format-parse-defun-args, texinfo-format-node)
9460 (texinfo-push-stack, texinfo-multitable-widths)
9461 (texinfo-define-info-enclosure, texinfo-alias)
9462 (texinfo-format-defindex, batch-texinfo-format): Use push.
9463 (texinfo-footnote-number): Remove duplicate declaration.
9464
9465 * ps-print.el: Update with auto-generated autoloads.
9466
9467 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9468
9469 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9472 relative to current dir for file-local settings.
9473 (autoload-generate-file-autoloads): Add `outfile' arg.
9474 (update-directory-autoloads): Use it to directly call
9475 autoload-generate-file-autoloads instead of going through
9476 update-file-autoloads so we avoid redundant searches and so we can know
9477 the set of buffers changed so we can save them all.
9478
9479 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9480 rather than throwing `up-to-date'.
9481 (autoload-generate-file-autoloads): Adjust correspondingly.
9482 (update-file-autoloads): Be careful to let-bind
9483 autoload-modified-buffers and adjust to new calling conventions.
9484 (autoload-modified-buffers): Make it a dynamically scoped var.
9485 (update-directory-autoloads): Use file-relative-name instead of
9486 autoload-trim-file-name.
9487 (autoload-insert-section-header): Don't use autoload-trim-file-name
9488 since the file is already relative now.
9489 (autoload-trim-file-name): Remove.
9490
9491 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9492 (vc-arch-complete, vc-arch--version-completion-table)
9493 (vc-arch-revision-completion-table): New functions to provide
9494 completion of revision names.
9495 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9496 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9497 to let the user trim the revlib.
9498
9499 * vc.el: Add new VC operation `revision-completion-table'.
9500 (vc-default-revision-completion-table): New function.
9501 (vc-version-diff, vc-version-other-window): Use it to provide
9502 completion of revision names if the backend provides it.
9503
9504 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9505
9506 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9507 of newer .svn/entries.
9508
9509 2007-06-25 David Kastrup <dak@gnu.org>
9510
9511 * calc/calc-poly.el (math-padded-polynomial)
9512 (math-partial-fractions): Add some function comments.
9513
9514 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9517 Make `outbuf' optional.
9518 (update-file-autoloads): Use it.
9519
9520 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9523 (autoload-find-destination): Keep it uptodate.
9524 (autoload-save-buffers): New fun.
9525 (update-file-autoloads): Use it. Re-add the "up to date" message.
9526
9527 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9528 (autoload-find-destination): New function extracted from
9529 update-file-autoloads.
9530 (update-file-autoloads): Use it.
9531 (autoload-generate-file-autoloads): New function extracted from
9532 generate-file-autoloads. Use file-relative-name. Delay computation of
9533 output-start to the first cookie. Remove done-any, replaced by
9534 output-start.
9535 (generate-file-autoloads): Use it.
9536
9537 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9538
9539 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9540 Use math-read-number-simple to insert constants.
9541 (math-prime-test): Redo calculation of sum.
9542
9543 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9544
9545 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9546 math-scale-bignum-3.
9547 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9548 math-bignum-digit-size.
9549 (math-isqrt-small): Add another possible initial guess.
9550
9551 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9552
9553 * textmodes/bibtex.el (bibtex-entry-format): New options
9554 `whitespace', `braces', and `string'.
9555 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9556 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9557 (bibtex-cite-matcher-alist): New variables.
9558 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9559 (bibtex-flash-head): Use blink-matching-delay.
9560 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9561 (bibtex-format-entry, bibtex-reformat): Handle new options of
9562 bibtex-entry-format.
9563 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9564 New functions.
9565 (bibtex-complete-internal): Do not display messages while
9566 minibuffer is used. Do not leave around a completions buffer
9567 that is out of date.
9568 (bibtex-copy-summary-as-kill): New optional arg.
9569 (bibtex-font-lock-url): New optional arg no-button.
9570 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9571 (bibtex-url): Allow multiple URLs per entry.
9572
9573 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9576 (update-file-autoloads, update-directory-autoloads): Use it.
9577 (autoload-file-load-name): New function.
9578 (generate-file-autoloads, update-file-autoloads): Use it.
9579 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9580 (generate-file-autoloads): If the autoloaded form is malformed,
9581 indicate the problem with a warning instead of aborting.
9582
9583 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9584
9585 * simple.el (next-error-recenter): Accept `(4)' as well;
9586 also, specify `integer' instead of `number'.
9587
9588 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9589
9590 * ls-lisp.el (insert-directory): If an invalid regexp error is
9591 thrown, try using FILE as a literal file name, not a wildcard.
9592
9593 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9594
9595 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9596 `header-line-format' when reentering ruler mode.
9597
9598 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9599
9600 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9601 FILE exists as a file.
9602
9603 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9604
9605 * calc/calc.el (math-bignum-digit-length)
9606 (math-bignum-digit-size, math-small-integer-size):
9607 New constants.
9608 (math-normalize, math-bignum-big, math-make-float)
9609 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9610 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9611 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9612 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9613 (math-quotient, math-div-bignum, math-div-bignum-digit)
9614 (math-div-bignum-part, math-format-bignum-decimal)
9615 (math-read-bignum): Use math-bignum-digit-length,
9616 math-bignum-digit-size and math-small-integer-size.
9617
9618 * calc/calc-ext.el (math-fixnum-big): Use the variable
9619 math-bignum-digit-size.
9620
9621 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9622
9623 * log-view.el (log-view-mode-menu): New menu.
9624
9625 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9628 differently.
9629
9630 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9631 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9632
9633 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9634
9635 * vc-hg.el (vc-hg-print-log): Insert the file name.
9636 (vc-hg-log-view-mode): Fontify the file name.
9637
9638 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9639
9640 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9641 (calcFunc-julian): Fix incorrect number used in calculations.
9642
9643 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9644
9645 * simple.el (next-error-recenter): New defcustom.
9646 (next-error, next-error-internal): Recenter if specified,
9647 immediately prior to running `next-error-hook'.
9648
9649 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9650 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9651
9652 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9653
9654 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9655
9656 * calc/calc-comb.el (math-small-factorial-table): New variable.
9657 (calcFunc-fact): Use `math-small-factorial-table'.
9658
9659 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9660 initial values.
9661 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9662 New variables to use in caches.
9663
9664 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9665 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9666
9667 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9668 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9669 bignums.
9670
9671 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9672 New variables to use in caches.
9673
9674 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9675
9676 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9677
9678 * vc-hg.el (vc-hg-log-view-mode): New mode.
9679
9680 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9681
9682 * calc/calc.el (math-read-number-simple): New function.
9683
9684 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9687 (vera-font-lock-match-item): Fix doc string.
9688 (vera-in-comment-p): Remove unused function.
9689 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9690 use `syntax-ppss'.
9691 (vera-forward-syntactic-ws): Fix argument order.
9692 (vera-prepare-search): Use `with-syntax-table'.
9693 (vera-indent-line): Fix doc string.
9694 (vera-electric-tab): Fix doc string.
9695 (vera-expand-abbrev): Define alias instead of using `fset'.
9696 (vera-comment-uncomment-region): Use `comment-start-skip'.
9697
9698 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9699
9700 * textmodes/org.el (org-export-with-footnotes): New option.
9701 (org-export-as-html): Fix replacement bug for XEmacs.
9702 (org-agenda-default-appointment-duration): New option.
9703
9704 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * vc-hg.el: Add to do items.
9707 (vc-hg-diff): Add support for comparing different revisions.
9708 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9709 (vc-hg-annotate-extract-revision-at-line)
9710 (vc-hg-previous-version, vc-hg-checkin): New functions.
9711 (vc-hg-annotate-re): New constant.
9712
9713 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9714
9715 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9716
9717 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9720 buffer-local value of log-view-*-re if applicable.
9721
9722 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9723 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9724 (vc-bzr-command*): Remove both (incompatible) versions.
9725 (vc-bzr-do-command*): Remove.
9726 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9727 Remove by folding into its only caller vc-bzr-command.
9728 (vc-bzr-command): Always set the environment, even when ineffective.
9729 (vc-bzr-version): Minor fix up.
9730 (vc-bzr-admin-dirname): New var.
9731 (vc-bzr-bzr-dir): Remove.
9732 (vc-bzr-root-dir): New fun.
9733 (vc-bzr-registered): Use it. Add an autoloaded version.
9734 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9735 (vc-bzr-view-log-function): Remove.
9736 (vc-bzr-log-view-mode): New major mode to replace it.
9737 (vc-bzr-print-log): Only activate the old hack if needed.
9738
9739 * vc.el (vc-default-log-view-mode): New function.
9740 (vc-print-log): Add new `log-view-mode' VC operation.
9741
9742 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * ido.el (ido-find-file-in-dir): Don't signal an error for
9745 empty directories.
9746
9747 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9748
9749 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9750 directory where the desktop file was found, as the docstring says.
9751 (desktop-kill): Use `read-directory-name'.
9752
9753 2007-06-20 Alan Mackenzie <acm@muc.de>
9754
9755 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9756 When removing lines, also remove the \n. Correction of patch of
9757 2007-04-21.
9758
9759 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9760
9761 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9762 event is not a cons cell. Do not unread drag-mouse-1 events.
9763 Select right window in check whether space was stolen from
9764 window above.
9765
9766 * help-mode.el (help-make-xrefs): Adjust position of new forward
9767 button.
9768
9769 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9770
9771 * vc-bzr.el (vc-bzr-with-process-environment)
9772 (vc-bzr-std-process-invocation): New macros.
9773 (vc-bzr-command, vc-bzr-command*): Use them.
9774 (vc-bzr-with-c-locale): Remove.
9775 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9776 (vc-bzr-buffer-nonblank-p): New function.
9777 (vc-bzr-state-words): New const.
9778 (vc-bzr-state): Look for `bzr status' keywords in output.
9779 Display everything else as a warning message to the user.
9780 Fix status report with bzr >= 0.15.
9781
9782 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9783
9784 * vc-hg.el (vc-hg-global-switches): Simplify.
9785 (vc-hg-state): Handle more states.
9786 (vc-hg-diff): Fix doc-string.
9787 (vc-hg-register): New function.
9788 (vc-hg-checkout): Likewise.
9789
9790 2007-06-20 Reto Zimmermann <reto@gnu.org>
9791
9792 * progmodes/vera-mode.el: New file.
9793
9794 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9795
9796 * calc/calc.el (calc-multiplication-has-precendence):
9797 New variable.
9798 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9799 New functions.
9800 (math-expr-opers): Define using math-standard-ops rather than
9801 math-standard-opers.
9802 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9803 equal the function math-standard-ops rather than the variable
9804 math-standard-opers.
9805 (calc-algebraic-entry): Let math-expr-opers equal
9806 math-standard-ops or math-expr-ops, as appropriate.
9807 (math-expr-read-level, math-read-factor): Let math-expr-opers
9808 equal math-expr-ops.
9809 * calc/calc-embed.el (calc-embedded-finish-edit):
9810 Let math-expr-opers equal the function math-standard-ops
9811 rather than the variable math-standard-opers.
9812 * calc/calc-ext.el (math-read-plain-expr)
9813 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9814 function math-standard-ops rather than the variable
9815 math-standard-opers.
9816 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9817 Let math-expr-opers equal the function math-standard-ops rather
9818 than the variable math-standard-opers.
9819 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9820 equal the function math-standard-ops rather than the variable
9821 math-standard-opers.
9822 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9823 equal the function math-standard-ops rather than the variable
9824 math-standard-opers.
9825 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9826 math-expr-ops.
9827
9828 2007-06-19 Ivan Kanis <apple@kanis.eu>
9829
9830 * vc-hg.el: New file.
9831
9832 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9835 with font-lock-multiline.
9836
9837 2007-06-17 Glenn Morris <rgm@gnu.org>
9838
9839 * lpr.el (lpr-page-header-switches): Move %s to separate element
9840 for correct quoting. Doc fix.
9841
9842 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9845 than setting sgml-xml-mode.
9846 (sgml-mode, html-mode): Set sgml-xml-mode.
9847 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9848 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9849 (sgml-electric-tag-pair-before-change-function)
9850 (sgml-electric-tag-pair-flush-overlays): New functions.
9851 (sgml-electric-tag-pair-mode): New minor mode.
9852 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9853 (sgml-calculate-indent): Use assoc-string.
9854
9855 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9856
9857 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9858 chars before the "@" in an email address. Andreas Roehler noticed
9859 this problem.
9860
9861 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9862
9863 * thingatpt.el: Add support for email addresses (`email').
9864 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9865 (thing-at-point-email-regexp): New variable.
9866 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9867 properties on this symbol, with lambda forms for values.
9868
9869 2007-06-15 Masatake YAMATO <jet@gyve.org>
9870
9871 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9872
9873 * vc.el (vc-dired-hook): Check the backend returned from
9874 `vc-responsible-backend' can really handle `subdir'.
9875
9876 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * wid-edit.el (widget-add-documentation-string-button):
9879 Fix handling of documentation indent.
9880
9881 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9882
9883 * mb-depth.el: New file.
9884
9885 2007-06-15 Masatake YAMATO <jet@gyve.org>
9886
9887 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9888
9889 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9890
9891 * wid-edit.el (widget-default-create): Move ?h handling here...
9892 (widget-default-format-handler): ...from here.
9893 (widget-docstring, widget-add-documentation-string-button): New funs.
9894 (documentation-string): Add :visibility-widget property.
9895 (widget-documentation-string-value-create): Use it.
9896
9897 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9898 (custom-buffer-create-internal): Simplify message.
9899 (custom-variable-tag): Reduce height to normal.
9900 (custom-variable-value-create, custom-face-value-create)
9901 (custom-visibility): New widget.
9902 (custom-visibility): New face.
9903 (custom-group-value-create):
9904 Call widget-add-documentation-string-button, using `custom-visibility'.
9905
9906 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9909 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9910 change. Apparently the "warning even if the group is implicit" is
9911 a feature rather than a bug.
9912
9913 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9914
9915 * emulation/viper.el (viper-describe-key-ad)
9916 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9917 Compile them conditionally.
9918 (viper-version): Belated version change.
9919
9920 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9921
9922 * follow.el (follow-all-followers, follow-generic-filter):
9923 * pcomplete.el (pcomplete-restore-windows):
9924 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9925 (x-dnd-drop-data):
9926 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9927 * progmodes/python.el (python-complete-symbol):
9928 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9929
9930 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9931
9932 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9933 around bright and dim regexps. Make sure bright and dim matches
9934 use word anchors. Send text through rcirc-markup functions.
9935 (rcirc-url-regexp): Add single quote character.
9936 (rcirc-connect): Write logs to disk on auto-save-hook.
9937 Make server a non-optional argument.
9938 (rcirc-log-alist): New variable.
9939 (rcirc-log-directory): Make customizable.
9940 (rcirc-log-flag): New customizable variable.
9941 (rcirc-log): New function.
9942 (rcirc-print): Use above function.
9943 (rcirc-log-write): New function.
9944 (rcirc-generate-new-buffer-name): Strip text properties.
9945 (rcirc-switch-to-buffer-function): Remove variable.
9946 (rcirc-last-non-irc-buffer): Remove variable.
9947 (rcirc-non-irc-buffer): Add function.
9948 (rcirc-next-active-buffer): Use above function.
9949 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9950 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9951 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9952 (rcirc-omit-mode): Add minor-mode.
9953 (rcirc-mode-map): Change C-c C-o binding.
9954 (rcirc-mode): Clear mode-line-process. Use a custom
9955 fill-paragraph-function. Set up buffer-invisibility-spec.
9956 (rcirc-response-formats): Remove timestamp code.
9957 (rcirc-omit-responses): Add variable.
9958 (rcirc-print): Don't put the overlay arrow on potentially omitted
9959 lines. Log line to disk. Record activity for private messages
9960 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9961 (rcirc-jump-to-first-unread-line): Print message if there is no
9962 unread text.
9963 (rcirc-clear-unread): New function.
9964 (rcirc-markup-text-functions): Add variable.
9965 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9966 (rcirc-debug): Don't mess with window configuration.
9967 (rcirc-send-message): Send message before printing locally.
9968 Add SILENT argument, do not print message if non-nil.
9969 (rcirc-visible-buffers): New function and variable.
9970 (rcirc-window-configuration-change-1): Add function.
9971 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9972 server buffer.
9973 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9974 (rcirc-fill-paragraph): Add function.
9975 (rcirc-record-activity, rcirc-window-configuration-change-1):
9976 Only update the activity string if it has actually changed.
9977 (rcirc-update-activity-string): Remove padding characters from the
9978 mode-line string.
9979 (rcirc-disconnect-buffer): New function to be called when a
9980 channel is parted or the user quits.
9981 (rcirc-server-name): Warn when the server-name hasn't been set.
9982 (rcirc-window-configuration-change): Postpone work until
9983 post-command-hook.
9984 (rcirc-window-configuration-change-1): Update mode-line and
9985 overlay arrows here.
9986 (rcirc-authenticate): Fixc hanserv identification.
9987 (rcirc-default-server): Remove variable.
9988 (rcirc): Connect according to rcirc-connections.
9989 (rcirc-connections): Add variable.
9990 (rcirc-startup-channels-alist): Remove variable.
9991 (rcirc-startup-channels): Remove function.
9992
9993 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9996
9997 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9998
9999 * term/xterm.el (terminal-init-xterm): Escape parens in character
10000 constants.
10001
10002 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * progmodes/sh-script.el: Remove unneeded * from docstrings.
10005 Use [:alpha:] and [:alnum:] where applicable.
10006 (sh-quoted-subshell): Rewrite to correctly
10007 handle nested mixes of `...' and $(...).
10008 (sh-apply-quoted-subshell): Remove.
10009 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10010
10011 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10012
10013 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10014
10015 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10016 previous change.
10017
10018 2007-06-12 Tom Tromey <tromey@redhat.com>
10019
10020 * subr.el (user-emacs-directory): New defconst.
10021 * cmuscheme.el (scheme-start-file):
10022 * shell.el (shell):
10023 * completion.el (save-completions-file-name):
10024 * custom.el (custom-theme-directory):
10025 * term/x-win.el (emacs-session-filename):
10026 * filesets.el (filesets-menu-cache-file):
10027 * thumbs.el (thumbs-thumbsdir):
10028 * server.el (server-auth-dir):
10029 * image-dired.el (image-dired-dir):
10030 (image-dired-db-file):
10031 (image-dired-temp-image-file):
10032 (image-dired-gallery-dir):
10033 (image-dired-temp-rotate-image-file):
10034 * play/gamegrid.el (gamegrid-user-score-file-directory):
10035 * savehist.el (savehist-file):
10036 * tutorial.el (tutorial--saved-dir):
10037 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10038
10039 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
10040
10041 * scroll-lock.el (scroll-lock-mode): Doc fix.
10042
10043 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10044
10045 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10046
10047 * ediff-init.el: Doc strings.
10048
10049 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10052 (byte-compile-file): Bind it.
10053 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10054 group argument is provided implicitly.
10055 (byte-compile-format-warn, byte-compile-from-buffer)
10056 (byte-compile-insert-header): Don't hardcode point-min==1.
10057 (byte-compile-file-form-require): Remove unused var old-load-list.
10058 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10059
10060 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10061
10062 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10063 Display error messages.
10064 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10065 Get rid of cl.el dependencies.
10066
10067 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10068 New variable.
10069 (viper-activate-input-method-action)
10070 (viper-inactivate-input-method-action):
10071 Use viper-suppress-input-method-change-message.
10072
10073 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10074 for C-s, C-r.
10075
10076 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10077 Use viper-replace-overlay-cursor-color instead of
10078 viper-replace-overlay-cursor-color.
10079 (viper-sit-for-short): Use sit-for with 3 arguments.
10080
10081 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10082 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10083 to gud-mode.
10084
10085 * ediff-mult.el (ediff-meta-buffer-brief-message)
10086 (ediff-meta-buffer-verbose-message): New variables.
10087 (ediff-meta-buffer-message): Variable deleted.
10088 (ediff-verbose-help-enabled): New variable.
10089 (ediff-toggle-verbose-help-meta-buffer): New function.
10090 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10091 message options.
10092
10093 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10094 (ediff-fixup-patch-map): Improve heuristic.
10095
10096 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10099 (log-view-font-lock-keywords): Simplify.
10100 (log-view-current-file, log-view-current-tag): Simplify.
10101
10102 2007-06-12 Sam Steingold <sds@gnu.org>
10103
10104 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10105
10106 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10107
10108 * desktop.el (desktop-load-locked-desktop): New option.
10109 (desktop-read): Use it.
10110 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10111 Use `when'.
10112
10113 2007-06-12 Davis Herring <herring@lanl.gov>
10114
10115 * desktop.el (desktop-save-mode-off): New function.
10116 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10117 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10118 (desktop-claim-lock, desktop-release-lock): New functions.
10119 (desktop-kill): Tell `desktop-save' that this is the last save.
10120 Release the lock afterwards.
10121 (desktop-buffer-info): New function.
10122 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10123 says to. Detect conflicts, and manage the lock.
10124 (desktop-read): Detect conflicts. Manage the lock.
10125
10126 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10129
10130 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10131 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10132 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10133 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10134 keysyms rather than byte sequences.
10135 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10136
10137 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10140 half-activated, forcefully activate it completely.
10141
10142 2007-06-11 Richard Stallman <rms@gnu.org>
10143
10144 * cus-edit.el (custom-variable-type): Doc fix.
10145
10146 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10149 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10150 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10151 different possible cases for \'.
10152
10153 * complete.el (PC-bindings): Don't bind things already bound in the
10154 parent keymap.
10155
10156 * textmodes/bibtex-style.el: New file.
10157
10158 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10159
10160 * vc-bzr.el: New file.
10161
10162 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * vc-svn.el (vc-svn-program): New var.
10165 (vc-svn-command): Use it.
10166
10167 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * server.el (server-switch-buffer): Remove redundant check.
10170
10171 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10172
10173 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10174 Match against file-name-nondirectory.
10175 Fix text on user customization variables.
10176 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10177
10178 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10179
10180 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10181
10182 2007-06-09 Davis Herring <herring@lanl.gov>
10183
10184 * desktop.el (desktop-minor-mode-table): Doc fix.
10185
10186 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * textmodes/css-mode.el (css-navigation-syntax-table):
10189 Use set-char-table-range so it also works in the unicode branch.
10190
10191 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10192
10193 * help-mode.el (help-xref-forward-stack)
10194 (help-xref-stack-forward-item, help-forward-label): New variables.
10195 (help-forward): New button type.
10196 (help-setup-xref): Initialise help-xref-forward-stack.
10197 (help-make-xrefs): Add forward button, if appropriate.
10198 (help-xref-go-back): Push item on forward stack.
10199 (help-xref-go-forward, help-go-forward): New functions.
10200
10201 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10202
10203 * dired.el (dired-mode-map): Remove spurious separator.
10204
10205 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10208
10209 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10210 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10211
10212 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10213
10214 * textmodes/org.el: Version number fixed.
10215
10216 2007-06-07 Glenn Morris <rgm@gnu.org>
10217
10218 * version.el (emacs-copyright): New constant.
10219 * startup.el (fancy-splash-tail): Use emacs-copyright.
10220 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10221
10222 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10223 `make-local'.
10224 (byte-compile-warnings-safe-p): Add `make-local'.
10225 (byte-compile-make-variable-buffer-local):
10226 Allow byte-compile-warnings to suppress this warning.
10227
10228 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10229 format of "menu" description.
10230 (tutorial--find-changed-keys): Describe the specific menu a
10231 command is in.
10232
10233 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10234 Rewrite compatibility functions to silence byte-compiler.
10235
10236 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10237
10238 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10239 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10240
10241 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10242
10243 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10244
10245 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * progmodes/ebrowse.el (ebrowse-member-table):
10248 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10249 (org-batch-agenda-csv): Fix typos in docstrings.
10250
10251 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10254 (sort-coding-systems, search-unencodable-char): Doc fixes.
10255 (coding-system-change-eol-conversion, set-default-coding-systems)
10256 (prefer-coding-system, find-multibyte-characters, princ-list)
10257 (leim-list-entry-regexp, set-input-method, locale-language-names)
10258 (input-method-exit-on-first-char, exit-language-environment-hook)
10259 (locale-charset-language-names): Fix typos in docstrings.
10260
10261 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10262
10263 * pgg.el (pgg-sign-region, pgg-sign):
10264 * ses.el (ses-call-printer):
10265 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10266 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10267
10268 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10269
10270 * textmodes/org.el (org-export-region-as-html)
10271 (org-replace-region-by-html, org-number-to-letters)
10272 (org-table-fedit-finish, org-normalize-color)
10273 (org-table-fedit-ref-right, org-date-to-gregorian)
10274 (org-table-fedit-move, org-table-convert-refs-to-rc)
10275 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10276 (org-write-agenda, org-colgroup-info-to-vline-list)
10277 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10278 (org-indent-line-function, org-export-as-html-to-buffer)
10279 (org-store-agenda-views, org-update-mode-line)
10280 (org-find-if, org-delete-all)
10281 (org-table-fedit-convert-buffer, org-emphasize)
10282 (org-uniquify, org-table-fedit-lisp-indent)
10283 (org-table-fedit-scroll, org-get-todo-sequence-head)
10284 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10285 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10286 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10287 (org-table-fedit-line-up, org-table-fedit-ref-down)
10288 (org-table-formula-from-user, org-mode-flyspell-verify)
10289 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10290 (org-table-formula-to-user, org-diary-to-ical-string)
10291 (orgtbl-export, org-table-fedit-post-command)
10292 (org-closed-in-range, org-shiftcontrolright)
10293 (org-table-convert-refs-to-an, org-table-hline-and-move)
10294 (org-table-formula-less-p, org-format-table-ascii)
10295 (org-agenda-get-sexps, org-shift-refpart)
10296 (org-diary-sexp-entry, org-time-string-to-absolute)
10297 (org-table-show-reference, org-letters-to-number)
10298 (org-fix-agenda-info, org-table-fedit-ref-up)
10299 (org-table-fedit-shift-reference, org-table-fedit-abort)
10300 (org-closest-date, org-shiftcontrolleft)
10301 (org-at-heading-or-item-p, org-rematch-and-replace)
10302 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10303 New functions.
10304 (org-table-edit-scroll-down, org-finish-edit-formulas)
10305 (org-table-edit-next-field, org-abort-edit-formulas)
10306 (org-font-lock-level, org-export-find-first-heading-line)
10307 (org-table-edit-line-down, org-table-edit-backward-field)
10308 (org-edit-formula-lisp-indent, org-table-edit-move)
10309 (org-check-log-option, org-this-word)
10310 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10311 (org-agenda-file-to-end, org-expand-file-name)
10312 (org-fake-empty-table-line, org-table-edit-scroll)
10313 (org-toggle-log-option, org-show-reference): Function removed.
10314 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10315 New defsubsts.
10316 (org-unmodified, org-batch-store-agenda-views)
10317 (org-batch-agenda-csv): New macro.
10318 (org-agenda-export): New customization group.
10319 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10320 (org-highest-priority, org-agenda-exporter-settings)
10321 (org-log-done-with-time, org-replace-disputed-keys)
10322 (org-format-latex-header, org-export-table-header-tags)
10323 (org-cycle-separator-lines, org-export-table-data-tags)
10324 (org-icalendar-include-sexps)
10325 (org-empty-line-terminates-plain-lists)
10326 (org-log-repeat, org-special-ctrl-a)
10327 (org-table-use-standard-references, org-disputed-keys)
10328 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10329 (org-agenda-export-html-style): New option.
10330 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10331 (org-CUA-compatible): Option removed.
10332 (org-agenda-structure, org-sexp-date): New face.
10333 (org-todo-keywords-for-agenda, org-not-done-keywords)
10334 (org-planning-or-clock-line-re, org-agenda-name)
10335 (org-table-colgroup-info, org-todo-sets)
10336 (constants-unit-system, org-clock-mode-line-entry)
10337 (org-mode-line-timer, org-table-current-begin-pos)
10338 (org-todo-keywords-1, org-mode-line-string)
10339 (org-table-clean-did-remove-column, org-table-fedit-map)
10340 (org-clock-heading, org-table-buffer-is-an)
10341 (org-agenda-info, org-done-keywords)
10342 (org-done-keywords-for-agenda, org-todo-heads)
10343 (org-todo-kwd-alist, org-clock-start-time): New variable.
10344 (org-todo-kwd-priority-p, org-edit-formulas-map)
10345 (org-repeat-re, org-todo-kwd-max-priority)
10346 (org-version, org-done-string)
10347 (org-table-clean-did-remove-column-1, org-disputed-keys):
10348 Remove variables.
10349 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10350 (org-ts-lengths): Constant removed.
10351 (org-follow-gnus-link): Don't ask how many articles to read.
10352 (org-export-find-first-export-line): Rename from
10353 `org-export-find-first-heading'.
10354 Use `org-export-skip-text-before-1st-heading'.
10355 (org-table-fedit-post-command): Rename from
10356 `org-table-edit-formulas-post-command'.
10357 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10358 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10359 (org-table-fedit-lisp-indent): Rename from
10360 `org-edit-formula-lisp-indent'.
10361 (org-table-show-reference): Rename from `org-show-reference'.
10362 (org-table-store-formulas): Use `org-table-formula-less-p'.
10363 (org-table-edit-formulas): Position cursor to current field equation.
10364 (org-update-checkbox-count, org-hide-archived-subtrees)
10365 (org-timestamp-up-day, org-timestamp-down-day)
10366 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10367 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10368 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10369 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10370 Let `org-on-heading-p' also check for invisible heading.
10371 (org-read-date): Match am/pm times.
10372 (org-eval-in-calendar): Fix default date in prompt.
10373
10374 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10375
10376 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10377 "ChangeLog.a" entries, giving the latter lower priority.
10378
10379 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10380
10381 * faces.el (face-id): If the argument is a face alias,
10382 return the ID of the target face.
10383
10384 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10385
10386 * net/socks.el (top): Remove unnecessary copyright line.
10387
10388 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10391
10392 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10393
10394 * net/socks.el: New file, taken from w3 repository.
10395 (top): Update Copyright. Don't load cl.el.
10396 (all): Replace `case' by `cond', `string-to-int' by
10397 `string-to-number', and `process-kill-without-query' by
10398 `set-process-query-on-exit-flag'.
10399 (socks-char-int): Remove defalias and all occurrences.
10400
10401 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10404 Fix typos in docstrings.
10405 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10406 (compilation-finish-function): Fix typo in obsolescence declaration.
10407
10408 2007-06-03 Sam Steingold <sds@gnu.org>
10409
10410 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10411 handle unending automatic recompilation of changed files (`omake -P').
10412 (compilation-loop): VISITED is now 5th CDR.
10413 (compilation-next-error-function): Set TIMESTAMP.
10414
10415 2007-06-03 Sam Steingold <sds@gnu.org>
10416
10417 * files.el (kill-buffer-ask): New function.
10418 (kill-some-buffers): Use it.
10419 (kill-matching-buffers): New user command.
10420
10421 2007-06-01 David Kastrup <dak@gnu.org>
10422
10423 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10424 Change default to `top'.
10425
10426 2007-05-31 Richard Stallman <rms@gnu.org>
10427
10428 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10429
10430 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * textmodes/css-mode.el: New file.
10433
10434 2007-05-30 Michael Olson <mwolson@gnu.org>
10435
10436 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10437 died and we are trying to send a signal to it. The program using
10438 tq.el should periodically check to see whether the process has
10439 died and react appropriately -- this is not the responsibility of
10440 tq.el, and is consistent with the rest of the tq.el source code.
10441
10442 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10443
10444 * textmodes/table.el (table--point-entered-cell-function)
10445 (table--point-left-cell-function):
10446 Bind `inhibit-point-motion-hooks' to t.
10447
10448 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10449
10450 * emacs-lisp/rx.el (rx): Doc fix.
10451
10452 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10453
10454 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10455
10456 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10457
10458 Sync with Tramp 2.0.56.
10459
10460 * net/tramp.el:
10461 * net/tramp-ftp.el:
10462 * net/tramp-smb.el:
10463 * net/tramp-util.el:
10464 * net/tramp-vc.el:
10465 Don't load cl.el, because that pollutes the namespace. Replace cl
10466 macros by their implementations where necessary. Requested by
10467 Richard Stallman <rms@gnu.org>.
10468
10469 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10470 doesn't exist.
10471 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10472 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10473 (tramp-file-name-p, tramp-file-name-multi-method)
10474 (tramp-file-name-method, tramp-file-name-user)
10475 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10476 replacing defstruct `tramp-file-name'.
10477 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10478 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10479 Apply `vector' instead of `make-tramp-file-name'.
10480 (tramp-handle-make-auto-save-file-name):
10481 Apply `tramp-temporary-file-directory' for compatibility reasons.
10482 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10483 because of XEmacs.
10484 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10485 started.
10486
10487 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10488
10489 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10490
10491 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10492
10493 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10494 as the end of the ChangeLog paragraph when it ends without a line
10495 termination.
10496
10497 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10498
10499 * net/webjump.el (webjump-sample-sites):
10500 Add simple Wikipedia query.
10501
10502 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10505 compatibility code.
10506
10507 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10508 (copyright-update-year): Use it.
10509
10510 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10511
10512 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10513 Add indentation and debugging info. Fix up comment convention.
10514
10515 * cus-dep.el (custom-make-dependencies): Simplify.
10516
10517 * composite.el (compose-region, decompose-region):
10518 Use inhibit-read-only and restore-buffer-modified-p.
10519
10520 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10521 (xterm-mouse-event): Use it.
10522
10523 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10524
10525 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10526 `switch-to-buffer' has returned succesfully.
10527 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10528 window is dedicated (it could iconify the frame).
10529
10530 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10531
10532 * vc-hooks.el (vc-find-root): Fix file attribute test.
10533
10534 2007-05-24 Richard Stallman <rms@gnu.org>
10535
10536 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10537 Don't let opoint be nil.
10538 (flyspell-emacs-popup): Explicit error if no dialogs.
10539
10540 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10541
10542 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10543 (image-next-line, image-previous-line, image-scroll-up)
10544 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10545 New functions.
10546 (image-mode-map): Remap motion commands.
10547 (image-mode-text-map): New keymap for viewing images as text.
10548 (image-mode): Use image-mode-map.
10549 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10550
10551 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * textmodes/fill.el (canonically-space-region): Make the second arg
10554 a marker if it's not already the case.
10555
10556 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10557
10558 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10559 (tar-get-descriptor): Handle type 55, an extended pax header.
10560
10561 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10564 to confuse outline-minor-mode.
10565
10566 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10567
10568 * tar-mode.el (tar-file-name-handler): New function.
10569 (tar-extract): Bind file-name-handler-alist to it to force
10570 find-buffer-file-type-coding-system behave as if the file being
10571 extracted existed. Use last-coding-system-used to force
10572 buffer-file-coding-system to what decode-coding-region actually
10573 used to decode the file.
10574
10575 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10576
10577 * progmodes/compile.el (compilation-handle-exit):
10578 `compilation-finish-function' may change the current buffer.
10579
10580 2007-05-22 Richard Stallman <rms@gnu.org>
10581
10582 * files.el (set-auto-mode): Doc fix.
10583
10584 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10585
10586 * help-fns.el (find-source-lisp-file): New function.
10587 (describe-function-1): Use find-source-lisp-file to find source
10588 file in compile tree.
10589
10590 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10591
10592 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10593
10594 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * emacs-lisp/easy-mmode.el (define-minor-mode)
10597 (easy-mmode-define-navigation): Fix typos in docstrings.
10598
10599 2007-05-22 Glenn Morris <rgm@gnu.org>
10600
10601 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10602
10603 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10604
10605 * mail/mail-extr.el (mail-extract-address-components):
10606 Recognize non-ASCII characters except for NBSP as words.
10607
10608 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10609
10610 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10611 (rcirc-print): Handle `window-width'.
10612 (rcirc-buffer-maximum-lines): Doc fix.
10613
10614 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10615
10616 * image-mode.el (image-toggle-display): Don't clear image cache.
10617 Only use filename in image spec if the file is readable.
10618 Call image-refresh.
10619
10620 * image.el (image-type-from-file-name, image-type): Simplify.
10621 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10622
10623 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10624 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10625
10626 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10627
10628 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10629 is an error.
10630
10631 * term/linux.el (terminal-init-linux): Don't signal an error
10632 if gpm isn't running.
10633
10634 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10635
10636 * t-mouse.el: Reduce to a minor-mode macro call.
10637 (t-mouse-mode): Remove the lighter.
10638
10639 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10640
10641 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10642
10643 * files.el (auto-mode-alist): Change the regexp so that
10644 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10645
10646 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10647
10648 * Version 22.1 released.
10649
10650 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10651
10652 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10653 changes.
10654
10655 2007-05-19 Kevin Ryde <user42@zip.com.au>
10656
10657 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10658
10659 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10660
10661 * textmodes/sgml-mode.el: Revert last change.
10662
10663 2007-05-18 Richard Stallman <rms@gnu.org>
10664
10665 * simple.el (push-mark): Doc fix.
10666
10667 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10668
10669 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10670 tpu-global-map.
10671 (tpu-original-global-map): Variable deleted.
10672 (tpu-control-keys-map): New keymap variable.
10673 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10674 setting keymapping directly.
10675 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10676 tpu-global-map.
10677 (tpu-edt-on): Activate the tpu-global-map.
10678 (tpu-edt-off): Deactivate the tpu-global-map.
10679
10680 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10681
10682 * textmodes/ispell.el (ispell-get-word): Return markers
10683 for start and end positions.
10684 (ispell-word): Assume END is a marker.
10685
10686 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10687
10688 * textmodes/sgml-mode.el (sgml-tag):
10689 Fix bug: Call sgml-transformation-function.
10690
10691 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10692
10693 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10694 modified flag of buffer. Use `inhibit-modification-hooks'.
10695
10696 2007-05-16 Richard Stallman <rms@gnu.org>
10697
10698 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10699
10700 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10703 Move the *ml, Postscript, and XmCD entries to the fallback part.
10704
10705 * files.el (magic-fallback-mode-alist):
10706 Rename from file-start-mode-alist.
10707
10708 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10709
10710 * progmodes/compile.el (compilation-handle-exit): Quote first
10711 argument of `run-hook-with-args'.
10712
10713 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10714
10715 * buff-menu.el (Buffer-menu-sort-column):
10716 * dabbrev.el (dabbrev-upcase-means-case-search):
10717 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10718 * info.el (Info-current-subfile):
10719 * ls-lisp.el (ls-lisp-verbosity):
10720 * msb.el (msb-menu-cond):
10721 * pcvs.el (cvs-dired-use-hook):
10722 * simple.el (set-mark-command-repeat-pop):
10723 * time.el (display-time-24hr-format, display-time-mail-file):
10724 Doc fixes.
10725
10726 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10727 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10728
10729 * view.el (view-inhibit-help-message): Fix typo in docstring.
10730 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10731
10732 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10733
10734 * textmodes/ispell.el (ispell-start-process): Defend against bad
10735 default-directory.
10736
10737 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10738
10739 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10740 content-transfer-encoding _last_, because it's its position that
10741 we need as value of base64-header-field-end.
10742
10743 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10744
10745 * files.el (mode-require-final-newline, require-final-newline)
10746 (enable-local-variables, enable-local-eval): Doc fixes.
10747
10748 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10749
10750 * longlines.el (longlines-mode): Make longlines-auto-wrap
10751 buffer-local. Add hooks unconditionally.
10752 (longlines-auto-wrap): Toggle wrapping.
10753 (longlines-after-change-function)
10754 (longlines-post-command-function): Check longlines-auto-wrap.
10755
10756 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10757
10758 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10759 (xterm-mouse-translate): Use it.
10760
10761 2007-05-10 Richard Stallman <rms@gnu.org>
10762
10763 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10764 (iso-cvt-write-only): Likewise.
10765
10766 * emacs-lisp/easy-mmode.el (define-minor-mode):
10767 Fix generated doc string.
10768
10769 * startup.el (fancy-splash-text): Add URL of guided tour.
10770 Adjust horizontal and vertical whitespace.
10771
10772 * progmodes/compile.el (compilation-handle-exit):
10773 Use run-hook-with-args to run compilation-finish-functions.
10774
10775 * files.el (file-start-mode-alist): New variable.
10776 (magic-mode-regexp-match-limit): Doc fix.
10777 (set-auto-mode): Handle file-start-mode-alist.
10778 A little cleanup of structure.
10779
10780 * dabbrev.el (dabbrev-eliminate-newlines):
10781 Renamed from dabbrev--eliminate-newlines. All uses changed.
10782
10783 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10784
10785 * man.el (Man-next-section): Don't consider the last line of the page
10786 as being part of any section.
10787
10788 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10789
10790 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10791 can take any number of values.
10792
10793 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10796 to the list of citation commands.
10797
10798 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10801
10802 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10803
10804 * progmodes/python.el (python-font-lock-keywords)
10805 (python-open-block-statement-p, python-mode): Add support for the new
10806 "with" keyword.
10807
10808 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10811 the exact opposite of diff-goto-source.
10812
10813 * emacs-lisp/advice.el (ad-special-forms): Remove.
10814 (ad-special-form-p): Use subr-arity.
10815
10816 * newcomment.el (comment-search-forward): Make sure we search forward.
10817 (comment-enter-backward): Try and distinguish the non-matching case at
10818 EOB from the non-matching case with a missing comment-end-skip for
10819 a 2-char comment ender.
10820 (comment-choose-indent): New function extracted from comment-indent.
10821 Improve the alignment algorithm.
10822 (comment-indent): Use it.
10823
10824 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10825 XML style Processing Instructions.
10826 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10827 (sgml-calculate-indent): Handle `pi' context.
10828
10829 * vc.el: Ensure that update-changelog issues an error when used with
10830 a backend that does not implement it.
10831 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10832 Remove `backend' argument. Use expand-file-name.
10833 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10834
10835 * progmodes/python.el (python-end-of-block): Revert last change.
10836 (python-end-of-statement): Make sure we move *forward*.
10837
10838 2007-05-08 Richard Stallman <rms@gnu.org>
10839
10840 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10841 Don't include non-self-insert commands in the exception for `-'.
10842
10843 2007-05-08 David Reitter <david.reitter@gmail.com>
10844
10845 * progmodes/python.el (python-guess-indent): Check non-nullness
10846 before comparing indent against the 2..8 interval.
10847
10848 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10849
10850 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10851 available.
10852
10853 2007-05-06 Richard Stallman <rms@gnu.org>
10854
10855 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10856
10857 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10860 rather than storing their value in the revert-buffer function.
10861
10862 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10863
10864 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10865 when disabling t-mouse-mode.
10866
10867 2007-05-01 Davis Herring <herring@lanl.gov>
10868
10869 * calendar/timeclock.el: Update version number.
10870 (timeclock-modeline-display): Mention timeclock-use-display-time
10871 in explanatory message.
10872 (timeclock-in): Fix non-interactive workday specifications.
10873 (timeclock-log): Don't kill the log buffer if it already existed.
10874 Suppress warnings when finding the log. Don't check for a nil
10875 project twice. Run hooks after killing the buffer (if applicable).
10876 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10877 was geometric). All uses changed.
10878 (timeclock-generate-report): Support prefix argument.
10879
10880 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10881
10882 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10883 disconnections.
10884
10885 2007-05-01 Romain Francoise <romain@orebokech.com>
10886
10887 * dired-x.el: Revert 2007-04-06 change.
10888
10889 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10890
10891 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10892
10893 2007-04-29 Richard Stallman <rms@gnu.org>
10894
10895 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10896
10897 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10900 than 1.
10901
10902 2007-04-28 Richard Stallman <rms@gnu.org>
10903
10904 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10905
10906 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10907
10908 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10909 don't put stop on toolbar.
10910
10911 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10914
10915 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10916
10917 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10918 instead of $(lisp)/mh-e.
10919
10920 2007-04-28 Glenn Morris <rgm@gnu.org>
10921
10922 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10923 (image-dired-cmd-create-temp-image-options): Replace option
10924 +profile "*" with -strip.
10925
10926 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10927
10928 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10929 Use window-start and window-end.
10930
10931 2007-04-27 Andreas Schwab <schwab@suse.de>
10932
10933 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10934
10935 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10936
10937 * textmodes/fill.el (fill-paragraph): Doc fix.
10938
10939 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10940
10941 * locate.el (locate-in-alternate-database): Doc fix.
10942
10943 2007-04-26 Glenn Morris <rgm@gnu.org>
10944
10945 * button.el (button): Use underline if supported, else fall back
10946 to color.
10947
10948 * version.el (emacs-version): Increase to 22.1.50.
10949
10950 2007-04-25 Richard Stallman <rms@gnu.org>
10951
10952 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10953
10954 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10955
10956 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10957 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10958 pushing mark.
10959 (idlwave-current-routine): Don't push mark.
10960
10961 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10962
10963 * image-dired.el (image-dired-display-image): Derive image-type from
10964 filename rather than assuming jpeg, in case no resizing was needed.
10965
10966 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10967
10968 * custom.el (defface): Doc fix.
10969
10970 See ChangeLog.12 for earlier changes.
10971
10972 ;; Local Variables:
10973 ;; coding: iso-2022-7bit
10974 ;; add-log-time-zone-rule: t
10975 ;; End:
10976
10977 Copyright (C) 2007 Free Software Foundation, Inc.
10978
10979 This file is part of GNU Emacs.
10980
10981 GNU Emacs is free software; you can redistribute it and/or modify
10982 it under the terms of the GNU General Public License as published by
10983 the Free Software Foundation; either version 3, or (at your option)
10984 any later version.
10985
10986 GNU Emacs is distributed in the hope that it will be useful,
10987 but WITHOUT ANY WARRANTY; without even the implied warranty of
10988 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10989 GNU General Public License for more details.
10990
10991 You should have received a copy of the GNU General Public License
10992 along with GNU Emacs; see the file COPYING. If not, write to the
10993 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10994 Boston, MA 02110-1301, USA.
10995
10996 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af