]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
59b0854751b9e0132b32459dda14b3e984c85239
[gnu-emacs] / lisp / ChangeLog
1 2007-12-11 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
4
5 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
6
7 * calc/calc-aent.el (math-restore-underscores)
8 (math-string-restore-underscores): New functions.
9 (math-read-factor): Properly check variable names with underscores
10 for entries in `math-expr-variable-mapping'.
11
12 * calc/calc-lang.el (math-lang-name): New property name.
13
14 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
15 to set language name.
16
17 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * server.el (server-select-display): Fix important typo.
20 (server-process-filter): Turn a "" display into nil.
21
22 2007-12-09 Juri Linkov <juri@jurta.org>
23
24 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
25 Check search-upper-case before calling isearch-no-upper-case-p
26 to set case-fold-search.
27 (occur): Doc fix.
28 (occur-1, perform-replace): Check search-upper-case before calling
29 isearch-no-upper-case-p to set case-fold-search.
30
31 * isearch.el (search-upper-case): Doc fix.
32 (isearch-mode-map): Bind `M-s o' to isearch-occur.
33 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
34 (isearch-query-replace-regexp): Doc fix.
35 (isearch-occur): New function.
36
37 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
38
39 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
40 backward compatibility.
41
42 * net/imap.el (imap-string-to-integer): New function.
43
44 2007-12-09 David Kastrup <dak@gnu.org>
45
46 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
47 directories. Not sure anybody uses this anymore, though.
48
49 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
50
51 * printing.el: Fix pr-interface-map initialization code.
52 (pr-version): New version 6.9.3.
53 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
54 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
55 (pr-f-read-string): Replace by pr-read-string.
56 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
57 name.
58 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
59
60 2007-12-09 Glenn Morris <rgm@gnu.org>
61
62 * emulation/viper-init.el (top-level): Use dolist rather than mapc
63 in make-variable-frame-local call.
64
65 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
66
67 * mail/hashcash.el (declare-function):
68 * net/imap.el (declare-function): New no-op macro for backward
69 compatibility.
70
71 2007-12-08 Eli Zaretskii <eliz@gnu.org>
72
73 Sync makefile.w32-in with Makefile.in.
74
75 * makefile.w32-in (check-declare): New target.
76 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
77 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
78 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
79 ($(lisp)/progmodes/cc-mode.elc): Use it.
80 ($(lisp)/progmodes/cc-mode.elc): New rule.
81
82 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
83
84 * indent.el (tab-stop-list): Mark as safe-local-variable.
85
86 * generic-x.el (etc-sudoers-generic-mode): New mode.
87 (generic-unix-modes): Add it.
88
89 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
90
91 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
92 apply wildcards in a hash table key; there is no usable hash code then.
93 (dbus-registered-functions-table): Use `equal' as test function.
94 (dbus-name-owner-changed-handler): Rewrite due to new hash table
95 structure.
96
97 2007-12-08 Martin Rudalics <rudalics@gmx.at>
98
99 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
100 bound error in block comment branch.
101
102 2007-12-08 David Kastrup <dak@gnu.org>
103
104 * textmodes/reftex.el (reftex-select-with-char):
105 * textmodes/reftex-toc.el (reftex-toc-do-promote)
106 (reftex-toc-visit-location, reftex-toc-find-section):
107 * textmodes/reftex-index.el (reftex-index-show-entry):
108 * textmodes/org.el (org-cycle-hide-archived-subtrees)
109 (org-table-rotate-recalc-marks, org-mark-ring-push)
110 (org-follow-info-link, org-mhe-get-message-folder-from-index)
111 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
112 (org-evaluate-time-range, org-edit-agenda-file-list):
113 * textmodes/artist.el (artist-select-next-op-in-list)
114 (artist-select-prev-op-in-list):
115 * term/mac-win.el (mac-service-insert-text):
116 * startup.el (fancy-about-screen):
117 * progmodes/vhdl-mode.el (vhdl-decision-query):
118 * progmodes/idlwave.el (idlwave-template)
119 (idlwave-scroll-completions, idlwave-display-completion-list):
120 * progmodes/ebrowse.el (ebrowse-show-progress):
121 * progmodes/cperl-mode.el (cperl-find-pods-heres):
122 * progmodes/antlr-mode.el (antlr-insert-option-do):
123 * play/mpuz.el (mpuz-close-game):
124 * net/rcirc.el (rcirc-next-active-buffer):
125 * mail/reporter.el (reporter-update-status):
126 * kmacro.el (kmacro-display):
127 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
128 * emulation/viper-util.el (viper-save-setting):
129 * emacs-lisp/lisp-mnt.el (lm-verify):
130 * emacs-lisp/edebug.el (edebug-set-mode):
131 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
132 * calendar/calendar.el (calendar-print-day-of-year):
133 * calc/calcalg3.el (calc-curve-fit):
134 * calc/calcalg2.el (math-integral):
135 * calc/calc.el (calc-read-key-sequence, calc-version):
136 * calc/calc-mode.el (calc-set-simplify-mode):
137 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
138
139 2007-12-07 D. Goel <deego3@gmail.com>
140
141 * progmodes/idlw-shell.el (idlwave-shell-display-line)
142 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
143 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
144 * mail/uce.el (uce-reply-to-uce)
145 * progmodes/vhdl-mode.el (vhdl-template-modify)
146 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
147 to `error' (as suggested by RMS.)
148
149 2007-12-07 Glenn Morris <rgm@gnu.org>
150
151 * allout.el (allout-write-file-hook-handler):
152 * textmodes/reftex.el (reftex-TeX-master-file):
153 * textmodes/reftex-parse.el (reftex-short-context):
154 Revert previous change.
155
156 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
157
158 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
159 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
160 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
161 (dbus-event-service-name, dbus-event-path-name)
162 (dbus-event-interface-name, dbus-event-member-name): Fix for new
163 event structure.
164 (dbus-list-activatable-names, dbus-list-names)
165 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
166 Reorder `dbus-call-method' arguments.
167
168 2007-12-06 D. Goel <deego3@gmail.com>
169
170 * allout.el (allout-write-file-hook-handler):
171 * textmodes/reftex.el (reftex-TeX-master-file):
172 * textmodes/org.el (org-paste-subtree):
173 * progmodes/vhdl-mode.el (vhdl-template-modify):
174 * progmodes/idlw-shell.el (idlwave-shell-send-command)
175 (idlwave-shell-display-line):
176 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
177 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
178 * net/trampver.el (x):
179 * mail/uce.el (uce-reply-to-uce):
180 * mail/rmailout.el (rmail-output):
181 * mail/feedmail.el (feedmail-dump-message-to-queue):
182 * whitespace.el (whitespace-write-file-hook):
183 * wdired.el (wdired-check-kill-buffer):
184 * vc.el (vc-update):
185 * vc-mcvs.el (vc-mcvs-checkin):
186 * vc-cvs.el (vc-cvs-checkin):
187 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
188 * ibuffer.el (ibuffer-current-buffer):
189 * dired.el (dired-move-to-end-of-filename):
190 * bindings.el (complete-symbol):
191 * textmodes/org-publish.el (org-publish-file):
192 (org-publish-current-project):
193 * textmodes/reftex-parse.el (reftex-short-context):
194 * textmodes/texinfmt.el: Fix buggy calls to `error'.
195
196 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * doc-view.el (doc-view-dvi->pdf-sentinel)
199 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
200 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
201 within a sentinel or timer.
202 (doc-view-display): Don't try to display before the requested page
203 is available, unless told to do so explicitly.
204 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
205 Force display even if the requested page is not available.
206
207 2007-12-06 Richard Stallman <rms@gnu.org>
208
209 * help-fns.el (describe-function-1): Call ad-get-advice-info
210 only on symbols.
211
212 2007-12-06 Glenn Morris <rgm@gnu.org>
213
214 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
215 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
216 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
217 faces in non-light-background case.
218
219 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
220 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
221 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
222 * emulation/vi.el, emulation/viper-cmd.el:
223 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
224 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
225 * textmodes/fill.el: Remove directory part from filenames in
226 function declarations.
227
228 * dired-aux.el (mailcap-mime-info): Update declaration.
229
230 2007-12-05 Richard Stallman <rms@gnu.org>
231
232 * wid-edit.el (widget-type): Doc fix.
233
234 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
237 Don't match "sub { (...) ... }".
238
239 2007-12-05 Richard Stallman <rms@gnu.org>
240
241 * international/mule-cmds.el (toggle-input-method-active): New var.
242 (toggle-input-method): Bind toggle-input-method-active to t.
243 Error if it was already non-nil.
244
245 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
246
247 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
248
249 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
250
251 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
252 see if certs should be verified and what is to be done in the
253 event of a verification failure.
254
255 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
256
257 * net/tls.el (tls-program): Provide more custom choices from
258 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
259 (tls-process-connection-type, tls-success): Remove "*" in doc string.
260 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
261 version. Minor improvement to doc strings.
262 (tls-program): Add comment.
263
264 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
265
266 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
267 (tls-checktrust): New variable. Check if GNU TLS complained about a
268 mismatch between the hostname provided in the certificate and the name
269 of the host connnecting to.
270 (open-tls-stream): Use them. Check certificates against trusted root
271 certificates.
272
273 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
274
275 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
276 (imap-parse-status): Upcase status-att for broken servers that sends
277 them lower-case (e.g., MS Exchange 2007).
278
279 2007-12-05 D. Goel <deego3@gmail.com>
280
281 * simple.el (undo):
282 * image-dired.el (image-dired-display-thumb-properties):
283 (image-dired-modify-mark-on-thumb-original-file):
284 (image-dired-dired-display-properties):
285 * help.el (help-window-display-message):
286 * files.el (hack-local-variables-confirm):
287 * ediff.el (ediff-version):
288 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
289 `message' and `error': Ensure that first arg is a format string.
290
291 * emacs-lisp/find-func.el (find-library-name): Prefer files with
292 ".el" suffix over "".
293
294 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
297 interface and member fields.
298
299 2007-12-05 Glenn Morris <rgm@gnu.org>
300
301 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
302 (pcomplete-here): Autoload it.
303
304 * eshell/em-basic.el (print-func): No need to define for compiler.
305
306 * eshell/esh-cmd.el (eshell-debug-command):
307 * eshell/esh-io.el (eshell-print): Move definitions before use.
308
309 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
310
311 * eshell/esh-util.el (top-level): Don't require pp.
312 Use condition-case rather than ignore-errors.
313
314 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
315
316 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
317 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
318 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
319 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
320 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
321 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
322 * eshell/esh-util.el, eshell/eshell.el: Require individual files
323 if needed when compiling, rather than esh-maint. Collect any
324 require statements. Move provide statement to end. Move any
325 commentary to start.
326
327 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
328 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
329 * eshell/esh-proc.el, eshell/esh-var.el:
330 Require individual files if needed when compiling, rather than
331 esh-maint. Collect any require statements. Leave provide at start.
332 Move any commentary to start.
333
334 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
335 Remove declared function from byte-compile-noruntime-functions.
336
337 * ediff-util.el (ediff-version):
338 * progmodes/python.el (compilation-shell-minor-mode):
339 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
340 (calendar-bahai-date-string, calendar-check-holidays)
341 (calendar-chinese-date-string, calendar-coptic-date-string)
342 (calendar-ethiopic-date-string, calendar-forward-day)
343 (calendar-french-date-string, calendar-goto-date)
344 (calendar-goto-today, calendar-hebrew-date-string)
345 (calendar-islamic-date-string, calendar-iso-date-string)
346 (calendar-julian-date-string, calendar-mayan-date-string)
347 (calendar-persian-date-string, gnus-summary-last-subject)
348 (parse-time-string, rmail-show-message): Declare as functions.
349
350 2007-12-05 Michael Olson <mwolson@gnu.org>
351
352 * textmodes/remember.el: Merge contents of remember-diary.el here,
353 updating header. Add autoload cookie so that byte-compilation
354 works without warning.
355 (remember-diary-file): Default to nil, since diary might not yet
356 be loaded at this point, which would deny us access to diary-file.
357 (remember-diary-extract-entries): If remember-diary-file is nil,
358 then use diary-file instead.
359
360 * textmodes/remember-diary.el: Remove, due to the issue of needing
361 the first 8 characters of a filename to be unique.
362
363 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
364
365 * net/dbus.el (dbus-hash-table=): New defun.
366 (dbus-hash-table-test) New hash table test function, used in
367 `dbus-registered-functions-table'.
368 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
369 (dbus-event-service-name, dbus-event-path-name)
370 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
371 due to new structure of `dbus-event'.
372
373 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
374
375 * ido.el (ido-save-history): Set the `coding' local
376 variable in the first line of the file.
377
378 2007-12-04 Glenn Morris <rgm@gnu.org>
379
380 * password-cache.el: Move here from gnus/password.el.
381 (top-level): Don't require cl when compiling.
382 (password-read-and-add): Doc fix. Make obsolete.
383
384 * net/tramp.el: Require password-cache or password.
385
386 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
387 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
388 compiling.
389 (cua-set-rectangle-mark): Add doc string to autoload.
390 (cua--rectangle, cua--last-killed-rectangle)
391 (cua--global-mark-active): Always define for compiler.
392 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
393 (cua--delete-rectangle, cua--insert-rectangle)
394 (cua--rectangle-corner, cua--rectangle-assert)
395 (cua--insert-at-global-mark, cua--global-mark-post-command):
396 Declare as functions.
397
398 * emulation/cua-gmrk.el (top-level): Move provide to end.
399
400 * emulation/cua-rect.el (top-level): Move provide to end.
401 Don't require cua-gmrk when compiling.
402 (cua--cut-rectangle-to-global-mark)
403 (cua--copy-rectangle-to-global-mark): Declare as functions.
404
405 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
406 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
407 (viper-vi-state-cursor-color):
408 Consolidate make-variable-frame-local calls.
409
410 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
411 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
412 than bbdb-address-street1,2,3.
413
414 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
415 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
416
417 2007-12-03 Karl Fogel <kfogel@red-bean.com>
418
419 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
420 (save-place-alist-to-file, load-save-place-alist-from-file):
421 Don't print non-error messages at all, there's really no need.
422 Do print if there's a problem, and clarify message in that case.
423
424 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
425
426 * ediff-diff.el (ediff-prepare-error-list):
427 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
428
429 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
430
431 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
432 (doc-view-current-overlay, doc-view-pending-cache-flush):
433 Add doc string.
434
435 2007-12-03 Richard Stallman <rms@gnu.org>
436
437 * subr.el (declare-function): Move from byte-run.el.
438
439 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
440
441 * window.el (recenter-top-bottom): Don't use `ecase'.
442
443 2007-12-02 Karl Fogel <kfogel@red-bean.com>
444
445 * saveplace.el (save-place-alist-to-file):
446 Set coding-system-for-write once and refer to it throughout.
447 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
448
449 2007-12-02 Karl Fogel <kfogel@red-bean.com>
450
451 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
452 system when writing, and set it in the first-line file variables.
453 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
454 Juanma Barranquero.
455
456 2007-12-02 Glenn Morris <rgm@gnu.org>
457
458 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
459 Reverse branches of if statement.
460
461 * emulation/viper-cmd.el (top-level): Don't require advice.
462 Don't load viper-util, viper-keym, viper-mous, viper-macs,
463 viper-ex when compiling.
464
465 * emulation/viper-ex.el (top-level): Don't load viper-util,
466 viper-keym when compiling.
467
468 * emulation/viper-init.el (top-level): Move provide statement to end.
469
470 * emulation/viper-keym.el (top-level): Don't load viper-util when
471 compiling. Move provide statement to end.
472
473 * emulation/viper-macs.el (top-level): Don't load viper-util,
474 viper-keym, viper-mous when compiling.
475
476 * emulation/viper-mous.el (top-level): Don't load viper-util when
477 compiling.
478
479 * emulation/viper-util.el (top-level): Don't load viper-init when
480 compiling.
481
482 * emulation/viper.el (top-level): Don't require ring.
483 Don't load viper-init, viper-cmd when compiling.
484
485 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
486 Move here from gnus/.
487
488 2007-12-02 Karl Fogel <kfogel@red-bean.com>
489
490 Offer option for saveplace to be quiet about loading and saving.
491 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
492
493 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
494 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
495 to determine whether to print loading/saving messages.
496
497 2007-12-02 Glenn Morris <rgm@gnu.org>
498
499 * mail/binhex.el: Move here from gnus/.
500 (binhex): New custom group.
501 (binhex-decoder-program, binhex-decoder-switches)
502 (binhex-use-external): Move to the binhex custom group.
503
504 * mail/uudecode.el: Move here from gnus/.
505 (uudecode): New custom group.
506 (uudecode-decoder-program, uudecode-decoder-switches)
507 (uudecode-use-external): Move to the uudecode custom group.
508
509 * net/netrc.el (top-level): Don't load `encrypt' features.
510 (netrc-parse): Don't use encrypt.
511 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
512
513 * progmodes/python.el (top-level): Don't require cl when compiling.
514
515 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
516
517 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
518 encoding for aspell process and for communication with it.
519 Only add "-d" option if not already present.
520 Use ispell-current-dictionary and ispell-current-personal-dictionary.
521 General reorganization.
522
523 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
524 encoding here.
525 (ispell-start-process): Explicitly set encoding here if using aspell.
526
527 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
528
529 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
530 function to log-edit.
531
532 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
533
534 * net/dbus.el: New file.
535
536 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
537
538 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
539 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
540 (calc-lang-parens-are-subscripts): New variables.
541 (math-expr-special-function-mapping): Remove variable.
542 (math-eqn-ignore-words, math-tex-ignore-words)
543 (math-latex-ignore-words): Move to calc-lang.el.
544
545 * calc/calc-lang.el (math-compose-vector, math-compose-var)
546 (math-tex-expr-is-flat): Declare as functions.
547 (calc-lang-slash-idiv, calc-lang-allow-underscores)
548 (math-comp-left-bracket, math-comp-right-bracket)
549 (math-comp-comma, math-comp-vector-prec): Declare as variables.
550 (math-var-formatter, math-matrix-formatter)
551 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
552 (math-punc-table, math-compose-subscr,math-dots)
553 (math-func-formatter): New property names to store language
554 specific information.
555 (math-compose-tex-var, math-compose-tex-intv)
556 (math-compose-maple-intv, math-compose-eqn-intv)
557 (math-compose-tex-sum, math-compose-tex-func)
558 (math-compose-tex-intv): New functions.
559 (math-eqn-ignore-words,math-tex-ignore-words)
560 (math-latex-ignore-words): Move from calc.el.
561 (math-special-function-table): Add entries for tex.
562 (calc-lang-slash-idiv, calc-lang-allows-underscores):
563 New variables.
564 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
565 (math-compose-tex-matrix, math-compose-eqn-matrix)
566 (math-eqn-special-functions): Move from calccomp.el.
567
568 * calc/calccomp.el (math-compose-var): New function.
569 (math-compose-expr): Allow more special functions to be used.
570 Change test for formatting fractions. Use variables and property
571 names to help with language specific formatting.
572 (math-compose-tex-matrix, math-compose-eqn-matrix)
573 (math-eqn-special-functions): Move to calc-lang.el.
574 (math-compose-rows): Use property names to help with language
575 specific formatting.
576
577 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
578 into nested subscripts.
579 (math-read-token): Use variables and property names to help with
580 language specific parsing.
581 (math-read-expression-level): Use variables to help with language
582 specific parsing.
583
584 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
587 (archive-rar-summarize): Allow the file name to be passed as argument.
588 Remove unused vars `header' and `footer'.
589 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
590
591 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
592
593 * log-edit.el (log-edit-show-diff): New function.
594 (log-edit-mode-map, log-edit-menu): Bind it.
595 (log-edit-diff-function): New variable.
596 (log-edit): Change the 3rd param to be an alist and accept a
597 function that computes a diff for the files involved.
598
599 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
600
601 2007-12-01 Martin Rudalics <rudalics@gmx.at>
602
603 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
604 wrap next-/previous-line in with-no-warnings.
605
606 2007-12-01 Glenn Morris <rgm@gnu.org>
607
608 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
609
610 * net/dig.el: Move here from gnus/.
611 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
612
613 * net/dns.el: Move here from gnus/.
614 (top-level): Don't require mm-util, or cl when compiling.
615 (dns-write-name, dns-read, dns-read-type, query-dns):
616 Replace mm-with-unibyte-buffer with its expansion.
617 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
618
619 * progmodes/gdb-ui.el (gud-remove, gud-break):
620 * progmodes/gud.el (gdb-create-define-alist)
621 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
622 (hl-line-highlight, gdb-display-source-buffer)
623 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
624 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
625
626 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
627
628 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
629 Move args on defun line.
630
631 * textmodes/org.el (org-calendar-holiday):
632 Use calendar-check-holidays instead of the obsolete
633 check-calendar-holidays.
634 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
635 (bbdb-company, bbdb-current-record, bbdb-name)
636 (bbdb-record-getprop, bbdb-record-name)
637 (bibtex-beginning-of-entry, bibtex-generate-autokey)
638 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
639 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
640 (mh-find-path, mh-get-header-field, mh-get-msg-num)
641 (mh-header-display, mh-index-previous-folder)
642 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
643 (mh-show-buffer-message-number, mh-show-header-display)
644 (mh-show-msg, mh-show-show, mh-visit-folder)
645 (org-export-latex-cleaned-string, remember)
646 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
647 (rmail-what-message, elmo-folder-exists-p)
648 (elmo-message-entity-field, elmo-message-field)
649 (vm-beginning-of-message, vm-follow-summary-cursor)
650 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
651 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
652 (vm-summarize, wl-folder-get-elmo-folder)
653 (wl-summary-goto-folder-subr)
654 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
655 (wl-summary-line-subject, wl-summary-message-number)
656 (wl-summary-redisplay): Declare as functions.
657
658 2007-11-30 Martin Rudalics <rudalics@gmx.at>
659
660 * longlines.el (longlines-show-hard-newlines): Remove handling of
661 buffer-undo-list and buffer-modified status.
662 (longlines-show-region, longlines-unshow-hard-newlines):
663 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
664 inhibit-modification-hooks here to avoid that a buffer appears
665 modified when toggling visibility of hard newlines.
666
667 2007-11-30 Glenn Morris <rgm@gnu.org>
668
669 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
670
671 * progmodes/idlw-complete-structtag.el
672 (idlwave-sintern-structtag):
673 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
674 (idlwave-sintern-sysvartag):
675 * progmodes/idlwave.el (idlwave-sintern-class-tag)
676 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
677 functions.
678
679 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
680
681 * textmodes/reftex-index.el (texmathp):
682 * textmodes/reftex-auc.el (TeX-argument-insert)
683 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
684 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
685 (LaTeX-label-list):
686 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
687 (rng-clear-conditional-region, rng-do-some-validation): Declare as
688 functions.
689 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
690
691 2007-11-30 Glenn Morris <rgm@gnu.org>
692
693 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
694 argument and document it.
695
696 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
697 Third argument to declare-function must be a list to specify arglist.
698
699 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
700 Handle declare-function third argument `t' and fourth argument.
701 (check-declare-verify): Doc fix. Handle `fileonly' case.
702 Use progn rather than prog1.
703
704 * desktop.el (uniquify-item-base):
705 * term/mac-win.el (url-type): Declare as functions.
706
707 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
708 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
709 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
710 fourth arg to declare-function.
711
712 * play/dunnet.el: Don't require cl when compiling.
713 (byte-compile-warnings): Set via file local variables.
714 (dun-parse): Let-bind `beg' and `line'.
715
716 2007-11-29 Alexandre Julliard <julliard@winehq.org>
717
718 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
719
720 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
721
722 * calendar/time-date.el (encode-time-value): Doc fix.
723
724 2007-11-29 Glenn Morris <rgm@gnu.org>
725
726 * calendar/time-date.el (with-decoded-time-value): Doc fix.
727
728 * textmodes/css-mode.el (prog-mode): Remove.
729 (css-mode): Derive from fundamental-mode rather than prog-mode.
730
731 * emacs-lisp/byte-run.el (declare-function): Doc fix.
732
733 * emacs-lisp/check-declare.el (check-declare-locate)
734 (check-declare-verify): Handle `external' files.
735 (check-declare-errmsg): New function.
736 (check-declare-verify, check-declare-file, check-declare-directory):
737 Use check-declare-errmsg to report the number of problems.
738
739 * ffap.el (w3-view-this-url)
740 * mail/mspools.el (vm-visit-folder)
741 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
742 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
743 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
744 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
745 (bbdb-records)
746 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
747 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
748 (sasl-make-client, sasl-next-step, sasl-step-data)
749 (sasl-step-set-data)
750 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
751 (htmlr-step): Declare as functions.
752
753 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
754 Use bbdb-address-zip rather than bbdb-address-zip-string.
755
756 2007-11-28 Richard Stallman <rms@gnu.org>
757
758 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
759 Move here from gnus/.
760
761 2007-11-28 Martin Rudalics <rudalics@gmx.at>
762
763 * newcomment.el (comment-region-internal): Fix newline insertion
764 in `block' case.
765
766 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
769
770 2007-11-28 Glenn Morris <rgm@gnu.org>
771
772 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
773 delete .elc files.
774
775 * nxml/char-name/unicode: Move to etc/nxml/.
776 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
777
778 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
779 Declare as a function.
780
781 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
782 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
783 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
784
785 * nxml/nxml-outln.el (nxml-token-start-tag-p)
786 (nxml-token-end-tag-p): Move definitions before use.
787
788 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
789
790 * nxml/nxml-uchnm.el (top-level)
791 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
792 (nxml-enabled-unicode-blocks): Add custom group.
793
794 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
795 Use string-to-number rather than string-to-int.
796
797 * dired-x.el (dired-omit-old-add-entry): Declare as function.
798 Move definition before use.
799 (dired-old-find-buffer-nocreate): Declare as function.
800
801 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
802 (check-declare-verify): Handle fset.
803
804 * emulation/edt.el (edt-user-emulation-setup):
805 Test edt-setup-user-bindings is bound before calling.
806
807 * emulation/tpu-edt.el: Don't require cl when compiling.
808 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
809 (tpu-edt-off): Use condition-case rather than ignore-errors.
810 Use with-no-warnings.
811
812 * eshell/esh-util.el (top-level): Use require rather than load for
813 ange-ftp.
814
815 * mail/supercite.el (sc-version): Redefine as an alias for
816 emacs-version.
817 (sc-help-address): Remove.
818 (sc-version): Use emacs-version rather than sc-version.
819 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
820
821 * net/socks.el (socks-original-open-network-stream): Declare as
822 function. Move definition before use.
823
824 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
825
826 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
827 (math-make-frac): Declare as functions.
828
829 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
830
831 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
832 Pacify byte compiler.
833 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
834
835 * progmodes/idlwave.el (idlwave-shell-get-path-info)
836 (idlwave-shell-temp-file, idlwave-shell-is-running)
837 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
838 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
839 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
840 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
841 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
842 (idlwave-completing-read, idlwave-current-routine)
843 (idlwave-downcase-safe, idlwave-entry-find-keyword)
844 (idlwave-expand-keyword, idlwave-find-class-definition)
845 (idlwave-find-inherited-class, idlwave-find-struct-tag)
846 (idlwave-get-buffer-visiting, idlwave-in-quote)
847 (idlwave-make-full-name, idlwave-members-only)
848 (idlwave-popup-select, idlwave-routine-source-file)
849 (idlwave-routines, idlwave-sintern-class)
850 (idlwave-sintern-keyword, idlwave-sintern-method)
851 (idlwave-sintern-routine-or-method)
852 (idlwave-substitute-link-target, idlwave-sys-dir)
853 (idlwave-this-word, idlwave-what-module-find-class)
854 (idlwave-where):
855 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
856 * mail/uce.el (rmail-msg-is-pruned)
857 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
858 (rmail-toggle-header):
859 * mail/sendmail.el (dired-view-file, dired-get-filename):
860 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
861 (rmail-display-labels, rmail-msgbeg)
862 (rmail-set-message-deleted-p, rmail-message-labels-p)
863 (rmail-show-message, mail-comma-list-regexp)
864 (mail-parse-comma-list):
865 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
866 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
867 (rfc822-addresses, mail-abbrev-make-syntax-table)
868 (mail-sendmail-delimit-header, mail-header-end):
869 * mail/hashcash.el (message-narrow-to-headers-or-head)
870 (message-fetch-field, message-goto-eoh)
871 (message-narrow-to-headers):
872 * vc.el (view-mode-exit): Declare as functions.
873
874 * mail/vms-pmail.el:
875 * vmsproc.el:
876 * vms-patch.el: Don't byte compile these files, they don't work.
877
878 2007-11-27 Glenn Morris <rgm@gnu.org>
879
880 * calc/calc-ext.el (math-read-big-rec):
881 * calc/calc-nlfit.el (math-map-binop):
882 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
883
884 * eshell/eshell.el (eshell-report-bug): Add version number of
885 obsolescence.
886
887 * emulation/viper.el, emulation/viper-util.el,
888 emulation/viper-macs.el, emulation/viper-keym.el,
889 emulation/viper-ex.el, emulation/viper-cmd.el:
890 Load viper-*.el files silently.
891
892 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
893 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
894 Load ediff-*.el files silently.
895
896 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
897 compiling.
898 (Info-goto-node): Declare as a function.
899
900 * ediff-init.el: Don't load ange-ftp when compiling.
901 * ediff-util.el: Don't load reporter when compiling.
902
903 * ediff-wind.el (ediff-display-pixel-width)
904 (ediff-display-pixel-height):
905 * generic-x.el (ini-generic-mode):
906 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
907 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
908 (ps-mule-initialize, ps-mule-begin-job):
909 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
910 (mark-calendar-days-named):
911 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
912 (add-to-diary-list, diary-name-pattern)
913 (mark-calendar-days-named):
914 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
915 (mark-calendar-days-named):
916 * calendar/cal-x.el (make-fancy-diary-buffer):
917 * calendar/holidays.el (calendar-absolute-from-julian):
918 * calendar/todo-mode.el (calendar-current-date):
919 * calendar/cal-menu.el (calendar-increment-month)
920 (calendar-month-name, extract-calendar-year)
921 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
922 (calendar-current-date, calendar-cursor-holidays)
923 (calendar-date-string, insert-diary-entry, calendar-set-mark)
924 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
925 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
926 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
927 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
928 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
929 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
930 (calendar-day-of-year-string, calendar-iso-date-string)
931 (calendar-julian-date-string, calendar-astro-date-string)
932 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
933 (calendar-persian-date-string, calendar-bahai-date-string)
934 (calendar-islamic-date-string, calendar-chinese-date-string)
935 (calendar-coptic-date-string, calendar-ethiopic-date-string)
936 (calendar-french-date-string, calendar-mayan-date-string)
937 (calendar-print-chinese-date, calendar-goto-date):
938 Declare as functions.
939
940 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
941 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
942
943 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
944 aliases for report-emacs-bug.
945 (gnus-summary-select-article, gnus-configure-windows): Declare as
946 functions.
947
948 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
949 compiler.
950
951 * pgg.el (pgg-clear-string): Declare as a function.
952 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
953 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
954
955 * emacs-lisp/check-declare.el (check-declare-locate):
956 Handle compressed files.
957 (check-declare-verify): Handle define-generic-mode,
958 define-global(ized)-minor-mode, define-obsolete-function-alias.
959
960 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
961
962 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
963 algebraic modes.
964
965 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
966 (math-is-true, calc-explain-why, calc-alg-edit)
967 (math-composite-inequalities, math-flatten-lands)
968 (math-multi-subst, calcFunc-vmatches, math-simplify)
969 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
970 (math-read-string, math-read-brackets, math-read-angle-brackets):
971 Declare as functions.
972
973 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
974 (calc-fit-bell-shaped-logistic-curve)
975 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
976 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
977 (math-max-list): Declare as functions.
978 (math-map-binop): New function.
979 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
980
981 * calc/calc.el (calc-set-language, calc-edit-finish)
982 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
983 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
984 (math-lessp, calc-embedded-finish-command)
985 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
986 (calc-push-list-in-macro, calc-replace-selections)
987 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
988 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
989 (calc-embedded-stack-change, calc-refresh-evaltos)
990 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
991 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
992 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
993 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
994 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
995 (math-dimension-error, calc-incomplete-error, math-float-fancy)
996 (math-neg-fancy, math-zerop, calc-add-fractions)
997 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
998 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
999 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
1000 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
1001 (math-compose-expr, math-comp-width, math-composition-to-string)
1002 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
1003 (math-adjust-fraction, math-format-binary, math-format-radix)
1004 (math-group-float, math-mod, math-format-number-fancy)
1005 (math-format-bignum-fancy, math-read-number-fancy)
1006 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
1007 (calc-do-embedded-activate, math-do-defmath)
1008 (calc-load-everything): Declare as functions.
1009
1010 * calc/calc-ext.el (math-clip, math-round, math-simplify)
1011 (math-simplify-extended, math-simplify-units, calc-set-language)
1012 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
1013 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
1014 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
1015 (math-normalize-hms, math-normalize-mod, math-make-sdev)
1016 (math-make-intv, math-normalize-logical-op, math-possible-signs)
1017 (math-infinite-dir, math-calcFunc-to-var)
1018 (calc-embedded-evaluate-expr, math-known-nonzerop)
1019 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
1020 (math-format-date, math-vector-is-string, math-vector-to-string)
1021 (math-format-radix-float, math-compose-expr, math-abs)
1022 (math-format-bignum-binary, math-format-bignum-octal)
1023 (math-format-bignum-hex, math-format-bignum-radix)
1024 (math-compute-max-digits): Declare as functions.
1025 (math-provably-realp): Fix typo.
1026
1027 * calc/calc-forms.el (calendar-current-time-zone)
1028 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
1029 functions.
1030
1031 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
1032
1033 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
1034 Declare as functions.
1035
1036 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
1037 (math-posp, math-compare, math-bignum, math-compare-bignum):
1038 Declare as functions.
1039
1040 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
1041 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
1042 (calc-explain-why, calc-clear-command-flag)
1043 (calc-roll-down-with-selections, calc-roll-up-with-selections)
1044 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
1045 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
1046 (math-trunc-special, math-trunc-fancy, math-floor-special)
1047 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
1048 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
1049 (math-pow-zero, math-pow-fancy): Declare as functions.
1050
1051 * calc/calc-mode.el (calc-embedded-save-original-modes):
1052 Declare as a function.
1053
1054 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
1055 Declare as functions.
1056 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
1057 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
1058 Replace `mapcar*' by `math-map-binop'.
1059 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1060
1061 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
1062 (math-read-expr-level): Declare as functions.
1063
1064 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
1065
1066 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
1069 end-of-defun-function is called consistently, even for negative
1070 arguments.
1071 (end-of-defun-function): Default to forward-sexp.
1072
1073 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1074
1075 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1076
1077 2007-11-26 Glenn Morris <rgm@gnu.org>
1078
1079 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
1080 than :suffix.
1081
1082 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1083
1084 2007-11-26 Simon Josefsson <simon@josefsson.org>
1085
1086 * net/imap.el: Move from ../gnus.
1087
1088 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
1089
1090 * doc-view.el (doc-view-mode-p): New function.
1091
1092 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
1093
1094 * mail/mspools.el (rmail-get-new-mail):
1095 * mail/reporter.el (mail-position-on-field, mail-text):
1096 * mail/rmail.el (mail-position-on-field, mail-text-start)
1097 (rmail-update-summary):
1098 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
1099 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
1100 * mail/rmailout.el (rmail-update-summary):
1101 * mail/rmailsort.el (rmail-update-summary):
1102 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
1103 (dired-view-file):
1104 * mail/uce.el (mail-strip-quoted-names):
1105 * mail/undigest.el (rmail-update-summary):
1106 * mail/unrmail.el (mail-strip-quoted-names):
1107 * ediff.el (diff-latest-backup-file): Declare as functions.
1108
1109 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
1110 (kill-to-end-of-line):
1111 * obsolete/rnews.el (news-set-minor-modes):
1112 Remove non working functions.
1113
1114 2007-11-25 Glenn Morris <rgm@gnu.org>
1115
1116 * eshell/esh-maint.el (top-level): Use require with NOERROR for
1117 pcomplete. Don't mess with load-path.
1118
1119 * eshell/eshell.el (eshell-report-bug-address): Remove.
1120 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
1121
1122 2007-11-24 Glenn Morris <rgm@gnu.org>
1123
1124 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1125 (appt-disp-window): Don't require electric.
1126 Simplify minibuffer-avoidance code.
1127 (appt-select-lowest-window): Avoid minibuffer.
1128
1129 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
1130 (esh-mode): Require it.
1131 (esh-util): Use require rather than featurep and load.
1132 (eshell): No need to test if eshell-mode is bound; remove obsolete
1133 reference to eshell-auto.
1134 (eshell-command, eshell-command-result): Don't require esh-mode
1135 now that the file does.
1136 (top-level): Move provide statement to the end of the file.
1137 Re-order and update commentary.
1138
1139 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1140
1141 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
1142 (vc-annotate-toggle-annotation-visibility): New command.
1143 (vc-annotate-mode-map): Bind "V" to it.
1144 (vc-annotate-mode-menu): Add entry for it.
1145 (vc-annotate-get-time-set-line-props): New func.
1146 (vc-annotate-display-autoscale)
1147 (vc-annotate-display-difference): Use it.
1148
1149 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1150 Also, match one space at end of annotation text, after last paren.
1151
1152 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
1153
1154 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1155 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
1156 `tramp-completion-mode'.
1157
1158 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1159
1160 * vc-git.el (vc-git-show-log-entry): New func.
1161
1162 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1163 (vc-git-state): Use vc-git--call.
1164 (vc-git-registered, vc-git-working-revision)
1165 (vc-git-previous-revision, vc-git-next-revision)
1166 (vc-git--run-command-string, vc-git-symbolic-commit):
1167 Use vc-git--out-ok.
1168
1169 2007-11-24 Glenn Morris <rgm@gnu.org>
1170
1171 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1172
1173 2007-11-24 Kenichi Handa <handa@m17n.org>
1174
1175 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1176
1177 2007-11-23 David Kastrup <dak@gnu.org>
1178
1179 * server.el (server-process-filter): Use `command-line-args-left'.
1180
1181 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1184
1185 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
1188 buffer if the parent buffer is in vc-dired-mode.
1189
1190 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1191
1192 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
1193
1194 2007-11-23 Juri Linkov <juri@jurta.org>
1195
1196 * dired.el (dired-read-dir-and-switches): For C-x d, set the
1197 value for M-n to the visited file name of the current buffer.
1198 Use minibuffer-with-setup-hook to set minibuffer-default to
1199 buffer-file-name inside read-file-name.
1200
1201 * man.el (Man-getpage-in-background): Don't disregard user option
1202 `Man-width' on non-window systems. Remove test for `window-system'
1203 around setting envvar "COLUMNS" depending on the value of `Man-width'.
1204
1205 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
1206 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
1207 of "--color=always".
1208
1209 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1212 beginning-of-defun-function.
1213
1214 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1215
1216 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
1217
1218 2007-11-22 Glenn Morris <rgm@gnu.org>
1219
1220 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1221
1222 * emacs-lisp/check-declare.el (check-declare-locate): New function.
1223 (check-declare-scan): Use check-declare-locate.
1224 (check-declare-verify): No longer adjust fnfile, now
1225 check-declare-locate does it.
1226
1227 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1228
1229 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * subr.el (posn-col-row): Make the `default-value' use explicit.
1232
1233 * window.el (balance-windows): Remove unused var `counter'.
1234 (bw-balance-sub): Remove unused var `lastchild'.
1235 (split-window-vertically): Remove unused var `switch'.
1236 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1237
1238 * emacs-lisp/bytecomp.el
1239 (byte-compile-file-form-custom-declare-variable): Simplify.
1240
1241 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1244 Set `show-trailing-whitespace' to nil.
1245
1246 * dired.el (make-symbolic-link):
1247 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1248 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1249 * dired-x.el (make-symbolic-link):
1250 * frame.el (x-initialize-window-system):
1251 * menu-bar.el (x-menu-bar-open):
1252 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1253 (x-store-cut-buffer-internal):
1254 * wdired.el (make-symbolic-link):
1255 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1256 (x-send-client-message):
1257 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1258
1259 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1260
1261 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1262
1263 2007-11-22 Glenn Morris <rgm@gnu.org>
1264
1265 * dos-fns.el (int86):
1266 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1267
1268 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1269
1270 * calendar/holidays.el (holiday-list): Add autoload cookie.
1271
1272 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1273 files relative to src/ directory.
1274 (check-declare-verify): Handle .c files. Warn if could not find
1275 an arglist to check.
1276
1277 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1278
1279 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
1280
1281 * replace.el (occur-mode-map): Add a major mode menu with entries
1282 for all occur operations.
1283
1284 * international/titdic-cnv.el (dos-8+3-filename):
1285 * obsolete/fast-lock.el (msdos-long-file-names):
1286 * frame.el (msdos-mouse-p):
1287 * files.el (msdos-long-file-names, w32-long-file-name):
1288 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1289 (mac-resume-apple-event, mac-font-panel-mode)
1290 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1291 (mac-clear-font-name-table):
1292 * term/pc-win.el (msdos-remember-default-colors)
1293 (w16-set-clipboard-data, w16-get-clipboard-data):
1294 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1295 (set-message-beep):
1296 * net/browse-url.el (w32-shell-execute):
1297 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1298 (w32-get-locale-info, w32-get-valid-locale-ids)
1299 (w32-set-clipboard-data):
1300 * dos-fns.el (int86, msdos-long-file-names):
1301 * dos-w32.el (default-printer-name): Declare as functions.
1302
1303 2007-11-21 Jason Rumney <jasonr@gnu.org>
1304
1305 * emacs-lisp/byte-run.el (declare-function): Return nil.
1306
1307 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1310
1311 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1312
1313 * ps-print.el (ps-lpr-switches): Docstring fix.
1314 (ps-string-list): New fun.
1315 (ps-do-despool): Code fix.
1316
1317 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1318
1319 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1320
1321 2007-11-21 Glenn Morris <rgm@gnu.org>
1322
1323 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1324 for now. Handle define-minor-mode, and defalias (with no argument
1325 checking).
1326
1327 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1328
1329 * frame.el (msdos-mouse-p):
1330 * files.el (msdos-long-file-names, w32-long-file-name):
1331 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1332 (mac-resume-apple-event, mac-font-panel-mode)
1333 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1334 (mac-clear-font-name-table):
1335 * term/pc-win.el (msdos-remember-default-colors)
1336 (w16-set-clipboard-data, w16-get-clipboard-data):
1337 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1338 (set-message-beep):
1339 * net/browse-url.el (w32-shell-execute):
1340 * dos-fns.el (int86, msdos-long-file-names):
1341 * dos-w32.el (default-printer-name): Undo previous change.
1342
1343 2007-11-21 Eli Zaretskii <eliz@gnu.org>
1344
1345 * international/mule-cmds.el (set-locale-environment):
1346 Set default-file-name-coding-system _after_ keyboard and terminal
1347 coding systems. This fixes last change.
1348
1349 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1350 one space after "Subject:".
1351
1352 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1355 in order to determine if there's a conflict.
1356
1357 2007-11-21 Richard Stallman <rms@gnu.org>
1358
1359 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1360
1361 * reposition.el (reposition-window):
1362 Binding C-M-l moved to bindings.el.
1363
1364 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1365
1366 * add-log.el (add-change-log-entry-other-window):
1367 Key binding C-x 4 a moved to bindings.el.
1368
1369 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1370 from filecache.el.
1371
1372 * filecache.el: Minibuffer map bindings moved to bindings.el.
1373
1374 2007-11-21 Jason Rumney <jasonr@gnu.org>
1375
1376 * international/mule-cmds.el (set-locale-environment):
1377 Set default-file-name-coding-system from system defaults on Windows.
1378
1379 2007-11-21 Jason Rumney <jasonr@gnu.org>
1380
1381 * term/w32console.el: New term init file for w32 console.
1382
1383 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1384 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1385 (w32-tty-standard-colors): Move to term/w32console.el.
1386
1387 * term/w32-win.el (x-setup-function-keys): Remove.
1388
1389 * term/tty-colors.el (tty-register-default-colors): Remove special
1390 case for w32.
1391
1392 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * frame.el (msdos-mouse-p):
1395 * generic-x.el (w32-shell-name):
1396 * files.el (msdos-long-file-names, w32-long-file-name)
1397 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1398 (dos-8+3-filename, vms-read-directory, view-mode-disable):
1399 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1400 (mac-resume-apple-event, mac-font-panel-mode)
1401 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1402 (mac-clear-font-name-table):
1403 * term/pc-win.el (msdos-remember-default-colors)
1404 (w16-set-clipboard-data, w16-get-clipboard-data):
1405 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1406 (set-message-beep):
1407 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1408 (w32-get-locale-info, w32-get-valid-locale-ids)
1409 (w32-set-clipboard-data):
1410 * help-fns.el (ad-get-advice-info):
1411 * font-lock.el (fast-lock-after-fontify-buffer)
1412 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1413 (lazy-lock-after-fontify-buffer)
1414 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1415 * net/browse-url.el (w32-shell-execute):
1416 * dos-fns.el (int86, msdos-long-file-names):
1417 * dos-w32.el (default-printer-name): Declare as functions.
1418
1419 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1422 Reported by Drew Adams <drew.adams@oracle.com>.
1423
1424 2007-11-20 Jason Rumney <jasonr@gnu.org>
1425
1426 * term/w32-win.el (x-setup-function-keys): Protect against
1427 multiple calls on the same terminal.
1428
1429 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1430
1431 * term/mac-win.el (x-setup-function-keys): Only setup
1432 local-function-key-map if it has not been setup already for the
1433 current frame. Move the suspend-emacs processing here.
1434
1435 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * progmodes/grep.el (xargs-program): New variable.
1438 (grep-compute-defaults): Use it.
1439 (grep-default-command): Doc fix.
1440 (grep, lgrep, rgrep): Reflow docstrings.
1441
1442 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1443
1444 * vc.el (vc-find-revision): Set the parent buffer.
1445 Use when instead of if.
1446
1447 * progmodes/python.el (info-lookup-maybe-add-help):
1448 * progmodes/ps-mode.el (doc-view-minor-mode):
1449 * mail/emacsbug.el (Info-menu, Info-goto-node):
1450 * emulation/viper-keym.el (viper-ex)
1451 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1452 * emulation/viper-cmd.el (widget-type, widget-button-press)
1453 (viper-set-hooks):
1454 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1455 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1456 (ses-load, ses-vector-delete, ses-create-header-string)
1457 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1458 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1459
1460 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1463
1464 2007-11-20 Glenn Morris <rgm@gnu.org>
1465
1466 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1467 for end of function-name. Handle define-derived-mode.
1468
1469 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1472 is available by default.
1473 (idlwave-help-browse-url-available): Change default to t.
1474
1475 * emulation/edt.el (defgroup, defcustom): Remove definition.
1476 (eval-when-compile): Remove.
1477 (c-mark-function):
1478 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1479 * textmodes/fill.el (comment-search-forward)
1480 (comment-string-strip):
1481 * progmodes/prolog.el (comint-mode, comint-send-string)
1482 (comint-send-region, comint-send-eof):
1483 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1484 * emulation/viper-util.el (viper-forward-Word):
1485 * emulation/vi.el (c-mark-function):
1486 * emulation/edt-vt100.el (vt100-wide-mode):
1487 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1488
1489 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
1490
1491 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1492 Still some tuning in case of an echoing shell.
1493 (tramp-send-command): Connection property "remote-echo" is not
1494 persistent; cache key is the process therefore.
1495
1496 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1499 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1500
1501 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1504 * play/yow.el (doctor-ret-or-read):
1505 * vc-hooks.el (vc-dired-resynch-file):
1506 * vc-hg.el (log-view-get-marked):
1507 * smerge-mode.el (ediff-cleanup-mess):
1508 * pcvs.el (vc-editable-p, vc-checkout):
1509 * pcomplete.el (comint-bol):
1510 * informat.el (texinfo-format-refill):
1511 * ido.el (tramp-tramp-file-p):
1512 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1513 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1514 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1515 functions.
1516
1517 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1518 instead of fset.
1519 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1520
1521 * ido.el (ido-file-internal): Move with-no-warnings to include the
1522 ffap-string-at-point call.
1523
1524 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1525
1526 * vc-hg.el (vc-hg-revision-table): Fix last change.
1527
1528 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1529
1530 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1531 clipboard-yank when the buffer is read-only.
1532
1533 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1534 keymaps such that it's before the definition of Custom-mode-menu.
1535 (Custom-mode-menu): Show it for custom-field-keymap too.
1536
1537 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1538
1539 * progmodes/gdb-ui.el: Update commentary.
1540
1541 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1542
1543 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1544
1545 2007-11-19 Glenn Morris <rgm@gnu.org>
1546
1547 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1548 does not exist, try adding `.el' extension. Also search for defsubsts.
1549
1550 * cus-edit.el (recentf-expand-file-name):
1551 * dired.el (dired-relist-entry):
1552 * subr.el (w32-shell-dos-semantics):
1553 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1554 Declare as functions.
1555
1556 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1559 (prepare-abbrev-list-buffer): Use dolist.
1560 (clear-abbrev-table): Preserve properties.
1561
1562 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1563
1564 * textmodes/texinfmt.el (texinfo-format-printindex):
1565 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1566 Reported on <bug-texinfo@gnu.org>.
1567
1568 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * net/tramp.el (tramp-completion-reread-directory-timeout):
1571 New defcustom.
1572 (tramp-handle-file-name-all-completions): Flush directory contents
1573 from cache regularly.
1574 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1575 (tramp-open-connection-setup-interactive-shell):
1576 Call `tramp-cleanup-connection' via funcall.
1577
1578 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1579 created when copying.
1580
1581 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1584 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1585 * eshell/esh-ext.el (eshell-external-command):
1586 * eshell/esh-cmd.el (require):
1587 * eshell/em-unix.el (eshell-plain-locate-behavior):
1588 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1589 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1590 * eshell/esh-mode.el (characterp, char-int): Remove unused
1591 conditional defaliases.
1592
1593 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1594 Rename from event-matches-key-specifier-p, define unconditionally.
1595 (event-basic-type): Remove unused defalias.
1596 (pcomplete-show-completions):
1597 Use pcomplete-event-matches-key-specifier-p.
1598
1599 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1600
1601 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1602 when saving esh-groups.el.
1603
1604 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1605
1606 * wid-edit.el (widget-default-complete):
1607 * progmodes/flymake.el (flymake-goto-file-and-line):
1608 Fix typo in (doc-)string.
1609
1610 2007-11-17 Glenn Morris <rgm@gnu.org>
1611
1612 * emacs-lisp/byte-run.el (declare-function): New macro.
1613 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1614 New function, byte-hunk-handler for declare-function.
1615 (byte-compile-callargs-warn): Handle declared functions.
1616
1617 * emacs-lisp/check-declare.el: New file.
1618 * Makefile.in (check-declare): New target.
1619
1620 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1621
1622 * subr.el (process-lines): Move here from ../admin/admin.el.
1623 * emacs-lisp/authors.el (authors-process-lines): Remove.
1624 (authors): Use process-lines rather than authors-process-lines.
1625
1626 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1627 Remove these files.
1628
1629 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * emacs-lisp/backquote.el (backquote):
1632 Improve argument/docstring consistency.
1633
1634 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1635 (ring-length, ring-empty-p): Use c[ad]dr.
1636 (ring-plus1): Use `1+'.
1637 (ring-minus1): Use `zerop'.
1638 (ring-remove): Use c[ad]dr. Use `when'.
1639 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1640 (ring-ref): Use `let', not `let*'.
1641 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1642 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1643 (ring-member): Simplify. Doc fix.
1644 (ring-convert-sequence-to-ring): Simplify.
1645
1646 2007-11-17 Juri Linkov <juri@jurta.org>
1647
1648 * dired-aux.el (dired-create-directory): Allow creating
1649 a directory of an arbitrary depth. Add a loop to find the topmost
1650 nonexistent parent dir `new', and call `dired-add-file' on it.
1651 Set the `PARENTS' arg of `make-directory' to t.
1652
1653 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1654
1655 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1656 (math-build-parse-table): Get parse information from math-parse-table.
1657
1658 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * window.el (recenter-last-op): New var.
1661 (recenter-top-bottom): New command.
1662 (global-map): Bind it to C-l.
1663
1664 * abbrev.el (abbrev--write): Fix error in transcription from C.
1665
1666 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1667 (pc-select-ensure-mark): Set mark-active to a special value instead.
1668 Rename from ensure-mark. Update call callers.
1669 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1670 Rewrite. Update all callers.
1671 (pc-selection-mode): Remove redundant var declaration.
1672
1673 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1674
1675 * doc-view.el (doc-view-search-backward, doc-view-search):
1676 Fix assignment to free variable bug.
1677
1678 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1679
1680 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1681 (ensure-mark): Set it.
1682 (maybe-deactivate-mark): New fun.
1683 Use it everywhere instead of (setq mark-active nil).
1684
1685 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1686
1687 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1688 Add check for XEmacs.
1689
1690 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1691
1692 * doc-view.el (doc-view-resolution): Add missing :group.
1693
1694 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * subr.el (make-variable-frame-local):
1697 Fix typo in obsolescence declaration.
1698
1699 2007-11-16 Werner Lemberg <wl@gnu.org>
1700
1701 * files.el (set-auto-mode-1): Check second line for -*- if file
1702 starts with '\" (which is used by man pages to identify needed
1703 troff preprocessors).
1704
1705 2007-11-16 Glenn Morris <rgm@gnu.org>
1706
1707 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1708
1709 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1710
1711 * calc/calc-lang.el (math-oper-table): Fix typo.
1712 Reduce precedence of "/" for TeX.
1713
1714 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1715
1716 2007-11-16 Juri Linkov <juri@jurta.org>
1717
1718 * dired-aux.el (dired-read-shell-command-default): New function.
1719 (dired-read-shell-command): Use its return value for DEFAULT arg.
1720
1721 * replace.el (keep-lines-read-args, occur-read-primary-args):
1722 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1723
1724 * man.el (Man-heading-regexp): Add 0-9.
1725 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1726
1727 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1730 (doc-view-resolution): New custom var.
1731 (doc-view-pdf/ps->png): Use it.
1732 (doc-view-shrink-factor): New var.
1733 (doc-view-enlarge, doc-view-shrink): New commands.
1734 (doc-view-mode-map): Use them.
1735
1736 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * ediff-wind.el (ediff-window-setup-function):
1739 * simple.el (normal-erase-is-backspace):
1740 * eshell/em-unix.el (eshell/info):
1741 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1742 Fix typos in docstrings.
1743
1744 * emulation/cua-base.el (cua--keymaps-initialized):
1745 Rename from `cua--keymaps-initalized'. Callers changed.
1746 (cua-highlight-region-shift-only): Doc fix.
1747 (cua-paste-pop): Fix typo in docstring.
1748
1749 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * emulation/cua-base.el (cua--pre-command-handler-1):
1752 Use input-decode-map instead of function-key-map.
1753 Use event-modifiers now that it works reliably.
1754
1755 * vc.el (vc-diff-internal): Pop-to-buffer later.
1756
1757 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1758
1759 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1760 did not touch them.
1761
1762 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1763
1764 * calc/calc-menu.el: New file.
1765 * calc/calc.el (calc-mode): Require calc-menu.
1766
1767 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1770
1771 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1772
1773 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1774 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1775 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1776 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1777 locations.
1778 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1779 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1780 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1781
1782 2007-11-13 Noah Friedman <friedman@splode.com>
1783
1784 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1785 bindings to remap when `calc-scan-for-dels' is non-nil.
1786
1787 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1790 constant forms.
1791 (byte-compile-nilconstp): New function.
1792 (byte-optimize-cond): Kill subsequent branches when a branch is
1793 know to be taken or not taken.
1794 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1795
1796 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * vc.el (vc-register): Allow registering a file passed as a
1799 parameter instead of just the current buffer.
1800
1801 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1802
1803 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1804 Check whether the output of "uname -sr" has been changed.
1805
1806 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1807
1808 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1809 patterns from compilation-perl.el and compilation-weblint.el files.
1810
1811 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1812
1813 * progmodes/compilation-perl.el:
1814 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1815 a bootstrap failure.
1816
1817 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1818 instead of doing "cvs diff" in order to avoid accessing the repository.
1819
1820 2007-11-12 Kevin Ryde <user42@zip.com.au>
1821
1822 * progmodes/compilation-perl.el:
1823 * progmodes/compilation-weblint.el: New files.
1824
1825 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1828 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1829 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1830 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1831 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1832 Rewrite in active voice.
1833
1834 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1835
1836 * doc-view.el: Add comments about isearch support.
1837
1838 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1839
1840 * vc.el (vc-start-entry): Fix setting the in the case the function
1841 is called from vc-dired. Use when instead of if where appropriate.
1842
1843 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1844
1845 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1846 to be a list.
1847 (ps-begin-job): Error if ps-lpr-switches is not a list.
1848
1849 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1850
1851 * faces.el (face-normalize-spec): Remove function.
1852 (frame-set-background-mode): Undo last change.
1853
1854 2007-11-10 Jason Rumney <jasonr@gnu.org>
1855
1856 * w32-fns.el: Sync charset names with setup-default-fontset.
1857 Append "-1" where second part missing.
1858
1859 2007-11-10 Juri Linkov <juri@jurta.org>
1860
1861 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1862 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1863
1864 * custom.el (custom-note-var-changed): Remove the `interactive'
1865 spec from this new non-interactive function.
1866
1867 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1868
1869 * doc-view.el (doc-view-mode-map, doc-view-menu)
1870 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1871 (doc-view-search-backward): New function.
1872 (doc-view-search): Query new regexp if prefix arg is given, else
1873 jump to next/previous match.
1874 (doc-view-mode): Handle compressed files.
1875 (jka-compr): Required for compressed files.
1876
1877 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1878
1879 * replace.el (query-replace-show-replacement): New defcustom.
1880 (perform-replace): Use `match-substitute-replacement' if
1881 `query-replace-show-replacement' is non-nil.
1882
1883 2007-11-10 David Kastrup <dak@gnu.org>
1884
1885 * subr.el (match-substitute-replacement): New function.
1886
1887 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1888
1889 * files.el (auto-mode-alist): Select org-mode for files with the
1890 extension ".org".
1891
1892 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1893
1894 * help.el (help-window, help-window-point-marker): New variables.
1895 (help-window-select): New option.
1896 (with-help-window): New macro for displaying help windows.
1897 (help-window-display-message, help-window-setup-finish)
1898 (help-window-setup): New functions used for setting up help windows.
1899 (print-help-return-message): Reset help-window to nil.
1900 (view-lossage): Use with-help-window instead of
1901 with-output-to-temp-buffer and move help-window-point-marker after
1902 inserted text.
1903 (describe-bindings, describe-key, describe-mode): Use
1904 with-help-window instead of with-output-to-temp-buffer.
1905
1906 * help-mode.el (help-mode): Set view-exit-action to bury the
1907 buffer instead of fiddling with windows. Simplify code.
1908 (help-mode-finish): When help-window eqs t set it to the selected
1909 window and have with-help-window set up view-return-to-alist.
1910 (help-buffer): Add autoload cookie.
1911
1912 * view.el (view-remove-frame-by-deleting): Change default value to t.
1913 Add autoload cookie.
1914 (view-exit-action, view-file, view-file-other-window)
1915 (view-file-other-frame, view-buffer, view-buffer-other-window)
1916 (view-buffer-other-frame): Rewrite doc strings.
1917 (view-return-to-alist-update): New function to remove stale entries
1918 from view-return-to-alist.
1919 (view-mode-enter): Rewrite doc string and simplify code.
1920 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1921 view-exit-action to nil. Simplify code and rewrite doc string.
1922
1923 * apropos.el (apropos-describe-plist):
1924 * descr-text.el (describe-char):
1925 * disp-table.el (describe-display-table):
1926 * faces.el (list-faces-display, describe-face):
1927 * facemenu.el (list-colors-display):
1928 * help-fns.el (describe-function, describe-variable)
1929 (describe-syntax, describe-categories):
1930 Use with-help-window instead of with-output-to-temp-buffer.
1931
1932 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1935 Optimize (featurep 'emacs) to t.
1936
1937 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1938 New function.
1939 (byte-compile-maybe-guarded): Use it to also look for bound
1940 symbols inside `and' forms. Comment out non-working code that was
1941 trying to avoid warnings for XEmacs code.
1942
1943 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1944
1945 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1946 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1947 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1948 (vc-cvs-annotate-command):
1949 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1950 is bound, it always is.
1951
1952 2007-11-10 Jason Rumney <jasonr@gnu.org>
1953
1954 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1955 setup here from global scope.
1956
1957 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * ido.el (ido-save-history): Save the history file in UTF-8, not
1960 the current filename coding system.
1961
1962 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * simple.el (interprogram-cut-function, interprogram-paste-function):
1965 Don't make them frame-local any more.
1966
1967 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1968 Don't set interprogram-(cut|paste)-function on each frame.
1969
1970 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1971 Make them work in tty frames.
1972 (interprogram-cut-function, interprogram-paste-function):
1973 Set them globally.
1974
1975 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1978 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1979 (iso-iso2duden-trans-tab): Add docstring.
1980
1981 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * abbrev.el (define-abbrev-table): Record the variable definition.
1984
1985 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1986 New function.
1987
1988 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1989
1990 * ps-print.el: Clean the code for checking suitable Emacs version.
1991 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1992 (ps-print-version): New version 6.8.1.
1993
1994 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * files.el (enable-local-variables): Doc fix.
1997
1998 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1999
2000 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2001
2002 2007-11-09 Sven Joachim <svenjoac@gmx.de>
2003
2004 * dired-aux.el (dired-copy-file-recursive):
2005 Preserve directory permissions.
2006
2007 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2010 (whitespace-unload-function): New-style unload function. When run,
2011 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2012 to stop the old hook from messing with the unloading.
2013
2014 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2017 (elp-unset-master, elp-results): Fix typos.
2018 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2019 Doc fixes.
2020
2021 * msb.el (msb--many-menus): Remove variable.
2022 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2023 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2024 (msb--toggle-menu-type): Fix typos in docstrings.
2025
2026 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2027 (shadow-insert-var): Doc fixes.
2028 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2029 Reflow docstrings.
2030 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2031
2032 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2035 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2036 Fix typos in autoload docstrings.
2037
2038 2007-11-09 Richard Stallman <rms@gnu.org>
2039
2040 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2041
2042 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2043
2044 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2045 (gdb-var-update-handler-1): Use it.
2046
2047 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * loadhist.el (unload-feature): Remove erroneous check for the
2050 FEATURE-unload-function variable; check the existence of the
2051 function (that's what the docstring says, and it makes more sense).
2052
2053 * follow.el (follow-unload-function): Add docstring.
2054 (follow-unload-function): Remove variable.
2055
2056 * server.el (server-unload-function): Remove variable.
2057 (server-unload-function): Unbind `server-edit' from `C-x #'.
2058
2059 * ses.el (ses-unload-function): New function.
2060
2061 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2064 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2065
2066 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2067 before use to avoid a warning in packages that require uniquify.
2068 (uniquify-unload-function): New function and var.
2069
2070 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
2071
2072 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2073 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
2074 (ediff-current-diff-A, ediff-current-diff-B)
2075 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
2076 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
2077 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
2078 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
2079 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
2080 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
2081 (ediff-setup-windows-plain-merge)
2082 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
2083 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
2084 * ediff-util.el (ediff-setup-keymap, )
2085 (ediff-toggle-wide-display, ediff-toggle-multiframe)
2086 (ediff-toggle-use-toolbar, ediff-really-quit)
2087 (ediff-good-frame-under-mouse)
2088 (ediff-highlight-diff-in-one-buffer)
2089 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
2090 (ediff-make-bullet-proof-overlay):
2091 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
2092 (ediff-set-meta-overlay):
2093 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
2094 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
2095 ediff-emacs-p with their former definitions.
2096
2097 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
2098 (viper-has-face-support-p, viper-inactivate-input-method)
2099 (viper-activate-input-method)
2100 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
2101 * emulation/viper-mous.el (viper-multiclick-timeout)
2102 (viper-surrounding-word, viper-mouse-click-insert-word)
2103 (viper-mouse-click-search-word, viper-parse-mouse-key):
2104 * emulation/viper-macs.el (viper-char-array-to-macro):
2105 * emulation/viper.el (viper-go-away, viper-set-hooks)
2106 (viper-non-hook-settings):
2107 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
2108 (viper-get-saved-cursor-color-in-insert-mode)
2109 (viper-get-saved-cursor-color-in-emacs-mode)
2110 (viper-check-version, viper-get-visible-buffer-window)
2111 (viper-file-checked-in-p, viper-set-replace-overlay)
2112 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
2113 (viper-check-minibuffer-overlay, viper-read-key-sequence)
2114 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
2115 with their former definitions.
2116 (viper-eventify-list-xemacs): Only do work for XEmacs.
2117 (viper-set-unread-command-events): Only do work for Emacs.
2118 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
2119 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
2120 (viper-overlay-get, viper-overlay-put, viper-read-event)
2121 (viper-characterp, viper-int-to-char, viper-get-face)
2122 (viper-color-defined-p, viper-iconify): New defaliases replacing
2123 the old fsets.
2124
2125 * progmodes/fortran.el (comment-region-function)
2126 (uncomment-region-function): Pacify byte compiler.
2127
2128 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
2129
2130 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
2133 `process-environment'.
2134
2135 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2136
2137 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2138 match dir like "a...b".
2139
2140 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
2143
2144 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * net/tramp.el (tramp-handle-substitute-in-file-name):
2147 Don't expand the remote connection identification.
2148 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2149 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
2150 before calling stty.
2151
2152 * net/tramp-cache.el (tramp-cache-print)
2153 (tramp-dump-connection-properties): Fix docstring.
2154 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2155
2156 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2157
2158 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2159 remote connection identification when setting connection property.
2160
2161 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2162 "//" substitutes only in the local filename part.
2163
2164 2007-11-07 David Hansen <david.hansen@gmx.net>
2165
2166 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2167
2168 2007-11-07 Glenn Morris <rgm@gnu.org>
2169
2170 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2171 Remove superfluous concats. Move final set-buffer to
2172 non-emacs-specific code.
2173
2174 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
2175
2176 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2177
2178 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2179
2180 * eshell/esh-mode.el (eshell-output-filter):
2181 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2182 Use `with-current-buffer'.
2183
2184 2007-11-07 Andreas Schwab <schwab@suse.de>
2185
2186 * server.el (server-start): Only register cleanup after server was
2187 started.
2188
2189 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
2192
2193 * net/tramp-cache (tramp-cache-print): Move down.
2194 (tramp-cache-list-connections): New defun.
2195
2196 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2197
2198 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * ido.el (ido-save-history): Write the history file in the current
2201 filename coding system, and add `coding' file-local variable.
2202
2203 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
2204
2205 * textmodes/org.el (org-table-formula-substitute-names):
2206 Remove forgotten temporary debugging code.
2207
2208 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2211 the prompt.
2212
2213 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2214
2215 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2216
2217 2007-11-05 Simon Josefsson <simon@josefsson.org>
2218
2219 * net/tls.el (tls-end-of-info): Doc fix.
2220
2221 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2222
2223 * international/utf-7.el (utf-7-imap): New coding system.
2224 (utf-7-imap-post-read-conversion): New function.
2225 (utf-7-imap-pre-write-conversion): New function.
2226
2227 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * abbrev.el (abbrev--write): Fix up typo.
2230
2231 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * abbrev.el (define-abbrev-table): Doc fix.
2234
2235 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2236
2237 * info.el (Info-revert-buffer-function): New func.
2238 (Info-mode): Arrange to use it for reverting.
2239 (Info-copy-current-node-name): Add space between filename and nodename.
2240
2241 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * abbrev.el (expand-abbrev): Move point back to expansion's end.
2244
2245 2007-11-04 Glenn Morris <rgm@gnu.org>
2246
2247 * net/tls.el: Don't require rx when compiling.
2248 (tls-end-of-info): Rewrite without using rx.
2249 (open-tls-stream): Use with-current-buffer.
2250
2251 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2252
2253 * net/tls.el: Require rx when compiling.
2254 (tls-end-of-info): New variable.
2255 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2256 matched.
2257
2258 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
2259
2260 * register.el (append-to-register, prepend-to-register):
2261 Don't signal error on empty register; use the text, instead.
2262
2263 2007-11-03 Michael Olson <mwolson@gnu.org>
2264
2265 * textmodes/remember.el (remember-buffer):
2266 Use define-obsolete-function-alias rather than defalias.
2267
2268 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2269
2270 * simple.el (bad-packages-alist): Anchor semantic regexp.
2271
2272 2007-11-03 Glenn Morris <rgm@gnu.org>
2273
2274 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2275 if defined, for blank lines. Doc fix.
2276
2277 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2278 (fortran-mode): Set values for comment-region-function,
2279 uncomment-region-function and comment-insert-comment-function.
2280 (fortran-uncomment-region): New function.
2281
2282 * textmodes/nroff-mode.el (nroff-mode):
2283 Set comment-insert-comment-function rather than indent-line-function.
2284 (nroff-indent-line-function): Remove.
2285 (nroff-insert-comment-function): New function.
2286
2287 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2288
2289 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2290
2291 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2292
2293 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2294
2295 * emulation/viper-cmd.el (viper-prev-destructive-command)
2296 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2297 copy-sequence.
2298
2299 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2300 Got rid of ediff-copy-list.
2301
2302 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2303 use face-name.
2304 (ediff-test-utility, ediff-diff-mandatory-option)
2305 (ediff-reset-diff-options): Remove to simplify the mandatory option
2306 handling on Windows.
2307 (ediff-set-diff-options): Add.
2308 (ediff-diff-options): Set "--binary" option as default in some cases.
2309
2310 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2311 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2312 ediff-vc-working-revision. Require vc-hooks.
2313
2314 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2315
2316 * files.el (hack-local-variables): Fix membership tests to avoid
2317 treating all variables as safe if `enable-local-variables' is
2318 set to :safe (CVE-2007-5795).
2319
2320 2007-11-02 Glenn Morris <rgm@gnu.org>
2321
2322 * newcomment.el (comment-indent): Let comment-insert-comment-function,
2323 if defined, do all the work of inserting a new comment.
2324
2325 * progmodes/etags.el (tags-table-mode): Disable undo.
2326
2327 * simple.el (bad-packages-alist): Revert previous change.
2328
2329 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
2330
2331 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2332
2333 * obsolete/lselect.el: Do not warn about unknown functions.
2334
2335 2007-11-02 Michael Olson <mwolson@gnu.org>
2336
2337 * textmodes/remember.el (remember-buffer): Make this an alias of
2338 remember-finalize, because Org uses it.
2339
2340 2007-11-01 Michael Olson <mwolson@gnu.org>
2341
2342 * textmodes/remember.el: Improve documentation in heading.
2343 (remember-before-remember-hook): Turn into a customizable option.
2344 (remember): Document INITIAL argument.
2345 (remember-region): Remove autoload cookie. Improve docstring to
2346 mention that it is called from the *Remember* buffer, and does not
2347 have any functional overlap with the `remember' function.
2348 (remember-finalize): Remove autoload cookie. Rename from
2349 remember-buffer to emphasize that this does not have any
2350 functional overlap with the `remember' function.
2351 (remember-destroy): Remove autoload cookie.
2352 (remember-mode-map): Define and initialize in one step.
2353 (remember-mode): Improve docstring.
2354 (remember-annotation-functions): Default to just '(buffer-file-name),
2355 and don't try to take the default value from Planner.
2356
2357 2007-11-01 Glenn Morris <rgm@gnu.org>
2358
2359 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2360
2361 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2362
2363 * emacs-lisp/authors.el (authors-scan-change-log)
2364 (authors-scan-el): Don't enable local eval; enable only safe local
2365 variables, without querying.
2366
2367 * mail/footnote.el (footnote-numeric-regexp)
2368 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2369 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2370 Match multi-character footnotes.
2371
2372 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2373 (nroff-indent-line-function): New function.
2374 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2375 obsolete alias.
2376
2377 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
2378
2379 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2380 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2381 (rcirc-print): Only update the line count when not marking the
2382 line as omittable.
2383 (rcirc-log-write): Specify coding system when writing logfile.
2384 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2385
2386 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2387
2388 * printing.el (printing): Fix :version, printing.el was included
2389 for in emacs-22.1.
2390 (pr-path-style, pr-path-alist, pr-txt-name)
2391 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2392 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2393 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2394 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2395 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2396 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2397 (pr-setting-database, pr-visible-entry-list)
2398 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2399 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2400
2401 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2402 top level, make it dependent on the emacs flavor.
2403
2404 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2405 Test for XEmacs not for itimer.
2406
2407 * term/sun-mouse.el:
2408 * obsolete/sun-fns.el:
2409 * obsolete/sun-curs.el: Remove files.
2410
2411 * term/sun.el (select-previous-complex-command): Remove obsolete code.
2412
2413 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2414
2415 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2416 was given to concat.
2417
2418 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2421 used normally for goto-line. Change `g' to revert the buffer.
2422 Add redundant `r' binding for buffer-revert.
2423
2424 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2425 (mail-abbrevs-setup): Use abbrev-expand-functions.
2426 (build-mail-abbrevs): Use with-temp-buffer.
2427 (define-mail-abbrev): Simplify.
2428 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2429 Change it for use on abbrev-expand-functions.
2430 (mail-abbrev-complete-alias): Use with-syntax-table.
2431
2432 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2435 directly. Fix bug in deleting temp file.
2436
2437 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2440 Merge defvar and define-abbrev-table.
2441 (def-python-skeleton): Use :case-fixed and :enable-function.
2442 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2443 Remove.
2444 (python-mode): Don't modify pre-abbrev-expand-hook.
2445
2446 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2447
2448 * ediff-util.el (ediff-file-checked-out-p)
2449 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2450
2451 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * abbrev.el (abbrev-symbol): Correct let->let*.
2454 (abbrev--before-point): Only use abbrev-start-location if before point.
2455
2456 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2457
2458 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2459 (strokes-unload-hook): Remove function and variable.
2460 (strokes-unload-function): New-style unload function, adapted
2461 from `strokes-unload-hook'.
2462
2463 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2464 (cl-unload-hook): Remove variable.
2465 (cl-unload-function): New-style unload function, adapted
2466 from `cl-cannot-unload'.
2467
2468 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2469 (elp-unload-function): New-style unload function, adapted
2470 from `elp-unload-hook'.
2471
2472 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2473
2474 * emacs-lisp/find-func.el (find-library): Use library at
2475 point as default interactive argument.
2476
2477 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2478
2479 * shadowfile.el (shadow-join): Remove.
2480 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2481 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2482 (shadowfile-unload-hook): Remove function and variable.
2483 (shadowfile-unload-function): New-style unload function, adapted
2484 from `shadowfile-unload-hook'.
2485
2486 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2487
2488 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2489 only if it is bound.
2490
2491 * textmodes/reftex.el: Move autoloads for before all uses.
2492 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2493 (reftex-delete-overlay): Move to the top level with the condition
2494 in the body.
2495
2496 * progmodes/simula.el: Use when instead of if.
2497
2498 * iimage.el (iimage-locate-file): Define unconditionally.
2499
2500 * mail/mailabbrev.el (mail-abbrev-next-line):
2501 * emulation/vip.el (vip-enlarge-region, vip-line)
2502 (vip-next-line-at-bol, vip-previous-line)
2503 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2504 Wrap with-no-warnings around uses of next-line and previous-line.
2505
2506 * ediff.el (run-ediff-from-cvs-buffer):
2507 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2508 Remove function not used by pcl-cvs anymore.
2509 (noninteractive, generic-sc-get-latest-rev)
2510 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2511 Delete support for long obsolete generic-sc.el.
2512
2513 2007-10-31 Glenn Morris <rgm@gnu.org>
2514
2515 * cvs-status.el: No longer require pcvs when compiling.
2516
2517 * doc-view.el (doc-view-conversion-refresh-interval)
2518 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2519 (doc-view-reset-slice): Doc fixes.
2520 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2521
2522 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2525 Timers are automatically canceled by `unload-feature'.
2526
2527 * delsel.el (delsel-unload-hook): Remove function and variable.
2528 (delsel-unload-function): New-style unload function, adapted
2529 from `delsel-unload-hook'.
2530
2531 * msb.el (msb-unload-hook): Remove function and variable.
2532 (msb-unload-function): New-style unload function, adapted from
2533 `msb-unload-hook'.
2534
2535 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * desktop.el (uniquify-managed): Pacify byte compiler.
2538 (desktop-buffer-info): If the buffer name is managed by uniquify,
2539 save the base name, not the uniquified one.
2540 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2541 name in case of conflict.
2542
2543 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * doc-view.el: Use expand-file-name rather than concat.
2546 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2547 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2548 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2549 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2550 not to have to touch the buffer's content.
2551 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2552 (doc-view-mode): Use it. Don't mark as a special mode.
2553 Put the page numbers in the modeline.
2554 Set up the overlay. Hide the cursor. Run the mode hook.
2555 Use after-revert-hook rather than revert-buffer-function.
2556 (doc-view-search-internal): Fix typo.
2557 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2558 image-cache flush.
2559 (doc-view-reconvert-doc): Don't reset the whole mode.
2560 (doc-view-make-safe-dir): New function.
2561 (doc-view-current-cache-dir): Use it.
2562
2563 2007-10-30 Jason Rumney <jasonr@gnu.org>
2564
2565 * time.el (display-time-world-list): Test for zoneinfo support.
2566
2567 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2570
2571 * net/tramp-cache.el (tramp-flush-file-function): Check also
2572 `default-directory' if `buffer-file-name' does not return a
2573 string. Added to `eshell-pre-command-hook'.
2574
2575 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * doc-view.el (doc-view-current-doc): Remove.
2578 Replace all uses by buffer-file-name.
2579 (doc-view-menu): New menu.
2580 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2581 unused var `doc'.
2582 (doc-view-sort): Simplify.
2583 (doc-view-buffer-message): Don't change buffer-modified-p.
2584 (doc-view-mode): Change it here instead.
2585 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2586 Don't modify the global value of revert-buffer-function.
2587
2588 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2589 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2590 (image-toggle-display): Take overlays into account and don't assume
2591 point-min==1.
2592
2593 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2594
2595 * vc.el (vc-annotate): Fix omission bug:
2596 Specify value for vc-sentinel-movepoint.
2597
2598 2007-10-30 Michael Olson <mwolson@gnu.org>
2599
2600 * textmodes/remember.el (remember-mode-hook)
2601 (remember-handler-functions, remember-annotation-functions):
2602 Add additional items as options, including some Org functions.
2603
2604 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2605
2606 * doc-view.el: Remove cl-dependency.
2607 (doc-view-buffer-message): Mention new binding K.
2608 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2609 instead of variable.
2610 (doc-view-current-cache-dir): Better cache dir naming.
2611 (doc-view-current-display): Remove variable.
2612 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2613 (doc-view-kill-proc): Set converter process to nil.
2614 (doc-view-minor-mode): New minor mode.
2615 (doc-view-minor-mode-map): New keymap.
2616 (doc-view-mode): Remove text/image switching code. Use plain defun.
2617 (doc-view-mode-map): New binding K kills converter process.
2618 Remove C-c C-e binding.
2619 (doc-view-mode-text-map): Remove keymap.
2620 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2621 d-v-display-maybe.
2622 (doc-view-previous-major-mode): New variable.
2623 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2624 (doc-view-remove-if): New function.
2625 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2626 (doc-view-toggle-display): Toggle modes instead of display styles.
2627 (doc-view-reconvert-doc): Adapt to new way of doing things.
2628
2629 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2630
2631 2007-10-30 Glenn Morris <rgm@gnu.org>
2632
2633 * dirtrack.el (dirtrack-mode): Doc fix.
2634
2635 * shell.el (shell-dirtrack-verbose, shell-mode)
2636 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2637
2638 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2639 (byte-compile-enable-warning): Doc fix.
2640
2641 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2642 suppress byte-opt warning.
2643
2644 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2645
2646 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2647 (edt-gnu-emacs19-p): Remove.
2648 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2649 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2650 (edt-end-of-line-forward, edt-end-of-line-backward)
2651 (edt-one-word-forward, edt-one-word-backward, edt-character)
2652 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2653 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2654 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2655 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2656 (edt-sentence-backward, edt-paragraph-forward)
2657 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2658 (edt-window-bottom, edt-scroll-window-forward-line)
2659 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2660 (edt-line-to-top-of-window, edt-paragraph-backward)
2661 (edt-restore-key, edt-window-top, edt-window-bottom)
2662 (edt-scroll-window-forward-line)
2663 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2664 (edt-line-to-middle-of-window, edt-goto-percentage)
2665 (edt-display-the-time, edt-remember, edt-split-window)
2666 (edt-emulation-on, edt-emulation-off)
2667 (edt-default-emulation-setup, edt-user-emulation-setup)
2668 (edt-select-default-global-map, edt-select-user-global-map):
2669 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2670 tests.
2671
2672 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2673 Use feature test instead of boundp test so it can be resolved at
2674 compile time.
2675
2676 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2677
2678 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2681 Update all users.
2682 (abbrev-get, abbrev-put): Simplify.
2683 (define-abbrev): Don't store the `force' value in the :system property.
2684 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2685
2686 2007-10-30 Michael Olson <mwolson@gnu.org>
2687
2688 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2689
2690 * textmodes/remember.el: New file that implements a mode for
2691 quickly jotting down things to remember.
2692
2693 * textmodes/remember-diary.el: A backend for remember.el that
2694 implements saving notes to a Diary file.
2695
2696 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2697
2698 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2699 Relocate in file.
2700 (allout-doublecheck-at-and-shallower): Increase to include
2701 slightly greater depths, since yank interaction is now ok.
2702 Also, elaborate the docstring to explain the situation.
2703 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2704 instead of concat, so we accommodate key sequences expressed as
2705 vectors as well as strings and lists.
2706 (allout-flag-region, allout-hide-by-annotation): Make the
2707 hidden-text overlays 'front-advance.
2708 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2709 (allout-aberrant-container-p, allout-on-current-heading-p)
2710 (allout-e-o-prefix-p, allout-next-heading)
2711 (allout-previous-heading, allout-goto-prefix)
2712 (allout-end-of-prefix, allout-next-sibling-leap)
2713 (allout-next-visible-heading, allout-auto-fill)
2714 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2715 (allout-yank-processing, allout-resolve-xref)
2716 (allout-current-topic-collapsed-p, allout-hide-region-body)
2717 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2718 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2719 (count-trailing-whitespace-region): Preserve match data, so allout
2720 outline navigation doesn't disrupt other Emacs operations.
2721 (allout-beginning-of-line): Retreat to the beginning of the hidden
2722 text, so fields are respected (for submodes that care).
2723 (allout-end-of-line): Preserve mark activation status when jumping.
2724 (allout-open-topic): Account for opening after a child that
2725 contains a hidden trailing newline. Preserve match data.
2726 Run allout-structure-added-hook
2727 (allout-encrypt-decrypted): Preserve match data.
2728 (allout-toggle-current-subtree-exposure): Add new interactive
2729 function for toggle subtree exposure - suggested by tassilo.
2730 (move-beginning-of-line, move-end-of-line): Don't use
2731 line-move-invisible-p, it's obsolete - substitute the code, instead.
2732
2733 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2734
2735 * textmodes/flyspell.el (message-signature-separator):
2736 * longlines.el (message-indent-citation-function): Pacify byte
2737 compiler.
2738
2739 * emacs-lisp/cl-loaddefs.el:
2740 * ldefs-boot.el: Regenerate.
2741
2742 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2743 (.el.elc, compile, compile-always, compile-calc)
2744 ($(lisp)/progmodes/cc-mode.elc): Use it.
2745
2746 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2747 Only do work for XEmacs.
2748 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2749 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2750 on XEmacs.
2751 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2752 (ps-x-color-name, ps-x-color-specifier-p)
2753 (ps-x-copy-coding-system, ps-x-device-class)
2754 (ps-x-extent-end-position, ps-x-extent-face)
2755 (ps-x-extent-priority, ps-x-extent-start-position)
2756 (ps-x-face-font-instance, ps-x-find-coding-system)
2757 (ps-x-font-instance-properties, ps-x-make-color-instance)
2758 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2759 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2760 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2761 (ps-generate-postscript-with-faces): Delete defaliases.
2762 (ps-face-foreground-name, ps-face-background-name)
2763 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2764 Move definitions to top level, make the body conditional on the Emacs
2765 flavor. Replace uses of deleted aliases and renamed functions.
2766 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2767 of deleted aliases and renamed functions.
2768
2769 * calc/calc.el (calc-emacs-type-lucid): Remove.
2770 (calc-digit-map, calcDigit-start, calc-read-key)
2771 (calc-clear-unread-commands):
2772 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2773 calc-emacs-type-lucid with (featurep 'xemacs)
2774
2775 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2776 (featurep 'xemacs).
2777 (tpu-lucid-emacs19-p): Remove.
2778 (tpu-map-key): Make it a function instead of using fset. Inline
2779 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2780 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2781
2782 * ielm.el: Use featurep 'xemacs.
2783
2784 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2785 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2786 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2787 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2788 cperl-xemacs-p with (featurep 'xemacs).
2789 (font-lock-cache-position): Pacify byte compiler.
2790
2791 2007-10-29 Drew Adams <drew.adams@oracle.com>
2792
2793 * faces.el (read-color): New function.
2794 (face-at-point, foreground-color-at-point)
2795 (background-color-at-point): New functions.
2796
2797 2007-10-28 Richard Stallman <rms@gnu.org>
2798
2799 * net/browse-url.el (browse-url-text-xterm): Rename from
2800 browse-url-lynx-xterm and made generic.
2801 (browse-url-text-emacs): Likewise.
2802 (browse-url-text-browser): New variable.
2803 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2804 (browse-url-text-input-field, browse-url-text-input-attempts)
2805 (browse-url-kde-program): Likewise.
2806
2807 2007-10-29 Glenn Morris <rgm@gnu.org>
2808
2809 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2810 Use mapc rather than mapcar (reinstall change deleted without log
2811 entry 2007-10-22).
2812
2813 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2814
2815 * wdired.el (wdired-next-line, wdired-previous-line):
2816 Use next-line and previous-line wrapped in with-no-warnings.
2817
2818 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2819
2820 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2821 (rcirc-recent-quit-alist): New function.
2822 (rcirc): Print a better message when there is only one connected server.
2823 (rcirc-complete-nick): Do not update the nick table here.
2824 (rcirc-mode-map): Add M-o.
2825 (rcirc-current-line): Add variable.
2826 (rcirc-mode): Setup variables for line based omit.
2827 (rcirc-edit-multiline): Strip text properties.
2828 (rcirc-omit-responses): Add NICK.
2829 (rcirc-omit-threshold): Add variable.
2830 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2831 Add functions.
2832 (rcirc-print): Keep track of current line. Do not fill text if
2833 `rcirc-fill-flag' is null. Only omit text if the last activity
2834 from the sender is more than `rcirc-omit-threshold' lines ago.
2835 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2836 numbers instead of time.
2837 (rcirc-channel-nicks): Sort by line numbers instead of time.
2838 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2839 (rcirc-handler-JOIN): Restore the joiners linestamp.
2840 (rcirc-maybe-remember-nick-quit): Add function.
2841 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2842
2843 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * loadhist.el (unload-feature-special-hooks):
2846 Add `delete-frame-functions' and `suspend-tty-functions'.
2847
2848 * server.el (server-unload-function): Rename from `server-unload-hook'
2849 and adapt to new `unload-feature' functionality. Remove hook from
2850 `kill-buffer-hook' buffer-locally.
2851 (server-unload-hook): Remove.
2852 (server-unload-function): New var; replaces `server-unload-hook'.
2853
2854 2007-10-29 Glenn Morris <rgm@gnu.org>
2855
2856 * dirtrack.el (dirtrack-debug): Doc fix.
2857 (dirtrack-mode, dirtrack-debug-mode): New names for
2858 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2859 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2860 Make obsolete.
2861 (dirtrack-debug-message): Only print message if
2862 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2863 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2864 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2865
2866 2007-10-28 Glenn Morris <rgm@gnu.org>
2867
2868 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2869 (byte-compile-warnings-safe-p): Handle `not'.
2870 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2871 (byte-compile-enable-warning): New functions.
2872 (byte-compile-eval-before-compile)
2873 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2874 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2875 but do not modify it.
2876 (byte-compile-eval, byte-compile-obsolete)
2877 (byte-compile-warn-about-unresolved-functions)
2878 (byte-compile-file-form-defvar)
2879 (byte-compile-file-form-custom-declare-variable)
2880 (byte-compile-file-form-require)
2881 (byte-compile-file-form-defmumble, byte-compile-lambda)
2882 (byte-compile-form, byte-compile-normal-call)
2883 (byte-compile-variable-ref, byte-compile-defvar)
2884 (byte-compile-make-variable-buffer-local):
2885 Use byte-compile-warning-enabled-p.
2886 * emacs-lisp/advice.el (ad-compile-function):
2887 Use byte-compile-disable-warning.
2888 * emacs-lisp/cl.el: Move local variables to end of file, and set
2889 byte-compile-warnings to `(not cl-functions)'.
2890 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2891 byte-compile-warnings to `(not cl-functions)'.
2892 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2893 byte-compile-warnings to `(not cl-functions)'.
2894 (cl-do-proclaim): Use byte-compile-disable-warning and
2895 byte-compile-enable-warning.
2896 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2897 byte-compile-warnings to `(not cl-functions)'.
2898 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2899 Use byte-compile-disable-warning.
2900
2901 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2902
2903 * cus-edit.el (custom-browse-insert-prefix):
2904 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2905
2906 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * server.el (server-process-filter): Fix typo in docstring.
2909 (server-log): Reflow docstrings.
2910 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2911 (server-goto-line-column): Use `when'.
2912
2913 2007-10-28 Juri Linkov <juri@jurta.org>
2914
2915 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2916 when mouse is clicked on the isearch message.
2917 (isearch-resume): Call `isearch-update' at the end.
2918 Rename argument `search' to `string' to conform to the
2919 isearch terminology.
2920
2921 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 Rewrite abbrev.c in Elisp.
2924 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2925 (abbrev-table-get, abbrev-table-put, abbrev-get)
2926 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2927 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2928 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2929 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2930 (unexpand-abbrev, abbrev--write, abbrev--describe)
2931 (insert-abbrev-table-description, define-abbrev-table):
2932 New funs, largely transcribed from abbrev.c.
2933 (abbrev-with-wrapper-hook): New macro.
2934 (abbrev-table-name-list, global-abbrev-table)
2935 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2936 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2937 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2938 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2939 New vars, largely transcribed from abbrev.c.
2940 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2941 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2942 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2943
2944 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2945
2946 * ps-print.el: Now detect if text foreground and background colors are
2947 equal and replace the foreground color by another color, so the text
2948 becomes visible. Doc fix.
2949 (ps-print-version): New version 6.8.
2950 (ps-default-fg, ps-default-bg): Docstring fix.
2951 (ps-postscript-code-directory): Fix default value code.
2952 (ps-fg-list, ps-fg-validate-p): New options.
2953 (ps-foreground-list): New var.
2954 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2955
2956 2007-10-27 Glenn Morris <rgm@gnu.org>
2957
2958 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2959 (shell-dirtrack-toggle): Mark as obsolete.
2960 (dirtrack-toggle, dirtrack-mode): No longer alias to
2961 shell-dirtrack-mode.
2962
2963 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2964
2965 * calc/calc.el (math-standard-opers): Lower the precedence
2966 of negation.
2967 * calc/calc-lang.el (math-oper-table): Lower precedence of
2968 negation for C, TeX, and eqn.
2969
2970 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2971
2972 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2973
2974 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2977 (desktop-not-loaded-hook): Fix :version tags.
2978
2979 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2980
2981 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2982 (tramp-get-remote-tmpdir): New defun.
2983 (tramp-make-tramp-temp-file): Use it.
2984 (tramp-local-call-process): New defun. Replace all calls of
2985 `call-process' by this when appropriate.
2986 (tramp-handle-write-region): Replace calls of `file-attributes' by
2987 `tramp-compat-file-attributes'.
2988 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2989 Make the first command a `tramp-send-command' call, with let-bind
2990 of `tramp-end-of-output'.
2991 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2992 (tramp-load-report-modules, tramp-append-tramp-buffers):
2993 Move to tramp-cmds.el.
2994
2995 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2996 (tramp-fish-do-copy-or-rename-file)
2997 (tramp-fish-do-copy-or-rename-file-directly):
2998 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2999 Add parameter PRESERVE-UID-GID.
3000
3001 2007-10-27 Eli Zaretskii <eliz@gnu.org>
3002
3003 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
3004 New defcustoms.
3005 (display-time-world-list): Use them as appropriate for the current
3006 value of `system-type'.
3007
3008 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3009
3010 * printing.el: Pacify byte compiler, that is, no compiler warnings.
3011 Move (again) some variable definitions before use, define some fun
3012 aliases, no code change.
3013 (pr-version): New version 6.9.2.
3014 (pr-path-style, pr-auto-region, pr-menu-char-height)
3015 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3016 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3017 via (defvar VAR).
3018 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3019 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3020 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3021 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3022 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
3023 (pr-menu-print-item, pr-ps-printer-menu-modified)
3024 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3025 (pr-even-or-odd-alist): Vars definition moved.
3026
3027 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3028
3029 * emulation/pc-select.el (next-line-mark, next-line-nomark)
3030 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
3031 around uses of previous-line and next-line.
3032
3033 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
3034 New defvars.
3035
3036 * textmodes/css-mode.el (comment-continue):
3037 * net/browse-url.el (url-handler-regexp):
3038 * progmodes/idlw-help.el (idlwave-system-routines):
3039 Pacify byte-compiler.
3040
3041 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
3042 line-move-invisible-p with its former definition: invisible-p.
3043 line-move-invisible-p was removed on 2007-08-29.
3044
3045 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * files.el (kill-emacs-query-functions): Doc fix;
3048 `save-buffers-kill-emacs' is no longer bound to a key.
3049
3050 2007-10-26 Richard Stallman <rms@gnu.org>
3051
3052 * isearch-multi.el (isearch-buffers-multi): New option.
3053 (isearch-buffers-search-fun): Test it.
3054
3055 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
3056 Put ps-run-clear on C-c C-l.
3057
3058 * newcomment.el (comment-styles): New style indent-or-triple.
3059 (comment-style): Make that the default.
3060 (comment-add defvar): Doc fix.
3061 (comment-add): Delete arg EXTRA.
3062 (comment-region-default): Open code call to comment-add.
3063 Handle indent-or-triple style which uses `multi-char' for INDENT.
3064
3065 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * eshell/em-unix.el (nil-blank-string): Doc fix.
3068
3069 2007-10-26 John Wiegley <johnw@newartisans.com>
3070
3071 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
3072 function, ensure that the third argument is turned into a nil if
3073 the string is otherwise completely empty (either no characters, or
3074 all tabs/spaces). This fixes a bug from a user who found himself
3075 unable to customize `diff-switches' and still use Eshell's diff
3076 command.
3077
3078 2007-10-26 Glenn Morris <rgm@gnu.org>
3079
3080 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
3081 safe-local-variable property.
3082
3083 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
3084
3085 * net/browse-url.el (browse-url-browser-function): Delete grail.
3086 (browse-url-grail): Function and variable deleted.
3087 (browse-url-browser-function): Delete IXI Mosaic.
3088 (browse-url-default-browser): Don't try IXI Mosaic.
3089 (browse-url-iximosaic): Function deleted.
3090 (browse-url-browser-function): Delete MMM.
3091 (browse-url-default-browser): Don't try MMM.
3092 (browse-url-mmm): Function deleted.
3093
3094 2007-10-26 Drew Adams <drew.adams@oracle.com>
3095
3096 * custom.el (custom-note-var-changed): New function.
3097
3098 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
3099
3100 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
3101 use with the definition. Remove.
3102
3103 * add-log.el (change-log-start-entry-re): New defconst.
3104 (change-log-sortable-date-at): Use it.
3105 (change-log-beginning-of-defun, change-log-end-of-defun):
3106 New functions.
3107 (change-log-mode): Use them for beginning-of-defun-function and
3108 end-of-defun-function.
3109
3110 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
3111
3112 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
3113 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
3114 (ses-recalculate-cell): Deal with point being just beyond end of
3115 data area (why does this happen?)
3116 (ses-set-curcell): Ditto.
3117 (ses-column-letter): Handle columns beyond 702. Code written by
3118 Gareth Rees.
3119
3120 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
3121
3122 * textmodes/org.el (org-agenda-get-restriction-and-command):
3123 Use `mapc' instead of `mapcar'.
3124 (org-agenda-list): Numeric prefix argument can specify the number
3125 of days.
3126 (remember-register, remember-buffer): Prevent byte compiler from
3127 complaining.
3128 (org-todo): Save and restore match data.
3129 (org-no-warnings): New macro.
3130 (org-columns-eval): Use `org-no-warnings'.
3131
3132 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
3133
3134 * comint.el (comint-password-prompt-regexp):
3135 Handle `[sudo] password'-style prompt.
3136
3137 2007-10-25 Glenn Morris <rgm@gnu.org>
3138
3139 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
3140 (defcustom): Doc fix.
3141
3142 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
3143 Add `non_intrinsic'.
3144 (f90-constants-re): Add ieee modules.
3145 (f90-typedef-matcher, f90-typedec-matcher)
3146 (f90-imenu-type-matcher): New functions.
3147 (f90-font-lock-keywords-1): Give module procedures function-name face.
3148 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
3149 Add `use, intrinsic'.
3150 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3151 Move start of `enum' blocks to separate entry.
3152 (f90-start-block-re): Fix `type', `abstract interface'.
3153 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3154 derived types.
3155 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3156 `elemental', change `enumerator'.
3157 (f90-no-block-limit): Fix `abstract interface'.
3158
3159 * progmodes/f90.el (f90-indented-comment-re)
3160 (f90-directive-comment-re, f90-break-delimiters):
3161 * progmodes/fortran.el (fortran-comment-line-start-skip)
3162 (fortran-directive-re):
3163 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3164 as safe if they are strings.
3165
3166 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * startup.el (window-system): Remove. Don't make it frame-local.
3169
3170 2007-10-24 Richard Stallman <rms@gnu.org>
3171
3172 * savehist.el (savehist-save): Omit unreadable elements.
3173
3174 * loadhist.el (unload-function-defs-list): Rename from
3175 unload-function-features-list.
3176 (unload-feature-special-hooks, unload-feature): Doc fixes.
3177
3178 * indent.el (indent-to-left-margin): If point's in the indentation,
3179 move to the end of the indentation.
3180
3181 * cus-edit.el (customize-changed-options): Make arg optional.
3182
3183 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
3186
3187 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3188
3189 * textmodes/org-publish.el (org-publish-attachment): Re-install
3190 accidentally deleted change.
3191
3192 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * term/iris-ansi.el (iris-function-map): Move init into declaration.
3195
3196 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3197
3198 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3199 (Buffer-menu-mode-map): Initialize in the declaration.
3200 (Buffer-menu-mode): Define with `define-derived-mode'.
3201
3202 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
3203
3204 * textmodes/org.el (org-version): Change to 5.13e.
3205 (org-agenda-file-regexp): Fix typo in docstring.
3206 (org-add-planning-info): Fix bug in parenthesis settings.
3207 (org-scan-tags): Catch the case of indirect buffers with no filename.
3208 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
3209 Re-install switch to mapc, had been removed by accident.
3210 (org-columns-map): New binding `C-c C-o'.
3211 (org-columns-menu): Change menu text and added new entry.
3212 (org-columns-eval): Document the use of `next-line'.
3213 (org-columns-open-link): New function.
3214 (org-columns-follow-link): Remove function.
3215 (org-open-link-from-string): New function.
3216 (org-read-date-get-relative): Fix typo in docstring.
3217 (org-read-date-get-relative): Leading +/- is not optional.
3218 (org-agenda-get-restriction-and-command): Always resize window on
3219 first loop cycle.
3220 (org-agenda-open-link): Make sure the link abbreviations are
3221 present in the agenda buffer.
3222 (org-agenda-copy-local-variable): New function.
3223
3224 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3227
3228 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * simple.el (reindent-then-newline-and-indent): Use a `move after
3231 insert' kind of marker in the save-excursion.
3232
3233 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * textmodes/css-mode.el: Require CL.
3236 (comment-continue): Declare.
3237
3238 * subr.el (make-variable-frame-localizable): Remove.
3239 (make-variable-frame-local): Mark obsolete.
3240
3241 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3244 of the subdirs is unreadable.
3245
3246 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
3247
3248 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3249 when we are local.
3250
3251 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * progmodes/python.el (python-current-defun): Remove left-over
3254 assignment to `start'.
3255
3256 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3259 than `mapcar'; return value is not used.
3260
3261 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3264 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3265
3266 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3267
3268 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3269 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3270
3271 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3272
3273 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3274
3275 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3276
3277 * emacs-lisp/advice.el (ad-make-advised-docstring):
3278 Add ad-advice-info text property to doc string.
3279
3280 2007-10-23 Glenn Morris <rgm@gnu.org>
3281
3282 * progmodes/f90.el (f90-do-indent, f90-if-indent)
3283 (f90-type-indent, f90-program-indent, f90-associate-indent)
3284 (f90-continuation-indent, f90-comment-region)
3285 (f90-beginning-ampersand, f90-smart-end)
3286 (f90-break-before-delimiters, f90-auto-keyword-case)
3287 (f90-leave-line-no, f90-mode-hook):
3288 Give an appropriate safe-local-variable property.
3289
3290 * progmodes/fortran.el (fortran-tab-mode-default)
3291 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3292 (fortran-structure-indent, fortran-continuation-indent)
3293 (fortran-comment-indent, fortran-comment-line-extra-indent)
3294 (fortran-comment-line-start)
3295 (fortran-minimum-statement-indent-fixed)
3296 (fortran-minimum-statement-indent-tab)
3297 (fortran-comment-indent-char, fortran-line-number-indent)
3298 (fortran-check-all-num-for-matching-do)
3299 (fortran-blink-matching-if, fortran-continuation-string)
3300 (fortran-comment-region, fortran-electric-line-number)
3301 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3302 (fortran-analyze-depth, fortran-break-before-delimiters):
3303 Give an appropriate safe-local-variable property.
3304
3305 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3306
3307 * printing.el: Move variable definitions before use.
3308 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3309
3310 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3313 (tpu-edt-off): Use it.
3314 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
3315 the global-map before adding it to global-map.
3316
3317 * menu-bar.el (global-buffers-menu-map): New var.
3318 (global-map, menu-bar-update-buffers): Use it.
3319 * msb.el (msb-menu-bar-update-buffers): Use it.
3320 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3321 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3322 Use with-current-buffer.
3323
3324 2007-10-22 Juri Linkov <juri@jurta.org>
3325
3326 * isearch-multi.el: New file.
3327
3328 * isearch.el (isearch-search-string): After finding the next
3329 occurrence switch to buffer isearch-buffers-current-buffer when
3330 isearch-buffers-next-buffer-function is non-nil and
3331 isearch-buffers-current-buffer is live.
3332
3333 * add-log.el (change-log-mode): Make and set buffer-local variable
3334 isearch-buffers-next-buffer-function to change-log-next-buffer.
3335 Call isearch-buffers-minor-mode.
3336 (change-log-next-buffer): New function.
3337
3338 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3339
3340 * org-export-latex.el (org-export-latex-protect-string):
3341 Renaming of `org-latex-protect'.
3342 (org-export-latex-emphasis-alist): By default, don't protect
3343 any emphasis formatter from further conversion.
3344 (org-export-latex-tables): Honor column grouping for tables.
3345 (org-export-latex-title-command): New option.
3346 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3347 export backslash character.
3348
3349 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3350
3351 * textmodes/org.el (org-read-date-get-relative): New function.
3352 (org-agenda-file-regexp): New variable.
3353 (org-agenda-files): Allow directories in the variable.
3354 (org-agenda-get-restriction-and-command): New function.
3355 (org-agenda): Use `org-agenda-get-restriction-and-command'.
3356 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3357 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3358 New functions.
3359 (org-entry-add-to-multivalued-property)
3360 (org-entry-remove-from-multivalued-property)
3361 (org-entry-member-in-multivalued-property): New functions.
3362 (org-remember-apply-template): Catch C-g and make sure window
3363 configuration is restored.
3364 (org-agenda-open-link): Make it work with several links in the line.
3365 (org-drawers, org-set-regexps-and-options)
3366 (org-get-current-options): Add support for a DRAWERS in-buffer option.
3367 (org-agenda-window-frame-fractions): New option.
3368 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3369 (org-columns-cleanup-item, org-find-entry-with-id)
3370 (org-insert-columns-dblock, org-listtable-to-string)
3371 (org-dblock-write:columnview, org-columns-capture-view)
3372 (org-edit-headline): New functions.
3373 (org-agenda-to-appt): Require calendar.
3374 (org-entry-get-with-inheritance): Widen for search.
3375 (org-columns-display-here): Don't mark buffer as modified when
3376 adding space characters to accomodate column overlays.
3377 (org-export-as-html): Better formatting of tags in the toc.
3378 (org-columns-display-here): Make the ITEM column as compact as possible.
3379 (org-remember-templates): Customization interface improved.
3380 (org-export-with-property-drawer): Variable removed.
3381 (org-export-with-drawers): New option.
3382 (org-complex-heading-regexp): New variable.
3383 (org-sort-entries): Rewrite using `sort-subr'.
3384 (org-set-property): More appropriate completion during interactive use.
3385 (org-sort-entries): Allow sorting by property.
3386 (org-additional-option-like-keywords): Add more values.
3387 (org-sort-entries-or-items): Rename from `org-sort-entries'.
3388
3389 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3390
3391 * textmodes/org.el (org-get-date-from-calendar): New function.
3392 (org-at-timestamp-p, org-timestamp-change)
3393 (org-remember-templates): First element of each entry is now a
3394 name for the template.
3395 (org-store-log-note): Check for `org-note-abort'.
3396 (org-kill-note-or-show-branches): New command.
3397 (org-fontify-priorities): New option.
3398 (org-fontify-priorities): New function.
3399 (org-cut-subtree, org-copy-subtree): New argument N to
3400 act on N sequential subtrees.
3401 (org-paste-subtree): Fix the level at which a tree is pasted.
3402 (org-fit-agenda-window): Limitations on window size removed.
3403 (org-agenda-find-same-or-today-or-agenda): Rename from
3404 `org-agenda-find-today-or-agenda'.
3405 (org-scheduled-past-days): New option.
3406 (org-agenda-scheduled-leaders)
3407 (org-agenda-deadline-leaders): New options.
3408 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3409 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3410 (org-export-with-tags, org-export-plist-vars)
3411 (org-infile-export-plist): New "tags" option.
3412 (org-use-property-inheritance): New option.
3413 (org-cached-entry-get): Use `org-use-property-inheritance'.
3414 (org-remember-apply-template): Fix typo.
3415
3416 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * net/tramp.el (tramp-find-shell)
3419 (tramp-open-connection-setup-interactive-shell): Improve sending
3420 initial commands.
3421 (tramp-action-terminal): Send debug message.
3422 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3423 (tramp-barf-if-no-shell-prompt): Insert code of
3424 `tramp-wait-for-shell-prompt'.
3425
3426 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3429
3430 * term/vt200.el (terminal-init-vt200):
3431 * term/vt201.el (terminal-init-vt201):
3432 * term/vt220.el (terminal-init-vt220):
3433 * term/vt240.el (terminal-init-vt240):
3434 * term/vt300.el (terminal-init-vt300):
3435 * term/vt320.el (terminal-init-vt320):
3436 * term/vt400.el (terminal-init-vt400):
3437 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3438
3439 * term/wyse50.el (wyse50-terminal-map): New var.
3440 (terminal-init-wyse50): Use it and input-decode-map.
3441 (enable-arrow-keys): Emasculate.
3442
3443 * term/tvi970.el (tvi970-terminal-map): New var.
3444 (terminal-init-tvi970): Use it and input-decode-map.
3445 (tvi970-keypad-numeric): Remove.
3446 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3447
3448 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3449 (terminal-init-sun): Use it and input-decode-map.
3450
3451 * term/news.el (terminal-init-news):
3452 * term/lk201.el (terminal-init-lk201):
3453 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3454
3455 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3456
3457 * complete.el (PC-expand-many-files): Remove.
3458 (PC-do-completion): Call file-expand-wildcards instead of
3459 PC-expand-many-files.
3460
3461 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3462 (PC-expand-many-files): Remove advice.
3463
3464 2007-10-22 Glenn Morris <rgm@gnu.org>
3465
3466 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3467 Add some support for Fortran 2003 syntax:
3468 (f90-type-indent): Now also applies to `enum'.
3469 (f90-associate-indent): New user option.
3470 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3471 Add some F2003 keywords.
3472 (f90-constants-re): New constant.
3473 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3474 Interface'.
3475 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3476 `class'. Arguments for `type'/`class' may have spaces. Add a new
3477 element for functions with specified types. Add `end enum' and
3478 `select type'. Add `implicit enumerator' and `procedure'.
3479 Add `class default' and `type is', `class is'. Fix `go to' regexp.
3480 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3481 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3482 (f90-blocks-re): Add `enum' and `associate'.
3483 (f90-else-like-re): Add `class is', `type is', and `class default'.
3484 (f90-end-type-re): Add `enum'.
3485 (f90-end-associate-re, f90-typeis-re): New constants.
3486 (f90-end-block-re): Add `enum' and `associate'. Change from
3487 optional whitespace to end-of-word, to avoid `enumerator'.
3488 (f90-start-block-re): Add `select type', `abstract interface', and
3489 `enum'. Avoid `type is', and `type (sometype)'.
3490 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3491 (f90-mode): Doc fix.
3492 (f90-looking-at-select-case): Doc fix. Add `select type'.
3493 (f90-looking-at-associate): New function.
3494 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3495 Add `enum' and `abstract interface'.
3496 (f90-no-block-limit): Add `select type' and `abstract interface'.
3497 (f90-get-correct-indent, f90-calculate-indent)
3498 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3499 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3500
3501 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3502
3503 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3504 Use window-full-width-p.
3505
3506 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3507
3508 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3509
3510 * tooltip.el: Use featurep 'xemacs.
3511
3512 * printing.el: Move variable definitions before use, no code change.
3513
3514 2007-10-22 Juri Linkov <juri@jurta.org>
3515
3516 * simple.el (goto-history-element): Allow minibuffer-default to be
3517 a list of default values accessible by typing M-n in the minibuffer.
3518
3519 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3520 minibuffer default value list instead of pushing them temporarily
3521 to the history list.
3522
3523 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3524
3525 * hexl.el (hexl-menu): New major mode menu.
3526
3527 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3530
3531 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 * w32-fns.el (w32-quote-process-args):
3534 * dos-w32.el (print-region-function, lpr-headers-switches)
3535 (ps-print-region-function): Pacify byte-compiler.
3536
3537 * emulation/edt-mapper.el (function-key-map):
3538 (edt-map-key): Make it a function instead of using fset.
3539 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3540 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3541 (edt-x-emacs-p): Remove.
3542 (edt-emacs-variant, edt-window-system, edt-xserver):
3543 Use featurep 'xemacs.
3544
3545 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3546 Replace eudc-xemacs-p with its definition.
3547 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3548 (eudc-emacs-mule-p): Remove.
3549 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3550 eudc-xemacs-p with feature tests.
3551
3552 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3553 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3554 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3555 (eudc-bob-toggle-inline-display):
3556 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3557 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3558
3559 * net/eudcb-ph.el (eudc-ph-open-session):
3560 Replace eudc-xemacs-mule-p with its former definition.
3561
3562 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3563 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3564
3565 * progmodes/vera-mode.el (vera-xemacs): Remove.
3566 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3567
3568 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3569 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3570 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3571 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3572 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3573 with (featurep 'xemacs).
3574
3575 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3576 (save-buffer-state-x):
3577 * obsolete/fast-lock.el (fast-lock-verbose):
3578 * emulation/viper-init.el (viper-xemacs-p)
3579 (viper-cond-compile-for-xemacs-or-emacs):
3580 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3581 * ps-print.el (case-fold-search):
3582 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3583 * calculator.el (calculator-help): Use featurep 'xemacs.
3584
3585 * progmodes/prolog.el: Undo previous change.
3586 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3587
3588 * progmodes/dcl-mode.el:
3589 * play/yow.el:
3590 * calendar/todo-mode.el:
3591 * calendar/cal-hebrew.el:
3592 * vc-hg.el: Undo previous change.
3593
3594 * vms-patch.el: Likewise.
3595 (print-region-function): Pacify byte-compiler.
3596
3597 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3598
3599 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3600 preserve-uid-gid.
3601
3602 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3603 compatibility. It is not used, though.
3604
3605 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3606 Require tramp-cmds.el.
3607 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3608 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3609 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3610 (tramp-do-copy-or-rename-file-out-of-band)
3611 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3612 possible, because we don't need to create the temporary file, but
3613 we need a prefix for ssh, which has its own temporary file handling.
3614 (tramp-handle-delete-directory): Add "-f" to rmdir.
3615 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3616 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3617 a signal, in order to give the callee a chance to suppress.
3618 (tramp-handle-write-region): Set owner also in case of short
3619 track. Don't use compatibility calls for `write-region' anymore.
3620 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3621 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3622
3623 * net/tramp-cmds.el: New file.
3624
3625 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3626 `tramp-clear-passwd'.
3627
3628 * net/trampver.el: Update release number.
3629
3630 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 * progmodes/gud.el (gud-target-name): Move definition before use.
3633
3634 * progmodes/dcl-mode.el: Require imenu at compile time.
3635
3636 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3637 Pacify byte-compiler.
3638
3639 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3640
3641 * eshell/esh-mode.el (eshell-handle-ansi-color):
3642 Require ansi-color at compile time too.
3643
3644 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3645
3646 * w32-fns.el: Require w32-vars.
3647
3648 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3649 time too.
3650
3651 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * double.el ([ignore]): Use `ignore'.
3654 (double-setup): Inline into double-mode.
3655 (double-mode): Use define-minor-mode.
3656
3657 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * textmodes/reftex.el: Move require easymenu before first use.
3660 (reftex-info): Require info at compile too.
3661
3662 * textmodes/org-publish.el (org-publish-org-to-html)
3663 (org-publish-org-to): Require org at compile time too.
3664 (org-publish-attachment): Require at compile time too.
3665
3666 * term/tty-colors.el (w32-tty-standard-colors):
3667 Pacify byte-compiler.
3668
3669 * term/pc-win.el (frame-creation-function-alist): Add to this
3670 instead of setting frame-creation-function.
3671
3672 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3673
3674 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3675
3676 * calendar/todo-mode.el: Require calendar at compile time.
3677
3678 * calendar/cal-hebrew.el: Require holidays at compile time.
3679
3680 * w32-vars.el: Provide w32-vars.
3681
3682 * term/w32-win.el: Require w32-vars.
3683 (w32-color-map): Pacify byte-compiler.
3684
3685 * loadup.el: Load w32-vars before term/w32-win.
3686
3687 2007-10-20 Juri Linkov <juri@jurta.org>
3688
3689 * textmodes/fill.el (fill-paragraph): When the region is active,
3690 don't try other `or' branches regardless of the value returned by
3691 fill-region; just return t.
3692
3693 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3694
3695 * vc.el (vc-do-command): Condition out a misleading message when
3696 running asynchronously.
3697 (vc-deduce-fileset): New argument enables using an unregistered
3698 visited file as a singleton fileset if nothing else is available.
3699 (vc-next-action): Restore file-registering behavior.
3700
3701 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3702
3703 * calc/README: Add recent news.
3704
3705 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3706
3707 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3708 (x-gtk-map-stock): Delete duplicated definitions from merge.
3709
3710 * progmodes/compile.el (compilation-skip-to-next-location)
3711 (compilation-skip-threshold, compilation-skip-visited):
3712 Move definitions earlier.
3713
3714 * play/decipher.el (decipher-keypress):
3715 * play/zone.el (zone-fall-through-ws):
3716 * play/landmark.el (lm-move-down, lm-move-up):
3717 * play/handwrite.el (handwrite):
3718 * mail/mspools.el (mspools-visit-spool):
3719 * wdired.el (wdired-next-line, wdired-previous-line):
3720 * tar-mode.el (tar-subfile-save-buffer):
3721 * scroll-lock.el (scroll-lock-next-line)
3722 (scroll-lock-previous-line):
3723 * image-dired.el (image-dired-next-line)
3724 (image-dired-previous-line):
3725 * ediff-help.el (ediff-help-message-line-length):
3726 Use forward-line.
3727
3728 * smerge-mode.el (smerge-auto-refine):
3729 * diff-mode.el (diff-auto-refine): Add :group.
3730
3731 * play/yow.el: Require doctor at compile time.
3732
3733 * vmsproc.el: Provide vmsproc.
3734 (command-send-input): Use forward-line.
3735
3736 * vms-patch.el: Require ps-print and vmsproc at compile time.
3737
3738 * vc-mtn.el (log-view-message-re, log-view-file-re)
3739 (log-view-font-lock-keywords): Pacify byte-compiler.
3740
3741 * vc-hg.el: Require log-view at compile time.
3742
3743 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3744
3745 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3746
3747 2007-10-20 Glenn Morris <rgm@gnu.org>
3748
3749 * progmodes/f90.el (f90-font-lock-keywords-2)
3750 (f90-looking-at-type-like): Fix regexp typos.
3751
3752 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3753
3754 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3755 (bs-mode): Set mode-class property to special.
3756
3757 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * diff-mode.el (diff-auto-refine): New var.
3760 (diff-hunk): Use it.
3761 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3762 (diff-refine-change): Rename from diff-fine-change. Change it.
3763 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3764 (diff-refine-hunk): Rename from diff-fine-highlight.
3765
3766 2007-10-20 John Paul Wallington <jpw@pobox.com>
3767
3768 * help-fns.el (describe-variable-custom-version-info): New function
3769 to return variable's version or package version note.
3770 (describe-variable): Use it, display result.
3771
3772 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * smerge-mode.el (smerge-auto-refine): New var.
3775 (smerge-next, smerge-prev): Use it.
3776 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3777
3778 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3779 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3780
3781 * vc-bzr.el (vc-bzr-diff-tree):
3782 * vc-git.el (vc-git-diff-tree):
3783 * vc-hg.el (vc-hg-diff-tree):
3784 * vc-mcvs.el (vc-mcvs-diff-tree):
3785 * vc-mtn.el (vc-mtn-diff-tree):
3786 * vc-svn.el (vc-svn-diff-tree): Remove.
3787
3788 * vc-mtn.el (vc-mtn-revision-completion-table):
3789 * vc-cvs.el (vc-cvs-revision-completion-table):
3790 * vc-arch.el (vc-arch-revision-completion-table):
3791 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3792 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3793 Make it work when the arg is a list of files.
3794
3795 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3798 Also `revision-completion-table' now takes a list of files.
3799 (vc-deduce-fileset): Remove unused var `regexp'.
3800 Only obey allow-directory-wildcard in dired buffers.
3801 (vc-default-diff-tree): Remove.
3802 (vc-diff-added-files): New var.
3803 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3804 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3805 Remove the `backend' arg.
3806 (vc-contains-version-controlled-file): Remove.
3807 (vc-diff): Bring it closer to the version in Emacs-22.
3808 (vc-revert): Fix typo in let-binding.
3809 (vc-default-unregister): Remove.
3810 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3811
3812 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 * textmodes/two-column.el (2C-split, 2C-merge):
3815 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3816 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3817 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3818 * progmodes/ada-xref.el (ada-get-all-references):
3819 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3820 * emulation/vi.el (vi-previous-line-first-nonwhite)
3821 (vi-effective-range, vi-put-before):
3822 * emulation/edt.el (edt-next-line, edt-previous-line)
3823 (edt-paragraph-forward): Use forward-line.
3824
3825 * progmodes/etags.el (tags-apropos): Require apropos at compile
3826 time too.
3827
3828 * progmodes/prolog.el: Require comint when compiling.
3829 (inferior-prolog-flavor): Move defvar before use.
3830
3831 2007-10-19 Richard Stallman <rms@gnu.org>
3832
3833 * font-core.el (turn-on-font-lock-if-desired):
3834 Rename from `turn-on-font-lock-if-enabled'.
3835 Fully obey `font-lock-global-modes'.
3836
3837 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3840 which will not affect the behavior of things like forward-word.
3841 (diff-fine-highlight): Preserve point.
3842
3843 * doc-view.el (doc-view-mode-map): Use remapping.
3844 Don't rebind C-v, M-v to their default value.
3845 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3846
3847 * smerge-mode.el: Add word-granularity refinement.
3848 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3849 (smerge-refine-weight-hack): New vars.
3850 (smerge-refine-forward): New fun.
3851 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3852 (smerge-refine-subst): Use them as well. Preserve point.
3853
3854 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3855
3856 * follow.el (follow-unload-function): New function.
3857
3858 * loadhist.el (unload-function-features-list):
3859 Rename from `unload-hook-features-list'.
3860 (unload-hook-features-list): Add as obsolete alias.
3861 (unload-feature): Use `unload-function-features-list'
3862 and new FEATURE-unload-function.
3863
3864 2007-10-19 Glenn Morris <rgm@gnu.org>
3865
3866 * bindings.el (mouse-minor-mode-menu)
3867 (minor-mode-menu-from-indicator): Move to mouse.el.
3868 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3869 Move here from bindings.el.
3870
3871 2007-10-19 Richard Stallman <rms@gnu.org>
3872
3873 * help-fns.el (describe-function-1): Don't use the advice origname
3874 if it has no function definition.
3875
3876 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3877
3878 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3879 Use `save-restriction' rather than `widen'.
3880
3881 2007-10-18 Richard Stallman <rms@gnu.org>
3882
3883 * time.el (display-time-world-time-format): Display day # not month #.
3884
3885 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3886
3887 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3888
3889 * doc-view.el: Remove version keyword.
3890 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3891 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3892 (doc-view-ghostscript-options): Improve custom type.
3893 (doc-view-cache-directory, doc-view-conversion-buffer)
3894 (doc-view-conversion-refresh-interval): Simplify custom type.
3895
3896 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3897
3898 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3899 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3900 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3901 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3902 Remove superfluous messages.
3903 (doc-view-mode-map): Use the image-mode scrolling commands.
3904 Don't rebind C-x k.
3905
3906 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3907
3908 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3909 Add comment about "-dSAFER".
3910
3911 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * term/xterm.el: Don't require xt-mouse.
3914 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3915 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3916
3917 * xt-mouse.el: Don't change the global function-key-map anny more.
3918 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3919 Don't use after-make-frame-functions now that term/xterm.el calls
3920 us directly.
3921 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3922 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3923 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3924 Setup input-decode-map and remember that xterm-mouse-mode was
3925 enabled in this terminal.
3926 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3927 terminals where it has been enabled.
3928
3929 * faces.el (tty-create-frame-with-faces): Make sure not only
3930 tty-run-terminal-initialization but also set-locale-environment
3931 are run only once per terminal.
3932 (tty-run-terminal-initialization): Don't check if the terminal was
3933 already initted.
3934
3935 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3936 not to remove keymaps that just happen to inherit from one of ours.
3937 When setting up our keymap, make sure it won't be accidentally
3938 modified by someone else.
3939
3940 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3941
3942 * textmodes/artist.el (artist-previous-line, artist-next-line):
3943 * dired.el (dired-next-line, dired-previous-line):
3944 * progmodes/delphi.el (delphi-newline):
3945 * textmodes/org.el (org-columns-eval):
3946 Use forward-line.
3947
3948 * emerge.el (emerge-setup): Use insert-buffer-substring.
3949 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3950
3951 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3954 (adaptive-fill-function): Doc fix. Remove * from docstring.
3955
3956 2007-10-18 Tom Horsley <tom.horsley@att.net>
3957
3958 * simple.el (interprogram-paste-function): Doc fix.
3959 (current-kill): Accept list of strings as well
3960 as single string from `interprogram-paste-function'.
3961
3962 2007-10-18 Glenn Morris <rgm@gnu.org>
3963
3964 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3965
3966 2007-10-18 Drew Adams <drew.adams@oracle.com>
3967
3968 * bindings.el (mode-line-minor-mode-keymap):
3969 Add mouse-minor-mode-menu on mouse-1.
3970 (mode-line-modes): Add mouse-1 to help-echo text.
3971 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3972 New functions.
3973 (mode-line-minor-mode-help): Doc fix.
3974
3975 2007-10-17 Juri Linkov <juri@jurta.org>
3976
3977 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3978 at the request of RMS.
3979 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3980 arg `region'. Fix docstring. At the first `or' branch add call to
3981 `fill-region' if it the region is active in transient-mark-mode.
3982
3983 * bindings.el (esc-map): Bind M-q to fill-paragraph
3984 instead of fill-paragraph-or-region.
3985
3986 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3987 with fill-paragraph.
3988
3989 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3990 Fix docstring.
3991
3992 * indent.el (indent-for-tab-command): Change interactive spec from
3993 "P" to "p". Add check for interactive arg before indenting the
3994 active region.
3995
3996 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3997 Regroup.
3998
3999 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * emacs-lisp/find-func.el: Don't require loadhist.
4002
4003 * loadhist.el (feature-symbols, file-provides, file-requires)
4004 (file-set-intersect, file-dependents): Simplify.
4005 (unload-feature-special-hooks): Update list of special hooks.
4006
4007 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
4008
4009 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4010 extensions since they can be viewed with doc-view.
4011
4012 * files.el (auto-mode-alist): Make doc-view-mode the default mode
4013 for pdf, ps and dvi files.
4014
4015 * doc-view.el: Make doc-view-mode the standard mode for viewing
4016 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
4017 text and image display. Add binding C-c C-e to switch to an
4018 editing mode.
4019 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
4020 avoid security problems when rendering files from untrusted sources.
4021
4022 2007-10-17 Aaron Hawley <aaronh@garden.org>
4023
4024 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
4025 position is not saved.
4026
4027 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
4028
4029 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
4030 (doc-view-ghostscript-options): Fix typo in doc string.
4031
4032 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
4035 handling, so compilation-fake-loc works again.
4036
4037 * server.el (server-select-display): Nop if we do not support m-f-o-d.
4038 (server-process-filter): Revert last change.
4039
4040 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4041 behavior unrelated to filesets.
4042
4043 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * longlines.el (longlines-wrap-follows-window-size): Integer value
4046 specifies wrapping margin.
4047 (longlines-mode, longlines-window-change-function):
4048 Set window-specific wrapping margin based on the above.
4049
4050 2007-10-17 John Wiegley <johnw@newartisans.com>
4051
4052 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
4053
4054 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * server.el (server-process-filter): Only set display if X11 is
4057 supported.
4058
4059 2007-10-17 Glenn Morris <rgm@gnu.org>
4060
4061 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4062 Tweak regexp to avoid stack overflow.
4063
4064 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * simple.el (reindent-then-newline-and-indent): Don't assume that
4067 indent-according-to-mode preserves point.
4068
4069 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
4070
4071 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
4072 (bs--nth-wrapper): Simplify.
4073 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
4074 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
4075 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
4076 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
4077 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
4078 (bs-configurations, bs-default-configuration)
4079 (bs-alternative-configuration, bs-cycle-configuration-name)
4080 (bs-string-show-always, bs-string-show-never, bs-string-current)
4081 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
4082 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
4083 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
4084 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
4085 (bs--window-config-coming-from): Revert 2006-11-09 change.
4086 (bs--restore-window-config): Keep the selected frame.
4087 (bs--track-window-changes, bs--remove-hooks): New functions.
4088 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
4089 (bs--create-header): Remove.
4090 (bs--create-header-line): New function, based on `bs--create-header'.
4091 (bs--show-header): Use `bs--create-header-line'.
4092 (bs--show-with-configuration): Revert 2006-11-09 change.
4093 Don't reuse window unless it is visible on the selected frame.
4094 Restore window configuration (possibly in a different frame)
4095 before creating any window.
4096
4097 2007-10-16 Glenn Morris <rgm@gnu.org>
4098
4099 * simple.el (blink-matching-open): Don't report false errors with
4100 the `$' syntax class.
4101
4102 2007-10-16 Richard Stallman <rms@gnu.org>
4103
4104 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
4105 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
4106 (ad-is-advised, ad-get-advice-info-field)
4107 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
4108
4109 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * vc-hooks.el (vc-workfile-version): Compatibility alias.
4112 (vc-default-working-revision): Compatibility for backends.
4113
4114 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4117 (filesets-ormap, filesets-sort-case-sensitive-flag)
4118 (filesets-remake-shortcut, filesets-ingroup-collect-files):
4119 Fix typos in docstrings.
4120 (filesets-conditional-sort, filesets-find-or-display-file)
4121 (filesets-data-get-name, filesets-data-get-data)
4122 (filesets-data-set, filesets-cmd-query-replace-getargs)
4123 (filesets-ingroup-collect): Doc fixes.
4124
4125 2007-10-15 Sam Steingold <sds@gnu.org>
4126
4127 * mail/sendmail.el (sendmail-error-reporting-interactive)
4128 (sendmail-error-reporting-non-interactive): New variables for
4129 sendmail error reporting options to simplify support for imperfect
4130 sendmail emulators.
4131 (sendmail-send-it): Use them instead of list literals.
4132
4133 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * help-fns.el: Revert previous change; it creates a
4136 dependency loop between advice.el and help-fns.el.
4137
4138 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4139
4140 * help-fns.el: Require advice when compiling.
4141
4142 2007-10-14 Drew Adams <drew.adams@oracle.com>
4143
4144 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
4145 (ring-insert+extend, ring-remove+insert+extend, ring-member)
4146 (ring-next, ring-previous): New functions.
4147
4148 2007-10-14 Richard Stallman <rms@gnu.org>
4149
4150 * emacs-lisp/advice.el (documentation): Advice deleted.
4151 Doc for advised functions is now handled at C level.
4152 (ad-stop-advice, ad-start-advice): Don't enable or disable
4153 advice for `documentation'.
4154 (ad-advised-definition-docstring-regexp): Var deleted.
4155 (ad-make-advised-definition-docstring): Store orig name
4156 as text property of string.
4157 (ad-advised-definition-p): Check for text property of docstring.
4158
4159 * help-fns.el (describe-function-1): Find source of advised functions.
4160
4161 2007-10-14 Juri Linkov <juri@jurta.org>
4162
4163 * faces.el (describe-face): Allow handling a string as the face name.
4164
4165 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4166 active region in transient-mark-mode.
4167 (ispell-region): Change messages displayed at the start and end of
4168 the spell-checking to be the same.
4169
4170 * startup.el (fancy-startup-tail): Say exactly what does the button
4171 dismiss ("Dismiss this startup screen"). Use text "Never show
4172 it again" for the checkbox after this button.
4173 (fancy-startup-screen, fancy-about-screen): Put point before the
4174 first link, so the user can quickly select links with the keyboard.
4175 (normal-mouse-startup-screen): Add more useful text describing how
4176 to follow a link.
4177
4178 2007-10-14 Glenn Morris <rgm@gnu.org>
4179
4180 * progmodes/etags.el (select-tags-table): Disable undo in the
4181 `*Tags Table List*' buffer.
4182
4183 2007-10-13 Eli Zaretskii <eliz@gnu.org>
4184
4185 * dired.el (dired-warn-writable): New face.
4186 (dired-warn-writable-face): New variable.
4187 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
4188 of dired-warning-face, for group- and world-writable files.
4189
4190 2007-10-13 Richard Stallman <rms@gnu.org>
4191
4192 * files.el (directory-abbrev-alist): Doc fix.
4193
4194 2007-10-13 Jari Aalto <jari.aalto@cante.net>
4195
4196 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
4197
4198 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4199
4200 * frame.el (set-frame-configuration): Assign name parameter only
4201 if it has been set explicitly before.
4202
4203 2007-10-11 Tom Tromey <tromey@redhat.com>
4204
4205 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
4206 frame is visible.
4207
4208 2007-10-10 Richard Stallman <rms@gnu.org>
4209
4210 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4211 in *Backtrace*.
4212
4213 * faces.el (face-font-selection-order): Doc fix.
4214
4215 * loadhist.el (unload-feature): Doc fix.
4216
4217 2007-10-13 Glenn Morris <rgm@gnu.org>
4218
4219 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4220 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4221 Add doc string, and an explicit COUNT argument.
4222 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4223 `inc' to search functions.
4224
4225 * faces.el (face-spec-set): When FRAME is nil, set the default for
4226 new frames (restores pre-2007-09-17 behavior). Doc fix.
4227
4228 2007-10-13 John W. Eaton <jwe@octave.org>
4229
4230 * progmodes/octave-mod.el (octave-looking-at-kw)
4231 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4232 New functions.
4233 (octave-in-defun-p, calculate-octave-indent)
4234 (octave-blink-matching-block-open, octave-beginning-of-defun)
4235 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4236 to search for regexps that contain case-sensitive keywords.
4237 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4238 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4239
4240 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4243 Do not use a single clause cond.
4244
4245 * cus-start.el (all): Use test that does not match the X11 version
4246 for mac.
4247
4248 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
4249
4250 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4251 BROWSE buffer.
4252
4253 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4254
4255 * cus-start.el (all): Undo previous change.
4256
4257 2007-10-13 Glenn Morris <rgm@gnu.org>
4258
4259 * woman.el (woman0-rename): Fix paren typo.
4260
4261 * mail/feedmail.el (feedmail-run-the-queue)
4262 (feedmail-look-at-queue-directory):
4263 * mail/reporter.el (reporter-dump-state):
4264 * net/eudc-hotlist.el (eudc-edit-hotlist):
4265 * net/eudc.el (eudc-display-records)
4266 (eudc-filter-duplicate-attributes)
4267 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4268 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4269 (eudc-bbdb-query-internal):
4270 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4271 * net/socks.el (socks-build-auth-list):
4272 * progmodes/cc-cmds.el (top level):
4273 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4274 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4275 (cperl-write-tags, cperl-tags-treeify):
4276 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4277 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4278 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4279 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4280 (idlwave-toolbar-remove-everywhere):
4281 * progmodes/idlwave.el (idlwave-indent-line)
4282 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4283 (idlwave-write-paths, idlwave-all-method-classes)
4284 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4285 (idlwave-fix-keywords, idlwave-display-calling-sequence)
4286 (idlwave-complete-in-buffer):
4287 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4288 (org-fast-tag-selection):
4289 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4290 than mapcar.
4291
4292 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4293
4294 * diff-mode.el (diff-fine-change): Add :group.
4295
4296 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4297
4298 * cus-start.el (all): Use the same test as the 22.2 branch.
4299
4300 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * diff-mode.el (diff-current-defun): Force recomputation of
4303 change-log-default-name.
4304
4305 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * startup.el (fancy-startup-screen): Remove an unnecessary newline
4308 and some leftover logic regarding dedicated frames. If showing
4309 concise startup screen, fit window to buffer.
4310 (command-line-1): If we will be using the splash screen, use
4311 find-file instead of find-file-other-window to find additional files.
4312 Comment out unused code for coping with the old sit-for behavior.
4313
4314 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4317 `meta' modifier consistently, rather than using sometimes meta
4318 sometimes alt.
4319
4320 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4321
4322 * window.el (handle-select-window): Revert part of 2007-10-08
4323 change setting the input focus.
4324
4325 2007-10-12 Glenn Morris <rgm@gnu.org>
4326
4327 * startup.el (command-line): Do not read abbrev file in batch mode.
4328
4329 * emacs-lisp/byte-opt.el (top level):
4330 * mail/rmail.el (rmail-list-to-menu):
4331 * obsolete/hilit19.el (hilit-mode):
4332 * progmodes/cc-mode.el (c-postprocess-file-styles)
4333 (c-submit-bug-report):
4334 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4335 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4336 (reftex-access-parse-file):
4337 * textmodes/reftex-cite.el (reftex-do-citation)
4338 (reftex-insert-bib-matches):
4339 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4340 * textmodes/reftex-sel.el (reftex-select-unmark):
4341 * textmodes/reftex-toc.el (reftex-toc-do-promote):
4342 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4343
4344 * cus-edit.el (custom-variable-menu, custom-face-menu)
4345 (custom-group-menu): Check init-file-user rather than
4346 user-init-file, in case cus-edit is loaded by site-run-file.
4347
4348 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4349
4350 * vc.el (vc-deduce-fileset): Delete unused code.
4351 (vc-next-action): Fix typos.
4352
4353 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * bs.el (bs--mark-unmark): New function.
4356 (bs-mark-current, bs-unmark-current): Use it.
4357
4358 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4359
4360 * vc.el (vc-diff):
4361 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
4362 temporarily disable the check for his edge case of
4363 vc-diff (stopping it from grinding when called from $HOME), as
4364 it's calling some brittle code in vc-hooks.el.
4365 (with-vc-properties): Fix evaluation time of a macro argument.
4366 * ediff-vers.el (ediff-vc-internal):
4367 * vc-hooks.el:
4368 * loaddefs.el: Follow up on VC terminology change.
4369
4370 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * follow.el (follow-stop-intercept-process-output):
4373 Use `follow-call-process-filter' rather than `process-filter'.
4374 Simplify.
4375
4376 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4377
4378 * vc-hooks.el (vc-registered): Robustify this function a bit
4379 against filenames with no directory component.
4380
4381 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * international/characters.el: Undo unwanted and unexplained change.
4384
4385 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4386
4387 * ps-print.el: Fix the usage of :foreground and :background face
4388 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4389 (ps-print-version): New version 6.7.6.
4390 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4391 Fix code.
4392 (ps-face-foreground-color-p, ps-face-background-color-p)
4393 (ps-face-color-p): New inline funs.
4394
4395 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4396
4397 * textmodes/org.el (org-additional-option-like-keywords): New constant.
4398 (org-complete): Use `org-additional-option-like-keywords'.
4399 (org-parse-local-options): New function.
4400
4401 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4402
4403 * textmodes/org.el (org-in-clocktable-p): New function.
4404 (org-clock-report): Only update the table at point, or insert a new one.
4405 (org-clock-goto): New function.
4406 (org-open-file): Use `start-process-shell-command' instead of
4407 `shell-command' with an ampersand.
4408 (org-deadline, org-schedule): New argument REMOVE to remove the
4409 date from the entry.
4410 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4411 argument to `org-schedule' and `org-deadline'.
4412 (org-trim): Use the correct expressions for beginning and end of
4413 the string.
4414 (org-get-cleaned-entry): Trim the string before returning it.
4415 (org-clock-find-position): New function.
4416 (org-clock-into-drawer): New option.
4417 (org-agenda-tags-column): Rename from
4418 `org-agenda-align-tags-to-column'.
4419 (org-agenda-align-tags): Allow negative values for
4420 `org-agenda-tags-column'.
4421 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4422 (org-agenda-to-appt): New optional argument FILTER.
4423 (org-completion-fallback-command): New variable.
4424 (org-complete): Use `org-completion-fallback-command'.
4425 (org-find-base-buffer-visiting): Catch the case that there is no
4426 buffer visiting the file.
4427 (org-property-or-variable-value): New function.
4428 (org-todo): Use `org-property-or-variable-value'
4429 (org-agenda-compact-blocks): New option.
4430 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4431 (org-agenda-schedule, org-agenda-deadline):
4432 Call `org-agenda-show-new-time'.
4433 (org-agenda-show-new-time): New argument PREFIX.
4434 (org-colgroup-info-to-vline-list): Fix but that cause a
4435 shift in the vertical lines.
4436 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4437 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4438 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4439 (org-fix-bullet-type): Remove argument.
4440 (org-read-date): Check for am/pm twice, to catch the end time.
4441 (org-goto-map): Use `suppress-keymap'.
4442 (org-remember-apply-template): Respect the dynamically scoped
4443 selection character.
4444
4445 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4446
4447 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4448 Renaming of `org-latex-protect'.
4449 (org-export-latex-emphasis-alist): By default, don't protect
4450 any emphasis formatter from further conversion.
4451 (org-export-latex-tables): Honor column grouping for tables.
4452 (org-export-latex-title-command): New option.
4453 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4454 export backslash character.
4455
4456 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * frame.el (frame-inherited-parameters): Remove unused `environment'
4459 parameter, and let server.el add `client' when needed.
4460
4461 * server.el (server-create-tty-frame)
4462 (server-create-window-system-frame): Set frame-inherited-parameters.
4463
4464 * frame.el (frame-inherited-parameters): New var.
4465 (make-frame): Use it.
4466
4467 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4468
4469 * env.el (let-environment): Remove. Unused.
4470 (read-envvar-name): Simplify.
4471 (setenv): Remove unused arg `frame'.
4472
4473 * help-fns.el (describe-variable): Add missing " " for multiline
4474 obsolescence info and missing EOL after global value.
4475
4476 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4477
4478 * add-log.el:
4479 * ediff-vers.el:
4480 * log-view.el:
4481 * pcvs.el:
4482 * vc-arch.el:
4483 * vc-bzr.el:
4484 * vc-cvs.el:
4485 * vc.el:
4486 * vc-git.el:
4487 * vc-hg.el:
4488 * vc-hooks.el:
4489 * vc-mcvs.el:
4490 * vc-mtn.el:
4491 * vc-rcs.el:
4492 * vc-sccs.el:
4493 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4494 {find,init,next,previous,annotate-*,log}-version ->
4495 {find,init,next,previous,annotate-*,log}-revision,
4496 annotate-focus-version -> annotate-working-revision, The term
4497 'focus' is gone. The term 'revision' is now used consistently
4498 everywhere that reference to a revision ID is intended, replacing
4499 older use of 'version'.
4500
4501 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * follow.el: Change all instances of "Follow Mode" to "Follow
4504 mode" in docstrings and messages.
4505 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4506
4507 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4508
4509 * vc.el (vc-next-action): Rewrite completely; this principal
4510 entry point now operates on a current fileset selected either
4511 explicitly via VC-Dired or implicitly by visiting a file buffer,
4512 rather than always operating on the file of the current buffer as
4513 in older versions. Rewrite the rest of the mode to match.
4514 (with-vc-properties): Rewrite to operate on a file list.
4515 (with-vc-file): vc-checkin takes a file list argument now.
4516 (vc-post-command-functions): This hook now receives a file list.
4517 (vc-do-command): Take a either a file or a file list as argument.
4518 (vc-deduce-fileset): New function for deducing a file list to
4519 operate on.
4520 (vc-next-action-on-file, vc-next-action-dired): Remove.
4521 Merge into vc-next-action.
4522 (vc-register): Adapt to the fact that vc-start-entry now takes a
4523 file list.
4524 (vc-register-with): New function.
4525 (vc-start-entry): Take a file list argument rather than a
4526 file argument.
4527 (vc-checkout): Cope with vc-start-entry taking a file list.
4528 (vc-steal-lock): Cope with with-vc-properties taking a
4529 file list.
4530 (vc-checkin): Take a file list argument rather than a file argument.
4531 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4532 (vc-diff-internal): Rewrite for filesets.
4533 (vc-diff-sentinel): New function, tests whether changes were
4534 written into a diff buffer.
4535 (vc-diff): Rewrite for filesets.
4536 (vc-version-diff): Rewrite for filesets.
4537 (vc-print-log): Take a fileset argument.
4538 (vc-revert): Revert the entire selected fileset, not just the
4539 current buffer.
4540 (vc-rollback): Roll back the entire selected fileset, if
4541 possible. No longer accepts a prefix argument.
4542 (vc-update): Merge new changes for the entire selected
4543 fileset, not just the current buffer.
4544 (vc-revert-file): Cope with with-vc-properties taking a file list.
4545 (vc-default-dired-state-info): Add + status suffix if the file is
4546 modified.
4547 (vc-annotate-warp-version): Use the new diff machinery.
4548 (vc-log-edit): Take a file list argument rather than a file argument.
4549
4550 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4551
4552 Sync with Tramp 2.1.11.
4553
4554 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4555 Pacify byte compiler.
4556
4557 * net/trampver.el: Update release number.
4558
4559 2007-10-09 Richard Stallman <rms@gnu.org>
4560
4561 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4562
4563 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * follow.el: Require easymenu.
4566 (follow-mode-hook, follow-mode): Doc fixes.
4567 (follow-mode-off-hook): Mark as obsolete.
4568
4569 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4570
4571 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4572 select-window or select-frame events.
4573 (handle-select-window): When autoselecting window set input
4574 focus. Restructure.
4575
4576 * frame.el (focus-follows-mouse): Move to frame.c.
4577 * cus-start.el (all): Add focus-follows-mouse.
4578
4579 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4580
4581 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4582 activate font-locking in the *buffer-selection* buffer.
4583 (bs-show-sorted): Doc fix.
4584
4585 * bs.el (bs--get-marked-string, bs--get-modified-string)
4586 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4587 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4588 (bs--format-aux): Doc fix.
4589
4590 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4591
4592 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4593
4594 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4595
4596 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4597 (gud-gdb): New function for old M-x gdb (text command mode).
4598 (gud-gdb-command-name, gdb): Move to...
4599
4600 * progmodes/gdb-ui.el: ...here and adapt doc string.
4601 (gud-gdba-command-name, gdba): Delete.
4602
4603 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4604
4605 * bs.el: Don't defvar `font-lock-verbose'.
4606 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4607 (bs--get-file-name): Fix typos in docstrings.
4608 (bs--show-header): Use `dolist' instead of `mapcar'.
4609 (bs-mode): Set `show-trailing-whitespace' to nil.
4610 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4611 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4612 Doc fixes.
4613
4614 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4615
4616 * progmodes/gud.el (pdb): Specify file for gud-break.
4617
4618 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * progmodes/gud.el (gdb): Make graphical mode the default and
4621 switch to text command mode if appropriate, i.e., reverse previous
4622 arrangement.
4623 (gud-gdb-marker-filter): Adapt for above change.
4624
4625 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4626 gud-minor-mode and gud-marker-filter.
4627 (gdb-fullname-regexp): New variable.
4628 (gud-gdba-marker-filter): Use it to switch to text command
4629 mode if appropriate.
4630
4631 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4632
4633 * progmodes/gud.el (gud-display-line): Find source buffer even when
4634 GUD buffer has its own frame.
4635
4636 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4637
4638 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4639
4640 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4641
4642 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4643
4644 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4645
4646 * allout.el (allout-before-change-handler): Replace got-char by
4647 goto-char.
4648
4649 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4652 Used to try and automatically enabled smerge-mode in the presence of
4653 conflicts and to call `svn resolved' when the conflicts are gone.
4654 (vc-svn-parse-status): Remember the svn-specific status.
4655
4656 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4657
4658 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4659 menu-bar-apropos-menu. All users changed.
4660 (menu-bar-help-menu): Change menu symbols to better match the text
4661 displayed by the menu.
4662
4663 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4664
4665 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4666 #, @, : and ^.
4667
4668 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4669
4670 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4671
4672 * log-view.el (log-view-mode-map): Likewise.
4673
4674 * diff-mode.el (diff-mode-shared-map): Likewise.
4675
4676 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4677
4678 * files.el (file-name-sans-versions): Also allow `A-Z'.
4679
4680 * vc.el: Mention all supported VC backends.
4681
4682 2007-10-08 Richard Stallman <rms@gnu.org>
4683
4684 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4685 neighbouring buttons.
4686
4687 2007-10-08 Andreas Schwab <schwab@suse.de>
4688
4689 * files.el (file-name-sans-versions): Also allow `_'.
4690
4691 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4692
4693 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4694
4695 * log-view.el (log-view-mode-map, log-view-mode-menu):
4696 Bind log-view-annotate-version.
4697 (log-view-beginning-of-defun, log-view-end-of-defun)
4698 (log-view-annotate-version): New functions.
4699 (log-view-mode): Use log-view-beginning-of-defun and
4700 log-view-end-of-defun.
4701
4702 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4705
4706 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4709 neighbouring buttons.
4710
4711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4712 Recognize gcc's use of "note" for informational messages.
4713
4714 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4717 (css-mode): Update correspondingly.
4718
4719 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4720
4721 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4722 Signed-off-by, Acked-by and Merge.
4723
4724 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4727
4728 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * vc-mtn.el: New file.
4731
4732 * vc-hooks.el (vc-handled-backends): Add Mtn.
4733
4734 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4735
4736 * files.el (find-file, find-file-other-window)
4737 (find-file-other-frame, find-file-existing, find-file-read-only)
4738 (find-file-read-only-other-window)
4739 (find-file-read-only-other-frame)
4740 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4741
4742 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * progmodes/gud.el (gdb-ready): New variable.
4745 (gdb): Set it to nil. Set gud-running to nil here...
4746 (gud-common-init): ...instead of here.
4747
4748 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4749 Use gdb-ready. Discard input until GDB is ready to accept it.
4750
4751 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4752
4753 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4754 make it show up with eight colors.
4755
4756 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4759 diffs are concatenated with no intervening line.
4760
4761 2007-10-08 Dave Love <fx@gnu.org>
4762
4763 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4764 (python-font-lock-keywords): Update to the 2.5 version of the language.
4765 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4766 (python-backspace): Only behave funny in code.
4767 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4768 (inferior-python-mode): Add PDB prompt regexp.
4769 (python-fill-paragraph): Refine the fenced-string regexp.
4770 (python-find-imports): Handle imports spanning several lines.
4771 (python-mode): Add `class' to hideshow support.
4772
4773 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4776 Use add-log-buffer-file-name-function rather than binding
4777 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4778 when `fi' is the ChangeLog file itself.
4779
4780 * outline.el (outline-flag-region): Use front-advance.
4781
4782 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4783
4784 * progmodes/cperl-mode.el: Merge upstream 5.23.
4785 (cperl-where-am-i): Remove function.
4786 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4787 (cperl-sniff-for-indent): De-invert [string] and [comment].
4788 When looking for label, skip s:m:y:tr.
4789 (cperl-indent-line): Likewise.
4790 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4791 (cperl-windowed-init): Wrong `ps-print' handling.
4792 Both thanks to Chong Yidong.
4793 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4794 (cperl-find-pods-heres): If the second part of s()[] is missing,
4795 don't try to highlight delimiters...
4796
4797 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * progmodes/compile.el (compilation-get-file-structure): Complete last
4800 change by also using spec-directory in the puthash.
4801
4802 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4803
4804 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4805 (vc-bzr-status): Fix shadowing of variable 'status'.
4806 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4807 Use `expand-file-name' instead of `concat'.
4808 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4809 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4810
4811 2007-10-08 Jason Rumney <jasonr@gnu.org>
4812
4813 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4814
4815 2007-10-08 Richard Stallman <rms@gnu.org>
4816
4817 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4818 Add `safe-local-variable' property.
4819 (lisp-body-indent): Likewise.
4820
4821 2007-10-08 Richard Stallman <rms@gnu.org>
4822
4823 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4824 Add doc string.
4825
4826 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4827
4828 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4829
4830 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4831
4832 * repeat.el (repeat): Use last-repeatable-command instead of
4833 real-last-command. Run pre- and post-command hooks for
4834 self-insertion. Update doc-string.
4835
4836 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4837
4838 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4839 state of the file.
4840 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4841 (vc-git-create-repo): Fix invalid command.
4842
4843 2007-10-08 Richard Stallman <rms@gnu.org>
4844
4845 * textmodes/flyspell.el (flyspell-mode):
4846 Catch errors in flyspell-mode-on.
4847
4848 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4849
4850 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4851
4852 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * international/encoded-kb.el (encoded-kbd-setup-display):
4855 Use input-decode-map rather than local-key-translation-map.
4856
4857 * term/rxvt.el (rxvt-alternatives-map): New map.
4858 (terminal-init-rxvt): Use it.
4859 Bind rxvt-function-map in input-decode-map.
4860
4861 * term/xterm.el (xterm-alternatives-map): New map.
4862 (terminal-init-xterm): Use it.
4863 Bind xterm-function-map in input-decode-map.
4864
4865 * term/x-win.el (x-alternatives-map): New var.
4866 (x-setup-function-keys): Use it.
4867
4868 * help-fns.el (describe-variable): Slightly change the layout of
4869 meta-info to separate it better from the docstring.
4870 Standardize insertion of extra empty lines in various circumstances.
4871
4872 * diff-mode.el (diff-hunk-style): New fun.
4873 (diff-end-of-hunk): Use it.
4874 (diff-context->unified): Use the new `apply' undo element,
4875 if applicable, so as to save undo-log space.
4876 (diff-fine-change): New face.
4877 (diff-fine-highlight-preproc): New function.
4878 (diff-fine-highlight): New command.
4879 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4880
4881 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4882 (smerge-refine-highlight-change): Add `props' argument.
4883 (smerge-refine-subst): New function holding most of smerge-refine.
4884 (smerge-refine): Use it.
4885
4886 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4887
4888 * vc.el (vc-default-wash-log): Remove unused code, the
4889 log washers all live in the backends now.
4890 (vc-default-comment-history): Correct for the fact
4891 that wash-log is argumentless in the new API.
4892
4893 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4894
4895 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4896 (tramp-maybe-send-script): Apply `member' but `memq'.
4897 (tramp-advice-file-expand-wildcards): Simplify implementation.
4898
4899 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4902
4903 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4904 (minibuf-depth-setup-minibuffer): Use it.
4905
4906 2007-10-07 Glenn Morris <rgm@gnu.org>
4907
4908 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4909 version numbers.
4910
4911 2007-10-06 Juri Linkov <juri@jurta.org>
4912
4913 * textmodes/fill.el (fill-paragraph-or-region): New function.
4914
4915 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4916 instead of fill-paragraph.
4917
4918 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4919 with fill-paragraph-or-region. Suspend command is now the same
4920 `suspend-frame' on window systems and on tty.
4921
4922 * image.el (image-type): Check if image-types is bound to not fail
4923 on tty.
4924
4925 * delsel.el (delete-selection-pre-hook):
4926 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4927 is fbound to not fail on mouseless tty.
4928
4929 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4930
4931 * net/tramp.el (top): Move loading of tramp-util.el and
4932 tramp-vc.el to tramp-compat.el.
4933 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4934 temporary file if possible, in order to avoid a security hole.
4935 (tramp-do-copy-or-rename-file-out-of-band)
4936 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4937 with DONT-CREATE, because the connection is not setup yet.
4938 (tramp-handle-process-file): Rewrite temporary file handling.
4939 (tramp-completion-mode): New defvar.
4940 (tramp-completion-mode-p): Use it.
4941
4942 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4943
4944 * net/tramp-fish.el (tramp-fish-handle-process-file):
4945 Rewrite temporary file handling.
4946
4947 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4948
4949 * vc.el: Workfile version -> focus version change. Port various
4950 comments from new VC to reduce the noise in the diff.
4951 Patch in the new vc-create-repo function to go with the
4952 header comment about it already present.
4953 There are no changes to existing logic in this patch.
4954 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4955
4956 2007-10-06 Aaron Hawley <aaronh@garden.org>
4957
4958 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4959
4960 2007-10-05 Chris Moore <dooglus@gmail.com>
4961
4962 * server.el (server-kill-new-buffers): Doc fix.
4963
4964 2007-10-05 John W. Eaton <jwe@octave.org>
4965
4966 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4967 (octave-begin-keywords): Add "do".
4968 (octave-end-keywords): Remove "end".
4969 (octave-reserved-words): Add "end". Remove "all_va_args",
4970 "gplot", and 'gsplot".
4971 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4972 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4973 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4974 "default_return_value", "define_all_return_values",
4975 "do_fortran_indexing", "empty_list_elements_ok",
4976 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4977 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4978 "prefer_zero_one_indexing", "propagate_empty_matrices",
4979 "resize_on_range_error", "treat_neg_dim_as_zero",
4980 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4981 "warn_divide_by_zero", "warn_function_name_clash",
4982 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4983 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4984 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4985 "sigterm_dumps_octave_core".
4986 (octave-block-match-alist): Remove "end" from block-end keywords.
4987 (octave-mode): Update ftp site address.
4988
4989 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4990
4991 * vc.el: Reorder functions, no code changes.
4992
4993 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4996 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4997 the cond clauses where needed.
4998 (tramp-handle-write-region): Rearrange code for proper handling of
4999 tmpfile.
5000
5001 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5002
5003 * net/tramp.el:
5004 * net/tramp-fish.el:
5005 * net/tramp-ftp.el:
5006 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5007 `tramp-compat-make-temp-file'.
5008
5009 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5012
5013 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5016 already uses a more recent copyright version than the "current" one.
5017
5018 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5019
5020 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5021 (doc-view-insert-image): Minor aesthetical docstring changes.
5022
5023 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
5024
5025 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5026 completing filename.
5027 (doc-view-search-internal): Docstring change.
5028
5029 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5032 (tramp-file-name-handler-alist):
5033 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
5034 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
5035 used before, creates the file already, which is not desired.
5036 (tramp-do-copy-or-rename-file-directly): Simplify handling of
5037 temporary file.
5038 (tramp-handle-insert-file-contents): Assign the result in the
5039 short track case.
5040 (tramp-handle-insert-file-contents-literally): New defun.
5041 (tramp-completion-mode-p): Revert change from 2007-09-24.
5042 Checking for `return' etc as last character is not sufficient, for
5043 example in dired-mode when entering <g> (revert-buffer) or
5044 <s> (dired-sort).
5045
5046 * net/tramp-compat.el (top): Add also compatibility code for loading
5047 appropriate timer package.
5048 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5049 order to avoid autoloading problems.
5050
5051 * net/tramp-fish.el:
5052 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5053
5054 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5055 where the second parameter of `copy-file' or `rename-file' is a
5056 remote file but not via ftp.
5057
5058 2007-10-02 Richard Stallman <rms@gnu.org>
5059
5060 * frame.el (cursor-in-non-selected-windows): Doc fix.
5061
5062 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5063
5064 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5065 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5066
5067 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
5068
5069 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5070 when `expt' doesn't give range errors.
5071
5072 2007-10-01 Markus Triska <markus.triska@gmx.at>
5073
5074 * calc/calc-math.el (math-smallest-emacs-expt):
5075 Make the computation more robust.
5076
5077 2007-09-30 David Kastrup <dak@gnu.org>
5078
5079 * startup.el (argv): Alias for `command-line-args-left' to use as
5080 `(pop argv)' inside of --eval command sequences. Allows for
5081 passing shell commands into Emacs verbatim without need for Lisp
5082 quoting.
5083
5084 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5085 check only for changed size.
5086 (auto-revert-tail-handler): Get size from caller. If the file has
5087 shrunk, tail the whole file again (the file presumably has been
5088 rewritten).
5089
5090 * woman.el (woman-topic-all-completions, woman-mini-help):
5091 Fix fallout from 2007-09-07 introduction of `dolist' when the list
5092 actually was being manipulated in the loop.
5093 (woman-Cyg-to-Win, woman-pre-process-region)
5094 (woman-horizontal-escapes, woman-if-body, woman-unescape)
5095 (woman-strings, woman-special-characters, woman1-hc)
5096 (woman-change-fonts, woman-find-next-control-line):
5097 Use `match-beginning' rather than `match-string' when the result is
5098 just used as a flag.
5099
5100 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
5101
5102 * net/tramp-compat.el: New file.
5103
5104 * net/tramp.el:
5105 * net/tramp-fish.el:
5106 * net/tramp-smb.el:
5107 * net/tramp-uu.el:
5108 * net/trampver.el: Move compatibility code to tramp-compat.el.
5109 Apply `mapc' instead of `mapcar' when the code needs side effects
5110 only. Move utf-8 coding cookie to the second line.
5111
5112 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
5113
5114 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5115 Improve custom type.
5116 (icon-map-list): Make it customizable. Document how to disable
5117 stock icons.
5118
5119 2007-09-30 Richard Stallman <rms@gnu.org>
5120
5121 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5122
5123 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5124
5125 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5126
5127 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
5130 (t-mouse-mode): New compatibility alias.
5131
5132 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5133
5134 * server.el (server-delete-client): Only delete the terminal if it
5135 is non-nil.
5136
5137 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
5138
5139 * net/tramp.el (with-file-property, with-connection-property):
5140 Highlight as keyword.
5141 (tramp-rfn-eshadow-setup-minibuffer)
5142 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5143 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5144 (tramp-do-copy-or-rename-file-directly)
5145 (tramp-do-copy-or-rename-file-out-of-band)
5146 (tramp-handle-shell-command, tramp-get-debug-buffer)
5147 (tramp-send-command-and-read, tramp-equal-remote)
5148 (tramp-get-local-gid): Pacify byte-compiler.
5149 (tramp-handle-file-name-directory): Result shall not be expanded.
5150 (tramp-find-foreign-file-name-handler): Rewrite.
5151 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5152
5153 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5154
5155 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5156 Apply `tramp-completion-mode-p'.
5157 (tramp-fish-handle-set-file-times)
5158 (tramp-fish-handle-executable-find)
5159 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5160 (tramp-fish-retrieve-data): Pacify byte-compiler.
5161
5162 * net/tramp-gw.el (tramp-gw-basic-authentication):
5163 Call `tramp-read-passwd' with first parameter `nil'.
5164
5165 2007-09-28 Glenn Morris <rgm@gnu.org>
5166
5167 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5168 than mapcar.
5169
5170 * textmodes/tex-mode.el (tex-suscript-height-ratio)
5171 (tex-suscript-height-minimum): New customizable variables.
5172 (tex-suscript-height): New function.
5173 (superscript, subscript): Set height using tex-suscript-height
5174 rather than fixing at 0.8.
5175 (tex-fontify-script, tex-font-script-display): Add :version tag.
5176
5177 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * progmodes/python.el (python-eldoc-function): Doc fix.
5180
5181 2007-09-27 Glenn Morris <rgm@gnu.org>
5182
5183 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
5184 image if it is not in image-type-auto-detectable, or is there with
5185 a nil value.
5186
5187 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
5188
5189 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5190 connection more robust.
5191
5192 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5195 Deal with the case that special &keywords are at the beginning or
5196 end of the argument list. Also add some (incomplete) support for
5197 non-standard arglists.
5198
5199 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5202 (eldoc-message-commands, eldoc-current-idle-delay)
5203 (eldoc-function-argstring-format): Fix typos in docstrings.
5204
5205 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
5206
5207 * calc/calc-units.el (calc-convert-units)
5208 (calc-convert-temperature): Remove unnecessary colons.
5209
5210 2007-09-26 Bastien Guerry <bzg@altern.org>
5211
5212 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5213 New function.
5214 (org-export-latex-remove-from-headlines): Name changed because of typo.
5215 (org-export-latex-quotation-marks-convention): Option removed.
5216 (org-export-latex-make-preamble): Handle the DATE option.
5217 (org-export-latex-cleaned-string): Now the only cleaning function,
5218 synched up with org.el.
5219 (org-export-latex-lists, org-export-latex-parse-list)
5220 (org-export-list-to-latex): New functions.
5221
5222 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5223
5224 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5225 (org-outline-regexp): New constant.
5226 (org-remember-handler): Throw error when the target file is not in
5227 org-mode.
5228 (org-cleaned-string-for-export): No longer call
5229 `org-export-latex-cleaned-string' with an argument.
5230 (org-get-tags): Returns now a list, not a string.
5231 (org-get-tags-string): New function.
5232 (org-archive-subtree): No need to split return of `org-get-tags'.
5233 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5234 instead of `org-get-tags'.
5235 (org-agenda-format-date): Rename from `org-agenda-date-format'.
5236 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5237 (org-compatible-face): New argument INHERITS. Inherit from this
5238 face if possible.
5239 (org-level-1, org-level-2, org-level-3, org-level-4)
5240 (org-level-5, org-level-6, org-level-7, org-level-8)
5241 (org-special-keyword, org-drawer, org-column, org-warning)
5242 (org-archived, org-todo, org-done, org-headline-done, org-table)
5243 (org-formula, org-code, org-agenda-structure)
5244 (org-scheduled-today, org-scheduled-previously)
5245 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5246 in the new way.
5247 (org-get-heading): New argument NO-TAGS.
5248 (org-fast-tag-selection-include-todo): Made defvar instead of
5249 defcustom, feature is not deprecated.
5250 (org-remember-store-without-prompt): New default value t.
5251 (org-todo-log-states): New variable.
5252 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5253 Compute the log states.
5254 (org-goto-map): More commands copied from global map. Also bind
5255 `org-occur'.
5256 (org-goto): Made into a general lookup command.
5257 (org-get-location): Complete rewrite.
5258 (org-goto-exit-command): New variable.
5259 (org-goto-selected-point): New variable.
5260 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5261 Set the new variables.
5262 (org-paste-subtree): Whitespace insertion strategy revised.
5263 (org-remember-apply-template): Protect v-A from the possibility
5264 that v-a might be nil.
5265 (org-remember-handler): Insertion rules revised.
5266 (org-todo): Respect org-todo-log-states.
5267 (org-up-heading-safe): New function.
5268 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5269
5270 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5271
5272 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5273 region if in transient-mark-mode.
5274
5275 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * calc/calc-ext.el (calc-init-extensions, calc-reset):
5278 * calc/calc-help.el (calc-full-help):
5279 * calc/calc-misc.el (another-calc):
5280 * calc/calc-store.el (calc-var-name-map):
5281 * calc/calc-stuff.el (calc-flush-caches):
5282 * calc/calc-units.el (math-build-units-table):
5283 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5284 (calc-quit):
5285 * calendar/icalendar.el (icalendar--format-ical-event)
5286 (icalendar--convert-ical-to-diary):
5287 * emacs-lisp/authors.el (authors):
5288 * emacs-lisp/cust-print.el (custom-print-install)
5289 (custom-print-uninstall):
5290 * emacs-lisp/disass.el (disassemble-1):
5291 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5292 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5293 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5294 (elint-check-let-form, elint-check-condition-case-form)
5295 (elint-initialize):
5296 * emacs-lisp/elp.el (elp-results):
5297 * emacs-lisp/generic.el (generic-mode-internal):
5298 * emacs-lisp/re-builder.el (reb-delete-overlays):
5299 * emacs-lisp/regi.el (regi-interpret):
5300 * emacs-lisp/sregex.el (sregex--char-aux):
5301 * emulation/cua-rect.el (cua--deactivate-rectangle)
5302 (cua--highlight-rectangle, cua--rectangle-post-command):
5303 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5304 * emulation/viper-macs.el (viper-describe-kbd-macros)
5305 (viper-describe-one-macro):
5306 * emulation/viper-util.el (viper-setup-master-buffer):
5307 * emulation/viper.el (set-viper-state-in-major-mode):
5308 * international/mule-diag.el (describe-current-coding-system):
5309 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5310 * mail/emacsbug.el (report-emacs-bug):
5311 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5312 * obsolete/hilit19.el (hilit-unhighlight-region)
5313 (hilit-set-mode-patterns):
5314 * play/solitaire.el (solitaire-check, solitaire-solve):
5315 * play/zone.el (zone-pgm-rotate):
5316 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5317 * progmodes/ada-prj.el (ada-prj-display-page):
5318 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5319 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5320 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5321 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5322 * progmodes/sh-script.el (sh-make-vars-local)
5323 (sh-reset-indent-vars-to-global-values):
5324 * progmodes/sql.el (top):
5325 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5326 * progmodes/xscheme.el (top):
5327 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5328 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5329 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5330 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5331 (artist-submit-bug-report):
5332 * textmodes/flyspell.el (flyspell-delay-commands)
5333 (flyspell-deplacement-commands):
5334 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5335 (table--generate-source-cells-in-a-row, table--make-cell-map)
5336 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5337
5338 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
5339
5340 * allout.el (produce-allout-mode-map, allout-process-exposed):
5341 * ansi-color.el (ansi-color-make-color-map):
5342 * autoinsert.el (auto-insert):
5343 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5344 * dired-aux.el (dired-create-files):
5345 * dired.el (dired-restore-desktop-buffer):
5346 * ediff-diff.el (ediff-setup-fine-diff-regions):
5347 * ediff-mult.el (ediff-intersect-directories)
5348 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5349 (ediff-redraw-registry-buffer):
5350 * ediff-ptch.el (ediff-fixup-patch-map):
5351 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5352 (ediff-really-quit, ediff-clear-diff-vector):
5353 * emerge.el (emerge-really-quit):
5354 * ffap.el (ffap-replace-file-component):
5355 * filecache.el (file-cache-add-directory)
5356 (file-cache-add-directory-recursively)
5357 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5358 (file-cache-delete-directory, file-cache-files-matching-internal)
5359 (file-cache-display):
5360 * files.el (cd):
5361 * find-lisp.el (find-lisp-insert-directory):
5362 * finder.el (finder-compile-keywords):
5363 * help.el (view-emacs-news):
5364 * hi-lock.el (hi-lock-write-interactive-patterns):
5365 * ido.el (ido-to-end, ido-set-matches-1):
5366 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5367 (image-dired-mark-tagged-files):
5368 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5369 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5370 * ps-print.el (ps-background, ps-begin-file)
5371 (ps-build-reference-face-lists):
5372 * simple.el (clone-buffer):
5373 * startup.el (command-line):
5374 * tempo.el (tempo-insert-template, tempo-is-user-element)
5375 (tempo-forward-mark, tempo-backward-mark):
5376 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5377
5378 2007-09-25 Glenn Morris <rgm@gnu.org>
5379
5380 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5381
5382 * view.el (view-search-no-match-lines): Add a doc string.
5383 Rewrite to simplify and work better.
5384
5385 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5386
5387 * progmodes/cc-mode.el (c-mode-base-map):
5388 Use c-indent-line-or-region instead of c-indent-line.
5389
5390 * indent.el (indent-for-tab-command): First check if the region is
5391 active.
5392
5393 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5394
5395 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5396 whitespace-rescan-timer-time is 0.
5397
5398 2007-09-24 Karl Berry <karl@gnu.org>
5399
5400 * international/mule.el (coding-system-base): Fix doc string grammar.
5401
5402 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
5403
5404 * net/tramp.el (tramp-completion-mode-p): Rename from
5405 `tramp-completion-mode'. Revert logic, check `return', `newline'
5406 and such alike. Packages like Icicles tend to use other completion
5407 characters but `tab' and `space' only.
5408
5409 2007-09-24 Adam Hupp <adam@hupp.org>
5410
5411 * progmodes/python.el (run-python): Import emacs module without
5412 waiting; prevents lockup on error.
5413
5414 2007-09-23 Richard Stallman <rms@gnu.org>
5415
5416 * mail/sendmail.el (mail-bury): Delete the frame
5417 if this frame looks like it was made for this message.
5418
5419 * completion.el (completion-separator-self-insert-command)
5420 (completion-separator-self-insert-autofilling):
5421 If `self-insert-command' has been remapped, use the substitute.
5422
5423 * simple.el (copy-region-as-kill): Doc fix.
5424
5425 * textmodes/org.el (org-confirm-shell-link-function)
5426 (org-confirm-elisp-link-function): Doc fixes.
5427
5428 2007-09-23 Glenn Morris <rgm@gnu.org>
5429
5430 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5431
5432 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5433
5434 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5435
5436 * term/tvi970.el (terminal-init-tvi970): Likewise.
5437
5438 * term/sun-mouse.el (print-mouse-format): Likewise.
5439
5440 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5441 Use forward-line instead of previous-line and next-line.
5442
5443 2007-09-22 Juri Linkov <juri@jurta.org>
5444
5445 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5446
5447 * tutorial.el (tutorial--default-keys): Update standard bindings:
5448 rename `iconify-or-deiconify-frame' to `suspend-frame',
5449 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5450
5451 2007-09-22 Juri Linkov <juri@jurta.org>
5452
5453 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5454 Add help-echo to external links and to links without description.
5455 (fancy-splash-insert): Use help-echo from the 3rd element of the
5456 link specification list, or "Follow this link" if it's nil. Doc fix.
5457
5458 2007-09-22 Juri Linkov <juri@jurta.org>
5459
5460 * startup.el (command-line): Rename `inhibit-startup-message' to
5461 `inhibit-startup-screen'.
5462 (fancy-about-text): Use shorter label for "Ordering Manuals".
5463 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5464 is nil, display a line with "To start..." and 3 links to useful
5465 tasks. Display the "Dismiss" button and "Don't show this message
5466 again" only when concise is non-nil.
5467 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5468 arg `concise'. If CONCISE is non-nil, display a concise version
5469 of the splash screen in another window. Otherwise, switch to the
5470 startup buffer in the same window.
5471 (startup-echo-area-message): Change displayed binding from
5472 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5473 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5474 the GNU system".
5475 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5476 to "*GNU Emacs*".
5477 (display-about-screen): Don't check the existence of the buffer
5478 "*About GNU Emacs*".
5479 (display-splash-screen): Make alias to `display-startup-screen'.
5480 (command-line-1): Rename `inhibit-startup-message' to
5481 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5482 started with command line options "-f", "-funcall", "-e", "-eval",
5483 "-execute", "-insert", "-find-file", "-file", "-visit".
5484 Inhibit startup screen when Emacs is started with a file name only
5485 on tty (i.e. don't inhibit it when started with a file name like
5486 "emacs FILE..." on a window system).
5487 (command-line-1): Simplify logic of displaying the startup screen:
5488 if file-count > 0, then display the concise version in another
5489 window, otherwise display full version in the same window.
5490
5491 * help.el (help-map): Bind C-h C-a to about-emacs.
5492 (help-for-help-internal): Add C-a description to C-h help text.
5493
5494 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5495
5496 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5497 (checkdoc-permit-comma-termination-flag): Autoload the
5498 safe-local-variable setting.
5499
5500 * bookmark.el (bookmark-xemacsp): Remove.
5501 (bookmark-make): Don't use bookmark-xemacsp,
5502 use (featurep 'xemacs) instead.
5503
5504 * speedbar.el (speedbar-frame-mode)
5505 (speedbar-frame-reposition-smartly)
5506 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5507 (speedbar-check-vc): Remove use of non-existent variable
5508 dframe-xemacsp, use (featurep 'xemacs) instead.
5509
5510 * indent.el (indent-for-tab-command): Indent the region if
5511 transient-mark-mode and the region is active.
5512
5513 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5514
5515 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5516 add inferior-octave-directory-tracker to the buffer-local value
5517 of comint-input-filter-functions.
5518
5519 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5520
5521 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5522
5523 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5526 on w32 frames.
5527
5528 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * startup.el (normal-top-level): Remove DISPLAY from
5531 process-environment to let it be computed dynamically in callproc.c.
5532
5533 * frame.el (frame-initialize, make-frame):
5534 * faces.el (tty-set-up-initial-frame-faces):
5535 * env.el (setenv): Don't set display-environment-variable.
5536
5537 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5538 (server-create-tty-frame): Don't set unused `tty' property.
5539 Set `display' instead of display-environment-variable.
5540 (server-create-window-system-frame): No display-environment-variable.
5541
5542 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5543
5544 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5545 (rfn-eshadow-update-overlay-hook): New defvars.
5546 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5547 Run the hooks.
5548
5549 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5550 (tramp-rfn-eshadow-setup-minibuffer)
5551 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5552 rfn-eshadow.el.
5553
5554 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5555 timeout.
5556
5557 2007-09-21 Glenn Morris <rgm@gnu.org>
5558
5559 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5560 * term/sun-mouse.el (suspend-emacstool): Remove.
5561 * term/sun.el: Remove emacstool-related code.
5562
5563 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5564 (byte-compile-warnings-safe-p): Add `mapcar'.
5565 (byte-compile-warning-types): Add mapcar and make-local.
5566 (byte-compile-normal-call): Add option to suppress mapcar warning.
5567 (top-level): Use mapc rather than mapcar in eval-when-compile.
5568
5569 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5570 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5571 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5572 Handle escaped parens.
5573 (latex-forward-sexp): Doc fix.
5574
5575 * eshell/esh-mode.el (eshell-output-filter-functions):
5576 Add eshell-postoutput-scroll-to-bottom.
5577
5578 * loadup.el: Remove termdev.
5579
5580 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5581 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5582
5583 2007-09-21 Markus Triska <markus.triska@gmx.at>
5584
5585 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5586 `mapcar' is called for effect.
5587
5588 2007-09-21 Kevin Ryde <user42@zip.com.au>
5589
5590 * international/mule.el (sgml-html-meta-auto-coding-function):
5591 Bind `case-fold-search' to t.
5592
5593 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * termdev.el: Remove.
5596
5597 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5598 (frames-on-display-list): Use it.
5599
5600 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5601
5602 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5603
5604 2007-09-20 Richard Stallman <rms@gnu.org>
5605
5606 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5607
5608 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5611
5612 2007-09-20 Glenn Morris <rgm@gnu.org>
5613
5614 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5615 motion functions, rather than hard-coding "\n\n".
5616 (tex-validate-region): Check for eobp, to speed up.
5617 (tex-next-unmatched-end): Doc fix.
5618
5619 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5622
5623 * international/mule.el (auto-coding-alist): Rar archives are binary.
5624
5625 * arc-mode.el: Add basic support for Rar.
5626 (archive-find-type): Recognize Rar's signature.
5627 (archive-desummarize): New fun.
5628 (archive-summarize): Use it to restore the buffer's data in case
5629 someone wants to switch to some other major mode.
5630 (archive-resummarize): Use it as well.
5631 (archive-rar-summarize, archive-rar-extract): New functions.
5632
5633 * filesets.el: Remove spurious * in docstrings.
5634 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5635 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5636 (filesets-ingroup-collect): Remove unused arg `depth'.
5637 (filesets-update): Remove unused arg `version'.
5638
5639 * finder.el (finder-compile-keywords): Fix up comment style.
5640 (finder-mouse-face-on-line): previous-line -> forward-line.
5641
5642 * recentf.el: Remove spurious * in docstrings.
5643 (recentf-save-list): Fix up comment style.
5644
5645 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5646 (octave-mode-map): Move init into declaration and remove \t binding.
5647 (octave-mode-startup-message): Remove unused var.
5648 (octave-scan-blocks): Remove unused arg `from'.
5649 (octave-forward-block, octave-down-block, octave-up-block):
5650 Update callers.
5651
5652 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5653 (meta-mode-map): Likewise and remove \t binding.
5654
5655 * net/snmp-mode.el: Remove spurious * in docstrings.
5656 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5657 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5658 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5659 that completion accepts lists of strings.
5660 (snmp-mode-syntax-table): Move initialization into declaration.
5661 (snmp-mode-map): Likewise and remove \t binding.
5662 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5663 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5664 (snmp-indent-command): Remove.
5665
5666 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5667 binding, so tab-always-indent works right.
5668
5669 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5670
5671 * net/browse-url.el (browse-url-elinks-new-window): New function.
5672 (browse-url-elinks): Use browse-url-elinks-new-window.
5673 Accept optional second argument `new-window'. Fix typo in doc-string.
5674 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5675 Improve error message.
5676
5677 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5678
5679 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5680 parameter name in the function body.
5681 Reported by Johannes Weiner.
5682
5683 2007-09-19 Glenn Morris <rgm@gnu.org>
5684
5685 * net/socks.el (socks-open-network-stream): Signal an explicit
5686 error if the port associated with a service string can't be found.
5687
5688 * textmodes/tex-mode.el (tex-terminate-paragraph):
5689 Use backward-paragraph.
5690
5691 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * server.el (server-running-p): New function.
5694
5695 2007-09-18 Jason Rumney <jasonr@gnu.org>
5696
5697 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5698 x-focus-frame.
5699
5700 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5701 Use x-focus-frame for w32.
5702
5703 2007-09-17 David Kastrup <dak@gnu.org>
5704
5705 * textmodes/tex-mode.el (tex-verbatim-environments):
5706 Eliminate CL dependency.
5707
5708 2007-09-17 Richard Stallman <rms@gnu.org>
5709
5710 * newcomment.el (comment-add): New arg EXTRA.
5711 (comment-region-default): Pass EXTRA if not indenting lines.
5712
5713 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5714
5715 * net/browse-url.el (browse-url-url-encode-chars): New function.
5716 URL-encode some chars in a string.
5717 (browse-url-encode-url): Rewrite using the previous function.
5718 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5719 (browse-url-elinks-sentinel): Fix typo.
5720 (browse-url-new-window-flag): Doc change.
5721
5722 2007-09-17 Glenn Morris <rgm@gnu.org>
5723
5724 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5725 filename from `--file-line-error', if it is available.
5726
5727 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5728
5729 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5730 TeX `--file-line-error' format.
5731
5732 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5733
5734 * xt-mouse.el: Delete add-hook calls that were moved to
5735 xterm-mouse-mode.
5736 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5737 does not work.
5738
5739 2007-09-17 Richard Stallman <rms@gnu.org>
5740
5741 * cus-face.el (custom-theme-set-faces): Undo previous change.
5742
5743 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5744
5745 2007-09-17 Glenn Morris <rgm@gnu.org>
5746
5747 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5748 handling the case where the region is not in `tex-main-file'.
5749 (tex-region-1): Delete.
5750 (tex-region-header): New function, doing the header part of the
5751 old tex-region-1.
5752
5753 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 * simple.el (newline): Simplify use of prefix-numeric-value.
5756 (line-move-partial): Remove unused var `ppos'.
5757 (line-move-1): Replace 9999 with most-positive-fixnum.
5758 (move-end-of-line): Use more efficient single-property search.
5759 (move-beginning-of-line): Remove unused var `start'.
5760 (blink-matching-open): Restructure in a more functional style.
5761
5762 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5763
5764 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5765
5766 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * server.el (server-clients): Only keep procs, no properties any more.
5769 (server-client): Remove.
5770 (server-client-get, server-client-set): Remove, replace all callers by
5771 process-get and process-put resp.
5772 (server-clients-with, server-add-client, server-delete-client)
5773 (server-create-tty-frame, server-create-window-system-frame)
5774 (server-process-filter, server-execute, server-visit-files)
5775 (server-buffer-done, server-kill-buffer-query-function)
5776 (server-kill-emacs-query-function, server-switch-buffer)
5777 (server-save-buffers-kill-terminal): Update accordingly.
5778
5779 * server.el (server-with-environment): Simplify.
5780 (server-select-display, server-unselect-display): Re-add functions that
5781 seem to have been lost in the multi-tty merge.
5782 (server-eval-and-print, server-create-tty-frame)
5783 (server-create-window-system-frame, server-goto-toplevel)
5784 (server-execute, server-return-error): New functions extracted from
5785 server-process-filter.
5786 (server-execute-continuation): New functions.
5787 (server-process-filter): Restructure so that all arguments are analysed
5788 first and then acted upon in a subsequent stage. This way
5789 server-goto-toplevel can be executed later, when we know if
5790 it's necessary.
5791 Remove the "-version" and "-version-good" support.
5792
5793 2007-09-16 Drew Adams <drew.adams@oracle.com>
5794
5795 * cus-edit.el (custom-face-edit-activate): Doc fix.
5796
5797 2007-09-16 Glenn Morris <rgm@gnu.org>
5798
5799 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5800 Following cal-bahai renaming, update all instances of
5801 list-bahai-diary-entries to diary-bahai-list-entries,
5802 mark-bahai-diary-entries to diary-bahai-mark-entries,
5803 calendar-goto-bahai-date to calendar-bahai-goto-date,
5804 insert-bahai-diary-entry to diary-bahai-insert-entry,
5805 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5806 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5807 calendar-print-bahai-date to calendar-bahai-print-date.
5808
5809 * textmodes/tex-mode.el (tex-region): Handle the case where the
5810 region is not in `tex-main-file'. Move the old code that applies
5811 to both cases...
5812 (tex-region-1): ...to this new function.
5813
5814 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * vc.el (vc-process-sentinel): New function.
5817 (vc-exec-after): Use it instead of using ugly hackish analysis and
5818 construction of Elisp code.
5819 (vc-sentinel-movepoint): New dynamically scoped var.
5820 (vc-print-log, vc-annotate): Set it to move the user's point.
5821
5822 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5823 inhibit-modification-hooks.
5824
5825 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5826 (calendar-bahai-print-date, calendar-bahai-goto-date)
5827 (diary-bahai-list-entries, diary-bahai-insert-entry):
5828 New names to clean up the namespace a bit more.
5829 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5830
5831 2007-09-15 Glenn Morris <rgm@gnu.org>
5832
5833 * calendar/holidays.el (holiday-list): Rename it back to
5834 `list-holidays', but leave `holiday-list' as an alias.
5835
5836 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5837 custom group.
5838
5839 * textmodes/css-mode.el (css): New custom group.
5840 (css-electrick-keys, css-selector, css-property)
5841 (css-indent-offset): Specify custom group.
5842
5843 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5846 (cvs-execute-single-file): Use process-file.
5847 (cvs-run-process): Use start-file-process.
5848
5849 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5850
5851 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5852 level. Remove the hooks when turning off the mode.
5853
5854 * term/xterm.el: Require xt-mouse at compile time.
5855 (terminal-init-xterm): Turn on xterm mouse tracking for this
5856 terminal if xterm-mouse-mode is enabled.
5857
5858 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5859
5860 * term/xterm.el (xterm-function-map): Replace bindings that were
5861 deleted by the merge.
5862
5863 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5864
5865 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5866 (bubbles-mode-map): Move define-key statements here.
5867 (bubbles-game-theme-menu): Ditto.
5868 (bubbles-graphics-theme-menu): Ditto.
5869 (bubbles-menu): Ditto.
5870 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5871 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5872 (bubbles-plop): Set buffer-undo-list, redisplay.
5873 (bubbles-undo): Reset buffer-undo-list, redisplay.
5874 (bubbles--show-images): Take care of missing text properties.
5875
5876 2007-09-14 Glenn Morris <rgm@gnu.org>
5877
5878 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5879 quoting.
5880
5881 * calendar/cal-hebrew.el, calendar/cal-menu.el
5882 * calendar/calendar.el, calendar/diary-lib.el
5883 * calendar/holidays.el: Rename all instances of
5884 list-calendar-holidays callers to calendar-list-holidays,
5885 list-holidays to holiday-list, check-calendar-holidays to
5886 calendar-check-holidays, mark-calendar-holidays to
5887 calendar-mark-holidays, and filter-visible-calendar-holidays to
5888 holiday-filter-visible-calendar.
5889
5890 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5891
5892 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5893
5894 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5895
5896 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5897 Use transparent background for empty cells in graphics mode.
5898
5899 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5900
5901 * man.el (Man-default-man-entry): At end of line, continue looking
5902 to the next line for possible end of hyphenated command.
5903
5904 2007-09-13 Chris Moore <dooglus@gmail.com>
5905
5906 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5907 the command being edited.
5908
5909 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5910
5911 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5912
5913 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5914
5915 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5916 C-M-S- keys.
5917
5918 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5919
5920 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5921
5922 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5923 New argument `filename-p' to use one set of confusing chars or another.
5924 (browse-url-file-url): Use the argument.
5925 Suggested by Johannes Weiner.
5926
5927 2007-09-12 Romain Francoise <romain@orebokech.com>
5928
5929 * cus-start.el (all): Revert 2007-09-08 change.
5930
5931 2007-09-12 Aaron Hawley <aaronh@garden.org>
5932
5933 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5934 extract .Z files, since it is more common than uncompress.
5935
5936 2007-09-12 Glenn Morris <rgm@gnu.org>
5937
5938 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5939 duplicate function definition.
5940
5941 2007-09-10 Chris Moore <dooglus@gmail.com>
5942
5943 * diff-mode.el (diff-sanity-check-hunk):
5944 Also accept single-line hunks.
5945
5946 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * startup.el (startup-screen-inhibit-startup-screen)
5949 (pure-space-overflow-message): New vars.
5950 (fancy-splash-insert): Allow functions for face and link specs.
5951 (fancy-splash-head): Remove unused arg. Move splash text...
5952 (fancy-startup-text, fancy-about-text): ...here.
5953 (fancy-startup-tail): Rename from fancy-splash-tail.
5954 (fancy-startup-screen, fancy-about-screen): Split off from
5955 fancy-splash-screens.
5956 (display-startup-screen): New function.
5957 (display-about-screen): Rename from display-splash-screen.
5958 (command-line-1): Use concise startup screen if necessary.
5959
5960 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5961
5962 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5963 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5964
5965 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5968 (python-font-lock-keywords): Update to the 2.5 version of the language.
5969 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5970 (python-backspace): Only behave funny in code.
5971 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5972 (inferior-python-mode): Add PDB prompt regexp.
5973 (python-fill-paragraph): Refine the fenced-string regexp.
5974 (python-find-imports): Handle imports spanning several lines.
5975 (python-mode): Add `class' to hideshow support.
5976
5977 2007-09-10 Dave Love <fx@gnu.org>
5978
5979 * outline.el (outline-4, outline-5, outline-7):
5980 Move font-lock-builtin-face down from 4 to 7 to better keep the
5981 progression of color brightness, and to better match Org-mode's faces.
5982
5983 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5984
5985 * progmodes/meta-mode.el (meta-font-lock-keywords)
5986 (font-lock-match-meta-declaration-item-and-skip-to-next)
5987 (meta-comment-indent, meta-indent-previous-line)
5988 (meta-indent-unfinished-line, meta-beginning-of-defun)
5989 (meta-end-of-defun, meta-common-initialization): Handle \f.
5990 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5991 a comment-start.
5992
5993 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5994 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5995 numeric notation of file modes.
5996 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5997 numeric value.
5998 (read-file-modes): New. Read either an octal value of a file mode or a
5999 symbolic value, and return its numeric value.
6000
6001 * dired-aux.el (dired-do-chmod): Change to use the built-in
6002 `set-file-modes' and the previous symbolic mode parsing functions.
6003
6004 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * textmodes/texinfo.el: Remove spurious * in docstrings.
6007 (texinfo-mode-syntax-table, texinfo-mode-map):
6008 Initialize in the declaration.
6009
6010 * tmm.el: Remove spurious * in docstrings.
6011 (tmm-prompt): Use with-current-buffer.
6012
6013 * vcursor.el: Remove spurious * in docstrings.
6014 (vcursor-map): Initialize in the declaration.
6015 (vcursor-use-vcursor-map): Use define-minor-mode.
6016 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6017
6018 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6019 Initialize in the declaration.
6020 (widget-minor-mode): Use define-minor-mode.
6021
6022 * woman.el (woman-mode-map, woman-syntax-table):
6023 Initialize in the declaration.
6024
6025 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
6026
6027 * doc-view.el: New file.
6028
6029 2007-09-09 Juri Linkov <juri@jurta.org>
6030
6031 * Makefile.in (update-authors): Add etc/ to AUTHORS.
6032
6033 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6034
6035 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6036 to "Startup screen". Fix docstring.
6037 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6038 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6039 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6040 (initial-scratch-message): Fix docstring.
6041 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6042 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6043 Add link to "Customize Startup" and set interval between links to
6044 5 spaces.
6045 (fancy-about-text): Add links "Authors" and "Contributing".
6046 (fancy-splash-head): Add text "Welcome to " on the startup screen,
6047 and "This is " on the about screen. Add link to
6048 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6049 For the about screen move emacs version to the header from
6050 `fancy-splash-tail' (as it's done already for normal about screen).
6051 (fancy-splash-tail): Insert emacs version only for startup screen.
6052 (normal-splash-screen): Remove duplicate empty lines.
6053 (normal-about-screen): Add links "Authors" and "Contributing".
6054
6055 * menu-bar.el (menu-bar-help-menu):
6056 Move "About Emacs" and "About GNU" to the end of the Help menu.
6057 Move "Emacs Psychotherapist" after "Send Bug Report...".
6058 Move "External Packages" after "Find Emacs Packages".
6059
6060 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
6061
6062 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6063 they are useless with the byte compiler.
6064 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6065 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6066 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6067 (tramp-file-name-real-host, tramp-file-name-port)
6068 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6069 defuns.
6070
6071 * net/tramp-cache.el (top): Improve error message when
6072 `tramp-persistency-file-name' is corrupted.
6073
6074 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
6075
6076 * textmodes/org.el (org-re): Also replace the :alpha: class.
6077 (org-todo-tag-alist): Variable removed.
6078 (org-todo-key-alist, org-todo-key-trigger): New variables.
6079 (org-use-fast-todo-selection): New option.
6080 (org-log-done): Docstring fixed.
6081 (org-deadline-warning-days): New default value 14.
6082 (org-edit-timestamp-down-means-later): New option.
6083 (org-tag-alist): Docstring fixed.
6084 (org-fast-tag-selection-include-todo): New option.
6085 (org-export-language-setup): New languages added.
6086 (org-set-regexps-and-options): Compute the new variables.
6087 (org-paste-subtree): Cleaning up.
6088 (org-remember-apply-template): New escape %A.
6089 (org-todo): Call fast TODO selection.
6090 (org-fast-todo-selection): New function.
6091 (org-add-log-note): Allow prefix for abort exit.
6092 (org-at-property-p, org-entry-properties)
6093 (org-columns-get-autowidth-alist): Use :alpha: class.
6094 (org-get-wdays): New function.
6095 (org-agenda-remove-date): New variable.
6096 (org-agenda-get-deadlines): Use `org-get-wdays'.
6097 (org-agenda-get-deadlines): Reverse ee before returning.
6098 (org-format-agenda-item): New argument REMOVE-RE.
6099 (org-agenda-convert-date): Baha'i calendar added.
6100 (org-infile-export-plist): Also find DATE line.
6101 (org-get-min-level): New function.
6102 (org-export-as-html, org-export-as-ascii): Use the date format.
6103 (org-shiftup, org-shiftdown): Use.
6104 `org-edit-timestamp-down-means-later'.
6105 (org-assign-fast-keys): New function.
6106
6107 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
6108
6109 * cus-start.el (all): Add prefer-window-split-horizontally from
6110 window.c.
6111
6112 2007-09-08 Eli Zaretskii <eliz@gnu.org>
6113
6114 * net/browse-url.el (browse-url-galeon): Fix last change.
6115 (top-level): Require cl when compiling.
6116
6117 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
6118
6119 * textmodes/org-export-latex.el: arch-tag restored.
6120
6121 * textmodes/org-publish.el: arch-tag restored.
6122
6123 2007-09-08 Masatake YAMATO <jet@gyve.org>
6124
6125 * progmodes/which-func.el (which-func-modes): Add diff-mode.
6126
6127 * progmodes/cc-langs.el: Support new keywords added to
6128 objective-c frontend of gcc.
6129 (c-simple-stmt-kwds): Add @throw.
6130 (c-block-stmt-2-kwds): Add @synchronized.
6131 (c-block-stmt-1-kwds): Add @finally and @try.
6132
6133 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
6134
6135 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6136 (org-agenda-after-show-hook): New variable.
6137 (org-columns-compile-format)
6138 (org-columns-get-autowidth-alist, org-buffer-property-keys)
6139 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6140 property names.
6141 (org-get-wdays): New function.
6142
6143 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6146
6147 * term/xterm.el (xterm-function-map): Initialize in the declaration.
6148
6149 * vc-arch.el (vc-arch-checkin): Fix typo.
6150
6151 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6152
6153 * cus-face.el (custom-theme-set-faces): Set face attributes
6154 locally for each frame.
6155
6156 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6159 via font-lock-defaults.
6160
6161 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6162 derived-mode-p.
6163
6164 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
6165
6166 * progmodes/autoconf.el (autoconf-definition-regexp):
6167 Handle optional square brackets around definition name.
6168
6169 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
6170
6171 * net/browse-url.el (browse-url-browser-function): Add elinks.
6172 (browse-url-elinks-wrapper): New option.
6173 (browse-url-encode-url, browse-url-elinks)
6174 (browse-url-elinks-sentinel): New functions.
6175 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6176 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6177 Use new function browse-url-encode-url.
6178
6179 2007-09-07 Glenn Morris <rgm@gnu.org>
6180
6181 * version.el (emacs-version): Revert 2007-08-29 change: no need to
6182 say if multi-tty is present.
6183
6184 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * cus-start.el (split-window-preferred-function): Add custom info.
6187
6188 * calendar/holidays.el (holiday-list, calendar-check-holidays)
6189 (calendar-mark-holidays, calendar-list-holidays)
6190 (holiday-filter-visible-calendar): New names to clean up namespace.
6191 (filter-visible-calendar-holidays, list-calendar-holidays)
6192 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6193 Add compatibility aliases.
6194 (calendar-check-holidays, calendar-mark-holidays)
6195 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6196 (holiday-sexp): Replace append with list.
6197 (holiday-filter-visible-calendar): Replace append with push.
6198
6199 * woman.el: Remove spurious * in docstrings.
6200 (woman-mini-help, woman-non-underline-faces, woman0-rename)
6201 (woman-topic-all-completions-merge, woman-file-name-all-completions)
6202 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6203 (woman-write-directory-cache, woman-display-extended-fonts)
6204 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6205 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6206 (woman-mode): Use inhibit-read-only.
6207 (woman-negative-vertical-space): Use dotimes.
6208 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6209
6210 2007-09-06 Romain Francoise <romain@orebokech.com>
6211
6212 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6213 (vc-bzr-workfile-version): Use it.
6214
6215 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
6216
6217 * complete.el (PC-do-completion): Don't try to treat
6218 empty string as an abbreviation.
6219
6220 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6221
6222 * help-fns.el (describe-variable): Keep doc's text properties.
6223
6224 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
6225
6226 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6227 instead of a file.
6228
6229 2007-09-06 Glenn Morris <rgm@gnu.org>
6230
6231 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6232 (checkdoc-minor-mode): Allow user to specify lighter via
6233 checkdoc-minor-mode-string.
6234
6235 2007-09-05 Richard Stallman <rms@gnu.org>
6236
6237 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6238 Several items removed, simplified, or put on one line.
6239 (fancy-about-text): Add substantial contents, part of startup text.
6240 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6241 (normal-splash-screen): Call normal-mouse-startup-screen,
6242 normal-no-mouse-startup-screen, or normal-about-screen.
6243 (normal-mouse-startup-screen): New fn, broken out, shortened.
6244 (normal-no-mouse-startup-screen): New fn, broken out.
6245 (normal-about-screen): New function, contents all new.
6246
6247 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6248
6249 * emacs-lisp/rx.el (rx): Fix typo in docstring.
6250
6251 2007-09-05 Glenn Morris <rgm@gnu.org>
6252
6253 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6254 is bound.
6255
6256 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6257
6258 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6259 in doc string.
6260
6261 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6262
6263 * server.el (server-start, server-unload-hook): Undo previous change.
6264
6265 * xt-mouse.el: Undo previous change.
6266
6267 2007-09-04 Juri Linkov <juri@jurta.org>
6268
6269 * startup.el (fancy-about-text): New variable.
6270 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6271 (fancy-current-text, fancy-splash-stop-time)
6272 (fancy-splash-outer-buffer): Remove variables.
6273 (fancy-splash-head, fancy-splash-tail): Add new optional argument
6274 `startup' and use it to conditionally display different texts for
6275 Startup and About screens. Don't display Help commands on the About
6276 screen.
6277 (fancy-splash-screens-1): Remove function and move its content to
6278 `fancy-splash-screens' to the part that dislpays the About screen.
6279 (exit-splash-screen): Don't treat specially exiting from
6280 alternating screens.
6281 (fancy-splash-screens): Rename argument `static' to `startup'.
6282 Fix docstring. Remove code for displaying alternating screens.
6283 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6284 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6285 for `inhibit-read-only'.
6286 (normal-splash-screen): Rename argument `static' to `startup'.
6287 Fix docstring. Use argument `startup' to conditionally display
6288 different texts for Startup and About screens. Don't display Help
6289 commands on the About screen. Remove `unwind-protect' `sit-for'
6290 delay and `kill-buffer' after it.
6291 (display-startup-echo-area-message): Remove call to
6292 `use-fancy-splash-screens-p' because image.el is preloaded and
6293 doesn't display "Loading image... done".
6294 (display-splash-screen): Rename argument `static' to `startup'.
6295 Fix docstring.
6296
6297 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6298
6299 * server.el (server-start, server-unload-hook):
6300 suspend-tty-functions has been renamed to suspend-tty-hook.
6301
6302 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6303 resume-tty-hook.
6304
6305 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6306
6307 * loadup.el: Fix merge problem, only load "button" once.
6308
6309 2007-09-03 Glenn Morris <rgm@gnu.org>
6310
6311 * vc-svn.el (vc-svn-print-log): If there is only one file, use
6312 "Working file:" as the prefix, for the sake of
6313 log-view-current-file.
6314
6315 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6316
6317 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6318 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6319 if the selected frames is in
6320 xterm-modify-other-keys-terminal-list.
6321 (xterm-turn-off-modify-other-keys): Add an optional frame
6322 parameter. Only turn off modify-other-keys if FRAME is in
6323 xterm-modify-other-keys-terminal-list.
6324 (xterm-remove-modify-other-keys): New function.
6325 (terminal-init-xterm): Use it. Deal with delete-frame hook.
6326 Add the selected frame to xterm-modify-other-keys-terminal-list.
6327
6328 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6329
6330 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6331 (icon-map-list): New variable.
6332 (x-gtk-map-stock): Use icon-map-list.
6333
6334 2007-09-02 Romain Francoise <romain@orebokech.com>
6335
6336 * log-view.el (log-view-current-file): Balance parens.
6337
6338 2007-09-02 Glenn Morris <rgm@gnu.org>
6339
6340 * comint.el (comint-mode): Don't set scroll-conservatively.
6341
6342 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6343 non-command arguments.
6344
6345 * log-view.el (log-view-current-file): Give a more explicit error
6346 if log-view-file-re fails to find a match.
6347
6348 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6349
6350 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6351 Fix bug: Don't expand top-level file name more than once.
6352 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6353
6354 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * server.el (server-process-filter): Don't display the splash screen.
6357 It's annoying enough on the initial screen and becomes positively
6358 obnoxious here.
6359
6360 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6363 Change naming to use "avl-tree--" for internal functions.
6364
6365 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6366
6367 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6368 the merge.
6369 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6370 (provide): Move to the end of file.
6371
6372 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6373
6374 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6375
6376 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6377 New variable. List of exceptions for the duplicated word rule.
6378 (flyspell-mark-duplications-flag): Mention it.
6379 (flyspell-word): Treat it.
6380
6381 * files.el (create-file-buffer): If the filename sans directory starts
6382 with spaces, remove them.
6383
6384 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6385
6386 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6387 (x-gtk-map-stock): Use two directory elements when matching
6388 file name.
6389
6390 2007-08-31 James Wright <james@chumsley.org>
6391
6392 * eshell/em-unix.el (eshell/info): New function.
6393
6394 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * frame.el (frame-initialize, make-frame):
6397 * server.el (server-process-filter):
6398 * faces.el (tty-set-up-initial-frame-faces): Don't set
6399 term-environment-variable since it's not used any more.
6400
6401 * env.el (setenv): Don't treat $TERM specially.
6402
6403 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6404 stated otherwise, subprocesses do not send back escape sequences
6405 corresponding to the terminal from which Emacs was started.
6406
6407 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6408
6409 * calculator.el: Require cl for compilation.
6410
6411 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6412
6413 * outline.el (outline-font-lock-levels): Comment out unused var.
6414 (outline-font-lock-face): Wrap around face list to handle any
6415 nesting depth gracefully.
6416
6417 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
6418
6419 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6420 `set-file-times'.
6421
6422 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6423
6424 * textmodes/org.el (org-export-visible): Fix drawers before export.
6425 (org-do-sort): Allow sorting by priority.
6426 (org-agenda-files): Ignore non-existing files.
6427 (org-agenda-skip-unavailable-files): New variable.
6428 (org-ellipsis): All a face as value.
6429 (org-mode): Interprete the face value of `org-ellipsis'.
6430 (org-archive-save-context-info): New option.
6431 (org-archive-subtree): Store context info in archived entry.
6432 (org-fast-tag-selection-can-set-todo-state): New variable.
6433 (org-fast-tag-selection): Allow setting TODO states through this
6434 interface.
6435 (org-cycle): Docstring updated.
6436 (org-todo-keyword-faces): New option.
6437 (org-get-todo-face): New function.
6438 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6439 Use `org-get-todo-face'.
6440 (org-switch-to-buffer-other-window): New function.
6441 (org-table-edit-field, org-table-show-reference)
6442 (org-table-edit-formulas, org-add-log-note)
6443 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6444 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6445 `switch-to-buffer-other-window' to make sure that the temporary
6446 windows show up on the current frame.
6447 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6448 (org-get-entries-from-diary, org-replace-region-by-html):
6449 Don't allow pop-up frames.
6450 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6451 Fix problems with time-of-day.
6452 (org-export-get-title-from-subtree): New function.
6453 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6454 with listing items that are DONE.
6455 (org-change-tag-in-region): New command.
6456 (org-agenda-skip-scheduled-if-done)
6457 (org-agenda-skip-deadline-if-done): Docstring clarified.
6458 (org-mode): Hide drawers on startup.
6459 (org-get-todo-face): New function.
6460 (org-todo-keyword-faces): New option.
6461 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6462 (org-remove-keyword-keys): New function.
6463
6464 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6465
6466 * progmodes/grep.el (grep-find-ignored-directories):
6467 Add monotone _MTN bookkeeping directory in workspaces.
6468 Add RCS control directory. List items in alphabetical order.
6469
6470 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6471 Sort items in alphabetical order. Fix parens.
6472
6473 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6474
6475 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6476 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6477 (vc-hg-pull): New functions.
6478 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6479
6480 * term/mac-win.el: Don't require url, only autoloaded url
6481 functions are used in this file.
6482
6483 2007-08-29 Andreas Schwab <schwab@suse.de>
6484
6485 * shell.el (shell): Return correct value from interactive spec.
6486
6487 2007-08-29 Glenn Morris <rgm@gnu.org>
6488
6489 * version.el (emacs-version): Increase to 23.0.50.
6490
6491 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6492
6493 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6494
6495 2007-08-29 Juri Linkov <juri@jurta.org>
6496
6497 * loadup.el: Add "button" loading after "faces" and move "startup"
6498 to load after "button".
6499
6500 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6501
6502 * loadup.el: Load term/mac-win on a Mac using Carbon.
6503
6504 * term/mac-win.el: Provide mac-win.
6505 (mac-initialized): New variable.
6506 (mac-initialize-window-system): New function. Move global setup here.
6507 (handle-args-function-alist, frame-creation-function-alist):
6508 (window-system-initialization-alist): Add mac entries.
6509 (x-setup-function-keys): New function containing all the
6510 top level function key definitions.
6511
6512 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6513
6514 * env.el (read-envvar-name): Don't consider the environment frame param.
6515
6516 * env.el (setenv):
6517 * frame.el (frame-initialize, make-frame):
6518 * faces.el (tty-set-up-initial-frame-faces):
6519 * server.el (server-process-filter): Set
6520 display-environment-variable and term-environment-variable.
6521
6522 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6523
6524 2007-08-29 Jason Rumney <jasonr@gnu.org>
6525
6526 * loadup.el: Only load term/x-win when X is compiled in.
6527 Load term/w32-win and dependencies on windows-nt.
6528
6529 * term/w32-win.el: Reorder to match x-win.el more closely.
6530 Provide w32-win. Don't throw error when global window-system not w32.
6531 (internal-face-interactive): Remove obsolete function.
6532 (x-setup-function-keys): Use local-function-key-map.
6533 (w32-initialized): New variable.
6534 (w32-initialize-window-system): Set it.
6535 Move more global setup here.
6536 (x-setup-function-keys): New function.
6537 (w32-initialize-window-system): Move non function key global setup here.
6538 (x-cut-buffer-max): Remove.
6539 (w32-initialize-window-system): New function.
6540 (handle-args-function-alist, frame-creation-function-alist):
6541 (window-system-initialization-alist): Add w32 entries.
6542
6543 2007-08-29 David Kastrup <dak@gnu.org>
6544
6545 * env.el (getenv): Pass frame to getenv-internal.
6546
6547 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6548
6549 * version.el (emacs-version): Show if multi-tty is present.
6550
6551 * loadup.el: Delay loading env; mule-conf gets confused by cl
6552 during bootstrap. Also load termdev and term/x-win.
6553
6554 * bindings.el (mode-line-client): New variable.
6555 (help-echo): Add it to the default mode-line format.
6556
6557 * cus-start.el: Remove bogus window-system reference from GTK test.
6558
6559 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6560 (ebrowse-electric-position-mode-map):
6561 * ebuff-menu.el (electric-buffer-menu-mode-map):
6562 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6563 not `suspend-emacs'.
6564
6565 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6566 (ediff-window-setup-function): Use it as default.
6567
6568 * files.el (save-buffers-kill-terminal): New function.
6569 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6570
6571 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6572 and `with-selected-frame'.
6573
6574 * help-fns.el (describe-variable): Describe frame-local variables
6575 correctly.
6576
6577 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6578 display support.
6579 (normal-erase-is-backspace-setup-frame): New function.
6580
6581 * subr.el (with-selected-frame): New function.
6582 (read-quoted-char): Use terminal-local binding of
6583 local-function-key-map instead of function-key-map.
6584
6585 * talk.el (talk): New function.
6586 (talk-handle-delete-frame): New function.
6587 (talk-add-display): Open a new frame only if FRAME was not a frame.
6588
6589 * termdev.el: New file.
6590
6591 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6592 * term/x-win.el: Don't bind f10.
6593 * tmm.el: Remove autoload binding for f10.
6594
6595 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6596 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6597 Store the saved input method as a terminal parameter. Add keymap
6598 parameter. Use it instead of changing key-translation-map directly.
6599 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6600 Remove.
6601 (encoded-kbd-setup-display): New function.
6602
6603 * international/mule-cmds.el (set-locale-environment): Fix getenv
6604 call. Use save-buffers-kill-terminal. Ignore window-system; always
6605 set the keyboard coding system. Add DISPLAY parameter.
6606 (set-display-table-and-terminal-coding-system): Add DISPLAY
6607 parameter. Pass it to set-terminal-coding-system.
6608
6609 * international/mule.el (keyboard-coding-system): Test for
6610 encoded-kbd-setup-display, not encoded-kbd-mode.
6611 (set-terminal-coding-system, set-keyboard-coding-system): Add
6612 DISPLAY parameter.
6613 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6614
6615 * term/README: Update.
6616
6617 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6618
6619 * term/x-win.el (x-setup-function-keys): New function. Move
6620 function-key-map tweaks here. Protect against multiple calls on
6621 the same terminal. Use terminal-local binding of
6622 local-function-key-map instead of function-key-map.
6623 (x-initialize-window-system): Make a copy of pure list. Pass a
6624 frame getenv.
6625
6626 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6627 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6628 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6629 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6630 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6631 local-function-key-map instead of function-key-map.
6632
6633 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6634 `substitute-key-definition' and `define-key' calls against
6635 multiple execution. Use terminal-local binding of
6636 local-function-key-map instead of function-key-map. Pass a frame
6637 to getenv.
6638
6639 * edmacro.el (edmacro-format-keys):
6640 * emulation/cua-base.el (cua--pre-command-handler):
6641 * isearch.el (isearch-other-meta-char):
6642 * xt-mouse.el: Use terminal-local binding of
6643 local-function-key-map instead of function-key-map.
6644
6645 * fringe.el (set-fringe-mode): Simplify and fix using
6646 `modify-all-frames-parameters'.
6647 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6648 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6649 check before calling `tool-bar-setup'.
6650 (tool-bar-setup): New variable.
6651 (tool-bar-setup): Use it to guard against multiple calls. Add
6652 optional frame parameter, and select that frame before adding items.
6653 (toggle-tool-bar-mode-from-frame): New function.
6654
6655 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6656 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6657 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6658 "Tool-bar" toggles to reflect the state of the current frame.
6659 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6660
6661 * env.el: Require cl for byte compilation (for `block' and `return').
6662 (environment, setenv-internal): New functions.
6663 (let-environment): New macro.
6664 (setenv, getenv): Add optional terminal parameter. Update docs.
6665 (setenv): Use setenv-internal. Always set process-environment.
6666 Handle `local-environment-variables'.
6667 (read-envvar-name, setenv, getenv): Use frame parameters
6668 to store the local environment, not terminal parameters. Include
6669 `process-environment' as well.
6670
6671 * faces.el (tty-run-terminal-initialization): New function.
6672 (tty-create-frame-with-faces): Use it. Set up faces and
6673 background mode only after the terminal has been initialized.
6674 Call terminal-init-*. Don't load the initialization file more
6675 than once. Call set-locale-environment.
6676 (frame-set-background-mode): Handle the 'background-mode terminal
6677 parameter.
6678 (tty-find-type): New function.
6679 (x-create-frame-with-faces): Remove bogus check for
6680 first frame. Call `tool-bar-setup'. Don't make frame visible
6681 until we are done setting up all its parameters. Call
6682 x-setup-function-keys.
6683
6684 * frame.el (make-frame): Always inherit 'environment and 'client
6685 parameters. Set up the 'environment frame parameter, when needed.
6686 Also inherit 'client parameter. Don't override explicitly
6687 specified values with inherited ones. Add 'terminal frame
6688 parameter. Append window-system-default-frame-alist to parameters
6689 before calling frame-creation-function.
6690 (frame-initialize): Copy the environment from the initial frame.
6691 (window-system-default-frame-alist): Enhance doc string.
6692 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6693 `default-frame-alist' when initial frame is on a tty.
6694 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6695 Remove specified parameters from `window-system-default-frame-alist'.
6696 (make-frame-on-tty, framep-on-display, suspend-frame):
6697 Extend doc string, update parameter names.
6698 (frames-on-display-list): Use terminal-id to get the display id.
6699 (frame-notice-user-settings): Extend to apply
6700 settings in `window-system-default-frame-alist' as well.
6701 (terminal-id, terminal-parameters, terminal-parameter)
6702 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6703 (delete-frame-functions): Add to `delete-frame-functions' hook.
6704 (blink-cursor-mode): Adapt blink-cursor-mode default
6705 value from startup.el.
6706 (make-frame-on-display): Protect condition on x-initialized when
6707 x-win.el is not loaded. Update doc.
6708 (suspend-frame): Use display-controlling-tty-p to decide between
6709 suspend-emacs and suspend-tty.
6710 (frames-on-display-list): Update for display ids.
6711 (framep-on-display): Ditto.
6712 (suspend-frame): Use display-name, not frame-tty-name.
6713 (selected-terminal): New function.
6714
6715 * server.el: Use `device' instead of `display' or `display-id' in
6716 variable and client parameter names.
6717 (server-select-display): Remove (unused).
6718 (server-tty-live-p, server-handle-delete-tty): Remove.
6719 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6720 Update docs.
6721 (server-getenv-from, server-with-environment, server-send-string)
6722 (server-save-buffers-kill-terminal): New functions.
6723 (server-delete-client): Handle quits in kill-buffer. Don't kill
6724 modified buffers. Add extra logging. Delete frames after
6725 deleting the tty. Clear 'client parameter before deleting a frame.
6726 Use delete-display, not delete-tty.
6727 (server-visit-files): Don't set `server-existing-buffer' if the
6728 buffer already has other clients. Return list of buffers
6729 created. Update doc. Don't set client-record when nowait.
6730 (server-handle-delete-frame): Delete the client if this was its
6731 last frame. Check that the frame is alive. Remove bogus comment.
6732 Add note on possible race condition. Delete tty clients, if needed.
6733 (server-handle-suspend-tty): Use server-send-string. Kill the
6734 client in case of errors from process-send-string. Use the display
6735 parameter.
6736 (server-unload-hook): Remove obsolete delete-tty hook.
6737 (server-start): Ask before restarting if the old server still has
6738 clients. Add feedback messages. Remove obsolete delete-tty hook.
6739 (server-process-filter): Use server-send-string. Accept `-dir'
6740 command. Switch to *scratch* immediately after creating the frame,
6741 before evaluating any -evals. Protect `display-splash-screen'
6742 call in a condition-case. Explain why. Call
6743 `display-startup-echo-area-message' before
6744 `display-splash-screen'. Don't display the splash screen when no
6745 frame was created. Show the Emacs splash screen and startup echo
6746 area message. Display the *scratch* buffer by default. Store the
6747 local environment in a frame (not terminal) parameter. Do not try
6748 to decode environment strings. Fix reference to the 'display
6749 frame parameter. Change syntax of environment variables. Put
6750 environment into terminal parameters, not client parameters. Use
6751 a dummy client with --no-wait's X frames. In `-position LINE'
6752 handler, don't ruin the request string until the line number is
6753 extracted. Log opened files. Handle -current-frame command.
6754 Don't create frames when it is given. Don't bind X frames to the
6755 client when we are in -no-wait mode. Set locale environment
6756 variables from client while creating tty frames. Disable call to
6757 configure-display-for-locale. When processing -position command,
6758 don't change the request string until the parameters are
6759 extracted. Don't try to create an X frame when Emacs does not
6760 support it. Improve logging. Temporarily set ncurses-related
6761 environment variables to those of the client while creating a new
6762 tty frame. Select buffers opened by nowait clients, don't leave
6763 them buried under others. Set the display parameter, and use it
6764 when appropriate.
6765
6766 * startup.el (display-startup-echo-area-message): Handle
6767 `inhibit-startup-echo-area-message' here.
6768 (command-line-1): Moved from here.
6769 (fancy-splash-screens): Use `overriding-local-map' instead of
6770 `overriding-terminal-local-map' for now; the latter doesn't work
6771 right, it looses keypresses to another terminal. Use
6772 `overriding-terminal-local-map' to set up keymap. Install a
6773 `delete-frame-functions' hook to catch `delete-frame' events.
6774 Ignore `select-window' events to cope better with
6775 `focus-follows-mouse'. Don't switch back to the original buffer
6776 if the splash frame has been killed. Restore previous buffer, even
6777 if it's *scratch*.
6778 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6779 changes the global binding - setq it instead. Use
6780 `save-buffers-kill-terminal'.
6781 (display-splash-screen): Don't do anything if the splash screen is
6782 already displayed elsewhere.
6783 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6784 (command-line): Replace duplicated code with a call to
6785 tty-run-terminal-initialization. Don't load the terminal
6786 initialization file more than once. Remove call to nonexistent
6787 function `set-locale-translation-file-name'.
6788
6789 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6790 parameters.
6791 (xterm-mouse-position-function, xterm-mouse-event): Update.
6792 (xterm-mouse-mode): Don't depend on current value of window-system.
6793 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6794 Update for multi-tty.
6795 (turn-on-xterm-mouse-tracking-on-terminal)
6796 (turn-off-xterm-mouse-tracking-on-terminal)
6797 (xterm-mouse-handle-delete-frame): New functions.
6798 (delete-frame-functions, after-make-frame-functions)
6799 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6800 for multi-tty.
6801
6802 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * simple.el (invisible-p): Remove: implemented in C now.
6805 (line-move-invisible-p): Remove obsolete alias.
6806
6807 2007-08-28 Juri Linkov <juri@jurta.org>
6808
6809 * image-mode.el (image-type): New variable.
6810 (image-mode): Set default major mode name to "Image[text]".
6811 (image-minor-mode): Change LIGHTER to display image-type in the
6812 mode line.
6813 (image-minor-mode): Set default image-type to "text".
6814 (image-toggle-display): After switching to text mode, set
6815 image-type to "text" and major mode name to "Image[text]".
6816 After switching to image mode, set image-type to actual image
6817 type, and add image type to major mode name. Let-bind the same
6818 variable names as arguments of `image-type' and `create-image'.
6819 Bind `type' to the result of `image-type' and use it as arg
6820 of `create-image' to not determine the image type twice.
6821
6822 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6825 (tramp-set-file-uid-gid, tramp-get-local-uid)
6826 (tramp-get-local-gid): New defuns.
6827 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6828 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6829 Improve fast track.
6830 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6831 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6832 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6833 (tramp-handle-write-region): Improve fast track.
6834 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6835 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6836 be nil.
6837
6838 2007-08-28 Ivan Kanis <apple@kanis.eu>
6839
6840 * time.el: New feature to display several time zones in a buffer.
6841 (display-time-world-mode, display-time-world-display)
6842 (display-time-world, display-time-world-timer): New functions.
6843 (display-time-world-list, display-time-world-time-format)
6844 (display-time-world-buffer-name, display-time-world-timer-enable)
6845 (display-time-world-timer-second, display-time-world-mode-map):
6846 New variables.
6847
6848 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6849
6850 * term/x-win.el (x-gtk-stock-map): New variable.
6851 (x-gtk-map-stock): New function.
6852
6853 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6854 prev/next-node.
6855
6856 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6857
6858 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6859
6860 2007-08-28 Glenn Morris <rgm@gnu.org>
6861
6862 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6863
6864 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6865
6866 * progmodes/modula2.el (m2-definition, m2-module):
6867 Don't use previous-line. Reported by T. V. Raman.
6868
6869 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6870
6871 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6872 argument to tool-bar-mode call.
6873
6874 2007-08-27 Glenn Morris <rgm@gnu.org>
6875
6876 * diff-mode.el (diff-find-file-name): Only accept regular files,
6877 to rule out /dev/null, directories, etc.
6878
6879 * vc-svn.el (vc-svn-diff): If the repository version of all the
6880 files is the same as the specified OLDVERS, do a local diff.
6881
6882 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6885 of buffers in uniquify-managed.
6886
6887 * simple.el (invisible-p): Rename from text-invisible-p.
6888 Update callers.
6889
6890 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6893 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6894 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6895 (cperl-etags-goto-tag-location): Use new style backquotes.
6896
6897 * net/browse-url.el: Remove spurious * in custom docstrings.
6898 (browse-url-filename-alist): Use new-style backquote.
6899
6900 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6901 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6902
6903 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6904 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6905
6906 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6907
6908 * net/socks.el (socks-username/password-auth-filter):
6909 Remove unused vars `state' and `desired-len'.
6910 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6911 (socks-wait-for-state-change): Use new-style backquotes.
6912
6913 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6914
6915 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6916 backquotes after each `read' rather than once per buffer.
6917
6918 * dframe.el: Remove spurious * in custom docstrings.
6919 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6920 (dframe-xemacs20p): Remove, inline at the sole use point.
6921 (defface): Don't defvar the face, don't use old-style backquote.
6922 (defcustom): Don't use old-style backquote.
6923 (dframe-frame-parameter, dframe-mouse-event-p):
6924 Make it obvious that it's always defined.
6925 (dframe-popup-kludge): New function to replace
6926 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6927 (dframe-frame-mode, dframe-set-timer-internal)
6928 (dframe-mouse-set-point): Remove use of with-no-warnings from
6929 XEmacs-specific code.
6930 (dframe-set-timer-internal): Fix very old bug with
6931 post-command-idle-hook.
6932
6933 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6934
6935 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6936
6937 * emacs-lisp/avl-tree.el: New file.
6938
6939 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6940
6941 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6942 was used.
6943
6944 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6945
6946 * complete.el (PC-do-completion): Make RET accept a non-unique but
6947 complete expansion again.
6948
6949 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6950
6951 * eshell/esh-opt.el (eshell-eval-using-options):
6952 Add debug declaration.
6953
6954 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6955
6956 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6957 (log-view-get-marked): Likewise.
6958
6959 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6960 (vc-delete-automatic-version-backups): Likewise.
6961
6962 * vc.el (vc-dired-buffers-for-dir): Likewise.
6963
6964 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6965
6966 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6967 safe-local-variable setting.
6968 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6969
6970 * log-view.el (log-view-marked-list): Delete variable.
6971 (log-view-mode): Don't use it.
6972 (log-view-toggle-mark-entry): Likewise, simplify.
6973 (log-view-current-tag): Don't return properties.
6974 (log-view-get-marked): New function.
6975
6976 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6977
6978 * vc-git.el (vc-git-mode-line-string): New function.
6979
6980 2007-08-25 Alan Mackenzie <acm@muc.de>
6981
6982 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6983 new language variable.
6984
6985 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6986 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6987 "extern" etc., rather than BOI. Fix addition of spurious
6988 syntactic-symbol 'defun-block-intro, replacing it with
6989 'innamespace, etc.
6990
6991 2007-08-25 Juri Linkov <juri@jurta.org>
6992
6993 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6994
6995 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6996 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6997 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6998
6999 * image.el (image-type-header-regexps): Use more complex regexp for svg.
7000 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7001 (image-type-auto-detectable): Add (svg . maybe).
7002
7003 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7004 to treat it like .tgz.
7005
7006 * calendar/cal-bahai.el: Add file coding cookie.
7007
7008 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
7009
7010 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7011 Don't behave differently when executed via M-x. Add doc string.
7012
7013 * sort.el (sort-fold-case, sort-numeric-base): Mark as
7014 safe-local-variable.
7015
7016 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
7017
7018 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7019 the default value.
7020 (math-calendar-tzinfo): New variable.
7021 (math-get-calendar-tzinfo): New function.
7022 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7023 to get information when zone is nil.
7024
7025 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7026
7027 * log-view.el (log-view-toggle-mark-entry): New function.
7028 (log-view-mode-map): Bind it.
7029 (log-view-marked-list): New variable.
7030 (log-view-mode): Make it local.
7031
7032 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7033
7034 * play/zone.el (zone-pgm-rat-race): New func.
7035 (zone-programs): Add `zone-pgm-rat-race'.
7036
7037 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7038
7039 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7040 a list.
7041
7042 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7043
7044 * progmodes/hideshow.el (hs-match-data): Delete alias.
7045 (hs-hide-block-at-point, hs-find-block-beginning)
7046 (hs-show-block): Use `match-data' directly.
7047
7048 2007-08-24 Martin Rudalics <rudalics@gmx.at>
7049
7050 * format.el (format-alist): Fix typo in doc-string.
7051
7052 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
7053
7054 * net/tramp.el (tramp-local-host-p): New defun.
7055 (tramp-handle-file-local-copy, tramp-handle-write-region):
7056 Implement fast track when being on the local host.
7057 (tramp-file-name-handler): Don't set "started" property. It shall
7058 be reserved for the "ftp" method.
7059 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7060
7061 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7062 (tramp-ftp-file-name-handler): Set "started" property.
7063
7064 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
7065
7066 * files.el (backup-buffer-copy): Don't wrap delete in
7067 condition-case, only try to delete if file exists.
7068
7069 2007-08-24 Glenn Morris <rgm@gnu.org>
7070
7071 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7072
7073 * startup.el (tutorial-directory): Set with eval-at-startup so it
7074 gets the right value in an installed Emacs.
7075
7076 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7077
7078 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7079 (eldoc-highlight-function-argument): Use it.
7080
7081 2007-08-23 Masatake YAMATO <jet@gyve.org>
7082
7083 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7084 name of parameters in document body.
7085
7086 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7089 (byte-compile-output-as-comment): Use with-current-buffer rather than
7090 a weird set-buffer&prog1 combination.
7091
7092 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7093 test so as to optimise cases where the `progn's result is constant.
7094
7095 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7096
7097 * locate.el (locate-get-file-positions):
7098 Use line-beginning-position and line-end-position.
7099
7100 2007-08-23 John Wiegley <johnw@newartisans.com>
7101
7102 * calendar/cal-bahai.el: Added in the diacriticals that were
7103 missing for many of the month names.
7104
7105 2007-08-22 Jason Rumney <jasonr@gnu.org>
7106
7107 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7108
7109 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * image-mode.el (image-minor-mode): Use image-mode-text-map.
7112
7113 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
7114
7115 * dabbrev.el (dabbrev--progress-reporter): New variable.
7116 (dabbrev--scanning-message): Delete func.
7117 (dabbrev--find-expansion): Use a progress reporter
7118 instead of dabbrev--scanning-message.
7119
7120 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7121
7122 * comint.el (comint-exec-1): Raise an error if
7123 `start-file-process' does not return a process object.
7124
7125 * shell.el (shell): Prompt for `default-directory' if it is a
7126 remote file name, and if called with a prefix arg.
7127
7128 2007-08-22 Sam Steingold <sds@gnu.org>
7129
7130 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7131
7132 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7133
7134 * textmodes/org-export-latex.el: New file.
7135
7136 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7137
7138 * textmodes/org.el (org-agenda-skip): Allow a form for
7139 `org-agenda-skip-function'.
7140 (org-agenda-redo): Re-use local settings.
7141 (org-agenda): Store local settings.
7142 (org-agenda-deadline-faces): New option.
7143 (org-agenda-deadline-face): New function.
7144 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7145 entries on their due date.
7146 (org-agenda-get-timestamps): No longer handle the due dates of
7147 schedules and deadline items.
7148 (org-insert-link-global, org-open-at-point-global): New commands.
7149 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7150 :for-ascii parameter.
7151 (org-skip-comments): Function removed.
7152 (org-cleaned-string-for-export): Handle special table lines.
7153 (org-global-properties): New option.
7154 (org-entry-get-with-inheritance): Check global properties.
7155 (org-local-properties): New variable.
7156 (org-set-regexps-and-options): Find the #+PROPERTY line.
7157 (org-link-types): Change type into variable (was constant).
7158 (org-make-link-regexps): New function.
7159 (org-link-re-with-space, org-link-re-with-space2)
7160 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7161 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7162 these regular expressions happens now in the function
7163 `org-make-link-regexps'.
7164 (org-store-link): Call the functions in
7165 `org-store-link-functions'.
7166 (org-add-link-type): New function.
7167 (org-store-link-functions): New variable.
7168 (org-activate-tags): Force matches to be in headlines.
7169 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7170 (org-columns-display-here): Make sure this works in a narrowed
7171 buffer by checking for point-min.
7172 (org-columns-display-here): Make the rest of the line intangible,
7173 so that point never can be there.
7174 (org-cleaned-string-for-export): Use `with-current-buffer'.
7175 (org-replace-region-by-html): Use `with-current-buffer'.
7176 (org-unfontify-region, org-do-occur, org-columns-display-here)
7177 (org-columns-remove-overlays, org-columns-quit)
7178 (org-columns-edit-value, org-columns-next-allowed-value)
7179 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7180 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7181 (org-agenda-todo, org-agenda-change-all-lines)
7182 (org-agenda-align-tags, org-agenda-priority)
7183 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7184 (org-agenda-show-new-time, org-cleaned-string-for-export)
7185 (org-export-grab-title-from-buffer)
7186 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7187 instead of `buffer-read-only'.
7188 (org-export-as-html): Set `coding-system-for-write'.
7189 (org-remember-store-without-prompt): New option.
7190 (org-archive-subtree): Fixed bug with modifying TODO keyword.
7191 (org-beginning-of-line): Also treat C-a special in items.
7192 (org-table-convert-refs-to-rc): Fixed problem with column
7193 reference after "..".
7194 (org-columns-compute): Don't mark buffer modified because of text
7195 properties.
7196 (org-batch-store-agenda-views): Use the variable
7197 `default-directory', not the function.
7198 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7199 (org-clock-out-when-done): New option.
7200 (org-html-entities): Added HTML entities for smileys.
7201
7202 2007-08-22 Glenn Morris <rgm@gnu.org>
7203
7204 * image.el (create-image): Doc fix.
7205
7206 * startup.el (tutorial-directory): New constant.
7207 (fancy-splash-text): Tutorials now in tutorial-directory.
7208 * tutorial.el (help-with-tutorial): Tutorials now in
7209 tutorial-directory.
7210
7211 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7212
7213 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7214 otherwise.
7215 (tramp-get-remote-path): New defun. Replace occurrences of
7216 `tramp-default-remote-path' by this function.
7217 (tramp-set-remote-path): Move most of the code to
7218 `tramp-get-remote-path'.
7219 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7220 existing directories, this is done already in
7221 `tramp-get-remote-path'.
7222
7223 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7224
7225 * image-file.el (image-file-name-extensions): Add "svg".
7226 * image.el (image-type-header-regexps): Add svg entry.
7227
7228 2007-08-22 Glenn Morris <rgm@gnu.org>
7229
7230 * files.el (backup-buffer-copy): Check backup directory is
7231 writable, to avoid infloop deleting old backup.
7232
7233 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7234 movemail related variables.
7235 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7236 will now be set before this is called.
7237
7238 2007-08-21 Juri Linkov <juri@jurta.org>
7239
7240 * delsel.el (delete-selection-pre-hook):
7241 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7242 instead of checking last-command.
7243
7244 2007-08-21 Juri Linkov <juri@jurta.org>
7245
7246 * loadup.el: Preload "button".
7247
7248 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7251 Add previous-line and next-line.
7252
7253 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7254 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7255
7256 * vc-hooks.el (vc-menu-entry): New var.
7257 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7258 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7259 (vc-menu-map): Declare and initialize in one step.
7260 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7261
7262 * menu-bar.el (vc-menu-map): Don't setup any more.
7263 Instead, just create the proper spot in the menu.
7264
7265 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * smerge-mode.el (smerge-resolve): New arg `safe'.
7268 (smerge-resolve-all, smerge-batch-resolve): New function.
7269 (smerge-refine): Make sure `diff' returns the expected result.
7270 (smerge-parsep-re): New const.
7271 (smerge-mode): Use it to adjust paragraph-separate.
7272
7273 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7274 Correctly match / regexp matchers as first char on a line when
7275 fontifying only that line.
7276
7277 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7278
7279 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * vc-bzr.el: Don't fiddle with vc-handled-backend.
7282 (vc-bzr-registered): Don't redundantly protect against
7283 file-error. Actually use the format-specific code.
7284 (vc-bzr-buffer-nonblank-p): Remove.
7285 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7286
7287 2007-08-20 Juri Linkov <juri@jurta.org>
7288
7289 * startup.el (fancy-splash-text): Change multiple tabs into one
7290 tab. Remove "Useful File menu items" section (with "Exit Emacs"
7291 and "Recover Crashed Session").
7292 (fancy-splash-screens): Set tab-width to 22.
7293 (normal-splash-screen): Replace literal tabs with \t and
7294 fix whitespace. Remove "Useful File menu items" section (with
7295 "Exit Emacs" and "Recover Crashed Session").
7296
7297 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7298
7299 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7300 extracted from `eval-last-sexp-1'.
7301 (eval-last-sexp-1): Call `preceding-sexp'.
7302
7303 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7304
7305 * vc-rcs.el (vc-rcs-annotate-command):
7306 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7307 Add back :vc-annotate-prefix propertization.
7308
7309 2007-08-20 Andreas Schwab <schwab@suse.de>
7310
7311 * mail/rmail.el (rmail-autodetect): Doc fix.
7312
7313 2007-08-19 Juri Linkov <juri@jurta.org>
7314
7315 * startup.el (normal-splash-screen): Add more links.
7316
7317 2007-08-19 Juri Linkov <juri@jurta.org>
7318
7319 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7320 because it's common to both types of splash screen: fancy and normal.
7321 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7322 (exit-splash-screen): Rename from `fancy-splash-quit'.
7323 Use `quit-window' instead of `kill-buffer'.
7324 (fancy-splash-head): Use make-button to insert GNU image link.
7325 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7326 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7327 (normal-splash-screen): Put "Browse manuals" on the same line with
7328 "Emacs manual". Remove descriptions from "Useful tasks" and put
7329 all links in two columns on two lines.
7330
7331 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
7332
7333 * emulation/viper.el (viper-remove-hooks): Remove some additional
7334 viper hooks when the user calls viper-go-away.
7335 (viper-go-away): Restore the default of default-major-mode.
7336 Save the value of default-major-mode before vaperization.
7337
7338 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7339
7340 * emulation/viper-ex.el: Replace error "" with "Viper bell".
7341
7342 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7343 buffer for which file is created.
7344
7345 2007-08-19 Glenn Morris <rgm@gnu.org>
7346
7347 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7348 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7349 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7350 shadow files messing up the compilation.
7351
7352 2007-08-18 Glenn Morris <rgm@gnu.org>
7353
7354 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7355 string. Also apply eldoc-argument-case in the help-split-fundoc
7356 case. Adapt for changed behavior of eldoc-function-argstring,
7357 eldoc-function-argstring-format, and
7358 eldoc-highlight-function-argument.
7359 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7360 just call eldoc-docstring-format-sym-doc in that case.
7361 (eldoc-function-argstring): Change the behavior. Now it converts
7362 an argument list to a string.
7363 (eldoc-function-argstring-format): Change the behavior. Now it
7364 applies `eldoc-argument-case' to a string.
7365
7366 * progmodes/scheme.el (scheme-mode-variables): Set
7367 font-lock-comment-start-skip.
7368
7369 2007-08-18 Martin Rudalics <rudalics@gmx.at>
7370
7371 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7372 set-syntax-table from here to ...
7373 (ada-mode): ... here. Do not change global value of
7374 comment-multi-line. Call new function
7375 ada-initialize-syntax-table-properties and add new function
7376 ada-handle-syntax-table-properties to font-lock-mode-hook.
7377 (ada-deactivate-properties, ada-initialize-properties): Replace
7378 by new functions ...
7379 (ada-handle-syntax-table-properties)
7380 (ada-initialize-syntax-table-properties)
7381 (ada-set-syntax-table-properties): ... to set up syntax-table
7382 properties uniformly, independently from whether font-lock-mode
7383 is enabled or not. Handle read-only buffers and do not change
7384 undo-list when setting syntax-table properties.
7385 (ada-after-change-function): Use ada-set-syntax-table-properties.
7386
7387 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7388
7389 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7390 (meta-indent-current-nesting): Use a computation of the nesting
7391 instead.
7392 (meta-indent-current-indentation): Indentation is given according
7393 to nesting and if the previous line was finished or not.
7394 (meta-indent-unfinished-line): Tell if the current line ends with
7395 a finished expression.
7396 (meta-indent-looking-at-code): Like `looking-at', but checks if
7397 the point is in a string before.
7398 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7399 done in the nesting function.
7400 (meta-indent-in-string-p): Tell if the current point is in a
7401 string.
7402 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7403 previous functions.
7404
7405 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7406
7407 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7408 (copyright-update-year, copyright-update)
7409 (copyright-fix-years): Use it.
7410
7411 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7412
7413 * emacs-lisp/copyright.el (copyright-update-year):
7414 Fix bug: Handle nil copyright-limit.
7415
7416 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7417
7418 * calc/calc-units.el (math-standard-units): Give exact
7419 conversion for tsp.
7420
7421 * calc/calc.el (math-bignum-digit-length): Compute the
7422 appropriate value.
7423
7424 * calc/calc-bin.el (math-bignum-logb-digit-size)
7425 (math-bignum-digit-power-of-two):
7426 * calc/calc-comb.el (math-small-factorial-table):
7427 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7428 (math-approx-gamma-const):
7429 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7430 (math-besY1, math-bernoulli-b-cache):
7431 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7432 Remove `eval-when-compile's.
7433
7434 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7435
7436 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7437 (cperl-find-pods-heres): Fix an error when typing expressions like
7438 `s{a}{b}'.
7439
7440 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7441
7442 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7443 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7444 a special case (there's no build number).
7445
7446 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7447
7448 * completion.el (symbol-under-point, symbol-before-point)
7449 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7450
7451 2007-08-17 Glenn Morris <rgm@gnu.org>
7452
7453 * progmodes/compile.el (compilation-get-file-structure): Make use
7454 of the directory part when checking for an existing entry, to
7455 handle files with same basename in different directories.
7456
7457 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7458
7459 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7460
7461 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7462
7463 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7464 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7465 (ps-paragraph-spacing): Docstring fix.
7466
7467 2007-08-16 Glenn Morris <rgm@gnu.org>
7468
7469 * ps-print.el (ps-font-size): Doc fix.
7470
7471 2007-08-16 Richard Stallman <rms@gnu.org>
7472
7473 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7474
7475 2007-08-15 Juri Linkov <juri@jurta.org>
7476
7477 * startup.el (initialization): Change parent group from `internal'
7478 to `environment'.
7479 (initial-buffer-choice): New variable.
7480 (command-line): Revert 2007-07-02 change that sets
7481 buffer-offer-save in *scratch* and enables auto-save in it.
7482 (fancy-splash-text): Add links to existing items. Add new items
7483 with links for useful tasks. Move information about Control-g to
7484 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7485 (fancy-splash-keymap): New variable.
7486 (fancy-splash-last-input-event): Remove variable.
7487 (fancy-splash-insert): Add processing of `:link' element.
7488 (fancy-splash-head): Replace "Type Control-l to begin editing"
7489 with "Type `q' to exit".
7490 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7491 (fancy-splash-default-action, fancy-splash-special-event-action):
7492 Remove functions.
7493 (fancy-splash-quit): New function.
7494 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7495 `static' and reverse the condition of its usage. Don't preserve
7496 original values of `minor-mode-map-alist',
7497 `emulation-mode-map-alists', `special-event-map'.
7498 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7499 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7500 Remove processing of special events. Use local key map
7501 `fancy-splash-keymap'. Set buffer to read-only.
7502 (normal-splash-screen): Rename input arg from `hide-on-input' to
7503 `static' and reverse the condition of its usage.
7504 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7505 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7506 Add links to existing items. Add new items with links for useful
7507 tasks. Use local key map `fancy-splash-keymap'.
7508 (display-splash-screen): Rename input arg from `hide-on-input' to
7509 `static'.
7510 (about-emacs): Add alias to display-splash-screen.
7511 (command-line-1): Use `initial-buffer-choice'.
7512
7513 * menu-bar.el (menu-bar-help-menu):
7514 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7515 item to about-emacs instead of display-splash-screen.
7516
7517 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7518
7519 * calc/calc-units.el (math-standard-units): Update values.
7520 Put in exact, rational values when possible.
7521 (math-unit-prefixes): Replace floats with powers of ten.
7522 (math-standard-units-systems): Replace floats with integers.
7523 (math-make-unit-string): Remove extra spaces in output.
7524
7525 2007-08-15 Glenn Morris <rgm@gnu.org>
7526
7527 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7528 sloppier, for the sake of GNU Mailman.
7529 (rmail-digest-rfc1153): Initialize `result' correctly.
7530
7531 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7532
7533 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7534 in the mail title. Suggested by Reiner Steib.
7535
7536 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7537
7538 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7539 representation of integers to the list of outputs.
7540
7541 2007-08-14 Glenn Morris <rgm@gnu.org>
7542
7543 * simple.el (bad-packages-alist): New constant.
7544 (bad-package-check): New function. Together, these two add elements
7545 to `after-load-alist' to check for problematic external packages.
7546 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7547
7548 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7549
7550 * calc/calc-units.el (math-get-standard-units)
7551 (math-get-units, math-make-unit-string)
7552 (math-get-default-units, math-put-default-units): New functions.
7553 (math-default-units-table): New variable.
7554 (calc-convert-units, calc-convert-temperature): Add machinery
7555 to supply default values.
7556
7557 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7560 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7561 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7562 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7563
7564 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7565 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7566 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7567 Make into a proper minor-mode.
7568 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7569 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7570 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7571 (tpu-set-cursor-free, tpu-set-cursor-bound):
7572 Delegate to tpu-cursor-free-mode.
7573 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7574 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7575 Use line-move or forward-line instead of next-line-internal.
7576
7577 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7578
7579 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7580
7581 2007-08-12 Richard Stallman <rms@gnu.org>
7582
7583 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7584 (cvs-execute-single-file): Use new name split-string-and-unquote.
7585 (cvs-header-msg): Use new name combine-and-quote-strings.
7586
7587 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7588
7589 * progmodes/gud.el (gud-common-init): Use new name
7590 split-string-and-unquote.
7591
7592 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7593 in javac regexp.
7594
7595 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7596 combine-and-quote-strings and split-string-and-unquote.
7597
7598 * subr.el (combine-and-quote-strings): Rename from strings->string.
7599 (split-string-and-unquote): Rename from string->strings.
7600
7601 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7604 to buffer-local settings.
7605
7606 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7607 (backquote-process): Add internal arg `level'. Use the two to
7608 correctly handle nested backquotes.
7609
7610 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7611
7612 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7613 (vc-bzr-state-words): Add "kind changed" state word.
7614 (vc-bzr-status): New function. Return Bzr idea of file status,
7615 which is different from VC's.
7616 (vc-bzr-state): Use vc-bzr-status.
7617 (vc-workfile-unchanged-p): Use vc-bzr-status.
7618 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7619 (vc-dired-state): Process "kind changed" state word.
7620
7621 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7624
7625 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7626 Move from vc-default-find-file-not-found-hook.
7627
7628 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * man.el: Remove spurious * in docstrings.
7631 Merge defvars and toplevel setq-defaults.
7632 (Man-highlight-references0): Limit=nil rather than point-max.
7633 (Man-mode-map): Move initialization into the declaration.
7634 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7635 (Man-view-header-file): Use expand-file-name rather than concat.
7636 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7637
7638 * man.el (Man-next-section): Make sure we do not move backward.
7639
7640 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7643
7644 2007-08-08 Glenn Morris <rgm@gnu.org>
7645
7646 * Replace `iff' in doc-strings and comments.
7647
7648 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7649
7650 * dired.el (dired-pop-to-buffer):
7651 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7652 * calendar/calendar.el (generate-calendar-window):
7653 * progmodes/compile.el (compilation-set-window-height):
7654 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7655 Use window-full-width-p instead of comparing frame-width and
7656 window-width.
7657
7658 * progmodes/compile.el (compilation-find-buffer): Remove extra
7659 argument in call to compilation-buffer-internal-p.
7660
7661 2007-08-07 Tom Tromey <tromey@redhat.com>
7662
7663 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7664 Add safe-local-variable property.
7665
7666 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * image-mode.el (image-toggle-display): Use image-refresh.
7669
7670 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7671
7672 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7673 unofficial version.
7674 (vc-bzr-command): Remove redundant setting of process-connection-type.
7675 (vc-bzr-admin-checkout-format-file): Add autoload.
7676 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7677 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7678 (vc-bzr-registered): Compare dirstate format tag with known good
7679 value, abort parsing if match fails. Warn user in docstring.
7680 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7681 See bzrlib/branch.py in Bzr sources.
7682 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7683 (vc-bzr-shell-command): Remove in favor of
7684 vc-bzr-command-discarding-stderr.
7685 (vc-bzr-command-discarding-stderr): New function.
7686
7687 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7688
7689 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7690 program, and return nil.
7691 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7692 (vc-bzr-state): Look for path names relative to the repository
7693 root after status keyword.
7694 (vc-bzr-file-name-relative): New function.
7695 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7696 depend on it.
7697 (vc-bzr-admin-dirname, ...-checkout-format-file)
7698 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7699 files that we now parse directly for speed.
7700 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7701 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7702 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7703 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7704 Bzr warnings, so we must discard it.
7705 (vc-bzr-workfile-version): Speedup counting lines from
7706 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7707 if that file doesn't exist.
7708 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7709 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7710 to `vc-directory-exclusion-list'.
7711 (vc-bzr-shell-command): New function.
7712
7713 2007-08-06 Tom Tromey <tromey@redhat.com>
7714
7715 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7716 (diff-fixup-modifs): Typo in docstring.
7717
7718 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7721 count-screen-lines.
7722 (tpu-edt-off): Disable relevant pieces of advice.
7723
7724 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7725 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7726 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7727 redefining the function.
7728 (tpu-set-scroll-margins): Activate the pieces of advice.
7729
7730 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7731
7732 * help.el (resize-temp-buffer-window): Use window-full-width-p
7733 instead of comparing frame-width and window-width.
7734
7735 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7736
7737 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7738 optional quotes around files in NEED-UPDATE . REMOVED case.
7739
7740 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7741 (ada-treat-cmd-string): Improve error message.
7742 (ada-do-file-completion): Call `ada-require-project-file', so
7743 project variables are set properly.
7744 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7745 (ada-gnatfind-buffer-name): New constant.
7746 (ada-find-any-references): Use new constant. Set buffer name
7747 properly in compilation-start. Toggle read-only properly.
7748 (ada-find-in-src-path): Fix spelling error in docstring.
7749
7750 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7751 by zero error.
7752
7753 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7756
7757 2007-08-12 Richard Stallman <rms@gnu.org>
7758
7759 * progmodes/sh-script.el (sh): Delete group `unix'.
7760
7761 * progmodes/gud.el (gud): Change to group `processes'.
7762
7763 2007-08-11 Glenn Morris <rgm@gnu.org>
7764
7765 * progmodes/compile.el (compilation-buffer-name): Don't check
7766 compilation-arguments. It is superfluous, and the variable isn't
7767 even set when this function is called.
7768
7769 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7770
7771 * term/mac-win.el (mac-ae-reopen-application): New function.
7772 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7773
7774 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7777 take tex-font-script-display into account.
7778 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7779 cell to a list of 2 elements to simplify the unfontify code.
7780
7781 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7782
7783 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7784 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7785 ps-print-color-p is neither nil nor black-white. Reported by Christian
7786 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7787
7788 2007-08-08 Andreas Schwab <schwab@suse.de>
7789
7790 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7791 self-insert-command, not self-insert.
7792
7793 2007-08-08 Glenn Morris <rgm@gnu.org>
7794
7795 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7796 argument optional, for backwards compatibility, and only highlight
7797 args when present. Fix symbol name typo (doc/args).
7798
7799 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7800 rather than just `-'.
7801
7802 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7803
7804 * calc/calc-units.el (calc-convert-temperature):
7805 Use `/' to create fractions.
7806
7807 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7808
7809 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7810 global matching.
7811 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7812 ERROR-BUFFER more robust. Display output.
7813 (tramp-file-name-handler): Add a connection property when we found
7814 a foreign file name handler. This allows backends like ftp to
7815 profit also from usr/host name completion based on connection
7816 cache.
7817 (tramp-send-command-and-read): Search for trash after the regexp
7818 until eol only. In XEmacs, there is a problem with \n.
7819
7820 * net/tramp-cache.el (top): Read persistent connection history
7821 when cache is empty.
7822
7823 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7824
7825 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7826 resulting output.
7827
7828 2007-08-07 Sam Steingold <sds@gnu.org>
7829
7830 * progmodes/compile.el (compilation-start): Pass nil as startfile
7831 to comint-exec.
7832
7833 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7834
7835 * longlines.el (longlines-decoded): New variable.
7836 (longlines-mode): Avoid encoding or decoding the buffer twice.
7837
7838 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7839
7840 * format.el (format-insert-file): Make sure that at most one undo
7841 entry is recorded for the insertion. Inhibit point-motion and
7842 modification hooks around call to insert-file-contents.
7843
7844 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7847 Select the buffer's window before moving point.
7848
7849 2007-08-07 Richard Stallman <rms@gnu.org>
7850
7851 * term.el (term): Remove parent group `unix'.
7852
7853 * simple.el (default-indent-new-line): New function.
7854 It calls comment-line-break-function if there are comments.
7855 (do-auto-fill): Use that.
7856
7857 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7858
7859 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7860 (PC-do-completion): Add "acronym completion" for symbols and
7861 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7862
7863 2007-08-06 Sam Steingold <sds@gnu.org>
7864
7865 * mouse.el (mouse-buffer-menu): Pass mode-name through
7866 format-mode-line because it may be a list,
7867 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7868
7869 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7870
7871 * printing.el (pr-update-menus): Docstring fix.
7872
7873 2007-08-06 Jason Rumney <jasonr@gnu.org>
7874
7875 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7876
7877 * vc-hooks.el (vc-call): Add doc string.
7878
7879 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7880
7881 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7882 process-filter.
7883
7884 2007-08-06 Kenichi Handa <handa@m17n.org>
7885
7886 * international/quail.el: Wrap (require 'help-mode) by
7887 eval-when-compile.
7888 (quail-help-init): New function.
7889 (quail-help): Call quail-help-init.
7890 (quail-store-decode-map-key): Change it to a function.
7891
7892 2007-08-05 Jason Rumney <jasonr@gnu.org>
7893
7894 * vc.el (vc-rollback): Add norevert argument back.
7895 (vc-revert-buffer): Add back as obsolete alias.
7896
7897 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7898
7899 * term.el: Honor term-default-fg-color and term-default-bg-color
7900 settings when modifying term-current-face.
7901 (term-default-fg-color, term-default-bg-color): Initialize from
7902 default term-current-face.
7903 (term-mode, term-reset-terminal): Set term-current-face with
7904 term-default-fg-color and term-default-bg-color.
7905 (term-handle-colors-array): term-current-face has term-default-fg-color
7906 and term-default-bg-color after reset escape sequence.
7907 (term-handle-colors-array): Set term-current-color with
7908 term-default-fg/bg-color instead of ansi-term-color-vector when the
7909 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7910
7911 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7912
7913 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7914 (math-nlfit-givens): Let bind free variables.
7915
7916 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7917
7918 * printing.el: Require lpr and ps-print when loading printing package.
7919 Reported by Glenn Morris <rgm@gnu.org>.
7920
7921 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7922
7923 * files.el (set-auto-mode): Handle also remote files wrt
7924 `auto-mode-alist'.
7925
7926 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7927
7928 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7929 curves and plotting.
7930
7931 * calc/calc-nlfit.el: New file.
7932
7933 2007-08-04 Glenn Morris <rgm@gnu.org>
7934
7935 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7936 zero, not nil, when the library is first loaded. Check for a file
7937 that has been modified on disk.
7938
7939 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7940 Remove duplicate defvar preventing initialization.
7941 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7942
7943 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7946 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7947 may match up to 4 lines.
7948 (diff-beginning-of-file-and-junk): Rewrite.
7949
7950 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7951
7952 * printing.el: Evaluate require only during compilation.
7953 (pr-version): New version 6.9.1.
7954 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7955 (pr-global-menubar): Fix code.
7956
7957 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7958
7959 * term.el (term-erase-in-display): Fix case when point is not at
7960 the beginning of the line.
7961
7962 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7963
7964 * calc/calc-ext.el (math-get-value, math-get-sdev)
7965 (math-contains-sdev): New functions.
7966
7967 * calc/calc-graph.el (calc-graph-format-data)
7968 (calc-graph-add-curve): Check for error forms.
7969 (calc-graph-set-styles): Add option for error forms.
7970
7971 2007-08-03 Miles Bader <miles@gnu.org>
7972
7973 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7974 backend names for new backends to `Git', `Hg', and `Bzr'.
7975 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7976 not `HG'.
7977 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7978 name, not `GIT'.
7979 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7980 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7981
7982 2007-08-03 Richard Stallman <rms@gnu.org>
7983
7984 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7985 to update deleted flag.
7986
7987 * cus-edit.el (customize-apropos, customize-apropos-options)
7988 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7989
7990 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7991
7992 * startup.el (fancy-splash-head, startup-echo-area-message):
7993 Change message text.
7994
7995 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7996 All callers use line-move.
7997
7998 * progmodes/compile.el (compilation-find-buffer): Return current
7999 buffer immediately if suitable.
8000 (compile, compilation-buffer-name, compilation-start): Doc fixes.
8001
8002 2007-08-03 Daiki Ueno <ueno@unixuser.org>
8003
8004 * faces.el (face-normalize-spec): New function.
8005 (frame-set-background-mode): Normalize face-spec before calling
8006 face-spec-match-p.
8007
8008 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * server.el (server-window): Add switch-to-buffer-other-frame option.
8011
8012 2007-08-03 Glenn Morris <rgm@gnu.org>
8013
8014 * cus-edit.el (customize-apropos): Make the error message indicate
8015 what kind of thing the user was trying to customize.
8016
8017 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8018
8019 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8020 Fix off-by-one error in previous change.
8021
8022 2007-08-03 Drew Adams <drew.adams@oracle.com>
8023
8024 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8025 Make buffer writable.
8026
8027 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8028
8029 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8030 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8031 Use native Emacs functions, when appropriate.
8032
8033 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8034 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * vc.el: Document new VC operation `extra-menu'.
8037
8038 * vc-hooks.el (vc-default-extra-menu): New function.
8039
8040 * menu-bar.el (menu-bar-vc-filter): New function.
8041 (menu-bar-tools-menu): Use it as a filter.
8042
8043 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
8044
8045 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8046
8047 2007-08-01 Glenn Morris <rgm@gnu.org>
8048
8049 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8050 strings.
8051 (fortran-tab-mode-default): Remove needless autoload.
8052 (fortran-tab-mode-string): Add help-echo and mouse properties, and
8053 mark as risky.
8054 (fortran-line-length): New buffer-local variable, safe if integer.
8055 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8056 Change from variables to constants.
8057 (fortran-font-lock-syntactic-keywords): Delete as a variable,
8058 replace with a new function definition.
8059 (fortran-mode): Use fortran-line-length, and
8060 fortran-font-lock-syntactic-keywords as a function. Add a
8061 hack-local-variables-hook function.
8062 (fortran-line-length, fortran-hack-local-variables): New functions.
8063 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8064 Use fortran-line-length rather than 72.
8065 (fortran-window-create-momentarily): Doc fix.
8066
8067 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
8068
8069 * cus-edit.el (custom-group-value-create, custom-goto-parent):
8070 Fix parent groups link.
8071
8072 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
8073
8074 * progmodes/python.el (python-current-defun): Adjust to never fall
8075 into infinite loop.
8076
8077 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8080
8081 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
8082
8083 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8084 (copyright-fix-years, copyright): Correctly handle the case where
8085 copyright-limit is nil.
8086
8087 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
8088
8089 * progmodes/python.el (run-python): Fix path separator under w32.
8090
8091 2007-07-30 Richard Stallman <rms@gnu.org>
8092
8093 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8094 Treat non-break space as whitespace in Lisp.
8095
8096 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * vc.el (vc-dired-hook): Use inhibit-read-only.
8099
8100 * progmodes/compile.el (compilation-forget-errors):
8101 Reset compilation-auto-jump-to-next.
8102
8103 2007-07-30 Michael Olson <mwolson@gnu.org>
8104
8105 * cus-edit.el (custom-group-save): Fix void function definition
8106 error. Thanks to Zhang Wei for the report.
8107
8108 * ps-print.el: Check in trivial changes to the autoloads section
8109 caused by the build process. These autoloads really ought to be
8110 placed in a separate file, methinks.
8111
8112 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * calendar/calendar.el (calendar-mode): Make sure
8115 displayed-(month|year) are set.
8116 (calendar-basic-setup): Display buffer before adjusting window sizes.
8117 (generate-calendar-window): Use inhibit-read-only. Simplify.
8118 Generate buffer and set displayed-month and displayed-year before
8119 calling update-calendar-mode-line.
8120
8121 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
8122
8123 * net/tramp.el:
8124 * net/tramp-uu.el:
8125 * net/trampver.el: Use utf-8 encoding with coding cookie.
8126
8127 * net/tramp-cache.el:
8128 * net/tramp-fish.el:
8129 * net/tramp-ftp.el:
8130 * net/tramp-gw.el:
8131 * net/tramp-smb.el: Remove coding cookie.
8132
8133 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8134 Flush buffer file-name's file property.
8135 (tramp-handle-file-remote-p): The first parameter is FILENAME.
8136
8137 * net/trampver.el: Update release number.
8138
8139 2007-07-29 Juri Linkov <juri@jurta.org>
8140
8141 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8142 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8143 when major-mode is not dired-mode.
8144 (dired-toggle-read-only): New function.
8145 (dired-recursive-deletes): Remove obsolete comments about old
8146 default value.
8147 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8148
8149 * wdired.el (wdired-exit): New function.
8150 (wdired-mode-map): Bind C-x C-q to wdired-exit.
8151
8152 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * cus-edit.el (customize-read-group): New fun.
8155 (customize-group-other-window, customize-face-other-window):
8156 Prompt before delegating to customize-(group|face).
8157 Bind pop-up-windows rather than use the other-window argument.
8158 (customize-group, customize-face): Prompt from the interactive spec.
8159 Remove args `prompt-for-group' and `other-window'.
8160
8161 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8162 (ad-body-forms, ad-advised-interactive-form): Revert this part of
8163 last change.
8164
8165 2007-07-28 Masatake YAMATO <jet@gyve.org>
8166
8167 * vc.el (vc-dired-mode): Add a menu for VC related operation.
8168 Use backend name as the menu label. Suggested by David Kastrup.
8169
8170 2007-07-28 Alan Mackenzie <acm@muc.de>
8171
8172 Fix problem with modes derived from CC Mode:
8173 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8174 macro to cc-langs.
8175 (c-init-language-vars-for): Remove call to above macro.
8176 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8177 been moved to here.
8178 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8179
8180 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8181
8182 * net/trampver.el: Fix the `coding' cookie.
8183
8184 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8185
8186 * vc-git.el (vc-git-print-log): Support both the old single file
8187 interface and the new one.
8188
8189 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
8190
8191 * bindings.el (mode-line-remote): Use updated %@ construct.
8192
8193 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8196 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8197 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8198 (diary-list-bahai-entries, diary-bahai-mark-entries)
8199 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8200 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8201 New names to clean up namespace.
8202 (list-bahai-diary-entries, mark-bahai-diary-entries)
8203 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8204 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8205 Add compatibility aliases.
8206
8207 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8208
8209 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8210 (calendar-scroll-left-three-months)
8211 (calendar-scroll-right-three-months): Clean up namespace.
8212 (scroll-calendar-left, scroll-calendar-right)
8213 (scroll-calendar-left-three-months)
8214 (scroll-calendar-right-three-months): Add compatibility aliases.
8215
8216 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8217 Behave like mouse-scroll-calendar-* when used from the mouse.
8218
8219 * calendar/cal-menu.el (cal-menu-scroll-menu)
8220 (cal-menu-global-mouse-menu):
8221 * calendar/calendar.el (calendar-mode-map):
8222 Use new calendar-scroll-* names.
8223 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8224 Remove. Use calendar-scroll-* directly instead.
8225
8226 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8229 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8230 (ad-make-advised-definition, ad-cache-id-verification-code):
8231 Use commandp and interactive-form instead.
8232
8233 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
8234
8235 * vc-git.el: Relicense to GPLv3 or later.
8236 (vc-directory-exclusion-list, vc-handled-backends): Remove.
8237
8238 * vc-hooks.el (vc-handled-backends): Add GIT.
8239
8240 * vc.el (vc-directory-exclusion-list): Add .git.
8241
8242 2007-07-26 Alexandre Julliard <julliard@winehq.org>
8243
8244 * vc-git.el (vc-git-revision-table)
8245 (vc-git-revision-completion-table): New functions.
8246
8247 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8248
8249 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8250 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8251 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8252 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8253 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8254 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8255 New command actions for EPS header and EPS footer.
8256
8257 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8258 footer. Fix some problems with one-or-more, zero-or-more and
8259 alternative constructions generation. Some log messages
8260 implementation. Doc fix.
8261 (ebnf-version): New version 4.4.
8262 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8263 (ebnf-eps-footer, ebnf-log): New options.
8264 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8265 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8266 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8267 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8268 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
8269 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8270 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8271 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8272 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8273 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8274 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8275 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8276 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8277 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8278 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8279 (ebnf-except-dimension, ebnf-alternative-dimension)
8280 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8281 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8282 message fun.
8283 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8284 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8285 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8286 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8287 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8288 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8289 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8290 compatibility with Emacs 20 & 21.
8291 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8292 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8293 (ebnf-basic-empty-height): New vars.
8294 (ebnf-prologue): Fix PostScript code.
8295 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8296 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8297 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8298 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8299
8300 2007-07-25 Glenn Morris <rgm@gnu.org>
8301
8302 * Relicense all FSF files to GPLv3 or later.
8303
8304 * COPYING: Switch to GPLv3.
8305
8306 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8309 Replace it with another one which disables undo before calling
8310 erase-buffer and then turns it back on if needed.
8311
8312 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8313
8314 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8315
8316 2007-07-24 Glenn Morris <rgm@gnu.org>
8317
8318 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8319 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8320 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8321 (cal-tex-cursor-week, cal-tex-cursor-week2)
8322 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8323 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8324 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8325 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8326
8327 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * calendar/calendar.el (calendar-mode-map): Move initialization
8330 into declaration. Add menu bindings (used to be done in cal-menu).
8331 (calendar-mode): Don't add an activate-menubar-hook.
8332
8333 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8334 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8335 can be used on the menu entries.
8336 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8337 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8338 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8339 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8340 (calendar-flatten, cal-menu-update): Remove.
8341 (calendar-mouse-insert-hebrew-diary-entry)
8342 (calendar-mouse-insert-islamic-diary-entry)
8343 (calendar-mouse-insert-bahai-diary-entry):
8344 Remove (fold into cal-menu-diary-menu).
8345 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8346 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8347 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8348 (calendar-mouse-view-diary-entries): Minor simplifications.
8349 (calendar-event-to-date): Use with-current-buffer.
8350
8351 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
8352
8353 * add-log.el (change-log-redate): Remove (not needed anymore and
8354 doesn't appear to work).
8355
8356 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * frame.el: Use mapc and dolist instead of mapcar where possible.
8359 (close-display-connection): New command.
8360
8361 2007-07-25 Alexandre Julliard <julliard@winehq.org>
8362
8363 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8364 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8365
8366 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8367
8368 * ps-print.el (ps-multibyte-buffer): Docstring fix.
8369
8370 * ps-mule.el: Doc fix.
8371 (ps-multibyte-buffer, ps-mule-font-info-database-default)
8372 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8373
8374 2007-07-25 Glenn Morris <rgm@gnu.org>
8375
8376 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8377 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8378 (cal-tex-daily-end, cal-tex-hook)
8379 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8380 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8381 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8382 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8383 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8384 (cal-tex-day-prefix, cal-tex-day-name-format)
8385 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8386 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8387 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8388 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8389 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8390 etc, rather than \bf.
8391 (cal-tex-mini-calendar): Fix typos in previous change.
8392 (cal-tex-latexify-list): Remove inner let binding.
8393 (cal-tex-end-document, cal-tex-banner): Use multi-line
8394 cal-tex-comment.
8395 (cal-tex-comment): Handle embedded newlines.
8396 (cal-tex-LaTeXify-string): Use substring-no-properties.
8397
8398 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8399
8400 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8401 Add support for the Maden build tool.
8402
8403 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8404
8405 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8406
8407 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8410
8411 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8412
8413 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8414 C-x C-q.
8415
8416 * vc-git.el (vc-git-print-log): Fix previous change.
8417
8418 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * window.el (save-selected-window): Minor optimization.
8421 (bw-adjust-window): If operation failed, try with a smaller delta.
8422 (window-fixed-size-p): New function.
8423 (window-area-factor): New var.
8424 (balance-windows-area): New command.
8425
8426 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8427 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8428 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8429 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8430 (ps-mule-begin-job): Use dolist.
8431
8432 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
8433
8434 * subr.el (start-file-process-shell-command)
8435 (process-file-shell-command): New defuns.
8436
8437 * progmodes/compile.el (compilation-start):
8438 Apply `start-file-process-shell-command'.
8439
8440 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8441
8442 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8443
8444 2007-07-24 Alan Mackenzie <acm@muc.de>
8445
8446 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8447 Initialise byte-compile-unresolved-functions before rather than
8448 after a compilation.
8449 (byte-compile-unresolved-functions): Amplify doc string.
8450
8451 2007-07-24 Glenn Morris <rgm@gnu.org>
8452
8453 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8454
8455 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8456 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8457 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8458 (cal-tex-cursor-week, cal-tex-cursor-week2)
8459 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8460 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8461 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8462 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8463
8464 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8465 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8466 (cal-tex-day-name-format, cal-tex-cal-one-month)
8467 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8468 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8469 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8470 (cal-tex-list-holidays, cal-tex-cursor-year)
8471 (cal-tex-cursor-year-landscape, cal-tex-year)
8472 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8473 (cal-tex-cursor-month, cal-tex-insert-days)
8474 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8475 (cal-tex-first-blank-p, cal-tex-cursor-week)
8476 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8477 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8478 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8479 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8480 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8481 (cal-tex-latexify-list, cal-tex-previous-month)
8482 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8483 modernization, including using dotimes rather than
8484 calendar-for-loop.
8485 (cal-tex-LaTeX-subst-list): Remove `@'.
8486 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8487 Use \textit and \textbf rather than \em and \it.
8488
8489 * calendar/cal-bahai.el (list-bahai-diary-entries)
8490 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8491 * calendar/cal-islam.el (list-islamic-diary-entries)
8492 * calendar/calendar.el (generate-calendar, generate-calendar-month)
8493 * calendar/diary-lib.el (diary-list-entries)
8494 (mark-calendar-date-pattern): Use `dotimes' rather than
8495 `calendar-for-loop'.
8496
8497 * calendar/calendar.el (calendar-for-loop): Doc fix.
8498
8499 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8502 underlying file is uptodate.
8503
8504 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8505
8506 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8507
8508 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * vc-hooks.el (vc-mode-line-map): New const.
8511 (vc-mode-line): Use it.
8512
8513 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8514
8515 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8516 (vc-git-unregister): New functions.
8517 (vc-git-find-version): Use the result of ls-files as a parameter
8518 for cat-file.
8519
8520 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8521
8522 * net/tramp.el (tramp-perl-file-attributes)
8523 (tramp-perl-directory-files-and-attributes)
8524 (tramp-handle-file-attributes-with-stat)
8525 (tramp-handle-directory-files-and-attributes-with-stat)
8526 (tramp-convert-file-attributes): Handle huge file sizes.
8527
8528 2007-07-23 Juri Linkov <juri@jurta.org>
8529
8530 * isearch.el (isearch-message-function): New variable.
8531 (isearch-update, isearch-search): Use it.
8532
8533 * simple.el (goto-history-element): New function created from
8534 next-history-element.
8535 (next-history-element): Most code moved to goto-history-element.
8536 Call goto-history-element with (- minibuffer-history-position n).
8537 (previous-history-element): Call goto-history-element with (+
8538 minibuffer-history-position n).
8539 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8540 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8541 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8542 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8543 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8544 (minibuffer-history-isearch-pop-state): New functions.
8545
8546 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8547
8548 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8549 Also, if FILE is a list, return non-nil if any of its elements
8550 should stay local. Update docstring.
8551
8552 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8555 change by reverting a small part.
8556
8557 2007-07-23 Richard Stallman <rms@gnu.org>
8558
8559 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8560
8561 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8562
8563 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8564 handling it. Use vc-git-command.
8565 (vc-git-find-version, vc-git-diff-tree): New functions.
8566 (vc-git-revert): Use vc-git-command.
8567 (vc-git--run-command): Delete.
8568
8569 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8570
8571 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8572
8573 2007-07-20 Kenichi Handa <handa@m17n.org>
8574
8575 * international/utf-8.el (utf-8-post-read-conversion):
8576 Temporarily bind utf-8-compose-scripts to nil while running
8577 *-compose-region functions.
8578
8579 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8580
8581 * vc-git.el: Update status.
8582 (vc-directory-exclusion-list): Use eval-after-load.
8583
8584 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8585
8586 * bindings.el (mode-line-remote): New variable.
8587 (help-echo): Add to default values of mode-line-format.
8588
8589 * files.el: Mark mode-line-remote as risky.
8590
8591 2007-07-22 Juri Linkov <juri@jurta.org>
8592
8593 * isearch.el (isearch-edit-string): Save old point and
8594 isearch-other-end to old-point and old-other-end before reading
8595 the search string from minibuffer. After exiting minibuffer set
8596 point to old-other-end if point and the search direction is the
8597 same as before reading the search string.
8598 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8599 to isearch-other-end. Instead of isearch-search-and-update call
8600 three functions isearch-search, isearch-push-state and isearch-update.
8601
8602 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8603
8604 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8605 deal with multiple file arguments.
8606 (vc-git-print-log): Deal with multiple file arguments.
8607
8608 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8611 diff-refine-hunk. Adjust users.
8612 (diff-unified-hunk-p, diff-splittable-p): New functions.
8613 (diff-mode-menu): Use it to disable Split when it doesn't work.
8614
8615 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8616
8617 * diff-mode.el (diff-mode-menu): New entries.
8618
8619 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8622 if applicable, so as to save undo-log space.
8623
8624 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8625
8626 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8627 (diff-file-kill): Use it.
8628 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8629 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8630 Use it so they find the hunk even when we're in the file header.
8631
8632 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8633
8634 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8635 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8636 (vc-git-create-repo): New functions.
8637 (vc-git-registered): New autoloaded function definition.
8638 (vc-git-registered): Use vc-git-root.
8639 (vc-git-responsible-p): New defalias.
8640 (vc-git-annotate-extract-revision-at-line): Uncomment.
8641 (vc-git-print-log): Add the file name to the log.
8642 (vc-git-log-view-mode): New derived mode.
8643 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8644
8645 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8646
8647 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8648
8649 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8650
8651 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8652 file in a way that does not interfere with recentf mode.
8653 (reftex-access-parse-file): Do not risk destroying an existing
8654 buffer.
8655
8656 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8657
8658 * vc-git.el: New file.
8659
8660 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8663
8664 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8665
8666 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8667 for branches and new files.
8668
8669 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8670 local-map handling ...
8671 (vc-mode-line): ... here. Improve handling of help-echo.
8672
8673 * vc.el (mode-line-string): Document help-echo usage.
8674
8675 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8676
8677 Sync with Tramp 2.1.10.
8678
8679 * net/tramp.el (tramp-get-ls-command): Fix typo.
8680
8681 * net/trampver.el: Update release number.
8682
8683 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8684
8685 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8686
8687 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8688
8689 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8690
8691 * add-log.el (change-log-fill-parenthesized-list): New function.
8692 (change-log-indent): Call change-log-fill-parenthesized-list.
8693 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8694 Have lines with leading asterisk start a paragraph.
8695
8696 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8697
8698 * calc/calc-math.el (math-emacs-precision)
8699 (math-largest-emacs-expt, math-smallest-emacs-expt):
8700 New variables.
8701 (math-use-emacs-fn): New function.
8702 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8703 appropriate.
8704
8705 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8706
8707 * image-dired.el (image-dired-sane-db-file): New func.
8708 (image-dired-write-tags, image-dired-remove-tag)
8709 (image-dired-list-tags, image-dired-write-comments)
8710 (image-dired-get-comment, image-dired-mark-tagged-files)
8711 (image-dired-create-gallery-lists): Call new func.
8712 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8713
8714 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8715
8716 * vc-hg.el (vc-hg-dir-state): Fix loop.
8717 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8718 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8719 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8720 (vc-hg-revert): Likewise.
8721 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8722 functions.
8723
8724 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8727 merge fails.
8728
8729 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8730
8731 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8732 Add group and version.
8733
8734 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * add-log.el (add-log-file-name): Use file-relative-name.
8737 (add-change-log-entry): Delay reading
8738 add-log-(full-name|mailing-address) to after we've switched to the
8739 ChangeLog buffer so we get the right value.
8740 (add-change-log-entry, add-log-current-defun, change-log-merge):
8741 Use derived-mode-p rather than checking major-mode directly.
8742
8743 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8744 name for buffer-file-name if it refers to a directory.
8745
8746 * vc-arch.el (vc-arch-diff): Fix last change.
8747
8748 * progmodes/compile.el (compilation-start): Remember the original
8749 directory in a buffer-local compilation-directory.
8750 (compile): Set the global value of compilation-directory.
8751 (recompile): Use compilation-directory even in the compilation buffer.
8752
8753 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8754
8755 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8756
8757 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8758
8759 * ps-print.el: Problem with foreground and background color when
8760 printing a buffer with and without faces. Reported by Christian
8761 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8762 (ps-print-version): New version 6.7.5.
8763 (ps-default-fg): Change default value to nil, so black color is used
8764 when a face does not specify a foreground color.
8765 (ps-default-bg): Change default value to nil, so white color is used
8766 for background color.
8767 (ps-begin-job): Fix code.
8768
8769 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8770
8771 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8772 in $(INSTALL_DIR)/lisp/ if they already exist.
8773
8774 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8775
8776 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8777 in $(INSTALL_DIR)/lisp/ if they already exist.
8778
8779 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * progmodes/vera-mode.el (vera-re-search-forward)
8782 (vera-re-search-backward): Remove use of store-match-data.
8783 (vera-mode-map): Move initialization into declaration.
8784
8785 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8786 (flymake-find-buildfile): Use locate-dominating-file.
8787
8788 * vc.el (vc-delistify): Use mapconcat.
8789 (vc-do-command): Minor simplification.
8790 (vc-expand-dirs): Use push.
8791
8792 * vc-mcvs.el (vc-mcvs-create-repo):
8793 * vc-cvs.el (vc-cvs-create-repo): Remove.
8794
8795 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8796 directory and the root as well.
8797
8798 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8799
8800 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8801 instead of a file.
8802
8803 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8804 (vc-hg-registered): Replace if with when.
8805 (vc-hg-state): Deal with nonexistent files and handle removed files.
8806 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8807 (vc-hg-checkout): Re-enable.
8808 (vc-hg-create-repo): Fix typos.
8809 (vc-hg-print-log): Fix for multiple files.
8810 (vc-hg-workfile-unchanged-p): New function.
8811
8812 * vc.el: Fix typo.
8813 (vc-print-log): Fix call to print-log.
8814 (vc-default-comment-history): Likewise.
8815 (vc-directory-exclusion-list): Add .hg and .bzr.
8816 (vc-diff-internal): Pass a list instead of a file.
8817
8818 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8819
8820 * vc-bzr.el (vc-bzr-create-repo): New function.
8821
8822 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8825 `file' from which to start the search.
8826
8827 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8828
8829 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8830 having a single file argument to having a list of files as the
8831 first argument.
8832
8833 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * files.el (locate-dominating-file): New function.
8836
8837 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8838
8839 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8840 (grep-compute-defaults): Use it.
8841
8842 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * uniquify.el: Docstring fixes.
8845
8846 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8847
8848 * vc.el (revision-granularity, create-repo): Document new vc
8849 backend properties.
8850 (vc-rollback): Renamed from vc-cancel-version. Update
8851 references. Pass a list instead of a file.
8852 (vc-revert): Renamed from vc-revert-buffer. Update references.
8853 (vc-delistify, vc-expand-dirs): New functions.
8854 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8855 of files instead of a single file.
8856 (vc-position-context, vc-resync-window, vc-diff-internal)
8857 (vc-print-log): Pass a list instead of a file.
8858
8859 * vc-hooks.el (vc-stay-local-p, vc-backend)
8860 (vc-backend-subdirectory-name): Work on a file list, not a single
8861 file.
8862 (vc-workfile-version): Update docstring.
8863 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8864 vc-revert instead of vc-revert-buffer.
8865 (vc-prefix-map): Likewise. Bind vc-update.
8866
8867 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8868 (vc-svn-wash-log): New functions.
8869 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8870 (vc-svn-command): Deal with a list of files, not a single file.
8871
8872 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8873 (vc-rcs-wash-log): New functions.
8874 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8875 Deal with a list of files, not a single file.
8876 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8877
8878 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8879 functions.
8880 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8881 list of files, not a single file.
8882
8883 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8884 New functions.
8885 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8886 (vc-mcvs-diff): Deal with a list of files, not a single file.
8887
8888 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8889 functions.
8890 (vc-hg-print-log): Deal with a list of files, not a single file.
8891 (vc-hg-diff-tree): New function, replace defalias with the same
8892 name.
8893 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8894 FILES to denote that it is a file list, not a single file.
8895
8896 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8897 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8898 a single file.
8899 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8900 that it is a file list, not a single file.
8901 (vc-cvs-diff): Likewise. Simplify.
8902
8903 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8904 Deal with a list of files, not a single file.
8905
8906 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8907 (vc-bzr-print-log): Update FILE parameter name to denote that it
8908 is a file list, not a single file.
8909 (vc-bzr-diff): Likewise. Use the car of files.
8910
8911 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8912
8913 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8914 (follow-delete-other-windows-and-split, follow-recenter)
8915 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8916 (follow-redisplay, follow-estimate-first-window-start)
8917 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8918 Fix typos in docstrings.
8919
8920 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8921
8922 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8923 avoid that filling introduces lines with a single asterisk.
8924
8925 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8926 avoid incorrect kmacro-ring-empty-p messages.
8927 Reported by Michael Schierl <schierlm@gmx.de>.
8928
8929 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8930
8931 * vc.el: Add more info about the vc-registered function.
8932
8933 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8934
8935 * files.el (file-remote-p): Introduce optional parameter
8936 IDENTIFICATION.
8937
8938 * recentf.el (recentf-keep-default-predicate): Adapt call of
8939 `file-remote-p'.
8940
8941 * progmodes/grep.el (grep-probe): Use `process-file'.
8942 (grep-compute-defaults): Handle variables host specific.
8943
8944 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8945 parameter IDENTIFICATION.
8946
8947 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8948 parameter IDENTIFICATION.
8949 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8950 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8951 Add entry for `set-file-times'.
8952 (tramp-do-copy-or-rename-file-via-buffer)
8953 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8954 (tramp-handle-unhandled-file-name-directory): Rewrite.
8955 (tramp-convert-file-attributes): Add error handling when inode is
8956 extraordinary big.
8957 (tramp-get-inode): Change parameter from FILE to VEC.
8958 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8959 is nil. This is according to the specification. Goto (point-max)
8960 when ready.
8961 (tramp-handle-shell-command): Rewrite completely, using
8962 `process-file' and `start-file-process'.
8963 (tramp-methods, tramp-find-shell)
8964 (tramp-open-connection-setup-interactive-shell)
8965 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8966 var. Reported by Steve Youngs <steve@sxemacs.org>.
8967
8968 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8969 entry for `set-file-times'. Rename `start-process' into
8970 `start-file-process'. Remove `call-process' entry.
8971 (tramp-fish-handle-set-file-times): New defun.
8972 (tramp-fish-handle-executable-find): Use `process-file'.
8973 (tramp-fish-handle-process-file): New defun. Replaces
8974 `tramp-fish-handle-call-process'.
8975 (tramp-fish-do-copy-or-rename-file-directly): Use
8976 `set-file-times'.
8977 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8978
8979 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8980 `tramp-get-inode' parameter.
8981
8982 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8985 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8986 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8987 it has ever existed.
8988
8989 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8990
8991 * vc.el: Undo previous change.
8992
8993 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8994
8995 * makefile.w32-in (clean): Don't delete *~.
8996
8997 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * textmodes/tex-mode.el (tex-verbatim-environments):
9000 Add safe-local-variable property.
9001 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
9002 when starting font-lock rather than when loading tex-mode.el.
9003
9004 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9005 whole $( rather than just the $. Rename from sh-quoted-subshell.
9006 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
9007
9008 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9009
9010 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
9011 bookmark-alist. Instead, if not sorting, simply return it.
9012 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
9013 for its return value, not for its side effect.
9014
9015 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
9016 case of alignment under a constant symbol, find and consider
9017 the sexp actually at indentation to be the "last sexp".
9018
9019 2007-07-16 Drew Adams <drew.adams@oracle.com>
9020
9021 * mouse.el (mouse-yank-secondary): Better error message if no
9022 secondary selection.
9023
9024 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9025
9026 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9027
9028 * term/xterm.el (xterm-turn-on-modify-other-keys)
9029 (xterm-turn-off-modify-other-keys): New functions.
9030 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9031 terminal supports it.
9032
9033 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9034
9035 * bookmark.el (bookmark-show-all-annotations):
9036 Make sure each inserted annotation ends with newline.
9037
9038 2007-07-15 Richard Stallman <rms@gnu.org>
9039
9040 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9041
9042 * tutorial.el (tutorial--find-changed-keys):
9043 Handle C-x specially like ESC.
9044
9045 2007-07-15 Aaron Hawley <aaronh@garden.org>
9046
9047 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9048
9049 2007-07-15 Juri Linkov <juri@jurta.org>
9050
9051 * delsel.el (delete-selection-pre-hook):
9052 * emulation/cua-base.el (cua-paste): Before a yank command,
9053 check also whether last-command is one of mouse-save-then-kill,
9054 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9055
9056 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
9057
9058 * recentf.el (recentf-keep-default-predicate): New defun.
9059 (recentf-keep): Use it as initial value.
9060
9061 2007-07-15 Karl Fogel <kfogel@red-bean.com>
9062
9063 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9064 thus restoring bookmark bindings to three slots under C-x r. See
9065 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9066
9067 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9068
9069 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9070
9071 2007-07-15 Jason Rumney <jasonr@gnu.org>
9072
9073 * w32-fns.el (set-default-process-coding-system): Use dos line ends
9074 for input to cmdproxy on all versions of Windows.
9075 Use dos line ends for input to plink.
9076
9077 * comint.el (comint-simple-send): Concat newline before sending.
9078 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9079
9080 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9083 safe-local-variable setting.
9084
9085 2007-07-14 David Kastrup <dak@gnu.org>
9086
9087 * emacs-lisp/advice.el (defadvice): Doc fix.
9088
9089 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
9090
9091 * subr.el (when, unless): Doc fix.
9092
9093 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9094
9095 * replace.el (match): Use yellow1 instead of yellow.
9096
9097 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9098 red.
9099
9100 * pcvs-info.el (cvs-unknown): Likewise.
9101
9102 2007-07-13 Eli Zaretskii <eliz@gnu.org>
9103
9104 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9105 (install): Use them to copy all *.el files before *.elc.
9106
9107 2007-07-13 Drew Adams <drew.adams@oracle.com>
9108
9109 * bookmark.el (bookmark-jump-other-window): New function.
9110 (bookmark-map): Bind it to "o".
9111
9112 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9113 and its thread contains discussion about this change.
9114 The original patch was slightly tweaked by Karl Fogel
9115 <kfogel@red-bean.com> before committing.
9116
9117 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9118
9119 * bookmark.el: Shorten some comments to fit within 80 lines.
9120
9121 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9122
9123 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9124 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
9125 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
9126 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9127
9128 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
9129
9130 * textmodes/org.el: Bug fixes.
9131 (org-end-of-line): Move to end of line if in headline without tags.
9132
9133 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * vc-hooks.el: Remove spurious * in docstrings.
9136 (vc-handled-backends): Add BZR.
9137
9138 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9139
9140 2007-07-12 Davis Herring <herring@lanl.gov>
9141
9142 * desktop.el (desktop-buffer-info, desktop-save):
9143 Use `desktop-dirname' instead of `dirname'.
9144
9145 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9146
9147 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9148
9149 * progmodes/python.el (python-which-func-length-limit): New var.
9150 (python-which-func): New function.
9151 (python-current-defun): Add optional `length-limit' and try to fit
9152 computed function name to that length.
9153 (python-mode): Hook `python-which-func' up.
9154
9155 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9156
9157 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9158
9159 * comint.el (comint-dynamic-complete-as-filename):
9160 Use read-file-name-completion-ignore-case.
9161
9162 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * comint.el (comint-dynamic-list-filename-completions):
9165 Use read-file-name-completion-ignore-case.
9166
9167 * vc-cvs.el: Require CL.
9168 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9169 New functions to provide completion of revision names.
9170
9171 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9172 (vc-cvs-annotate-first-line-re): New const.
9173 (vc-cvs-annotate-process-filter): New fun.
9174 (vc-cvs-annotate-command): Use them and run the command asynchronously.
9175
9176 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9177
9178 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9179 (eldoc-print-current-symbol-info): Adjust for changed helper
9180 function signatures.
9181 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
9182 `eldoc-highlight-function-argument'.
9183 (eldoc-highlight-function-argument): New function.
9184 (eldoc-get-var-docstring): Format documentation with
9185 `font-lock-variable-name-face'.
9186 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9187 where suited.
9188 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9189 (eldoc-beginning-of-sexp): Return number of skipped sexps.
9190
9191 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * progmodes/compile.el (compilation-start): `start-process' must
9194 still be redefined when calling `start-process-shell-command'.
9195
9196 * progmodes/gud.el (gud-file-name): When `default-directory' is a
9197 remote file name, prepend its remote part to the filename.
9198 (gud-common-init): When `default-directory' is a remote file name,
9199 make the filename relative to it.
9200 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9201
9202 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9203
9204 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9205 mouse binding and a tooltip.
9206
9207 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * menu-bar.el (vc-menu-map): New defalias.
9210
9211 2007-07-10 Richard Stallman <rms@gnu.org>
9212
9213 * emacs-lisp/lisp-mode.el (eval-defun):
9214 Explain special handling of `defface'.
9215
9216 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
9217
9218 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9219
9220 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9221
9222 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9225
9226 * vc-arch.el (vc-arch-complete): Remove.
9227 (vc-arch-revision-completion-table): Use complete-with-action.
9228
9229 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9230 (complete-with-action): New function.
9231 (dynamic-completion-table): Use it.
9232
9233 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
9234
9235 * comint.el (make-comint, make-comint-in-buffer)
9236 (comint-exec-1): Replace `start-process' by `start-file-process'.
9237
9238 * progmodes/compile.el (compilation-start): Revert redefining
9239 `start-process'.
9240
9241 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9244 with EOLs when generating MD5 checksums.
9245
9246 * follow.el: Don't change the global map from the follow-mode-map
9247 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
9248 XEmacs code.
9249 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9250 since `follow-mode' should be used instead for that.
9251
9252 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9253 (easy-menu-do-define): Use it.
9254 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9255
9256 * progmodes/compile.el (compilation-auto-jump-to-first-error)
9257 (compilation-auto-jump-to-next): New vars.
9258 (compilation-auto-jump): New function.
9259 (compilation-error-properties): Use them to jump to first error.
9260 (compilation-start): Set the var if requested.
9261
9262 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9263 duplicates without also removing entries from other directories.
9264
9265 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
9266
9267 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9268 Remember span as default.
9269 (org-columns-edit-value): Rename from `org-column-edit'.
9270 (org-columns-display-here-title): Rename from
9271 `org-overlay-columns-title'.
9272 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9273 (org-columns-get-autowidth-alist): Rename from
9274 `org-get-columns-autowidth-alist'.
9275 (org-columns-display-here): Rename from `org-overlay-columns'.
9276 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9277 (org-columns-quit): Rename from `org-column-quit'.
9278 (org-columns-show-value): Rename from `org-column-show-value'.
9279 (org-columns-content, org-columns-widen)
9280 (org-columns-next-allowed-value)
9281 (org-columns-edit-allowed, org-columns-store-format)
9282 (org-columns-uncompile-format, org-columns-redo)
9283 (org-columns-edit-attributes, org-delete-property)
9284 (org-set-property, org-columns-update)
9285 (org-columns-compute, org-columns-eval)
9286 (org-columns-not-in-agenda, org-columns-compute-all)
9287 (org-property-next-allowed-value)
9288 (org-columns-compile-format)
9289 (org-fill-paragraph-experimental)
9290 (org-string-to-number, org-property-action)
9291 (org-columns-move-left, org-columns-new)
9292 (org-column-number-to-string)
9293 (org-property-previous-allowed-value)
9294 (org-at-property-p, org-columns-delete)
9295 (org-columns-previous-allowed-value)
9296 (org-columns-move-right, org-columns-narrow)
9297 (org-property-get-allowed-values)
9298 (org-verify-version, org-column-string-to-number)
9299 (org-delete-property-globally): New functions.
9300 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9301 (org-columns-overlays): Rename from `org-column-overlays'.
9302 (org-columns-map): Rename from `org-column-map'.
9303 (org-columns-current-maxwidths): Rename from
9304 `org-current-columns-maxwidths'.
9305 (org-columns-begin-marker, org-columns-current-fmt-compiled)
9306 (org-previous-header-line-format)
9307 (org-columns-inhibit-recalculation)
9308 (org-columns-top-level-marker): New variables.
9309 (org-columns-default-format): Rename from `org-default-columns-format'.
9310 (org-property-re): New constant.
9311
9312 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
9313
9314 * subr.el (looking-at-p, string-match-p): New functions.
9315
9316 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
9317
9318 * textmodes/tex-mode.el (tex-fontify-script)
9319 (tex-font-script-display): New variables to make display of
9320 superscripts and subscripts customizable.
9321 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9322
9323 2007-07-09 Richard Stallman <rms@gnu.org>
9324
9325 * isearch.el (isearch-edit-string): Call to isearch-push-state
9326 after the search.
9327
9328 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9329
9330 * window.el (fit-window-to-buffer): Remove setting of window-min-height
9331 to 1 as enlarge-window uses the value to resize/shrink windows other
9332 than WINDOW if needed.
9333
9334 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9335
9336 * cus-start.el (file-coding-system-alist): Fix custom type.
9337
9338 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9341 modified.
9342 (longlines-auto-wrap, longlines-window-change-function):
9343 Remove unnecessary calls to set-buffer-modified-p.
9344
9345 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9346
9347 * cus-start.el (file-coding-system-alist): Fix custom type.
9348
9349 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9352 (vc-cvs-checkout): Remove last arg now unused; simplify.
9353
9354 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
9355
9356 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9357
9358 * net/tramp.el:
9359 * net/tramp-ftp.el:
9360 * net/tramp-smb.el:
9361 * net/tramp-uu.el:
9362 * net/trampver.el: Migrate to Tramp 2.1.
9363
9364 * net/tramp-cache.el:
9365 * net/tramp-fish.el:
9366 * net/tramp-gw.el: New Tramp packages.
9367
9368 * net/tramp-util.el:
9369 * net/tramp-vc.el: Removed.
9370
9371 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9372 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9373
9374 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9375
9376 * progmodes/compile.el (compilation-start): Redefine
9377 `start-process' temporarily when `default-directory' is remote.
9378 Remove case of synchronous compilation, this won't happen ever.
9379 (compilation-setup): Make local variable `comint-file-name-prefix'
9380 for remote compilation.
9381
9382 2007-07-08 Martin Rudalics <rudalics@gmx.at>
9383
9384 * novice.el (disabled-command-function): Fit window to buffer to
9385 make last line visible.
9386 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9387
9388 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9389 when handling the terminating event.
9390
9391 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9392
9393 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9394 (math-bignum-digit-length): Change to optimal value.
9395
9396 * calc/calc-bin.el (math-bignum-logb-digit-size)
9397 (math-bignum-digit-power-of-two): Evaluate when compiled.
9398
9399 * calc/calc-comb.el (math-small-factorial-table)
9400 (math-init-random-base, math-prime-test): Remove unnecessary calls
9401 to `math-read-number-simple'.
9402
9403 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9404 (math-approx-gamma-const): Add docstrings.
9405
9406 * calc/calc-forms.el (math-julian-date-beginning)
9407 (math-julian-date-beginning-int): New constants.
9408 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9409 Use the new constants.
9410
9411 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9412
9413 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9414 Add docstrings.
9415
9416 2007-07-07 Tom Tromey <tromey@redhat.com>
9417
9418 * vc.el (vc-annotate): Jump to line and output message only after the
9419 process is really all done.
9420
9421 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * vc.el (vc-exec-after): Don't move point from the sentinel.
9424 Forcefully read all the remaining text in the pipe upon process exit.
9425 (vc-annotate-display-autoscale, vc-annotate-lines):
9426 Don't stop at the first unrecognized line.
9427 (vc-annotate-display-select): Run autoscale after the process is done
9428 since it depends on the whole result.
9429
9430 2007-07-07 Eli Zaretskii <eliz@gnu.org>
9431
9432 * term/w32-win.el (menu-bar-open): New function.
9433 Bind <f10> to it.
9434
9435 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9436
9437 * simple.el (start-file-process): New defun.
9438
9439 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * files.el (find-file-confirm-nonexistent-file): Rename from
9442 find-file-confirm-inexistent-file. Update users.
9443
9444 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9445 format of autoload block where the file's time-stamp is replaced by its
9446 MD5 checksum.
9447 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9448 time-stamp for secondary autoloads files.
9449 (update-directory-autoloads): Remove duplicate entries.
9450 Use time-less-p for time-stamps, as done in autoload-find-destination.
9451
9452 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9453
9454 * calc/calc.el (math-read-number): Replace number by variable.
9455 (math-read-number-simple): Properly parse small integers.
9456
9457 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9458
9459 * vc.el: Fix doc for the checkout function.
9460
9461 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9462
9463 * vc-hg.el (vc-hg-root): New function.
9464 (vc-hg-registered): Use it.
9465 (vc-hg-diff-tree): New defalias.
9466 (vc-hg-responsible-p): Likewise.
9467 (vc-hg-checkout): Comment out, not needed.
9468 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9469 (vc-hg-find-version, vc-hg-next-version): New functions.
9470
9471 2007-07-06 Andreas Schwab <schwab@suse.de>
9472
9473 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9474 dynamic bindings around the evaluation of the expression.
9475 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9476
9477 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9480 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9481 Use run-hooks rather than run-mode-hooks.
9482
9483 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9484
9485 * calc/calc-comb.el (math-random-digit): Rename to
9486 `math-random-three-digit-number'.
9487 (math-random-digits): Don't depend on representation of integer.
9488
9489 * calc/calc-bin.el (math-bignum-logb-digit-size)
9490 (math-bignum-digit-power-of-two): New constants.
9491 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9492 (math-not-bignum, math-clip-bignum): Use the constants
9493 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9494 instead of their values.
9495 (math-clip): Use math-small-integer-size instead of its value.
9496
9497 * calc/calc.el (math-add-bignum): Replace number by constant.
9498
9499 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * wid-edit.el (widget-documentation-string-value-create):
9502 Insert indentation spaces.
9503
9504 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9505
9506 * emacs-lisp/byte-opt.el: Revert last change.
9507
9508 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9509
9510 * vc-hooks.el (vc-handled-backends): Add HG.
9511
9512 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9513
9514 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * complete.el (PC-do-complete-and-exit): Add support for the new
9517 `confirm-only' confirmation mode.
9518
9519 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * cus-edit.el (custom-commands): New variable.
9522 (custom-tool-bar-map): New variable. Initialize using
9523 `custom-commands'.
9524 (custom-mode): Use `custom-tool-bar-map'.
9525 (custom-buffer-create-internal): Insert action buttons only if
9526 tool bar is not used. Use `custom-commands'.
9527 (Custom-help, custom-command-apply): New function.
9528 (custom-command-apply, Custom-set, Custom-save)
9529 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9530 Use `custom-command-apply' instead of duplicating code.
9531 (customize-group-other-window): Call `customize-group' instead of
9532 duplicating code.
9533 (customize-face-other-window): Call `customize-face' instead of
9534 duplicating code.
9535 (customize-group, customize-face): Add optional args for opening
9536 in another window.
9537 (custom-variable-tag): Don't inherit `variable-pitch' face.
9538 (custom-group-tag): Inherit `variable-pitch' face.
9539 (custom-variable-value-create): Set documentation indentation.
9540 (custom-group-value-create): Make group name a link, instead of
9541 using an extra "go to group" button.
9542 (custom-prompt-variable, custom-group-set, custom-group-save)
9543 (custom-group-reset-current, custom-group-reset-saved)
9544 (custom-group-reset-standard): Minor cleanup.
9545
9546 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9547
9548 * Makefile.in (bootstrap-prepare): When copying from
9549 ldefs-boot.el, make sure loaddefs.el is writeable.
9550
9551 (bootstrap-prepare): Make $(lisp)/ps-print.el
9552 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9553
9554 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9555
9556 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9557 only caller, and delete.
9558 (vc-hg-state): Deal with exceptions and only parse the output on
9559 successful return.
9560 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9561 caller, and delete.
9562 (vc-hg-workfile-version): Deal with exceptions and only parse the
9563 output on successful return.
9564 (vc-hg-revert): New function.
9565
9566 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9567
9568 * calculator.el (calculator-expt): Use more cases to determine
9569 the value.
9570
9571 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9572
9573 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9574 file names.
9575
9576 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9577
9578 * calculator.el (calculator-expt, calculator-integer-p):
9579 New functions.
9580 (calculator-fact): Check to see if the factorial will be too
9581 large before computing it.
9582 (calculator-initial-operators): Use `calculator-expt' to
9583 compute "^".
9584 (calculator-mode): Mention that results which are too large
9585 will return inf.
9586 * calc/calc-comb.el (math-small-factorial-table): Replace list
9587 by vector.
9588
9589 2007-07-03 David Kastrup <dak@gnu.org>
9590
9591 * shell.el: On request of the authors, remove their addresses for
9592 the sake of bug reports, and add the developer list address as
9593 maintainer information.
9594
9595 2007-07-03 Richard Stallman <rms@gnu.org>
9596
9597 * files.el (make-directory): Doc fix.
9598 (find-file-confirm-inexistent-file): Make it a defcustom.
9599 Make nil the default.
9600
9601 2007-07-02 Richard Stallman <rms@gnu.org>
9602
9603 * startup.el (command-line): Set buffer-offer-save in *scratch*
9604 and enable auto-save in it.
9605
9606 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9607
9608 * textmodes/org.el (orgstruct-mode-map): New variable.
9609 (orgstruct-mode): New minor mode.
9610 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9611 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9612 (org-run-like-in-org-mode): New functions.
9613 (org-cycle-list-bullet): New command.
9614 (org-special-properties, org-property-start-re)
9615 (org-property-end-re): New constants.
9616 (org-with-point-at): New macro.
9617 (org-get-property-block, org-entry-properties, org-entry-get)
9618 (org-entry-delete, org-entry-get-with-inheritance)
9619 (org-entry-put, org-buffer-property-keys): New functions.
9620 (org-insert-property-drawer): New command.
9621 (org-entry-property-inherited-from): New variable.
9622 (org-column): New face.
9623 (org-column-overlays, org-current-columns-fmt)
9624 (org-current-columns-maxwidths, org-column-map): New variables.
9625 (org-column-menu): New menu.
9626 (org-new-column-overlay, org-overlay-columns)
9627 (org-overlay-columns-title, org-remove-column-overlays)
9628 (org-column-show-value, org-column-quit, org-column-edit):
9629 New functions.
9630 (org-columns, org-agenda-columns): New commands.
9631 (org-get-columns-autowidth-alist): New functions.
9632 (org-properties): New customize group.
9633 (org-default-columns-format): New option.
9634 (org-priority): Realign tags after changing priority.
9635 (org-preserve-lc): New macro.
9636 (org-update-checkbox-count): Catch case when there is no headline.
9637 (org-agenda-quit): Remove any column overlays.
9638 (org-beginning-of-item-list): Fixed bug when non-item line is
9639 indented too deep.
9640 (org-cached-props): New variable.
9641 (org-cached-entry-get): New function.
9642 (org-make-tags-matcher): Handle property matches.
9643 (org-table-recalculate): Swap evaluation order: Field formula
9644 first, then column formulas, but don't allow them to overwrite the
9645 field formulas.
9646 (org-table-eval-formula): New argument untouchable.
9647 (org-table-put-field-property): New function.
9648
9649 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9650
9651 * help-mode.el (help-make-xrefs): Skip spaces too when
9652 skipping tabs.
9653
9654 * ffap.el (dired-at-point-prompter): Improve prompt in
9655 list-directory case.
9656
9657 2007-07-01 Richard Stallman <rms@gnu.org>
9658
9659 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9660
9661 2007-07-01 Richard Stallman <rms@gnu.org>
9662
9663 * cus-start.el (max-mini-window-height): Added.
9664
9665 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9666
9667 * complete.el (partial-completion-mode): Remove advice of
9668 read-file-name-internal.
9669 (PC-do-completion): Rebind minibuffer-completion-table.
9670 (PC-read-file-name-internal): New function doing what
9671 read-file-name-internal advice did.
9672
9673 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9674
9675 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9676 property on a few symbols.
9677 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9678 (byte-optimize-lapcode): Remove bindings that are not referenced
9679 and certainly will not effect through dynamic scoping.
9680
9681 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * files.el (find-file-confirm-inexistent-file): New var.
9684 (find-file, find-file-other-window, find-file-other-frame)
9685 (find-file-read-only, find-file-read-only-other-window)
9686 (find-file-read-only-other-frame): Use it.
9687
9688 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9691
9692 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * generic-x.el (generic-define-mswindows-modes)
9695 (generic-define-unix-modes, apache-log-generic-mode)
9696 (bat-generic-mode-keymap, java-manifest-generic-mode)
9697 (show-tabs-generic-mode): Fix typos in docstrings.
9698
9699 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9700
9701 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9702 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9703 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9704 (rcirc-print): Never ignore messages from ourself.
9705
9706 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9709 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9710
9711 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9712
9713 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9714 replace-regexp-in-string.
9715
9716 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * emacs-lisp/cl.el: Set edebug and indentation before loading
9719 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9720
9721 2007-06-28 Andreas Schwab <schwab@suse.de>
9722
9723 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9724 $(lisp)/subdirs.el.
9725
9726 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9727
9728 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9729 the speedbar frame if nil; that deletes the current frame or
9730 causes an error if it is the only frame.
9731 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9732
9733 2007-06-28 Kevin Ryde <user42@zip.com.au>
9734
9735 * textmodes/nroff-mode.el: Groff \# comments.
9736 (nroff-mode-syntax-table): \# comment intro,
9737 plain # as punct per global table.
9738 (nroff-font-lock-keywords): Add # as a single char escape.
9739 (nroff-mode): In comment-start-skip, match \#.
9740
9741 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9744 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9745 point-min == 1.
9746
9747 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9748
9749 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9750 Rename and move to...
9751
9752 * subr.el (strings->string, string->strings): ...here.
9753
9754 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9755 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9756
9757 * progmodes/gud.el (gud-common-init): Call string->strings instead
9758 of split-string.
9759
9760 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9761
9762 * dired-aux.el: Remove `dired-call-process'.
9763 (dired-check-process): Call `process-file'.
9764
9765 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9766
9767 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9768 `ange-ftp-process-file'.
9769
9770 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9773
9774 * emacs-lisp/cl-extra.el:
9775 * emacs-lisp/cl-seq.el:
9776 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9777 Add autoload cookies on all defs autoloaded manually in cl.el.
9778
9779 * emacs-lisp/cl-loaddefs.el: New file.
9780
9781 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9782 (texinfo-lowersections-alist): Merge definition and declaration.
9783 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9784 (texinfo-format-syntax-table): Merge init into declaration.
9785 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9786 (texinfo-format-parse-defun-args, texinfo-format-node)
9787 (texinfo-push-stack, texinfo-multitable-widths)
9788 (texinfo-define-info-enclosure, texinfo-alias)
9789 (texinfo-format-defindex, batch-texinfo-format): Use push.
9790 (texinfo-footnote-number): Remove duplicate declaration.
9791
9792 * ps-print.el: Update with auto-generated autoloads.
9793
9794 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9795
9796 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9799 relative to current dir for file-local settings.
9800 (autoload-generate-file-autoloads): Add `outfile' arg.
9801 (update-directory-autoloads): Use it to directly call
9802 autoload-generate-file-autoloads instead of going through
9803 update-file-autoloads so we avoid redundant searches and so we can know
9804 the set of buffers changed so we can save them all.
9805
9806 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9807 rather than throwing `up-to-date'.
9808 (autoload-generate-file-autoloads): Adjust correspondingly.
9809 (update-file-autoloads): Be careful to let-bind
9810 autoload-modified-buffers and adjust to new calling conventions.
9811 (autoload-modified-buffers): Make it a dynamically scoped var.
9812 (update-directory-autoloads): Use file-relative-name instead of
9813 autoload-trim-file-name.
9814 (autoload-insert-section-header): Don't use autoload-trim-file-name
9815 since the file is already relative now.
9816 (autoload-trim-file-name): Remove.
9817
9818 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9819 (vc-arch-complete, vc-arch--version-completion-table)
9820 (vc-arch-revision-completion-table): New functions to provide
9821 completion of revision names.
9822 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9823 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9824 to let the user trim the revlib.
9825
9826 * vc.el: Add new VC operation `revision-completion-table'.
9827 (vc-default-revision-completion-table): New function.
9828 (vc-version-diff, vc-version-other-window): Use it to provide
9829 completion of revision names if the backend provides it.
9830
9831 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9832
9833 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9834 of newer .svn/entries.
9835
9836 2007-06-25 David Kastrup <dak@gnu.org>
9837
9838 * calc/calc-poly.el (math-padded-polynomial)
9839 (math-partial-fractions): Add some function comments.
9840
9841 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9844 Make `outbuf' optional.
9845 (update-file-autoloads): Use it.
9846
9847 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9850 (autoload-find-destination): Keep it uptodate.
9851 (autoload-save-buffers): New fun.
9852 (update-file-autoloads): Use it. Re-add the "up to date" message.
9853
9854 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9855 (autoload-find-destination): New function extracted from
9856 update-file-autoloads.
9857 (update-file-autoloads): Use it.
9858 (autoload-generate-file-autoloads): New function extracted from
9859 generate-file-autoloads. Use file-relative-name. Delay computation of
9860 output-start to the first cookie. Remove done-any, replaced by
9861 output-start.
9862 (generate-file-autoloads): Use it.
9863
9864 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9865
9866 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9867 Use math-read-number-simple to insert constants.
9868 (math-prime-test): Redo calculation of sum.
9869
9870 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9871
9872 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9873 math-scale-bignum-3.
9874 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9875 math-bignum-digit-size.
9876 (math-isqrt-small): Add another possible initial guess.
9877
9878 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9879
9880 * textmodes/bibtex.el (bibtex-entry-format): New options
9881 `whitespace', `braces', and `string'.
9882 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9883 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9884 (bibtex-cite-matcher-alist): New variables.
9885 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9886 (bibtex-flash-head): Use blink-matching-delay.
9887 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9888 (bibtex-format-entry, bibtex-reformat): Handle new options of
9889 bibtex-entry-format.
9890 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9891 New functions.
9892 (bibtex-complete-internal): Do not display messages while
9893 minibuffer is used. Do not leave around a completions buffer
9894 that is out of date.
9895 (bibtex-copy-summary-as-kill): New optional arg.
9896 (bibtex-font-lock-url): New optional arg no-button.
9897 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9898 (bibtex-url): Allow multiple URLs per entry.
9899
9900 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9903 (update-file-autoloads, update-directory-autoloads): Use it.
9904 (autoload-file-load-name): New function.
9905 (generate-file-autoloads, update-file-autoloads): Use it.
9906 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9907 (generate-file-autoloads): If the autoloaded form is malformed,
9908 indicate the problem with a warning instead of aborting.
9909
9910 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9911
9912 * simple.el (next-error-recenter): Accept `(4)' as well;
9913 also, specify `integer' instead of `number'.
9914
9915 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9916
9917 * ls-lisp.el (insert-directory): If an invalid regexp error is
9918 thrown, try using FILE as a literal file name, not a wildcard.
9919
9920 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9921
9922 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9923 `header-line-format' when reentering ruler mode.
9924
9925 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9926
9927 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9928 FILE exists as a file.
9929
9930 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9931
9932 * calc/calc.el (math-bignum-digit-length)
9933 (math-bignum-digit-size, math-small-integer-size):
9934 New constants.
9935 (math-normalize, math-bignum-big, math-make-float)
9936 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9937 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9938 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9939 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9940 (math-quotient, math-div-bignum, math-div-bignum-digit)
9941 (math-div-bignum-part, math-format-bignum-decimal)
9942 (math-read-bignum): Use math-bignum-digit-length,
9943 math-bignum-digit-size and math-small-integer-size.
9944
9945 * calc/calc-ext.el (math-fixnum-big): Use the variable
9946 math-bignum-digit-size.
9947
9948 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9949
9950 * log-view.el (log-view-mode-menu): New menu.
9951
9952 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9955 differently.
9956
9957 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9958 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9959
9960 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9961
9962 * vc-hg.el (vc-hg-print-log): Insert the file name.
9963 (vc-hg-log-view-mode): Fontify the file name.
9964
9965 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9966
9967 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9968 (calcFunc-julian): Fix incorrect number used in calculations.
9969
9970 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9971
9972 * simple.el (next-error-recenter): New defcustom.
9973 (next-error, next-error-internal): Recenter if specified,
9974 immediately prior to running `next-error-hook'.
9975
9976 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9977 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9978
9979 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9980
9981 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9982
9983 * calc/calc-comb.el (math-small-factorial-table): New variable.
9984 (calcFunc-fact): Use `math-small-factorial-table'.
9985
9986 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9987 initial values.
9988 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9989 New variables to use in caches.
9990
9991 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9992 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9993
9994 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9995 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9996 bignums.
9997
9998 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9999 New variables to use in caches.
10000
10001 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10002
10003 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
10004
10005 * vc-hg.el (vc-hg-log-view-mode): New mode.
10006
10007 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
10008
10009 * calc/calc.el (math-read-number-simple): New function.
10010
10011 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
10014 (vera-font-lock-match-item): Fix doc string.
10015 (vera-in-comment-p): Remove unused function.
10016 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
10017 use `syntax-ppss'.
10018 (vera-forward-syntactic-ws): Fix argument order.
10019 (vera-prepare-search): Use `with-syntax-table'.
10020 (vera-indent-line): Fix doc string.
10021 (vera-electric-tab): Fix doc string.
10022 (vera-expand-abbrev): Define alias instead of using `fset'.
10023 (vera-comment-uncomment-region): Use `comment-start-skip'.
10024
10025 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
10026
10027 * textmodes/org.el (org-export-with-footnotes): New option.
10028 (org-export-as-html): Fix replacement bug for XEmacs.
10029 (org-agenda-default-appointment-duration): New option.
10030
10031 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10032
10033 * vc-hg.el: Add to do items.
10034 (vc-hg-diff): Add support for comparing different revisions.
10035 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10036 (vc-hg-annotate-extract-revision-at-line)
10037 (vc-hg-previous-version, vc-hg-checkin): New functions.
10038 (vc-hg-annotate-re): New constant.
10039
10040 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
10041
10042 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10043
10044 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10047 buffer-local value of log-view-*-re if applicable.
10048
10049 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10050 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10051 (vc-bzr-command*): Remove both (incompatible) versions.
10052 (vc-bzr-do-command*): Remove.
10053 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10054 Remove by folding into its only caller vc-bzr-command.
10055 (vc-bzr-command): Always set the environment, even when ineffective.
10056 (vc-bzr-version): Minor fix up.
10057 (vc-bzr-admin-dirname): New var.
10058 (vc-bzr-bzr-dir): Remove.
10059 (vc-bzr-root-dir): New fun.
10060 (vc-bzr-registered): Use it. Add an autoloaded version.
10061 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10062 (vc-bzr-view-log-function): Remove.
10063 (vc-bzr-log-view-mode): New major mode to replace it.
10064 (vc-bzr-print-log): Only activate the old hack if needed.
10065
10066 * vc.el (vc-default-log-view-mode): New function.
10067 (vc-print-log): Add new `log-view-mode' VC operation.
10068
10069 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
10070
10071 * ido.el (ido-find-file-in-dir): Don't signal an error for
10072 empty directories.
10073
10074 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10075
10076 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10077 directory where the desktop file was found, as the docstring says.
10078 (desktop-kill): Use `read-directory-name'.
10079
10080 2007-06-20 Alan Mackenzie <acm@muc.de>
10081
10082 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10083 When removing lines, also remove the \n. Correction of patch of
10084 2007-04-21.
10085
10086 2007-06-20 Martin Rudalics <rudalics@gmx.at>
10087
10088 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10089 event is not a cons cell. Do not unread drag-mouse-1 events.
10090 Select right window in check whether space was stolen from
10091 window above.
10092
10093 * help-mode.el (help-make-xrefs): Adjust position of new forward
10094 button.
10095
10096 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
10097
10098 * vc-bzr.el (vc-bzr-with-process-environment)
10099 (vc-bzr-std-process-invocation): New macros.
10100 (vc-bzr-command, vc-bzr-command*): Use them.
10101 (vc-bzr-with-c-locale): Remove.
10102 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10103 (vc-bzr-buffer-nonblank-p): New function.
10104 (vc-bzr-state-words): New const.
10105 (vc-bzr-state): Look for `bzr status' keywords in output.
10106 Display everything else as a warning message to the user.
10107 Fix status report with bzr >= 0.15.
10108
10109 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10110
10111 * vc-hg.el (vc-hg-global-switches): Simplify.
10112 (vc-hg-state): Handle more states.
10113 (vc-hg-diff): Fix doc-string.
10114 (vc-hg-register): New function.
10115 (vc-hg-checkout): Likewise.
10116
10117 2007-06-20 Reto Zimmermann <reto@gnu.org>
10118
10119 * progmodes/vera-mode.el: New file.
10120
10121 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
10122
10123 * calc/calc.el (calc-multiplication-has-precendence):
10124 New variable.
10125 (math-standard-ops, math-standard-ops-p, math-expr-ops):
10126 New functions.
10127 (math-expr-opers): Define using math-standard-ops rather than
10128 math-standard-opers.
10129 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10130 equal the function math-standard-ops rather than the variable
10131 math-standard-opers.
10132 (calc-algebraic-entry): Let math-expr-opers equal
10133 math-standard-ops or math-expr-ops, as appropriate.
10134 (math-expr-read-level, math-read-factor): Let math-expr-opers
10135 equal math-expr-ops.
10136 * calc/calc-embed.el (calc-embedded-finish-edit):
10137 Let math-expr-opers equal the function math-standard-ops
10138 rather than the variable math-standard-opers.
10139 * calc/calc-ext.el (math-read-plain-expr)
10140 (math-format-flat-expr-fancy): Let math-expr-opers equal the
10141 function math-standard-ops rather than the variable
10142 math-standard-opers.
10143 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10144 Let math-expr-opers equal the function math-standard-ops rather
10145 than the variable math-standard-opers.
10146 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10147 equal the function math-standard-ops rather than the variable
10148 math-standard-opers.
10149 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10150 equal the function math-standard-ops rather than the variable
10151 math-standard-opers.
10152 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10153 math-expr-ops.
10154
10155 2007-06-19 Ivan Kanis <apple@kanis.eu>
10156
10157 * vc-hg.el: New file.
10158
10159 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10162 with font-lock-multiline.
10163
10164 2007-06-17 Glenn Morris <rgm@gnu.org>
10165
10166 * lpr.el (lpr-page-header-switches): Move %s to separate element
10167 for correct quoting. Doc fix.
10168
10169 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10172 than setting sgml-xml-mode.
10173 (sgml-mode, html-mode): Set sgml-xml-mode.
10174 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10175 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10176 (sgml-electric-tag-pair-before-change-function)
10177 (sgml-electric-tag-pair-flush-overlays): New functions.
10178 (sgml-electric-tag-pair-mode): New minor mode.
10179 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10180 (sgml-calculate-indent): Use assoc-string.
10181
10182 2007-06-16 Karl Fogel <kfogel@red-bean.com>
10183
10184 * thingatpt.el (thing-at-point-email-regexp): Don't require two
10185 chars before the "@" in an email address. Andreas Roehler noticed
10186 this problem.
10187
10188 2007-06-15 Karl Fogel <kfogel@red-bean.com>
10189
10190 * thingatpt.el: Add support for email addresses (`email').
10191 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10192 (thing-at-point-email-regexp): New variable.
10193 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10194 properties on this symbol, with lambda forms for values.
10195
10196 2007-06-15 Masatake YAMATO <jet@gyve.org>
10197
10198 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10199
10200 * vc.el (vc-dired-hook): Check the backend returned from
10201 `vc-responsible-backend' can really handle `subdir'.
10202
10203 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * wid-edit.el (widget-add-documentation-string-button):
10206 Fix handling of documentation indent.
10207
10208 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
10209
10210 * mb-depth.el: New file.
10211
10212 2007-06-15 Masatake YAMATO <jet@gyve.org>
10213
10214 * vc.el (vc-dired-mode): Show backend name as part of mode name.
10215
10216 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
10217
10218 * wid-edit.el (widget-default-create): Move ?h handling here...
10219 (widget-default-format-handler): ...from here.
10220 (widget-docstring, widget-add-documentation-string-button): New funs.
10221 (documentation-string): Add :visibility-widget property.
10222 (widget-documentation-string-value-create): Use it.
10223
10224 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10225 (custom-buffer-create-internal): Simplify message.
10226 (custom-variable-tag): Reduce height to normal.
10227 (custom-variable-value-create, custom-face-value-create)
10228 (custom-visibility): New widget.
10229 (custom-visibility): New face.
10230 (custom-group-value-create):
10231 Call widget-add-documentation-string-button, using `custom-visibility'.
10232
10233 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * emacs-lisp/bytecomp.el (byte-compile-current-group)
10236 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10237 change. Apparently the "warning even if the group is implicit" is
10238 a feature rather than a bug.
10239
10240 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
10241
10242 * emulation/viper.el (viper-describe-key-ad)
10243 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10244 Compile them conditionally.
10245 (viper-version): Belated version change.
10246
10247 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * follow.el (follow-all-followers, follow-generic-filter):
10250 * pcomplete.el (pcomplete-restore-windows):
10251 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10252 (x-dnd-drop-data):
10253 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10254 * progmodes/python.el (python-complete-symbol):
10255 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10256
10257 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
10258
10259 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10260 around bright and dim regexps. Make sure bright and dim matches
10261 use word anchors. Send text through rcirc-markup functions.
10262 (rcirc-url-regexp): Add single quote character.
10263 (rcirc-connect): Write logs to disk on auto-save-hook.
10264 Make server a non-optional argument.
10265 (rcirc-log-alist): New variable.
10266 (rcirc-log-directory): Make customizable.
10267 (rcirc-log-flag): New customizable variable.
10268 (rcirc-log): New function.
10269 (rcirc-print): Use above function.
10270 (rcirc-log-write): New function.
10271 (rcirc-generate-new-buffer-name): Strip text properties.
10272 (rcirc-switch-to-buffer-function): Remove variable.
10273 (rcirc-last-non-irc-buffer): Remove variable.
10274 (rcirc-non-irc-buffer): Add function.
10275 (rcirc-next-active-buffer): Use above function.
10276 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10277 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10278 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10279 (rcirc-omit-mode): Add minor-mode.
10280 (rcirc-mode-map): Change C-c C-o binding.
10281 (rcirc-mode): Clear mode-line-process. Use a custom
10282 fill-paragraph-function. Set up buffer-invisibility-spec.
10283 (rcirc-response-formats): Remove timestamp code.
10284 (rcirc-omit-responses): Add variable.
10285 (rcirc-print): Don't put the overlay arrow on potentially omitted
10286 lines. Log line to disk. Record activity for private messages
10287 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
10288 (rcirc-jump-to-first-unread-line): Print message if there is no
10289 unread text.
10290 (rcirc-clear-unread): New function.
10291 (rcirc-markup-text-functions): Add variable.
10292 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10293 (rcirc-debug): Don't mess with window configuration.
10294 (rcirc-send-message): Send message before printing locally.
10295 Add SILENT argument, do not print message if non-nil.
10296 (rcirc-visible-buffers): New function and variable.
10297 (rcirc-window-configuration-change-1): Add function.
10298 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10299 server buffer.
10300 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10301 (rcirc-fill-paragraph): Add function.
10302 (rcirc-record-activity, rcirc-window-configuration-change-1):
10303 Only update the activity string if it has actually changed.
10304 (rcirc-update-activity-string): Remove padding characters from the
10305 mode-line string.
10306 (rcirc-disconnect-buffer): New function to be called when a
10307 channel is parted or the user quits.
10308 (rcirc-server-name): Warn when the server-name hasn't been set.
10309 (rcirc-window-configuration-change): Postpone work until
10310 post-command-hook.
10311 (rcirc-window-configuration-change-1): Update mode-line and
10312 overlay arrows here.
10313 (rcirc-authenticate): Fixc hanserv identification.
10314 (rcirc-default-server): Remove variable.
10315 (rcirc): Connect according to rcirc-connections.
10316 (rcirc-connections): Add variable.
10317 (rcirc-startup-channels-alist): Remove variable.
10318 (rcirc-startup-channels): Remove function.
10319
10320 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10323
10324 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
10325
10326 * term/xterm.el (terminal-init-xterm): Escape parens in character
10327 constants.
10328
10329 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * progmodes/sh-script.el: Remove unneeded * from docstrings.
10332 Use [:alpha:] and [:alnum:] where applicable.
10333 (sh-quoted-subshell): Rewrite to correctly
10334 handle nested mixes of `...' and $(...).
10335 (sh-apply-quoted-subshell): Remove.
10336 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10337
10338 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10339
10340 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10341
10342 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10343 previous change.
10344
10345 2007-06-12 Tom Tromey <tromey@redhat.com>
10346
10347 * subr.el (user-emacs-directory): New defconst.
10348 * cmuscheme.el (scheme-start-file):
10349 * shell.el (shell):
10350 * completion.el (save-completions-file-name):
10351 * custom.el (custom-theme-directory):
10352 * term/x-win.el (emacs-session-filename):
10353 * filesets.el (filesets-menu-cache-file):
10354 * thumbs.el (thumbs-thumbsdir):
10355 * server.el (server-auth-dir):
10356 * image-dired.el (image-dired-dir):
10357 (image-dired-db-file):
10358 (image-dired-temp-image-file):
10359 (image-dired-gallery-dir):
10360 (image-dired-temp-rotate-image-file):
10361 * play/gamegrid.el (gamegrid-user-score-file-directory):
10362 * savehist.el (savehist-file):
10363 * tutorial.el (tutorial--saved-dir):
10364 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10365
10366 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
10367
10368 * scroll-lock.el (scroll-lock-mode): Doc fix.
10369
10370 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10371
10372 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10373
10374 * ediff-init.el: Doc strings.
10375
10376 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10379 (byte-compile-file): Bind it.
10380 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10381 group argument is provided implicitly.
10382 (byte-compile-format-warn, byte-compile-from-buffer)
10383 (byte-compile-insert-header): Don't hardcode point-min==1.
10384 (byte-compile-file-form-require): Remove unused var old-load-list.
10385 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10386
10387 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10388
10389 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10390 Display error messages.
10391 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10392 Get rid of cl.el dependencies.
10393
10394 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10395 New variable.
10396 (viper-activate-input-method-action)
10397 (viper-inactivate-input-method-action):
10398 Use viper-suppress-input-method-change-message.
10399
10400 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10401 for C-s, C-r.
10402
10403 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10404 Use viper-replace-overlay-cursor-color instead of
10405 viper-replace-overlay-cursor-color.
10406 (viper-sit-for-short): Use sit-for with 3 arguments.
10407
10408 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10409 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10410 to gud-mode.
10411
10412 * ediff-mult.el (ediff-meta-buffer-brief-message)
10413 (ediff-meta-buffer-verbose-message): New variables.
10414 (ediff-meta-buffer-message): Variable deleted.
10415 (ediff-verbose-help-enabled): New variable.
10416 (ediff-toggle-verbose-help-meta-buffer): New function.
10417 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10418 message options.
10419
10420 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10421 (ediff-fixup-patch-map): Improve heuristic.
10422
10423 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10426 (log-view-font-lock-keywords): Simplify.
10427 (log-view-current-file, log-view-current-tag): Simplify.
10428
10429 2007-06-12 Sam Steingold <sds@gnu.org>
10430
10431 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10432
10433 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10434
10435 * desktop.el (desktop-load-locked-desktop): New option.
10436 (desktop-read): Use it.
10437 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10438 Use `when'.
10439
10440 2007-06-12 Davis Herring <herring@lanl.gov>
10441
10442 * desktop.el (desktop-save-mode-off): New function.
10443 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10444 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10445 (desktop-claim-lock, desktop-release-lock): New functions.
10446 (desktop-kill): Tell `desktop-save' that this is the last save.
10447 Release the lock afterwards.
10448 (desktop-buffer-info): New function.
10449 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10450 says to. Detect conflicts, and manage the lock.
10451 (desktop-read): Detect conflicts. Manage the lock.
10452
10453 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10454
10455 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10456
10457 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10458 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10459 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10460 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10461 keysyms rather than byte sequences.
10462 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10463
10464 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10465
10466 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10467 half-activated, forcefully activate it completely.
10468
10469 2007-06-11 Richard Stallman <rms@gnu.org>
10470
10471 * cus-edit.el (custom-variable-type): Doc fix.
10472
10473 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10476 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10477 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10478 different possible cases for \'.
10479
10480 * complete.el (PC-bindings): Don't bind things already bound in the
10481 parent keymap.
10482
10483 * textmodes/bibtex-style.el: New file.
10484
10485 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10486
10487 * vc-bzr.el: New file.
10488
10489 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * vc-svn.el (vc-svn-program): New var.
10492 (vc-svn-command): Use it.
10493
10494 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
10495
10496 * server.el (server-switch-buffer): Remove redundant check.
10497
10498 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10499
10500 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10501 Match against file-name-nondirectory.
10502 Fix text on user customization variables.
10503 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10504
10505 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10506
10507 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10508
10509 2007-06-09 Davis Herring <herring@lanl.gov>
10510
10511 * desktop.el (desktop-minor-mode-table): Doc fix.
10512
10513 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * textmodes/css-mode.el (css-navigation-syntax-table):
10516 Use set-char-table-range so it also works in the unicode branch.
10517
10518 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10519
10520 * help-mode.el (help-xref-forward-stack)
10521 (help-xref-stack-forward-item, help-forward-label): New variables.
10522 (help-forward): New button type.
10523 (help-setup-xref): Initialise help-xref-forward-stack.
10524 (help-make-xrefs): Add forward button, if appropriate.
10525 (help-xref-go-back): Push item on forward stack.
10526 (help-xref-go-forward, help-go-forward): New functions.
10527
10528 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * dired.el (dired-mode-map): Remove spurious separator.
10531
10532 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10533
10534 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10535
10536 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10537 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10538
10539 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10540
10541 * textmodes/org.el: Version number fixed.
10542
10543 2007-06-07 Glenn Morris <rgm@gnu.org>
10544
10545 * version.el (emacs-copyright): New constant.
10546 * startup.el (fancy-splash-tail): Use emacs-copyright.
10547 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10548
10549 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10550 `make-local'.
10551 (byte-compile-warnings-safe-p): Add `make-local'.
10552 (byte-compile-make-variable-buffer-local):
10553 Allow byte-compile-warnings to suppress this warning.
10554
10555 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10556 format of "menu" description.
10557 (tutorial--find-changed-keys): Describe the specific menu a
10558 command is in.
10559
10560 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10561 Rewrite compatibility functions to silence byte-compiler.
10562
10563 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10564
10565 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10566 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10567
10568 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10569
10570 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10571
10572 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10573
10574 * progmodes/ebrowse.el (ebrowse-member-table):
10575 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10576 (org-batch-agenda-csv): Fix typos in docstrings.
10577
10578 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10581 (sort-coding-systems, search-unencodable-char): Doc fixes.
10582 (coding-system-change-eol-conversion, set-default-coding-systems)
10583 (prefer-coding-system, find-multibyte-characters, princ-list)
10584 (leim-list-entry-regexp, set-input-method, locale-language-names)
10585 (input-method-exit-on-first-char, exit-language-environment-hook)
10586 (locale-charset-language-names): Fix typos in docstrings.
10587
10588 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10589
10590 * pgg.el (pgg-sign-region, pgg-sign):
10591 * ses.el (ses-call-printer):
10592 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10593 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10594
10595 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10596
10597 * textmodes/org.el (org-export-region-as-html)
10598 (org-replace-region-by-html, org-number-to-letters)
10599 (org-table-fedit-finish, org-normalize-color)
10600 (org-table-fedit-ref-right, org-date-to-gregorian)
10601 (org-table-fedit-move, org-table-convert-refs-to-rc)
10602 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10603 (org-write-agenda, org-colgroup-info-to-vline-list)
10604 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10605 (org-indent-line-function, org-export-as-html-to-buffer)
10606 (org-store-agenda-views, org-update-mode-line)
10607 (org-find-if, org-delete-all)
10608 (org-table-fedit-convert-buffer, org-emphasize)
10609 (org-uniquify, org-table-fedit-lisp-indent)
10610 (org-table-fedit-scroll, org-get-todo-sequence-head)
10611 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10612 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10613 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10614 (org-table-fedit-line-up, org-table-fedit-ref-down)
10615 (org-table-formula-from-user, org-mode-flyspell-verify)
10616 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10617 (org-table-formula-to-user, org-diary-to-ical-string)
10618 (orgtbl-export, org-table-fedit-post-command)
10619 (org-closed-in-range, org-shiftcontrolright)
10620 (org-table-convert-refs-to-an, org-table-hline-and-move)
10621 (org-table-formula-less-p, org-format-table-ascii)
10622 (org-agenda-get-sexps, org-shift-refpart)
10623 (org-diary-sexp-entry, org-time-string-to-absolute)
10624 (org-table-show-reference, org-letters-to-number)
10625 (org-fix-agenda-info, org-table-fedit-ref-up)
10626 (org-table-fedit-shift-reference, org-table-fedit-abort)
10627 (org-closest-date, org-shiftcontrolleft)
10628 (org-at-heading-or-item-p, org-rematch-and-replace)
10629 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10630 New functions.
10631 (org-table-edit-scroll-down, org-finish-edit-formulas)
10632 (org-table-edit-next-field, org-abort-edit-formulas)
10633 (org-font-lock-level, org-export-find-first-heading-line)
10634 (org-table-edit-line-down, org-table-edit-backward-field)
10635 (org-edit-formula-lisp-indent, org-table-edit-move)
10636 (org-check-log-option, org-this-word)
10637 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10638 (org-agenda-file-to-end, org-expand-file-name)
10639 (org-fake-empty-table-line, org-table-edit-scroll)
10640 (org-toggle-log-option, org-show-reference): Function removed.
10641 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10642 New defsubsts.
10643 (org-unmodified, org-batch-store-agenda-views)
10644 (org-batch-agenda-csv): New macro.
10645 (org-agenda-export): New customization group.
10646 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10647 (org-highest-priority, org-agenda-exporter-settings)
10648 (org-log-done-with-time, org-replace-disputed-keys)
10649 (org-format-latex-header, org-export-table-header-tags)
10650 (org-cycle-separator-lines, org-export-table-data-tags)
10651 (org-icalendar-include-sexps)
10652 (org-empty-line-terminates-plain-lists)
10653 (org-log-repeat, org-special-ctrl-a)
10654 (org-table-use-standard-references, org-disputed-keys)
10655 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10656 (org-agenda-export-html-style): New option.
10657 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10658 (org-CUA-compatible): Option removed.
10659 (org-agenda-structure, org-sexp-date): New face.
10660 (org-todo-keywords-for-agenda, org-not-done-keywords)
10661 (org-planning-or-clock-line-re, org-agenda-name)
10662 (org-table-colgroup-info, org-todo-sets)
10663 (constants-unit-system, org-clock-mode-line-entry)
10664 (org-mode-line-timer, org-table-current-begin-pos)
10665 (org-todo-keywords-1, org-mode-line-string)
10666 (org-table-clean-did-remove-column, org-table-fedit-map)
10667 (org-clock-heading, org-table-buffer-is-an)
10668 (org-agenda-info, org-done-keywords)
10669 (org-done-keywords-for-agenda, org-todo-heads)
10670 (org-todo-kwd-alist, org-clock-start-time): New variable.
10671 (org-todo-kwd-priority-p, org-edit-formulas-map)
10672 (org-repeat-re, org-todo-kwd-max-priority)
10673 (org-version, org-done-string)
10674 (org-table-clean-did-remove-column-1, org-disputed-keys):
10675 Remove variables.
10676 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10677 (org-ts-lengths): Constant removed.
10678 (org-follow-gnus-link): Don't ask how many articles to read.
10679 (org-export-find-first-export-line): Rename from
10680 `org-export-find-first-heading'.
10681 Use `org-export-skip-text-before-1st-heading'.
10682 (org-table-fedit-post-command): Rename from
10683 `org-table-edit-formulas-post-command'.
10684 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10685 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10686 (org-table-fedit-lisp-indent): Rename from
10687 `org-edit-formula-lisp-indent'.
10688 (org-table-show-reference): Rename from `org-show-reference'.
10689 (org-table-store-formulas): Use `org-table-formula-less-p'.
10690 (org-table-edit-formulas): Position cursor to current field equation.
10691 (org-update-checkbox-count, org-hide-archived-subtrees)
10692 (org-timestamp-up-day, org-timestamp-down-day)
10693 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10694 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10695 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10696 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10697 Let `org-on-heading-p' also check for invisible heading.
10698 (org-read-date): Match am/pm times.
10699 (org-eval-in-calendar): Fix default date in prompt.
10700
10701 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10702
10703 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10704 "ChangeLog.a" entries, giving the latter lower priority.
10705
10706 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10707
10708 * faces.el (face-id): If the argument is a face alias,
10709 return the ID of the target face.
10710
10711 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10712
10713 * net/socks.el (top): Remove unnecessary copyright line.
10714
10715 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10716
10717 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10718
10719 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10720
10721 * net/socks.el: New file, taken from w3 repository.
10722 (top): Update Copyright. Don't load cl.el.
10723 (all): Replace `case' by `cond', `string-to-int' by
10724 `string-to-number', and `process-kill-without-query' by
10725 `set-process-query-on-exit-flag'.
10726 (socks-char-int): Remove defalias and all occurrences.
10727
10728 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10729
10730 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10731 Fix typos in docstrings.
10732 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10733 (compilation-finish-function): Fix typo in obsolescence declaration.
10734
10735 2007-06-03 Sam Steingold <sds@gnu.org>
10736
10737 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10738 handle unending automatic recompilation of changed files (`omake -P').
10739 (compilation-loop): VISITED is now 5th CDR.
10740 (compilation-next-error-function): Set TIMESTAMP.
10741
10742 2007-06-03 Sam Steingold <sds@gnu.org>
10743
10744 * files.el (kill-buffer-ask): New function.
10745 (kill-some-buffers): Use it.
10746 (kill-matching-buffers): New user command.
10747
10748 2007-06-01 David Kastrup <dak@gnu.org>
10749
10750 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10751 Change default to `top'.
10752
10753 2007-05-31 Richard Stallman <rms@gnu.org>
10754
10755 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10756
10757 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * textmodes/css-mode.el: New file.
10760
10761 2007-05-30 Michael Olson <mwolson@gnu.org>
10762
10763 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10764 died and we are trying to send a signal to it. The program using
10765 tq.el should periodically check to see whether the process has
10766 died and react appropriately -- this is not the responsibility of
10767 tq.el, and is consistent with the rest of the tq.el source code.
10768
10769 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10770
10771 * textmodes/table.el (table--point-entered-cell-function)
10772 (table--point-left-cell-function):
10773 Bind `inhibit-point-motion-hooks' to t.
10774
10775 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10776
10777 * emacs-lisp/rx.el (rx): Doc fix.
10778
10779 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10780
10781 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10782
10783 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10784
10785 Sync with Tramp 2.0.56.
10786
10787 * net/tramp.el:
10788 * net/tramp-ftp.el:
10789 * net/tramp-smb.el:
10790 * net/tramp-util.el:
10791 * net/tramp-vc.el:
10792 Don't load cl.el, because that pollutes the namespace. Replace cl
10793 macros by their implementations where necessary. Requested by
10794 Richard Stallman <rms@gnu.org>.
10795
10796 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10797 doesn't exist.
10798 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10799 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10800 (tramp-file-name-p, tramp-file-name-multi-method)
10801 (tramp-file-name-method, tramp-file-name-user)
10802 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10803 replacing defstruct `tramp-file-name'.
10804 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10805 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10806 Apply `vector' instead of `make-tramp-file-name'.
10807 (tramp-handle-make-auto-save-file-name):
10808 Apply `tramp-temporary-file-directory' for compatibility reasons.
10809 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10810 because of XEmacs.
10811 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10812 started.
10813
10814 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10817
10818 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10819
10820 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10821 as the end of the ChangeLog paragraph when it ends without a line
10822 termination.
10823
10824 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10825
10826 * net/webjump.el (webjump-sample-sites):
10827 Add simple Wikipedia query.
10828
10829 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10832 compatibility code.
10833
10834 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10835 (copyright-update-year): Use it.
10836
10837 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10838
10839 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10840 Add indentation and debugging info. Fix up comment convention.
10841
10842 * cus-dep.el (custom-make-dependencies): Simplify.
10843
10844 * composite.el (compose-region, decompose-region):
10845 Use inhibit-read-only and restore-buffer-modified-p.
10846
10847 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10848 (xterm-mouse-event): Use it.
10849
10850 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10851
10852 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10853 `switch-to-buffer' has returned succesfully.
10854 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10855 window is dedicated (it could iconify the frame).
10856
10857 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10858
10859 * vc-hooks.el (vc-find-root): Fix file attribute test.
10860
10861 2007-05-24 Richard Stallman <rms@gnu.org>
10862
10863 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10864 Don't let opoint be nil.
10865 (flyspell-emacs-popup): Explicit error if no dialogs.
10866
10867 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10868
10869 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10870 (image-next-line, image-previous-line, image-scroll-up)
10871 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10872 New functions.
10873 (image-mode-map): Remap motion commands.
10874 (image-mode-text-map): New keymap for viewing images as text.
10875 (image-mode): Use image-mode-map.
10876 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10877
10878 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10879
10880 * textmodes/fill.el (canonically-space-region): Make the second arg
10881 a marker if it's not already the case.
10882
10883 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10884
10885 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10886 (tar-get-descriptor): Handle type 55, an extended pax header.
10887
10888 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10891 to confuse outline-minor-mode.
10892
10893 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10894
10895 * tar-mode.el (tar-file-name-handler): New function.
10896 (tar-extract): Bind file-name-handler-alist to it to force
10897 find-buffer-file-type-coding-system behave as if the file being
10898 extracted existed. Use last-coding-system-used to force
10899 buffer-file-coding-system to what decode-coding-region actually
10900 used to decode the file.
10901
10902 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10903
10904 * progmodes/compile.el (compilation-handle-exit):
10905 `compilation-finish-function' may change the current buffer.
10906
10907 2007-05-22 Richard Stallman <rms@gnu.org>
10908
10909 * files.el (set-auto-mode): Doc fix.
10910
10911 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10912
10913 * help-fns.el (find-source-lisp-file): New function.
10914 (describe-function-1): Use find-source-lisp-file to find source
10915 file in compile tree.
10916
10917 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10918
10919 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10920
10921 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * emacs-lisp/easy-mmode.el (define-minor-mode)
10924 (easy-mmode-define-navigation): Fix typos in docstrings.
10925
10926 2007-05-22 Glenn Morris <rgm@gnu.org>
10927
10928 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10929
10930 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10931
10932 * mail/mail-extr.el (mail-extract-address-components):
10933 Recognize non-ASCII characters except for NBSP as words.
10934
10935 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10936
10937 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10938 (rcirc-print): Handle `window-width'.
10939 (rcirc-buffer-maximum-lines): Doc fix.
10940
10941 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * image-mode.el (image-toggle-display): Don't clear image cache.
10944 Only use filename in image spec if the file is readable.
10945 Call image-refresh.
10946
10947 * image.el (image-type-from-file-name, image-type): Simplify.
10948 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10949
10950 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10951 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10952
10953 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10954
10955 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10956 is an error.
10957
10958 * term/linux.el (terminal-init-linux): Don't signal an error
10959 if gpm isn't running.
10960
10961 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10962
10963 * t-mouse.el: Reduce to a minor-mode macro call.
10964 (t-mouse-mode): Remove the lighter.
10965
10966 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10967
10968 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10969
10970 * files.el (auto-mode-alist): Change the regexp so that
10971 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10972
10973 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10974
10975 * Version 22.1 released.
10976
10977 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10978
10979 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10980 changes.
10981
10982 2007-05-19 Kevin Ryde <user42@zip.com.au>
10983
10984 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10985
10986 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10987
10988 * textmodes/sgml-mode.el: Revert last change.
10989
10990 2007-05-18 Richard Stallman <rms@gnu.org>
10991
10992 * simple.el (push-mark): Doc fix.
10993
10994 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10995
10996 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10997 tpu-global-map.
10998 (tpu-original-global-map): Variable deleted.
10999 (tpu-control-keys-map): New keymap variable.
11000 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
11001 setting keymapping directly.
11002 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
11003 tpu-global-map.
11004 (tpu-edt-on): Activate the tpu-global-map.
11005 (tpu-edt-off): Deactivate the tpu-global-map.
11006
11007 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
11008
11009 * textmodes/ispell.el (ispell-get-word): Return markers
11010 for start and end positions.
11011 (ispell-word): Assume END is a marker.
11012
11013 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11014
11015 * printing.el: Group together all XEmacs/Emacs definitions.
11016 (pr-version): New version 6.9.
11017 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
11018 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
11019 (pr-menu-bind): Fix code.
11020 (pr-e-frame-char-height, pr-e-frame-char-width)
11021 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
11022 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
11023 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
11024 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
11025 (pr-x-event-y-pixel): Aliases eliminated.
11026 (pr-xemacs-global-menubar): Macro moved.
11027 (current-menubar, current-mouse-event, zmacs-region-stays)
11028 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
11029 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
11030 Vars moved.
11031 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
11032 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
11033 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
11034 (pr-menu-set-utility-title, pr-even-or-odd-pages)
11035 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
11036 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
11037 moved.
11038
11039 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
11040
11041 * textmodes/sgml-mode.el (sgml-tag):
11042 Fix bug: Call sgml-transformation-function.
11043
11044 2007-05-17 Martin Rudalics <rudalics@gmx.at>
11045
11046 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
11047 modified flag of buffer. Use `inhibit-modification-hooks'.
11048
11049 2007-05-16 Richard Stallman <rms@gnu.org>
11050
11051 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11052
11053 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * files.el (magic-mode-alist, magic-fallback-mode-alist):
11056 Move the *ml, Postscript, and XmCD entries to the fallback part.
11057
11058 * files.el (magic-fallback-mode-alist):
11059 Rename from file-start-mode-alist.
11060
11061 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11062
11063 * progmodes/compile.el (compilation-handle-exit): Quote first
11064 argument of `run-hook-with-args'.
11065
11066 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
11067
11068 * buff-menu.el (Buffer-menu-sort-column):
11069 * dabbrev.el (dabbrev-upcase-means-case-search):
11070 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11071 * info.el (Info-current-subfile):
11072 * ls-lisp.el (ls-lisp-verbosity):
11073 * msb.el (msb-menu-cond):
11074 * pcvs.el (cvs-dired-use-hook):
11075 * simple.el (set-mark-command-repeat-pop):
11076 * time.el (display-time-24hr-format, display-time-mail-file):
11077 Doc fixes.
11078
11079 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11080 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11081
11082 * view.el (view-inhibit-help-message): Fix typo in docstring.
11083 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11084
11085 2007-05-16 Martin Rudalics <rudalics@gmx.at>
11086
11087 * textmodes/ispell.el (ispell-start-process): Defend against bad
11088 default-directory.
11089
11090 2007-05-14 Eli Zaretskii <eliz@gnu.org>
11091
11092 * mail/rmail.el (rmail-convert-to-babyl-format): Check
11093 content-transfer-encoding _last_, because it's its position that
11094 we need as value of base64-header-field-end.
11095
11096 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
11097
11098 * files.el (mode-require-final-newline, require-final-newline)
11099 (enable-local-variables, enable-local-eval): Doc fixes.
11100
11101 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11102
11103 * ps-print.el: Use default color when foreground or background color
11104 are unspecified. Reported by Leo <sdl.web@gmail.com>.
11105 (ps-print-version): New version 6.7.4.
11106 (ps-rgb-color): New argument. Use default color when color is
11107 unspecified.
11108 (ps-begin-job): Fix code.
11109
11110 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * longlines.el (longlines-mode): Make longlines-auto-wrap
11113 buffer-local. Add hooks unconditionally.
11114 (longlines-auto-wrap): Toggle wrapping.
11115 (longlines-after-change-function)
11116 (longlines-post-command-function): Check longlines-auto-wrap.
11117
11118 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
11119
11120 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11121 (xterm-mouse-translate): Use it.
11122
11123 2007-05-10 Richard Stallman <rms@gnu.org>
11124
11125 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11126 (iso-cvt-write-only): Likewise.
11127
11128 * emacs-lisp/easy-mmode.el (define-minor-mode):
11129 Fix generated doc string.
11130
11131 * startup.el (fancy-splash-text): Add URL of guided tour.
11132 Adjust horizontal and vertical whitespace.
11133
11134 * progmodes/compile.el (compilation-handle-exit):
11135 Use run-hook-with-args to run compilation-finish-functions.
11136
11137 * files.el (file-start-mode-alist): New variable.
11138 (magic-mode-regexp-match-limit): Doc fix.
11139 (set-auto-mode): Handle file-start-mode-alist.
11140 A little cleanup of structure.
11141
11142 * dabbrev.el (dabbrev-eliminate-newlines):
11143 Renamed from dabbrev--eliminate-newlines. All uses changed.
11144
11145 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11146
11147 * man.el (Man-next-section): Don't consider the last line of the page
11148 as being part of any section.
11149
11150 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11153 can take any number of values.
11154
11155 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11156
11157 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11158 to the list of citation commands.
11159
11160 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11163
11164 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
11165
11166 * progmodes/python.el (python-font-lock-keywords)
11167 (python-open-block-statement-p, python-mode): Add support for the new
11168 "with" keyword.
11169
11170 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11173 the exact opposite of diff-goto-source.
11174
11175 * emacs-lisp/advice.el (ad-special-forms): Remove.
11176 (ad-special-form-p): Use subr-arity.
11177
11178 * newcomment.el (comment-search-forward): Make sure we search forward.
11179 (comment-enter-backward): Try and distinguish the non-matching case at
11180 EOB from the non-matching case with a missing comment-end-skip for
11181 a 2-char comment ender.
11182 (comment-choose-indent): New function extracted from comment-indent.
11183 Improve the alignment algorithm.
11184 (comment-indent): Use it.
11185
11186 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11187 XML style Processing Instructions.
11188 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
11189 (sgml-calculate-indent): Handle `pi' context.
11190
11191 * vc.el: Ensure that update-changelog issues an error when used with
11192 a backend that does not implement it.
11193 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11194 Remove `backend' argument. Use expand-file-name.
11195 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11196
11197 * progmodes/python.el (python-end-of-block): Revert last change.
11198 (python-end-of-statement): Make sure we move *forward*.
11199
11200 2007-05-08 Richard Stallman <rms@gnu.org>
11201
11202 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11203 Don't include non-self-insert commands in the exception for `-'.
11204
11205 2007-05-08 David Reitter <david.reitter@gmail.com>
11206
11207 * progmodes/python.el (python-guess-indent): Check non-nullness
11208 before comparing indent against the 2..8 interval.
11209
11210 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11211
11212 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11213 available.
11214
11215 2007-05-06 Richard Stallman <rms@gnu.org>
11216
11217 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11218
11219 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11222 rather than storing their value in the revert-buffer function.
11223
11224 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
11225
11226 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11227 when disabling t-mouse-mode.
11228
11229 2007-05-01 Davis Herring <herring@lanl.gov>
11230
11231 * calendar/timeclock.el: Update version number.
11232 (timeclock-modeline-display): Mention timeclock-use-display-time
11233 in explanatory message.
11234 (timeclock-in): Fix non-interactive workday specifications.
11235 (timeclock-log): Don't kill the log buffer if it already existed.
11236 Suppress warnings when finding the log. Don't check for a nil
11237 project twice. Run hooks after killing the buffer (if applicable).
11238 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11239 was geometric). All uses changed.
11240 (timeclock-generate-report): Support prefix argument.
11241
11242 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
11243
11244 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11245 disconnections.
11246
11247 2007-05-01 Romain Francoise <romain@orebokech.com>
11248
11249 * dired-x.el: Revert 2007-04-06 change.
11250
11251 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
11252
11253 * find-dired.el (find-dired-filter): Propertize all text down to eob.
11254
11255 2007-04-29 Richard Stallman <rms@gnu.org>
11256
11257 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11258
11259 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * progmodes/cc-mode.el (c-before-change): Use point-min rather
11262 than 1.
11263
11264 2007-04-28 Richard Stallman <rms@gnu.org>
11265
11266 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11267
11268 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11271 don't put stop on toolbar.
11272
11273 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11276
11277 2007-04-28 Eli Zaretskii <eliz@gnu.org>
11278
11279 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11280 instead of $(lisp)/mh-e.
11281
11282 2007-04-28 Glenn Morris <rgm@gnu.org>
11283
11284 * image-dired.el (image-dired-cmd-create-thumbnail-options)
11285 (image-dired-cmd-create-temp-image-options): Replace option
11286 +profile "*" with -strip.
11287
11288 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11291 Use window-start and window-end.
11292
11293 2007-04-27 Andreas Schwab <schwab@suse.de>
11294
11295 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11296
11297 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11298
11299 * textmodes/fill.el (fill-paragraph): Doc fix.
11300
11301 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
11302
11303 * locate.el (locate-in-alternate-database): Doc fix.
11304
11305 2007-04-26 Glenn Morris <rgm@gnu.org>
11306
11307 * button.el (button): Use underline if supported, else fall back
11308 to color.
11309
11310 * version.el (emacs-version): Increase to 22.1.50.
11311
11312 2007-04-25 Richard Stallman <rms@gnu.org>
11313
11314 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11315
11316 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
11317
11318 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11319 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11320 pushing mark.
11321 (idlwave-current-routine): Don't push mark.
11322
11323 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
11324
11325 * image-dired.el (image-dired-display-image): Derive image-type from
11326 filename rather than assuming jpeg, in case no resizing was needed.
11327
11328 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11329
11330 * custom.el (defface): Doc fix.
11331
11332 See ChangeLog.12 for earlier changes.
11333
11334 ;; Local Variables:
11335 ;; coding: iso-2022-7bit
11336 ;; add-log-time-zone-rule: t
11337 ;; End:
11338
11339 Copyright (C) 2007 Free Software Foundation, Inc.
11340
11341 This file is part of GNU Emacs.
11342
11343 GNU Emacs is free software; you can redistribute it and/or modify
11344 it under the terms of the GNU General Public License as published by
11345 the Free Software Foundation; either version 3, or (at your option)
11346 any later version.
11347
11348 GNU Emacs is distributed in the hope that it will be useful,
11349 but WITHOUT ANY WARRANTY; without even the implied warranty of
11350 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11351 GNU General Public License for more details.
11352
11353 You should have received a copy of the GNU General Public License
11354 along with GNU Emacs; see the file COPYING. If not, write to the
11355 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11356 Boston, MA 02110-1301, USA.
11357
11358 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af