1424867caffb607c94744118e4ff9c7bbc1b57e7
[bpt/emacs.git] / lisp / ChangeLog
1 2007-12-07 Glenn Morris <rgm@gnu.org>
2
3 * allout.el (allout-write-file-hook-handler):
4 * textmodes/reftex.el (reftex-TeX-master-file):
5 * textmodes/reftex-parse.el (reftex-short-context):
6 Revert previous change.
7
8 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/dbus.el (dbus-hash-table=): Fix for new hash table key
11 structure.
12 (dbus-list-hash-table, dbus-name-owner-changed-handler): New
13 defuns.
14 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
15 (dbus-event-service-name, dbus-event-path-name)
16 (dbus-event-interface-name, dbus-event-member-name): Fix for new
17 event structure.
18 (dbus-list-activatable-names, dbus-list-names)
19 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
20 Reorder `dbus-call-method' arguments.
21
22 2007-12-06 D. Goel <deego3@gmail.com>
23
24 * allout.el (allout-write-file-hook-handler):
25 * textmodes/reftex.el (reftex-TeX-master-file):
26 * textmodes/org.el (org-paste-subtree):
27 * progmodes/vhdl-mode.el (vhdl-template-modify):
28 * progmodes/idlw-shell.el (idlwave-shell-send-command)
29 (idlwave-shell-display-line):
30 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
31 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
32 * net/trampver.el (x):
33 * mail/uce.el (uce-reply-to-uce):
34 * mail/rmailout.el (rmail-output):
35 * mail/feedmail.el (feedmail-dump-message-to-queue):
36 * whitespace.el (whitespace-write-file-hook):
37 * wdired.el (wdired-check-kill-buffer):
38 * vc.el (vc-update):
39 * vc-mcvs.el (vc-mcvs-checkin):
40 * vc-cvs.el (vc-cvs-checkin):
41 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
42 * ibuffer.el (ibuffer-current-buffer):
43 * dired.el (dired-move-to-end-of-filename):
44 * bindings.el (complete-symbol):
45 * textmodes/org-publish.el (org-publish-file):
46 (org-publish-current-project):
47 * textmodes/reftex-parse.el (reftex-short-context):
48 * textmodes/texinfmt.el: Fix buggy calls to `error'.
49
50 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * doc-view.el (doc-view-dvi->pdf-sentinel)
53 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
54 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
55 within a sentinel or timer.
56 (doc-view-display): Don't try to display before the requested page
57 is available, unless told to do so explicitly.
58 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
59 Force display even if the requested page is not available.
60
61 2007-12-06 Richard Stallman <rms@gnu.org>
62
63 * help-fns.el (describe-function-1): Call ad-get-advice-info
64 only on symbols.
65
66 2007-12-06 Glenn Morris <rgm@gnu.org>
67
68 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
69 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
70 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
71 faces in non-light-background case.
72
73 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
74 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
75 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
76 * emulation/vi.el, emulation/viper-cmd.el:
77 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
78 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
79 * textmodes/fill.el: Remove directory part from filenames in
80 function declarations.
81
82 * dired-aux.el (mailcap-mime-info): Update declaration.
83
84 2007-12-05 Richard Stallman <rms@gnu.org>
85
86 * wid-edit.el (widget-type): Doc fix.
87
88 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
91 Don't match "sub { (...) ... }".
92
93 2007-12-05 Richard Stallman <rms@gnu.org>
94
95 * international/mule-cmds.el (toggle-input-method-active): New var.
96 (toggle-input-method): Bind toggle-input-method-active to t.
97 Error if it was already non-nil.
98
99 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
100
101 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
102
103 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
104
105 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
106 see if certs should be verified and what is to be done in the
107 event of a verification failure.
108
109 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
110
111 * net/tls.el (tls-program): Provide more custom choices from
112 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
113 (tls-process-connection-type, tls-success): Remove "*" in doc string.
114 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
115 version. Minor improvement to doc strings.
116 (tls-program): Add comment.
117
118 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
119
120 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
121 (tls-checktrust): New variable. Check if GNU TLS complained about a
122 mismatch between the hostname provided in the certificate and the name
123 of the host connnecting to.
124 (open-tls-stream): Use them. Check certificates against trusted root
125 certificates.
126
127 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
128
129 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
130 (imap-parse-status): Upcase status-att for broken servers that sends
131 them lower-case (e.g., MS Exchange 2007).
132
133 2007-12-05 D. Goel <deego3@gmail.com>
134
135 * simple.el (undo):
136 * image-dired.el (image-dired-display-thumb-properties):
137 (image-dired-modify-mark-on-thumb-original-file):
138 (image-dired-dired-display-properties):
139 * help.el (help-window-display-message):
140 * files.el (hack-local-variables-confirm):
141 * ediff.el (ediff-version):
142 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
143 `message' and `error': Ensure that first arg is a format string.
144
145 * emacs-lisp/find-func.el (find-library-name): Prefer files with
146 ".el" suffix over "".
147
148 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
149
150 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
151 interface and member fields.
152
153 2007-12-05 Glenn Morris <rgm@gnu.org>
154
155 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
156 (pcomplete-here): Autoload it.
157
158 * eshell/em-basic.el (print-func): No need to define for compiler.
159
160 * eshell/esh-cmd.el (eshell-debug-command):
161 * eshell/esh-io.el (eshell-print): Move definitions before use.
162
163 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
164
165 * eshell/esh-util.el (top-level): Don't require pp. Use
166 condition-case rather than ignore-errors.
167
168 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
169
170 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
171 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
172 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
173 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
174 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
175 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
176 * eshell/esh-util.el, eshell/eshell.el: Require individual files
177 if needed when compiling, rather than esh-maint. Collect any
178 require statements. Move provide statement to end. Move any
179 commentary to start.
180
181 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
182 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
183 * eshell/esh-proc.el, eshell/esh-var.el:
184 Require individual files if needed when compiling, rather than
185 esh-maint. Collect any require statements. Leave provide at start.
186 Move any commentary to start.
187
188 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Remove
189 declared function from byte-compile-noruntime-functions.
190
191 * ediff-util.el (ediff-version):
192 * progmodes/python.el (compilation-shell-minor-mode):
193 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
194 (calendar-bahai-date-string, calendar-check-holidays)
195 (calendar-chinese-date-string, calendar-coptic-date-string)
196 (calendar-ethiopic-date-string, calendar-forward-day)
197 (calendar-french-date-string, calendar-goto-date)
198 (calendar-goto-today, calendar-hebrew-date-string)
199 (calendar-islamic-date-string, calendar-iso-date-string)
200 (calendar-julian-date-string, calendar-mayan-date-string)
201 (calendar-persian-date-string, gnus-summary-last-subject)
202 (parse-time-string, rmail-show-message): Declare as functions.
203
204 2007-12-05 Michael Olson <mwolson@gnu.org>
205
206 * textmodes/remember.el: Merge contents of remember-diary.el here,
207 updating header. Add autoload cookie so that byte-compilation
208 works without warning.
209 (remember-diary-file): Default to nil, since diary might not yet
210 be loaded at this point, which would deny us access to diary-file.
211 (remember-diary-extract-entries): If remember-diary-file is nil,
212 then use diary-file instead.
213
214 * textmodes/remember-diary.el: Remove, due to the issue of needing
215 the first 8 characters of a filename to be unique.
216
217 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
218
219 * net/dbus.el (dbus-hash-table=): New defun.
220 (dbus-hash-table-test) New hash table test function, used in
221 `dbus-registered-functions-table'.
222 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
223 (dbus-event-service-name, dbus-event-path-name)
224 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
225 due to new structure of `dbus-event'.
226
227 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
228
229 * ido.el (ido-save-history): Set the `coding' local
230 variable in the first line of the file.
231
232 2007-12-04 Glenn Morris <rgm@gnu.org>
233
234 * password-cache.el: Move here from gnus/password.el.
235 (top-level): Don't require cl when compiling.
236 (password-read-and-add): Doc fix. Make obsolete.
237
238 * net/tramp.el: Require password-cache or password.
239
240 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
241 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
242 compiling.
243 (cua-set-rectangle-mark): Add doc string to autoload.
244 (cua--rectangle, cua--last-killed-rectangle)
245 (cua--global-mark-active): Always define for compiler.
246 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
247 (cua--delete-rectangle, cua--insert-rectangle)
248 (cua--rectangle-corner, cua--rectangle-assert)
249 (cua--insert-at-global-mark, cua--global-mark-post-command):
250 Declare as functions.
251
252 * emulation/cua-gmrk.el (top-level): Move provide to end.
253
254 * emulation/cua-rect.el (top-level): Move provide to end.
255 Don't require cua-gmrk when compiling.
256 (cua--cut-rectangle-to-global-mark)
257 (cua--copy-rectangle-to-global-mark): Declare as functions.
258
259 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
260 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
261 (viper-vi-state-cursor-color):
262 Consolidate make-variable-frame-local calls.
263
264 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
265 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
266 than bbdb-address-street1,2,3.
267
268 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
269 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
270
271 2007-12-03 Karl Fogel <kfogel@red-bean.com>
272
273 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
274 (save-place-alist-to-file, load-save-place-alist-from-file):
275 Don't print non-error messages at all, there's really no need.
276 Do print if there's a problem, and clarify message in that case.
277
278 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
279
280 * ediff-diff.el (ediff-prepare-error-list):
281 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
282
283 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
284
285 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
286 (doc-view-current-overlay, doc-view-pending-cache-flush):
287 Add doc string.
288
289 2007-12-03 Richard Stallman <rms@gnu.org>
290
291 * subr.el (declare-function): Moved from byte-run.el.
292
293 * emacs-lisp/byte-run.el (declare-function): Moved to subr.el
294
295 * window.el (recenter-top-bottom): Don't use `ecase'.
296
297 2007-12-02 Karl Fogel <kfogel@red-bean.com>
298
299 * saveplace.el (save-place-alist-to-file): Set
300 coding-system-for-write once and refer to it throughout.
301 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
302
303 2007-12-02 Karl Fogel <kfogel@red-bean.com>
304
305 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
306 system when writing, and set it in the first-line file variables.
307 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
308 Juanma Barranquero.
309
310 2007-12-02 Glenn Morris <rgm@gnu.org>
311
312 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
313 Reverse branches of if statement.
314
315 * emulation/viper-cmd.el (top-level): Don't require advice.
316 Don't load viper-util, viper-keym, viper-mous, viper-macs,
317 viper-ex when compiling.
318
319 * emulation/viper-ex.el (top-level): Don't load viper-util,
320 viper-keym when compiling.
321
322 * emulation/viper-init.el (top-level): Move provide statement to end.
323
324 * emulation/viper-keym.el (top-level): Don't load viper-util when
325 compiling. Move provide statement to end.
326
327 * emulation/viper-macs.el (top-level): Don't load viper-util,
328 viper-keym, viper-mous when compiling.
329
330 * emulation/viper-mous.el (top-level): Don't load viper-util when
331 compiling.
332
333 * emulation/viper-util.el (top-level): Don't load viper-init when
334 compiling.
335
336 * emulation/viper.el (top-level): Don't require ring.
337 Don't load viper-init, viper-cmd when compiling.
338
339 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
340 Move here from gnus/.
341
342 2007-12-02 Karl Fogel <kfogel@red-bean.com>
343
344 Offer option for saveplace to be quiet about loading and saving.
345 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
346
347 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
348 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
349 to determine whether to print loading/saving messages.
350
351 2007-12-02 Glenn Morris <rgm@gnu.org>
352
353 * mail/binhex.el: Move here from gnus/.
354 (binhex): New custom group.
355 (binhex-decoder-program, binhex-decoder-switches)
356 (binhex-use-external): Move to the binhex custom group.
357
358 * mail/uudecode.el: Move here from gnus/.
359 (uudecode): New custom group.
360 (uudecode-decoder-program, uudecode-decoder-switches)
361 (uudecode-use-external): Move to the uudecode custom group.
362
363 * net/netrc.el (top-level): Don't load `encrypt' features.
364 (netrc-parse): Don't use encrypt.
365 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
366
367 * progmodes/python.el (top-level): Don't require cl when compiling.
368
369 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
370
371 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
372 encoding for aspell process and for communication with it.
373 Only add "-d" option if not already present.
374 Use ispell-current-dictionary and ispell-current-personal-dictionary.
375 General reorganization.
376
377 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
378 encoding here.
379 (ispell-start-process): Explicitly set encoding here if using aspell.
380
381 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
384 function to log-edit.
385
386 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
387
388 * net/dbus.el: New file.
389
390 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
391
392 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
393 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
394 (calc-lang-parens-are-subscripts): New variables.
395 (math-expr-special-function-mapping): Remove variable.
396 (math-eqn-ignore-words, math-tex-ignore-words)
397 (math-latex-ignore-words): Move to calc-lang.el.
398
399 * calc/calc-lang.el (math-compose-vector, math-compose-var)
400 (math-tex-expr-is-flat): Declare as functions.
401 (calc-lang-slash-idiv, calc-lang-allow-underscores)
402 (math-comp-left-bracket, math-comp-right-bracket)
403 (math-comp-comma, math-comp-vector-prec): Declare as variables.
404 (math-var-formatter, math-matrix-formatter)
405 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
406 (math-punc-table, math-compose-subscr,math-dots)
407 (math-func-formatter): New property names to store language
408 specific information.
409 (math-compose-tex-var, math-compose-tex-intv)
410 (math-compose-maple-intv, math-compose-eqn-intv)
411 (math-compose-tex-sum, math-compose-tex-func)
412 (math-compose-tex-intv): New functions.
413 (math-eqn-ignore-words,math-tex-ignore-words)
414 (math-latex-ignore-words): Move from calc.el.
415 (math-special-function-table): Add entries for tex.
416 (calc-lang-slash-idiv, calc-lang-allows-underscores):
417 New variables.
418 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
419 (math-compose-tex-matrix, math-compose-eqn-matrix)
420 (math-eqn-special-functions): Move from calccomp.el.
421
422 * calc/calccomp.el (math-compose-var): New function.
423 (math-compose-expr): Allow more special functions to be used.
424 Change test for formatting fractions. Use variables and property
425 names to help with language specific formatting.
426 (math-compose-tex-matrix, math-compose-eqn-matrix)
427 (math-eqn-special-functions): Move to calc-lang.el.
428 (math-compose-rows): Use property names to help with language
429 specific formatting.
430
431 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
432 into nested subscripts.
433 (math-read-token): Use variables and property names to help with
434 language specific parsing.
435 (math-read-expression-level): Use variables to help with language
436 specific parsing.
437
438 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
441 (archive-rar-summarize): Allow the file name to be passed as argument.
442 Remove unused vars `header' and `footer'.
443 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
444
445 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
446
447 * log-edit.el (log-edit-show-diff): New function.
448 (log-edit-mode-map, log-edit-menu): Bind it.
449 (log-edit-diff-function): New variable.
450 (log-edit): Change the 3rd param to be an alist and accept a
451 function that computes a diff for the files involved.
452
453 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
454
455 2007-12-01 Martin Rudalics <rudalics@gmx.at>
456
457 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
458 wrap next-/previous-line in with-no-warnings.
459
460 2007-12-01 Glenn Morris <rgm@gnu.org>
461
462 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
463
464 * net/dig.el: Move here from gnus/.
465 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
466
467 * net/dns.el: Move here from gnus/.
468 (top-level): Don't require mm-util, or cl when compiling.
469 (dns-write-name, dns-read, dns-read-type, query-dns):
470 Replace mm-with-unibyte-buffer with its expansion.
471 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
472
473 * progmodes/gdb-ui.el (gud-remove, gud-break):
474 * progmodes/gud.el (gdb-create-define-alist)
475 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
476 (hl-line-highlight, gdb-display-source-buffer)
477 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
478 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
479
480 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
481
482 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
483 Move args on defun line.
484
485 * textmodes/org.el (org-calendar-holiday):
486 Use calendar-check-holidays instead of the obsolete
487 check-calendar-holidays.
488 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
489 (bbdb-company, bbdb-current-record, bbdb-name)
490 (bbdb-record-getprop, bbdb-record-name)
491 (bibtex-beginning-of-entry, bibtex-generate-autokey)
492 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
493 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
494 (mh-find-path, mh-get-header-field, mh-get-msg-num)
495 (mh-header-display, mh-index-previous-folder)
496 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
497 (mh-show-buffer-message-number, mh-show-header-display)
498 (mh-show-msg, mh-show-show, mh-visit-folder)
499 (org-export-latex-cleaned-string, remember)
500 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
501 (rmail-what-message, elmo-folder-exists-p)
502 (elmo-message-entity-field, elmo-message-field)
503 (vm-beginning-of-message, vm-follow-summary-cursor)
504 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
505 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
506 (vm-summarize, wl-folder-get-elmo-folder)
507 (wl-summary-goto-folder-subr)
508 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
509 (wl-summary-line-subject, wl-summary-message-number)
510 (wl-summary-redisplay): Declare as functions.
511
512 2007-11-30 Martin Rudalics <rudalics@gmx.at>
513
514 * longlines.el (longlines-show-hard-newlines): Remove handling of
515 buffer-undo-list and buffer-modified status.
516 (longlines-show-region, longlines-unshow-hard-newlines):
517 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
518 inhibit-modification-hooks here to avoid that a buffer appears
519 modified when toggling visibility of hard newlines.
520
521 2007-11-30 Glenn Morris <rgm@gnu.org>
522
523 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
524
525 * progmodes/idlw-complete-structtag.el
526 (idlwave-sintern-structtag):
527 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
528 (idlwave-sintern-sysvartag):
529 * progmodes/idlwave.el (idlwave-sintern-class-tag)
530 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
531 functions.
532
533 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
534
535 * textmodes/reftex-index.el (texmathp):
536 * textmodes/reftex-auc.el (TeX-argument-insert)
537 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
538 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
539 (LaTeX-label-list):
540 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
541 (rng-clear-conditional-region, rng-do-some-validation): Declare as
542 functions.
543 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
544
545 2007-11-30 Glenn Morris <rgm@gnu.org>
546
547 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
548 argument and document it.
549
550 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
551 Third argument to declare-function must be a list to specify arglist.
552
553 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
554 Handle declare-function third argument `t' and fourth argument.
555 (check-declare-verify): Doc fix. Handle `fileonly' case.
556 Use progn rather than prog1.
557
558 * desktop.el (uniquify-item-base):
559 * term/mac-win.el (url-type): Declare as functions.
560
561 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
562 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
563 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
564 fourth arg to declare-function.
565
566 * play/dunnet.el: Don't require cl when compiling.
567 (byte-compile-warnings): Set via file local variables.
568 (dun-parse): Let-bind `beg' and `line'.
569
570 2007-11-29 Alexandre Julliard <julliard@winehq.org>
571
572 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
573
574 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
575
576 * calendar/time-date.el (encode-time-value): Doc fix.
577
578 2007-11-29 Glenn Morris <rgm@gnu.org>
579
580 * calendar/time-date.el (with-decoded-time-value): Doc fix.
581
582 * textmodes/css-mode.el (prog-mode): Remove.
583 (css-mode): Derive from fundamental-mode rather than prog-mode.
584
585 * emacs-lisp/byte-run.el (declare-function): Doc fix.
586
587 * emacs-lisp/check-declare.el (check-declare-locate)
588 (check-declare-verify): Handle `external' files.
589 (check-declare-errmsg): New function.
590 (check-declare-verify, check-declare-file, check-declare-directory):
591 Use check-declare-errmsg to report the number of problems.
592
593 * ffap.el (w3-view-this-url)
594 * mail/mspools.el (vm-visit-folder)
595 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
596 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
597 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
598 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
599 (bbdb-records)
600 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
601 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
602 (sasl-make-client, sasl-next-step, sasl-step-data)
603 (sasl-step-set-data)
604 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
605 (htmlr-step): Declare as functions.
606
607 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
608 Use bbdb-address-zip rather than bbdb-address-zip-string.
609
610 2007-11-28 Richard Stallman <rms@gnu.org>
611
612 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
613 Move here from gnus/.
614
615 2007-11-28 Martin Rudalics <rudalics@gmx.at>
616
617 * newcomment.el (comment-region-internal): Fix newline insertion
618 in `block' case.
619
620 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
623
624 2007-11-28 Glenn Morris <rgm@gnu.org>
625
626 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
627 delete .elc files.
628
629 * nxml/char-name/unicode: Move to etc/nxml/.
630 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
631
632 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
633 Declare as a function.
634
635 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
636 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
637 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
638
639 * nxml/nxml-outln.el (nxml-token-start-tag-p)
640 (nxml-token-end-tag-p): Move definitions before use.
641
642 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
643
644 * nxml/nxml-uchnm.el (top-level)
645 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
646 (nxml-enabled-unicode-blocks): Add custom group.
647
648 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
649 Use string-to-number rather than string-to-int.
650
651 * dired-x.el (dired-omit-old-add-entry): Declare as function.
652 Move definition before use.
653 (dired-old-find-buffer-nocreate): Declare as function.
654
655 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
656 (check-declare-verify): Handle fset.
657
658 * emulation/edt.el (edt-user-emulation-setup):
659 Test edt-setup-user-bindings is bound before calling.
660
661 * emulation/tpu-edt.el: Don't require cl when compiling.
662 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
663 (tpu-edt-off): Use condition-case rather than ignore-errors.
664 Use with-no-warnings.
665
666 * eshell/esh-util.el (top-level): Use require rather than load for
667 ange-ftp.
668
669 * mail/supercite.el (sc-version): Redefine as an alias for
670 emacs-version.
671 (sc-help-address): Remove.
672 (sc-version): Use emacs-version rather than sc-version.
673 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
674
675 * net/socks.el (socks-original-open-network-stream): Declare as
676 function. Move definition before use.
677
678 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
679
680 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
681 (math-make-frac): Declare as functions.
682
683 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
684
685 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
686 Pacify byte compiler.
687 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
688
689 * progmodes/idlwave.el (idlwave-shell-get-path-info)
690 (idlwave-shell-temp-file, idlwave-shell-is-running)
691 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
692 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
693 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
694 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
695 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
696 (idlwave-completing-read, idlwave-current-routine)
697 (idlwave-downcase-safe, idlwave-entry-find-keyword)
698 (idlwave-expand-keyword, idlwave-find-class-definition)
699 (idlwave-find-inherited-class, idlwave-find-struct-tag)
700 (idlwave-get-buffer-visiting, idlwave-in-quote)
701 (idlwave-make-full-name, idlwave-members-only)
702 (idlwave-popup-select, idlwave-routine-source-file)
703 (idlwave-routines, idlwave-sintern-class)
704 (idlwave-sintern-keyword, idlwave-sintern-method)
705 (idlwave-sintern-routine-or-method)
706 (idlwave-substitute-link-target, idlwave-sys-dir)
707 (idlwave-this-word, idlwave-what-module-find-class)
708 (idlwave-where):
709 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
710 * mail/uce.el (rmail-msg-is-pruned)
711 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
712 (rmail-toggle-header):
713 * mail/sendmail.el (dired-view-file, dired-get-filename):
714 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
715 (rmail-display-labels, rmail-msgbeg)
716 (rmail-set-message-deleted-p, rmail-message-labels-p)
717 (rmail-show-message, mail-comma-list-regexp)
718 (mail-parse-comma-list):
719 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
720 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
721 (rfc822-addresses, mail-abbrev-make-syntax-table)
722 (mail-sendmail-delimit-header, mail-header-end):
723 * mail/hashcash.el (message-narrow-to-headers-or-head)
724 (message-fetch-field, message-goto-eoh)
725 (message-narrow-to-headers):
726 * vc.el (view-mode-exit): Declare as functions.
727
728 * mail/vms-pmail.el:
729 * vmsproc.el:
730 * vms-patch.el: Don't byte compile these files, they don't work.
731
732 2007-11-27 Glenn Morris <rgm@gnu.org>
733
734 * calc/calc-ext.el (math-read-big-rec):
735 * calc/calc-nlfit.el (math-map-binop):
736 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
737
738 * eshell/eshell.el (eshell-report-bug): Add version number of
739 obsolescence.
740
741 * emulation/viper.el, emulation/viper-util.el,
742 emulation/viper-macs.el, emulation/viper-keym.el,
743 emulation/viper-ex.el, emulation/viper-cmd.el:
744 Load viper-*.el files silently.
745
746 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
747 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
748 Load ediff-*.el files silently.
749
750 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
751 compiling.
752 (Info-goto-node): Declare as a function.
753
754 * ediff-init.el: Don't load ange-ftp when compiling.
755 * ediff-util.el: Don't load reporter when compiling.
756
757 * ediff-wind.el (ediff-display-pixel-width)
758 (ediff-display-pixel-height):
759 * generic-x.el (ini-generic-mode):
760 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
761 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
762 (ps-mule-initialize, ps-mule-begin-job):
763 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
764 (mark-calendar-days-named):
765 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
766 (add-to-diary-list, diary-name-pattern)
767 (mark-calendar-days-named):
768 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
769 (mark-calendar-days-named):
770 * calendar/cal-x.el (make-fancy-diary-buffer):
771 * calendar/holidays.el (calendar-absolute-from-julian):
772 * calendar/todo-mode.el (calendar-current-date):
773 * calendar/cal-menu.el (calendar-increment-month)
774 (calendar-month-name, extract-calendar-year)
775 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
776 (calendar-current-date, calendar-cursor-holidays)
777 (calendar-date-string, insert-diary-entry, calendar-set-mark)
778 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
779 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
780 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
781 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
782 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
783 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
784 (calendar-day-of-year-string, calendar-iso-date-string)
785 (calendar-julian-date-string, calendar-astro-date-string)
786 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
787 (calendar-persian-date-string, calendar-bahai-date-string)
788 (calendar-islamic-date-string, calendar-chinese-date-string)
789 (calendar-coptic-date-string, calendar-ethiopic-date-string)
790 (calendar-french-date-string, calendar-mayan-date-string)
791 (calendar-print-chinese-date, calendar-goto-date):
792 Declare as functions.
793
794 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
795 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
796
797 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
798 aliases for report-emacs-bug.
799 (gnus-summary-select-article, gnus-configure-windows): Declare as
800 functions.
801
802 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
803 compiler.
804
805 * pgg.el (pgg-clear-string): Declare as a function.
806 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
807 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
808
809 * emacs-lisp/check-declare.el (check-declare-locate):
810 Handle compressed files.
811 (check-declare-verify): Handle define-generic-mode,
812 define-global(ized)-minor-mode, define-obsolete-function-alias.
813
814 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
815
816 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
817 algebraic modes.
818
819 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
820 (math-is-true, calc-explain-why, calc-alg-edit)
821 (math-composite-inequalities, math-flatten-lands)
822 (math-multi-subst, calcFunc-vmatches, math-simplify)
823 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
824 (math-read-string, math-read-brackets, math-read-angle-brackets):
825 Declare as functions.
826
827 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
828 (calc-fit-bell-shaped-logistic-curve)
829 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
830 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
831 (math-max-list): Declare as functions.
832 (math-map-binop): New function.
833 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
834
835 * calc/calc.el (calc-set-language, calc-edit-finish)
836 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
837 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
838 (math-lessp, calc-embedded-finish-command)
839 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
840 (calc-push-list-in-macro, calc-replace-selections)
841 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
842 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
843 (calc-embedded-stack-change, calc-refresh-evaltos)
844 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
845 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
846 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
847 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
848 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
849 (math-dimension-error, calc-incomplete-error, math-float-fancy)
850 (math-neg-fancy, math-zerop, calc-add-fractions)
851 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
852 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
853 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
854 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
855 (math-compose-expr, math-comp-width, math-composition-to-string)
856 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
857 (math-adjust-fraction, math-format-binary, math-format-radix)
858 (math-group-float, math-mod, math-format-number-fancy)
859 (math-format-bignum-fancy, math-read-number-fancy)
860 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
861 (calc-do-embedded-activate, math-do-defmath)
862 (calc-load-everything): Declare as functions.
863
864 * calc/calc-ext.el (math-clip, math-round, math-simplify)
865 (math-simplify-extended, math-simplify-units, calc-set-language)
866 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
867 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
868 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
869 (math-normalize-hms, math-normalize-mod, math-make-sdev)
870 (math-make-intv, math-normalize-logical-op, math-possible-signs)
871 (math-infinite-dir, math-calcFunc-to-var)
872 (calc-embedded-evaluate-expr, math-known-nonzerop)
873 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
874 (math-format-date, math-vector-is-string, math-vector-to-string)
875 (math-format-radix-float, math-compose-expr, math-abs)
876 (math-format-bignum-binary, math-format-bignum-octal)
877 (math-format-bignum-hex, math-format-bignum-radix)
878 (math-compute-max-digits): Declare as functions.
879 (math-provably-realp): Fix typo.
880
881 * calc/calc-forms.el (calendar-current-time-zone)
882 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
883 functions.
884
885 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
886
887 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
888 Declare as functions.
889
890 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
891 (math-posp, math-compare, math-bignum, math-compare-bignum):
892 Declare as functions.
893
894 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
895 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
896 (calc-explain-why, calc-clear-command-flag)
897 (calc-roll-down-with-selections, calc-roll-up-with-selections)
898 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
899 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
900 (math-trunc-special, math-trunc-fancy, math-floor-special)
901 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
902 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
903 (math-pow-zero, math-pow-fancy): Declare as functions.
904
905 * calc/calc-mode.el (calc-embedded-save-original-modes):
906 Declare as a function.
907
908 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
909 Declare as functions.
910 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
911 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
912 Replace `mapcar*' by `math-map-binop'.
913 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
914
915 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
916 (math-read-expr-level): Declare as functions.
917
918 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
919
920 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
923 end-of-defun-function is called consistently, even for negative
924 arguments.
925 (end-of-defun-function): Default to forward-sexp.
926
927 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
928
929 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
930
931 2007-11-26 Glenn Morris <rgm@gnu.org>
932
933 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
934 than :suffix.
935
936 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
937
938 2007-11-26 Simon Josefsson <simon@josefsson.org>
939
940 * net/imap.el: Move from ../gnus.
941
942 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
943
944 * doc-view.el (doc-view-mode-p): New function.
945
946 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * mail/mspools.el (rmail-get-new-mail):
949 * mail/reporter.el (mail-position-on-field, mail-text):
950 * mail/rmail.el (mail-position-on-field, mail-text-start)
951 (rmail-update-summary):
952 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
953 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
954 * mail/rmailout.el (rmail-update-summary):
955 * mail/rmailsort.el (rmail-update-summary):
956 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
957 (dired-view-file):
958 * mail/uce.el (mail-strip-quoted-names):
959 * mail/undigest.el (rmail-update-summary):
960 * mail/unrmail.el (mail-strip-quoted-names):
961 * ediff.el (diff-latest-backup-file): Declare as functions.
962
963 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
964 (kill-to-end-of-line):
965 * obsolete/rnews.el (news-set-minor-modes):
966 Remove non working functions.
967
968 2007-11-25 Glenn Morris <rgm@gnu.org>
969
970 * eshell/esh-maint.el (top-level): Use require with NOERROR for
971 pcomplete. Don't mess with load-path.
972
973 * eshell/eshell.el (eshell-report-bug-address): Remove.
974 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
975
976 2007-11-24 Glenn Morris <rgm@gnu.org>
977
978 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
979 (appt-disp-window): Don't require electric.
980 Simplify minibuffer-avoidance code.
981 (appt-select-lowest-window): Avoid minibuffer.
982
983 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
984 (esh-mode): Require it.
985 (esh-util): Use require rather than featurep and load.
986 (eshell): No need to test if eshell-mode is bound; remove obsolete
987 reference to eshell-auto.
988 (eshell-command, eshell-command-result): Don't require esh-mode
989 now that the file does.
990 (top-level): Move provide statement to the end of the file.
991 Re-order and update commentary.
992
993 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
994
995 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
996 (vc-annotate-toggle-annotation-visibility): New command.
997 (vc-annotate-mode-map): Bind "V" to it.
998 (vc-annotate-mode-menu): Add entry for it.
999 (vc-annotate-get-time-set-line-props): New func.
1000 (vc-annotate-display-autoscale)
1001 (vc-annotate-display-difference): Use it.
1002
1003 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1004 Also, match one space at end of annotation text, after last paren.
1005
1006 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1009 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
1010 `tramp-completion-mode'.
1011
1012 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1013
1014 * vc-git.el (vc-git-show-log-entry): New func.
1015
1016 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1017 (vc-git-state): Use vc-git--call.
1018 (vc-git-registered, vc-git-working-revision)
1019 (vc-git-previous-revision, vc-git-next-revision)
1020 (vc-git--run-command-string, vc-git-symbolic-commit):
1021 Use vc-git--out-ok.
1022
1023 2007-11-24 Glenn Morris <rgm@gnu.org>
1024
1025 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1026
1027 2007-11-24 Kenichi Handa <handa@m17n.org>
1028
1029 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1030
1031 2007-11-23 David Kastrup <dak@gnu.org>
1032
1033 * server.el (server-process-filter): Use `command-line-args-left'.
1034
1035 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1038
1039 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1040
1041 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
1042 buffer if the parent buffer is in vc-dired-mode.
1043
1044 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1045
1046 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
1047
1048 2007-11-23 Juri Linkov <juri@jurta.org>
1049
1050 * dired.el (dired-read-dir-and-switches): For C-x d, set the
1051 value for M-n to the visited file name of the current buffer.
1052 Use minibuffer-with-setup-hook to set minibuffer-default to
1053 buffer-file-name inside read-file-name.
1054
1055 * man.el (Man-getpage-in-background): Don't disregard user option
1056 `Man-width' on non-window systems. Remove test for `window-system'
1057 around setting envvar "COLUMNS" depending on the value of `Man-width'.
1058
1059 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
1060 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
1061 of "--color=always".
1062
1063 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1066 beginning-of-defun-function.
1067
1068 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1069
1070 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
1071
1072 2007-11-22 Glenn Morris <rgm@gnu.org>
1073
1074 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1075
1076 * emacs-lisp/check-declare.el (check-declare-locate): New function.
1077 (check-declare-scan): Use check-declare-locate.
1078 (check-declare-verify): No longer adjust fnfile, now
1079 check-declare-locate does it.
1080
1081 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1082
1083 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * subr.el (posn-col-row): Make the `default-value' use explicit.
1086
1087 * window.el (balance-windows): Remove unused var `counter'.
1088 (bw-balance-sub): Remove unused var `lastchild'.
1089 (split-window-vertically): Remove unused var `switch'.
1090 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1091
1092 * emacs-lisp/bytecomp.el
1093 (byte-compile-file-form-custom-declare-variable): Simplify.
1094
1095 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1098 Set `show-trailing-whitespace' to nil.
1099
1100 * dired.el (make-symbolic-link):
1101 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1102 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1103 * dired-x.el (make-symbolic-link):
1104 * frame.el (x-initialize-window-system):
1105 * menu-bar.el (x-menu-bar-open):
1106 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1107 (x-store-cut-buffer-internal):
1108 * wdired.el (make-symbolic-link):
1109 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1110 (x-send-client-message):
1111 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1112
1113 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1114
1115 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1116
1117 2007-11-22 Glenn Morris <rgm@gnu.org>
1118
1119 * dos-fns.el (int86):
1120 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1121
1122 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1123
1124 * calendar/holidays.el (holiday-list): Add autoload cookie.
1125
1126 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1127 files relative to src/ directory.
1128 (check-declare-verify): Handle .c files. Warn if could not find
1129 an arglist to check.
1130
1131 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1132
1133 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
1134
1135 * replace.el (occur-mode-map): Add a major mode menu with entries
1136 for all occur operations.
1137
1138 * international/titdic-cnv.el (dos-8+3-filename):
1139 * obsolete/fast-lock.el (msdos-long-file-names):
1140 * frame.el (msdos-mouse-p):
1141 * files.el (msdos-long-file-names, w32-long-file-name):
1142 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1143 (mac-resume-apple-event, mac-font-panel-mode)
1144 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1145 (mac-clear-font-name-table):
1146 * term/pc-win.el (msdos-remember-default-colors)
1147 (w16-set-clipboard-data, w16-get-clipboard-data):
1148 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1149 (set-message-beep):
1150 * net/browse-url.el (w32-shell-execute):
1151 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1152 (w32-get-locale-info, w32-get-valid-locale-ids)
1153 (w32-set-clipboard-data):
1154 * dos-fns.el (int86, msdos-long-file-names):
1155 * dos-w32.el (default-printer-name): Declare as functions.
1156
1157 2007-11-21 Jason Rumney <jasonr@gnu.org>
1158
1159 * emacs-lisp/byte-run.el (declare-function): Return nil.
1160
1161 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1164
1165 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1166
1167 * ps-print.el (ps-lpr-switches): Docstring fix.
1168 (ps-string-list): New fun.
1169 (ps-do-despool): Code fix.
1170
1171 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1174
1175 2007-11-21 Glenn Morris <rgm@gnu.org>
1176
1177 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1178 for now. Handle define-minor-mode, and defalias (with no argument
1179 checking).
1180
1181 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1182
1183 * frame.el (msdos-mouse-p):
1184 * files.el (msdos-long-file-names, w32-long-file-name):
1185 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1186 (mac-resume-apple-event, mac-font-panel-mode)
1187 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1188 (mac-clear-font-name-table):
1189 * term/pc-win.el (msdos-remember-default-colors)
1190 (w16-set-clipboard-data, w16-get-clipboard-data):
1191 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1192 (set-message-beep):
1193 * net/browse-url.el (w32-shell-execute):
1194 * dos-fns.el (int86, msdos-long-file-names):
1195 * dos-w32.el (default-printer-name): Undo previous change.
1196
1197 2007-11-21 Eli Zaretskii <eliz@gnu.org>
1198
1199 * international/mule-cmds.el (set-locale-environment):
1200 Set default-file-name-coding-system _after_ keyboard and terminal
1201 coding systems. This fixes last change.
1202
1203 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1204 one space after "Subject:".
1205
1206 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1209 in order to determine if there's a conflict.
1210
1211 2007-11-21 Richard Stallman <rms@gnu.org>
1212
1213 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1214
1215 * reposition.el (reposition-window):
1216 Binding C-M-l moved to bindings.el.
1217
1218 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1219
1220 * add-log.el (add-change-log-entry-other-window):
1221 Key binding C-x 4 a moved to bindings.el.
1222
1223 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1224 from filecache.el.
1225
1226 * filecache.el: Minibuffer map bindings moved to bindings.el.
1227
1228 2007-11-21 Jason Rumney <jasonr@gnu.org>
1229
1230 * international/mule-cmds.el (set-locale-environment):
1231 Set default-file-name-coding-system from system defaults on Windows.
1232
1233 2007-11-21 Jason Rumney <jasonr@gnu.org>
1234
1235 * term/w32console.el: New term init file for w32 console.
1236
1237 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1238 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1239 (w32-tty-standard-colors): Move to term/w32console.el.
1240
1241 * term/w32-win.el (x-setup-function-keys): Remove.
1242
1243 * term/tty-colors.el (tty-register-default-colors): Remove special
1244 case for w32.
1245
1246 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1247
1248 * frame.el (msdos-mouse-p):
1249 * generic-x.el (w32-shell-name):
1250 * files.el (msdos-long-file-names, w32-long-file-name)
1251 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1252 (dos-8+3-filename, vms-read-directory, view-mode-disable):
1253 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1254 (mac-resume-apple-event, mac-font-panel-mode)
1255 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1256 (mac-clear-font-name-table):
1257 * term/pc-win.el (msdos-remember-default-colors)
1258 (w16-set-clipboard-data, w16-get-clipboard-data):
1259 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1260 (set-message-beep):
1261 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1262 (w32-get-locale-info, w32-get-valid-locale-ids)
1263 (w32-set-clipboard-data):
1264 * help-fns.el (ad-get-advice-info):
1265 * font-lock.el (fast-lock-after-fontify-buffer)
1266 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1267 (lazy-lock-after-fontify-buffer)
1268 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1269 * net/browse-url.el (w32-shell-execute):
1270 * dos-fns.el (int86, msdos-long-file-names):
1271 * dos-w32.el (default-printer-name): Declare as functions.
1272
1273 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1276 Reported by Drew Adams <drew.adams@oracle.com>.
1277
1278 2007-11-20 Jason Rumney <jasonr@gnu.org>
1279
1280 * term/w32-win.el (x-setup-function-keys): Protect against
1281 multiple calls on the same terminal.
1282
1283 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * term/mac-win.el (x-setup-function-keys): Only setup
1286 local-function-key-map if it has not been setup already for the
1287 current frame. Move the suspend-emacs processing here.
1288
1289 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * progmodes/grep.el (xargs-program): New variable.
1292 (grep-compute-defaults): Use it.
1293 (grep-default-command): Doc fix.
1294 (grep, lgrep, rgrep): Reflow docstrings.
1295
1296 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1297
1298 * vc.el (vc-find-revision): Set the parent buffer.
1299 Use when instead of if.
1300
1301 * progmodes/python.el (info-lookup-maybe-add-help):
1302 * progmodes/ps-mode.el (doc-view-minor-mode):
1303 * mail/emacsbug.el (Info-menu, Info-goto-node):
1304 * emulation/viper-keym.el (viper-ex)
1305 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1306 * emulation/viper-cmd.el (widget-type, widget-button-press)
1307 (viper-set-hooks):
1308 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1309 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1310 (ses-load, ses-vector-delete, ses-create-header-string)
1311 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1312 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1313
1314 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1317
1318 2007-11-20 Glenn Morris <rgm@gnu.org>
1319
1320 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1321 for end of function-name. Handle define-derived-mode.
1322
1323 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1324
1325 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1326 is available by default.
1327 (idlwave-help-browse-url-available): Change default to t.
1328
1329 * emulation/edt.el (defgroup, defcustom): Remove definition.
1330 (eval-when-compile): Remove.
1331 (c-mark-function):
1332 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1333 * textmodes/fill.el (comment-search-forward)
1334 (comment-string-strip):
1335 * progmodes/prolog.el (comint-mode, comint-send-string)
1336 (comint-send-region, comint-send-eof):
1337 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1338 * emulation/viper-util.el (viper-forward-Word):
1339 * emulation/vi.el (c-mark-function):
1340 * emulation/edt-vt100.el (vt100-wide-mode):
1341 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1342
1343 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
1344
1345 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1346 Still some tuning in case of an echoing shell.
1347 (tramp-send-command): Connection property "remote-echo" is not
1348 persistent; cache key is the process therefore.
1349
1350 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1351
1352 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1353 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1354
1355 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1356
1357 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1358 * play/yow.el (doctor-ret-or-read):
1359 * vc-hooks.el (vc-dired-resynch-file):
1360 * vc-hg.el (log-view-get-marked):
1361 * smerge-mode.el (ediff-cleanup-mess):
1362 * pcvs.el (vc-editable-p, vc-checkout):
1363 * pcomplete.el (comint-bol):
1364 * informat.el (texinfo-format-refill):
1365 * ido.el (tramp-tramp-file-p):
1366 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1367 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1368 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1369 functions.
1370
1371 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1372 instead of fset.
1373 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1374
1375 * ido.el (ido-file-internal): Move with-no-warnings to include the
1376 ffap-string-at-point call.
1377
1378 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1379
1380 * vc-hg.el (vc-hg-revision-table): Fix last change.
1381
1382 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1383
1384 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1385 clipboard-yank when the buffer is read-only.
1386
1387 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1388 keymaps such that it's before the definition of Custom-mode-menu.
1389 (Custom-mode-menu): Show it for custom-field-keymap too.
1390
1391 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1392
1393 * progmodes/gdb-ui.el: Update commentary.
1394
1395 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1396
1397 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1398
1399 2007-11-19 Glenn Morris <rgm@gnu.org>
1400
1401 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1402 does not exist, try adding `.el' extension. Also search for defsubsts.
1403
1404 * cus-edit.el (recentf-expand-file-name):
1405 * dired.el (dired-relist-entry):
1406 * subr.el (w32-shell-dos-semantics):
1407 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1408 Declare as functions.
1409
1410 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1413 (prepare-abbrev-list-buffer): Use dolist.
1414 (clear-abbrev-table): Preserve properties.
1415
1416 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1417
1418 * textmodes/texinfmt.el (texinfo-format-printindex):
1419 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1420 Reported on <bug-texinfo@gnu.org>.
1421
1422 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * net/tramp.el (tramp-completion-reread-directory-timeout):
1425 New defcustom.
1426 (tramp-handle-file-name-all-completions): Flush directory contents
1427 from cache regularly.
1428 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1429 (tramp-open-connection-setup-interactive-shell):
1430 Call `tramp-cleanup-connection' via funcall.
1431
1432 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1433 created when copying.
1434
1435 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1436
1437 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1438 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1439 * eshell/esh-ext.el (eshell-external-command):
1440 * eshell/esh-cmd.el (require):
1441 * eshell/em-unix.el (eshell-plain-locate-behavior):
1442 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1443 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1444 * eshell/esh-mode.el (characterp, char-int): Remove unused
1445 conditional defaliases.
1446
1447 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1448 Rename from event-matches-key-specifier-p, define unconditionally.
1449 (event-basic-type): Remove unused defalias.
1450 (pcomplete-show-completions):
1451 Use pcomplete-event-matches-key-specifier-p.
1452
1453 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1454
1455 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1456 when saving esh-groups.el.
1457
1458 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1459
1460 * wid-edit.el (widget-default-complete):
1461 * progmodes/flymake.el (flymake-goto-file-and-line):
1462 Fix typo in (doc-)string.
1463
1464 2007-11-17 Glenn Morris <rgm@gnu.org>
1465
1466 * emacs-lisp/byte-run.el (declare-function): New macro.
1467 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1468 New function, byte-hunk-handler for declare-function.
1469 (byte-compile-callargs-warn): Handle declared functions.
1470
1471 * emacs-lisp/check-declare.el: New file.
1472 * Makefile.in (check-declare): New target.
1473
1474 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1475
1476 * subr.el (process-lines): Move here from ../admin/admin.el.
1477 * emacs-lisp/authors.el (authors-process-lines): Remove.
1478 (authors): Use process-lines rather than authors-process-lines.
1479
1480 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1481 Remove these files.
1482
1483 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * emacs-lisp/backquote.el (backquote):
1486 Improve argument/docstring consistency.
1487
1488 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1489 (ring-length, ring-empty-p): Use c[ad]dr.
1490 (ring-plus1): Use `1+'.
1491 (ring-minus1): Use `zerop'.
1492 (ring-remove): Use c[ad]dr. Use `when'.
1493 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1494 (ring-ref): Use `let', not `let*'.
1495 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1496 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1497 (ring-member): Simplify. Doc fix.
1498 (ring-convert-sequence-to-ring): Simplify.
1499
1500 2007-11-17 Juri Linkov <juri@jurta.org>
1501
1502 * dired-aux.el (dired-create-directory): Allow creating
1503 a directory of an arbitrary depth. Add a loop to find the topmost
1504 nonexistent parent dir `new', and call `dired-add-file' on it.
1505 Set the `PARENTS' arg of `make-directory' to t.
1506
1507 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1508
1509 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1510 (math-build-parse-table): Get parse information from math-parse-table.
1511
1512 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * window.el (recenter-last-op): New var.
1515 (recenter-top-bottom): New command.
1516 (global-map): Bind it to C-l.
1517
1518 * abbrev.el (abbrev--write): Fix error in transcription from C.
1519
1520 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1521 (pc-select-ensure-mark): Set mark-active to a special value instead.
1522 Rename from ensure-mark. Update call callers.
1523 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1524 Rewrite. Update all callers.
1525 (pc-selection-mode): Remove redundant var declaration.
1526
1527 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1528
1529 * doc-view.el (doc-view-search-backward, doc-view-search):
1530 Fix assignment to free variable bug.
1531
1532 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1533
1534 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1535 (ensure-mark): Set it.
1536 (maybe-deactivate-mark): New fun.
1537 Use it everywhere instead of (setq mark-active nil).
1538
1539 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1540
1541 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1542 Add check for XEmacs.
1543
1544 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1545
1546 * doc-view.el (doc-view-resolution): Add missing :group.
1547
1548 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * subr.el (make-variable-frame-local):
1551 Fix typo in obsolescence declaration.
1552
1553 2007-11-16 Werner Lemberg <wl@gnu.org>
1554
1555 * files.el (set-auto-mode-1): Check second line for -*- if file
1556 starts with '\" (which is used by man pages to identify needed
1557 troff preprocessors).
1558
1559 2007-11-16 Glenn Morris <rgm@gnu.org>
1560
1561 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1562
1563 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1564
1565 * calc/calc-lang.el (math-oper-table): Fix typo.
1566 Reduce precedence of "/" for TeX.
1567
1568 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1569
1570 2007-11-16 Juri Linkov <juri@jurta.org>
1571
1572 * dired-aux.el (dired-read-shell-command-default): New function.
1573 (dired-read-shell-command): Use its return value for DEFAULT arg.
1574
1575 * replace.el (keep-lines-read-args, occur-read-primary-args):
1576 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1577
1578 * man.el (Man-heading-regexp): Add 0-9.
1579 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1580
1581 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1584 (doc-view-resolution): New custom var.
1585 (doc-view-pdf/ps->png): Use it.
1586 (doc-view-shrink-factor): New var.
1587 (doc-view-enlarge, doc-view-shrink): New commands.
1588 (doc-view-mode-map): Use them.
1589
1590 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * ediff-wind.el (ediff-window-setup-function):
1593 * simple.el (normal-erase-is-backspace):
1594 * eshell/em-unix.el (eshell/info):
1595 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1596 Fix typos in docstrings.
1597
1598 * emulation/cua-base.el (cua--keymaps-initialized):
1599 Rename from `cua--keymaps-initalized'. Callers changed.
1600 (cua-highlight-region-shift-only): Doc fix.
1601 (cua-paste-pop): Fix typo in docstring.
1602
1603 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * emulation/cua-base.el (cua--pre-command-handler-1):
1606 Use input-decode-map instead of function-key-map.
1607 Use event-modifiers now that it works reliably.
1608
1609 * vc.el (vc-diff-internal): Pop-to-buffer later.
1610
1611 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1612
1613 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1614 did not touch them.
1615
1616 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1617
1618 * calc/calc-menu.el: New file.
1619 * calc/calc.el (calc-mode): Require calc-menu.
1620
1621 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1624
1625 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1626
1627 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1628 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1629 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1630 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1631 locations.
1632 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1633 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1634 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1635
1636 2007-11-13 Noah Friedman <friedman@splode.com>
1637
1638 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1639 bindings to remap when `calc-scan-for-dels' is non-nil.
1640
1641 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1644 constant forms.
1645 (byte-compile-nilconstp): New function.
1646 (byte-optimize-cond): Kill subsequent branches when a branch is
1647 know to be taken or not taken.
1648 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1649
1650 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1651
1652 * vc.el (vc-register): Allow registering a file passed as a
1653 parameter instead of just the current buffer.
1654
1655 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1658 Check whether the output of "uname -sr" has been changed.
1659
1660 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1661
1662 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1663 patterns from compilation-perl.el and compilation-weblint.el files.
1664
1665 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1666
1667 * progmodes/compilation-perl.el:
1668 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1669 a bootstrap failure.
1670
1671 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1672 instead of doing "cvs diff" in order to avoid accessing the repository.
1673
1674 2007-11-12 Kevin Ryde <user42@zip.com.au>
1675
1676 * progmodes/compilation-perl.el:
1677 * progmodes/compilation-weblint.el: New files.
1678
1679 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1682 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1683 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1684 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1685 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1686 Rewrite in active voice.
1687
1688 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1689
1690 * doc-view.el: Add comments about isearch support.
1691
1692 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * vc.el (vc-start-entry): Fix setting the in the case the function
1695 is called from vc-dired. Use when instead of if where appropriate.
1696
1697 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1698
1699 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1700 to be a list.
1701 (ps-begin-job): Error if ps-lpr-switches is not a list.
1702
1703 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1704
1705 * faces.el (face-normalize-spec): Remove function.
1706 (frame-set-background-mode): Undo last change.
1707
1708 2007-11-10 Jason Rumney <jasonr@gnu.org>
1709
1710 * w32-fns.el: Sync charset names with setup-default-fontset.
1711 Append "-1" where second part missing.
1712
1713 2007-11-10 Juri Linkov <juri@jurta.org>
1714
1715 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1716 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1717
1718 * custom.el (custom-note-var-changed): Remove the `interactive'
1719 spec from this new non-interactive function.
1720
1721 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1722
1723 * doc-view.el (doc-view-mode-map, doc-view-menu)
1724 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1725 (doc-view-search-backward): New function.
1726 (doc-view-search): Query new regexp if prefix arg is given, else
1727 jump to next/previous match.
1728 (doc-view-mode): Handle compressed files.
1729 (jka-compr): Required for compressed files.
1730
1731 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1732
1733 * replace.el (query-replace-show-replacement): New defcustom.
1734 (perform-replace): Use `match-substitute-replacement' if
1735 `query-replace-show-replacement' is non-nil.
1736
1737 2007-11-10 David Kastrup <dak@gnu.org>
1738
1739 * subr.el (match-substitute-replacement): New function.
1740
1741 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1742
1743 * files.el (auto-mode-alist): Select org-mode for files with the
1744 extension ".org".
1745
1746 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1747
1748 * help.el (help-window, help-window-point-marker): New variables.
1749 (help-window-select): New option.
1750 (with-help-window): New macro for displaying help windows.
1751 (help-window-display-message, help-window-setup-finish)
1752 (help-window-setup): New functions used for setting up help windows.
1753 (print-help-return-message): Reset help-window to nil.
1754 (view-lossage): Use with-help-window instead of
1755 with-output-to-temp-buffer and move help-window-point-marker after
1756 inserted text.
1757 (describe-bindings, describe-key, describe-mode): Use
1758 with-help-window instead of with-output-to-temp-buffer.
1759
1760 * help-mode.el (help-mode): Set view-exit-action to bury the
1761 buffer instead of fiddling with windows. Simplify code.
1762 (help-mode-finish): When help-window eqs t set it to the selected
1763 window and have with-help-window set up view-return-to-alist.
1764 (help-buffer): Add autoload cookie.
1765
1766 * view.el (view-remove-frame-by-deleting): Change default value to t.
1767 Add autoload cookie.
1768 (view-exit-action, view-file, view-file-other-window)
1769 (view-file-other-frame, view-buffer, view-buffer-other-window)
1770 (view-buffer-other-frame): Rewrite doc strings.
1771 (view-return-to-alist-update): New function to remove stale entries
1772 from view-return-to-alist.
1773 (view-mode-enter): Rewrite doc string and simplify code.
1774 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1775 view-exit-action to nil. Simplify code and rewrite doc string.
1776
1777 * apropos.el (apropos-describe-plist):
1778 * descr-text.el (describe-char):
1779 * disp-table.el (describe-display-table):
1780 * faces.el (list-faces-display, describe-face):
1781 * facemenu.el (list-colors-display):
1782 * help-fns.el (describe-function, describe-variable)
1783 (describe-syntax, describe-categories):
1784 Use with-help-window instead of with-output-to-temp-buffer.
1785
1786 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1787
1788 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1789 Optimize (featurep 'emacs) to t.
1790
1791 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1792 New function.
1793 (byte-compile-maybe-guarded): Use it to also look for bound
1794 symbols inside `and' forms. Comment out non-working code that was
1795 trying to avoid warnings for XEmacs code.
1796
1797 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1798
1799 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1800 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1801 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1802 (vc-cvs-annotate-command):
1803 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1804 is bound, it always is.
1805
1806 2007-11-10 Jason Rumney <jasonr@gnu.org>
1807
1808 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1809 setup here from global scope.
1810
1811 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * ido.el (ido-save-history): Save the history file in UTF-8, not
1814 the current filename coding system.
1815
1816 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * simple.el (interprogram-cut-function, interprogram-paste-function):
1819 Don't make them frame-local any more.
1820
1821 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1822 Don't set interprogram-(cut|paste)-function on each frame.
1823
1824 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1825 Make them work in tty frames.
1826 (interprogram-cut-function, interprogram-paste-function):
1827 Set them globally.
1828
1829 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1832 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1833 (iso-iso2duden-trans-tab): Add docstring.
1834
1835 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * abbrev.el (define-abbrev-table): Record the variable definition.
1838
1839 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1840 New function.
1841
1842 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1843
1844 * ps-print.el: Clean the code for checking suitable Emacs version.
1845 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1846 (ps-print-version): New version 6.8.1.
1847
1848 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1849
1850 * files.el (enable-local-variables): Doc fix.
1851
1852 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1853
1854 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1855
1856 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1857
1858 * dired-aux.el (dired-copy-file-recursive):
1859 Preserve directory permissions.
1860
1861 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1864 (whitespace-unload-function): New-style unload function. When run,
1865 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1866 to stop the old hook from messing with the unloading.
1867
1868 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1871 (elp-unset-master, elp-results): Fix typos.
1872 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1873 Doc fixes.
1874
1875 * msb.el (msb--many-menus): Remove variable.
1876 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1877 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1878 (msb--toggle-menu-type): Fix typos in docstrings.
1879
1880 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1881 (shadow-insert-var): Doc fixes.
1882 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1883 Reflow docstrings.
1884 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1885
1886 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1889 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1890 Fix typos in autoload docstrings.
1891
1892 2007-11-09 Richard Stallman <rms@gnu.org>
1893
1894 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1895
1896 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1897
1898 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1899 (gdb-var-update-handler-1): Use it.
1900
1901 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * loadhist.el (unload-feature): Remove erroneous check for the
1904 FEATURE-unload-function variable; check the existence of the
1905 function (that's what the docstring says, and it makes more sense).
1906
1907 * follow.el (follow-unload-function): Add docstring.
1908 (follow-unload-function): Remove variable.
1909
1910 * server.el (server-unload-function): Remove variable.
1911 (server-unload-function): Unbind `server-edit' from `C-x #'.
1912
1913 * ses.el (ses-unload-function): New function.
1914
1915 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1918 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1919
1920 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1921 before use to avoid a warning in packages that require uniquify.
1922 (uniquify-unload-function): New function and var.
1923
1924 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1925
1926 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1927 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1928 (ediff-current-diff-A, ediff-current-diff-B)
1929 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1930 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1931 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1932 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1933 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1934 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1935 (ediff-setup-windows-plain-merge)
1936 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1937 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1938 * ediff-util.el (ediff-setup-keymap, )
1939 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1940 (ediff-toggle-use-toolbar, ediff-really-quit)
1941 (ediff-good-frame-under-mouse)
1942 (ediff-highlight-diff-in-one-buffer)
1943 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1944 (ediff-make-bullet-proof-overlay):
1945 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1946 (ediff-set-meta-overlay):
1947 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1948 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1949 ediff-emacs-p with their former definitions.
1950
1951 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1952 (viper-has-face-support-p, viper-inactivate-input-method)
1953 (viper-activate-input-method)
1954 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1955 * emulation/viper-mous.el (viper-multiclick-timeout)
1956 (viper-surrounding-word, viper-mouse-click-insert-word)
1957 (viper-mouse-click-search-word, viper-parse-mouse-key):
1958 * emulation/viper-macs.el (viper-char-array-to-macro):
1959 * emulation/viper.el (viper-go-away, viper-set-hooks)
1960 (viper-non-hook-settings):
1961 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1962 (viper-get-saved-cursor-color-in-insert-mode)
1963 (viper-get-saved-cursor-color-in-emacs-mode)
1964 (viper-check-version, viper-get-visible-buffer-window)
1965 (viper-file-checked-in-p, viper-set-replace-overlay)
1966 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1967 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1968 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1969 with their former definitions.
1970 (viper-eventify-list-xemacs): Only do work for XEmacs.
1971 (viper-set-unread-command-events): Only do work for Emacs.
1972 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1973 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1974 (viper-overlay-get, viper-overlay-put, viper-read-event)
1975 (viper-characterp, viper-int-to-char, viper-get-face)
1976 (viper-color-defined-p, viper-iconify): New defaliases replacing
1977 the old fsets.
1978
1979 * progmodes/fortran.el (comment-region-function)
1980 (uncomment-region-function): Pacify byte compiler.
1981
1982 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1983
1984 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1987 `process-environment'.
1988
1989 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1990
1991 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1992 match dir like "a...b".
1993
1994 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1997
1998 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * net/tramp.el (tramp-handle-substitute-in-file-name):
2001 Don't expand the remote connection identification.
2002 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2003 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
2004 before calling stty.
2005
2006 * net/tramp-cache.el (tramp-cache-print)
2007 (tramp-dump-connection-properties): Fix docstring.
2008 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2009
2010 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2011
2012 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2013 remote connection identification when setting connection property.
2014
2015 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2016 "//" substitutes only in the local filename part.
2017
2018 2007-11-07 David Hansen <david.hansen@gmx.net>
2019
2020 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2021
2022 2007-11-07 Glenn Morris <rgm@gnu.org>
2023
2024 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2025 Remove superfluous concats. Move final set-buffer to
2026 non-emacs-specific code.
2027
2028 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
2029
2030 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2031
2032 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2033
2034 * eshell/esh-mode.el (eshell-output-filter):
2035 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2036 Use `with-current-buffer'.
2037
2038 2007-11-07 Andreas Schwab <schwab@suse.de>
2039
2040 * server.el (server-start): Only register cleanup after server was
2041 started.
2042
2043 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
2044
2045 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
2046
2047 * net/tramp-cache (tramp-cache-print): Move down.
2048 (tramp-cache-list-connections): New defun.
2049
2050 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2051
2052 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
2053
2054 * ido.el (ido-save-history): Write the history file in the current
2055 filename coding system, and add `coding' file-local variable.
2056
2057 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
2058
2059 * textmodes/org.el (org-table-formula-substitute-names):
2060 Remove forgotten temporary debugging code.
2061
2062 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
2063
2064 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2065 the prompt.
2066
2067 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2068
2069 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2070
2071 2007-11-05 Simon Josefsson <simon@josefsson.org>
2072
2073 * net/tls.el (tls-end-of-info): Doc fix.
2074
2075 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2076
2077 * international/utf-7.el (utf-7-imap): New coding system.
2078 (utf-7-imap-post-read-conversion): New function.
2079 (utf-7-imap-pre-write-conversion): New function.
2080
2081 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * abbrev.el (abbrev--write): Fix up typo.
2084
2085 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * abbrev.el (define-abbrev-table): Doc fix.
2088
2089 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2090
2091 * info.el (Info-revert-buffer-function): New func.
2092 (Info-mode): Arrange to use it for reverting.
2093 (Info-copy-current-node-name): Add space between filename and nodename.
2094
2095 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * abbrev.el (expand-abbrev): Move point back to expansion's end.
2098
2099 2007-11-04 Glenn Morris <rgm@gnu.org>
2100
2101 * net/tls.el: Don't require rx when compiling.
2102 (tls-end-of-info): Rewrite without using rx.
2103 (open-tls-stream): Use with-current-buffer.
2104
2105 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2106
2107 * net/tls.el: Require rx when compiling.
2108 (tls-end-of-info): New variable.
2109 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2110 matched.
2111
2112 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
2113
2114 * register.el (append-to-register, prepend-to-register):
2115 Don't signal error on empty register; use the text, instead.
2116
2117 2007-11-03 Michael Olson <mwolson@gnu.org>
2118
2119 * textmodes/remember.el (remember-buffer):
2120 Use define-obsolete-function-alias rather than defalias.
2121
2122 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2123
2124 * simple.el (bad-packages-alist): Anchor semantic regexp.
2125
2126 2007-11-03 Glenn Morris <rgm@gnu.org>
2127
2128 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2129 if defined, for blank lines. Doc fix.
2130
2131 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2132 (fortran-mode): Set values for comment-region-function,
2133 uncomment-region-function and comment-insert-comment-function.
2134 (fortran-uncomment-region): New function.
2135
2136 * textmodes/nroff-mode.el (nroff-mode):
2137 Set comment-insert-comment-function rather than indent-line-function.
2138 (nroff-indent-line-function): Remove.
2139 (nroff-insert-comment-function): New function.
2140
2141 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2142
2143 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2144
2145 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2146
2147 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2148
2149 * emulation/viper-cmd.el (viper-prev-destructive-command)
2150 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2151 copy-sequence.
2152
2153 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2154 Got rid of ediff-copy-list.
2155
2156 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2157 use face-name.
2158 (ediff-test-utility, ediff-diff-mandatory-option)
2159 (ediff-reset-diff-options): Remove to simplify the mandatory option
2160 handling on Windows.
2161 (ediff-set-diff-options): Add.
2162 (ediff-diff-options): Set "--binary" option as default in some cases.
2163
2164 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2165 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2166 ediff-vc-working-revision. Require vc-hooks.
2167
2168 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2169
2170 * files.el (hack-local-variables): Fix membership tests to avoid
2171 treating all variables as safe if `enable-local-variables' is
2172 set to :safe (CVE-2007-5795).
2173
2174 2007-11-02 Glenn Morris <rgm@gnu.org>
2175
2176 * newcomment.el (comment-indent): Let comment-insert-comment-function,
2177 if defined, do all the work of inserting a new comment.
2178
2179 * progmodes/etags.el (tags-table-mode): Disable undo.
2180
2181 * simple.el (bad-packages-alist): Revert previous change.
2182
2183 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
2184
2185 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2186
2187 * obsolete/lselect.el: Do not warn about unknown functions.
2188
2189 2007-11-02 Michael Olson <mwolson@gnu.org>
2190
2191 * textmodes/remember.el (remember-buffer): Make this an alias of
2192 remember-finalize, because Org uses it.
2193
2194 2007-11-01 Michael Olson <mwolson@gnu.org>
2195
2196 * textmodes/remember.el: Improve documentation in heading.
2197 (remember-before-remember-hook): Turn into a customizable option.
2198 (remember): Document INITIAL argument.
2199 (remember-region): Remove autoload cookie. Improve docstring to
2200 mention that it is called from the *Remember* buffer, and does not
2201 have any functional overlap with the `remember' function.
2202 (remember-finalize): Remove autoload cookie. Rename from
2203 remember-buffer to emphasize that this does not have any
2204 functional overlap with the `remember' function.
2205 (remember-destroy): Remove autoload cookie.
2206 (remember-mode-map): Define and initialize in one step.
2207 (remember-mode): Improve docstring.
2208 (remember-annotation-functions): Default to just '(buffer-file-name),
2209 and don't try to take the default value from Planner.
2210
2211 2007-11-01 Glenn Morris <rgm@gnu.org>
2212
2213 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2214
2215 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2216
2217 * emacs-lisp/authors.el (authors-scan-change-log)
2218 (authors-scan-el): Don't enable local eval; enable only safe local
2219 variables, without querying.
2220
2221 * mail/footnote.el (footnote-numeric-regexp)
2222 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2223 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2224 Match multi-character footnotes.
2225
2226 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2227 (nroff-indent-line-function): New function.
2228 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2229 obsolete alias.
2230
2231 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
2232
2233 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2234 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2235 (rcirc-print): Only update the line count when not marking the
2236 line as omittable.
2237 (rcirc-log-write): Specify coding system when writing logfile.
2238 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2239
2240 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2241
2242 * printing.el (printing): Fix :version, printing.el was included
2243 for in emacs-22.1.
2244 (pr-path-style, pr-path-alist, pr-txt-name)
2245 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2246 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2247 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2248 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2249 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2250 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2251 (pr-setting-database, pr-visible-entry-list)
2252 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2253 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2254
2255 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2256 top level, make it dependent on the emacs flavor.
2257
2258 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2259 Test for XEmacs not for itimer.
2260
2261 * term/sun-mouse.el:
2262 * obsolete/sun-fns.el:
2263 * obsolete/sun-curs.el: Remove files.
2264
2265 * term/sun.el (select-previous-complex-command): Remove obsolete code.
2266
2267 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2268
2269 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2270 was given to concat.
2271
2272 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2275 used normally for goto-line. Change `g' to revert the buffer.
2276 Add redundant `r' binding for buffer-revert.
2277
2278 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2279 (mail-abbrevs-setup): Use abbrev-expand-functions.
2280 (build-mail-abbrevs): Use with-temp-buffer.
2281 (define-mail-abbrev): Simplify.
2282 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2283 Change it for use on abbrev-expand-functions.
2284 (mail-abbrev-complete-alias): Use with-syntax-table.
2285
2286 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2287
2288 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2289 directly. Fix bug in deleting temp file.
2290
2291 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2294 Merge defvar and define-abbrev-table.
2295 (def-python-skeleton): Use :case-fixed and :enable-function.
2296 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2297 Remove.
2298 (python-mode): Don't modify pre-abbrev-expand-hook.
2299
2300 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2301
2302 * ediff-util.el (ediff-file-checked-out-p)
2303 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2304
2305 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * abbrev.el (abbrev-symbol): Correct let->let*.
2308 (abbrev--before-point): Only use abbrev-start-location if before point.
2309
2310 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2311
2312 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2313 (strokes-unload-hook): Remove function and variable.
2314 (strokes-unload-function): New-style unload function, adapted
2315 from `strokes-unload-hook'.
2316
2317 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2318 (cl-unload-hook): Remove variable.
2319 (cl-unload-function): New-style unload function, adapted
2320 from `cl-cannot-unload'.
2321
2322 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2323 (elp-unload-function): New-style unload function, adapted
2324 from `elp-unload-hook'.
2325
2326 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2327
2328 * emacs-lisp/find-func.el (find-library): Use library at
2329 point as default interactive argument.
2330
2331 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * shadowfile.el (shadow-join): Remove.
2334 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2335 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2336 (shadowfile-unload-hook): Remove function and variable.
2337 (shadowfile-unload-function): New-style unload function, adapted
2338 from `shadowfile-unload-hook'.
2339
2340 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2343 only if it is bound.
2344
2345 * textmodes/reftex.el: Move autoloads for before all uses.
2346 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2347 (reftex-delete-overlay): Move to the top level with the condition
2348 in the body.
2349
2350 * progmodes/simula.el: Use when instead of if.
2351
2352 * iimage.el (iimage-locate-file): Define unconditionally.
2353
2354 * mail/mailabbrev.el (mail-abbrev-next-line):
2355 * emulation/vip.el (vip-enlarge-region, vip-line)
2356 (vip-next-line-at-bol, vip-previous-line)
2357 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2358 Wrap with-no-warnings around uses of next-line and previous-line.
2359
2360 * ediff.el (run-ediff-from-cvs-buffer):
2361 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2362 Remove function not used by pcl-cvs anymore.
2363 (noninteractive, generic-sc-get-latest-rev)
2364 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2365 Delete support for long obsolete generic-sc.el.
2366
2367 2007-10-31 Glenn Morris <rgm@gnu.org>
2368
2369 * cvs-status.el: No longer require pcvs when compiling.
2370
2371 * doc-view.el (doc-view-conversion-refresh-interval)
2372 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2373 (doc-view-reset-slice): Doc fixes.
2374 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2375
2376 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2379 Timers are automatically canceled by `unload-feature'.
2380
2381 * delsel.el (delsel-unload-hook): Remove function and variable.
2382 (delsel-unload-function): New-style unload function, adapted
2383 from `delsel-unload-hook'.
2384
2385 * msb.el (msb-unload-hook): Remove function and variable.
2386 (msb-unload-function): New-style unload function, adapted from
2387 `msb-unload-hook'.
2388
2389 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * desktop.el (uniquify-managed): Pacify byte compiler.
2392 (desktop-buffer-info): If the buffer name is managed by uniquify,
2393 save the base name, not the uniquified one.
2394 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2395 name in case of conflict.
2396
2397 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * doc-view.el: Use expand-file-name rather than concat.
2400 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2401 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2402 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2403 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2404 not to have to touch the buffer's content.
2405 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2406 (doc-view-mode): Use it. Don't mark as a special mode.
2407 Put the page numbers in the modeline.
2408 Set up the overlay. Hide the cursor. Run the mode hook.
2409 Use after-revert-hook rather than revert-buffer-function.
2410 (doc-view-search-internal): Fix typo.
2411 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2412 image-cache flush.
2413 (doc-view-reconvert-doc): Don't reset the whole mode.
2414 (doc-view-make-safe-dir): New function.
2415 (doc-view-current-cache-dir): Use it.
2416
2417 2007-10-30 Jason Rumney <jasonr@gnu.org>
2418
2419 * time.el (display-time-world-list): Test for zoneinfo support.
2420
2421 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2422
2423 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2424
2425 * net/tramp-cache.el (tramp-flush-file-function): Check also
2426 `default-directory' if `buffer-file-name' does not return a
2427 string. Added to `eshell-pre-command-hook'.
2428
2429 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * doc-view.el (doc-view-current-doc): Remove.
2432 Replace all uses by buffer-file-name.
2433 (doc-view-menu): New menu.
2434 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2435 unused var `doc'.
2436 (doc-view-sort): Simplify.
2437 (doc-view-buffer-message): Don't change buffer-modified-p.
2438 (doc-view-mode): Change it here instead.
2439 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2440 Don't modify the global value of revert-buffer-function.
2441
2442 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2443 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2444 (image-toggle-display): Take overlays into account and don't assume
2445 point-min==1.
2446
2447 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2448
2449 * vc.el (vc-annotate): Fix omission bug:
2450 Specify value for vc-sentinel-movepoint.
2451
2452 2007-10-30 Michael Olson <mwolson@gnu.org>
2453
2454 * textmodes/remember.el (remember-mode-hook)
2455 (remember-handler-functions, remember-annotation-functions):
2456 Add additional items as options, including some Org functions.
2457
2458 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2459
2460 * doc-view.el: Remove cl-dependency.
2461 (doc-view-buffer-message): Mention new binding K.
2462 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2463 instead of variable.
2464 (doc-view-current-cache-dir): Better cache dir naming.
2465 (doc-view-current-display): Remove variable.
2466 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2467 (doc-view-kill-proc): Set converter process to nil.
2468 (doc-view-minor-mode): New minor mode.
2469 (doc-view-minor-mode-map): New keymap.
2470 (doc-view-mode): Remove text/image switching code. Use plain defun.
2471 (doc-view-mode-map): New binding K kills converter process.
2472 Remove C-c C-e binding.
2473 (doc-view-mode-text-map): Remove keymap.
2474 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2475 d-v-display-maybe.
2476 (doc-view-previous-major-mode): New variable.
2477 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2478 (doc-view-remove-if): New function.
2479 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2480 (doc-view-toggle-display): Toggle modes instead of display styles.
2481 (doc-view-reconvert-doc): Adapt to new way of doing things.
2482
2483 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2484
2485 2007-10-30 Glenn Morris <rgm@gnu.org>
2486
2487 * dirtrack.el (dirtrack-mode): Doc fix.
2488
2489 * shell.el (shell-dirtrack-verbose, shell-mode)
2490 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2491
2492 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2493 (byte-compile-enable-warning): Doc fix.
2494
2495 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2496 suppress byte-opt warning.
2497
2498 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2501 (edt-gnu-emacs19-p): Remove.
2502 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2503 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2504 (edt-end-of-line-forward, edt-end-of-line-backward)
2505 (edt-one-word-forward, edt-one-word-backward, edt-character)
2506 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2507 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2508 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2509 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2510 (edt-sentence-backward, edt-paragraph-forward)
2511 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2512 (edt-window-bottom, edt-scroll-window-forward-line)
2513 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2514 (edt-line-to-top-of-window, edt-paragraph-backward)
2515 (edt-restore-key, edt-window-top, edt-window-bottom)
2516 (edt-scroll-window-forward-line)
2517 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2518 (edt-line-to-middle-of-window, edt-goto-percentage)
2519 (edt-display-the-time, edt-remember, edt-split-window)
2520 (edt-emulation-on, edt-emulation-off)
2521 (edt-default-emulation-setup, edt-user-emulation-setup)
2522 (edt-select-default-global-map, edt-select-user-global-map):
2523 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2524 tests.
2525
2526 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2527 Use feature test instead of boundp test so it can be resolved at
2528 compile time.
2529
2530 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2531
2532 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2535 Update all users.
2536 (abbrev-get, abbrev-put): Simplify.
2537 (define-abbrev): Don't store the `force' value in the :system property.
2538 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2539
2540 2007-10-30 Michael Olson <mwolson@gnu.org>
2541
2542 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2543
2544 * textmodes/remember.el: New file that implements a mode for
2545 quickly jotting down things to remember.
2546
2547 * textmodes/remember-diary.el: A backend for remember.el that
2548 implements saving notes to a Diary file.
2549
2550 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2551
2552 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2553 Relocate in file.
2554 (allout-doublecheck-at-and-shallower): Increase to include
2555 slightly greater depths, since yank interaction is now ok.
2556 Also, elaborate the docstring to explain the situation.
2557 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2558 instead of concat, so we accommodate key sequences expressed as
2559 vectors as well as strings and lists.
2560 (allout-flag-region, allout-hide-by-annotation): Make the
2561 hidden-text overlays 'front-advance.
2562 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2563 (allout-aberrant-container-p, allout-on-current-heading-p)
2564 (allout-e-o-prefix-p, allout-next-heading)
2565 (allout-previous-heading, allout-goto-prefix)
2566 (allout-end-of-prefix, allout-next-sibling-leap)
2567 (allout-next-visible-heading, allout-auto-fill)
2568 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2569 (allout-yank-processing, allout-resolve-xref)
2570 (allout-current-topic-collapsed-p, allout-hide-region-body)
2571 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2572 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2573 (count-trailing-whitespace-region): Preserve match data, so allout
2574 outline navigation doesn't disrupt other Emacs operations.
2575 (allout-beginning-of-line): Retreat to the beginning of the hidden
2576 text, so fields are respected (for submodes that care).
2577 (allout-end-of-line): Preserve mark activation status when jumping.
2578 (allout-open-topic): Account for opening after a child that
2579 contains a hidden trailing newline. Preserve match data.
2580 Run allout-structure-added-hook
2581 (allout-encrypt-decrypted): Preserve match data.
2582 (allout-toggle-current-subtree-exposure): Add new interactive
2583 function for toggle subtree exposure - suggested by tassilo.
2584 (move-beginning-of-line, move-end-of-line): Don't use
2585 line-move-invisible-p, it's obsolete - substitute the code, instead.
2586
2587 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2588
2589 * textmodes/flyspell.el (message-signature-separator):
2590 * longlines.el (message-indent-citation-function): Pacify byte
2591 compiler.
2592
2593 * emacs-lisp/cl-loaddefs.el:
2594 * ldefs-boot.el: Regenerate.
2595
2596 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2597 (.el.elc, compile, compile-always, compile-calc)
2598 ($(lisp)/progmodes/cc-mode.elc): Use it.
2599
2600 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2601 Only do work for XEmacs.
2602 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2603 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2604 on XEmacs.
2605 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2606 (ps-x-color-name, ps-x-color-specifier-p)
2607 (ps-x-copy-coding-system, ps-x-device-class)
2608 (ps-x-extent-end-position, ps-x-extent-face)
2609 (ps-x-extent-priority, ps-x-extent-start-position)
2610 (ps-x-face-font-instance, ps-x-find-coding-system)
2611 (ps-x-font-instance-properties, ps-x-make-color-instance)
2612 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2613 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2614 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2615 (ps-generate-postscript-with-faces): Delete defaliases.
2616 (ps-face-foreground-name, ps-face-background-name)
2617 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2618 Move definitions to top level, make the body conditional on the Emacs
2619 flavor. Replace uses of deleted aliases and renamed functions.
2620 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2621 of deleted aliases and renamed functions.
2622
2623 * calc/calc.el (calc-emacs-type-lucid): Remove.
2624 (calc-digit-map, calcDigit-start, calc-read-key)
2625 (calc-clear-unread-commands):
2626 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2627 calc-emacs-type-lucid with (featurep 'xemacs)
2628
2629 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2630 (featurep 'xemacs).
2631 (tpu-lucid-emacs19-p): Remove.
2632 (tpu-map-key): Make it a function instead of using fset. Inline
2633 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2634 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2635
2636 * ielm.el: Use featurep 'xemacs.
2637
2638 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2639 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2640 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2641 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2642 cperl-xemacs-p with (featurep 'xemacs).
2643 (font-lock-cache-position): Pacify byte compiler.
2644
2645 2007-10-29 Drew Adams <drew.adams@oracle.com>
2646
2647 * faces.el (read-color): New function.
2648 (face-at-point, foreground-color-at-point)
2649 (background-color-at-point): New functions.
2650
2651 2007-10-28 Richard Stallman <rms@gnu.org>
2652
2653 * net/browse-url.el (browse-url-text-xterm): Rename from
2654 browse-url-lynx-xterm and made generic.
2655 (browse-url-text-emacs): Likewise.
2656 (browse-url-text-browser): New variable.
2657 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2658 (browse-url-text-input-field, browse-url-text-input-attempts)
2659 (browse-url-kde-program): Likewise.
2660
2661 2007-10-29 Glenn Morris <rgm@gnu.org>
2662
2663 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2664 Use mapc rather than mapcar (reinstall change deleted without log
2665 entry 2007-10-22).
2666
2667 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2668
2669 * wdired.el (wdired-next-line, wdired-previous-line):
2670 Use next-line and previous-line wrapped in with-no-warnings.
2671
2672 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2673
2674 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2675 (rcirc-recent-quit-alist): New function.
2676 (rcirc): Print a better message when there is only one connected server.
2677 (rcirc-complete-nick): Do not update the nick table here.
2678 (rcirc-mode-map): Add M-o.
2679 (rcirc-current-line): Add variable.
2680 (rcirc-mode): Setup variables for line based omit.
2681 (rcirc-edit-multiline): Strip text properties.
2682 (rcirc-omit-responses): Add NICK.
2683 (rcirc-omit-threshold): Add variable.
2684 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2685 Add functions.
2686 (rcirc-print): Keep track of current line. Do not fill text if
2687 `rcirc-fill-flag' is null. Only omit text if the last activity
2688 from the sender is more than `rcirc-omit-threshold' lines ago.
2689 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2690 numbers instead of time.
2691 (rcirc-channel-nicks): Sort by line numbers instead of time.
2692 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2693 (rcirc-handler-JOIN): Restore the joiners linestamp.
2694 (rcirc-maybe-remember-nick-quit): Add function.
2695 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2696
2697 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2698
2699 * loadhist.el (unload-feature-special-hooks):
2700 Add `delete-frame-functions' and `suspend-tty-functions'.
2701
2702 * server.el (server-unload-function): Rename from `server-unload-hook'
2703 and adapt to new `unload-feature' functionality. Remove hook from
2704 `kill-buffer-hook' buffer-locally.
2705 (server-unload-hook): Remove.
2706 (server-unload-function): New var; replaces `server-unload-hook'.
2707
2708 2007-10-29 Glenn Morris <rgm@gnu.org>
2709
2710 * dirtrack.el (dirtrack-debug): Doc fix.
2711 (dirtrack-mode, dirtrack-debug-mode): New names for
2712 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2713 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2714 Make obsolete.
2715 (dirtrack-debug-message): Only print message if
2716 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2717 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2718 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2719
2720 2007-10-28 Glenn Morris <rgm@gnu.org>
2721
2722 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2723 (byte-compile-warnings-safe-p): Handle `not'.
2724 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2725 (byte-compile-enable-warning): New functions.
2726 (byte-compile-eval-before-compile)
2727 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2728 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2729 but do not modify it.
2730 (byte-compile-eval, byte-compile-obsolete)
2731 (byte-compile-warn-about-unresolved-functions)
2732 (byte-compile-file-form-defvar)
2733 (byte-compile-file-form-custom-declare-variable)
2734 (byte-compile-file-form-require)
2735 (byte-compile-file-form-defmumble, byte-compile-lambda)
2736 (byte-compile-form, byte-compile-normal-call)
2737 (byte-compile-variable-ref, byte-compile-defvar)
2738 (byte-compile-make-variable-buffer-local):
2739 Use byte-compile-warning-enabled-p.
2740 * emacs-lisp/advice.el (ad-compile-function):
2741 Use byte-compile-disable-warning.
2742 * emacs-lisp/cl.el: Move local variables to end of file, and set
2743 byte-compile-warnings to `(not cl-functions)'.
2744 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2745 byte-compile-warnings to `(not cl-functions)'.
2746 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2747 byte-compile-warnings to `(not cl-functions)'.
2748 (cl-do-proclaim): Use byte-compile-disable-warning and
2749 byte-compile-enable-warning.
2750 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2751 byte-compile-warnings to `(not cl-functions)'.
2752 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2753 Use byte-compile-disable-warning.
2754
2755 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2756
2757 * cus-edit.el (custom-browse-insert-prefix):
2758 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2759
2760 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2761
2762 * server.el (server-process-filter): Fix typo in docstring.
2763 (server-log): Reflow docstrings.
2764 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2765 (server-goto-line-column): Use `when'.
2766
2767 2007-10-28 Juri Linkov <juri@jurta.org>
2768
2769 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2770 when mouse is clicked on the isearch message.
2771 (isearch-resume): Call `isearch-update' at the end.
2772 Rename argument `search' to `string' to conform to the
2773 isearch terminology.
2774
2775 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 Rewrite abbrev.c in Elisp.
2778 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2779 (abbrev-table-get, abbrev-table-put, abbrev-get)
2780 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2781 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2782 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2783 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2784 (unexpand-abbrev, abbrev--write, abbrev--describe)
2785 (insert-abbrev-table-description, define-abbrev-table):
2786 New funs, largely transcribed from abbrev.c.
2787 (abbrev-with-wrapper-hook): New macro.
2788 (abbrev-table-name-list, global-abbrev-table)
2789 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2790 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2791 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2792 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2793 New vars, largely transcribed from abbrev.c.
2794 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2795 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2796 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2797
2798 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2799
2800 * ps-print.el: Now detect if text foreground and background colors are
2801 equal and replace the foreground color by another color, so the text
2802 becomes visible. Doc fix.
2803 (ps-print-version): New version 6.8.
2804 (ps-default-fg, ps-default-bg): Docstring fix.
2805 (ps-postscript-code-directory): Fix default value code.
2806 (ps-fg-list, ps-fg-validate-p): New options.
2807 (ps-foreground-list): New var.
2808 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2809
2810 2007-10-27 Glenn Morris <rgm@gnu.org>
2811
2812 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2813 (shell-dirtrack-toggle): Mark as obsolete.
2814 (dirtrack-toggle, dirtrack-mode): No longer alias to
2815 shell-dirtrack-mode.
2816
2817 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2818
2819 * calc/calc.el (math-standard-opers): Lower the precedence
2820 of negation.
2821 * calc/calc-lang.el (math-oper-table): Lower precedence of
2822 negation for C, TeX, and eqn.
2823
2824 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2825
2826 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2827
2828 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2829
2830 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2831 (desktop-not-loaded-hook): Fix :version tags.
2832
2833 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2836 (tramp-get-remote-tmpdir): New defun.
2837 (tramp-make-tramp-temp-file): Use it.
2838 (tramp-local-call-process): New defun. Replace all calls of
2839 `call-process' by this when appropriate.
2840 (tramp-handle-write-region): Replace calls of `file-attributes' by
2841 `tramp-compat-file-attributes'.
2842 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2843 Make the first command a `tramp-send-command' call, with let-bind
2844 of `tramp-end-of-output'.
2845 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2846 (tramp-load-report-modules, tramp-append-tramp-buffers):
2847 Move to tramp-cmds.el.
2848
2849 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2850 (tramp-fish-do-copy-or-rename-file)
2851 (tramp-fish-do-copy-or-rename-file-directly):
2852 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2853 Add parameter PRESERVE-UID-GID.
2854
2855 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2856
2857 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2858 New defcustoms.
2859 (display-time-world-list): Use them as appropriate for the current
2860 value of `system-type'.
2861
2862 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2863
2864 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2865 Move (again) some variable definitions before use, define some fun
2866 aliases, no code change.
2867 (pr-version): New version 6.9.2.
2868 (pr-path-style, pr-auto-region, pr-menu-char-height)
2869 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2870 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2871 via (defvar VAR).
2872 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2873 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2874 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2875 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2876 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2877 (pr-menu-print-item, pr-ps-printer-menu-modified)
2878 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2879 (pr-even-or-odd-alist): Vars definition moved.
2880
2881 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2882
2883 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2884 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2885 around uses of previous-line and next-line.
2886
2887 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2888 New defvars.
2889
2890 * textmodes/css-mode.el (comment-continue):
2891 * net/browse-url.el (url-handler-regexp):
2892 * progmodes/idlw-help.el (idlwave-system-routines):
2893 Pacify byte-compiler.
2894
2895 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2896 line-move-invisible-p with its former definition: invisible-p.
2897 line-move-invisible-p was removed on 2007-08-29.
2898
2899 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2900
2901 * files.el (kill-emacs-query-functions): Doc fix;
2902 `save-buffers-kill-emacs' is no longer bound to a key.
2903
2904 2007-10-26 Richard Stallman <rms@gnu.org>
2905
2906 * isearch-multi.el (isearch-buffers-multi): New option.
2907 (isearch-buffers-search-fun): Test it.
2908
2909 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2910 Put ps-run-clear on C-c C-l.
2911
2912 * newcomment.el (comment-styles): New style indent-or-triple.
2913 (comment-style): Make that the default.
2914 (comment-add defvar): Doc fix.
2915 (comment-add): Delete arg EXTRA.
2916 (comment-region-default): Open code call to comment-add.
2917 Handle indent-or-triple style which uses `multi-char' for INDENT.
2918
2919 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * eshell/em-unix.el (nil-blank-string): Doc fix.
2922
2923 2007-10-26 John Wiegley <johnw@newartisans.com>
2924
2925 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2926 function, ensure that the third argument is turned into a nil if
2927 the string is otherwise completely empty (either no characters, or
2928 all tabs/spaces). This fixes a bug from a user who found himself
2929 unable to customize `diff-switches' and still use Eshell's diff
2930 command.
2931
2932 2007-10-26 Glenn Morris <rgm@gnu.org>
2933
2934 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2935 safe-local-variable property.
2936
2937 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2938
2939 * net/browse-url.el (browse-url-browser-function): Delete grail.
2940 (browse-url-grail): Function and variable deleted.
2941 (browse-url-browser-function): Delete IXI Mosaic.
2942 (browse-url-default-browser): Don't try IXI Mosaic.
2943 (browse-url-iximosaic): Function deleted.
2944 (browse-url-browser-function): Delete MMM.
2945 (browse-url-default-browser): Don't try MMM.
2946 (browse-url-mmm): Function deleted.
2947
2948 2007-10-26 Drew Adams <drew.adams@oracle.com>
2949
2950 * custom.el (custom-note-var-changed): New function.
2951
2952 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2955 use with the definition. Remove.
2956
2957 * add-log.el (change-log-start-entry-re): New defconst.
2958 (change-log-sortable-date-at): Use it.
2959 (change-log-beginning-of-defun, change-log-end-of-defun):
2960 New functions.
2961 (change-log-mode): Use them for beginning-of-defun-function and
2962 end-of-defun-function.
2963
2964 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2965
2966 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2967 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2968 (ses-recalculate-cell): Deal with point being just beyond end of
2969 data area (why does this happen?)
2970 (ses-set-curcell): Ditto.
2971 (ses-column-letter): Handle columns beyond 702. Code written by
2972 Gareth Rees.
2973
2974 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2975
2976 * textmodes/org.el (org-agenda-get-restriction-and-command):
2977 Use `mapc' instead of `mapcar'.
2978 (org-agenda-list): Numeric prefix argument can specify the number
2979 of days.
2980 (remember-register, remember-buffer): Prevent byte compiler from
2981 complaining.
2982 (org-todo): Save and restore match data.
2983 (org-no-warnings): New macro.
2984 (org-columns-eval): Use `org-no-warnings'.
2985
2986 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2987
2988 * comint.el (comint-password-prompt-regexp):
2989 Handle `[sudo] password'-style prompt.
2990
2991 2007-10-25 Glenn Morris <rgm@gnu.org>
2992
2993 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2994 (defcustom): Doc fix.
2995
2996 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2997 Add `non_intrinsic'.
2998 (f90-constants-re): Add ieee modules.
2999 (f90-typedef-matcher, f90-typedec-matcher)
3000 (f90-imenu-type-matcher): New functions.
3001 (f90-font-lock-keywords-1): Give module procedures function-name face.
3002 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
3003 Add `use, intrinsic'.
3004 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3005 Move start of `enum' blocks to separate entry.
3006 (f90-start-block-re): Fix `type', `abstract interface'.
3007 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3008 derived types.
3009 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3010 `elemental', change `enumerator'.
3011 (f90-no-block-limit): Fix `abstract interface'.
3012
3013 * progmodes/f90.el (f90-indented-comment-re)
3014 (f90-directive-comment-re, f90-break-delimiters):
3015 * progmodes/fortran.el (fortran-comment-line-start-skip)
3016 (fortran-directive-re):
3017 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3018 as safe if they are strings.
3019
3020 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * startup.el (window-system): Remove. Don't make it frame-local.
3023
3024 2007-10-24 Richard Stallman <rms@gnu.org>
3025
3026 * savehist.el (savehist-save): Omit unreadable elements.
3027
3028 * loadhist.el (unload-function-defs-list): Rename from
3029 unload-function-features-list.
3030 (unload-feature-special-hooks, unload-feature): Doc fixes.
3031
3032 * indent.el (indent-to-left-margin): If point's in the indentation,
3033 move to the end of the indentation.
3034
3035 * cus-edit.el (customize-changed-options): Make arg optional.
3036
3037 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
3040
3041 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * textmodes/org-publish.el (org-publish-attachment): Re-install
3044 accidentally deleted change.
3045
3046 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * term/iris-ansi.el (iris-function-map): Move init into declaration.
3049
3050 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3053 (Buffer-menu-mode-map): Initialize in the declaration.
3054 (Buffer-menu-mode): Define with `define-derived-mode'.
3055
3056 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
3057
3058 * textmodes/org.el (org-version): Change to 5.13e.
3059 (org-agenda-file-regexp): Fix typo in docstring.
3060 (org-add-planning-info): Fix bug in parenthesis settings.
3061 (org-scan-tags): Catch the case of indirect buffers with no filename.
3062 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
3063 Re-install switch to mapc, had been removed by accident.
3064 (org-columns-map): New binding `C-c C-o'.
3065 (org-columns-menu): Change menu text and added new entry.
3066 (org-columns-eval): Document the use of `next-line'.
3067 (org-columns-open-link): New function.
3068 (org-columns-follow-link): Remove function.
3069 (org-open-link-from-string): New function.
3070 (org-read-date-get-relative): Fix typo in docstring.
3071 (org-read-date-get-relative): Leading +/- is not optional.
3072 (org-agenda-get-restriction-and-command): Always resize window on
3073 first loop cycle.
3074 (org-agenda-open-link): Make sure the link abbreviations are
3075 present in the agenda buffer.
3076 (org-agenda-copy-local-variable): New function.
3077
3078 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3081
3082 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * simple.el (reindent-then-newline-and-indent): Use a `move after
3085 insert' kind of marker in the save-excursion.
3086
3087 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * textmodes/css-mode.el: Require CL.
3090 (comment-continue): Declare.
3091
3092 * subr.el (make-variable-frame-localizable): Remove.
3093 (make-variable-frame-local): Mark obsolete.
3094
3095 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3098 of the subdirs is unreadable.
3099
3100 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
3101
3102 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3103 when we are local.
3104
3105 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * progmodes/python.el (python-current-defun): Remove left-over
3108 assignment to `start'.
3109
3110 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3113 than `mapcar'; return value is not used.
3114
3115 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3118 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3119
3120 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3123 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3124
3125 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3126
3127 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3128
3129 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3130
3131 * emacs-lisp/advice.el (ad-make-advised-docstring):
3132 Add ad-advice-info text property to doc string.
3133
3134 2007-10-23 Glenn Morris <rgm@gnu.org>
3135
3136 * progmodes/f90.el (f90-do-indent, f90-if-indent)
3137 (f90-type-indent, f90-program-indent, f90-associate-indent)
3138 (f90-continuation-indent, f90-comment-region)
3139 (f90-beginning-ampersand, f90-smart-end)
3140 (f90-break-before-delimiters, f90-auto-keyword-case)
3141 (f90-leave-line-no, f90-mode-hook):
3142 Give an appropriate safe-local-variable property.
3143
3144 * progmodes/fortran.el (fortran-tab-mode-default)
3145 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3146 (fortran-structure-indent, fortran-continuation-indent)
3147 (fortran-comment-indent, fortran-comment-line-extra-indent)
3148 (fortran-comment-line-start)
3149 (fortran-minimum-statement-indent-fixed)
3150 (fortran-minimum-statement-indent-tab)
3151 (fortran-comment-indent-char, fortran-line-number-indent)
3152 (fortran-check-all-num-for-matching-do)
3153 (fortran-blink-matching-if, fortran-continuation-string)
3154 (fortran-comment-region, fortran-electric-line-number)
3155 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3156 (fortran-analyze-depth, fortran-break-before-delimiters):
3157 Give an appropriate safe-local-variable property.
3158
3159 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3160
3161 * printing.el: Move variable definitions before use.
3162 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3163
3164 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3167 (tpu-edt-off): Use it.
3168 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
3169 the global-map before adding it to global-map.
3170
3171 * menu-bar.el (global-buffers-menu-map): New var.
3172 (global-map, menu-bar-update-buffers): Use it.
3173 * msb.el (msb-menu-bar-update-buffers): Use it.
3174 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3175 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3176 Use with-current-buffer.
3177
3178 2007-10-22 Juri Linkov <juri@jurta.org>
3179
3180 * isearch-multi.el: New file.
3181
3182 * isearch.el (isearch-search-string): After finding the next
3183 occurrence switch to buffer isearch-buffers-current-buffer when
3184 isearch-buffers-next-buffer-function is non-nil and
3185 isearch-buffers-current-buffer is live.
3186
3187 * add-log.el (change-log-mode): Make and set buffer-local variable
3188 isearch-buffers-next-buffer-function to change-log-next-buffer.
3189 Call isearch-buffers-minor-mode.
3190 (change-log-next-buffer): New function.
3191
3192 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3193
3194 * org-export-latex.el (org-export-latex-protect-string):
3195 Renaming of `org-latex-protect'.
3196 (org-export-latex-emphasis-alist): By default, don't protect
3197 any emphasis formatter from further conversion.
3198 (org-export-latex-tables): Honor column grouping for tables.
3199 (org-export-latex-title-command): New option.
3200 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3201 export backslash character.
3202
3203 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3204
3205 * textmodes/org.el (org-read-date-get-relative): New function.
3206 (org-agenda-file-regexp): New variable.
3207 (org-agenda-files): Allow directories in the variable.
3208 (org-agenda-get-restriction-and-command): New function.
3209 (org-agenda): Use `org-agenda-get-restriction-and-command'.
3210 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3211 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3212 New functions.
3213 (org-entry-add-to-multivalued-property)
3214 (org-entry-remove-from-multivalued-property)
3215 (org-entry-member-in-multivalued-property): New functions.
3216 (org-remember-apply-template): Catch C-g and make sure window
3217 configuration is restored.
3218 (org-agenda-open-link): Make it work with several links in the line.
3219 (org-drawers, org-set-regexps-and-options)
3220 (org-get-current-options): Add support for a DRAWERS in-buffer option.
3221 (org-agenda-window-frame-fractions): New option.
3222 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3223 (org-columns-cleanup-item, org-find-entry-with-id)
3224 (org-insert-columns-dblock, org-listtable-to-string)
3225 (org-dblock-write:columnview, org-columns-capture-view)
3226 (org-edit-headline): New functions.
3227 (org-agenda-to-appt): Require calendar.
3228 (org-entry-get-with-inheritance): Widen for search.
3229 (org-columns-display-here): Don't mark buffer as modified when
3230 adding space characters to accomodate column overlays.
3231 (org-export-as-html): Better formatting of tags in the toc.
3232 (org-columns-display-here): Make the ITEM column as compact as possible.
3233 (org-remember-templates): Customization interface improved.
3234 (org-export-with-property-drawer): Variable removed.
3235 (org-export-with-drawers): New option.
3236 (org-complex-heading-regexp): New variable.
3237 (org-sort-entries): Rewrite using `sort-subr'.
3238 (org-set-property): More appropriate completion during interactive use.
3239 (org-sort-entries): Allow sorting by property.
3240 (org-additional-option-like-keywords): Add more values.
3241 (org-sort-entries-or-items): Rename from `org-sort-entries'.
3242
3243 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3244
3245 * textmodes/org.el (org-get-date-from-calendar): New function.
3246 (org-at-timestamp-p, org-timestamp-change)
3247 (org-remember-templates): First element of each entry is now a
3248 name for the template.
3249 (org-store-log-note): Check for `org-note-abort'.
3250 (org-kill-note-or-show-branches): New command.
3251 (org-fontify-priorities): New option.
3252 (org-fontify-priorities): New function.
3253 (org-cut-subtree, org-copy-subtree): New argument N to
3254 act on N sequential subtrees.
3255 (org-paste-subtree): Fix the level at which a tree is pasted.
3256 (org-fit-agenda-window): Limitations on window size removed.
3257 (org-agenda-find-same-or-today-or-agenda): Rename from
3258 `org-agenda-find-today-or-agenda'.
3259 (org-scheduled-past-days): New option.
3260 (org-agenda-scheduled-leaders)
3261 (org-agenda-deadline-leaders): New options.
3262 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3263 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3264 (org-export-with-tags, org-export-plist-vars)
3265 (org-infile-export-plist): New "tags" option.
3266 (org-use-property-inheritance): New option.
3267 (org-cached-entry-get): Use `org-use-property-inheritance'.
3268 (org-remember-apply-template): Fix typo.
3269
3270 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * net/tramp.el (tramp-find-shell)
3273 (tramp-open-connection-setup-interactive-shell): Improve sending
3274 initial commands.
3275 (tramp-action-terminal): Send debug message.
3276 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3277 (tramp-barf-if-no-shell-prompt): Insert code of
3278 `tramp-wait-for-shell-prompt'.
3279
3280 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3283
3284 * term/vt200.el (terminal-init-vt200):
3285 * term/vt201.el (terminal-init-vt201):
3286 * term/vt220.el (terminal-init-vt220):
3287 * term/vt240.el (terminal-init-vt240):
3288 * term/vt300.el (terminal-init-vt300):
3289 * term/vt320.el (terminal-init-vt320):
3290 * term/vt400.el (terminal-init-vt400):
3291 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3292
3293 * term/wyse50.el (wyse50-terminal-map): New var.
3294 (terminal-init-wyse50): Use it and input-decode-map.
3295 (enable-arrow-keys): Emasculate.
3296
3297 * term/tvi970.el (tvi970-terminal-map): New var.
3298 (terminal-init-tvi970): Use it and input-decode-map.
3299 (tvi970-keypad-numeric): Remove.
3300 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3301
3302 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3303 (terminal-init-sun): Use it and input-decode-map.
3304
3305 * term/news.el (terminal-init-news):
3306 * term/lk201.el (terminal-init-lk201):
3307 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3308
3309 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3310
3311 * complete.el (PC-expand-many-files): Remove.
3312 (PC-do-completion): Call file-expand-wildcards instead of
3313 PC-expand-many-files.
3314
3315 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3316 (PC-expand-many-files): Remove advice.
3317
3318 2007-10-22 Glenn Morris <rgm@gnu.org>
3319
3320 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3321 Add some support for Fortran 2003 syntax:
3322 (f90-type-indent): Now also applies to `enum'.
3323 (f90-associate-indent): New user option.
3324 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3325 Add some F2003 keywords.
3326 (f90-constants-re): New constant.
3327 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3328 Interface'.
3329 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3330 `class'. Arguments for `type'/`class' may have spaces. Add a new
3331 element for functions with specified types. Add `end enum' and
3332 `select type'. Add `implicit enumerator' and `procedure'.
3333 Add `class default' and `type is', `class is'. Fix `go to' regexp.
3334 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3335 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3336 (f90-blocks-re): Add `enum' and `associate'.
3337 (f90-else-like-re): Add `class is', `type is', and `class default'.
3338 (f90-end-type-re): Add `enum'.
3339 (f90-end-associate-re, f90-typeis-re): New constants.
3340 (f90-end-block-re): Add `enum' and `associate'. Change from
3341 optional whitespace to end-of-word, to avoid `enumerator'.
3342 (f90-start-block-re): Add `select type', `abstract interface', and
3343 `enum'. Avoid `type is', and `type (sometype)'.
3344 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3345 (f90-mode): Doc fix.
3346 (f90-looking-at-select-case): Doc fix. Add `select type'.
3347 (f90-looking-at-associate): New function.
3348 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3349 Add `enum' and `abstract interface'.
3350 (f90-no-block-limit): Add `select type' and `abstract interface'.
3351 (f90-get-correct-indent, f90-calculate-indent)
3352 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3353 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3354
3355 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3356
3357 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3358 Use window-full-width-p.
3359
3360 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3361
3362 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3363
3364 * tooltip.el: Use featurep 'xemacs.
3365
3366 * printing.el: Move variable definitions before use, no code change.
3367
3368 2007-10-22 Juri Linkov <juri@jurta.org>
3369
3370 * simple.el (goto-history-element): Allow minibuffer-default to be
3371 a list of default values accessible by typing M-n in the minibuffer.
3372
3373 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3374 minibuffer default value list instead of pushing them temporarily
3375 to the history list.
3376
3377 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * hexl.el (hexl-menu): New major mode menu.
3380
3381 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3384
3385 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3386
3387 * w32-fns.el (w32-quote-process-args):
3388 * dos-w32.el (print-region-function, lpr-headers-switches)
3389 (ps-print-region-function): Pacify byte-compiler.
3390
3391 * emulation/edt-mapper.el (function-key-map):
3392 (edt-map-key): Make it a function instead of using fset.
3393 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3394 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3395 (edt-x-emacs-p): Remove.
3396 (edt-emacs-variant, edt-window-system, edt-xserver):
3397 Use featurep 'xemacs.
3398
3399 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3400 Replace eudc-xemacs-p with its definition.
3401 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3402 (eudc-emacs-mule-p): Remove.
3403 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3404 eudc-xemacs-p with feature tests.
3405
3406 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3407 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3408 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3409 (eudc-bob-toggle-inline-display):
3410 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3411 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3412
3413 * net/eudcb-ph.el (eudc-ph-open-session):
3414 Replace eudc-xemacs-mule-p with its former definition.
3415
3416 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3417 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3418
3419 * progmodes/vera-mode.el (vera-xemacs): Remove.
3420 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3421
3422 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3423 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3424 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3425 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3426 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3427 with (featurep 'xemacs).
3428
3429 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3430 (save-buffer-state-x):
3431 * obsolete/fast-lock.el (fast-lock-verbose):
3432 * emulation/viper-init.el (viper-xemacs-p)
3433 (viper-cond-compile-for-xemacs-or-emacs):
3434 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3435 * ps-print.el (case-fold-search):
3436 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3437 * calculator.el (calculator-help): Use featurep 'xemacs.
3438
3439 * progmodes/prolog.el: Undo previous change.
3440 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3441
3442 * progmodes/dcl-mode.el:
3443 * play/yow.el:
3444 * calendar/todo-mode.el:
3445 * calendar/cal-hebrew.el:
3446 * vc-hg.el: Undo previous change.
3447
3448 * vms-patch.el: Likewise.
3449 (print-region-function): Pacify byte-compiler.
3450
3451 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3454 preserve-uid-gid.
3455
3456 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3457 compatibility. It is not used, though.
3458
3459 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3460 Require tramp-cmds.el.
3461 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3462 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3463 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3464 (tramp-do-copy-or-rename-file-out-of-band)
3465 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3466 possible, because we don't need to create the temporary file, but
3467 we need a prefix for ssh, which has its own temporary file handling.
3468 (tramp-handle-delete-directory): Add "-f" to rmdir.
3469 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3470 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3471 a signal, in order to give the callee a chance to suppress.
3472 (tramp-handle-write-region): Set owner also in case of short
3473 track. Don't use compatibility calls for `write-region' anymore.
3474 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3475 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3476
3477 * net/tramp-cmds.el: New file.
3478
3479 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3480 `tramp-clear-passwd'.
3481
3482 * net/trampver.el: Update release number.
3483
3484 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3485
3486 * progmodes/gud.el (gud-target-name): Move definition before use.
3487
3488 * progmodes/dcl-mode.el: Require imenu at compile time.
3489
3490 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3491 Pacify byte-compiler.
3492
3493 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3494
3495 * eshell/esh-mode.el (eshell-handle-ansi-color):
3496 Require ansi-color at compile time too.
3497
3498 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3499
3500 * w32-fns.el: Require w32-vars.
3501
3502 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3503 time too.
3504
3505 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * double.el ([ignore]): Use `ignore'.
3508 (double-setup): Inline into double-mode.
3509 (double-mode): Use define-minor-mode.
3510
3511 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3512
3513 * textmodes/reftex.el: Move require easymenu before first use.
3514 (reftex-info): Require info at compile too.
3515
3516 * textmodes/org-publish.el (org-publish-org-to-html)
3517 (org-publish-org-to): Require org at compile time too.
3518 (org-publish-attachment): Require at compile time too.
3519
3520 * term/tty-colors.el (w32-tty-standard-colors):
3521 Pacify byte-compiler.
3522
3523 * term/pc-win.el (frame-creation-function-alist): Add to this
3524 instead of setting frame-creation-function.
3525
3526 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3527
3528 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3529
3530 * calendar/todo-mode.el: Require calendar at compile time.
3531
3532 * calendar/cal-hebrew.el: Require holidays at compile time.
3533
3534 * w32-vars.el: Provide w32-vars.
3535
3536 * term/w32-win.el: Require w32-vars.
3537 (w32-color-map): Pacify byte-compiler.
3538
3539 * loadup.el: Load w32-vars before term/w32-win.
3540
3541 2007-10-20 Juri Linkov <juri@jurta.org>
3542
3543 * textmodes/fill.el (fill-paragraph): When the region is active,
3544 don't try other `or' branches regardless of the value returned by
3545 fill-region; just return t.
3546
3547 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3548
3549 * vc.el (vc-do-command): Condition out a misleading message when
3550 running asynchronously.
3551 (vc-deduce-fileset): New argument enables using an unregistered
3552 visited file as a singleton fileset if nothing else is available.
3553 (vc-next-action): Restore file-registering behavior.
3554
3555 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3556
3557 * calc/README: Add recent news.
3558
3559 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3562 (x-gtk-map-stock): Delete duplicated definitions from merge.
3563
3564 * progmodes/compile.el (compilation-skip-to-next-location)
3565 (compilation-skip-threshold, compilation-skip-visited):
3566 Move definitions earlier.
3567
3568 * play/decipher.el (decipher-keypress):
3569 * play/zone.el (zone-fall-through-ws):
3570 * play/landmark.el (lm-move-down, lm-move-up):
3571 * play/handwrite.el (handwrite):
3572 * mail/mspools.el (mspools-visit-spool):
3573 * wdired.el (wdired-next-line, wdired-previous-line):
3574 * tar-mode.el (tar-subfile-save-buffer):
3575 * scroll-lock.el (scroll-lock-next-line)
3576 (scroll-lock-previous-line):
3577 * image-dired.el (image-dired-next-line)
3578 (image-dired-previous-line):
3579 * ediff-help.el (ediff-help-message-line-length):
3580 Use forward-line.
3581
3582 * smerge-mode.el (smerge-auto-refine):
3583 * diff-mode.el (diff-auto-refine): Add :group.
3584
3585 * play/yow.el: Require doctor at compile time.
3586
3587 * vmsproc.el: Provide vmsproc.
3588 (command-send-input): Use forward-line.
3589
3590 * vms-patch.el: Require ps-print and vmsproc at compile time.
3591
3592 * vc-mtn.el (log-view-message-re, log-view-file-re)
3593 (log-view-font-lock-keywords): Pacify byte-compiler.
3594
3595 * vc-hg.el: Require log-view at compile time.
3596
3597 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3598
3599 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3600
3601 2007-10-20 Glenn Morris <rgm@gnu.org>
3602
3603 * progmodes/f90.el (f90-font-lock-keywords-2)
3604 (f90-looking-at-type-like): Fix regexp typos.
3605
3606 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3609 (bs-mode): Set mode-class property to special.
3610
3611 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * diff-mode.el (diff-auto-refine): New var.
3614 (diff-hunk): Use it.
3615 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3616 (diff-refine-change): Rename from diff-fine-change. Change it.
3617 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3618 (diff-refine-hunk): Rename from diff-fine-highlight.
3619
3620 2007-10-20 John Paul Wallington <jpw@pobox.com>
3621
3622 * help-fns.el (describe-variable-custom-version-info): New function
3623 to return variable's version or package version note.
3624 (describe-variable): Use it, display result.
3625
3626 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * smerge-mode.el (smerge-auto-refine): New var.
3629 (smerge-next, smerge-prev): Use it.
3630 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3631
3632 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3633 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3634
3635 * vc-bzr.el (vc-bzr-diff-tree):
3636 * vc-git.el (vc-git-diff-tree):
3637 * vc-hg.el (vc-hg-diff-tree):
3638 * vc-mcvs.el (vc-mcvs-diff-tree):
3639 * vc-mtn.el (vc-mtn-diff-tree):
3640 * vc-svn.el (vc-svn-diff-tree): Remove.
3641
3642 * vc-mtn.el (vc-mtn-revision-completion-table):
3643 * vc-cvs.el (vc-cvs-revision-completion-table):
3644 * vc-arch.el (vc-arch-revision-completion-table):
3645 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3646 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3647 Make it work when the arg is a list of files.
3648
3649 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3652 Also `revision-completion-table' now takes a list of files.
3653 (vc-deduce-fileset): Remove unused var `regexp'.
3654 Only obey allow-directory-wildcard in dired buffers.
3655 (vc-default-diff-tree): Remove.
3656 (vc-diff-added-files): New var.
3657 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3658 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3659 Remove the `backend' arg.
3660 (vc-contains-version-controlled-file): Remove.
3661 (vc-diff): Bring it closer to the version in Emacs-22.
3662 (vc-revert): Fix typo in let-binding.
3663 (vc-default-unregister): Remove.
3664 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3665
3666 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3667
3668 * textmodes/two-column.el (2C-split, 2C-merge):
3669 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3670 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3671 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3672 * progmodes/ada-xref.el (ada-get-all-references):
3673 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3674 * emulation/vi.el (vi-previous-line-first-nonwhite)
3675 (vi-effective-range, vi-put-before):
3676 * emulation/edt.el (edt-next-line, edt-previous-line)
3677 (edt-paragraph-forward): Use forward-line.
3678
3679 * progmodes/etags.el (tags-apropos): Require apropos at compile
3680 time too.
3681
3682 * progmodes/prolog.el: Require comint when compiling.
3683 (inferior-prolog-flavor): Move defvar before use.
3684
3685 2007-10-19 Richard Stallman <rms@gnu.org>
3686
3687 * font-core.el (turn-on-font-lock-if-desired):
3688 Rename from `turn-on-font-lock-if-enabled'.
3689 Fully obey `font-lock-global-modes'.
3690
3691 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3694 which will not affect the behavior of things like forward-word.
3695 (diff-fine-highlight): Preserve point.
3696
3697 * doc-view.el (doc-view-mode-map): Use remapping.
3698 Don't rebind C-v, M-v to their default value.
3699 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3700
3701 * smerge-mode.el: Add word-granularity refinement.
3702 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3703 (smerge-refine-weight-hack): New vars.
3704 (smerge-refine-forward): New fun.
3705 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3706 (smerge-refine-subst): Use them as well. Preserve point.
3707
3708 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * follow.el (follow-unload-function): New function.
3711
3712 * loadhist.el (unload-function-features-list):
3713 Rename from `unload-hook-features-list'.
3714 (unload-hook-features-list): Add as obsolete alias.
3715 (unload-feature): Use `unload-function-features-list'
3716 and new FEATURE-unload-function.
3717
3718 2007-10-19 Glenn Morris <rgm@gnu.org>
3719
3720 * bindings.el (mouse-minor-mode-menu)
3721 (minor-mode-menu-from-indicator): Move to mouse.el.
3722 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3723 Move here from bindings.el.
3724
3725 2007-10-19 Richard Stallman <rms@gnu.org>
3726
3727 * help-fns.el (describe-function-1): Don't use the advice origname
3728 if it has no function definition.
3729
3730 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3731
3732 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3733 Use `save-restriction' rather than `widen'.
3734
3735 2007-10-18 Richard Stallman <rms@gnu.org>
3736
3737 * time.el (display-time-world-time-format): Display day # not month #.
3738
3739 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3740
3741 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3742
3743 * doc-view.el: Remove version keyword.
3744 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3745 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3746 (doc-view-ghostscript-options): Improve custom type.
3747 (doc-view-cache-directory, doc-view-conversion-buffer)
3748 (doc-view-conversion-refresh-interval): Simplify custom type.
3749
3750 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3751
3752 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3753 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3754 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3755 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3756 Remove superfluous messages.
3757 (doc-view-mode-map): Use the image-mode scrolling commands.
3758 Don't rebind C-x k.
3759
3760 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3761
3762 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3763 Add comment about "-dSAFER".
3764
3765 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * term/xterm.el: Don't require xt-mouse.
3768 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3769 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3770
3771 * xt-mouse.el: Don't change the global function-key-map anny more.
3772 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3773 Don't use after-make-frame-functions now that term/xterm.el calls
3774 us directly.
3775 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3776 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3777 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3778 Setup input-decode-map and remember that xterm-mouse-mode was
3779 enabled in this terminal.
3780 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3781 terminals where it has been enabled.
3782
3783 * faces.el (tty-create-frame-with-faces): Make sure not only
3784 tty-run-terminal-initialization but also set-locale-environment
3785 are run only once per terminal.
3786 (tty-run-terminal-initialization): Don't check if the terminal was
3787 already initted.
3788
3789 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3790 not to remove keymaps that just happen to inherit from one of ours.
3791 When setting up our keymap, make sure it won't be accidentally
3792 modified by someone else.
3793
3794 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3795
3796 * textmodes/artist.el (artist-previous-line, artist-next-line):
3797 * dired.el (dired-next-line, dired-previous-line):
3798 * progmodes/delphi.el (delphi-newline):
3799 * textmodes/org.el (org-columns-eval):
3800 Use forward-line.
3801
3802 * emerge.el (emerge-setup): Use insert-buffer-substring.
3803 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3804
3805 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3808 (adaptive-fill-function): Doc fix. Remove * from docstring.
3809
3810 2007-10-18 Tom Horsley <tom.horsley@att.net>
3811
3812 * simple.el (interprogram-paste-function): Doc fix.
3813 (current-kill): Accept list of strings as well
3814 as single string from `interprogram-paste-function'.
3815
3816 2007-10-18 Glenn Morris <rgm@gnu.org>
3817
3818 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3819
3820 2007-10-18 Drew Adams <drew.adams@oracle.com>
3821
3822 * bindings.el (mode-line-minor-mode-keymap):
3823 Add mouse-minor-mode-menu on mouse-1.
3824 (mode-line-modes): Add mouse-1 to help-echo text.
3825 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3826 New functions.
3827 (mode-line-minor-mode-help): Doc fix.
3828
3829 2007-10-17 Juri Linkov <juri@jurta.org>
3830
3831 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3832 at the request of RMS.
3833 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3834 arg `region'. Fix docstring. At the first `or' branch add call to
3835 `fill-region' if it the region is active in transient-mark-mode.
3836
3837 * bindings.el (esc-map): Bind M-q to fill-paragraph
3838 instead of fill-paragraph-or-region.
3839
3840 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3841 with fill-paragraph.
3842
3843 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3844 Fix docstring.
3845
3846 * indent.el (indent-for-tab-command): Change interactive spec from
3847 "P" to "p". Add check for interactive arg before indenting the
3848 active region.
3849
3850 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3851 Regroup.
3852
3853 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * emacs-lisp/find-func.el: Don't require loadhist.
3856
3857 * loadhist.el (feature-symbols, file-provides, file-requires)
3858 (file-set-intersect, file-dependents): Simplify.
3859 (unload-feature-special-hooks): Update list of special hooks.
3860
3861 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3862
3863 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3864 extensions since they can be viewed with doc-view.
3865
3866 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3867 for pdf, ps and dvi files.
3868
3869 * doc-view.el: Make doc-view-mode the standard mode for viewing
3870 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3871 text and image display. Add binding C-c C-e to switch to an
3872 editing mode.
3873 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3874 avoid security problems when rendering files from untrusted sources.
3875
3876 2007-10-17 Aaron Hawley <aaronh@garden.org>
3877
3878 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3879 position is not saved.
3880
3881 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3882
3883 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3884 (doc-view-ghostscript-options): Fix typo in doc string.
3885
3886 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3889 handling, so compilation-fake-loc works again.
3890
3891 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3892 (server-process-filter): Revert last change.
3893
3894 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3895 behavior unrelated to filesets.
3896
3897 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * longlines.el (longlines-wrap-follows-window-size): Integer value
3900 specifies wrapping margin.
3901 (longlines-mode, longlines-window-change-function):
3902 Set window-specific wrapping margin based on the above.
3903
3904 2007-10-17 John Wiegley <johnw@newartisans.com>
3905
3906 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3907
3908 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3909
3910 * server.el (server-process-filter): Only set display if X11 is
3911 supported.
3912
3913 2007-10-17 Glenn Morris <rgm@gnu.org>
3914
3915 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3916 Tweak regexp to avoid stack overflow.
3917
3918 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * simple.el (reindent-then-newline-and-indent): Don't assume that
3921 indent-according-to-mode preserves point.
3922
3923 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3926 (bs--nth-wrapper): Simplify.
3927 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3928 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3929 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3930 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3931 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3932 (bs-configurations, bs-default-configuration)
3933 (bs-alternative-configuration, bs-cycle-configuration-name)
3934 (bs-string-show-always, bs-string-show-never, bs-string-current)
3935 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3936 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3937 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3938 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3939 (bs--window-config-coming-from): Revert 2006-11-09 change.
3940 (bs--restore-window-config): Keep the selected frame.
3941 (bs--track-window-changes, bs--remove-hooks): New functions.
3942 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3943 (bs--create-header): Remove.
3944 (bs--create-header-line): New function, based on `bs--create-header'.
3945 (bs--show-header): Use `bs--create-header-line'.
3946 (bs--show-with-configuration): Revert 2006-11-09 change.
3947 Don't reuse window unless it is visible on the selected frame.
3948 Restore window configuration (possibly in a different frame)
3949 before creating any window.
3950
3951 2007-10-16 Glenn Morris <rgm@gnu.org>
3952
3953 * simple.el (blink-matching-open): Don't report false errors with
3954 the `$' syntax class.
3955
3956 2007-10-16 Richard Stallman <rms@gnu.org>
3957
3958 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3959 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3960 (ad-is-advised, ad-get-advice-info-field)
3961 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3962
3963 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3966 (vc-default-working-revision): Compatibility for backends.
3967
3968 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3969
3970 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3971 (filesets-ormap, filesets-sort-case-sensitive-flag)
3972 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3973 Fix typos in docstrings.
3974 (filesets-conditional-sort, filesets-find-or-display-file)
3975 (filesets-data-get-name, filesets-data-get-data)
3976 (filesets-data-set, filesets-cmd-query-replace-getargs)
3977 (filesets-ingroup-collect): Doc fixes.
3978
3979 2007-10-15 Sam Steingold <sds@gnu.org>
3980
3981 * mail/sendmail.el (sendmail-error-reporting-interactive)
3982 (sendmail-error-reporting-non-interactive): New variables for
3983 sendmail error reporting options to simplify support for imperfect
3984 sendmail emulators.
3985 (sendmail-send-it): Use them instead of list literals.
3986
3987 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3988
3989 * help-fns.el: Revert previous change; it creates a
3990 dependency loop between advice.el and help-fns.el.
3991
3992 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * help-fns.el: Require advice when compiling.
3995
3996 2007-10-14 Drew Adams <drew.adams@oracle.com>
3997
3998 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3999 (ring-insert+extend, ring-remove+insert+extend, ring-member)
4000 (ring-next, ring-previous): New functions.
4001
4002 2007-10-14 Richard Stallman <rms@gnu.org>
4003
4004 * emacs-lisp/advice.el (documentation): Advice deleted.
4005 Doc for advised functions is now handled at C level.
4006 (ad-stop-advice, ad-start-advice): Don't enable or disable
4007 advice for `documentation'.
4008 (ad-advised-definition-docstring-regexp): Var deleted.
4009 (ad-make-advised-definition-docstring): Store orig name
4010 as text property of string.
4011 (ad-advised-definition-p): Check for text property of docstring.
4012
4013 * help-fns.el (describe-function-1): Find source of advised functions.
4014
4015 2007-10-14 Juri Linkov <juri@jurta.org>
4016
4017 * faces.el (describe-face): Allow handling a string as the face name.
4018
4019 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4020 active region in transient-mark-mode.
4021 (ispell-region): Change messages displayed at the start and end of
4022 the spell-checking to be the same.
4023
4024 * startup.el (fancy-startup-tail): Say exactly what does the button
4025 dismiss ("Dismiss this startup screen"). Use text "Never show
4026 it again" for the checkbox after this button.
4027 (fancy-startup-screen, fancy-about-screen): Put point before the
4028 first link, so the user can quickly select links with the keyboard.
4029 (normal-mouse-startup-screen): Add more useful text describing how
4030 to follow a link.
4031
4032 2007-10-14 Glenn Morris <rgm@gnu.org>
4033
4034 * progmodes/etags.el (select-tags-table): Disable undo in the
4035 `*Tags Table List*' buffer.
4036
4037 2007-10-13 Eli Zaretskii <eliz@gnu.org>
4038
4039 * dired.el (dired-warn-writable): New face.
4040 (dired-warn-writable-face): New variable.
4041 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
4042 of dired-warning-face, for group- and world-writable files.
4043
4044 2007-10-13 Richard Stallman <rms@gnu.org>
4045
4046 * files.el (directory-abbrev-alist): Doc fix.
4047
4048 2007-10-13 Jari Aalto <jari.aalto@cante.net>
4049
4050 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
4051
4052 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4053
4054 * frame.el (set-frame-configuration): Assign name parameter only
4055 if it has been set explicitly before.
4056
4057 2007-10-11 Tom Tromey <tromey@redhat.com>
4058
4059 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
4060 frame is visible.
4061
4062 2007-10-10 Richard Stallman <rms@gnu.org>
4063
4064 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4065 in *Backtrace*.
4066
4067 * faces.el (face-font-selection-order): Doc fix.
4068
4069 * loadhist.el (unload-feature): Doc fix.
4070
4071 2007-10-13 Glenn Morris <rgm@gnu.org>
4072
4073 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4074 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4075 Add doc string, and an explicit COUNT argument.
4076 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4077 `inc' to search functions.
4078
4079 * faces.el (face-spec-set): When FRAME is nil, set the default for
4080 new frames (restores pre-2007-09-17 behavior). Doc fix.
4081
4082 2007-10-13 John W. Eaton <jwe@octave.org>
4083
4084 * progmodes/octave-mod.el (octave-looking-at-kw)
4085 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4086 New functions.
4087 (octave-in-defun-p, calculate-octave-indent)
4088 (octave-blink-matching-block-open, octave-beginning-of-defun)
4089 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4090 to search for regexps that contain case-sensitive keywords.
4091 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4092 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4093
4094 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4095
4096 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4097 Do not use a single clause cond.
4098
4099 * cus-start.el (all): Use test that does not match the X11 version
4100 for mac.
4101
4102 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
4103
4104 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4105 BROWSE buffer.
4106
4107 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * cus-start.el (all): Undo previous change.
4110
4111 2007-10-13 Glenn Morris <rgm@gnu.org>
4112
4113 * woman.el (woman0-rename): Fix paren typo.
4114
4115 * mail/feedmail.el (feedmail-run-the-queue)
4116 (feedmail-look-at-queue-directory):
4117 * mail/reporter.el (reporter-dump-state):
4118 * net/eudc-hotlist.el (eudc-edit-hotlist):
4119 * net/eudc.el (eudc-display-records)
4120 (eudc-filter-duplicate-attributes)
4121 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4122 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4123 (eudc-bbdb-query-internal):
4124 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4125 * net/socks.el (socks-build-auth-list):
4126 * progmodes/cc-cmds.el (top level):
4127 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4128 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4129 (cperl-write-tags, cperl-tags-treeify):
4130 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4131 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4132 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4133 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4134 (idlwave-toolbar-remove-everywhere):
4135 * progmodes/idlwave.el (idlwave-indent-line)
4136 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4137 (idlwave-write-paths, idlwave-all-method-classes)
4138 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4139 (idlwave-fix-keywords, idlwave-display-calling-sequence)
4140 (idlwave-complete-in-buffer):
4141 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4142 (org-fast-tag-selection):
4143 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4144 than mapcar.
4145
4146 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4147
4148 * diff-mode.el (diff-fine-change): Add :group.
4149
4150 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * cus-start.el (all): Use the same test as the 22.2 branch.
4153
4154 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * diff-mode.el (diff-current-defun): Force recomputation of
4157 change-log-default-name.
4158
4159 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * startup.el (fancy-startup-screen): Remove an unnecessary newline
4162 and some leftover logic regarding dedicated frames. If showing
4163 concise startup screen, fit window to buffer.
4164 (command-line-1): If we will be using the splash screen, use
4165 find-file instead of find-file-other-window to find additional files.
4166 Comment out unused code for coping with the old sit-for behavior.
4167
4168 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4171 `meta' modifier consistently, rather than using sometimes meta
4172 sometimes alt.
4173
4174 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4175
4176 * window.el (handle-select-window): Revert part of 2007-10-08
4177 change setting the input focus.
4178
4179 2007-10-12 Glenn Morris <rgm@gnu.org>
4180
4181 * startup.el (command-line): Do not read abbrev file in batch mode.
4182
4183 * emacs-lisp/byte-opt.el (top level):
4184 * mail/rmail.el (rmail-list-to-menu):
4185 * obsolete/hilit19.el (hilit-mode):
4186 * progmodes/cc-mode.el (c-postprocess-file-styles)
4187 (c-submit-bug-report):
4188 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4189 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4190 (reftex-access-parse-file):
4191 * textmodes/reftex-cite.el (reftex-do-citation)
4192 (reftex-insert-bib-matches):
4193 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4194 * textmodes/reftex-sel.el (reftex-select-unmark):
4195 * textmodes/reftex-toc.el (reftex-toc-do-promote):
4196 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4197
4198 * cus-edit.el (custom-variable-menu, custom-face-menu)
4199 (custom-group-menu): Check init-file-user rather than
4200 user-init-file, in case cus-edit is loaded by site-run-file.
4201
4202 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4203
4204 * vc.el (vc-deduce-fileset): Delete unused code.
4205 (vc-next-action): Fix typos.
4206
4207 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4208
4209 * bs.el (bs--mark-unmark): New function.
4210 (bs-mark-current, bs-unmark-current): Use it.
4211
4212 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4213
4214 * vc.el (vc-diff):
4215 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
4216 temporarily disable the check for his edge case of
4217 vc-diff (stopping it from grinding when called from $HOME), as
4218 it's calling some brittle code in vc-hooks.el.
4219 (with-vc-properties): Fix evaluation time of a macro argument.
4220 * ediff-vers.el (ediff-vc-internal):
4221 * vc-hooks.el:
4222 * loaddefs.el: Follow up on VC terminology change.
4223
4224 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * follow.el (follow-stop-intercept-process-output):
4227 Use `follow-call-process-filter' rather than `process-filter'.
4228 Simplify.
4229
4230 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4231
4232 * vc-hooks.el (vc-registered): Robustify this function a bit
4233 against filenames with no directory component.
4234
4235 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * international/characters.el: Undo unwanted and unexplained change.
4238
4239 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4240
4241 * ps-print.el: Fix the usage of :foreground and :background face
4242 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4243 (ps-print-version): New version 6.7.6.
4244 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4245 Fix code.
4246 (ps-face-foreground-color-p, ps-face-background-color-p)
4247 (ps-face-color-p): New inline funs.
4248
4249 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4250
4251 * textmodes/org.el (org-additional-option-like-keywords): New constant.
4252 (org-complete): Use `org-additional-option-like-keywords'.
4253 (org-parse-local-options): New function.
4254
4255 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4256
4257 * textmodes/org.el (org-in-clocktable-p): New function.
4258 (org-clock-report): Only update the table at point, or insert a new one.
4259 (org-clock-goto): New function.
4260 (org-open-file): Use `start-process-shell-command' instead of
4261 `shell-command' with an ampersand.
4262 (org-deadline, org-schedule): New argument REMOVE to remove the
4263 date from the entry.
4264 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4265 argument to `org-schedule' and `org-deadline'.
4266 (org-trim): Use the correct expressions for beginning and end of
4267 the string.
4268 (org-get-cleaned-entry): Trim the string before returning it.
4269 (org-clock-find-position): New function.
4270 (org-clock-into-drawer): New option.
4271 (org-agenda-tags-column): Rename from
4272 `org-agenda-align-tags-to-column'.
4273 (org-agenda-align-tags): Allow negative values for
4274 `org-agenda-tags-column'.
4275 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4276 (org-agenda-to-appt): New optional argument FILTER.
4277 (org-completion-fallback-command): New variable.
4278 (org-complete): Use `org-completion-fallback-command'.
4279 (org-find-base-buffer-visiting): Catch the case that there is no
4280 buffer visiting the file.
4281 (org-property-or-variable-value): New function.
4282 (org-todo): Use `org-property-or-variable-value'
4283 (org-agenda-compact-blocks): New option.
4284 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4285 (org-agenda-schedule, org-agenda-deadline):
4286 Call `org-agenda-show-new-time'.
4287 (org-agenda-show-new-time): New argument PREFIX.
4288 (org-colgroup-info-to-vline-list): Fix but that cause a
4289 shift in the vertical lines.
4290 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4291 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4292 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4293 (org-fix-bullet-type): Remove argument.
4294 (org-read-date): Check for am/pm twice, to catch the end time.
4295 (org-goto-map): Use `suppress-keymap'.
4296 (org-remember-apply-template): Respect the dynamically scoped
4297 selection character.
4298
4299 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4300
4301 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4302 Renaming of `org-latex-protect'.
4303 (org-export-latex-emphasis-alist): By default, don't protect
4304 any emphasis formatter from further conversion.
4305 (org-export-latex-tables): Honor column grouping for tables.
4306 (org-export-latex-title-command): New option.
4307 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4308 export backslash character.
4309
4310 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * frame.el (frame-inherited-parameters): Remove unused `environment'
4313 parameter, and let server.el add `client' when needed.
4314
4315 * server.el (server-create-tty-frame)
4316 (server-create-window-system-frame): Set frame-inherited-parameters.
4317
4318 * frame.el (frame-inherited-parameters): New var.
4319 (make-frame): Use it.
4320
4321 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4322
4323 * env.el (let-environment): Remove. Unused.
4324 (read-envvar-name): Simplify.
4325 (setenv): Remove unused arg `frame'.
4326
4327 * help-fns.el (describe-variable): Add missing " " for multiline
4328 obsolescence info and missing EOL after global value.
4329
4330 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4331
4332 * add-log.el:
4333 * ediff-vers.el:
4334 * log-view.el:
4335 * pcvs.el:
4336 * vc-arch.el:
4337 * vc-bzr.el:
4338 * vc-cvs.el:
4339 * vc.el:
4340 * vc-git.el:
4341 * vc-hg.el:
4342 * vc-hooks.el:
4343 * vc-mcvs.el:
4344 * vc-mtn.el:
4345 * vc-rcs.el:
4346 * vc-sccs.el:
4347 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4348 {find,init,next,previous,annotate-*,log}-version ->
4349 {find,init,next,previous,annotate-*,log}-revision,
4350 annotate-focus-version -> annotate-working-revision, The term
4351 'focus' is gone. The term 'revision' is now used consistently
4352 everywhere that reference to a revision ID is intended, replacing
4353 older use of 'version'.
4354
4355 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * follow.el: Change all instances of "Follow Mode" to "Follow
4358 mode" in docstrings and messages.
4359 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4360
4361 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4362
4363 * vc.el (vc-next-action): Rewrite completely; this principal
4364 entry point now operates on a current fileset selected either
4365 explicitly via VC-Dired or implicitly by visiting a file buffer,
4366 rather than always operating on the file of the current buffer as
4367 in older versions. Rewrite the rest of the mode to match.
4368 (with-vc-properties): Rewrite to operate on a file list.
4369 (with-vc-file): vc-checkin takes a file list argument now.
4370 (vc-post-command-functions): This hook now receives a file list.
4371 (vc-do-command): Take a either a file or a file list as argument.
4372 (vc-deduce-fileset): New function for deducing a file list to
4373 operate on.
4374 (vc-next-action-on-file, vc-next-action-dired): Remove.
4375 Merge into vc-next-action.
4376 (vc-register): Adapt to the fact that vc-start-entry now takes a
4377 file list.
4378 (vc-register-with): New function.
4379 (vc-start-entry): Take a file list argument rather than a
4380 file argument.
4381 (vc-checkout): Cope with vc-start-entry taking a file list.
4382 (vc-steal-lock): Cope with with-vc-properties taking a
4383 file list.
4384 (vc-checkin): Take a file list argument rather than a file argument.
4385 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4386 (vc-diff-internal): Rewrite for filesets.
4387 (vc-diff-sentinel): New function, tests whether changes were
4388 written into a diff buffer.
4389 (vc-diff): Rewrite for filesets.
4390 (vc-version-diff): Rewrite for filesets.
4391 (vc-print-log): Take a fileset argument.
4392 (vc-revert): Revert the entire selected fileset, not just the
4393 current buffer.
4394 (vc-rollback): Roll back the entire selected fileset, if
4395 possible. No longer accepts a prefix argument.
4396 (vc-update): Merge new changes for the entire selected
4397 fileset, not just the current buffer.
4398 (vc-revert-file): Cope with with-vc-properties taking a file list.
4399 (vc-default-dired-state-info): Add + status suffix if the file is
4400 modified.
4401 (vc-annotate-warp-version): Use the new diff machinery.
4402 (vc-log-edit): Take a file list argument rather than a file argument.
4403
4404 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4405
4406 Sync with Tramp 2.1.11.
4407
4408 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4409 Pacify byte compiler.
4410
4411 * net/trampver.el: Update release number.
4412
4413 2007-10-09 Richard Stallman <rms@gnu.org>
4414
4415 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4416
4417 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * follow.el: Require easymenu.
4420 (follow-mode-hook, follow-mode): Doc fixes.
4421 (follow-mode-off-hook): Mark as obsolete.
4422
4423 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4424
4425 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4426 select-window or select-frame events.
4427 (handle-select-window): When autoselecting window set input
4428 focus. Restructure.
4429
4430 * frame.el (focus-follows-mouse): Move to frame.c.
4431 * cus-start.el (all): Add focus-follows-mouse.
4432
4433 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4436 activate font-locking in the *buffer-selection* buffer.
4437 (bs-show-sorted): Doc fix.
4438
4439 * bs.el (bs--get-marked-string, bs--get-modified-string)
4440 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4441 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4442 (bs--format-aux): Doc fix.
4443
4444 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4445
4446 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4447
4448 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4449
4450 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4451 (gud-gdb): New function for old M-x gdb (text command mode).
4452 (gud-gdb-command-name, gdb): Move to...
4453
4454 * progmodes/gdb-ui.el: ...here and adapt doc string.
4455 (gud-gdba-command-name, gdba): Delete.
4456
4457 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * bs.el: Don't defvar `font-lock-verbose'.
4460 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4461 (bs--get-file-name): Fix typos in docstrings.
4462 (bs--show-header): Use `dolist' instead of `mapcar'.
4463 (bs-mode): Set `show-trailing-whitespace' to nil.
4464 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4465 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4466 Doc fixes.
4467
4468 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4469
4470 * progmodes/gud.el (pdb): Specify file for gud-break.
4471
4472 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4473
4474 * progmodes/gud.el (gdb): Make graphical mode the default and
4475 switch to text command mode if appropriate, i.e., reverse previous
4476 arrangement.
4477 (gud-gdb-marker-filter): Adapt for above change.
4478
4479 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4480 gud-minor-mode and gud-marker-filter.
4481 (gdb-fullname-regexp): New variable.
4482 (gud-gdba-marker-filter): Use it to switch to text command
4483 mode if appropriate.
4484
4485 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4486
4487 * progmodes/gud.el (gud-display-line): Find source buffer even when
4488 GUD buffer has its own frame.
4489
4490 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4491
4492 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4493
4494 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4495
4496 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4497
4498 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4499
4500 * allout.el (allout-before-change-handler): Replace got-char by
4501 goto-char.
4502
4503 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4506 Used to try and automatically enabled smerge-mode in the presence of
4507 conflicts and to call `svn resolved' when the conflicts are gone.
4508 (vc-svn-parse-status): Remember the svn-specific status.
4509
4510 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4511
4512 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4513 menu-bar-apropos-menu. All users changed.
4514 (menu-bar-help-menu): Change menu symbols to better match the text
4515 displayed by the menu.
4516
4517 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4518
4519 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4520 #, @, : and ^.
4521
4522 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4523
4524 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4525
4526 * log-view.el (log-view-mode-map): Likewise.
4527
4528 * diff-mode.el (diff-mode-shared-map): Likewise.
4529
4530 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4531
4532 * files.el (file-name-sans-versions): Also allow `A-Z'.
4533
4534 * vc.el: Mention all supported VC backends.
4535
4536 2007-10-08 Richard Stallman <rms@gnu.org>
4537
4538 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4539 neighbouring buttons.
4540
4541 2007-10-08 Andreas Schwab <schwab@suse.de>
4542
4543 * files.el (file-name-sans-versions): Also allow `_'.
4544
4545 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4548
4549 * log-view.el (log-view-mode-map, log-view-mode-menu):
4550 Bind log-view-annotate-version.
4551 (log-view-beginning-of-defun, log-view-end-of-defun)
4552 (log-view-annotate-version): New functions.
4553 (log-view-mode): Use log-view-beginning-of-defun and
4554 log-view-end-of-defun.
4555
4556 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4559
4560 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4563 neighbouring buttons.
4564
4565 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4566 Recognize gcc's use of "note" for informational messages.
4567
4568 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4571 (css-mode): Update correspondingly.
4572
4573 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4574
4575 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4576 Signed-off-by, Acked-by and Merge.
4577
4578 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4581
4582 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * vc-mtn.el: New file.
4585
4586 * vc-hooks.el (vc-handled-backends): Add Mtn.
4587
4588 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4589
4590 * files.el (find-file, find-file-other-window)
4591 (find-file-other-frame, find-file-existing, find-file-read-only)
4592 (find-file-read-only-other-window)
4593 (find-file-read-only-other-frame)
4594 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4595
4596 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4597
4598 * progmodes/gud.el (gdb-ready): New variable.
4599 (gdb): Set it to nil. Set gud-running to nil here...
4600 (gud-common-init): ...instead of here.
4601
4602 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4603 Use gdb-ready. Discard input until GDB is ready to accept it.
4604
4605 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4606
4607 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4608 make it show up with eight colors.
4609
4610 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4613 diffs are concatenated with no intervening line.
4614
4615 2007-10-08 Dave Love <fx@gnu.org>
4616
4617 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4618 (python-font-lock-keywords): Update to the 2.5 version of the language.
4619 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4620 (python-backspace): Only behave funny in code.
4621 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4622 (inferior-python-mode): Add PDB prompt regexp.
4623 (python-fill-paragraph): Refine the fenced-string regexp.
4624 (python-find-imports): Handle imports spanning several lines.
4625 (python-mode): Add `class' to hideshow support.
4626
4627 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4630 Use add-log-buffer-file-name-function rather than binding
4631 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4632 when `fi' is the ChangeLog file itself.
4633
4634 * outline.el (outline-flag-region): Use front-advance.
4635
4636 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4637
4638 * progmodes/cperl-mode.el: Merge upstream 5.23.
4639 (cperl-where-am-i): Remove function.
4640 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4641 (cperl-sniff-for-indent): De-invert [string] and [comment].
4642 When looking for label, skip s:m:y:tr.
4643 (cperl-indent-line): Likewise.
4644 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4645 (cperl-windowed-init): Wrong `ps-print' handling.
4646 Both thanks to Chong Yidong.
4647 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4648 (cperl-find-pods-heres): If the second part of s()[] is missing,
4649 don't try to highlight delimiters...
4650
4651 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * progmodes/compile.el (compilation-get-file-structure): Complete last
4654 change by also using spec-directory in the puthash.
4655
4656 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4657
4658 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4659 (vc-bzr-status): Fix shadowing of variable 'status'.
4660 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4661 Use `expand-file-name' instead of `concat'.
4662 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4663 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4664
4665 2007-10-08 Jason Rumney <jasonr@gnu.org>
4666
4667 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4668
4669 2007-10-08 Richard Stallman <rms@gnu.org>
4670
4671 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4672 Add `safe-local-variable' property.
4673 (lisp-body-indent): Likewise.
4674
4675 2007-10-08 Richard Stallman <rms@gnu.org>
4676
4677 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4678 Add doc string.
4679
4680 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4681
4682 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4683
4684 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4685
4686 * repeat.el (repeat): Use last-repeatable-command instead of
4687 real-last-command. Run pre- and post-command hooks for
4688 self-insertion. Update doc-string.
4689
4690 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4691
4692 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4693 state of the file.
4694 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4695 (vc-git-create-repo): Fix invalid command.
4696
4697 2007-10-08 Richard Stallman <rms@gnu.org>
4698
4699 * textmodes/flyspell.el (flyspell-mode):
4700 Catch errors in flyspell-mode-on.
4701
4702 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4703
4704 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4705
4706 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * international/encoded-kb.el (encoded-kbd-setup-display):
4709 Use input-decode-map rather than local-key-translation-map.
4710
4711 * term/rxvt.el (rxvt-alternatives-map): New map.
4712 (terminal-init-rxvt): Use it.
4713 Bind rxvt-function-map in input-decode-map.
4714
4715 * term/xterm.el (xterm-alternatives-map): New map.
4716 (terminal-init-xterm): Use it.
4717 Bind xterm-function-map in input-decode-map.
4718
4719 * term/x-win.el (x-alternatives-map): New var.
4720 (x-setup-function-keys): Use it.
4721
4722 * help-fns.el (describe-variable): Slightly change the layout of
4723 meta-info to separate it better from the docstring.
4724 Standardize insertion of extra empty lines in various circumstances.
4725
4726 * diff-mode.el (diff-hunk-style): New fun.
4727 (diff-end-of-hunk): Use it.
4728 (diff-context->unified): Use the new `apply' undo element,
4729 if applicable, so as to save undo-log space.
4730 (diff-fine-change): New face.
4731 (diff-fine-highlight-preproc): New function.
4732 (diff-fine-highlight): New command.
4733 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4734
4735 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4736 (smerge-refine-highlight-change): Add `props' argument.
4737 (smerge-refine-subst): New function holding most of smerge-refine.
4738 (smerge-refine): Use it.
4739
4740 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4741
4742 * vc.el (vc-default-wash-log): Remove unused code, the
4743 log washers all live in the backends now.
4744 (vc-default-comment-history): Correct for the fact
4745 that wash-log is argumentless in the new API.
4746
4747 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4748
4749 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4750 (tramp-maybe-send-script): Apply `member' but `memq'.
4751 (tramp-advice-file-expand-wildcards): Simplify implementation.
4752
4753 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4756
4757 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4758 (minibuf-depth-setup-minibuffer): Use it.
4759
4760 2007-10-07 Glenn Morris <rgm@gnu.org>
4761
4762 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4763 version numbers.
4764
4765 2007-10-06 Juri Linkov <juri@jurta.org>
4766
4767 * textmodes/fill.el (fill-paragraph-or-region): New function.
4768
4769 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4770 instead of fill-paragraph.
4771
4772 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4773 with fill-paragraph-or-region. Suspend command is now the same
4774 `suspend-frame' on window systems and on tty.
4775
4776 * image.el (image-type): Check if image-types is bound to not fail
4777 on tty.
4778
4779 * delsel.el (delete-selection-pre-hook):
4780 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4781 is fbound to not fail on mouseless tty.
4782
4783 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4784
4785 * net/tramp.el (top): Move loading of tramp-util.el and
4786 tramp-vc.el to tramp-compat.el.
4787 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4788 temporary file if possible, in order to avoid a security hole.
4789 (tramp-do-copy-or-rename-file-out-of-band)
4790 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4791 with DONT-CREATE, because the connection is not setup yet.
4792 (tramp-handle-process-file): Rewrite temporary file handling.
4793 (tramp-completion-mode): New defvar.
4794 (tramp-completion-mode-p): Use it.
4795
4796 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4797
4798 * net/tramp-fish.el (tramp-fish-handle-process-file):
4799 Rewrite temporary file handling.
4800
4801 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4802
4803 * vc.el: Workfile version -> focus version change. Port various
4804 comments from new VC to reduce the noise in the diff.
4805 Patch in the new vc-create-repo function to go with the
4806 header comment about it already present.
4807 There are no changes to existing logic in this patch.
4808 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4809
4810 2007-10-06 Aaron Hawley <aaronh@garden.org>
4811
4812 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4813
4814 2007-10-05 Chris Moore <dooglus@gmail.com>
4815
4816 * server.el (server-kill-new-buffers): Doc fix.
4817
4818 2007-10-05 John W. Eaton <jwe@octave.org>
4819
4820 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4821 (octave-begin-keywords): Add "do".
4822 (octave-end-keywords): Remove "end".
4823 (octave-reserved-words): Add "end". Remove "all_va_args",
4824 "gplot", and 'gsplot".
4825 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4826 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4827 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4828 "default_return_value", "define_all_return_values",
4829 "do_fortran_indexing", "empty_list_elements_ok",
4830 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4831 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4832 "prefer_zero_one_indexing", "propagate_empty_matrices",
4833 "resize_on_range_error", "treat_neg_dim_as_zero",
4834 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4835 "warn_divide_by_zero", "warn_function_name_clash",
4836 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4837 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4838 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4839 "sigterm_dumps_octave_core".
4840 (octave-block-match-alist): Remove "end" from block-end keywords.
4841 (octave-mode): Update ftp site address.
4842
4843 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4844
4845 * vc.el: Reorder functions, no code changes.
4846
4847 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4848
4849 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4850 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4851 the cond clauses where needed.
4852 (tramp-handle-write-region): Rearrange code for proper handling of
4853 tmpfile.
4854
4855 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4856
4857 * net/tramp.el:
4858 * net/tramp-fish.el:
4859 * net/tramp-ftp.el:
4860 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4861 `tramp-compat-make-temp-file'.
4862
4863 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4866
4867 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4870 already uses a more recent copyright version than the "current" one.
4871
4872 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4873
4874 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4875 (doc-view-insert-image): Minor aesthetical docstring changes.
4876
4877 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4878
4879 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4880 completing filename.
4881 (doc-view-search-internal): Docstring change.
4882
4883 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4884
4885 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4886 (tramp-file-name-handler-alist):
4887 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4888 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4889 used before, creates the file already, which is not desired.
4890 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4891 temporary file.
4892 (tramp-handle-insert-file-contents): Assign the result in the
4893 short track case.
4894 (tramp-handle-insert-file-contents-literally): New defun.
4895 (tramp-completion-mode-p): Revert change from 2007-09-24.
4896 Checking for `return' etc as last character is not sufficient, for
4897 example in dired-mode when entering <g> (revert-buffer) or
4898 <s> (dired-sort).
4899
4900 * net/tramp-compat.el (top): Add also compatibility code for loading
4901 appropriate timer package.
4902 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4903 order to avoid autoloading problems.
4904
4905 * net/tramp-fish.el:
4906 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4907
4908 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4909 where the second parameter of `copy-file' or `rename-file' is a
4910 remote file but not via ftp.
4911
4912 2007-10-02 Richard Stallman <rms@gnu.org>
4913
4914 * frame.el (cursor-in-non-selected-windows): Doc fix.
4915
4916 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4917
4918 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4919 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4920
4921 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4922
4923 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4924 when `expt' doesn't give range errors.
4925
4926 2007-10-01 Markus Triska <markus.triska@gmx.at>
4927
4928 * calc/calc-math.el (math-smallest-emacs-expt):
4929 Make the computation more robust.
4930
4931 2007-09-30 David Kastrup <dak@gnu.org>
4932
4933 * startup.el (argv): Alias for `command-line-args-left' to use as
4934 `(pop argv)' inside of --eval command sequences. Allows for
4935 passing shell commands into Emacs verbatim without need for Lisp
4936 quoting.
4937
4938 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4939 check only for changed size.
4940 (auto-revert-tail-handler): Get size from caller. If the file has
4941 shrunk, tail the whole file again (the file presumably has been
4942 rewritten).
4943
4944 * woman.el (woman-topic-all-completions, woman-mini-help):
4945 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4946 actually was being manipulated in the loop.
4947 (woman-Cyg-to-Win, woman-pre-process-region)
4948 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4949 (woman-strings, woman-special-characters, woman1-hc)
4950 (woman-change-fonts, woman-find-next-control-line):
4951 Use `match-beginning' rather than `match-string' when the result is
4952 just used as a flag.
4953
4954 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * net/tramp-compat.el: New file.
4957
4958 * net/tramp.el:
4959 * net/tramp-fish.el:
4960 * net/tramp-smb.el:
4961 * net/tramp-uu.el:
4962 * net/trampver.el: Move compatibility code to tramp-compat.el.
4963 Apply `mapc' instead of `mapcar' when the code needs side effects
4964 only. Move utf-8 coding cookie to the second line.
4965
4966 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4967
4968 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4969 Improve custom type.
4970 (icon-map-list): Make it customizable. Document how to disable
4971 stock icons.
4972
4973 2007-09-30 Richard Stallman <rms@gnu.org>
4974
4975 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4976
4977 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4978
4979 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4980
4981 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4984 (t-mouse-mode): New compatibility alias.
4985
4986 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4987
4988 * server.el (server-delete-client): Only delete the terminal if it
4989 is non-nil.
4990
4991 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4992
4993 * net/tramp.el (with-file-property, with-connection-property):
4994 Highlight as keyword.
4995 (tramp-rfn-eshadow-setup-minibuffer)
4996 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4997 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4998 (tramp-do-copy-or-rename-file-directly)
4999 (tramp-do-copy-or-rename-file-out-of-band)
5000 (tramp-handle-shell-command, tramp-get-debug-buffer)
5001 (tramp-send-command-and-read, tramp-equal-remote)
5002 (tramp-get-local-gid): Pacify byte-compiler.
5003 (tramp-handle-file-name-directory): Result shall not be expanded.
5004 (tramp-find-foreign-file-name-handler): Rewrite.
5005 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5006
5007 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5008
5009 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5010 Apply `tramp-completion-mode-p'.
5011 (tramp-fish-handle-set-file-times)
5012 (tramp-fish-handle-executable-find)
5013 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5014 (tramp-fish-retrieve-data): Pacify byte-compiler.
5015
5016 * net/tramp-gw.el (tramp-gw-basic-authentication):
5017 Call `tramp-read-passwd' with first parameter `nil'.
5018
5019 2007-09-28 Glenn Morris <rgm@gnu.org>
5020
5021 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5022 than mapcar.
5023
5024 * textmodes/tex-mode.el (tex-suscript-height-ratio)
5025 (tex-suscript-height-minimum): New customizable variables.
5026 (tex-suscript-height): New function.
5027 (superscript, subscript): Set height using tex-suscript-height
5028 rather than fixing at 0.8.
5029 (tex-fontify-script, tex-font-script-display): Add :version tag.
5030
5031 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
5032
5033 * progmodes/python.el (python-eldoc-function): Doc fix.
5034
5035 2007-09-27 Glenn Morris <rgm@gnu.org>
5036
5037 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
5038 image if it is not in image-type-auto-detectable, or is there with
5039 a nil value.
5040
5041 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5044 connection more robust.
5045
5046 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5049 Deal with the case that special &keywords are at the beginning or
5050 end of the argument list. Also add some (incomplete) support for
5051 non-standard arglists.
5052
5053 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5056 (eldoc-message-commands, eldoc-current-idle-delay)
5057 (eldoc-function-argstring-format): Fix typos in docstrings.
5058
5059 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
5060
5061 * calc/calc-units.el (calc-convert-units)
5062 (calc-convert-temperature): Remove unnecessary colons.
5063
5064 2007-09-26 Bastien Guerry <bzg@altern.org>
5065
5066 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5067 New function.
5068 (org-export-latex-remove-from-headlines): Name changed because of typo.
5069 (org-export-latex-quotation-marks-convention): Option removed.
5070 (org-export-latex-make-preamble): Handle the DATE option.
5071 (org-export-latex-cleaned-string): Now the only cleaning function,
5072 synched up with org.el.
5073 (org-export-latex-lists, org-export-latex-parse-list)
5074 (org-export-list-to-latex): New functions.
5075
5076 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5077
5078 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5079 (org-outline-regexp): New constant.
5080 (org-remember-handler): Throw error when the target file is not in
5081 org-mode.
5082 (org-cleaned-string-for-export): No longer call
5083 `org-export-latex-cleaned-string' with an argument.
5084 (org-get-tags): Returns now a list, not a string.
5085 (org-get-tags-string): New function.
5086 (org-archive-subtree): No need to split return of `org-get-tags'.
5087 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5088 instead of `org-get-tags'.
5089 (org-agenda-format-date): Rename from `org-agenda-date-format'.
5090 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5091 (org-compatible-face): New argument INHERITS. Inherit from this
5092 face if possible.
5093 (org-level-1, org-level-2, org-level-3, org-level-4)
5094 (org-level-5, org-level-6, org-level-7, org-level-8)
5095 (org-special-keyword, org-drawer, org-column, org-warning)
5096 (org-archived, org-todo, org-done, org-headline-done, org-table)
5097 (org-formula, org-code, org-agenda-structure)
5098 (org-scheduled-today, org-scheduled-previously)
5099 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5100 in the new way.
5101 (org-get-heading): New argument NO-TAGS.
5102 (org-fast-tag-selection-include-todo): Made defvar instead of
5103 defcustom, feature is not deprecated.
5104 (org-remember-store-without-prompt): New default value t.
5105 (org-todo-log-states): New variable.
5106 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5107 Compute the log states.
5108 (org-goto-map): More commands copied from global map. Also bind
5109 `org-occur'.
5110 (org-goto): Made into a general lookup command.
5111 (org-get-location): Complete rewrite.
5112 (org-goto-exit-command): New variable.
5113 (org-goto-selected-point): New variable.
5114 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5115 Set the new variables.
5116 (org-paste-subtree): Whitespace insertion strategy revised.
5117 (org-remember-apply-template): Protect v-A from the possibility
5118 that v-a might be nil.
5119 (org-remember-handler): Insertion rules revised.
5120 (org-todo): Respect org-todo-log-states.
5121 (org-up-heading-safe): New function.
5122 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5123
5124 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5125
5126 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5127 region if in transient-mark-mode.
5128
5129 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * calc/calc-ext.el (calc-init-extensions, calc-reset):
5132 * calc/calc-help.el (calc-full-help):
5133 * calc/calc-misc.el (another-calc):
5134 * calc/calc-store.el (calc-var-name-map):
5135 * calc/calc-stuff.el (calc-flush-caches):
5136 * calc/calc-units.el (math-build-units-table):
5137 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5138 (calc-quit):
5139 * calendar/icalendar.el (icalendar--format-ical-event)
5140 (icalendar--convert-ical-to-diary):
5141 * emacs-lisp/authors.el (authors):
5142 * emacs-lisp/cust-print.el (custom-print-install)
5143 (custom-print-uninstall):
5144 * emacs-lisp/disass.el (disassemble-1):
5145 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5146 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5147 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5148 (elint-check-let-form, elint-check-condition-case-form)
5149 (elint-initialize):
5150 * emacs-lisp/elp.el (elp-results):
5151 * emacs-lisp/generic.el (generic-mode-internal):
5152 * emacs-lisp/re-builder.el (reb-delete-overlays):
5153 * emacs-lisp/regi.el (regi-interpret):
5154 * emacs-lisp/sregex.el (sregex--char-aux):
5155 * emulation/cua-rect.el (cua--deactivate-rectangle)
5156 (cua--highlight-rectangle, cua--rectangle-post-command):
5157 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5158 * emulation/viper-macs.el (viper-describe-kbd-macros)
5159 (viper-describe-one-macro):
5160 * emulation/viper-util.el (viper-setup-master-buffer):
5161 * emulation/viper.el (set-viper-state-in-major-mode):
5162 * international/mule-diag.el (describe-current-coding-system):
5163 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5164 * mail/emacsbug.el (report-emacs-bug):
5165 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5166 * obsolete/hilit19.el (hilit-unhighlight-region)
5167 (hilit-set-mode-patterns):
5168 * play/solitaire.el (solitaire-check, solitaire-solve):
5169 * play/zone.el (zone-pgm-rotate):
5170 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5171 * progmodes/ada-prj.el (ada-prj-display-page):
5172 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5173 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5174 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5175 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5176 * progmodes/sh-script.el (sh-make-vars-local)
5177 (sh-reset-indent-vars-to-global-values):
5178 * progmodes/sql.el (top):
5179 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5180 * progmodes/xscheme.el (top):
5181 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5182 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5183 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5184 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5185 (artist-submit-bug-report):
5186 * textmodes/flyspell.el (flyspell-delay-commands)
5187 (flyspell-deplacement-commands):
5188 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5189 (table--generate-source-cells-in-a-row, table--make-cell-map)
5190 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5191
5192 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * allout.el (produce-allout-mode-map, allout-process-exposed):
5195 * ansi-color.el (ansi-color-make-color-map):
5196 * autoinsert.el (auto-insert):
5197 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5198 * dired-aux.el (dired-create-files):
5199 * dired.el (dired-restore-desktop-buffer):
5200 * ediff-diff.el (ediff-setup-fine-diff-regions):
5201 * ediff-mult.el (ediff-intersect-directories)
5202 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5203 (ediff-redraw-registry-buffer):
5204 * ediff-ptch.el (ediff-fixup-patch-map):
5205 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5206 (ediff-really-quit, ediff-clear-diff-vector):
5207 * emerge.el (emerge-really-quit):
5208 * ffap.el (ffap-replace-file-component):
5209 * filecache.el (file-cache-add-directory)
5210 (file-cache-add-directory-recursively)
5211 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5212 (file-cache-delete-directory, file-cache-files-matching-internal)
5213 (file-cache-display):
5214 * files.el (cd):
5215 * find-lisp.el (find-lisp-insert-directory):
5216 * finder.el (finder-compile-keywords):
5217 * help.el (view-emacs-news):
5218 * hi-lock.el (hi-lock-write-interactive-patterns):
5219 * ido.el (ido-to-end, ido-set-matches-1):
5220 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5221 (image-dired-mark-tagged-files):
5222 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5223 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5224 * ps-print.el (ps-background, ps-begin-file)
5225 (ps-build-reference-face-lists):
5226 * simple.el (clone-buffer):
5227 * startup.el (command-line):
5228 * tempo.el (tempo-insert-template, tempo-is-user-element)
5229 (tempo-forward-mark, tempo-backward-mark):
5230 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5231
5232 2007-09-25 Glenn Morris <rgm@gnu.org>
5233
5234 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5235
5236 * view.el (view-search-no-match-lines): Add a doc string.
5237 Rewrite to simplify and work better.
5238
5239 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5240
5241 * progmodes/cc-mode.el (c-mode-base-map):
5242 Use c-indent-line-or-region instead of c-indent-line.
5243
5244 * indent.el (indent-for-tab-command): First check if the region is
5245 active.
5246
5247 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5248
5249 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5250 whitespace-rescan-timer-time is 0.
5251
5252 2007-09-24 Karl Berry <karl@gnu.org>
5253
5254 * international/mule.el (coding-system-base): Fix doc string grammar.
5255
5256 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
5257
5258 * net/tramp.el (tramp-completion-mode-p): Rename from
5259 `tramp-completion-mode'. Revert logic, check `return', `newline'
5260 and such alike. Packages like Icicles tend to use other completion
5261 characters but `tab' and `space' only.
5262
5263 2007-09-24 Adam Hupp <adam@hupp.org>
5264
5265 * progmodes/python.el (run-python): Import emacs module without
5266 waiting; prevents lockup on error.
5267
5268 2007-09-23 Richard Stallman <rms@gnu.org>
5269
5270 * mail/sendmail.el (mail-bury): Delete the frame
5271 if this frame looks like it was made for this message.
5272
5273 * completion.el (completion-separator-self-insert-command)
5274 (completion-separator-self-insert-autofilling):
5275 If `self-insert-command' has been remapped, use the substitute.
5276
5277 * simple.el (copy-region-as-kill): Doc fix.
5278
5279 * textmodes/org.el (org-confirm-shell-link-function)
5280 (org-confirm-elisp-link-function): Doc fixes.
5281
5282 2007-09-23 Glenn Morris <rgm@gnu.org>
5283
5284 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5285
5286 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5289
5290 * term/tvi970.el (terminal-init-tvi970): Likewise.
5291
5292 * term/sun-mouse.el (print-mouse-format): Likewise.
5293
5294 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5295 Use forward-line instead of previous-line and next-line.
5296
5297 2007-09-22 Juri Linkov <juri@jurta.org>
5298
5299 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5300
5301 * tutorial.el (tutorial--default-keys): Update standard bindings:
5302 rename `iconify-or-deiconify-frame' to `suspend-frame',
5303 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5304
5305 2007-09-22 Juri Linkov <juri@jurta.org>
5306
5307 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5308 Add help-echo to external links and to links without description.
5309 (fancy-splash-insert): Use help-echo from the 3rd element of the
5310 link specification list, or "Follow this link" if it's nil. Doc fix.
5311
5312 2007-09-22 Juri Linkov <juri@jurta.org>
5313
5314 * startup.el (command-line): Rename `inhibit-startup-message' to
5315 `inhibit-startup-screen'.
5316 (fancy-about-text): Use shorter label for "Ordering Manuals".
5317 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5318 is nil, display a line with "To start..." and 3 links to useful
5319 tasks. Display the "Dismiss" button and "Don't show this message
5320 again" only when concise is non-nil.
5321 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5322 arg `concise'. If CONCISE is non-nil, display a concise version
5323 of the splash screen in another window. Otherwise, switch to the
5324 startup buffer in the same window.
5325 (startup-echo-area-message): Change displayed binding from
5326 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5327 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5328 the GNU system".
5329 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5330 to "*GNU Emacs*".
5331 (display-about-screen): Don't check the existence of the buffer
5332 "*About GNU Emacs*".
5333 (display-splash-screen): Make alias to `display-startup-screen'.
5334 (command-line-1): Rename `inhibit-startup-message' to
5335 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5336 started with command line options "-f", "-funcall", "-e", "-eval",
5337 "-execute", "-insert", "-find-file", "-file", "-visit".
5338 Inhibit startup screen when Emacs is started with a file name only
5339 on tty (i.e. don't inhibit it when started with a file name like
5340 "emacs FILE..." on a window system).
5341 (command-line-1): Simplify logic of displaying the startup screen:
5342 if file-count > 0, then display the concise version in another
5343 window, otherwise display full version in the same window.
5344
5345 * help.el (help-map): Bind C-h C-a to about-emacs.
5346 (help-for-help-internal): Add C-a description to C-h help text.
5347
5348 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5349
5350 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5351 (checkdoc-permit-comma-termination-flag): Autoload the
5352 safe-local-variable setting.
5353
5354 * bookmark.el (bookmark-xemacsp): Remove.
5355 (bookmark-make): Don't use bookmark-xemacsp,
5356 use (featurep 'xemacs) instead.
5357
5358 * speedbar.el (speedbar-frame-mode)
5359 (speedbar-frame-reposition-smartly)
5360 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5361 (speedbar-check-vc): Remove use of non-existent variable
5362 dframe-xemacsp, use (featurep 'xemacs) instead.
5363
5364 * indent.el (indent-for-tab-command): Indent the region if
5365 transient-mark-mode and the region is active.
5366
5367 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5368
5369 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5370 add inferior-octave-directory-tracker to the buffer-local value
5371 of comint-input-filter-functions.
5372
5373 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5374
5375 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5376
5377 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5378
5379 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5380 on w32 frames.
5381
5382 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * startup.el (normal-top-level): Remove DISPLAY from
5385 process-environment to let it be computed dynamically in callproc.c.
5386
5387 * frame.el (frame-initialize, make-frame):
5388 * faces.el (tty-set-up-initial-frame-faces):
5389 * env.el (setenv): Don't set display-environment-variable.
5390
5391 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5392 (server-create-tty-frame): Don't set unused `tty' property.
5393 Set `display' instead of display-environment-variable.
5394 (server-create-window-system-frame): No display-environment-variable.
5395
5396 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5399 (rfn-eshadow-update-overlay-hook): New defvars.
5400 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5401 Run the hooks.
5402
5403 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5404 (tramp-rfn-eshadow-setup-minibuffer)
5405 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5406 rfn-eshadow.el.
5407
5408 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5409 timeout.
5410
5411 2007-09-21 Glenn Morris <rgm@gnu.org>
5412
5413 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5414 * term/sun-mouse.el (suspend-emacstool): Remove.
5415 * term/sun.el: Remove emacstool-related code.
5416
5417 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5418 (byte-compile-warnings-safe-p): Add `mapcar'.
5419 (byte-compile-warning-types): Add mapcar and make-local.
5420 (byte-compile-normal-call): Add option to suppress mapcar warning.
5421 (top-level): Use mapc rather than mapcar in eval-when-compile.
5422
5423 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5424 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5425 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5426 Handle escaped parens.
5427 (latex-forward-sexp): Doc fix.
5428
5429 * eshell/esh-mode.el (eshell-output-filter-functions):
5430 Add eshell-postoutput-scroll-to-bottom.
5431
5432 * loadup.el: Remove termdev.
5433
5434 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5435 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5436
5437 2007-09-21 Markus Triska <markus.triska@gmx.at>
5438
5439 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5440 `mapcar' is called for effect.
5441
5442 2007-09-21 Kevin Ryde <user42@zip.com.au>
5443
5444 * international/mule.el (sgml-html-meta-auto-coding-function):
5445 Bind `case-fold-search' to t.
5446
5447 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * termdev.el: Remove.
5450
5451 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5452 (frames-on-display-list): Use it.
5453
5454 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5455
5456 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5457
5458 2007-09-20 Richard Stallman <rms@gnu.org>
5459
5460 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5461
5462 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5465
5466 2007-09-20 Glenn Morris <rgm@gnu.org>
5467
5468 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5469 motion functions, rather than hard-coding "\n\n".
5470 (tex-validate-region): Check for eobp, to speed up.
5471 (tex-next-unmatched-end): Doc fix.
5472
5473 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5476
5477 * international/mule.el (auto-coding-alist): Rar archives are binary.
5478
5479 * arc-mode.el: Add basic support for Rar.
5480 (archive-find-type): Recognize Rar's signature.
5481 (archive-desummarize): New fun.
5482 (archive-summarize): Use it to restore the buffer's data in case
5483 someone wants to switch to some other major mode.
5484 (archive-resummarize): Use it as well.
5485 (archive-rar-summarize, archive-rar-extract): New functions.
5486
5487 * filesets.el: Remove spurious * in docstrings.
5488 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5489 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5490 (filesets-ingroup-collect): Remove unused arg `depth'.
5491 (filesets-update): Remove unused arg `version'.
5492
5493 * finder.el (finder-compile-keywords): Fix up comment style.
5494 (finder-mouse-face-on-line): previous-line -> forward-line.
5495
5496 * recentf.el: Remove spurious * in docstrings.
5497 (recentf-save-list): Fix up comment style.
5498
5499 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5500 (octave-mode-map): Move init into declaration and remove \t binding.
5501 (octave-mode-startup-message): Remove unused var.
5502 (octave-scan-blocks): Remove unused arg `from'.
5503 (octave-forward-block, octave-down-block, octave-up-block):
5504 Update callers.
5505
5506 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5507 (meta-mode-map): Likewise and remove \t binding.
5508
5509 * net/snmp-mode.el: Remove spurious * in docstrings.
5510 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5511 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5512 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5513 that completion accepts lists of strings.
5514 (snmp-mode-syntax-table): Move initialization into declaration.
5515 (snmp-mode-map): Likewise and remove \t binding.
5516 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5517 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5518 (snmp-indent-command): Remove.
5519
5520 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5521 binding, so tab-always-indent works right.
5522
5523 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5524
5525 * net/browse-url.el (browse-url-elinks-new-window): New function.
5526 (browse-url-elinks): Use browse-url-elinks-new-window.
5527 Accept optional second argument `new-window'. Fix typo in doc-string.
5528 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5529 Improve error message.
5530
5531 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5532
5533 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5534 parameter name in the function body.
5535 Reported by Johannes Weiner.
5536
5537 2007-09-19 Glenn Morris <rgm@gnu.org>
5538
5539 * net/socks.el (socks-open-network-stream): Signal an explicit
5540 error if the port associated with a service string can't be found.
5541
5542 * textmodes/tex-mode.el (tex-terminate-paragraph):
5543 Use backward-paragraph.
5544
5545 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * server.el (server-running-p): New function.
5548
5549 2007-09-18 Jason Rumney <jasonr@gnu.org>
5550
5551 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5552 x-focus-frame.
5553
5554 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5555 Use x-focus-frame for w32.
5556
5557 2007-09-17 David Kastrup <dak@gnu.org>
5558
5559 * textmodes/tex-mode.el (tex-verbatim-environments):
5560 Eliminate CL dependency.
5561
5562 2007-09-17 Richard Stallman <rms@gnu.org>
5563
5564 * newcomment.el (comment-add): New arg EXTRA.
5565 (comment-region-default): Pass EXTRA if not indenting lines.
5566
5567 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5568
5569 * net/browse-url.el (browse-url-url-encode-chars): New function.
5570 URL-encode some chars in a string.
5571 (browse-url-encode-url): Rewrite using the previous function.
5572 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5573 (browse-url-elinks-sentinel): Fix typo.
5574 (browse-url-new-window-flag): Doc change.
5575
5576 2007-09-17 Glenn Morris <rgm@gnu.org>
5577
5578 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5579 filename from `--file-line-error', if it is available.
5580
5581 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5582
5583 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5584 TeX `--file-line-error' format.
5585
5586 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5587
5588 * xt-mouse.el: Delete add-hook calls that were moved to
5589 xterm-mouse-mode.
5590 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5591 does not work.
5592
5593 2007-09-17 Richard Stallman <rms@gnu.org>
5594
5595 * cus-face.el (custom-theme-set-faces): Undo previous change.
5596
5597 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5598
5599 2007-09-17 Glenn Morris <rgm@gnu.org>
5600
5601 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5602 handling the case where the region is not in `tex-main-file'.
5603 (tex-region-1): Delete.
5604 (tex-region-header): New function, doing the header part of the
5605 old tex-region-1.
5606
5607 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * simple.el (newline): Simplify use of prefix-numeric-value.
5610 (line-move-partial): Remove unused var `ppos'.
5611 (line-move-1): Replace 9999 with most-positive-fixnum.
5612 (move-end-of-line): Use more efficient single-property search.
5613 (move-beginning-of-line): Remove unused var `start'.
5614 (blink-matching-open): Restructure in a more functional style.
5615
5616 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5617
5618 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5619
5620 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * server.el (server-clients): Only keep procs, no properties any more.
5623 (server-client): Remove.
5624 (server-client-get, server-client-set): Remove, replace all callers by
5625 process-get and process-put resp.
5626 (server-clients-with, server-add-client, server-delete-client)
5627 (server-create-tty-frame, server-create-window-system-frame)
5628 (server-process-filter, server-execute, server-visit-files)
5629 (server-buffer-done, server-kill-buffer-query-function)
5630 (server-kill-emacs-query-function, server-switch-buffer)
5631 (server-save-buffers-kill-terminal): Update accordingly.
5632
5633 * server.el (server-with-environment): Simplify.
5634 (server-select-display, server-unselect-display): Re-add functions that
5635 seem to have been lost in the multi-tty merge.
5636 (server-eval-and-print, server-create-tty-frame)
5637 (server-create-window-system-frame, server-goto-toplevel)
5638 (server-execute, server-return-error): New functions extracted from
5639 server-process-filter.
5640 (server-execute-continuation): New functions.
5641 (server-process-filter): Restructure so that all arguments are analysed
5642 first and then acted upon in a subsequent stage. This way
5643 server-goto-toplevel can be executed later, when we know if
5644 it's necessary.
5645 Remove the "-version" and "-version-good" support.
5646
5647 2007-09-16 Drew Adams <drew.adams@oracle.com>
5648
5649 * cus-edit.el (custom-face-edit-activate): Doc fix.
5650
5651 2007-09-16 Glenn Morris <rgm@gnu.org>
5652
5653 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5654 Following cal-bahai renaming, update all instances of
5655 list-bahai-diary-entries to diary-bahai-list-entries,
5656 mark-bahai-diary-entries to diary-bahai-mark-entries,
5657 calendar-goto-bahai-date to calendar-bahai-goto-date,
5658 insert-bahai-diary-entry to diary-bahai-insert-entry,
5659 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5660 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5661 calendar-print-bahai-date to calendar-bahai-print-date.
5662
5663 * textmodes/tex-mode.el (tex-region): Handle the case where the
5664 region is not in `tex-main-file'. Move the old code that applies
5665 to both cases...
5666 (tex-region-1): ...to this new function.
5667
5668 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * vc.el (vc-process-sentinel): New function.
5671 (vc-exec-after): Use it instead of using ugly hackish analysis and
5672 construction of Elisp code.
5673 (vc-sentinel-movepoint): New dynamically scoped var.
5674 (vc-print-log, vc-annotate): Set it to move the user's point.
5675
5676 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5677 inhibit-modification-hooks.
5678
5679 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5680 (calendar-bahai-print-date, calendar-bahai-goto-date)
5681 (diary-bahai-list-entries, diary-bahai-insert-entry):
5682 New names to clean up the namespace a bit more.
5683 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5684
5685 2007-09-15 Glenn Morris <rgm@gnu.org>
5686
5687 * calendar/holidays.el (holiday-list): Rename it back to
5688 `list-holidays', but leave `holiday-list' as an alias.
5689
5690 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5691 custom group.
5692
5693 * textmodes/css-mode.el (css): New custom group.
5694 (css-electrick-keys, css-selector, css-property)
5695 (css-indent-offset): Specify custom group.
5696
5697 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5700 (cvs-execute-single-file): Use process-file.
5701 (cvs-run-process): Use start-file-process.
5702
5703 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5704
5705 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5706 level. Remove the hooks when turning off the mode.
5707
5708 * term/xterm.el: Require xt-mouse at compile time.
5709 (terminal-init-xterm): Turn on xterm mouse tracking for this
5710 terminal if xterm-mouse-mode is enabled.
5711
5712 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5713
5714 * term/xterm.el (xterm-function-map): Replace bindings that were
5715 deleted by the merge.
5716
5717 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5718
5719 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5720 (bubbles-mode-map): Move define-key statements here.
5721 (bubbles-game-theme-menu): Ditto.
5722 (bubbles-graphics-theme-menu): Ditto.
5723 (bubbles-menu): Ditto.
5724 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5725 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5726 (bubbles-plop): Set buffer-undo-list, redisplay.
5727 (bubbles-undo): Reset buffer-undo-list, redisplay.
5728 (bubbles--show-images): Take care of missing text properties.
5729
5730 2007-09-14 Glenn Morris <rgm@gnu.org>
5731
5732 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5733 quoting.
5734
5735 * calendar/cal-hebrew.el, calendar/cal-menu.el
5736 * calendar/calendar.el, calendar/diary-lib.el
5737 * calendar/holidays.el: Rename all instances of
5738 list-calendar-holidays callers to calendar-list-holidays,
5739 list-holidays to holiday-list, check-calendar-holidays to
5740 calendar-check-holidays, mark-calendar-holidays to
5741 calendar-mark-holidays, and filter-visible-calendar-holidays to
5742 holiday-filter-visible-calendar.
5743
5744 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5745
5746 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5747
5748 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5749
5750 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5751 Use transparent background for empty cells in graphics mode.
5752
5753 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5754
5755 * man.el (Man-default-man-entry): At end of line, continue looking
5756 to the next line for possible end of hyphenated command.
5757
5758 2007-09-13 Chris Moore <dooglus@gmail.com>
5759
5760 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5761 the command being edited.
5762
5763 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5764
5765 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5766
5767 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5768
5769 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5770 C-M-S- keys.
5771
5772 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5773
5774 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5775
5776 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5777 New argument `filename-p' to use one set of confusing chars or another.
5778 (browse-url-file-url): Use the argument.
5779 Suggested by Johannes Weiner.
5780
5781 2007-09-12 Romain Francoise <romain@orebokech.com>
5782
5783 * cus-start.el (all): Revert 2007-09-08 change.
5784
5785 2007-09-12 Aaron Hawley <aaronh@garden.org>
5786
5787 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5788 extract .Z files, since it is more common than uncompress.
5789
5790 2007-09-12 Glenn Morris <rgm@gnu.org>
5791
5792 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5793 duplicate function definition.
5794
5795 2007-09-10 Chris Moore <dooglus@gmail.com>
5796
5797 * diff-mode.el (diff-sanity-check-hunk):
5798 Also accept single-line hunks.
5799
5800 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * startup.el (startup-screen-inhibit-startup-screen)
5803 (pure-space-overflow-message): New vars.
5804 (fancy-splash-insert): Allow functions for face and link specs.
5805 (fancy-splash-head): Remove unused arg. Move splash text...
5806 (fancy-startup-text, fancy-about-text): ...here.
5807 (fancy-startup-tail): Rename from fancy-splash-tail.
5808 (fancy-startup-screen, fancy-about-screen): Split off from
5809 fancy-splash-screens.
5810 (display-startup-screen): New function.
5811 (display-about-screen): Rename from display-splash-screen.
5812 (command-line-1): Use concise startup screen if necessary.
5813
5814 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5815
5816 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5817 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5818
5819 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5822 (python-font-lock-keywords): Update to the 2.5 version of the language.
5823 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5824 (python-backspace): Only behave funny in code.
5825 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5826 (inferior-python-mode): Add PDB prompt regexp.
5827 (python-fill-paragraph): Refine the fenced-string regexp.
5828 (python-find-imports): Handle imports spanning several lines.
5829 (python-mode): Add `class' to hideshow support.
5830
5831 2007-09-10 Dave Love <fx@gnu.org>
5832
5833 * outline.el (outline-4, outline-5, outline-7):
5834 Move font-lock-builtin-face down from 4 to 7 to better keep the
5835 progression of color brightness, and to better match Org-mode's faces.
5836
5837 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5838
5839 * progmodes/meta-mode.el (meta-font-lock-keywords)
5840 (font-lock-match-meta-declaration-item-and-skip-to-next)
5841 (meta-comment-indent, meta-indent-previous-line)
5842 (meta-indent-unfinished-line, meta-beginning-of-defun)
5843 (meta-end-of-defun, meta-common-initialization): Handle \f.
5844 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5845 a comment-start.
5846
5847 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5848 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5849 numeric notation of file modes.
5850 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5851 numeric value.
5852 (read-file-modes): New. Read either an octal value of a file mode or a
5853 symbolic value, and return its numeric value.
5854
5855 * dired-aux.el (dired-do-chmod): Change to use the built-in
5856 `set-file-modes' and the previous symbolic mode parsing functions.
5857
5858 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * textmodes/texinfo.el: Remove spurious * in docstrings.
5861 (texinfo-mode-syntax-table, texinfo-mode-map):
5862 Initialize in the declaration.
5863
5864 * tmm.el: Remove spurious * in docstrings.
5865 (tmm-prompt): Use with-current-buffer.
5866
5867 * vcursor.el: Remove spurious * in docstrings.
5868 (vcursor-map): Initialize in the declaration.
5869 (vcursor-use-vcursor-map): Use define-minor-mode.
5870 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5871
5872 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5873 Initialize in the declaration.
5874 (widget-minor-mode): Use define-minor-mode.
5875
5876 * woman.el (woman-mode-map, woman-syntax-table):
5877 Initialize in the declaration.
5878
5879 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5880
5881 * doc-view.el: New file.
5882
5883 2007-09-09 Juri Linkov <juri@jurta.org>
5884
5885 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5886
5887 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5888
5889 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5890 to "Startup screen". Fix docstring.
5891 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5892 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5893 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5894 (initial-scratch-message): Fix docstring.
5895 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5896 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5897 Add link to "Customize Startup" and set interval between links to
5898 5 spaces.
5899 (fancy-about-text): Add links "Authors" and "Contributing".
5900 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5901 and "This is " on the about screen. Add link to
5902 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5903 For the about screen move emacs version to the header from
5904 `fancy-splash-tail' (as it's done already for normal about screen).
5905 (fancy-splash-tail): Insert emacs version only for startup screen.
5906 (normal-splash-screen): Remove duplicate empty lines.
5907 (normal-about-screen): Add links "Authors" and "Contributing".
5908
5909 * menu-bar.el (menu-bar-help-menu):
5910 Move "About Emacs" and "About GNU" to the end of the Help menu.
5911 Move "Emacs Psychotherapist" after "Send Bug Report...".
5912 Move "External Packages" after "Find Emacs Packages".
5913
5914 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5915
5916 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5917 they are useless with the byte compiler.
5918 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5919 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5920 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5921 (tramp-file-name-real-host, tramp-file-name-port)
5922 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5923 defuns.
5924
5925 * net/tramp-cache.el (top): Improve error message when
5926 `tramp-persistency-file-name' is corrupted.
5927
5928 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5929
5930 * textmodes/org.el (org-re): Also replace the :alpha: class.
5931 (org-todo-tag-alist): Variable removed.
5932 (org-todo-key-alist, org-todo-key-trigger): New variables.
5933 (org-use-fast-todo-selection): New option.
5934 (org-log-done): Docstring fixed.
5935 (org-deadline-warning-days): New default value 14.
5936 (org-edit-timestamp-down-means-later): New option.
5937 (org-tag-alist): Docstring fixed.
5938 (org-fast-tag-selection-include-todo): New option.
5939 (org-export-language-setup): New languages added.
5940 (org-set-regexps-and-options): Compute the new variables.
5941 (org-paste-subtree): Cleaning up.
5942 (org-remember-apply-template): New escape %A.
5943 (org-todo): Call fast TODO selection.
5944 (org-fast-todo-selection): New function.
5945 (org-add-log-note): Allow prefix for abort exit.
5946 (org-at-property-p, org-entry-properties)
5947 (org-columns-get-autowidth-alist): Use :alpha: class.
5948 (org-get-wdays): New function.
5949 (org-agenda-remove-date): New variable.
5950 (org-agenda-get-deadlines): Use `org-get-wdays'.
5951 (org-agenda-get-deadlines): Reverse ee before returning.
5952 (org-format-agenda-item): New argument REMOVE-RE.
5953 (org-agenda-convert-date): Baha'i calendar added.
5954 (org-infile-export-plist): Also find DATE line.
5955 (org-get-min-level): New function.
5956 (org-export-as-html, org-export-as-ascii): Use the date format.
5957 (org-shiftup, org-shiftdown): Use.
5958 `org-edit-timestamp-down-means-later'.
5959 (org-assign-fast-keys): New function.
5960
5961 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5962
5963 * cus-start.el (all): Add prefer-window-split-horizontally from
5964 window.c.
5965
5966 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5967
5968 * net/browse-url.el (browse-url-galeon): Fix last change.
5969 (top-level): Require cl when compiling.
5970
5971 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5972
5973 * textmodes/org-export-latex.el: arch-tag restored.
5974
5975 * textmodes/org-publish.el: arch-tag restored.
5976
5977 2007-09-08 Masatake YAMATO <jet@gyve.org>
5978
5979 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5980
5981 * progmodes/cc-langs.el: Support new keywords added to
5982 objective-c frontend of gcc.
5983 (c-simple-stmt-kwds): Add @throw.
5984 (c-block-stmt-2-kwds): Add @synchronized.
5985 (c-block-stmt-1-kwds): Add @finally and @try.
5986
5987 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5988
5989 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5990 (org-agenda-after-show-hook): New variable.
5991 (org-columns-compile-format)
5992 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5993 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5994 property names.
5995 (org-get-wdays): New function.
5996
5997 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6000
6001 * term/xterm.el (xterm-function-map): Initialize in the declaration.
6002
6003 * vc-arch.el (vc-arch-checkin): Fix typo.
6004
6005 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6006
6007 * cus-face.el (custom-theme-set-faces): Set face attributes
6008 locally for each frame.
6009
6010 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6013 via font-lock-defaults.
6014
6015 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6016 derived-mode-p.
6017
6018 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
6019
6020 * progmodes/autoconf.el (autoconf-definition-regexp):
6021 Handle optional square brackets around definition name.
6022
6023 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
6024
6025 * net/browse-url.el (browse-url-browser-function): Add elinks.
6026 (browse-url-elinks-wrapper): New option.
6027 (browse-url-encode-url, browse-url-elinks)
6028 (browse-url-elinks-sentinel): New functions.
6029 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6030 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6031 Use new function browse-url-encode-url.
6032
6033 2007-09-07 Glenn Morris <rgm@gnu.org>
6034
6035 * version.el (emacs-version): Revert 2007-08-29 change: no need to
6036 say if multi-tty is present.
6037
6038 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * cus-start.el (split-window-preferred-function): Add custom info.
6041
6042 * calendar/holidays.el (holiday-list, calendar-check-holidays)
6043 (calendar-mark-holidays, calendar-list-holidays)
6044 (holiday-filter-visible-calendar): New names to clean up namespace.
6045 (filter-visible-calendar-holidays, list-calendar-holidays)
6046 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6047 Add compatibility aliases.
6048 (calendar-check-holidays, calendar-mark-holidays)
6049 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6050 (holiday-sexp): Replace append with list.
6051 (holiday-filter-visible-calendar): Replace append with push.
6052
6053 * woman.el: Remove spurious * in docstrings.
6054 (woman-mini-help, woman-non-underline-faces, woman0-rename)
6055 (woman-topic-all-completions-merge, woman-file-name-all-completions)
6056 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6057 (woman-write-directory-cache, woman-display-extended-fonts)
6058 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6059 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6060 (woman-mode): Use inhibit-read-only.
6061 (woman-negative-vertical-space): Use dotimes.
6062 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6063
6064 2007-09-06 Romain Francoise <romain@orebokech.com>
6065
6066 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6067 (vc-bzr-workfile-version): Use it.
6068
6069 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
6070
6071 * complete.el (PC-do-completion): Don't try to treat
6072 empty string as an abbreviation.
6073
6074 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6075
6076 * help-fns.el (describe-variable): Keep doc's text properties.
6077
6078 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
6079
6080 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6081 instead of a file.
6082
6083 2007-09-06 Glenn Morris <rgm@gnu.org>
6084
6085 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6086 (checkdoc-minor-mode): Allow user to specify lighter via
6087 checkdoc-minor-mode-string.
6088
6089 2007-09-05 Richard Stallman <rms@gnu.org>
6090
6091 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6092 Several items removed, simplified, or put on one line.
6093 (fancy-about-text): Add substantial contents, part of startup text.
6094 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6095 (normal-splash-screen): Call normal-mouse-startup-screen,
6096 normal-no-mouse-startup-screen, or normal-about-screen.
6097 (normal-mouse-startup-screen): New fn, broken out, shortened.
6098 (normal-no-mouse-startup-screen): New fn, broken out.
6099 (normal-about-screen): New function, contents all new.
6100
6101 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6102
6103 * emacs-lisp/rx.el (rx): Fix typo in docstring.
6104
6105 2007-09-05 Glenn Morris <rgm@gnu.org>
6106
6107 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6108 is bound.
6109
6110 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6111
6112 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6113 in doc string.
6114
6115 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6116
6117 * server.el (server-start, server-unload-hook): Undo previous change.
6118
6119 * xt-mouse.el: Undo previous change.
6120
6121 2007-09-04 Juri Linkov <juri@jurta.org>
6122
6123 * startup.el (fancy-about-text): New variable.
6124 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6125 (fancy-current-text, fancy-splash-stop-time)
6126 (fancy-splash-outer-buffer): Remove variables.
6127 (fancy-splash-head, fancy-splash-tail): Add new optional argument
6128 `startup' and use it to conditionally display different texts for
6129 Startup and About screens. Don't display Help commands on the About
6130 screen.
6131 (fancy-splash-screens-1): Remove function and move its content to
6132 `fancy-splash-screens' to the part that dislpays the About screen.
6133 (exit-splash-screen): Don't treat specially exiting from
6134 alternating screens.
6135 (fancy-splash-screens): Rename argument `static' to `startup'.
6136 Fix docstring. Remove code for displaying alternating screens.
6137 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6138 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6139 for `inhibit-read-only'.
6140 (normal-splash-screen): Rename argument `static' to `startup'.
6141 Fix docstring. Use argument `startup' to conditionally display
6142 different texts for Startup and About screens. Don't display Help
6143 commands on the About screen. Remove `unwind-protect' `sit-for'
6144 delay and `kill-buffer' after it.
6145 (display-startup-echo-area-message): Remove call to
6146 `use-fancy-splash-screens-p' because image.el is preloaded and
6147 doesn't display "Loading image... done".
6148 (display-splash-screen): Rename argument `static' to `startup'.
6149 Fix docstring.
6150
6151 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 * server.el (server-start, server-unload-hook):
6154 suspend-tty-functions has been renamed to suspend-tty-hook.
6155
6156 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6157 resume-tty-hook.
6158
6159 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6160
6161 * loadup.el: Fix merge problem, only load "button" once.
6162
6163 2007-09-03 Glenn Morris <rgm@gnu.org>
6164
6165 * vc-svn.el (vc-svn-print-log): If there is only one file, use
6166 "Working file:" as the prefix, for the sake of
6167 log-view-current-file.
6168
6169 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6170
6171 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6172 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6173 if the selected frames is in
6174 xterm-modify-other-keys-terminal-list.
6175 (xterm-turn-off-modify-other-keys): Add an optional frame
6176 parameter. Only turn off modify-other-keys if FRAME is in
6177 xterm-modify-other-keys-terminal-list.
6178 (xterm-remove-modify-other-keys): New function.
6179 (terminal-init-xterm): Use it. Deal with delete-frame hook.
6180 Add the selected frame to xterm-modify-other-keys-terminal-list.
6181
6182 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6183
6184 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6185 (icon-map-list): New variable.
6186 (x-gtk-map-stock): Use icon-map-list.
6187
6188 2007-09-02 Romain Francoise <romain@orebokech.com>
6189
6190 * log-view.el (log-view-current-file): Balance parens.
6191
6192 2007-09-02 Glenn Morris <rgm@gnu.org>
6193
6194 * comint.el (comint-mode): Don't set scroll-conservatively.
6195
6196 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6197 non-command arguments.
6198
6199 * log-view.el (log-view-current-file): Give a more explicit error
6200 if log-view-file-re fails to find a match.
6201
6202 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6203
6204 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6205 Fix bug: Don't expand top-level file name more than once.
6206 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6207
6208 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * server.el (server-process-filter): Don't display the splash screen.
6211 It's annoying enough on the initial screen and becomes positively
6212 obnoxious here.
6213
6214 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6217 Change naming to use "avl-tree--" for internal functions.
6218
6219 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6220
6221 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6222 the merge.
6223 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6224 (provide): Move to the end of file.
6225
6226 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6227
6228 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6229
6230 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6231 New variable. List of exceptions for the duplicated word rule.
6232 (flyspell-mark-duplications-flag): Mention it.
6233 (flyspell-word): Treat it.
6234
6235 * files.el (create-file-buffer): If the filename sans directory starts
6236 with spaces, remove them.
6237
6238 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6239
6240 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6241 (x-gtk-map-stock): Use two directory elements when matching
6242 file name.
6243
6244 2007-08-31 James Wright <james@chumsley.org>
6245
6246 * eshell/em-unix.el (eshell/info): New function.
6247
6248 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * frame.el (frame-initialize, make-frame):
6251 * server.el (server-process-filter):
6252 * faces.el (tty-set-up-initial-frame-faces): Don't set
6253 term-environment-variable since it's not used any more.
6254
6255 * env.el (setenv): Don't treat $TERM specially.
6256
6257 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6258 stated otherwise, subprocesses do not send back escape sequences
6259 corresponding to the terminal from which Emacs was started.
6260
6261 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6262
6263 * calculator.el: Require cl for compilation.
6264
6265 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6266
6267 * outline.el (outline-font-lock-levels): Comment out unused var.
6268 (outline-font-lock-face): Wrap around face list to handle any
6269 nesting depth gracefully.
6270
6271 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
6272
6273 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6274 `set-file-times'.
6275
6276 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6277
6278 * textmodes/org.el (org-export-visible): Fix drawers before export.
6279 (org-do-sort): Allow sorting by priority.
6280 (org-agenda-files): Ignore non-existing files.
6281 (org-agenda-skip-unavailable-files): New variable.
6282 (org-ellipsis): All a face as value.
6283 (org-mode): Interprete the face value of `org-ellipsis'.
6284 (org-archive-save-context-info): New option.
6285 (org-archive-subtree): Store context info in archived entry.
6286 (org-fast-tag-selection-can-set-todo-state): New variable.
6287 (org-fast-tag-selection): Allow setting TODO states through this
6288 interface.
6289 (org-cycle): Docstring updated.
6290 (org-todo-keyword-faces): New option.
6291 (org-get-todo-face): New function.
6292 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6293 Use `org-get-todo-face'.
6294 (org-switch-to-buffer-other-window): New function.
6295 (org-table-edit-field, org-table-show-reference)
6296 (org-table-edit-formulas, org-add-log-note)
6297 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6298 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6299 `switch-to-buffer-other-window' to make sure that the temporary
6300 windows show up on the current frame.
6301 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6302 (org-get-entries-from-diary, org-replace-region-by-html):
6303 Don't allow pop-up frames.
6304 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6305 Fix problems with time-of-day.
6306 (org-export-get-title-from-subtree): New function.
6307 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6308 with listing items that are DONE.
6309 (org-change-tag-in-region): New command.
6310 (org-agenda-skip-scheduled-if-done)
6311 (org-agenda-skip-deadline-if-done): Docstring clarified.
6312 (org-mode): Hide drawers on startup.
6313 (org-get-todo-face): New function.
6314 (org-todo-keyword-faces): New option.
6315 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6316 (org-remove-keyword-keys): New function.
6317
6318 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6319
6320 * progmodes/grep.el (grep-find-ignored-directories):
6321 Add monotone _MTN bookkeeping directory in workspaces.
6322 Add RCS control directory. List items in alphabetical order.
6323
6324 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6325 Sort items in alphabetical order. Fix parens.
6326
6327 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6330 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6331 (vc-hg-pull): New functions.
6332 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6333
6334 * term/mac-win.el: Don't require url, only autoloaded url
6335 functions are used in this file.
6336
6337 2007-08-29 Andreas Schwab <schwab@suse.de>
6338
6339 * shell.el (shell): Return correct value from interactive spec.
6340
6341 2007-08-29 Glenn Morris <rgm@gnu.org>
6342
6343 * version.el (emacs-version): Increase to 23.0.50.
6344
6345 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6346
6347 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6348
6349 2007-08-29 Juri Linkov <juri@jurta.org>
6350
6351 * loadup.el: Add "button" loading after "faces" and move "startup"
6352 to load after "button".
6353
6354 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6355
6356 * loadup.el: Load term/mac-win on a Mac using Carbon.
6357
6358 * term/mac-win.el: Provide mac-win.
6359 (mac-initialized): New variable.
6360 (mac-initialize-window-system): New function. Move global setup here.
6361 (handle-args-function-alist, frame-creation-function-alist):
6362 (window-system-initialization-alist): Add mac entries.
6363 (x-setup-function-keys): New function containing all the
6364 top level function key definitions.
6365
6366 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6367
6368 * env.el (read-envvar-name): Don't consider the environment frame param.
6369
6370 * env.el (setenv):
6371 * frame.el (frame-initialize, make-frame):
6372 * faces.el (tty-set-up-initial-frame-faces):
6373 * server.el (server-process-filter): Set
6374 display-environment-variable and term-environment-variable.
6375
6376 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6377
6378 2007-08-29 Jason Rumney <jasonr@gnu.org>
6379
6380 * loadup.el: Only load term/x-win when X is compiled in.
6381 Load term/w32-win and dependencies on windows-nt.
6382
6383 * term/w32-win.el: Reorder to match x-win.el more closely.
6384 Provide w32-win. Don't throw error when global window-system not w32.
6385 (internal-face-interactive): Remove obsolete function.
6386 (x-setup-function-keys): Use local-function-key-map.
6387 (w32-initialized): New variable.
6388 (w32-initialize-window-system): Set it.
6389 Move more global setup here.
6390 (x-setup-function-keys): New function.
6391 (w32-initialize-window-system): Move non function key global setup here.
6392 (x-cut-buffer-max): Remove.
6393 (w32-initialize-window-system): New function.
6394 (handle-args-function-alist, frame-creation-function-alist):
6395 (window-system-initialization-alist): Add w32 entries.
6396
6397 2007-08-29 David Kastrup <dak@gnu.org>
6398
6399 * env.el (getenv): Pass frame to getenv-internal.
6400
6401 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6402
6403 * version.el (emacs-version): Show if multi-tty is present.
6404
6405 * loadup.el: Delay loading env; mule-conf gets confused by cl
6406 during bootstrap. Also load termdev and term/x-win.
6407
6408 * bindings.el (mode-line-client): New variable.
6409 (help-echo): Add it to the default mode-line format.
6410
6411 * cus-start.el: Remove bogus window-system reference from GTK test.
6412
6413 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6414 (ebrowse-electric-position-mode-map):
6415 * ebuff-menu.el (electric-buffer-menu-mode-map):
6416 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6417 not `suspend-emacs'.
6418
6419 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6420 (ediff-window-setup-function): Use it as default.
6421
6422 * files.el (save-buffers-kill-terminal): New function.
6423 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6424
6425 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6426 and `with-selected-frame'.
6427
6428 * help-fns.el (describe-variable): Describe frame-local variables
6429 correctly.
6430
6431 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6432 display support.
6433 (normal-erase-is-backspace-setup-frame): New function.
6434
6435 * subr.el (with-selected-frame): New function.
6436 (read-quoted-char): Use terminal-local binding of
6437 local-function-key-map instead of function-key-map.
6438
6439 * talk.el (talk): New function.
6440 (talk-handle-delete-frame): New function.
6441 (talk-add-display): Open a new frame only if FRAME was not a frame.
6442
6443 * termdev.el: New file.
6444
6445 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6446 * term/x-win.el: Don't bind f10.
6447 * tmm.el: Remove autoload binding for f10.
6448
6449 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6450 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6451 Store the saved input method as a terminal parameter. Add keymap
6452 parameter. Use it instead of changing key-translation-map directly.
6453 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6454 Remove.
6455 (encoded-kbd-setup-display): New function.
6456
6457 * international/mule-cmds.el (set-locale-environment): Fix getenv
6458 call. Use save-buffers-kill-terminal. Ignore window-system; always
6459 set the keyboard coding system. Add DISPLAY parameter.
6460 (set-display-table-and-terminal-coding-system): Add DISPLAY
6461 parameter. Pass it to set-terminal-coding-system.
6462
6463 * international/mule.el (keyboard-coding-system): Test for
6464 encoded-kbd-setup-display, not encoded-kbd-mode.
6465 (set-terminal-coding-system, set-keyboard-coding-system): Add
6466 DISPLAY parameter.
6467 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6468
6469 * term/README: Update.
6470
6471 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6472
6473 * term/x-win.el (x-setup-function-keys): New function. Move
6474 function-key-map tweaks here. Protect against multiple calls on
6475 the same terminal. Use terminal-local binding of
6476 local-function-key-map instead of function-key-map.
6477 (x-initialize-window-system): Make a copy of pure list. Pass a
6478 frame getenv.
6479
6480 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6481 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6482 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6483 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6484 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6485 local-function-key-map instead of function-key-map.
6486
6487 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6488 `substitute-key-definition' and `define-key' calls against
6489 multiple execution. Use terminal-local binding of
6490 local-function-key-map instead of function-key-map. Pass a frame
6491 to getenv.
6492
6493 * edmacro.el (edmacro-format-keys):
6494 * emulation/cua-base.el (cua--pre-command-handler):
6495 * isearch.el (isearch-other-meta-char):
6496 * xt-mouse.el: Use terminal-local binding of
6497 local-function-key-map instead of function-key-map.
6498
6499 * fringe.el (set-fringe-mode): Simplify and fix using
6500 `modify-all-frames-parameters'.
6501 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6502 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6503 check before calling `tool-bar-setup'.
6504 (tool-bar-setup): New variable.
6505 (tool-bar-setup): Use it to guard against multiple calls. Add
6506 optional frame parameter, and select that frame before adding items.
6507 (toggle-tool-bar-mode-from-frame): New function.
6508
6509 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6510 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6511 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6512 "Tool-bar" toggles to reflect the state of the current frame.
6513 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6514
6515 * env.el: Require cl for byte compilation (for `block' and `return').
6516 (environment, setenv-internal): New functions.
6517 (let-environment): New macro.
6518 (setenv, getenv): Add optional terminal parameter. Update docs.
6519 (setenv): Use setenv-internal. Always set process-environment.
6520 Handle `local-environment-variables'.
6521 (read-envvar-name, setenv, getenv): Use frame parameters
6522 to store the local environment, not terminal parameters. Include
6523 `process-environment' as well.
6524
6525 * faces.el (tty-run-terminal-initialization): New function.
6526 (tty-create-frame-with-faces): Use it. Set up faces and
6527 background mode only after the terminal has been initialized.
6528 Call terminal-init-*. Don't load the initialization file more
6529 than once. Call set-locale-environment.
6530 (frame-set-background-mode): Handle the 'background-mode terminal
6531 parameter.
6532 (tty-find-type): New function.
6533 (x-create-frame-with-faces): Remove bogus check for
6534 first frame. Call `tool-bar-setup'. Don't make frame visible
6535 until we are done setting up all its parameters. Call
6536 x-setup-function-keys.
6537
6538 * frame.el (make-frame): Always inherit 'environment and 'client
6539 parameters. Set up the 'environment frame parameter, when needed.
6540 Also inherit 'client parameter. Don't override explicitly
6541 specified values with inherited ones. Add 'terminal frame
6542 parameter. Append window-system-default-frame-alist to parameters
6543 before calling frame-creation-function.
6544 (frame-initialize): Copy the environment from the initial frame.
6545 (window-system-default-frame-alist): Enhance doc string.
6546 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6547 `default-frame-alist' when initial frame is on a tty.
6548 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6549 Remove specified parameters from `window-system-default-frame-alist'.
6550 (make-frame-on-tty, framep-on-display, suspend-frame):
6551 Extend doc string, update parameter names.
6552 (frames-on-display-list): Use terminal-id to get the display id.
6553 (frame-notice-user-settings): Extend to apply
6554 settings in `window-system-default-frame-alist' as well.
6555 (terminal-id, terminal-parameters, terminal-parameter)
6556 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6557 (delete-frame-functions): Add to `delete-frame-functions' hook.
6558 (blink-cursor-mode): Adapt blink-cursor-mode default
6559 value from startup.el.
6560 (make-frame-on-display): Protect condition on x-initialized when
6561 x-win.el is not loaded. Update doc.
6562 (suspend-frame): Use display-controlling-tty-p to decide between
6563 suspend-emacs and suspend-tty.
6564 (frames-on-display-list): Update for display ids.
6565 (framep-on-display): Ditto.
6566 (suspend-frame): Use display-name, not frame-tty-name.
6567 (selected-terminal): New function.
6568
6569 * server.el: Use `device' instead of `display' or `display-id' in
6570 variable and client parameter names.
6571 (server-select-display): Remove (unused).
6572 (server-tty-live-p, server-handle-delete-tty): Remove.
6573 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6574 Update docs.
6575 (server-getenv-from, server-with-environment, server-send-string)
6576 (server-save-buffers-kill-terminal): New functions.
6577 (server-delete-client): Handle quits in kill-buffer. Don't kill
6578 modified buffers. Add extra logging. Delete frames after
6579 deleting the tty. Clear 'client parameter before deleting a frame.
6580 Use delete-display, not delete-tty.
6581 (server-visit-files): Don't set `server-existing-buffer' if the
6582 buffer already has other clients. Return list of buffers
6583 created. Update doc. Don't set client-record when nowait.
6584 (server-handle-delete-frame): Delete the client if this was its
6585 last frame. Check that the frame is alive. Remove bogus comment.
6586 Add note on possible race condition. Delete tty clients, if needed.
6587 (server-handle-suspend-tty): Use server-send-string. Kill the
6588 client in case of errors from process-send-string. Use the display
6589 parameter.
6590 (server-unload-hook): Remove obsolete delete-tty hook.
6591 (server-start): Ask before restarting if the old server still has
6592 clients. Add feedback messages. Remove obsolete delete-tty hook.
6593 (server-process-filter): Use server-send-string. Accept `-dir'
6594 command. Switch to *scratch* immediately after creating the frame,
6595 before evaluating any -evals. Protect `display-splash-screen'
6596 call in a condition-case. Explain why. Call
6597 `display-startup-echo-area-message' before
6598 `display-splash-screen'. Don't display the splash screen when no
6599 frame was created. Show the Emacs splash screen and startup echo
6600 area message. Display the *scratch* buffer by default. Store the
6601 local environment in a frame (not terminal) parameter. Do not try
6602 to decode environment strings. Fix reference to the 'display
6603 frame parameter. Change syntax of environment variables. Put
6604 environment into terminal parameters, not client parameters. Use
6605 a dummy client with --no-wait's X frames. In `-position LINE'
6606 handler, don't ruin the request string until the line number is
6607 extracted. Log opened files. Handle -current-frame command.
6608 Don't create frames when it is given. Don't bind X frames to the
6609 client when we are in -no-wait mode. Set locale environment
6610 variables from client while creating tty frames. Disable call to
6611 configure-display-for-locale. When processing -position command,
6612 don't change the request string until the parameters are
6613 extracted. Don't try to create an X frame when Emacs does not
6614 support it. Improve logging. Temporarily set ncurses-related
6615 environment variables to those of the client while creating a new
6616 tty frame. Select buffers opened by nowait clients, don't leave
6617 them buried under others. Set the display parameter, and use it
6618 when appropriate.
6619
6620 * startup.el (display-startup-echo-area-message): Handle
6621 `inhibit-startup-echo-area-message' here.
6622 (command-line-1): Moved from here.
6623 (fancy-splash-screens): Use `overriding-local-map' instead of
6624 `overriding-terminal-local-map' for now; the latter doesn't work
6625 right, it looses keypresses to another terminal. Use
6626 `overriding-terminal-local-map' to set up keymap. Install a
6627 `delete-frame-functions' hook to catch `delete-frame' events.
6628 Ignore `select-window' events to cope better with
6629 `focus-follows-mouse'. Don't switch back to the original buffer
6630 if the splash frame has been killed. Restore previous buffer, even
6631 if it's *scratch*.
6632 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6633 changes the global binding - setq it instead. Use
6634 `save-buffers-kill-terminal'.
6635 (display-splash-screen): Don't do anything if the splash screen is
6636 already displayed elsewhere.
6637 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6638 (command-line): Replace duplicated code with a call to
6639 tty-run-terminal-initialization. Don't load the terminal
6640 initialization file more than once. Remove call to nonexistent
6641 function `set-locale-translation-file-name'.
6642
6643 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6644 parameters.
6645 (xterm-mouse-position-function, xterm-mouse-event): Update.
6646 (xterm-mouse-mode): Don't depend on current value of window-system.
6647 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6648 Update for multi-tty.
6649 (turn-on-xterm-mouse-tracking-on-terminal)
6650 (turn-off-xterm-mouse-tracking-on-terminal)
6651 (xterm-mouse-handle-delete-frame): New functions.
6652 (delete-frame-functions, after-make-frame-functions)
6653 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6654 for multi-tty.
6655
6656 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * simple.el (invisible-p): Remove: implemented in C now.
6659 (line-move-invisible-p): Remove obsolete alias.
6660
6661 2007-08-28 Juri Linkov <juri@jurta.org>
6662
6663 * image-mode.el (image-type): New variable.
6664 (image-mode): Set default major mode name to "Image[text]".
6665 (image-minor-mode): Change LIGHTER to display image-type in the
6666 mode line.
6667 (image-minor-mode): Set default image-type to "text".
6668 (image-toggle-display): After switching to text mode, set
6669 image-type to "text" and major mode name to "Image[text]".
6670 After switching to image mode, set image-type to actual image
6671 type, and add image type to major mode name. Let-bind the same
6672 variable names as arguments of `image-type' and `create-image'.
6673 Bind `type' to the result of `image-type' and use it as arg
6674 of `create-image' to not determine the image type twice.
6675
6676 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6677
6678 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6679 (tramp-set-file-uid-gid, tramp-get-local-uid)
6680 (tramp-get-local-gid): New defuns.
6681 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6682 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6683 Improve fast track.
6684 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6685 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6686 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6687 (tramp-handle-write-region): Improve fast track.
6688 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6689 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6690 be nil.
6691
6692 2007-08-28 Ivan Kanis <apple@kanis.eu>
6693
6694 * time.el: New feature to display several time zones in a buffer.
6695 (display-time-world-mode, display-time-world-display)
6696 (display-time-world, display-time-world-timer): New functions.
6697 (display-time-world-list, display-time-world-time-format)
6698 (display-time-world-buffer-name, display-time-world-timer-enable)
6699 (display-time-world-timer-second, display-time-world-mode-map):
6700 New variables.
6701
6702 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6703
6704 * term/x-win.el (x-gtk-stock-map): New variable.
6705 (x-gtk-map-stock): New function.
6706
6707 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6708 prev/next-node.
6709
6710 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6711
6712 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6713
6714 2007-08-28 Glenn Morris <rgm@gnu.org>
6715
6716 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6717
6718 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6719
6720 * progmodes/modula2.el (m2-definition, m2-module):
6721 Don't use previous-line. Reported by T. V. Raman.
6722
6723 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6724
6725 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6726 argument to tool-bar-mode call.
6727
6728 2007-08-27 Glenn Morris <rgm@gnu.org>
6729
6730 * diff-mode.el (diff-find-file-name): Only accept regular files,
6731 to rule out /dev/null, directories, etc.
6732
6733 * vc-svn.el (vc-svn-diff): If the repository version of all the
6734 files is the same as the specified OLDVERS, do a local diff.
6735
6736 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6739 of buffers in uniquify-managed.
6740
6741 * simple.el (invisible-p): Rename from text-invisible-p.
6742 Update callers.
6743
6744 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6747 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6748 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6749 (cperl-etags-goto-tag-location): Use new style backquotes.
6750
6751 * net/browse-url.el: Remove spurious * in custom docstrings.
6752 (browse-url-filename-alist): Use new-style backquote.
6753
6754 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6755 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6756
6757 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6758 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6759
6760 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6761
6762 * net/socks.el (socks-username/password-auth-filter):
6763 Remove unused vars `state' and `desired-len'.
6764 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6765 (socks-wait-for-state-change): Use new-style backquotes.
6766
6767 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6768
6769 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6770 backquotes after each `read' rather than once per buffer.
6771
6772 * dframe.el: Remove spurious * in custom docstrings.
6773 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6774 (dframe-xemacs20p): Remove, inline at the sole use point.
6775 (defface): Don't defvar the face, don't use old-style backquote.
6776 (defcustom): Don't use old-style backquote.
6777 (dframe-frame-parameter, dframe-mouse-event-p):
6778 Make it obvious that it's always defined.
6779 (dframe-popup-kludge): New function to replace
6780 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6781 (dframe-frame-mode, dframe-set-timer-internal)
6782 (dframe-mouse-set-point): Remove use of with-no-warnings from
6783 XEmacs-specific code.
6784 (dframe-set-timer-internal): Fix very old bug with
6785 post-command-idle-hook.
6786
6787 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6788
6789 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6790
6791 * emacs-lisp/avl-tree.el: New file.
6792
6793 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6794
6795 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6796 was used.
6797
6798 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6799
6800 * complete.el (PC-do-completion): Make RET accept a non-unique but
6801 complete expansion again.
6802
6803 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6804
6805 * eshell/esh-opt.el (eshell-eval-using-options):
6806 Add debug declaration.
6807
6808 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6809
6810 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6811 (log-view-get-marked): Likewise.
6812
6813 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6814 (vc-delete-automatic-version-backups): Likewise.
6815
6816 * vc.el (vc-dired-buffers-for-dir): Likewise.
6817
6818 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6819
6820 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6821 safe-local-variable setting.
6822 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6823
6824 * log-view.el (log-view-marked-list): Delete variable.
6825 (log-view-mode): Don't use it.
6826 (log-view-toggle-mark-entry): Likewise, simplify.
6827 (log-view-current-tag): Don't return properties.
6828 (log-view-get-marked): New function.
6829
6830 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6831
6832 * vc-git.el (vc-git-mode-line-string): New function.
6833
6834 2007-08-25 Alan Mackenzie <acm@muc.de>
6835
6836 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6837 new language variable.
6838
6839 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6840 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6841 "extern" etc., rather than BOI. Fix addition of spurious
6842 syntactic-symbol 'defun-block-intro, replacing it with
6843 'innamespace, etc.
6844
6845 2007-08-25 Juri Linkov <juri@jurta.org>
6846
6847 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6848
6849 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6850 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6851 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6852
6853 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6854 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6855 (image-type-auto-detectable): Add (svg . maybe).
6856
6857 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6858 to treat it like .tgz.
6859
6860 * calendar/cal-bahai.el: Add file coding cookie.
6861
6862 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6863
6864 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6865 Don't behave differently when executed via M-x. Add doc string.
6866
6867 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6868 safe-local-variable.
6869
6870 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6871
6872 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6873 the default value.
6874 (math-calendar-tzinfo): New variable.
6875 (math-get-calendar-tzinfo): New function.
6876 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6877 to get information when zone is nil.
6878
6879 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6880
6881 * log-view.el (log-view-toggle-mark-entry): New function.
6882 (log-view-mode-map): Bind it.
6883 (log-view-marked-list): New variable.
6884 (log-view-mode): Make it local.
6885
6886 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6887
6888 * play/zone.el (zone-pgm-rat-race): New func.
6889 (zone-programs): Add `zone-pgm-rat-race'.
6890
6891 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6894 a list.
6895
6896 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6897
6898 * progmodes/hideshow.el (hs-match-data): Delete alias.
6899 (hs-hide-block-at-point, hs-find-block-beginning)
6900 (hs-show-block): Use `match-data' directly.
6901
6902 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6903
6904 * format.el (format-alist): Fix typo in doc-string.
6905
6906 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6907
6908 * net/tramp.el (tramp-local-host-p): New defun.
6909 (tramp-handle-file-local-copy, tramp-handle-write-region):
6910 Implement fast track when being on the local host.
6911 (tramp-file-name-handler): Don't set "started" property. It shall
6912 be reserved for the "ftp" method.
6913 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6914
6915 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6916 (tramp-ftp-file-name-handler): Set "started" property.
6917
6918 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6919
6920 * files.el (backup-buffer-copy): Don't wrap delete in
6921 condition-case, only try to delete if file exists.
6922
6923 2007-08-24 Glenn Morris <rgm@gnu.org>
6924
6925 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6926
6927 * startup.el (tutorial-directory): Set with eval-at-startup so it
6928 gets the right value in an installed Emacs.
6929
6930 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6931
6932 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6933 (eldoc-highlight-function-argument): Use it.
6934
6935 2007-08-23 Masatake YAMATO <jet@gyve.org>
6936
6937 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6938 name of parameters in document body.
6939
6940 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6943 (byte-compile-output-as-comment): Use with-current-buffer rather than
6944 a weird set-buffer&prog1 combination.
6945
6946 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6947 test so as to optimise cases where the `progn's result is constant.
6948
6949 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6950
6951 * locate.el (locate-get-file-positions):
6952 Use line-beginning-position and line-end-position.
6953
6954 2007-08-23 John Wiegley <johnw@newartisans.com>
6955
6956 * calendar/cal-bahai.el: Added in the diacriticals that were
6957 missing for many of the month names.
6958
6959 2007-08-22 Jason Rumney <jasonr@gnu.org>
6960
6961 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6962
6963 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6966
6967 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6968
6969 * dabbrev.el (dabbrev--progress-reporter): New variable.
6970 (dabbrev--scanning-message): Delete func.
6971 (dabbrev--find-expansion): Use a progress reporter
6972 instead of dabbrev--scanning-message.
6973
6974 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6975
6976 * comint.el (comint-exec-1): Raise an error if
6977 `start-file-process' does not return a process object.
6978
6979 * shell.el (shell): Prompt for `default-directory' if it is a
6980 remote file name, and if called with a prefix arg.
6981
6982 2007-08-22 Sam Steingold <sds@gnu.org>
6983
6984 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6985
6986 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6987
6988 * textmodes/org-export-latex.el: New file.
6989
6990 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6991
6992 * textmodes/org.el (org-agenda-skip): Allow a form for
6993 `org-agenda-skip-function'.
6994 (org-agenda-redo): Re-use local settings.
6995 (org-agenda): Store local settings.
6996 (org-agenda-deadline-faces): New option.
6997 (org-agenda-deadline-face): New function.
6998 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6999 entries on their due date.
7000 (org-agenda-get-timestamps): No longer handle the due dates of
7001 schedules and deadline items.
7002 (org-insert-link-global, org-open-at-point-global): New commands.
7003 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7004 :for-ascii parameter.
7005 (org-skip-comments): Function removed.
7006 (org-cleaned-string-for-export): Handle special table lines.
7007 (org-global-properties): New option.
7008 (org-entry-get-with-inheritance): Check global properties.
7009 (org-local-properties): New variable.
7010 (org-set-regexps-and-options): Find the #+PROPERTY line.
7011 (org-link-types): Change type into variable (was constant).
7012 (org-make-link-regexps): New function.
7013 (org-link-re-with-space, org-link-re-with-space2)
7014 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7015 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7016 these regular expressions happens now in the function
7017 `org-make-link-regexps'.
7018 (org-store-link): Call the functions in
7019 `org-store-link-functions'.
7020 (org-add-link-type): New function.
7021 (org-store-link-functions): New variable.
7022 (org-activate-tags): Force matches to be in headlines.
7023 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7024 (org-columns-display-here): Make sure this works in a narrowed
7025 buffer by checking for point-min.
7026 (org-columns-display-here): Make the rest of the line intangible,
7027 so that point never can be there.
7028 (org-cleaned-string-for-export): Use `with-current-buffer'.
7029 (org-replace-region-by-html): Use `with-current-buffer'.
7030 (org-unfontify-region, org-do-occur, org-columns-display-here)
7031 (org-columns-remove-overlays, org-columns-quit)
7032 (org-columns-edit-value, org-columns-next-allowed-value)
7033 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7034 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7035 (org-agenda-todo, org-agenda-change-all-lines)
7036 (org-agenda-align-tags, org-agenda-priority)
7037 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7038 (org-agenda-show-new-time, org-cleaned-string-for-export)
7039 (org-export-grab-title-from-buffer)
7040 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7041 instead of `buffer-read-only'.
7042 (org-export-as-html): Set `coding-system-for-write'.
7043 (org-remember-store-without-prompt): New option.
7044 (org-archive-subtree): Fixed bug with modifying TODO keyword.
7045 (org-beginning-of-line): Also treat C-a special in items.
7046 (org-table-convert-refs-to-rc): Fixed problem with column
7047 reference after "..".
7048 (org-columns-compute): Don't mark buffer modified because of text
7049 properties.
7050 (org-batch-store-agenda-views): Use the variable
7051 `default-directory', not the function.
7052 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7053 (org-clock-out-when-done): New option.
7054 (org-html-entities): Added HTML entities for smileys.
7055
7056 2007-08-22 Glenn Morris <rgm@gnu.org>
7057
7058 * image.el (create-image): Doc fix.
7059
7060 * startup.el (tutorial-directory): New constant.
7061 (fancy-splash-text): Tutorials now in tutorial-directory.
7062 * tutorial.el (help-with-tutorial): Tutorials now in
7063 tutorial-directory.
7064
7065 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7066
7067 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7068 otherwise.
7069 (tramp-get-remote-path): New defun. Replace occurrences of
7070 `tramp-default-remote-path' by this function.
7071 (tramp-set-remote-path): Move most of the code to
7072 `tramp-get-remote-path'.
7073 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7074 existing directories, this is done already in
7075 `tramp-get-remote-path'.
7076
7077 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7078
7079 * image-file.el (image-file-name-extensions): Add "svg".
7080 * image.el (image-type-header-regexps): Add svg entry.
7081
7082 2007-08-22 Glenn Morris <rgm@gnu.org>
7083
7084 * files.el (backup-buffer-copy): Check backup directory is
7085 writable, to avoid infloop deleting old backup.
7086
7087 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7088 movemail related variables.
7089 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7090 will now be set before this is called.
7091
7092 2007-08-21 Juri Linkov <juri@jurta.org>
7093
7094 * delsel.el (delete-selection-pre-hook):
7095 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7096 instead of checking last-command.
7097
7098 2007-08-21 Juri Linkov <juri@jurta.org>
7099
7100 * loadup.el: Preload "button".
7101
7102 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7105 Add previous-line and next-line.
7106
7107 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7108 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7109
7110 * vc-hooks.el (vc-menu-entry): New var.
7111 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7112 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7113 (vc-menu-map): Declare and initialize in one step.
7114 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7115
7116 * menu-bar.el (vc-menu-map): Don't setup any more.
7117 Instead, just create the proper spot in the menu.
7118
7119 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * smerge-mode.el (smerge-resolve): New arg `safe'.
7122 (smerge-resolve-all, smerge-batch-resolve): New function.
7123 (smerge-refine): Make sure `diff' returns the expected result.
7124 (smerge-parsep-re): New const.
7125 (smerge-mode): Use it to adjust paragraph-separate.
7126
7127 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7128 Correctly match / regexp matchers as first char on a line when
7129 fontifying only that line.
7130
7131 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7132
7133 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * vc-bzr.el: Don't fiddle with vc-handled-backend.
7136 (vc-bzr-registered): Don't redundantly protect against
7137 file-error. Actually use the format-specific code.
7138 (vc-bzr-buffer-nonblank-p): Remove.
7139 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7140
7141 2007-08-20 Juri Linkov <juri@jurta.org>
7142
7143 * startup.el (fancy-splash-text): Change multiple tabs into one
7144 tab. Remove "Useful File menu items" section (with "Exit Emacs"
7145 and "Recover Crashed Session").
7146 (fancy-splash-screens): Set tab-width to 22.
7147 (normal-splash-screen): Replace literal tabs with \t and
7148 fix whitespace. Remove "Useful File menu items" section (with
7149 "Exit Emacs" and "Recover Crashed Session").
7150
7151 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7152
7153 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7154 extracted from `eval-last-sexp-1'.
7155 (eval-last-sexp-1): Call `preceding-sexp'.
7156
7157 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7158
7159 * vc-rcs.el (vc-rcs-annotate-command):
7160 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7161 Add back :vc-annotate-prefix propertization.
7162
7163 2007-08-20 Andreas Schwab <schwab@suse.de>
7164
7165 * mail/rmail.el (rmail-autodetect): Doc fix.
7166
7167 2007-08-19 Juri Linkov <juri@jurta.org>
7168
7169 * startup.el (normal-splash-screen): Add more links.
7170
7171 2007-08-19 Juri Linkov <juri@jurta.org>
7172
7173 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7174 because it's common to both types of splash screen: fancy and normal.
7175 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7176 (exit-splash-screen): Rename from `fancy-splash-quit'.
7177 Use `quit-window' instead of `kill-buffer'.
7178 (fancy-splash-head): Use make-button to insert GNU image link.
7179 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7180 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7181 (normal-splash-screen): Put "Browse manuals" on the same line with
7182 "Emacs manual". Remove descriptions from "Useful tasks" and put
7183 all links in two columns on two lines.
7184
7185 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
7186
7187 * emulation/viper.el (viper-remove-hooks): Remove some additional
7188 viper hooks when the user calls viper-go-away.
7189 (viper-go-away): Restore the default of default-major-mode.
7190 Save the value of default-major-mode before vaperization.
7191
7192 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7193
7194 * emulation/viper-ex.el: Replace error "" with "Viper bell".
7195
7196 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7197 buffer for which file is created.
7198
7199 2007-08-19 Glenn Morris <rgm@gnu.org>
7200
7201 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7202 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7203 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7204 shadow files messing up the compilation.
7205
7206 2007-08-18 Glenn Morris <rgm@gnu.org>
7207
7208 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7209 string. Also apply eldoc-argument-case in the help-split-fundoc
7210 case. Adapt for changed behavior of eldoc-function-argstring,
7211 eldoc-function-argstring-format, and
7212 eldoc-highlight-function-argument.
7213 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7214 just call eldoc-docstring-format-sym-doc in that case.
7215 (eldoc-function-argstring): Change the behavior. Now it converts
7216 an argument list to a string.
7217 (eldoc-function-argstring-format): Change the behavior. Now it
7218 applies `eldoc-argument-case' to a string.
7219
7220 * progmodes/scheme.el (scheme-mode-variables): Set
7221 font-lock-comment-start-skip.
7222
7223 2007-08-18 Martin Rudalics <rudalics@gmx.at>
7224
7225 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7226 set-syntax-table from here to ...
7227 (ada-mode): ... here. Do not change global value of
7228 comment-multi-line. Call new function
7229 ada-initialize-syntax-table-properties and add new function
7230 ada-handle-syntax-table-properties to font-lock-mode-hook.
7231 (ada-deactivate-properties, ada-initialize-properties): Replace
7232 by new functions ...
7233 (ada-handle-syntax-table-properties)
7234 (ada-initialize-syntax-table-properties)
7235 (ada-set-syntax-table-properties): ... to set up syntax-table
7236 properties uniformly, independently from whether font-lock-mode
7237 is enabled or not. Handle read-only buffers and do not change
7238 undo-list when setting syntax-table properties.
7239 (ada-after-change-function): Use ada-set-syntax-table-properties.
7240
7241 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7242
7243 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7244 (meta-indent-current-nesting): Use a computation of the nesting
7245 instead.
7246 (meta-indent-current-indentation): Indentation is given according
7247 to nesting and if the previous line was finished or not.
7248 (meta-indent-unfinished-line): Tell if the current line ends with
7249 a finished expression.
7250 (meta-indent-looking-at-code): Like `looking-at', but checks if
7251 the point is in a string before.
7252 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7253 done in the nesting function.
7254 (meta-indent-in-string-p): Tell if the current point is in a
7255 string.
7256 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7257 previous functions.
7258
7259 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7260
7261 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7262 (copyright-update-year, copyright-update)
7263 (copyright-fix-years): Use it.
7264
7265 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7266
7267 * emacs-lisp/copyright.el (copyright-update-year):
7268 Fix bug: Handle nil copyright-limit.
7269
7270 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7271
7272 * calc/calc-units.el (math-standard-units): Give exact
7273 conversion for tsp.
7274
7275 * calc/calc.el (math-bignum-digit-length): Compute the
7276 appropriate value.
7277
7278 * calc/calc-bin.el (math-bignum-logb-digit-size)
7279 (math-bignum-digit-power-of-two):
7280 * calc/calc-comb.el (math-small-factorial-table):
7281 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7282 (math-approx-gamma-const):
7283 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7284 (math-besY1, math-bernoulli-b-cache):
7285 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7286 Remove `eval-when-compile's.
7287
7288 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7289
7290 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7291 (cperl-find-pods-heres): Fix an error when typing expressions like
7292 `s{a}{b}'.
7293
7294 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7295
7296 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7297 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7298 a special case (there's no build number).
7299
7300 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7301
7302 * completion.el (symbol-under-point, symbol-before-point)
7303 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7304
7305 2007-08-17 Glenn Morris <rgm@gnu.org>
7306
7307 * progmodes/compile.el (compilation-get-file-structure): Make use
7308 of the directory part when checking for an existing entry, to
7309 handle files with same basename in different directories.
7310
7311 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7312
7313 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7314
7315 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7316
7317 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7318 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7319 (ps-paragraph-spacing): Docstring fix.
7320
7321 2007-08-16 Glenn Morris <rgm@gnu.org>
7322
7323 * ps-print.el (ps-font-size): Doc fix.
7324
7325 2007-08-16 Richard Stallman <rms@gnu.org>
7326
7327 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7328
7329 2007-08-15 Juri Linkov <juri@jurta.org>
7330
7331 * startup.el (initialization): Change parent group from `internal'
7332 to `environment'.
7333 (initial-buffer-choice): New variable.
7334 (command-line): Revert 2007-07-02 change that sets
7335 buffer-offer-save in *scratch* and enables auto-save in it.
7336 (fancy-splash-text): Add links to existing items. Add new items
7337 with links for useful tasks. Move information about Control-g to
7338 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7339 (fancy-splash-keymap): New variable.
7340 (fancy-splash-last-input-event): Remove variable.
7341 (fancy-splash-insert): Add processing of `:link' element.
7342 (fancy-splash-head): Replace "Type Control-l to begin editing"
7343 with "Type `q' to exit".
7344 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7345 (fancy-splash-default-action, fancy-splash-special-event-action):
7346 Remove functions.
7347 (fancy-splash-quit): New function.
7348 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7349 `static' and reverse the condition of its usage. Don't preserve
7350 original values of `minor-mode-map-alist',
7351 `emulation-mode-map-alists', `special-event-map'.
7352 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7353 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7354 Remove processing of special events. Use local key map
7355 `fancy-splash-keymap'. Set buffer to read-only.
7356 (normal-splash-screen): Rename input arg from `hide-on-input' to
7357 `static' and reverse the condition of its usage.
7358 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7359 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7360 Add links to existing items. Add new items with links for useful
7361 tasks. Use local key map `fancy-splash-keymap'.
7362 (display-splash-screen): Rename input arg from `hide-on-input' to
7363 `static'.
7364 (about-emacs): Add alias to display-splash-screen.
7365 (command-line-1): Use `initial-buffer-choice'.
7366
7367 * menu-bar.el (menu-bar-help-menu):
7368 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7369 item to about-emacs instead of display-splash-screen.
7370
7371 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7372
7373 * calc/calc-units.el (math-standard-units): Update values.
7374 Put in exact, rational values when possible.
7375 (math-unit-prefixes): Replace floats with powers of ten.
7376 (math-standard-units-systems): Replace floats with integers.
7377 (math-make-unit-string): Remove extra spaces in output.
7378
7379 2007-08-15 Glenn Morris <rgm@gnu.org>
7380
7381 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7382 sloppier, for the sake of GNU Mailman.
7383 (rmail-digest-rfc1153): Initialize `result' correctly.
7384
7385 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7386
7387 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7388 in the mail title. Suggested by Reiner Steib.
7389
7390 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7391
7392 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7393 representation of integers to the list of outputs.
7394
7395 2007-08-14 Glenn Morris <rgm@gnu.org>
7396
7397 * simple.el (bad-packages-alist): New constant.
7398 (bad-package-check): New function. Together, these two add elements
7399 to `after-load-alist' to check for problematic external packages.
7400 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7401
7402 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7403
7404 * calc/calc-units.el (math-get-standard-units)
7405 (math-get-units, math-make-unit-string)
7406 (math-get-default-units, math-put-default-units): New functions.
7407 (math-default-units-table): New variable.
7408 (calc-convert-units, calc-convert-temperature): Add machinery
7409 to supply default values.
7410
7411 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7414 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7415 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7416 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7417
7418 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7419 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7420 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7421 Make into a proper minor-mode.
7422 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7423 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7424 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7425 (tpu-set-cursor-free, tpu-set-cursor-bound):
7426 Delegate to tpu-cursor-free-mode.
7427 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7428 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7429 Use line-move or forward-line instead of next-line-internal.
7430
7431 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7432
7433 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7434
7435 2007-08-12 Richard Stallman <rms@gnu.org>
7436
7437 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7438 (cvs-execute-single-file): Use new name split-string-and-unquote.
7439 (cvs-header-msg): Use new name combine-and-quote-strings.
7440
7441 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7442
7443 * progmodes/gud.el (gud-common-init): Use new name
7444 split-string-and-unquote.
7445
7446 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7447 in javac regexp.
7448
7449 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7450 combine-and-quote-strings and split-string-and-unquote.
7451
7452 * subr.el (combine-and-quote-strings): Rename from strings->string.
7453 (split-string-and-unquote): Rename from string->strings.
7454
7455 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7458 to buffer-local settings.
7459
7460 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7461 (backquote-process): Add internal arg `level'. Use the two to
7462 correctly handle nested backquotes.
7463
7464 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7465
7466 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7467 (vc-bzr-state-words): Add "kind changed" state word.
7468 (vc-bzr-status): New function. Return Bzr idea of file status,
7469 which is different from VC's.
7470 (vc-bzr-state): Use vc-bzr-status.
7471 (vc-workfile-unchanged-p): Use vc-bzr-status.
7472 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7473 (vc-dired-state): Process "kind changed" state word.
7474
7475 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7478
7479 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7480 Move from vc-default-find-file-not-found-hook.
7481
7482 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * man.el: Remove spurious * in docstrings.
7485 Merge defvars and toplevel setq-defaults.
7486 (Man-highlight-references0): Limit=nil rather than point-max.
7487 (Man-mode-map): Move initialization into the declaration.
7488 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7489 (Man-view-header-file): Use expand-file-name rather than concat.
7490 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7491
7492 * man.el (Man-next-section): Make sure we do not move backward.
7493
7494 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7497
7498 2007-08-08 Glenn Morris <rgm@gnu.org>
7499
7500 * Replace `iff' in doc-strings and comments.
7501
7502 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7503
7504 * dired.el (dired-pop-to-buffer):
7505 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7506 * calendar/calendar.el (generate-calendar-window):
7507 * progmodes/compile.el (compilation-set-window-height):
7508 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7509 Use window-full-width-p instead of comparing frame-width and
7510 window-width.
7511
7512 * progmodes/compile.el (compilation-find-buffer): Remove extra
7513 argument in call to compilation-buffer-internal-p.
7514
7515 2007-08-07 Tom Tromey <tromey@redhat.com>
7516
7517 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7518 Add safe-local-variable property.
7519
7520 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7521
7522 * image-mode.el (image-toggle-display): Use image-refresh.
7523
7524 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7525
7526 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7527 unofficial version.
7528 (vc-bzr-command): Remove redundant setting of process-connection-type.
7529 (vc-bzr-admin-checkout-format-file): Add autoload.
7530 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7531 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7532 (vc-bzr-registered): Compare dirstate format tag with known good
7533 value, abort parsing if match fails. Warn user in docstring.
7534 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7535 See bzrlib/branch.py in Bzr sources.
7536 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7537 (vc-bzr-shell-command): Remove in favor of
7538 vc-bzr-command-discarding-stderr.
7539 (vc-bzr-command-discarding-stderr): New function.
7540
7541 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7542
7543 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7544 program, and return nil.
7545 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7546 (vc-bzr-state): Look for path names relative to the repository
7547 root after status keyword.
7548 (vc-bzr-file-name-relative): New function.
7549 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7550 depend on it.
7551 (vc-bzr-admin-dirname, ...-checkout-format-file)
7552 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7553 files that we now parse directly for speed.
7554 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7555 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7556 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7557 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7558 Bzr warnings, so we must discard it.
7559 (vc-bzr-workfile-version): Speedup counting lines from
7560 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7561 if that file doesn't exist.
7562 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7563 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7564 to `vc-directory-exclusion-list'.
7565 (vc-bzr-shell-command): New function.
7566
7567 2007-08-06 Tom Tromey <tromey@redhat.com>
7568
7569 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7570 (diff-fixup-modifs): Typo in docstring.
7571
7572 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7575 count-screen-lines.
7576 (tpu-edt-off): Disable relevant pieces of advice.
7577
7578 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7579 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7580 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7581 redefining the function.
7582 (tpu-set-scroll-margins): Activate the pieces of advice.
7583
7584 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7585
7586 * help.el (resize-temp-buffer-window): Use window-full-width-p
7587 instead of comparing frame-width and window-width.
7588
7589 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7590
7591 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7592 optional quotes around files in NEED-UPDATE . REMOVED case.
7593
7594 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7595 (ada-treat-cmd-string): Improve error message.
7596 (ada-do-file-completion): Call `ada-require-project-file', so
7597 project variables are set properly.
7598 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7599 (ada-gnatfind-buffer-name): New constant.
7600 (ada-find-any-references): Use new constant. Set buffer name
7601 properly in compilation-start. Toggle read-only properly.
7602 (ada-find-in-src-path): Fix spelling error in docstring.
7603
7604 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7605 by zero error.
7606
7607 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7610
7611 2007-08-12 Richard Stallman <rms@gnu.org>
7612
7613 * progmodes/sh-script.el (sh): Delete group `unix'.
7614
7615 * progmodes/gud.el (gud): Change to group `processes'.
7616
7617 2007-08-11 Glenn Morris <rgm@gnu.org>
7618
7619 * progmodes/compile.el (compilation-buffer-name): Don't check
7620 compilation-arguments. It is superfluous, and the variable isn't
7621 even set when this function is called.
7622
7623 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7624
7625 * term/mac-win.el (mac-ae-reopen-application): New function.
7626 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7627
7628 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7631 take tex-font-script-display into account.
7632 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7633 cell to a list of 2 elements to simplify the unfontify code.
7634
7635 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7636
7637 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7638 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7639 ps-print-color-p is neither nil nor black-white. Reported by Christian
7640 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7641
7642 2007-08-08 Andreas Schwab <schwab@suse.de>
7643
7644 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7645 self-insert-command, not self-insert.
7646
7647 2007-08-08 Glenn Morris <rgm@gnu.org>
7648
7649 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7650 argument optional, for backwards compatibility, and only highlight
7651 args when present. Fix symbol name typo (doc/args).
7652
7653 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7654 rather than just `-'.
7655
7656 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7657
7658 * calc/calc-units.el (calc-convert-temperature):
7659 Use `/' to create fractions.
7660
7661 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7662
7663 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7664 global matching.
7665 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7666 ERROR-BUFFER more robust. Display output.
7667 (tramp-file-name-handler): Add a connection property when we found
7668 a foreign file name handler. This allows backends like ftp to
7669 profit also from usr/host name completion based on connection
7670 cache.
7671 (tramp-send-command-and-read): Search for trash after the regexp
7672 until eol only. In XEmacs, there is a problem with \n.
7673
7674 * net/tramp-cache.el (top): Read persistent connection history
7675 when cache is empty.
7676
7677 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7678
7679 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7680 resulting output.
7681
7682 2007-08-07 Sam Steingold <sds@gnu.org>
7683
7684 * progmodes/compile.el (compilation-start): Pass nil as startfile
7685 to comint-exec.
7686
7687 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7688
7689 * longlines.el (longlines-decoded): New variable.
7690 (longlines-mode): Avoid encoding or decoding the buffer twice.
7691
7692 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7693
7694 * format.el (format-insert-file): Make sure that at most one undo
7695 entry is recorded for the insertion. Inhibit point-motion and
7696 modification hooks around call to insert-file-contents.
7697
7698 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7701 Select the buffer's window before moving point.
7702
7703 2007-08-07 Richard Stallman <rms@gnu.org>
7704
7705 * term.el (term): Remove parent group `unix'.
7706
7707 * simple.el (default-indent-new-line): New function.
7708 It calls comment-line-break-function if there are comments.
7709 (do-auto-fill): Use that.
7710
7711 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7712
7713 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7714 (PC-do-completion): Add "acronym completion" for symbols and
7715 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7716
7717 2007-08-06 Sam Steingold <sds@gnu.org>
7718
7719 * mouse.el (mouse-buffer-menu): Pass mode-name through
7720 format-mode-line because it may be a list,
7721 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7722
7723 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7724
7725 * printing.el (pr-update-menus): Docstring fix.
7726
7727 2007-08-06 Jason Rumney <jasonr@gnu.org>
7728
7729 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7730
7731 * vc-hooks.el (vc-call): Add doc string.
7732
7733 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7734
7735 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7736 process-filter.
7737
7738 2007-08-06 Kenichi Handa <handa@m17n.org>
7739
7740 * international/quail.el: Wrap (require 'help-mode) by
7741 eval-when-compile.
7742 (quail-help-init): New function.
7743 (quail-help): Call quail-help-init.
7744 (quail-store-decode-map-key): Change it to a function.
7745
7746 2007-08-05 Jason Rumney <jasonr@gnu.org>
7747
7748 * vc.el (vc-rollback): Add norevert argument back.
7749 (vc-revert-buffer): Add back as obsolete alias.
7750
7751 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7752
7753 * term.el: Honor term-default-fg-color and term-default-bg-color
7754 settings when modifying term-current-face.
7755 (term-default-fg-color, term-default-bg-color): Initialize from
7756 default term-current-face.
7757 (term-mode, term-reset-terminal): Set term-current-face with
7758 term-default-fg-color and term-default-bg-color.
7759 (term-handle-colors-array): term-current-face has term-default-fg-color
7760 and term-default-bg-color after reset escape sequence.
7761 (term-handle-colors-array): Set term-current-color with
7762 term-default-fg/bg-color instead of ansi-term-color-vector when the
7763 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7764
7765 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7766
7767 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7768 (math-nlfit-givens): Let bind free variables.
7769
7770 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7771
7772 * printing.el: Require lpr and ps-print when loading printing package.
7773 Reported by Glenn Morris <rgm@gnu.org>.
7774
7775 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7776
7777 * files.el (set-auto-mode): Handle also remote files wrt
7778 `auto-mode-alist'.
7779
7780 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7781
7782 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7783 curves and plotting.
7784
7785 * calc/calc-nlfit.el: New file.
7786
7787 2007-08-04 Glenn Morris <rgm@gnu.org>
7788
7789 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7790 zero, not nil, when the library is first loaded. Check for a file
7791 that has been modified on disk.
7792
7793 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7794 Remove duplicate defvar preventing initialization.
7795 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7796
7797 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7800 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7801 may match up to 4 lines.
7802 (diff-beginning-of-file-and-junk): Rewrite.
7803
7804 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7805
7806 * printing.el: Evaluate require only during compilation.
7807 (pr-version): New version 6.9.1.
7808 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7809 (pr-global-menubar): Fix code.
7810
7811 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7812
7813 * term.el (term-erase-in-display): Fix case when point is not at
7814 the beginning of the line.
7815
7816 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7817
7818 * calc/calc-ext.el (math-get-value, math-get-sdev)
7819 (math-contains-sdev): New functions.
7820
7821 * calc/calc-graph.el (calc-graph-format-data)
7822 (calc-graph-add-curve): Check for error forms.
7823 (calc-graph-set-styles): Add option for error forms.
7824
7825 2007-08-03 Miles Bader <miles@gnu.org>
7826
7827 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7828 backend names for new backends to `Git', `Hg', and `Bzr'.
7829 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7830 not `HG'.
7831 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7832 name, not `GIT'.
7833 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7834 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7835
7836 2007-08-03 Richard Stallman <rms@gnu.org>
7837
7838 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7839 to update deleted flag.
7840
7841 * cus-edit.el (customize-apropos, customize-apropos-options)
7842 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7843
7844 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7845
7846 * startup.el (fancy-splash-head, startup-echo-area-message):
7847 Change message text.
7848
7849 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7850 All callers use line-move.
7851
7852 * progmodes/compile.el (compilation-find-buffer): Return current
7853 buffer immediately if suitable.
7854 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7855
7856 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7857
7858 * faces.el (face-normalize-spec): New function.
7859 (frame-set-background-mode): Normalize face-spec before calling
7860 face-spec-match-p.
7861
7862 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * server.el (server-window): Add switch-to-buffer-other-frame option.
7865
7866 2007-08-03 Glenn Morris <rgm@gnu.org>
7867
7868 * cus-edit.el (customize-apropos): Make the error message indicate
7869 what kind of thing the user was trying to customize.
7870
7871 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7872
7873 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7874 Fix off-by-one error in previous change.
7875
7876 2007-08-03 Drew Adams <drew.adams@oracle.com>
7877
7878 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7879 Make buffer writable.
7880
7881 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7882
7883 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7884 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7885 Use native Emacs functions, when appropriate.
7886
7887 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7888 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * vc.el: Document new VC operation `extra-menu'.
7891
7892 * vc-hooks.el (vc-default-extra-menu): New function.
7893
7894 * menu-bar.el (menu-bar-vc-filter): New function.
7895 (menu-bar-tools-menu): Use it as a filter.
7896
7897 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7898
7899 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7900
7901 2007-08-01 Glenn Morris <rgm@gnu.org>
7902
7903 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7904 strings.
7905 (fortran-tab-mode-default): Remove needless autoload.
7906 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7907 mark as risky.
7908 (fortran-line-length): New buffer-local variable, safe if integer.
7909 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7910 Change from variables to constants.
7911 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7912 replace with a new function definition.
7913 (fortran-mode): Use fortran-line-length, and
7914 fortran-font-lock-syntactic-keywords as a function. Add a
7915 hack-local-variables-hook function.
7916 (fortran-line-length, fortran-hack-local-variables): New functions.
7917 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7918 Use fortran-line-length rather than 72.
7919 (fortran-window-create-momentarily): Doc fix.
7920
7921 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7922
7923 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7924 Fix parent groups link.
7925
7926 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7927
7928 * progmodes/python.el (python-current-defun): Adjust to never fall
7929 into infinite loop.
7930
7931 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7934
7935 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7936
7937 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7938 (copyright-fix-years, copyright): Correctly handle the case where
7939 copyright-limit is nil.
7940
7941 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7942
7943 * progmodes/python.el (run-python): Fix path separator under w32.
7944
7945 2007-07-30 Richard Stallman <rms@gnu.org>
7946
7947 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7948 Treat non-break space as whitespace in Lisp.
7949
7950 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * vc.el (vc-dired-hook): Use inhibit-read-only.
7953
7954 * progmodes/compile.el (compilation-forget-errors):
7955 Reset compilation-auto-jump-to-next.
7956
7957 2007-07-30 Michael Olson <mwolson@gnu.org>
7958
7959 * cus-edit.el (custom-group-save): Fix void function definition
7960 error. Thanks to Zhang Wei for the report.
7961
7962 * ps-print.el: Check in trivial changes to the autoloads section
7963 caused by the build process. These autoloads really ought to be
7964 placed in a separate file, methinks.
7965
7966 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * calendar/calendar.el (calendar-mode): Make sure
7969 displayed-(month|year) are set.
7970 (calendar-basic-setup): Display buffer before adjusting window sizes.
7971 (generate-calendar-window): Use inhibit-read-only. Simplify.
7972 Generate buffer and set displayed-month and displayed-year before
7973 calling update-calendar-mode-line.
7974
7975 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7976
7977 * net/tramp.el:
7978 * net/tramp-uu.el:
7979 * net/trampver.el: Use utf-8 encoding with coding cookie.
7980
7981 * net/tramp-cache.el:
7982 * net/tramp-fish.el:
7983 * net/tramp-ftp.el:
7984 * net/tramp-gw.el:
7985 * net/tramp-smb.el: Remove coding cookie.
7986
7987 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7988 Flush buffer file-name's file property.
7989 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7990
7991 * net/trampver.el: Update release number.
7992
7993 2007-07-29 Juri Linkov <juri@jurta.org>
7994
7995 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7996 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7997 when major-mode is not dired-mode.
7998 (dired-toggle-read-only): New function.
7999 (dired-recursive-deletes): Remove obsolete comments about old
8000 default value.
8001 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8002
8003 * wdired.el (wdired-exit): New function.
8004 (wdired-mode-map): Bind C-x C-q to wdired-exit.
8005
8006 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * cus-edit.el (customize-read-group): New fun.
8009 (customize-group-other-window, customize-face-other-window):
8010 Prompt before delegating to customize-(group|face).
8011 Bind pop-up-windows rather than use the other-window argument.
8012 (customize-group, customize-face): Prompt from the interactive spec.
8013 Remove args `prompt-for-group' and `other-window'.
8014
8015 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8016 (ad-body-forms, ad-advised-interactive-form): Revert this part of
8017 last change.
8018
8019 2007-07-28 Masatake YAMATO <jet@gyve.org>
8020
8021 * vc.el (vc-dired-mode): Add a menu for VC related operation.
8022 Use backend name as the menu label. Suggested by David Kastrup.
8023
8024 2007-07-28 Alan Mackenzie <acm@muc.de>
8025
8026 Fix problem with modes derived from CC Mode:
8027 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8028 macro to cc-langs.
8029 (c-init-language-vars-for): Remove call to above macro.
8030 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8031 been moved to here.
8032 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8033
8034 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8035
8036 * net/trampver.el: Fix the `coding' cookie.
8037
8038 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * vc-git.el (vc-git-print-log): Support both the old single file
8041 interface and the new one.
8042
8043 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
8044
8045 * bindings.el (mode-line-remote): Use updated %@ construct.
8046
8047 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8050 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8051 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8052 (diary-list-bahai-entries, diary-bahai-mark-entries)
8053 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8054 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8055 New names to clean up namespace.
8056 (list-bahai-diary-entries, mark-bahai-diary-entries)
8057 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8058 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8059 Add compatibility aliases.
8060
8061 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8062
8063 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8064 (calendar-scroll-left-three-months)
8065 (calendar-scroll-right-three-months): Clean up namespace.
8066 (scroll-calendar-left, scroll-calendar-right)
8067 (scroll-calendar-left-three-months)
8068 (scroll-calendar-right-three-months): Add compatibility aliases.
8069
8070 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8071 Behave like mouse-scroll-calendar-* when used from the mouse.
8072
8073 * calendar/cal-menu.el (cal-menu-scroll-menu)
8074 (cal-menu-global-mouse-menu):
8075 * calendar/calendar.el (calendar-mode-map):
8076 Use new calendar-scroll-* names.
8077 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8078 Remove. Use calendar-scroll-* directly instead.
8079
8080 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8083 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8084 (ad-make-advised-definition, ad-cache-id-verification-code):
8085 Use commandp and interactive-form instead.
8086
8087 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
8088
8089 * vc-git.el: Relicense to GPLv3 or later.
8090 (vc-directory-exclusion-list, vc-handled-backends): Remove.
8091
8092 * vc-hooks.el (vc-handled-backends): Add GIT.
8093
8094 * vc.el (vc-directory-exclusion-list): Add .git.
8095
8096 2007-07-26 Alexandre Julliard <julliard@winehq.org>
8097
8098 * vc-git.el (vc-git-revision-table)
8099 (vc-git-revision-completion-table): New functions.
8100
8101 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8102
8103 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8104 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8105 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8106 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8107 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8108 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8109 New command actions for EPS header and EPS footer.
8110
8111 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8112 footer. Fix some problems with one-or-more, zero-or-more and
8113 alternative constructions generation. Some log messages
8114 implementation. Doc fix.
8115 (ebnf-version): New version 4.4.
8116 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8117 (ebnf-eps-footer, ebnf-log): New options.
8118 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8119 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8120 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8121 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8122 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
8123 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8124 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8125 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8126 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8127 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8128 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8129 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8130 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8131 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8132 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8133 (ebnf-except-dimension, ebnf-alternative-dimension)
8134 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8135 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8136 message fun.
8137 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8138 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8139 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8140 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8141 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8142 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8143 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8144 compatibility with Emacs 20 & 21.
8145 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8146 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8147 (ebnf-basic-empty-height): New vars.
8148 (ebnf-prologue): Fix PostScript code.
8149 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8150 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8151 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8152 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8153
8154 2007-07-25 Glenn Morris <rgm@gnu.org>
8155
8156 * Relicense all FSF files to GPLv3 or later.
8157
8158 * COPYING: Switch to GPLv3.
8159
8160 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8163 Replace it with another one which disables undo before calling
8164 erase-buffer and then turns it back on if needed.
8165
8166 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8167
8168 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8169
8170 2007-07-24 Glenn Morris <rgm@gnu.org>
8171
8172 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8173 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8174 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8175 (cal-tex-cursor-week, cal-tex-cursor-week2)
8176 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8177 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8178 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8179 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8180
8181 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * calendar/calendar.el (calendar-mode-map): Move initialization
8184 into declaration. Add menu bindings (used to be done in cal-menu).
8185 (calendar-mode): Don't add an activate-menubar-hook.
8186
8187 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8188 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8189 can be used on the menu entries.
8190 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8191 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8192 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8193 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8194 (calendar-flatten, cal-menu-update): Remove.
8195 (calendar-mouse-insert-hebrew-diary-entry)
8196 (calendar-mouse-insert-islamic-diary-entry)
8197 (calendar-mouse-insert-bahai-diary-entry):
8198 Remove (fold into cal-menu-diary-menu).
8199 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8200 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8201 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8202 (calendar-mouse-view-diary-entries): Minor simplifications.
8203 (calendar-event-to-date): Use with-current-buffer.
8204
8205 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
8206
8207 * add-log.el (change-log-redate): Remove (not needed anymore and
8208 doesn't appear to work).
8209
8210 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * frame.el: Use mapc and dolist instead of mapcar where possible.
8213 (close-display-connection): New command.
8214
8215 2007-07-25 Alexandre Julliard <julliard@winehq.org>
8216
8217 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8218 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8219
8220 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8221
8222 * ps-print.el (ps-multibyte-buffer): Docstring fix.
8223
8224 * ps-mule.el: Doc fix.
8225 (ps-multibyte-buffer, ps-mule-font-info-database-default)
8226 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8227
8228 2007-07-25 Glenn Morris <rgm@gnu.org>
8229
8230 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8231 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8232 (cal-tex-daily-end, cal-tex-hook)
8233 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8234 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8235 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8236 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8237 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8238 (cal-tex-day-prefix, cal-tex-day-name-format)
8239 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8240 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8241 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8242 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8243 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8244 etc, rather than \bf.
8245 (cal-tex-mini-calendar): Fix typos in previous change.
8246 (cal-tex-latexify-list): Remove inner let binding.
8247 (cal-tex-end-document, cal-tex-banner): Use multi-line
8248 cal-tex-comment.
8249 (cal-tex-comment): Handle embedded newlines.
8250 (cal-tex-LaTeXify-string): Use substring-no-properties.
8251
8252 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8253
8254 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8255 Add support for the Maden build tool.
8256
8257 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8258
8259 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8260
8261 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8264
8265 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8266
8267 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8268 C-x C-q.
8269
8270 * vc-git.el (vc-git-print-log): Fix previous change.
8271
8272 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * window.el (save-selected-window): Minor optimization.
8275 (bw-adjust-window): If operation failed, try with a smaller delta.
8276 (window-fixed-size-p): New function.
8277 (window-area-factor): New var.
8278 (balance-windows-area): New command.
8279
8280 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8281 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8282 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8283 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8284 (ps-mule-begin-job): Use dolist.
8285
8286 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
8287
8288 * subr.el (start-file-process-shell-command)
8289 (process-file-shell-command): New defuns.
8290
8291 * progmodes/compile.el (compilation-start):
8292 Apply `start-file-process-shell-command'.
8293
8294 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8295
8296 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8297
8298 2007-07-24 Alan Mackenzie <acm@muc.de>
8299
8300 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8301 Initialise byte-compile-unresolved-functions before rather than
8302 after a compilation.
8303 (byte-compile-unresolved-functions): Amplify doc string.
8304
8305 2007-07-24 Glenn Morris <rgm@gnu.org>
8306
8307 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8308
8309 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8310 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8311 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8312 (cal-tex-cursor-week, cal-tex-cursor-week2)
8313 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8314 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8315 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8316 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8317
8318 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8319 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8320 (cal-tex-day-name-format, cal-tex-cal-one-month)
8321 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8322 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8323 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8324 (cal-tex-list-holidays, cal-tex-cursor-year)
8325 (cal-tex-cursor-year-landscape, cal-tex-year)
8326 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8327 (cal-tex-cursor-month, cal-tex-insert-days)
8328 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8329 (cal-tex-first-blank-p, cal-tex-cursor-week)
8330 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8331 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8332 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8333 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8334 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8335 (cal-tex-latexify-list, cal-tex-previous-month)
8336 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8337 modernization, including using dotimes rather than
8338 calendar-for-loop.
8339 (cal-tex-LaTeX-subst-list): Remove `@'.
8340 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8341 Use \textit and \textbf rather than \em and \it.
8342
8343 * calendar/cal-bahai.el (list-bahai-diary-entries)
8344 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8345 * calendar/cal-islam.el (list-islamic-diary-entries)
8346 * calendar/calendar.el (generate-calendar, generate-calendar-month)
8347 * calendar/diary-lib.el (diary-list-entries)
8348 (mark-calendar-date-pattern): Use `dotimes' rather than
8349 `calendar-for-loop'.
8350
8351 * calendar/calendar.el (calendar-for-loop): Doc fix.
8352
8353 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8356 underlying file is uptodate.
8357
8358 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8359
8360 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8361
8362 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * vc-hooks.el (vc-mode-line-map): New const.
8365 (vc-mode-line): Use it.
8366
8367 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8368
8369 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8370 (vc-git-unregister): New functions.
8371 (vc-git-find-version): Use the result of ls-files as a parameter
8372 for cat-file.
8373
8374 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8375
8376 * net/tramp.el (tramp-perl-file-attributes)
8377 (tramp-perl-directory-files-and-attributes)
8378 (tramp-handle-file-attributes-with-stat)
8379 (tramp-handle-directory-files-and-attributes-with-stat)
8380 (tramp-convert-file-attributes): Handle huge file sizes.
8381
8382 2007-07-23 Juri Linkov <juri@jurta.org>
8383
8384 * isearch.el (isearch-message-function): New variable.
8385 (isearch-update, isearch-search): Use it.
8386
8387 * simple.el (goto-history-element): New function created from
8388 next-history-element.
8389 (next-history-element): Most code moved to goto-history-element.
8390 Call goto-history-element with (- minibuffer-history-position n).
8391 (previous-history-element): Call goto-history-element with (+
8392 minibuffer-history-position n).
8393 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8394 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8395 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8396 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8397 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8398 (minibuffer-history-isearch-pop-state): New functions.
8399
8400 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8401
8402 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8403 Also, if FILE is a list, return non-nil if any of its elements
8404 should stay local. Update docstring.
8405
8406 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8409 change by reverting a small part.
8410
8411 2007-07-23 Richard Stallman <rms@gnu.org>
8412
8413 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8414
8415 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8416
8417 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8418 handling it. Use vc-git-command.
8419 (vc-git-find-version, vc-git-diff-tree): New functions.
8420 (vc-git-revert): Use vc-git-command.
8421 (vc-git--run-command): Delete.
8422
8423 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8424
8425 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8426
8427 2007-07-20 Kenichi Handa <handa@m17n.org>
8428
8429 * international/utf-8.el (utf-8-post-read-conversion):
8430 Temporarily bind utf-8-compose-scripts to nil while running
8431 *-compose-region functions.
8432
8433 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8434
8435 * vc-git.el: Update status.
8436 (vc-directory-exclusion-list): Use eval-after-load.
8437
8438 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8439
8440 * bindings.el (mode-line-remote): New variable.
8441 (help-echo): Add to default values of mode-line-format.
8442
8443 * files.el: Mark mode-line-remote as risky.
8444
8445 2007-07-22 Juri Linkov <juri@jurta.org>
8446
8447 * isearch.el (isearch-edit-string): Save old point and
8448 isearch-other-end to old-point and old-other-end before reading
8449 the search string from minibuffer. After exiting minibuffer set
8450 point to old-other-end if point and the search direction is the
8451 same as before reading the search string.
8452 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8453 to isearch-other-end. Instead of isearch-search-and-update call
8454 three functions isearch-search, isearch-push-state and isearch-update.
8455
8456 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8457
8458 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8459 deal with multiple file arguments.
8460 (vc-git-print-log): Deal with multiple file arguments.
8461
8462 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8465 diff-refine-hunk. Adjust users.
8466 (diff-unified-hunk-p, diff-splittable-p): New functions.
8467 (diff-mode-menu): Use it to disable Split when it doesn't work.
8468
8469 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8470
8471 * diff-mode.el (diff-mode-menu): New entries.
8472
8473 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8476 if applicable, so as to save undo-log space.
8477
8478 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8479
8480 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8481 (diff-file-kill): Use it.
8482 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8483 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8484 Use it so they find the hunk even when we're in the file header.
8485
8486 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8487
8488 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8489 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8490 (vc-git-create-repo): New functions.
8491 (vc-git-registered): New autoloaded function definition.
8492 (vc-git-registered): Use vc-git-root.
8493 (vc-git-responsible-p): New defalias.
8494 (vc-git-annotate-extract-revision-at-line): Uncomment.
8495 (vc-git-print-log): Add the file name to the log.
8496 (vc-git-log-view-mode): New derived mode.
8497 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8498
8499 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8500
8501 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8502
8503 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8504
8505 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8506 file in a way that does not interfere with recentf mode.
8507 (reftex-access-parse-file): Do not risk destroying an existing
8508 buffer.
8509
8510 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8511
8512 * vc-git.el: New file.
8513
8514 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8517
8518 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8519
8520 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8521 for branches and new files.
8522
8523 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8524 local-map handling ...
8525 (vc-mode-line): ... here. Improve handling of help-echo.
8526
8527 * vc.el (mode-line-string): Document help-echo usage.
8528
8529 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8530
8531 Sync with Tramp 2.1.10.
8532
8533 * net/tramp.el (tramp-get-ls-command): Fix typo.
8534
8535 * net/trampver.el: Update release number.
8536
8537 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8538
8539 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8540
8541 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8542
8543 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8544
8545 * add-log.el (change-log-fill-parenthesized-list): New function.
8546 (change-log-indent): Call change-log-fill-parenthesized-list.
8547 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8548 Have lines with leading asterisk start a paragraph.
8549
8550 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8551
8552 * calc/calc-math.el (math-emacs-precision)
8553 (math-largest-emacs-expt, math-smallest-emacs-expt):
8554 New variables.
8555 (math-use-emacs-fn): New function.
8556 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8557 appropriate.
8558
8559 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8560
8561 * image-dired.el (image-dired-sane-db-file): New func.
8562 (image-dired-write-tags, image-dired-remove-tag)
8563 (image-dired-list-tags, image-dired-write-comments)
8564 (image-dired-get-comment, image-dired-mark-tagged-files)
8565 (image-dired-create-gallery-lists): Call new func.
8566 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8567
8568 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8569
8570 * vc-hg.el (vc-hg-dir-state): Fix loop.
8571 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8572 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8573 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8574 (vc-hg-revert): Likewise.
8575 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8576 functions.
8577
8578 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8581 merge fails.
8582
8583 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8584
8585 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8586 Add group and version.
8587
8588 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * add-log.el (add-log-file-name): Use file-relative-name.
8591 (add-change-log-entry): Delay reading
8592 add-log-(full-name|mailing-address) to after we've switched to the
8593 ChangeLog buffer so we get the right value.
8594 (add-change-log-entry, add-log-current-defun, change-log-merge):
8595 Use derived-mode-p rather than checking major-mode directly.
8596
8597 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8598 name for buffer-file-name if it refers to a directory.
8599
8600 * vc-arch.el (vc-arch-diff): Fix last change.
8601
8602 * progmodes/compile.el (compilation-start): Remember the original
8603 directory in a buffer-local compilation-directory.
8604 (compile): Set the global value of compilation-directory.
8605 (recompile): Use compilation-directory even in the compilation buffer.
8606
8607 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8608
8609 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8610
8611 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8612
8613 * ps-print.el: Problem with foreground and background color when
8614 printing a buffer with and without faces. Reported by Christian
8615 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8616 (ps-print-version): New version 6.7.5.
8617 (ps-default-fg): Change default value to nil, so black color is used
8618 when a face does not specify a foreground color.
8619 (ps-default-bg): Change default value to nil, so white color is used
8620 for background color.
8621 (ps-begin-job): Fix code.
8622
8623 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8624
8625 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8626 in $(INSTALL_DIR)/lisp/ if they already exist.
8627
8628 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8629
8630 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8631 in $(INSTALL_DIR)/lisp/ if they already exist.
8632
8633 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * progmodes/vera-mode.el (vera-re-search-forward)
8636 (vera-re-search-backward): Remove use of store-match-data.
8637 (vera-mode-map): Move initialization into declaration.
8638
8639 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8640 (flymake-find-buildfile): Use locate-dominating-file.
8641
8642 * vc.el (vc-delistify): Use mapconcat.
8643 (vc-do-command): Minor simplification.
8644 (vc-expand-dirs): Use push.
8645
8646 * vc-mcvs.el (vc-mcvs-create-repo):
8647 * vc-cvs.el (vc-cvs-create-repo): Remove.
8648
8649 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8650 directory and the root as well.
8651
8652 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8653
8654 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8655 instead of a file.
8656
8657 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8658 (vc-hg-registered): Replace if with when.
8659 (vc-hg-state): Deal with nonexistent files and handle removed files.
8660 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8661 (vc-hg-checkout): Re-enable.
8662 (vc-hg-create-repo): Fix typos.
8663 (vc-hg-print-log): Fix for multiple files.
8664 (vc-hg-workfile-unchanged-p): New function.
8665
8666 * vc.el: Fix typo.
8667 (vc-print-log): Fix call to print-log.
8668 (vc-default-comment-history): Likewise.
8669 (vc-directory-exclusion-list): Add .hg and .bzr.
8670 (vc-diff-internal): Pass a list instead of a file.
8671
8672 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8673
8674 * vc-bzr.el (vc-bzr-create-repo): New function.
8675
8676 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8679 `file' from which to start the search.
8680
8681 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8682
8683 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8684 having a single file argument to having a list of files as the
8685 first argument.
8686
8687 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * files.el (locate-dominating-file): New function.
8690
8691 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8692
8693 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8694 (grep-compute-defaults): Use it.
8695
8696 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * uniquify.el: Docstring fixes.
8699
8700 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8701
8702 * vc.el (revision-granularity, create-repo): Document new vc
8703 backend properties.
8704 (vc-rollback): Renamed from vc-cancel-version. Update
8705 references. Pass a list instead of a file.
8706 (vc-revert): Renamed from vc-revert-buffer. Update references.
8707 (vc-delistify, vc-expand-dirs): New functions.
8708 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8709 of files instead of a single file.
8710 (vc-position-context, vc-resync-window, vc-diff-internal)
8711 (vc-print-log): Pass a list instead of a file.
8712
8713 * vc-hooks.el (vc-stay-local-p, vc-backend)
8714 (vc-backend-subdirectory-name): Work on a file list, not a single
8715 file.
8716 (vc-workfile-version): Update docstring.
8717 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8718 vc-revert instead of vc-revert-buffer.
8719 (vc-prefix-map): Likewise. Bind vc-update.
8720
8721 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8722 (vc-svn-wash-log): New functions.
8723 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8724 (vc-svn-command): Deal with a list of files, not a single file.
8725
8726 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8727 (vc-rcs-wash-log): New functions.
8728 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8729 Deal with a list of files, not a single file.
8730 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8731
8732 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8733 functions.
8734 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8735 list of files, not a single file.
8736
8737 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8738 New functions.
8739 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8740 (vc-mcvs-diff): Deal with a list of files, not a single file.
8741
8742 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8743 functions.
8744 (vc-hg-print-log): Deal with a list of files, not a single file.
8745 (vc-hg-diff-tree): New function, replace defalias with the same
8746 name.
8747 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8748 FILES to denote that it is a file list, not a single file.
8749
8750 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8751 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8752 a single file.
8753 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8754 that it is a file list, not a single file.
8755 (vc-cvs-diff): Likewise. Simplify.
8756
8757 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8758 Deal with a list of files, not a single file.
8759
8760 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8761 (vc-bzr-print-log): Update FILE parameter name to denote that it
8762 is a file list, not a single file.
8763 (vc-bzr-diff): Likewise. Use the car of files.
8764
8765 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8766
8767 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8768 (follow-delete-other-windows-and-split, follow-recenter)
8769 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8770 (follow-redisplay, follow-estimate-first-window-start)
8771 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8772 Fix typos in docstrings.
8773
8774 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8775
8776 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8777 avoid that filling introduces lines with a single asterisk.
8778
8779 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8780 avoid incorrect kmacro-ring-empty-p messages.
8781 Reported by Michael Schierl <schierlm@gmx.de>.
8782
8783 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8784
8785 * vc.el: Add more info about the vc-registered function.
8786
8787 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8788
8789 * files.el (file-remote-p): Introduce optional parameter
8790 IDENTIFICATION.
8791
8792 * recentf.el (recentf-keep-default-predicate): Adapt call of
8793 `file-remote-p'.
8794
8795 * progmodes/grep.el (grep-probe): Use `process-file'.
8796 (grep-compute-defaults): Handle variables host specific.
8797
8798 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8799 parameter IDENTIFICATION.
8800
8801 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8802 parameter IDENTIFICATION.
8803 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8804 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8805 Add entry for `set-file-times'.
8806 (tramp-do-copy-or-rename-file-via-buffer)
8807 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8808 (tramp-handle-unhandled-file-name-directory): Rewrite.
8809 (tramp-convert-file-attributes): Add error handling when inode is
8810 extraordinary big.
8811 (tramp-get-inode): Change parameter from FILE to VEC.
8812 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8813 is nil. This is according to the specification. Goto (point-max)
8814 when ready.
8815 (tramp-handle-shell-command): Rewrite completely, using
8816 `process-file' and `start-file-process'.
8817 (tramp-methods, tramp-find-shell)
8818 (tramp-open-connection-setup-interactive-shell)
8819 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8820 var. Reported by Steve Youngs <steve@sxemacs.org>.
8821
8822 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8823 entry for `set-file-times'. Rename `start-process' into
8824 `start-file-process'. Remove `call-process' entry.
8825 (tramp-fish-handle-set-file-times): New defun.
8826 (tramp-fish-handle-executable-find): Use `process-file'.
8827 (tramp-fish-handle-process-file): New defun. Replaces
8828 `tramp-fish-handle-call-process'.
8829 (tramp-fish-do-copy-or-rename-file-directly): Use
8830 `set-file-times'.
8831 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8832
8833 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8834 `tramp-get-inode' parameter.
8835
8836 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8839 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8840 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8841 it has ever existed.
8842
8843 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * vc.el: Undo previous change.
8846
8847 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8848
8849 * makefile.w32-in (clean): Don't delete *~.
8850
8851 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * textmodes/tex-mode.el (tex-verbatim-environments):
8854 Add safe-local-variable property.
8855 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8856 when starting font-lock rather than when loading tex-mode.el.
8857
8858 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8859 whole $( rather than just the $. Rename from sh-quoted-subshell.
8860 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8861
8862 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8863
8864 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8865 bookmark-alist. Instead, if not sorting, simply return it.
8866 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8867 for its return value, not for its side effect.
8868
8869 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8870 case of alignment under a constant symbol, find and consider
8871 the sexp actually at indentation to be the "last sexp".
8872
8873 2007-07-16 Drew Adams <drew.adams@oracle.com>
8874
8875 * mouse.el (mouse-yank-secondary): Better error message if no
8876 secondary selection.
8877
8878 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8879
8880 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8881
8882 * term/xterm.el (xterm-turn-on-modify-other-keys)
8883 (xterm-turn-off-modify-other-keys): New functions.
8884 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8885 terminal supports it.
8886
8887 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8888
8889 * bookmark.el (bookmark-show-all-annotations):
8890 Make sure each inserted annotation ends with newline.
8891
8892 2007-07-15 Richard Stallman <rms@gnu.org>
8893
8894 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8895
8896 * tutorial.el (tutorial--find-changed-keys):
8897 Handle C-x specially like ESC.
8898
8899 2007-07-15 Aaron Hawley <aaronh@garden.org>
8900
8901 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8902
8903 2007-07-15 Juri Linkov <juri@jurta.org>
8904
8905 * delsel.el (delete-selection-pre-hook):
8906 * emulation/cua-base.el (cua-paste): Before a yank command,
8907 check also whether last-command is one of mouse-save-then-kill,
8908 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8909
8910 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8911
8912 * recentf.el (recentf-keep-default-predicate): New defun.
8913 (recentf-keep): Use it as initial value.
8914
8915 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8916
8917 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8918 thus restoring bookmark bindings to three slots under C-x r. See
8919 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8920
8921 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8922
8923 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8924
8925 2007-07-15 Jason Rumney <jasonr@gnu.org>
8926
8927 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8928 for input to cmdproxy on all versions of Windows.
8929 Use dos line ends for input to plink.
8930
8931 * comint.el (comint-simple-send): Concat newline before sending.
8932 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8933
8934 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8937 safe-local-variable setting.
8938
8939 2007-07-14 David Kastrup <dak@gnu.org>
8940
8941 * emacs-lisp/advice.el (defadvice): Doc fix.
8942
8943 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8944
8945 * subr.el (when, unless): Doc fix.
8946
8947 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8948
8949 * replace.el (match): Use yellow1 instead of yellow.
8950
8951 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8952 red.
8953
8954 * pcvs-info.el (cvs-unknown): Likewise.
8955
8956 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8957
8958 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8959 (install): Use them to copy all *.el files before *.elc.
8960
8961 2007-07-13 Drew Adams <drew.adams@oracle.com>
8962
8963 * bookmark.el (bookmark-jump-other-window): New function.
8964 (bookmark-map): Bind it to "o".
8965
8966 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8967 and its thread contains discussion about this change.
8968 The original patch was slightly tweaked by Karl Fogel
8969 <kfogel@red-bean.com> before committing.
8970
8971 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8972
8973 * bookmark.el: Shorten some comments to fit within 80 lines.
8974
8975 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8976
8977 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8978 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8979 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8980 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8981
8982 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8983
8984 * textmodes/org.el: Bug fixes.
8985 (org-end-of-line): Move to end of line if in headline without tags.
8986
8987 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * vc-hooks.el: Remove spurious * in docstrings.
8990 (vc-handled-backends): Add BZR.
8991
8992 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8993
8994 2007-07-12 Davis Herring <herring@lanl.gov>
8995
8996 * desktop.el (desktop-buffer-info, desktop-save):
8997 Use `desktop-dirname' instead of `dirname'.
8998
8999 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9000
9001 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9002
9003 * progmodes/python.el (python-which-func-length-limit): New var.
9004 (python-which-func): New function.
9005 (python-current-defun): Add optional `length-limit' and try to fit
9006 computed function name to that length.
9007 (python-mode): Hook `python-which-func' up.
9008
9009 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9010
9011 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9012
9013 * comint.el (comint-dynamic-complete-as-filename):
9014 Use read-file-name-completion-ignore-case.
9015
9016 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * comint.el (comint-dynamic-list-filename-completions):
9019 Use read-file-name-completion-ignore-case.
9020
9021 * vc-cvs.el: Require CL.
9022 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9023 New functions to provide completion of revision names.
9024
9025 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9026 (vc-cvs-annotate-first-line-re): New const.
9027 (vc-cvs-annotate-process-filter): New fun.
9028 (vc-cvs-annotate-command): Use them and run the command asynchronously.
9029
9030 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9031
9032 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9033 (eldoc-print-current-symbol-info): Adjust for changed helper
9034 function signatures.
9035 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
9036 `eldoc-highlight-function-argument'.
9037 (eldoc-highlight-function-argument): New function.
9038 (eldoc-get-var-docstring): Format documentation with
9039 `font-lock-variable-name-face'.
9040 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9041 where suited.
9042 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9043 (eldoc-beginning-of-sexp): Return number of skipped sexps.
9044
9045 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
9046
9047 * progmodes/compile.el (compilation-start): `start-process' must
9048 still be redefined when calling `start-process-shell-command'.
9049
9050 * progmodes/gud.el (gud-file-name): When `default-directory' is a
9051 remote file name, prepend its remote part to the filename.
9052 (gud-common-init): When `default-directory' is a remote file name,
9053 make the filename relative to it.
9054 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9055
9056 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9059 mouse binding and a tooltip.
9060
9061 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * menu-bar.el (vc-menu-map): New defalias.
9064
9065 2007-07-10 Richard Stallman <rms@gnu.org>
9066
9067 * emacs-lisp/lisp-mode.el (eval-defun):
9068 Explain special handling of `defface'.
9069
9070 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
9071
9072 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9073
9074 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9075
9076 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9079
9080 * vc-arch.el (vc-arch-complete): Remove.
9081 (vc-arch-revision-completion-table): Use complete-with-action.
9082
9083 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9084 (complete-with-action): New function.
9085 (dynamic-completion-table): Use it.
9086
9087 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
9088
9089 * comint.el (make-comint, make-comint-in-buffer)
9090 (comint-exec-1): Replace `start-process' by `start-file-process'.
9091
9092 * progmodes/compile.el (compilation-start): Revert redefining
9093 `start-process'.
9094
9095 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9098 with EOLs when generating MD5 checksums.
9099
9100 * follow.el: Don't change the global map from the follow-mode-map
9101 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
9102 XEmacs code.
9103 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9104 since `follow-mode' should be used instead for that.
9105
9106 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9107 (easy-menu-do-define): Use it.
9108 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9109
9110 * progmodes/compile.el (compilation-auto-jump-to-first-error)
9111 (compilation-auto-jump-to-next): New vars.
9112 (compilation-auto-jump): New function.
9113 (compilation-error-properties): Use them to jump to first error.
9114 (compilation-start): Set the var if requested.
9115
9116 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9117 duplicates without also removing entries from other directories.
9118
9119 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
9120
9121 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9122 Remember span as default.
9123 (org-columns-edit-value): Rename from `org-column-edit'.
9124 (org-columns-display-here-title): Rename from
9125 `org-overlay-columns-title'.
9126 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9127 (org-columns-get-autowidth-alist): Rename from
9128 `org-get-columns-autowidth-alist'.
9129 (org-columns-display-here): Rename from `org-overlay-columns'.
9130 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9131 (org-columns-quit): Rename from `org-column-quit'.
9132 (org-columns-show-value): Rename from `org-column-show-value'.
9133 (org-columns-content, org-columns-widen)
9134 (org-columns-next-allowed-value)
9135 (org-columns-edit-allowed, org-columns-store-format)
9136 (org-columns-uncompile-format, org-columns-redo)
9137 (org-columns-edit-attributes, org-delete-property)
9138 (org-set-property, org-columns-update)
9139 (org-columns-compute, org-columns-eval)
9140 (org-columns-not-in-agenda, org-columns-compute-all)
9141 (org-property-next-allowed-value)
9142 (org-columns-compile-format)
9143 (org-fill-paragraph-experimental)
9144 (org-string-to-number, org-property-action)
9145 (org-columns-move-left, org-columns-new)
9146 (org-column-number-to-string)
9147 (org-property-previous-allowed-value)
9148 (org-at-property-p, org-columns-delete)
9149 (org-columns-previous-allowed-value)
9150 (org-columns-move-right, org-columns-narrow)
9151 (org-property-get-allowed-values)
9152 (org-verify-version, org-column-string-to-number)
9153 (org-delete-property-globally): New functions.
9154 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9155 (org-columns-overlays): Rename from `org-column-overlays'.
9156 (org-columns-map): Rename from `org-column-map'.
9157 (org-columns-current-maxwidths): Rename from
9158 `org-current-columns-maxwidths'.
9159 (org-columns-begin-marker, org-columns-current-fmt-compiled)
9160 (org-previous-header-line-format)
9161 (org-columns-inhibit-recalculation)
9162 (org-columns-top-level-marker): New variables.
9163 (org-columns-default-format): Rename from `org-default-columns-format'.
9164 (org-property-re): New constant.
9165
9166 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
9167
9168 * subr.el (looking-at-p, string-match-p): New functions.
9169
9170 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
9171
9172 * textmodes/tex-mode.el (tex-fontify-script)
9173 (tex-font-script-display): New variables to make display of
9174 superscripts and subscripts customizable.
9175 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9176
9177 2007-07-09 Richard Stallman <rms@gnu.org>
9178
9179 * isearch.el (isearch-edit-string): Call to isearch-push-state
9180 after the search.
9181
9182 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9183
9184 * window.el (fit-window-to-buffer): Remove setting of window-min-height
9185 to 1 as enlarge-window uses the value to resize/shrink windows other
9186 than WINDOW if needed.
9187
9188 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9189
9190 * cus-start.el (file-coding-system-alist): Fix custom type.
9191
9192 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9195 modified.
9196 (longlines-auto-wrap, longlines-window-change-function):
9197 Remove unnecessary calls to set-buffer-modified-p.
9198
9199 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9200
9201 * cus-start.el (file-coding-system-alist): Fix custom type.
9202
9203 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9206 (vc-cvs-checkout): Remove last arg now unused; simplify.
9207
9208 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
9209
9210 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9211
9212 * net/tramp.el:
9213 * net/tramp-ftp.el:
9214 * net/tramp-smb.el:
9215 * net/tramp-uu.el:
9216 * net/trampver.el: Migrate to Tramp 2.1.
9217
9218 * net/tramp-cache.el:
9219 * net/tramp-fish.el:
9220 * net/tramp-gw.el: New Tramp packages.
9221
9222 * net/tramp-util.el:
9223 * net/tramp-vc.el: Removed.
9224
9225 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9226 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9227
9228 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9229
9230 * progmodes/compile.el (compilation-start): Redefine
9231 `start-process' temporarily when `default-directory' is remote.
9232 Remove case of synchronous compilation, this won't happen ever.
9233 (compilation-setup): Make local variable `comint-file-name-prefix'
9234 for remote compilation.
9235
9236 2007-07-08 Martin Rudalics <rudalics@gmx.at>
9237
9238 * novice.el (disabled-command-function): Fit window to buffer to
9239 make last line visible.
9240 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9241
9242 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9243 when handling the terminating event.
9244
9245 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9246
9247 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9248 (math-bignum-digit-length): Change to optimal value.
9249
9250 * calc/calc-bin.el (math-bignum-logb-digit-size)
9251 (math-bignum-digit-power-of-two): Evaluate when compiled.
9252
9253 * calc/calc-comb.el (math-small-factorial-table)
9254 (math-init-random-base, math-prime-test): Remove unnecessary calls
9255 to `math-read-number-simple'.
9256
9257 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9258 (math-approx-gamma-const): Add docstrings.
9259
9260 * calc/calc-forms.el (math-julian-date-beginning)
9261 (math-julian-date-beginning-int): New constants.
9262 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9263 Use the new constants.
9264
9265 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9266
9267 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9268 Add docstrings.
9269
9270 2007-07-07 Tom Tromey <tromey@redhat.com>
9271
9272 * vc.el (vc-annotate): Jump to line and output message only after the
9273 process is really all done.
9274
9275 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * vc.el (vc-exec-after): Don't move point from the sentinel.
9278 Forcefully read all the remaining text in the pipe upon process exit.
9279 (vc-annotate-display-autoscale, vc-annotate-lines):
9280 Don't stop at the first unrecognized line.
9281 (vc-annotate-display-select): Run autoscale after the process is done
9282 since it depends on the whole result.
9283
9284 2007-07-07 Eli Zaretskii <eliz@gnu.org>
9285
9286 * term/w32-win.el (menu-bar-open): New function.
9287 Bind <f10> to it.
9288
9289 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9290
9291 * simple.el (start-file-process): New defun.
9292
9293 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * files.el (find-file-confirm-nonexistent-file): Rename from
9296 find-file-confirm-inexistent-file. Update users.
9297
9298 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9299 format of autoload block where the file's time-stamp is replaced by its
9300 MD5 checksum.
9301 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9302 time-stamp for secondary autoloads files.
9303 (update-directory-autoloads): Remove duplicate entries.
9304 Use time-less-p for time-stamps, as done in autoload-find-destination.
9305
9306 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9307
9308 * calc/calc.el (math-read-number): Replace number by variable.
9309 (math-read-number-simple): Properly parse small integers.
9310
9311 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9312
9313 * vc.el: Fix doc for the checkout function.
9314
9315 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9316
9317 * vc-hg.el (vc-hg-root): New function.
9318 (vc-hg-registered): Use it.
9319 (vc-hg-diff-tree): New defalias.
9320 (vc-hg-responsible-p): Likewise.
9321 (vc-hg-checkout): Comment out, not needed.
9322 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9323 (vc-hg-find-version, vc-hg-next-version): New functions.
9324
9325 2007-07-06 Andreas Schwab <schwab@suse.de>
9326
9327 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9328 dynamic bindings around the evaluation of the expression.
9329 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9330
9331 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9334 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9335 Use run-hooks rather than run-mode-hooks.
9336
9337 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9338
9339 * calc/calc-comb.el (math-random-digit): Rename to
9340 `math-random-three-digit-number'.
9341 (math-random-digits): Don't depend on representation of integer.
9342
9343 * calc/calc-bin.el (math-bignum-logb-digit-size)
9344 (math-bignum-digit-power-of-two): New constants.
9345 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9346 (math-not-bignum, math-clip-bignum): Use the constants
9347 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9348 instead of their values.
9349 (math-clip): Use math-small-integer-size instead of its value.
9350
9351 * calc/calc.el (math-add-bignum): Replace number by constant.
9352
9353 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * wid-edit.el (widget-documentation-string-value-create):
9356 Insert indentation spaces.
9357
9358 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9359
9360 * emacs-lisp/byte-opt.el: Revert last change.
9361
9362 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9363
9364 * vc-hooks.el (vc-handled-backends): Add HG.
9365
9366 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9367
9368 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * complete.el (PC-do-complete-and-exit): Add support for the new
9371 `confirm-only' confirmation mode.
9372
9373 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * cus-edit.el (custom-commands): New variable.
9376 (custom-tool-bar-map): New variable. Initialize using
9377 `custom-commands'.
9378 (custom-mode): Use `custom-tool-bar-map'.
9379 (custom-buffer-create-internal): Insert action buttons only if
9380 tool bar is not used. Use `custom-commands'.
9381 (Custom-help, custom-command-apply): New function.
9382 (custom-command-apply, Custom-set, Custom-save)
9383 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9384 Use `custom-command-apply' instead of duplicating code.
9385 (customize-group-other-window): Call `customize-group' instead of
9386 duplicating code.
9387 (customize-face-other-window): Call `customize-face' instead of
9388 duplicating code.
9389 (customize-group, customize-face): Add optional args for opening
9390 in another window.
9391 (custom-variable-tag): Don't inherit `variable-pitch' face.
9392 (custom-group-tag): Inherit `variable-pitch' face.
9393 (custom-variable-value-create): Set documentation indentation.
9394 (custom-group-value-create): Make group name a link, instead of
9395 using an extra "go to group" button.
9396 (custom-prompt-variable, custom-group-set, custom-group-save)
9397 (custom-group-reset-current, custom-group-reset-saved)
9398 (custom-group-reset-standard): Minor cleanup.
9399
9400 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9401
9402 * Makefile.in (bootstrap-prepare): When copying from
9403 ldefs-boot.el, make sure loaddefs.el is writeable.
9404
9405 (bootstrap-prepare): Make $(lisp)/ps-print.el
9406 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9407
9408 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9409
9410 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9411 only caller, and delete.
9412 (vc-hg-state): Deal with exceptions and only parse the output on
9413 successful return.
9414 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9415 caller, and delete.
9416 (vc-hg-workfile-version): Deal with exceptions and only parse the
9417 output on successful return.
9418 (vc-hg-revert): New function.
9419
9420 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9421
9422 * calculator.el (calculator-expt): Use more cases to determine
9423 the value.
9424
9425 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9426
9427 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9428 file names.
9429
9430 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9431
9432 * calculator.el (calculator-expt, calculator-integer-p):
9433 New functions.
9434 (calculator-fact): Check to see if the factorial will be too
9435 large before computing it.
9436 (calculator-initial-operators): Use `calculator-expt' to
9437 compute "^".
9438 (calculator-mode): Mention that results which are too large
9439 will return inf.
9440 * calc/calc-comb.el (math-small-factorial-table): Replace list
9441 by vector.
9442
9443 2007-07-03 David Kastrup <dak@gnu.org>
9444
9445 * shell.el: On request of the authors, remove their addresses for
9446 the sake of bug reports, and add the developer list address as
9447 maintainer information.
9448
9449 2007-07-03 Richard Stallman <rms@gnu.org>
9450
9451 * files.el (make-directory): Doc fix.
9452 (find-file-confirm-inexistent-file): Make it a defcustom.
9453 Make nil the default.
9454
9455 2007-07-02 Richard Stallman <rms@gnu.org>
9456
9457 * startup.el (command-line): Set buffer-offer-save in *scratch*
9458 and enable auto-save in it.
9459
9460 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9461
9462 * textmodes/org.el (orgstruct-mode-map): New variable.
9463 (orgstruct-mode): New minor mode.
9464 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9465 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9466 (org-run-like-in-org-mode): New functions.
9467 (org-cycle-list-bullet): New command.
9468 (org-special-properties, org-property-start-re)
9469 (org-property-end-re): New constants.
9470 (org-with-point-at): New macro.
9471 (org-get-property-block, org-entry-properties, org-entry-get)
9472 (org-entry-delete, org-entry-get-with-inheritance)
9473 (org-entry-put, org-buffer-property-keys): New functions.
9474 (org-insert-property-drawer): New command.
9475 (org-entry-property-inherited-from): New variable.
9476 (org-column): New face.
9477 (org-column-overlays, org-current-columns-fmt)
9478 (org-current-columns-maxwidths, org-column-map): New variables.
9479 (org-column-menu): New menu.
9480 (org-new-column-overlay, org-overlay-columns)
9481 (org-overlay-columns-title, org-remove-column-overlays)
9482 (org-column-show-value, org-column-quit, org-column-edit):
9483 New functions.
9484 (org-columns, org-agenda-columns): New commands.
9485 (org-get-columns-autowidth-alist): New functions.
9486 (org-properties): New customize group.
9487 (org-default-columns-format): New option.
9488 (org-priority): Realign tags after changing priority.
9489 (org-preserve-lc): New macro.
9490 (org-update-checkbox-count): Catch case when there is no headline.
9491 (org-agenda-quit): Remove any column overlays.
9492 (org-beginning-of-item-list): Fixed bug when non-item line is
9493 indented too deep.
9494 (org-cached-props): New variable.
9495 (org-cached-entry-get): New function.
9496 (org-make-tags-matcher): Handle property matches.
9497 (org-table-recalculate): Swap evaluation order: Field formula
9498 first, then column formulas, but don't allow them to overwrite the
9499 field formulas.
9500 (org-table-eval-formula): New argument untouchable.
9501 (org-table-put-field-property): New function.
9502
9503 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9504
9505 * help-mode.el (help-make-xrefs): Skip spaces too when
9506 skipping tabs.
9507
9508 * ffap.el (dired-at-point-prompter): Improve prompt in
9509 list-directory case.
9510
9511 2007-07-01 Richard Stallman <rms@gnu.org>
9512
9513 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9514
9515 2007-07-01 Richard Stallman <rms@gnu.org>
9516
9517 * cus-start.el (max-mini-window-height): Added.
9518
9519 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9520
9521 * complete.el (partial-completion-mode): Remove advice of
9522 read-file-name-internal.
9523 (PC-do-completion): Rebind minibuffer-completion-table.
9524 (PC-read-file-name-internal): New function doing what
9525 read-file-name-internal advice did.
9526
9527 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9528
9529 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9530 property on a few symbols.
9531 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9532 (byte-optimize-lapcode): Remove bindings that are not referenced
9533 and certainly will not effect through dynamic scoping.
9534
9535 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * files.el (find-file-confirm-inexistent-file): New var.
9538 (find-file, find-file-other-window, find-file-other-frame)
9539 (find-file-read-only, find-file-read-only-other-window)
9540 (find-file-read-only-other-frame): Use it.
9541
9542 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9545
9546 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9547
9548 * generic-x.el (generic-define-mswindows-modes)
9549 (generic-define-unix-modes, apache-log-generic-mode)
9550 (bat-generic-mode-keymap, java-manifest-generic-mode)
9551 (show-tabs-generic-mode): Fix typos in docstrings.
9552
9553 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9554
9555 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9556 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9557 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9558 (rcirc-print): Never ignore messages from ourself.
9559
9560 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9563 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9564
9565 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9566
9567 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9568 replace-regexp-in-string.
9569
9570 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * emacs-lisp/cl.el: Set edebug and indentation before loading
9573 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9574
9575 2007-06-28 Andreas Schwab <schwab@suse.de>
9576
9577 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9578 $(lisp)/subdirs.el.
9579
9580 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9581
9582 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9583 the speedbar frame if nil; that deletes the current frame or
9584 causes an error if it is the only frame.
9585 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9586
9587 2007-06-28 Kevin Ryde <user42@zip.com.au>
9588
9589 * textmodes/nroff-mode.el: Groff \# comments.
9590 (nroff-mode-syntax-table): \# comment intro,
9591 plain # as punct per global table.
9592 (nroff-font-lock-keywords): Add # as a single char escape.
9593 (nroff-mode): In comment-start-skip, match \#.
9594
9595 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9598 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9599 point-min == 1.
9600
9601 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9602
9603 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9604 Rename and move to...
9605
9606 * subr.el (strings->string, string->strings): ...here.
9607
9608 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9609 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9610
9611 * progmodes/gud.el (gud-common-init): Call string->strings instead
9612 of split-string.
9613
9614 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9615
9616 * dired-aux.el: Remove `dired-call-process'.
9617 (dired-check-process): Call `process-file'.
9618
9619 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9620
9621 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9622 `ange-ftp-process-file'.
9623
9624 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9627
9628 * emacs-lisp/cl-extra.el:
9629 * emacs-lisp/cl-seq.el:
9630 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9631 Add autoload cookies on all defs autoloaded manually in cl.el.
9632
9633 * emacs-lisp/cl-loaddefs.el: New file.
9634
9635 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9636 (texinfo-lowersections-alist): Merge definition and declaration.
9637 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9638 (texinfo-format-syntax-table): Merge init into declaration.
9639 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9640 (texinfo-format-parse-defun-args, texinfo-format-node)
9641 (texinfo-push-stack, texinfo-multitable-widths)
9642 (texinfo-define-info-enclosure, texinfo-alias)
9643 (texinfo-format-defindex, batch-texinfo-format): Use push.
9644 (texinfo-footnote-number): Remove duplicate declaration.
9645
9646 * ps-print.el: Update with auto-generated autoloads.
9647
9648 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9649
9650 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9653 relative to current dir for file-local settings.
9654 (autoload-generate-file-autoloads): Add `outfile' arg.
9655 (update-directory-autoloads): Use it to directly call
9656 autoload-generate-file-autoloads instead of going through
9657 update-file-autoloads so we avoid redundant searches and so we can know
9658 the set of buffers changed so we can save them all.
9659
9660 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9661 rather than throwing `up-to-date'.
9662 (autoload-generate-file-autoloads): Adjust correspondingly.
9663 (update-file-autoloads): Be careful to let-bind
9664 autoload-modified-buffers and adjust to new calling conventions.
9665 (autoload-modified-buffers): Make it a dynamically scoped var.
9666 (update-directory-autoloads): Use file-relative-name instead of
9667 autoload-trim-file-name.
9668 (autoload-insert-section-header): Don't use autoload-trim-file-name
9669 since the file is already relative now.
9670 (autoload-trim-file-name): Remove.
9671
9672 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9673 (vc-arch-complete, vc-arch--version-completion-table)
9674 (vc-arch-revision-completion-table): New functions to provide
9675 completion of revision names.
9676 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9677 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9678 to let the user trim the revlib.
9679
9680 * vc.el: Add new VC operation `revision-completion-table'.
9681 (vc-default-revision-completion-table): New function.
9682 (vc-version-diff, vc-version-other-window): Use it to provide
9683 completion of revision names if the backend provides it.
9684
9685 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9686
9687 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9688 of newer .svn/entries.
9689
9690 2007-06-25 David Kastrup <dak@gnu.org>
9691
9692 * calc/calc-poly.el (math-padded-polynomial)
9693 (math-partial-fractions): Add some function comments.
9694
9695 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9698 Make `outbuf' optional.
9699 (update-file-autoloads): Use it.
9700
9701 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9704 (autoload-find-destination): Keep it uptodate.
9705 (autoload-save-buffers): New fun.
9706 (update-file-autoloads): Use it. Re-add the "up to date" message.
9707
9708 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9709 (autoload-find-destination): New function extracted from
9710 update-file-autoloads.
9711 (update-file-autoloads): Use it.
9712 (autoload-generate-file-autoloads): New function extracted from
9713 generate-file-autoloads. Use file-relative-name. Delay computation of
9714 output-start to the first cookie. Remove done-any, replaced by
9715 output-start.
9716 (generate-file-autoloads): Use it.
9717
9718 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9719
9720 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9721 Use math-read-number-simple to insert constants.
9722 (math-prime-test): Redo calculation of sum.
9723
9724 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9725
9726 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9727 math-scale-bignum-3.
9728 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9729 math-bignum-digit-size.
9730 (math-isqrt-small): Add another possible initial guess.
9731
9732 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9733
9734 * textmodes/bibtex.el (bibtex-entry-format): New options
9735 `whitespace', `braces', and `string'.
9736 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9737 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9738 (bibtex-cite-matcher-alist): New variables.
9739 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9740 (bibtex-flash-head): Use blink-matching-delay.
9741 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9742 (bibtex-format-entry, bibtex-reformat): Handle new options of
9743 bibtex-entry-format.
9744 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9745 New functions.
9746 (bibtex-complete-internal): Do not display messages while
9747 minibuffer is used. Do not leave around a completions buffer
9748 that is out of date.
9749 (bibtex-copy-summary-as-kill): New optional arg.
9750 (bibtex-font-lock-url): New optional arg no-button.
9751 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9752 (bibtex-url): Allow multiple URLs per entry.
9753
9754 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9757 (update-file-autoloads, update-directory-autoloads): Use it.
9758 (autoload-file-load-name): New function.
9759 (generate-file-autoloads, update-file-autoloads): Use it.
9760 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9761 (generate-file-autoloads): If the autoloaded form is malformed,
9762 indicate the problem with a warning instead of aborting.
9763
9764 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9765
9766 * simple.el (next-error-recenter): Accept `(4)' as well;
9767 also, specify `integer' instead of `number'.
9768
9769 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9770
9771 * ls-lisp.el (insert-directory): If an invalid regexp error is
9772 thrown, try using FILE as a literal file name, not a wildcard.
9773
9774 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9775
9776 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9777 `header-line-format' when reentering ruler mode.
9778
9779 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9780
9781 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9782 FILE exists as a file.
9783
9784 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9785
9786 * calc/calc.el (math-bignum-digit-length)
9787 (math-bignum-digit-size, math-small-integer-size):
9788 New constants.
9789 (math-normalize, math-bignum-big, math-make-float)
9790 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9791 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9792 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9793 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9794 (math-quotient, math-div-bignum, math-div-bignum-digit)
9795 (math-div-bignum-part, math-format-bignum-decimal)
9796 (math-read-bignum): Use math-bignum-digit-length,
9797 math-bignum-digit-size and math-small-integer-size.
9798
9799 * calc/calc-ext.el (math-fixnum-big): Use the variable
9800 math-bignum-digit-size.
9801
9802 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9803
9804 * log-view.el (log-view-mode-menu): New menu.
9805
9806 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9809 differently.
9810
9811 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9812 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9813
9814 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9815
9816 * vc-hg.el (vc-hg-print-log): Insert the file name.
9817 (vc-hg-log-view-mode): Fontify the file name.
9818
9819 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9820
9821 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9822 (calcFunc-julian): Fix incorrect number used in calculations.
9823
9824 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9825
9826 * simple.el (next-error-recenter): New defcustom.
9827 (next-error, next-error-internal): Recenter if specified,
9828 immediately prior to running `next-error-hook'.
9829
9830 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9831 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9832
9833 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9834
9835 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9836
9837 * calc/calc-comb.el (math-small-factorial-table): New variable.
9838 (calcFunc-fact): Use `math-small-factorial-table'.
9839
9840 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9841 initial values.
9842 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9843 New variables to use in caches.
9844
9845 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9846 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9847
9848 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9849 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9850 bignums.
9851
9852 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9853 New variables to use in caches.
9854
9855 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9856
9857 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9858
9859 * vc-hg.el (vc-hg-log-view-mode): New mode.
9860
9861 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9862
9863 * calc/calc.el (math-read-number-simple): New function.
9864
9865 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9868 (vera-font-lock-match-item): Fix doc string.
9869 (vera-in-comment-p): Remove unused function.
9870 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9871 use `syntax-ppss'.
9872 (vera-forward-syntactic-ws): Fix argument order.
9873 (vera-prepare-search): Use `with-syntax-table'.
9874 (vera-indent-line): Fix doc string.
9875 (vera-electric-tab): Fix doc string.
9876 (vera-expand-abbrev): Define alias instead of using `fset'.
9877 (vera-comment-uncomment-region): Use `comment-start-skip'.
9878
9879 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9880
9881 * textmodes/org.el (org-export-with-footnotes): New option.
9882 (org-export-as-html): Fix replacement bug for XEmacs.
9883 (org-agenda-default-appointment-duration): New option.
9884
9885 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9886
9887 * vc-hg.el: Add to do items.
9888 (vc-hg-diff): Add support for comparing different revisions.
9889 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9890 (vc-hg-annotate-extract-revision-at-line)
9891 (vc-hg-previous-version, vc-hg-checkin): New functions.
9892 (vc-hg-annotate-re): New constant.
9893
9894 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9895
9896 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9897
9898 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9901 buffer-local value of log-view-*-re if applicable.
9902
9903 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9904 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9905 (vc-bzr-command*): Remove both (incompatible) versions.
9906 (vc-bzr-do-command*): Remove.
9907 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9908 Remove by folding into its only caller vc-bzr-command.
9909 (vc-bzr-command): Always set the environment, even when ineffective.
9910 (vc-bzr-version): Minor fix up.
9911 (vc-bzr-admin-dirname): New var.
9912 (vc-bzr-bzr-dir): Remove.
9913 (vc-bzr-root-dir): New fun.
9914 (vc-bzr-registered): Use it. Add an autoloaded version.
9915 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9916 (vc-bzr-view-log-function): Remove.
9917 (vc-bzr-log-view-mode): New major mode to replace it.
9918 (vc-bzr-print-log): Only activate the old hack if needed.
9919
9920 * vc.el (vc-default-log-view-mode): New function.
9921 (vc-print-log): Add new `log-view-mode' VC operation.
9922
9923 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * ido.el (ido-find-file-in-dir): Don't signal an error for
9926 empty directories.
9927
9928 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9929
9930 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9931 directory where the desktop file was found, as the docstring says.
9932 (desktop-kill): Use `read-directory-name'.
9933
9934 2007-06-20 Alan Mackenzie <acm@muc.de>
9935
9936 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9937 When removing lines, also remove the \n. Correction of patch of
9938 2007-04-21.
9939
9940 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9941
9942 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9943 event is not a cons cell. Do not unread drag-mouse-1 events.
9944 Select right window in check whether space was stolen from
9945 window above.
9946
9947 * help-mode.el (help-make-xrefs): Adjust position of new forward
9948 button.
9949
9950 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9951
9952 * vc-bzr.el (vc-bzr-with-process-environment)
9953 (vc-bzr-std-process-invocation): New macros.
9954 (vc-bzr-command, vc-bzr-command*): Use them.
9955 (vc-bzr-with-c-locale): Remove.
9956 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9957 (vc-bzr-buffer-nonblank-p): New function.
9958 (vc-bzr-state-words): New const.
9959 (vc-bzr-state): Look for `bzr status' keywords in output.
9960 Display everything else as a warning message to the user.
9961 Fix status report with bzr >= 0.15.
9962
9963 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9964
9965 * vc-hg.el (vc-hg-global-switches): Simplify.
9966 (vc-hg-state): Handle more states.
9967 (vc-hg-diff): Fix doc-string.
9968 (vc-hg-register): New function.
9969 (vc-hg-checkout): Likewise.
9970
9971 2007-06-20 Reto Zimmermann <reto@gnu.org>
9972
9973 * progmodes/vera-mode.el: New file.
9974
9975 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9976
9977 * calc/calc.el (calc-multiplication-has-precendence):
9978 New variable.
9979 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9980 New functions.
9981 (math-expr-opers): Define using math-standard-ops rather than
9982 math-standard-opers.
9983 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9984 equal the function math-standard-ops rather than the variable
9985 math-standard-opers.
9986 (calc-algebraic-entry): Let math-expr-opers equal
9987 math-standard-ops or math-expr-ops, as appropriate.
9988 (math-expr-read-level, math-read-factor): Let math-expr-opers
9989 equal math-expr-ops.
9990 * calc/calc-embed.el (calc-embedded-finish-edit):
9991 Let math-expr-opers equal the function math-standard-ops
9992 rather than the variable math-standard-opers.
9993 * calc/calc-ext.el (math-read-plain-expr)
9994 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9995 function math-standard-ops rather than the variable
9996 math-standard-opers.
9997 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9998 Let math-expr-opers equal the function math-standard-ops rather
9999 than the variable math-standard-opers.
10000 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10001 equal the function math-standard-ops rather than the variable
10002 math-standard-opers.
10003 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10004 equal the function math-standard-ops rather than the variable
10005 math-standard-opers.
10006 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10007 math-expr-ops.
10008
10009 2007-06-19 Ivan Kanis <apple@kanis.eu>
10010
10011 * vc-hg.el: New file.
10012
10013 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10016 with font-lock-multiline.
10017
10018 2007-06-17 Glenn Morris <rgm@gnu.org>
10019
10020 * lpr.el (lpr-page-header-switches): Move %s to separate element
10021 for correct quoting. Doc fix.
10022
10023 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10026 than setting sgml-xml-mode.
10027 (sgml-mode, html-mode): Set sgml-xml-mode.
10028 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10029 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10030 (sgml-electric-tag-pair-before-change-function)
10031 (sgml-electric-tag-pair-flush-overlays): New functions.
10032 (sgml-electric-tag-pair-mode): New minor mode.
10033 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10034 (sgml-calculate-indent): Use assoc-string.
10035
10036 2007-06-16 Karl Fogel <kfogel@red-bean.com>
10037
10038 * thingatpt.el (thing-at-point-email-regexp): Don't require two
10039 chars before the "@" in an email address. Andreas Roehler noticed
10040 this problem.
10041
10042 2007-06-15 Karl Fogel <kfogel@red-bean.com>
10043
10044 * thingatpt.el: Add support for email addresses (`email').
10045 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10046 (thing-at-point-email-regexp): New variable.
10047 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10048 properties on this symbol, with lambda forms for values.
10049
10050 2007-06-15 Masatake YAMATO <jet@gyve.org>
10051
10052 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10053
10054 * vc.el (vc-dired-hook): Check the backend returned from
10055 `vc-responsible-backend' can really handle `subdir'.
10056
10057 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * wid-edit.el (widget-add-documentation-string-button):
10060 Fix handling of documentation indent.
10061
10062 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
10063
10064 * mb-depth.el: New file.
10065
10066 2007-06-15 Masatake YAMATO <jet@gyve.org>
10067
10068 * vc.el (vc-dired-mode): Show backend name as part of mode name.
10069
10070 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
10071
10072 * wid-edit.el (widget-default-create): Move ?h handling here...
10073 (widget-default-format-handler): ...from here.
10074 (widget-docstring, widget-add-documentation-string-button): New funs.
10075 (documentation-string): Add :visibility-widget property.
10076 (widget-documentation-string-value-create): Use it.
10077
10078 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10079 (custom-buffer-create-internal): Simplify message.
10080 (custom-variable-tag): Reduce height to normal.
10081 (custom-variable-value-create, custom-face-value-create)
10082 (custom-visibility): New widget.
10083 (custom-visibility): New face.
10084 (custom-group-value-create):
10085 Call widget-add-documentation-string-button, using `custom-visibility'.
10086
10087 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * emacs-lisp/bytecomp.el (byte-compile-current-group)
10090 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10091 change. Apparently the "warning even if the group is implicit" is
10092 a feature rather than a bug.
10093
10094 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
10095
10096 * emulation/viper.el (viper-describe-key-ad)
10097 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10098 Compile them conditionally.
10099 (viper-version): Belated version change.
10100
10101 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
10102
10103 * follow.el (follow-all-followers, follow-generic-filter):
10104 * pcomplete.el (pcomplete-restore-windows):
10105 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10106 (x-dnd-drop-data):
10107 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10108 * progmodes/python.el (python-complete-symbol):
10109 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10110
10111 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
10112
10113 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10114 around bright and dim regexps. Make sure bright and dim matches
10115 use word anchors. Send text through rcirc-markup functions.
10116 (rcirc-url-regexp): Add single quote character.
10117 (rcirc-connect): Write logs to disk on auto-save-hook.
10118 Make server a non-optional argument.
10119 (rcirc-log-alist): New variable.
10120 (rcirc-log-directory): Make customizable.
10121 (rcirc-log-flag): New customizable variable.
10122 (rcirc-log): New function.
10123 (rcirc-print): Use above function.
10124 (rcirc-log-write): New function.
10125 (rcirc-generate-new-buffer-name): Strip text properties.
10126 (rcirc-switch-to-buffer-function): Remove variable.
10127 (rcirc-last-non-irc-buffer): Remove variable.
10128 (rcirc-non-irc-buffer): Add function.
10129 (rcirc-next-active-buffer): Use above function.
10130 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10131 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10132 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10133 (rcirc-omit-mode): Add minor-mode.
10134 (rcirc-mode-map): Change C-c C-o binding.
10135 (rcirc-mode): Clear mode-line-process. Use a custom
10136 fill-paragraph-function. Set up buffer-invisibility-spec.
10137 (rcirc-response-formats): Remove timestamp code.
10138 (rcirc-omit-responses): Add variable.
10139 (rcirc-print): Don't put the overlay arrow on potentially omitted
10140 lines. Log line to disk. Record activity for private messages
10141 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
10142 (rcirc-jump-to-first-unread-line): Print message if there is no
10143 unread text.
10144 (rcirc-clear-unread): New function.
10145 (rcirc-markup-text-functions): Add variable.
10146 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10147 (rcirc-debug): Don't mess with window configuration.
10148 (rcirc-send-message): Send message before printing locally.
10149 Add SILENT argument, do not print message if non-nil.
10150 (rcirc-visible-buffers): New function and variable.
10151 (rcirc-window-configuration-change-1): Add function.
10152 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10153 server buffer.
10154 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10155 (rcirc-fill-paragraph): Add function.
10156 (rcirc-record-activity, rcirc-window-configuration-change-1):
10157 Only update the activity string if it has actually changed.
10158 (rcirc-update-activity-string): Remove padding characters from the
10159 mode-line string.
10160 (rcirc-disconnect-buffer): New function to be called when a
10161 channel is parted or the user quits.
10162 (rcirc-server-name): Warn when the server-name hasn't been set.
10163 (rcirc-window-configuration-change): Postpone work until
10164 post-command-hook.
10165 (rcirc-window-configuration-change-1): Update mode-line and
10166 overlay arrows here.
10167 (rcirc-authenticate): Fixc hanserv identification.
10168 (rcirc-default-server): Remove variable.
10169 (rcirc): Connect according to rcirc-connections.
10170 (rcirc-connections): Add variable.
10171 (rcirc-startup-channels-alist): Remove variable.
10172 (rcirc-startup-channels): Remove function.
10173
10174 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10177
10178 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
10179
10180 * term/xterm.el (terminal-init-xterm): Escape parens in character
10181 constants.
10182
10183 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * progmodes/sh-script.el: Remove unneeded * from docstrings.
10186 Use [:alpha:] and [:alnum:] where applicable.
10187 (sh-quoted-subshell): Rewrite to correctly
10188 handle nested mixes of `...' and $(...).
10189 (sh-apply-quoted-subshell): Remove.
10190 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10191
10192 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10193
10194 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10195
10196 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10197 previous change.
10198
10199 2007-06-12 Tom Tromey <tromey@redhat.com>
10200
10201 * subr.el (user-emacs-directory): New defconst.
10202 * cmuscheme.el (scheme-start-file):
10203 * shell.el (shell):
10204 * completion.el (save-completions-file-name):
10205 * custom.el (custom-theme-directory):
10206 * term/x-win.el (emacs-session-filename):
10207 * filesets.el (filesets-menu-cache-file):
10208 * thumbs.el (thumbs-thumbsdir):
10209 * server.el (server-auth-dir):
10210 * image-dired.el (image-dired-dir):
10211 (image-dired-db-file):
10212 (image-dired-temp-image-file):
10213 (image-dired-gallery-dir):
10214 (image-dired-temp-rotate-image-file):
10215 * play/gamegrid.el (gamegrid-user-score-file-directory):
10216 * savehist.el (savehist-file):
10217 * tutorial.el (tutorial--saved-dir):
10218 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10219
10220 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
10221
10222 * scroll-lock.el (scroll-lock-mode): Doc fix.
10223
10224 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10225
10226 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10227
10228 * ediff-init.el: Doc strings.
10229
10230 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10233 (byte-compile-file): Bind it.
10234 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10235 group argument is provided implicitly.
10236 (byte-compile-format-warn, byte-compile-from-buffer)
10237 (byte-compile-insert-header): Don't hardcode point-min==1.
10238 (byte-compile-file-form-require): Remove unused var old-load-list.
10239 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10240
10241 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10242
10243 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10244 Display error messages.
10245 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10246 Get rid of cl.el dependencies.
10247
10248 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10249 New variable.
10250 (viper-activate-input-method-action)
10251 (viper-inactivate-input-method-action):
10252 Use viper-suppress-input-method-change-message.
10253
10254 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10255 for C-s, C-r.
10256
10257 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10258 Use viper-replace-overlay-cursor-color instead of
10259 viper-replace-overlay-cursor-color.
10260 (viper-sit-for-short): Use sit-for with 3 arguments.
10261
10262 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10263 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10264 to gud-mode.
10265
10266 * ediff-mult.el (ediff-meta-buffer-brief-message)
10267 (ediff-meta-buffer-verbose-message): New variables.
10268 (ediff-meta-buffer-message): Variable deleted.
10269 (ediff-verbose-help-enabled): New variable.
10270 (ediff-toggle-verbose-help-meta-buffer): New function.
10271 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10272 message options.
10273
10274 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10275 (ediff-fixup-patch-map): Improve heuristic.
10276
10277 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10280 (log-view-font-lock-keywords): Simplify.
10281 (log-view-current-file, log-view-current-tag): Simplify.
10282
10283 2007-06-12 Sam Steingold <sds@gnu.org>
10284
10285 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10286
10287 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10288
10289 * desktop.el (desktop-load-locked-desktop): New option.
10290 (desktop-read): Use it.
10291 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10292 Use `when'.
10293
10294 2007-06-12 Davis Herring <herring@lanl.gov>
10295
10296 * desktop.el (desktop-save-mode-off): New function.
10297 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10298 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10299 (desktop-claim-lock, desktop-release-lock): New functions.
10300 (desktop-kill): Tell `desktop-save' that this is the last save.
10301 Release the lock afterwards.
10302 (desktop-buffer-info): New function.
10303 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10304 says to. Detect conflicts, and manage the lock.
10305 (desktop-read): Detect conflicts. Manage the lock.
10306
10307 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10308
10309 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10310
10311 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10312 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10313 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10314 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10315 keysyms rather than byte sequences.
10316 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10317
10318 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10321 half-activated, forcefully activate it completely.
10322
10323 2007-06-11 Richard Stallman <rms@gnu.org>
10324
10325 * cus-edit.el (custom-variable-type): Doc fix.
10326
10327 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10330 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10331 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10332 different possible cases for \'.
10333
10334 * complete.el (PC-bindings): Don't bind things already bound in the
10335 parent keymap.
10336
10337 * textmodes/bibtex-style.el: New file.
10338
10339 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10340
10341 * vc-bzr.el: New file.
10342
10343 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * vc-svn.el (vc-svn-program): New var.
10346 (vc-svn-command): Use it.
10347
10348 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
10349
10350 * server.el (server-switch-buffer): Remove redundant check.
10351
10352 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10353
10354 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10355 Match against file-name-nondirectory.
10356 Fix text on user customization variables.
10357 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10358
10359 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10360
10361 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10362
10363 2007-06-09 Davis Herring <herring@lanl.gov>
10364
10365 * desktop.el (desktop-minor-mode-table): Doc fix.
10366
10367 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * textmodes/css-mode.el (css-navigation-syntax-table):
10370 Use set-char-table-range so it also works in the unicode branch.
10371
10372 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10373
10374 * help-mode.el (help-xref-forward-stack)
10375 (help-xref-stack-forward-item, help-forward-label): New variables.
10376 (help-forward): New button type.
10377 (help-setup-xref): Initialise help-xref-forward-stack.
10378 (help-make-xrefs): Add forward button, if appropriate.
10379 (help-xref-go-back): Push item on forward stack.
10380 (help-xref-go-forward, help-go-forward): New functions.
10381
10382 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10383
10384 * dired.el (dired-mode-map): Remove spurious separator.
10385
10386 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10387
10388 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10389
10390 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10391 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10392
10393 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10394
10395 * textmodes/org.el: Version number fixed.
10396
10397 2007-06-07 Glenn Morris <rgm@gnu.org>
10398
10399 * version.el (emacs-copyright): New constant.
10400 * startup.el (fancy-splash-tail): Use emacs-copyright.
10401 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10402
10403 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10404 `make-local'.
10405 (byte-compile-warnings-safe-p): Add `make-local'.
10406 (byte-compile-make-variable-buffer-local):
10407 Allow byte-compile-warnings to suppress this warning.
10408
10409 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10410 format of "menu" description.
10411 (tutorial--find-changed-keys): Describe the specific menu a
10412 command is in.
10413
10414 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10415 Rewrite compatibility functions to silence byte-compiler.
10416
10417 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10418
10419 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10420 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10421
10422 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10423
10424 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10425
10426 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * progmodes/ebrowse.el (ebrowse-member-table):
10429 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10430 (org-batch-agenda-csv): Fix typos in docstrings.
10431
10432 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10433
10434 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10435 (sort-coding-systems, search-unencodable-char): Doc fixes.
10436 (coding-system-change-eol-conversion, set-default-coding-systems)
10437 (prefer-coding-system, find-multibyte-characters, princ-list)
10438 (leim-list-entry-regexp, set-input-method, locale-language-names)
10439 (input-method-exit-on-first-char, exit-language-environment-hook)
10440 (locale-charset-language-names): Fix typos in docstrings.
10441
10442 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10443
10444 * pgg.el (pgg-sign-region, pgg-sign):
10445 * ses.el (ses-call-printer):
10446 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10447 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10448
10449 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10450
10451 * textmodes/org.el (org-export-region-as-html)
10452 (org-replace-region-by-html, org-number-to-letters)
10453 (org-table-fedit-finish, org-normalize-color)
10454 (org-table-fedit-ref-right, org-date-to-gregorian)
10455 (org-table-fedit-move, org-table-convert-refs-to-rc)
10456 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10457 (org-write-agenda, org-colgroup-info-to-vline-list)
10458 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10459 (org-indent-line-function, org-export-as-html-to-buffer)
10460 (org-store-agenda-views, org-update-mode-line)
10461 (org-find-if, org-delete-all)
10462 (org-table-fedit-convert-buffer, org-emphasize)
10463 (org-uniquify, org-table-fedit-lisp-indent)
10464 (org-table-fedit-scroll, org-get-todo-sequence-head)
10465 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10466 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10467 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10468 (org-table-fedit-line-up, org-table-fedit-ref-down)
10469 (org-table-formula-from-user, org-mode-flyspell-verify)
10470 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10471 (org-table-formula-to-user, org-diary-to-ical-string)
10472 (orgtbl-export, org-table-fedit-post-command)
10473 (org-closed-in-range, org-shiftcontrolright)
10474 (org-table-convert-refs-to-an, org-table-hline-and-move)
10475 (org-table-formula-less-p, org-format-table-ascii)
10476 (org-agenda-get-sexps, org-shift-refpart)
10477 (org-diary-sexp-entry, org-time-string-to-absolute)
10478 (org-table-show-reference, org-letters-to-number)
10479 (org-fix-agenda-info, org-table-fedit-ref-up)
10480 (org-table-fedit-shift-reference, org-table-fedit-abort)
10481 (org-closest-date, org-shiftcontrolleft)
10482 (org-at-heading-or-item-p, org-rematch-and-replace)
10483 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10484 New functions.
10485 (org-table-edit-scroll-down, org-finish-edit-formulas)
10486 (org-table-edit-next-field, org-abort-edit-formulas)
10487 (org-font-lock-level, org-export-find-first-heading-line)
10488 (org-table-edit-line-down, org-table-edit-backward-field)
10489 (org-edit-formula-lisp-indent, org-table-edit-move)
10490 (org-check-log-option, org-this-word)
10491 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10492 (org-agenda-file-to-end, org-expand-file-name)
10493 (org-fake-empty-table-line, org-table-edit-scroll)
10494 (org-toggle-log-option, org-show-reference): Function removed.
10495 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10496 New defsubsts.
10497 (org-unmodified, org-batch-store-agenda-views)
10498 (org-batch-agenda-csv): New macro.
10499 (org-agenda-export): New customization group.
10500 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10501 (org-highest-priority, org-agenda-exporter-settings)
10502 (org-log-done-with-time, org-replace-disputed-keys)
10503 (org-format-latex-header, org-export-table-header-tags)
10504 (org-cycle-separator-lines, org-export-table-data-tags)
10505 (org-icalendar-include-sexps)
10506 (org-empty-line-terminates-plain-lists)
10507 (org-log-repeat, org-special-ctrl-a)
10508 (org-table-use-standard-references, org-disputed-keys)
10509 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10510 (org-agenda-export-html-style): New option.
10511 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10512 (org-CUA-compatible): Option removed.
10513 (org-agenda-structure, org-sexp-date): New face.
10514 (org-todo-keywords-for-agenda, org-not-done-keywords)
10515 (org-planning-or-clock-line-re, org-agenda-name)
10516 (org-table-colgroup-info, org-todo-sets)
10517 (constants-unit-system, org-clock-mode-line-entry)
10518 (org-mode-line-timer, org-table-current-begin-pos)
10519 (org-todo-keywords-1, org-mode-line-string)
10520 (org-table-clean-did-remove-column, org-table-fedit-map)
10521 (org-clock-heading, org-table-buffer-is-an)
10522 (org-agenda-info, org-done-keywords)
10523 (org-done-keywords-for-agenda, org-todo-heads)
10524 (org-todo-kwd-alist, org-clock-start-time): New variable.
10525 (org-todo-kwd-priority-p, org-edit-formulas-map)
10526 (org-repeat-re, org-todo-kwd-max-priority)
10527 (org-version, org-done-string)
10528 (org-table-clean-did-remove-column-1, org-disputed-keys):
10529 Remove variables.
10530 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10531 (org-ts-lengths): Constant removed.
10532 (org-follow-gnus-link): Don't ask how many articles to read.
10533 (org-export-find-first-export-line): Rename from
10534 `org-export-find-first-heading'.
10535 Use `org-export-skip-text-before-1st-heading'.
10536 (org-table-fedit-post-command): Rename from
10537 `org-table-edit-formulas-post-command'.
10538 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10539 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10540 (org-table-fedit-lisp-indent): Rename from
10541 `org-edit-formula-lisp-indent'.
10542 (org-table-show-reference): Rename from `org-show-reference'.
10543 (org-table-store-formulas): Use `org-table-formula-less-p'.
10544 (org-table-edit-formulas): Position cursor to current field equation.
10545 (org-update-checkbox-count, org-hide-archived-subtrees)
10546 (org-timestamp-up-day, org-timestamp-down-day)
10547 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10548 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10549 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10550 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10551 Let `org-on-heading-p' also check for invisible heading.
10552 (org-read-date): Match am/pm times.
10553 (org-eval-in-calendar): Fix default date in prompt.
10554
10555 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10558 "ChangeLog.a" entries, giving the latter lower priority.
10559
10560 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10561
10562 * faces.el (face-id): If the argument is a face alias,
10563 return the ID of the target face.
10564
10565 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10566
10567 * net/socks.el (top): Remove unnecessary copyright line.
10568
10569 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10572
10573 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10574
10575 * net/socks.el: New file, taken from w3 repository.
10576 (top): Update Copyright. Don't load cl.el.
10577 (all): Replace `case' by `cond', `string-to-int' by
10578 `string-to-number', and `process-kill-without-query' by
10579 `set-process-query-on-exit-flag'.
10580 (socks-char-int): Remove defalias and all occurrences.
10581
10582 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10583
10584 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10585 Fix typos in docstrings.
10586 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10587 (compilation-finish-function): Fix typo in obsolescence declaration.
10588
10589 2007-06-03 Sam Steingold <sds@gnu.org>
10590
10591 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10592 handle unending automatic recompilation of changed files (`omake -P').
10593 (compilation-loop): VISITED is now 5th CDR.
10594 (compilation-next-error-function): Set TIMESTAMP.
10595
10596 2007-06-03 Sam Steingold <sds@gnu.org>
10597
10598 * files.el (kill-buffer-ask): New function.
10599 (kill-some-buffers): Use it.
10600 (kill-matching-buffers): New user command.
10601
10602 2007-06-01 David Kastrup <dak@gnu.org>
10603
10604 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10605 Change default to `top'.
10606
10607 2007-05-31 Richard Stallman <rms@gnu.org>
10608
10609 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10610
10611 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * textmodes/css-mode.el: New file.
10614
10615 2007-05-30 Michael Olson <mwolson@gnu.org>
10616
10617 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10618 died and we are trying to send a signal to it. The program using
10619 tq.el should periodically check to see whether the process has
10620 died and react appropriately -- this is not the responsibility of
10621 tq.el, and is consistent with the rest of the tq.el source code.
10622
10623 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10624
10625 * textmodes/table.el (table--point-entered-cell-function)
10626 (table--point-left-cell-function):
10627 Bind `inhibit-point-motion-hooks' to t.
10628
10629 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10630
10631 * emacs-lisp/rx.el (rx): Doc fix.
10632
10633 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10634
10635 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10636
10637 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10638
10639 Sync with Tramp 2.0.56.
10640
10641 * net/tramp.el:
10642 * net/tramp-ftp.el:
10643 * net/tramp-smb.el:
10644 * net/tramp-util.el:
10645 * net/tramp-vc.el:
10646 Don't load cl.el, because that pollutes the namespace. Replace cl
10647 macros by their implementations where necessary. Requested by
10648 Richard Stallman <rms@gnu.org>.
10649
10650 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10651 doesn't exist.
10652 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10653 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10654 (tramp-file-name-p, tramp-file-name-multi-method)
10655 (tramp-file-name-method, tramp-file-name-user)
10656 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10657 replacing defstruct `tramp-file-name'.
10658 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10659 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10660 Apply `vector' instead of `make-tramp-file-name'.
10661 (tramp-handle-make-auto-save-file-name):
10662 Apply `tramp-temporary-file-directory' for compatibility reasons.
10663 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10664 because of XEmacs.
10665 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10666 started.
10667
10668 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10671
10672 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10673
10674 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10675 as the end of the ChangeLog paragraph when it ends without a line
10676 termination.
10677
10678 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10679
10680 * net/webjump.el (webjump-sample-sites):
10681 Add simple Wikipedia query.
10682
10683 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10686 compatibility code.
10687
10688 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10689 (copyright-update-year): Use it.
10690
10691 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10692
10693 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10694 Add indentation and debugging info. Fix up comment convention.
10695
10696 * cus-dep.el (custom-make-dependencies): Simplify.
10697
10698 * composite.el (compose-region, decompose-region):
10699 Use inhibit-read-only and restore-buffer-modified-p.
10700
10701 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10702 (xterm-mouse-event): Use it.
10703
10704 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10705
10706 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10707 `switch-to-buffer' has returned succesfully.
10708 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10709 window is dedicated (it could iconify the frame).
10710
10711 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10712
10713 * vc-hooks.el (vc-find-root): Fix file attribute test.
10714
10715 2007-05-24 Richard Stallman <rms@gnu.org>
10716
10717 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10718 Don't let opoint be nil.
10719 (flyspell-emacs-popup): Explicit error if no dialogs.
10720
10721 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10722
10723 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10724 (image-next-line, image-previous-line, image-scroll-up)
10725 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10726 New functions.
10727 (image-mode-map): Remap motion commands.
10728 (image-mode-text-map): New keymap for viewing images as text.
10729 (image-mode): Use image-mode-map.
10730 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10731
10732 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 * textmodes/fill.el (canonically-space-region): Make the second arg
10735 a marker if it's not already the case.
10736
10737 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10738
10739 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10740 (tar-get-descriptor): Handle type 55, an extended pax header.
10741
10742 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10745 to confuse outline-minor-mode.
10746
10747 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10748
10749 * tar-mode.el (tar-file-name-handler): New function.
10750 (tar-extract): Bind file-name-handler-alist to it to force
10751 find-buffer-file-type-coding-system behave as if the file being
10752 extracted existed. Use last-coding-system-used to force
10753 buffer-file-coding-system to what decode-coding-region actually
10754 used to decode the file.
10755
10756 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10757
10758 * progmodes/compile.el (compilation-handle-exit):
10759 `compilation-finish-function' may change the current buffer.
10760
10761 2007-05-22 Richard Stallman <rms@gnu.org>
10762
10763 * files.el (set-auto-mode): Doc fix.
10764
10765 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10766
10767 * help-fns.el (find-source-lisp-file): New function.
10768 (describe-function-1): Use find-source-lisp-file to find source
10769 file in compile tree.
10770
10771 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10772
10773 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10774
10775 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10776
10777 * emacs-lisp/easy-mmode.el (define-minor-mode)
10778 (easy-mmode-define-navigation): Fix typos in docstrings.
10779
10780 2007-05-22 Glenn Morris <rgm@gnu.org>
10781
10782 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10783
10784 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10785
10786 * mail/mail-extr.el (mail-extract-address-components):
10787 Recognize non-ASCII characters except for NBSP as words.
10788
10789 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10790
10791 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10792 (rcirc-print): Handle `window-width'.
10793 (rcirc-buffer-maximum-lines): Doc fix.
10794
10795 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10796
10797 * image-mode.el (image-toggle-display): Don't clear image cache.
10798 Only use filename in image spec if the file is readable.
10799 Call image-refresh.
10800
10801 * image.el (image-type-from-file-name, image-type): Simplify.
10802 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10803
10804 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10805 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10806
10807 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10808
10809 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10810 is an error.
10811
10812 * term/linux.el (terminal-init-linux): Don't signal an error
10813 if gpm isn't running.
10814
10815 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10816
10817 * t-mouse.el: Reduce to a minor-mode macro call.
10818 (t-mouse-mode): Remove the lighter.
10819
10820 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10821
10822 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10823
10824 * files.el (auto-mode-alist): Change the regexp so that
10825 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10826
10827 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * Version 22.1 released.
10830
10831 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10832
10833 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10834 changes.
10835
10836 2007-05-19 Kevin Ryde <user42@zip.com.au>
10837
10838 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10839
10840 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10841
10842 * textmodes/sgml-mode.el: Revert last change.
10843
10844 2007-05-18 Richard Stallman <rms@gnu.org>
10845
10846 * simple.el (push-mark): Doc fix.
10847
10848 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10849
10850 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10851 tpu-global-map.
10852 (tpu-original-global-map): Variable deleted.
10853 (tpu-control-keys-map): New keymap variable.
10854 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10855 setting keymapping directly.
10856 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10857 tpu-global-map.
10858 (tpu-edt-on): Activate the tpu-global-map.
10859 (tpu-edt-off): Deactivate the tpu-global-map.
10860
10861 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10862
10863 * textmodes/ispell.el (ispell-get-word): Return markers
10864 for start and end positions.
10865 (ispell-word): Assume END is a marker.
10866
10867 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10868
10869 * printing.el: Group together all XEmacs/Emacs definitions.
10870 (pr-version): New version 6.9.
10871 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10872 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10873 (pr-menu-bind): Fix code.
10874 (pr-e-frame-char-height, pr-e-frame-char-width)
10875 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10876 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10877 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10878 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10879 (pr-x-event-y-pixel): Aliases eliminated.
10880 (pr-xemacs-global-menubar): Macro moved.
10881 (current-menubar, current-mouse-event, zmacs-region-stays)
10882 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10883 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10884 Vars moved.
10885 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10886 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10887 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10888 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10889 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10890 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10891 moved.
10892
10893 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10894
10895 * textmodes/sgml-mode.el (sgml-tag):
10896 Fix bug: Call sgml-transformation-function.
10897
10898 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10899
10900 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10901 modified flag of buffer. Use `inhibit-modification-hooks'.
10902
10903 2007-05-16 Richard Stallman <rms@gnu.org>
10904
10905 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10906
10907 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10910 Move the *ml, Postscript, and XmCD entries to the fallback part.
10911
10912 * files.el (magic-fallback-mode-alist):
10913 Rename from file-start-mode-alist.
10914
10915 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10916
10917 * progmodes/compile.el (compilation-handle-exit): Quote first
10918 argument of `run-hook-with-args'.
10919
10920 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10921
10922 * buff-menu.el (Buffer-menu-sort-column):
10923 * dabbrev.el (dabbrev-upcase-means-case-search):
10924 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10925 * info.el (Info-current-subfile):
10926 * ls-lisp.el (ls-lisp-verbosity):
10927 * msb.el (msb-menu-cond):
10928 * pcvs.el (cvs-dired-use-hook):
10929 * simple.el (set-mark-command-repeat-pop):
10930 * time.el (display-time-24hr-format, display-time-mail-file):
10931 Doc fixes.
10932
10933 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10934 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10935
10936 * view.el (view-inhibit-help-message): Fix typo in docstring.
10937 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10938
10939 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10940
10941 * textmodes/ispell.el (ispell-start-process): Defend against bad
10942 default-directory.
10943
10944 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10945
10946 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10947 content-transfer-encoding _last_, because it's its position that
10948 we need as value of base64-header-field-end.
10949
10950 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10951
10952 * files.el (mode-require-final-newline, require-final-newline)
10953 (enable-local-variables, enable-local-eval): Doc fixes.
10954
10955 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10956
10957 * ps-print.el: Use default color when foreground or background color
10958 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10959 (ps-print-version): New version 6.7.4.
10960 (ps-rgb-color): New argument. Use default color when color is
10961 unspecified.
10962 (ps-begin-job): Fix code.
10963
10964 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10965
10966 * longlines.el (longlines-mode): Make longlines-auto-wrap
10967 buffer-local. Add hooks unconditionally.
10968 (longlines-auto-wrap): Toggle wrapping.
10969 (longlines-after-change-function)
10970 (longlines-post-command-function): Check longlines-auto-wrap.
10971
10972 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10973
10974 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10975 (xterm-mouse-translate): Use it.
10976
10977 2007-05-10 Richard Stallman <rms@gnu.org>
10978
10979 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10980 (iso-cvt-write-only): Likewise.
10981
10982 * emacs-lisp/easy-mmode.el (define-minor-mode):
10983 Fix generated doc string.
10984
10985 * startup.el (fancy-splash-text): Add URL of guided tour.
10986 Adjust horizontal and vertical whitespace.
10987
10988 * progmodes/compile.el (compilation-handle-exit):
10989 Use run-hook-with-args to run compilation-finish-functions.
10990
10991 * files.el (file-start-mode-alist): New variable.
10992 (magic-mode-regexp-match-limit): Doc fix.
10993 (set-auto-mode): Handle file-start-mode-alist.
10994 A little cleanup of structure.
10995
10996 * dabbrev.el (dabbrev-eliminate-newlines):
10997 Renamed from dabbrev--eliminate-newlines. All uses changed.
10998
10999 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11000
11001 * man.el (Man-next-section): Don't consider the last line of the page
11002 as being part of any section.
11003
11004 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11007 can take any number of values.
11008
11009 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11012 to the list of citation commands.
11013
11014 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11017
11018 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
11019
11020 * progmodes/python.el (python-font-lock-keywords)
11021 (python-open-block-statement-p, python-mode): Add support for the new
11022 "with" keyword.
11023
11024 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11027 the exact opposite of diff-goto-source.
11028
11029 * emacs-lisp/advice.el (ad-special-forms): Remove.
11030 (ad-special-form-p): Use subr-arity.
11031
11032 * newcomment.el (comment-search-forward): Make sure we search forward.
11033 (comment-enter-backward): Try and distinguish the non-matching case at
11034 EOB from the non-matching case with a missing comment-end-skip for
11035 a 2-char comment ender.
11036 (comment-choose-indent): New function extracted from comment-indent.
11037 Improve the alignment algorithm.
11038 (comment-indent): Use it.
11039
11040 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11041 XML style Processing Instructions.
11042 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
11043 (sgml-calculate-indent): Handle `pi' context.
11044
11045 * vc.el: Ensure that update-changelog issues an error when used with
11046 a backend that does not implement it.
11047 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11048 Remove `backend' argument. Use expand-file-name.
11049 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11050
11051 * progmodes/python.el (python-end-of-block): Revert last change.
11052 (python-end-of-statement): Make sure we move *forward*.
11053
11054 2007-05-08 Richard Stallman <rms@gnu.org>
11055
11056 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11057 Don't include non-self-insert commands in the exception for `-'.
11058
11059 2007-05-08 David Reitter <david.reitter@gmail.com>
11060
11061 * progmodes/python.el (python-guess-indent): Check non-nullness
11062 before comparing indent against the 2..8 interval.
11063
11064 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11065
11066 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11067 available.
11068
11069 2007-05-06 Richard Stallman <rms@gnu.org>
11070
11071 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11072
11073 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11074
11075 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11076 rather than storing their value in the revert-buffer function.
11077
11078 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
11079
11080 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11081 when disabling t-mouse-mode.
11082
11083 2007-05-01 Davis Herring <herring@lanl.gov>
11084
11085 * calendar/timeclock.el: Update version number.
11086 (timeclock-modeline-display): Mention timeclock-use-display-time
11087 in explanatory message.
11088 (timeclock-in): Fix non-interactive workday specifications.
11089 (timeclock-log): Don't kill the log buffer if it already existed.
11090 Suppress warnings when finding the log. Don't check for a nil
11091 project twice. Run hooks after killing the buffer (if applicable).
11092 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11093 was geometric). All uses changed.
11094 (timeclock-generate-report): Support prefix argument.
11095
11096 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
11097
11098 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11099 disconnections.
11100
11101 2007-05-01 Romain Francoise <romain@orebokech.com>
11102
11103 * dired-x.el: Revert 2007-04-06 change.
11104
11105 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
11106
11107 * find-dired.el (find-dired-filter): Propertize all text down to eob.
11108
11109 2007-04-29 Richard Stallman <rms@gnu.org>
11110
11111 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11112
11113 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * progmodes/cc-mode.el (c-before-change): Use point-min rather
11116 than 1.
11117
11118 2007-04-28 Richard Stallman <rms@gnu.org>
11119
11120 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11121
11122 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
11123
11124 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11125 don't put stop on toolbar.
11126
11127 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11130
11131 2007-04-28 Eli Zaretskii <eliz@gnu.org>
11132
11133 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11134 instead of $(lisp)/mh-e.
11135
11136 2007-04-28 Glenn Morris <rgm@gnu.org>
11137
11138 * image-dired.el (image-dired-cmd-create-thumbnail-options)
11139 (image-dired-cmd-create-temp-image-options): Replace option
11140 +profile "*" with -strip.
11141
11142 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
11143
11144 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11145 Use window-start and window-end.
11146
11147 2007-04-27 Andreas Schwab <schwab@suse.de>
11148
11149 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11150
11151 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11152
11153 * textmodes/fill.el (fill-paragraph): Doc fix.
11154
11155 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
11156
11157 * locate.el (locate-in-alternate-database): Doc fix.
11158
11159 2007-04-26 Glenn Morris <rgm@gnu.org>
11160
11161 * button.el (button): Use underline if supported, else fall back
11162 to color.
11163
11164 * version.el (emacs-version): Increase to 22.1.50.
11165
11166 2007-04-25 Richard Stallman <rms@gnu.org>
11167
11168 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11169
11170 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
11171
11172 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11173 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11174 pushing mark.
11175 (idlwave-current-routine): Don't push mark.
11176
11177 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
11178
11179 * image-dired.el (image-dired-display-image): Derive image-type from
11180 filename rather than assuming jpeg, in case no resizing was needed.
11181
11182 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11183
11184 * custom.el (defface): Doc fix.
11185
11186 See ChangeLog.12 for earlier changes.
11187
11188 ;; Local Variables:
11189 ;; coding: iso-2022-7bit
11190 ;; add-log-time-zone-rule: t
11191 ;; End:
11192
11193 Copyright (C) 2007 Free Software Foundation, Inc.
11194
11195 This file is part of GNU Emacs.
11196
11197 GNU Emacs is free software; you can redistribute it and/or modify
11198 it under the terms of the GNU General Public License as published by
11199 the Free Software Foundation; either version 3, or (at your option)
11200 any later version.
11201
11202 GNU Emacs is distributed in the hope that it will be useful,
11203 but WITHOUT ANY WARRANTY; without even the implied warranty of
11204 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11205 GNU General Public License for more details.
11206
11207 You should have received a copy of the GNU General Public License
11208 along with GNU Emacs; see the file COPYING. If not, write to the
11209 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11210 Boston, MA 02110-1301, USA.
11211
11212 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af