]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Martin Rudalics <rudalics at gmx.at>
[gnu-emacs] / lisp / ChangeLog
1 2007-11-28 Martin Rudalics <rudalics@gmx.at>
2
3 * newcomment.el (comment-region-internal): Fix newline insertion
4 in `block' case.
5
6 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
9
10 2007-11-28 Glenn Morris <rgm@gnu.org>
11
12 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13 delete .elc files.
14
15 * nxml/char-name/unicode: Move to etc/nxml/.
16 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
17
18 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
19 Declare as a function.
20
21 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
22 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
23 * nxml/xsd-regexp.el (xsdre-gen-categories): Use mapc rather than
24 mapcar.
25
26 * nxml/nxml-outln.el (nxml-token-start-tag-p)
27 (nxml-token-end-tag-p): Move definitions before use.
28
29 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
30
31 * nxml/nxml-uchnm.el (top-level)
32 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
33 (nxml-enabled-unicode-blocks): Add custom group.
34
35 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
36 Use string-to-number rather than string-to-int.
37
38 * dired-x.el (dired-omit-old-add-entry): Declare as function.
39 Move definition before use.
40 (dired-old-find-buffer-nocreate): Declare as function.
41
42 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
43 (check-declare-verify): Handle fset.
44
45 * emulation/edt.el (edt-user-emulation-setup):
46 Test edt-setup-user-bindings is bound before calling.
47
48 * emulation/tpu-edt.el: Don't require cl when compiling.
49 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
50 (tpu-edt-off): Use condition-case rather than ignore-errors.
51 Use with-no-warnings.
52
53 * eshell/esh-util.el (top-level): Use require rather than load for
54 ange-ftp.
55
56 * mail/supercite.el (sc-version): Redefine as an alias for
57 emacs-version.
58 (sc-help-address): Remove.
59 (sc-version): Use emacs-version rather than sc-version.
60 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
61
62 * net/socks.el (socks-original-open-network-stream): Declare as
63 function. Move definition before use.
64
65 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
66
67 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
68 (math-make-frac): Declare as functions.
69
70 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
73 Pacify byte compiler.
74 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
75
76 * progmodes/idlwave.el (idlwave-shell-get-path-info)
77 (idlwave-shell-temp-file, idlwave-shell-is-running)
78 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
79 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
80 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
81 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
82 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
83 (idlwave-completing-read, idlwave-current-routine)
84 (idlwave-downcase-safe, idlwave-entry-find-keyword)
85 (idlwave-expand-keyword, idlwave-find-class-definition)
86 (idlwave-find-inherited-class, idlwave-find-struct-tag)
87 (idlwave-get-buffer-visiting, idlwave-in-quote)
88 (idlwave-make-full-name, idlwave-members-only)
89 (idlwave-popup-select, idlwave-routine-source-file)
90 (idlwave-routines, idlwave-sintern-class)
91 (idlwave-sintern-keyword, idlwave-sintern-method)
92 (idlwave-sintern-routine-or-method)
93 (idlwave-substitute-link-target, idlwave-sys-dir)
94 (idlwave-this-word, idlwave-what-module-find-class)
95 (idlwave-where):
96 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
97 * mail/uce.el (rmail-msg-is-pruned)
98 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
99 (rmail-toggle-header):
100 * mail/sendmail.el (dired-view-file, dired-get-filename):
101 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
102 (rmail-display-labels, rmail-msgbeg)
103 (rmail-set-message-deleted-p, rmail-message-labels-p)
104 (rmail-show-message, mail-comma-list-regexp)
105 (mail-parse-comma-list):
106 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
107 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
108 (rfc822-addresses, mail-abbrev-make-syntax-table)
109 (mail-sendmail-delimit-header, mail-header-end):
110 * mail/hashcash.el (message-narrow-to-headers-or-head)
111 (message-fetch-field, message-goto-eoh)
112 (message-narrow-to-headers):
113 * vc.el (view-mode-exit): Declare as functions.
114
115 * mail/vms-pmail.el:
116 * vmsproc.el:
117 * vms-patch.el: Don't byte compile these files, they don't work.
118
119 2007-11-27 Glenn Morris <rgm@gnu.org>
120
121 * calc/calc-ext.el (math-read-big-rec):
122 * calc/calc-nlfit.el (math-map-binop):
123 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
124
125 * eshell/eshell.el (eshell-report-bug): Add version number of
126 obsolescence.
127
128 * emulation/viper.el, emulation/viper-util.el,
129 emulation/viper-macs.el, emulation/viper-keym.el,
130 emulation/viper-ex.el, emulation/viper-cmd.el:
131 Load viper-*.el files silently.
132
133 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
134 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
135 Load ediff-*.el files silently.
136
137 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
138 compiling.
139 (Info-goto-node): Declare as a function.
140
141 * ediff-init.el: Don't load ange-ftp when compiling.
142 * ediff-util.el: Don't load reporter when compiling.
143
144 * ediff-wind.el (ediff-display-pixel-width)
145 (ediff-display-pixel-height):
146 * generic-x.el (ini-generic-mode):
147 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
148 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
149 (ps-mule-initialize, ps-mule-begin-job):
150 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
151 (mark-calendar-days-named):
152 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
153 (add-to-diary-list, diary-name-pattern)
154 (mark-calendar-days-named):
155 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
156 (mark-calendar-days-named):
157 * calendar/cal-x.el (make-fancy-diary-buffer):
158 * calendar/holidays.el (calendar-absolute-from-julian):
159 * calendar/todo-mode.el (calendar-current-date):
160 * calendar/cal-menu.el (calendar-increment-month)
161 (calendar-month-name, extract-calendar-year)
162 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
163 (calendar-current-date, calendar-cursor-holidays)
164 (calendar-date-string, insert-diary-entry, calendar-set-mark)
165 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
166 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
167 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
168 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
169 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
170 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
171 (calendar-day-of-year-string, calendar-iso-date-string)
172 (calendar-julian-date-string, calendar-astro-date-string)
173 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
174 (calendar-persian-date-string, calendar-bahai-date-string)
175 (calendar-islamic-date-string, calendar-chinese-date-string)
176 (calendar-coptic-date-string, calendar-ethiopic-date-string)
177 (calendar-french-date-string, calendar-mayan-date-string)
178 (calendar-print-chinese-date, calendar-goto-date):
179 Declare as functions.
180
181 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
182 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
183
184 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
185 aliases for report-emacs-bug.
186 (gnus-summary-select-article, gnus-configure-windows): Declare as
187 functions.
188
189 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
190 compiler.
191
192 * pgg.el (pgg-clear-string): Declare as a function.
193 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
194 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
195
196 * emacs-lisp/check-declare.el (check-declare-locate):
197 Handle compressed files.
198 (check-declare-verify): Handle define-generic-mode,
199 define-global(ized)-minor-mode, define-obsolete-function-alias.
200
201 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
202
203 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
204 algebraic modes.
205
206 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
207 (math-is-true, calc-explain-why, calc-alg-edit)
208 (math-composite-inequalities, math-flatten-lands)
209 (math-multi-subst, calcFunc-vmatches, math-simplify)
210 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
211 (math-read-string, math-read-brackets, math-read-angle-brackets):
212 Declare as functions.
213
214 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
215 (calc-fit-bell-shaped-logistic-curve)
216 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
217 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
218 (math-max-list): Declare as functions.
219 (math-map-binop): New function.
220 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
221
222 * calc/calc.el (calc-set-language, calc-edit-finish)
223 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
224 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
225 (math-lessp, calc-embedded-finish-command)
226 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
227 (calc-push-list-in-macro, calc-replace-selections)
228 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
229 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
230 (calc-embedded-stack-change, calc-refresh-evaltos)
231 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
232 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
233 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
234 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
235 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
236 (math-dimension-error, calc-incomplete-error, math-float-fancy)
237 (math-neg-fancy, math-zerop, calc-add-fractions)
238 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
239 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
240 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
241 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
242 (math-compose-expr, math-comp-width, math-composition-to-string)
243 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
244 (math-adjust-fraction, math-format-binary, math-format-radix)
245 (math-group-float, math-mod, math-format-number-fancy)
246 (math-format-bignum-fancy, math-read-number-fancy)
247 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
248 (calc-do-embedded-activate, math-do-defmath)
249 (calc-load-everything): Declare as functions.
250
251 * calc/calc-ext.el (math-clip, math-round, math-simplify)
252 (math-simplify-extended, math-simplify-units, calc-set-language)
253 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
254 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
255 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
256 (math-normalize-hms, math-normalize-mod, math-make-sdev)
257 (math-make-intv, math-normalize-logical-op, math-possible-signs)
258 (math-infinite-dir, math-calcFunc-to-var)
259 (calc-embedded-evaluate-expr, math-known-nonzerop)
260 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
261 (math-format-date, math-vector-is-string, math-vector-to-string)
262 (math-format-radix-float, math-compose-expr, math-abs)
263 (math-format-bignum-binary, math-format-bignum-octal)
264 (math-format-bignum-hex, math-format-bignum-radix)
265 (math-compute-max-digits): Declare as functions.
266 (math-provably-realp): Fix typo.
267
268 * calc/calc-forms.el (calendar-current-time-zone)
269 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
270 functions.
271
272 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
273
274 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
275 Declare as functions.
276
277 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
278 (math-posp, math-compare, math-bignum, math-compare-bignum):
279 Declare as functions.
280
281 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
282 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
283 (calc-explain-why, calc-clear-command-flag)
284 (calc-roll-down-with-selections, calc-roll-up-with-selections)
285 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
286 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
287 (math-trunc-special, math-trunc-fancy, math-floor-special)
288 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
289 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
290 (math-pow-zero, math-pow-fancy): Declare as functions.
291
292 * calc/calc-mode.el (calc-embedded-save-original-modes):
293 Declare as a function.
294
295 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
296 Declare as functions.
297 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
298 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
299 Replace `mapcar*' by `math-map-binop'.
300 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
301
302 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
303 (math-read-expr-level): Declare as functions.
304
305 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
306
307 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
310 end-of-defun-function is called consistently, even for negative
311 arguments.
312 (end-of-defun-function): Default to forward-sexp.
313
314 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
315
316 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
317
318 2007-11-26 Glenn Morris <rgm@gnu.org>
319
320 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
321 than :suffix.
322
323 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
324
325 2007-11-26 Simon Josefsson <simon@josefsson.org>
326
327 * net/imap.el: Move from ../gnus.
328
329 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
330
331 * doc-view.el (doc-view-mode-p): New function.
332
333 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
334
335 * mail/mspools.el (rmail-get-new-mail):
336 * mail/reporter.el (mail-position-on-field, mail-text):
337 * mail/rmail.el (mail-position-on-field, mail-text-start)
338 (rmail-update-summary):
339 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
340 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
341 * mail/rmailout.el (rmail-update-summary):
342 * mail/rmailsort.el (rmail-update-summary):
343 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
344 (dired-view-file):
345 * mail/uce.el (mail-strip-quoted-names):
346 * mail/undigest.el (rmail-update-summary):
347 * mail/unrmail.el (mail-strip-quoted-names):
348 * ediff.el (diff-latest-backup-file): Declare as functions.
349
350 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
351 (kill-to-end-of-line):
352 * obsolete/rnews.el (news-set-minor-modes):
353 Remove non working functions.
354
355 2007-11-25 Glenn Morris <rgm@gnu.org>
356
357 * eshell/esh-maint.el (top-level): Use require with NOERROR for
358 pcomplete. Don't mess with load-path.
359
360 * eshell/eshell.el (eshell-report-bug-address): Remove.
361 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
362
363 2007-11-24 Glenn Morris <rgm@gnu.org>
364
365 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
366 (appt-disp-window): Don't require electric.
367 Simplify minibuffer-avoidance code.
368 (appt-select-lowest-window): Avoid minibuffer.
369
370 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
371 (esh-mode): Require it.
372 (esh-util): Use require rather than featurep and load.
373 (eshell): No need to test if eshell-mode is bound; remove obsolete
374 reference to eshell-auto.
375 (eshell-command, eshell-command-result): Don't require esh-mode
376 now that the file does.
377 (top-level): Move provide statement to the end of the file.
378 Re-order and update commentary.
379
380 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
381
382 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
383 (vc-annotate-toggle-annotation-visibility): New command.
384 (vc-annotate-mode-map): Bind "V" to it.
385 (vc-annotate-mode-menu): Add entry for it.
386 (vc-annotate-get-time-set-line-props): New func.
387 (vc-annotate-display-autoscale)
388 (vc-annotate-display-difference): Use it.
389
390 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
391 Also, match one space at end of annotation text, after last paren.
392
393 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
394
395 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
396 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
397 `tramp-completion-mode'.
398
399 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
400
401 * vc-git.el (vc-git-show-log-entry): New func.
402
403 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
404 (vc-git-state): Use vc-git--call.
405 (vc-git-registered, vc-git-working-revision)
406 (vc-git-previous-revision, vc-git-next-revision)
407 (vc-git--run-command-string, vc-git-symbolic-commit):
408 Use vc-git--out-ok.
409
410 2007-11-24 Glenn Morris <rgm@gnu.org>
411
412 * emacs-lisp/byte-run.el (declare-function): Doc fix.
413
414 2007-11-24 Kenichi Handa <handa@m17n.org>
415
416 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
417
418 2007-11-23 David Kastrup <dak@gnu.org>
419
420 * server.el (server-process-filter): Use `command-line-args-left'.
421
422 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
425
426 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
427
428 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
429 buffer if the parent buffer is in vc-dired-mode.
430
431 2007-11-23 Mark A. Hershberger <mah@everybody.org>
432
433 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
434
435 2007-11-23 Juri Linkov <juri@jurta.org>
436
437 * dired.el (dired-read-dir-and-switches): For C-x d, set the
438 value for M-n to the visited file name of the current buffer.
439 Use minibuffer-with-setup-hook to set minibuffer-default to
440 buffer-file-name inside read-file-name.
441
442 * man.el (Man-getpage-in-background): Don't disregard user option
443 `Man-width' on non-window systems. Remove test for `window-system'
444 around setting envvar "COLUMNS" depending on the value of `Man-width'.
445
446 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
447 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
448 of "--color=always".
449
450 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
453 beginning-of-defun-function.
454
455 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
456
457 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
458
459 2007-11-22 Glenn Morris <rgm@gnu.org>
460
461 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
462
463 * emacs-lisp/check-declare.el (check-declare-locate): New function.
464 (check-declare-scan): Use check-declare-locate.
465 (check-declare-verify): No longer adjust fnfile, now
466 check-declare-locate does it.
467
468 * emacs-lisp/byte-run.el (declare-function): Doc fix.
469
470 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * subr.el (posn-col-row): Make the `default-value' use explicit.
473
474 * window.el (balance-windows): Remove unused var `counter'.
475 (bw-balance-sub): Remove unused var `lastchild'.
476 (split-window-vertically): Remove unused var `switch'.
477 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
478
479 * emacs-lisp/bytecomp.el
480 (byte-compile-file-form-custom-declare-variable): Simplify.
481
482 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
483
484 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
485 Set `show-trailing-whitespace' to nil.
486
487 * dired.el (make-symbolic-link):
488 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
489 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
490 * dired-x.el (make-symbolic-link):
491 * frame.el (x-initialize-window-system):
492 * menu-bar.el (x-menu-bar-open):
493 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
494 (x-store-cut-buffer-internal):
495 * wdired.el (make-symbolic-link):
496 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
497 (x-send-client-message):
498 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
499
500 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
501
502 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
503
504 2007-11-22 Glenn Morris <rgm@gnu.org>
505
506 * dos-fns.el (int86):
507 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
508
509 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
510
511 * calendar/holidays.el (holiday-list): Add autoload cookie.
512
513 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
514 files relative to src/ directory.
515 (check-declare-verify): Handle .c files. Warn if could not find
516 an arglist to check.
517
518 * emacs-lisp/byte-run.el (declare-function): Doc fix.
519
520 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * replace.el (occur-mode-map): Add a major mode menu with entries
523 for all occur operations.
524
525 * international/titdic-cnv.el (dos-8+3-filename):
526 * obsolete/fast-lock.el (msdos-long-file-names):
527 * frame.el (msdos-mouse-p):
528 * files.el (msdos-long-file-names, w32-long-file-name):
529 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
530 (mac-resume-apple-event, mac-font-panel-mode)
531 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
532 (mac-clear-font-name-table):
533 * term/pc-win.el (msdos-remember-default-colors)
534 (w16-set-clipboard-data, w16-get-clipboard-data):
535 * term/w32-win.el (w32-send-sys-command, w32-select-font)
536 (set-message-beep):
537 * net/browse-url.el (w32-shell-execute):
538 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
539 (w32-get-locale-info, w32-get-valid-locale-ids)
540 (w32-set-clipboard-data):
541 * dos-fns.el (int86, msdos-long-file-names):
542 * dos-w32.el (default-printer-name): Declare as functions.
543
544 2007-11-21 Jason Rumney <jasonr@gnu.org>
545
546 * emacs-lisp/byte-run.el (declare-function): Return nil.
547
548 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
551
552 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
553
554 * ps-print.el (ps-lpr-switches): Docstring fix.
555 (ps-string-list): New fun.
556 (ps-do-despool): Code fix.
557
558 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
559
560 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
561
562 2007-11-21 Glenn Morris <rgm@gnu.org>
563
564 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
565 for now. Handle define-minor-mode, and defalias (with no argument
566 checking).
567
568 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
569
570 * frame.el (msdos-mouse-p):
571 * files.el (msdos-long-file-names, w32-long-file-name):
572 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
573 (mac-resume-apple-event, mac-font-panel-mode)
574 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
575 (mac-clear-font-name-table):
576 * term/pc-win.el (msdos-remember-default-colors)
577 (w16-set-clipboard-data, w16-get-clipboard-data):
578 * term/w32-win.el (w32-send-sys-command, w32-select-font)
579 (set-message-beep):
580 * net/browse-url.el (w32-shell-execute):
581 * dos-fns.el (int86, msdos-long-file-names):
582 * dos-w32.el (default-printer-name): Undo previous change.
583
584 2007-11-21 Eli Zaretskii <eliz@gnu.org>
585
586 * international/mule-cmds.el (set-locale-environment):
587 Set default-file-name-coding-system _after_ keyboard and terminal
588 coding systems. This fixes last change.
589
590 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
591 one space after "Subject:".
592
593 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
596 in order to determine if there's a conflict.
597
598 2007-11-21 Richard Stallman <rms@gnu.org>
599
600 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
601
602 * reposition.el (reposition-window):
603 Binding C-M-l moved to bindings.el.
604
605 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
606
607 * add-log.el (add-change-log-entry-other-window):
608 Key binding C-x 4 a moved to bindings.el.
609
610 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
611 from filecache.el.
612
613 * filecache.el: Minibuffer map bindings moved to bindings.el.
614
615 2007-11-21 Jason Rumney <jasonr@gnu.org>
616
617 * international/mule-cmds.el (set-locale-environment):
618 Set default-file-name-coding-system from system defaults on Windows.
619
620 2007-11-21 Jason Rumney <jasonr@gnu.org>
621
622 * term/w32console.el: New term init file for w32 console.
623
624 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
625 (x-setup-function-keys): Likewise, replacing top-level key definitions.
626 (w32-tty-standard-colors): Move to term/w32console.el.
627
628 * term/w32-win.el (x-setup-function-keys): Remove.
629
630 * term/tty-colors.el (tty-register-default-colors): Remove special
631 case for w32.
632
633 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
634
635 * frame.el (msdos-mouse-p):
636 * generic-x.el (w32-shell-name):
637 * files.el (msdos-long-file-names, w32-long-file-name)
638 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
639 (dos-8+3-filename, vms-read-directory, view-mode-disable):
640 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
641 (mac-resume-apple-event, mac-font-panel-mode)
642 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
643 (mac-clear-font-name-table):
644 * term/pc-win.el (msdos-remember-default-colors)
645 (w16-set-clipboard-data, w16-get-clipboard-data):
646 * term/w32-win.el (w32-send-sys-command, w32-select-font)
647 (set-message-beep):
648 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
649 (w32-get-locale-info, w32-get-valid-locale-ids)
650 (w32-set-clipboard-data):
651 * help-fns.el (ad-get-advice-info):
652 * font-lock.el (fast-lock-after-fontify-buffer)
653 (fast-lock-after-unfontify-buffer, fast-lock-mode)
654 (lazy-lock-after-fontify-buffer)
655 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
656 * net/browse-url.el (w32-shell-execute):
657 * dos-fns.el (int86, msdos-long-file-names):
658 * dos-w32.el (default-printer-name): Declare as functions.
659
660 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
661
662 * textmodes/paragraphs.el (forward-sentence): Doc fix.
663 Reported by Drew Adams <drew.adams@oracle.com>.
664
665 2007-11-20 Jason Rumney <jasonr@gnu.org>
666
667 * term/w32-win.el (x-setup-function-keys): Protect against
668 multiple calls on the same terminal.
669
670 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * term/mac-win.el (x-setup-function-keys): Only setup
673 local-function-key-map if it has not been setup already for the
674 current frame. Move the suspend-emacs processing here.
675
676 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
677
678 * progmodes/grep.el (xargs-program): New variable.
679 (grep-compute-defaults): Use it.
680 (grep-default-command): Doc fix.
681 (grep, lgrep, rgrep): Reflow docstrings.
682
683 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
684
685 * vc.el (vc-find-revision): Set the parent buffer.
686 Use when instead of if.
687
688 * progmodes/python.el (info-lookup-maybe-add-help):
689 * progmodes/ps-mode.el (doc-view-minor-mode):
690 * mail/emacsbug.el (Info-menu, Info-goto-node):
691 * emulation/viper-keym.el (viper-ex)
692 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
693 * emulation/viper-cmd.el (widget-type, widget-button-press)
694 (viper-set-hooks):
695 * emacs-lisp/tcover-unsafep.el (unsafep-function):
696 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
697 (ses-load, ses-vector-delete, ses-create-header-string)
698 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
699 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
700
701 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
704
705 2007-11-20 Glenn Morris <rgm@gnu.org>
706
707 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
708 for end of function-name. Handle define-derived-mode.
709
710 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
711
712 * progmodes/idlw-help.el: Require browse-url unconditionally, it
713 is available by default.
714 (idlwave-help-browse-url-available): Change default to t.
715
716 * emulation/edt.el (defgroup, defcustom): Remove definition.
717 (eval-when-compile): Remove.
718 (c-mark-function):
719 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
720 * textmodes/fill.el (comment-search-forward)
721 (comment-string-strip):
722 * progmodes/prolog.el (comint-mode, comint-send-string)
723 (comint-send-region, comint-send-eof):
724 * progmodes/dcl-mode.el (imenu-default-create-index-function):
725 * emulation/viper-util.el (viper-forward-Word):
726 * emulation/vi.el (c-mark-function):
727 * emulation/edt-vt100.el (vt100-wide-mode):
728 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
729
730 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
731
732 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
733 Still some tuning in case of an echoing shell.
734 (tramp-send-command): Connection property "remote-echo" is not
735 persistent; cache key is the process therefore.
736
737 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
738
739 * replace.el (map-query-replace-regexp): Doc fix (revert part of
740 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
741
742 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
743
744 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
745 * play/yow.el (doctor-ret-or-read):
746 * vc-hooks.el (vc-dired-resynch-file):
747 * vc-hg.el (log-view-get-marked):
748 * smerge-mode.el (ediff-cleanup-mess):
749 * pcvs.el (vc-editable-p, vc-checkout):
750 * pcomplete.el (comint-bol):
751 * informat.el (texinfo-format-refill):
752 * ido.el (tramp-tramp-file-p):
753 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
754 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
755 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
756 functions.
757
758 * textmodes/ispell.el (ispell-int-char): Make it a defalias
759 instead of fset.
760 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
761
762 * ido.el (ido-file-internal): Move with-no-warnings to include the
763 ffap-string-at-point call.
764
765 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
766
767 * vc-hg.el (vc-hg-revision-table): Fix last change.
768
769 2007-11-19 Martin Rudalics <rudalics@gmx.at>
770
771 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
772 clipboard-yank when the buffer is read-only.
773
774 * cus-edit.el (custom-field-keymap): Move to other Custom mode
775 keymaps such that it's before the definition of Custom-mode-menu.
776 (Custom-mode-menu): Show it for custom-field-keymap too.
777
778 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
779
780 * progmodes/gdb-ui.el: Update commentary.
781
782 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
783
784 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
785
786 2007-11-19 Glenn Morris <rgm@gnu.org>
787
788 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
789 does not exist, try adding `.el' extension. Also search for defsubsts.
790
791 * cus-edit.el (recentf-expand-file-name):
792 * dired.el (dired-relist-entry):
793 * subr.el (w32-shell-dos-semantics):
794 * emacs-lisp/bytecomp.el (compilation-forget-errors):
795 Declare as functions.
796
797 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
800 (prepare-abbrev-list-buffer): Use dolist.
801 (clear-abbrev-table): Preserve properties.
802
803 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
804
805 * textmodes/texinfmt.el (texinfo-format-printindex):
806 Collect combined indexes using texinfo-short-index-format-cmds-alist.
807 Reported on <bug-texinfo@gnu.org>.
808
809 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
810
811 * net/tramp.el (tramp-completion-reread-directory-timeout):
812 New defcustom.
813 (tramp-handle-file-name-all-completions): Flush directory contents
814 from cache regularly.
815 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
816 (tramp-open-connection-setup-interactive-shell):
817 Call `tramp-cleanup-connection' via funcall.
818
819 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
820 created when copying.
821
822 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
823
824 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
825 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
826 * eshell/esh-ext.el (eshell-external-command):
827 * eshell/esh-cmd.el (require):
828 * eshell/em-unix.el (eshell-plain-locate-behavior):
829 * eshell/em-cmpl.el (eshell-cmpl-initialize):
830 Replace eshell-under-xemacs-p with (featurep 'xemacs).
831 * eshell/esh-mode.el (characterp, char-int): Remove unused
832 conditional defaliases.
833
834 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
835 Rename from event-matches-key-specifier-p, define unconditionally.
836 (event-basic-type): Remove unused defalias.
837 (pcomplete-show-completions):
838 Use pcomplete-event-matches-key-specifier-p.
839
840 2007-11-17 Eli Zaretskii <eliz@gnu.org>
841
842 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
843 when saving esh-groups.el.
844
845 2007-11-17 Martin Rudalics <rudalics@gmx.at>
846
847 * wid-edit.el (widget-default-complete):
848 * progmodes/flymake.el (flymake-goto-file-and-line):
849 Fix typo in (doc-)string.
850
851 2007-11-17 Glenn Morris <rgm@gnu.org>
852
853 * emacs-lisp/byte-run.el (declare-function): New macro.
854 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
855 New function, byte-hunk-handler for declare-function.
856 (byte-compile-callargs-warn): Handle declared functions.
857
858 * emacs-lisp/check-declare.el: New file.
859 * Makefile.in (check-declare): New target.
860
861 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
862
863 * subr.el (process-lines): Move here from ../admin/admin.el.
864 * emacs-lisp/authors.el (authors-process-lines): Remove.
865 (authors): Use process-lines rather than authors-process-lines.
866
867 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
868 Remove these files.
869
870 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
871
872 * emacs-lisp/backquote.el (backquote):
873 Improve argument/docstring consistency.
874
875 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
876 (ring-length, ring-empty-p): Use c[ad]dr.
877 (ring-plus1): Use `1+'.
878 (ring-minus1): Use `zerop'.
879 (ring-remove): Use c[ad]dr. Use `when'.
880 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
881 (ring-ref): Use `let', not `let*'.
882 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
883 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
884 (ring-member): Simplify. Doc fix.
885 (ring-convert-sequence-to-ring): Simplify.
886
887 2007-11-17 Juri Linkov <juri@jurta.org>
888
889 * dired-aux.el (dired-create-directory): Allow creating
890 a directory of an arbitrary depth. Add a loop to find the topmost
891 nonexistent parent dir `new', and call `dired-add-file' on it.
892 Set the `PARENTS' arg of `make-directory' to t.
893
894 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
895
896 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
897 (math-build-parse-table): Get parse information from math-parse-table.
898
899 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * window.el (recenter-last-op): New var.
902 (recenter-top-bottom): New command.
903 (global-map): Bind it to C-l.
904
905 * abbrev.el (abbrev--write): Fix error in transcription from C.
906
907 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
908 (pc-select-ensure-mark): Set mark-active to a special value instead.
909 Rename from ensure-mark. Update call callers.
910 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
911 Rewrite. Update all callers.
912 (pc-selection-mode): Remove redundant var declaration.
913
914 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
915
916 * doc-view.el (doc-view-search-backward, doc-view-search):
917 Fix assignment to free variable bug.
918
919 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
920
921 * emulation/pc-select.el (pc-select-shifted-mark): New var.
922 (ensure-mark): Set it.
923 (maybe-deactivate-mark): New fun.
924 Use it everywhere instead of (setq mark-active nil).
925
926 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
927
928 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
929 Add check for XEmacs.
930
931 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
932
933 * doc-view.el (doc-view-resolution): Add missing :group.
934
935 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
936
937 * subr.el (make-variable-frame-local):
938 Fix typo in obsolescence declaration.
939
940 2007-11-16 Werner Lemberg <wl@gnu.org>
941
942 * files.el (set-auto-mode-1): Check second line for -*- if file
943 starts with '\" (which is used by man pages to identify needed
944 troff preprocessors).
945
946 2007-11-16 Glenn Morris <rgm@gnu.org>
947
948 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
949
950 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
951
952 * calc/calc-lang.el (math-oper-table): Fix typo.
953 Reduce precedence of "/" for TeX.
954
955 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
956
957 2007-11-16 Juri Linkov <juri@jurta.org>
958
959 * dired-aux.el (dired-read-shell-command-default): New function.
960 (dired-read-shell-command): Use its return value for DEFAULT arg.
961
962 * replace.el (keep-lines-read-args, occur-read-primary-args):
963 Use a list of default values for DEFAULT arg of read-from-minibuffer.
964
965 * man.el (Man-heading-regexp): Add 0-9.
966 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
967
968 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
971 (doc-view-resolution): New custom var.
972 (doc-view-pdf/ps->png): Use it.
973 (doc-view-shrink-factor): New var.
974 (doc-view-enlarge, doc-view-shrink): New commands.
975 (doc-view-mode-map): Use them.
976
977 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
978
979 * ediff-wind.el (ediff-window-setup-function):
980 * simple.el (normal-erase-is-backspace):
981 * eshell/em-unix.el (eshell/info):
982 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
983 Fix typos in docstrings.
984
985 * emulation/cua-base.el (cua--keymaps-initialized):
986 Rename from `cua--keymaps-initalized'. Callers changed.
987 (cua-highlight-region-shift-only): Doc fix.
988 (cua-paste-pop): Fix typo in docstring.
989
990 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * emulation/cua-base.el (cua--pre-command-handler-1):
993 Use input-decode-map instead of function-key-map.
994 Use event-modifiers now that it works reliably.
995
996 * vc.el (vc-diff-internal): Pop-to-buffer later.
997
998 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
999
1000 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1001 did not touch them.
1002
1003 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1004
1005 * calc/calc-menu.el: New file.
1006 * calc/calc.el (calc-mode): Require calc-menu.
1007
1008 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1011
1012 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1015 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1016 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1017 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1018 locations.
1019 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1020 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1021 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1022
1023 2007-11-13 Noah Friedman <friedman@splode.com>
1024
1025 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1026 bindings to remap when `calc-scan-for-dels' is non-nil.
1027
1028 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1031 constant forms.
1032 (byte-compile-nilconstp): New function.
1033 (byte-optimize-cond): Kill subsequent branches when a branch is
1034 know to be taken or not taken.
1035 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1036
1037 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1038
1039 * vc.el (vc-register): Allow registering a file passed as a
1040 parameter instead of just the current buffer.
1041
1042 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1043
1044 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1045 Check whether the output of "uname -sr" has been changed.
1046
1047 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1048
1049 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1050 patterns from compilation-perl.el and compilation-weblint.el files.
1051
1052 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 * progmodes/compilation-perl.el:
1055 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1056 a bootstrap failure.
1057
1058 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1059 instead of doing "cvs diff" in order to avoid accessing the repository.
1060
1061 2007-11-12 Kevin Ryde <user42@zip.com.au>
1062
1063 * progmodes/compilation-perl.el:
1064 * progmodes/compilation-weblint.el: New files.
1065
1066 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1067
1068 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1069 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1070 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1071 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1072 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1073 Rewrite in active voice.
1074
1075 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1076
1077 * doc-view.el: Add comments about isearch support.
1078
1079 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1080
1081 * vc.el (vc-start-entry): Fix setting the in the case the function
1082 is called from vc-dired. Use when instead of if where appropriate.
1083
1084 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1085
1086 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1087 to be a list.
1088 (ps-begin-job): Error if ps-lpr-switches is not a list.
1089
1090 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1091
1092 * faces.el (face-normalize-spec): Remove function.
1093 (frame-set-background-mode): Undo last change.
1094
1095 2007-11-10 Jason Rumney <jasonr@gnu.org>
1096
1097 * w32-fns.el: Sync charset names with setup-default-fontset.
1098 Append "-1" where second part missing.
1099
1100 2007-11-10 Juri Linkov <juri@jurta.org>
1101
1102 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1103 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1104
1105 * custom.el (custom-note-var-changed): Remove the `interactive'
1106 spec from this new non-interactive function.
1107
1108 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1109
1110 * doc-view.el (doc-view-mode-map, doc-view-menu)
1111 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1112 (doc-view-search-backward): New function.
1113 (doc-view-search): Query new regexp if prefix arg is given, else
1114 jump to next/previous match.
1115 (doc-view-mode): Handle compressed files.
1116 (jka-compr): Required for compressed files.
1117
1118 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1119
1120 * replace.el (query-replace-show-replacement): New defcustom.
1121 (perform-replace): Use `match-substitute-replacement' if
1122 `query-replace-show-replacement' is non-nil.
1123
1124 2007-11-10 David Kastrup <dak@gnu.org>
1125
1126 * subr.el (match-substitute-replacement): New function.
1127
1128 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1129
1130 * files.el (auto-mode-alist): Select org-mode for files with the
1131 extension ".org".
1132
1133 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1134
1135 * help.el (help-window, help-window-point-marker): New variables.
1136 (help-window-select): New option.
1137 (with-help-window): New macro for displaying help windows.
1138 (help-window-display-message, help-window-setup-finish)
1139 (help-window-setup): New functions used for setting up help windows.
1140 (print-help-return-message): Reset help-window to nil.
1141 (view-lossage): Use with-help-window instead of
1142 with-output-to-temp-buffer and move help-window-point-marker after
1143 inserted text.
1144 (describe-bindings, describe-key, describe-mode): Use
1145 with-help-window instead of with-output-to-temp-buffer.
1146
1147 * help-mode.el (help-mode): Set view-exit-action to bury the
1148 buffer instead of fiddling with windows. Simplify code.
1149 (help-mode-finish): When help-window eqs t set it to the selected
1150 window and have with-help-window set up view-return-to-alist.
1151 (help-buffer): Add autoload cookie.
1152
1153 * view.el (view-remove-frame-by-deleting): Change default value to t.
1154 Add autoload cookie.
1155 (view-exit-action, view-file, view-file-other-window)
1156 (view-file-other-frame, view-buffer, view-buffer-other-window)
1157 (view-buffer-other-frame): Rewrite doc strings.
1158 (view-return-to-alist-update): New function to remove stale entries
1159 from view-return-to-alist.
1160 (view-mode-enter): Rewrite doc string and simplify code.
1161 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1162 view-exit-action to nil. Simplify code and rewrite doc string.
1163
1164 * apropos.el (apropos-describe-plist):
1165 * descr-text.el (describe-char):
1166 * disp-table.el (describe-display-table):
1167 * faces.el (list-faces-display, describe-face):
1168 * facemenu.el (list-colors-display):
1169 * help-fns.el (describe-function, describe-variable)
1170 (describe-syntax, describe-categories):
1171 Use with-help-window instead of with-output-to-temp-buffer.
1172
1173 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1176 Optimize (featurep 'emacs) to t.
1177
1178 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1179 New function.
1180 (byte-compile-maybe-guarded): Use it to also look for bound
1181 symbols inside `and' forms. Comment out non-working code that was
1182 trying to avoid warnings for XEmacs code.
1183
1184 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1185
1186 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1187 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1188 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1189 (vc-cvs-annotate-command):
1190 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1191 is bound, it always is.
1192
1193 2007-11-10 Jason Rumney <jasonr@gnu.org>
1194
1195 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1196 setup here from global scope.
1197
1198 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * ido.el (ido-save-history): Save the history file in UTF-8, not
1201 the current filename coding system.
1202
1203 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * simple.el (interprogram-cut-function, interprogram-paste-function):
1206 Don't make them frame-local any more.
1207
1208 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1209 Don't set interprogram-(cut|paste)-function on each frame.
1210
1211 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1212 Make them work in tty frames.
1213 (interprogram-cut-function, interprogram-paste-function):
1214 Set them globally.
1215
1216 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1217
1218 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1219 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1220 (iso-iso2duden-trans-tab): Add docstring.
1221
1222 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * abbrev.el (define-abbrev-table): Record the variable definition.
1225
1226 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1227 New function.
1228
1229 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1230
1231 * ps-print.el: Clean the code for checking suitable Emacs version.
1232 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1233 (ps-print-version): New version 6.8.1.
1234
1235 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1236
1237 * files.el (enable-local-variables): Doc fix.
1238
1239 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1240
1241 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1242
1243 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1244
1245 * dired-aux.el (dired-copy-file-recursive):
1246 Preserve directory permissions.
1247
1248 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1251 (whitespace-unload-function): New-style unload function. When run,
1252 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1253 to stop the old hook from messing with the unloading.
1254
1255 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1256
1257 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1258 (elp-unset-master, elp-results): Fix typos.
1259 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1260 Doc fixes.
1261
1262 * msb.el (msb--many-menus): Remove variable.
1263 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1264 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1265 (msb--toggle-menu-type): Fix typos in docstrings.
1266
1267 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1268 (shadow-insert-var): Doc fixes.
1269 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1270 Reflow docstrings.
1271 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1272
1273 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1276 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1277 Fix typos in autoload docstrings.
1278
1279 2007-11-09 Richard Stallman <rms@gnu.org>
1280
1281 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1282
1283 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1284
1285 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1286 (gdb-var-update-handler-1): Use it.
1287
1288 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * loadhist.el (unload-feature): Remove erroneous check for the
1291 FEATURE-unload-function variable; check the existence of the
1292 function (that's what the docstring says, and it makes more sense).
1293
1294 * follow.el (follow-unload-function): Add docstring.
1295 (follow-unload-function): Remove variable.
1296
1297 * server.el (server-unload-function): Remove variable.
1298 (server-unload-function): Unbind `server-edit' from `C-x #'.
1299
1300 * ses.el (ses-unload-function): New function.
1301
1302 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1305 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1306
1307 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1308 before use to avoid a warning in packages that require uniquify.
1309 (uniquify-unload-function): New function and var.
1310
1311 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1312
1313 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1314 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1315 (ediff-current-diff-A, ediff-current-diff-B)
1316 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1317 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1318 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1319 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1320 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1321 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1322 (ediff-setup-windows-plain-merge)
1323 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1324 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1325 * ediff-util.el (ediff-setup-keymap, )
1326 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1327 (ediff-toggle-use-toolbar, ediff-really-quit)
1328 (ediff-good-frame-under-mouse)
1329 (ediff-highlight-diff-in-one-buffer)
1330 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1331 (ediff-make-bullet-proof-overlay):
1332 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1333 (ediff-set-meta-overlay):
1334 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1335 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1336 ediff-emacs-p with their former definitions.
1337
1338 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1339 (viper-has-face-support-p, viper-inactivate-input-method)
1340 (viper-activate-input-method)
1341 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1342 * emulation/viper-mous.el (viper-multiclick-timeout)
1343 (viper-surrounding-word, viper-mouse-click-insert-word)
1344 (viper-mouse-click-search-word, viper-parse-mouse-key):
1345 * emulation/viper-macs.el (viper-char-array-to-macro):
1346 * emulation/viper.el (viper-go-away, viper-set-hooks)
1347 (viper-non-hook-settings):
1348 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1349 (viper-get-saved-cursor-color-in-insert-mode)
1350 (viper-get-saved-cursor-color-in-emacs-mode)
1351 (viper-check-version, viper-get-visible-buffer-window)
1352 (viper-file-checked-in-p, viper-set-replace-overlay)
1353 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1354 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1355 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1356 with their former definitions.
1357 (viper-eventify-list-xemacs): Only do work for XEmacs.
1358 (viper-set-unread-command-events): Only do work for Emacs.
1359 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1360 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1361 (viper-overlay-get, viper-overlay-put, viper-read-event)
1362 (viper-characterp, viper-int-to-char, viper-get-face)
1363 (viper-color-defined-p, viper-iconify): New defaliases replacing
1364 the old fsets.
1365
1366 * progmodes/fortran.el (comment-region-function)
1367 (uncomment-region-function): Pacify byte compiler.
1368
1369 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1370
1371 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1372
1373 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1374 `process-environment'.
1375
1376 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1377
1378 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1379 match dir like "a...b".
1380
1381 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1384
1385 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1386
1387 * net/tramp.el (tramp-handle-substitute-in-file-name):
1388 Don't expand the remote connection identification.
1389 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1390 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1391 before calling stty.
1392
1393 * net/tramp-cache.el (tramp-cache-print)
1394 (tramp-dump-connection-properties): Fix docstring.
1395 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1396
1397 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1398
1399 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1400 remote connection identification when setting connection property.
1401
1402 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1403 "//" substitutes only in the local filename part.
1404
1405 2007-11-07 David Hansen <david.hansen@gmx.net>
1406
1407 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1408
1409 2007-11-07 Glenn Morris <rgm@gnu.org>
1410
1411 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1412 Remove superfluous concats. Move final set-buffer to
1413 non-emacs-specific code.
1414
1415 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1416
1417 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1418
1419 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1420
1421 * eshell/esh-mode.el (eshell-output-filter):
1422 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1423 Use `with-current-buffer'.
1424
1425 2007-11-07 Andreas Schwab <schwab@suse.de>
1426
1427 * server.el (server-start): Only register cleanup after server was
1428 started.
1429
1430 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1433
1434 * net/tramp-cache (tramp-cache-print): Move down.
1435 (tramp-cache-list-connections): New defun.
1436
1437 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1438
1439 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * ido.el (ido-save-history): Write the history file in the current
1442 filename coding system, and add `coding' file-local variable.
1443
1444 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1445
1446 * textmodes/org.el (org-table-formula-substitute-names):
1447 Remove forgotten temporary debugging code.
1448
1449 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1450
1451 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1452 the prompt.
1453
1454 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1455
1456 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1457
1458 2007-11-05 Simon Josefsson <simon@josefsson.org>
1459
1460 * net/tls.el (tls-end-of-info): Doc fix.
1461
1462 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1463
1464 * international/utf-7.el (utf-7-imap): New coding system.
1465 (utf-7-imap-post-read-conversion): New function.
1466 (utf-7-imap-pre-write-conversion): New function.
1467
1468 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * abbrev.el (abbrev--write): Fix up typo.
1471
1472 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1473
1474 * abbrev.el (define-abbrev-table): Doc fix.
1475
1476 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1477
1478 * info.el (Info-revert-buffer-function): New func.
1479 (Info-mode): Arrange to use it for reverting.
1480 (Info-copy-current-node-name): Add space between filename and nodename.
1481
1482 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1485
1486 2007-11-04 Glenn Morris <rgm@gnu.org>
1487
1488 * net/tls.el: Don't require rx when compiling.
1489 (tls-end-of-info): Rewrite without using rx.
1490 (open-tls-stream): Use with-current-buffer.
1491
1492 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1493
1494 * net/tls.el: Require rx when compiling.
1495 (tls-end-of-info): New variable.
1496 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1497 matched.
1498
1499 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1500
1501 * register.el (append-to-register, prepend-to-register):
1502 Don't signal error on empty register; use the text, instead.
1503
1504 2007-11-03 Michael Olson <mwolson@gnu.org>
1505
1506 * textmodes/remember.el (remember-buffer):
1507 Use define-obsolete-function-alias rather than defalias.
1508
1509 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1510
1511 * simple.el (bad-packages-alist): Anchor semantic regexp.
1512
1513 2007-11-03 Glenn Morris <rgm@gnu.org>
1514
1515 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1516 if defined, for blank lines. Doc fix.
1517
1518 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1519 (fortran-mode): Set values for comment-region-function,
1520 uncomment-region-function and comment-insert-comment-function.
1521 (fortran-uncomment-region): New function.
1522
1523 * textmodes/nroff-mode.el (nroff-mode):
1524 Set comment-insert-comment-function rather than indent-line-function.
1525 (nroff-indent-line-function): Remove.
1526 (nroff-insert-comment-function): New function.
1527
1528 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1529
1530 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1531
1532 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1533
1534 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1535
1536 * emulation/viper-cmd.el (viper-prev-destructive-command)
1537 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1538 copy-sequence.
1539
1540 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1541 Got rid of ediff-copy-list.
1542
1543 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1544 use face-name.
1545 (ediff-test-utility, ediff-diff-mandatory-option)
1546 (ediff-reset-diff-options): Remove to simplify the mandatory option
1547 handling on Windows.
1548 (ediff-set-diff-options): Add.
1549 (ediff-diff-options): Set "--binary" option as default in some cases.
1550
1551 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1552 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1553 ediff-vc-working-revision. Require vc-hooks.
1554
1555 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1556
1557 * files.el (hack-local-variables): Fix membership tests to avoid
1558 treating all variables as safe if `enable-local-variables' is
1559 set to :safe (CVE-2007-5795).
1560
1561 2007-11-02 Glenn Morris <rgm@gnu.org>
1562
1563 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1564 if defined, do all the work of inserting a new comment.
1565
1566 * progmodes/etags.el (tags-table-mode): Disable undo.
1567
1568 * simple.el (bad-packages-alist): Revert previous change.
1569
1570 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1571
1572 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1573
1574 * obsolete/lselect.el: Do not warn about unknown functions.
1575
1576 2007-11-02 Michael Olson <mwolson@gnu.org>
1577
1578 * textmodes/remember.el (remember-buffer): Make this an alias of
1579 remember-finalize, because Org uses it.
1580
1581 2007-11-01 Michael Olson <mwolson@gnu.org>
1582
1583 * textmodes/remember.el: Improve documentation in heading.
1584 (remember-before-remember-hook): Turn into a customizable option.
1585 (remember): Document INITIAL argument.
1586 (remember-region): Remove autoload cookie. Improve docstring to
1587 mention that it is called from the *Remember* buffer, and does not
1588 have any functional overlap with the `remember' function.
1589 (remember-finalize): Remove autoload cookie. Rename from
1590 remember-buffer to emphasize that this does not have any
1591 functional overlap with the `remember' function.
1592 (remember-destroy): Remove autoload cookie.
1593 (remember-mode-map): Define and initialize in one step.
1594 (remember-mode): Improve docstring.
1595 (remember-annotation-functions): Default to just '(buffer-file-name),
1596 and don't try to take the default value from Planner.
1597
1598 2007-11-01 Glenn Morris <rgm@gnu.org>
1599
1600 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1601
1602 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1603
1604 * emacs-lisp/authors.el (authors-scan-change-log)
1605 (authors-scan-el): Don't enable local eval; enable only safe local
1606 variables, without querying.
1607
1608 * mail/footnote.el (footnote-numeric-regexp)
1609 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1610 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1611 Match multi-character footnotes.
1612
1613 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1614 (nroff-indent-line-function): New function.
1615 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1616 obsolete alias.
1617
1618 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1619
1620 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1621 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1622 (rcirc-print): Only update the line count when not marking the
1623 line as omittable.
1624 (rcirc-log-write): Specify coding system when writing logfile.
1625 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1626
1627 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1628
1629 * printing.el (printing): Fix :version, printing.el was included
1630 for in emacs-22.1.
1631 (pr-path-style, pr-path-alist, pr-txt-name)
1632 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1633 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1634 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1635 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1636 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1637 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1638 (pr-setting-database, pr-visible-entry-list)
1639 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1640 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1641
1642 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1643 top level, make it dependent on the emacs flavor.
1644
1645 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1646 Test for XEmacs not for itimer.
1647
1648 * term/sun-mouse.el:
1649 * obsolete/sun-fns.el:
1650 * obsolete/sun-curs.el: Remove files.
1651
1652 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1653
1654 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1655
1656 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1657 was given to concat.
1658
1659 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1662 used normally for goto-line. Change `g' to revert the buffer.
1663 Add redundant `r' binding for buffer-revert.
1664
1665 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1666 (mail-abbrevs-setup): Use abbrev-expand-functions.
1667 (build-mail-abbrevs): Use with-temp-buffer.
1668 (define-mail-abbrev): Simplify.
1669 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1670 Change it for use on abbrev-expand-functions.
1671 (mail-abbrev-complete-alias): Use with-syntax-table.
1672
1673 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1674
1675 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1676 directly. Fix bug in deleting temp file.
1677
1678 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1681 Merge defvar and define-abbrev-table.
1682 (def-python-skeleton): Use :case-fixed and :enable-function.
1683 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1684 Remove.
1685 (python-mode): Don't modify pre-abbrev-expand-hook.
1686
1687 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * ediff-util.el (ediff-file-checked-out-p)
1690 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1691
1692 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * abbrev.el (abbrev-symbol): Correct let->let*.
1695 (abbrev--before-point): Only use abbrev-start-location if before point.
1696
1697 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1700 (strokes-unload-hook): Remove function and variable.
1701 (strokes-unload-function): New-style unload function, adapted
1702 from `strokes-unload-hook'.
1703
1704 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1705 (cl-unload-hook): Remove variable.
1706 (cl-unload-function): New-style unload function, adapted
1707 from `cl-cannot-unload'.
1708
1709 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1710 (elp-unload-function): New-style unload function, adapted
1711 from `elp-unload-hook'.
1712
1713 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1714
1715 * emacs-lisp/find-func.el (find-library): Use library at
1716 point as default interactive argument.
1717
1718 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * shadowfile.el (shadow-join): Remove.
1721 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1722 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1723 (shadowfile-unload-hook): Remove function and variable.
1724 (shadowfile-unload-function): New-style unload function, adapted
1725 from `shadowfile-unload-hook'.
1726
1727 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1728
1729 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1730 only if it is bound.
1731
1732 * textmodes/reftex.el: Move autoloads for before all uses.
1733 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1734 (reftex-delete-overlay): Move to the top level with the condition
1735 in the body.
1736
1737 * progmodes/simula.el: Use when instead of if.
1738
1739 * iimage.el (iimage-locate-file): Define unconditionally.
1740
1741 * mail/mailabbrev.el (mail-abbrev-next-line):
1742 * emulation/vip.el (vip-enlarge-region, vip-line)
1743 (vip-next-line-at-bol, vip-previous-line)
1744 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
1745 Wrap with-no-warnings around uses of next-line and previous-line.
1746
1747 * ediff.el (run-ediff-from-cvs-buffer):
1748 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
1749 Remove function not used by pcl-cvs anymore.
1750 (noninteractive, generic-sc-get-latest-rev)
1751 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
1752 Delete support for long obsolete generic-sc.el.
1753
1754 2007-10-31 Glenn Morris <rgm@gnu.org>
1755
1756 * cvs-status.el: No longer require pcvs when compiling.
1757
1758 * doc-view.el (doc-view-conversion-refresh-interval)
1759 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1760 (doc-view-reset-slice): Doc fixes.
1761 (doc-view-menu): Remove deleted function doc-view-edit-doc.
1762
1763 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * help-at-pt.el (help-at-pt-unload-hook): Remove.
1766 Timers are automatically canceled by `unload-feature'.
1767
1768 * delsel.el (delsel-unload-hook): Remove function and variable.
1769 (delsel-unload-function): New-style unload function, adapted
1770 from `delsel-unload-hook'.
1771
1772 * msb.el (msb-unload-hook): Remove function and variable.
1773 (msb-unload-function): New-style unload function, adapted from
1774 `msb-unload-hook'.
1775
1776 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * desktop.el (uniquify-managed): Pacify byte compiler.
1779 (desktop-buffer-info): If the buffer name is managed by uniquify,
1780 save the base name, not the uniquified one.
1781 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1782 name in case of conflict.
1783
1784 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * doc-view.el: Use expand-file-name rather than concat.
1787 (doc-view-cache-directory): Add the UID so multiple users won't clash.
1788 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
1789 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
1790 (doc-view-toggle-display): Use an overlay over the whole buffer so as
1791 not to have to touch the buffer's content.
1792 (doc-view-initiate-display): New function, extracted from doc-view-mode.
1793 (doc-view-mode): Use it. Don't mark as a special mode.
1794 Put the page numbers in the modeline.
1795 Set up the overlay. Hide the cursor. Run the mode hook.
1796 Use after-revert-hook rather than revert-buffer-function.
1797 (doc-view-search-internal): Fix typo.
1798 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
1799 image-cache flush.
1800 (doc-view-reconvert-doc): Don't reset the whole mode.
1801 (doc-view-make-safe-dir): New function.
1802 (doc-view-current-cache-dir): Use it.
1803
1804 2007-10-30 Jason Rumney <jasonr@gnu.org>
1805
1806 * time.el (display-time-world-list): Test for zoneinfo support.
1807
1808 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
1811
1812 * net/tramp-cache.el (tramp-flush-file-function): Check also
1813 `default-directory' if `buffer-file-name' does not return a
1814 string. Added to `eshell-pre-command-hook'.
1815
1816 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * doc-view.el (doc-view-current-doc): Remove.
1819 Replace all uses by buffer-file-name.
1820 (doc-view-menu): New menu.
1821 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
1822 unused var `doc'.
1823 (doc-view-sort): Simplify.
1824 (doc-view-buffer-message): Don't change buffer-modified-p.
1825 (doc-view-mode): Change it here instead.
1826 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
1827 Don't modify the global value of revert-buffer-function.
1828
1829 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
1830 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
1831 (image-toggle-display): Take overlays into account and don't assume
1832 point-min==1.
1833
1834 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1835
1836 * vc.el (vc-annotate): Fix omission bug:
1837 Specify value for vc-sentinel-movepoint.
1838
1839 2007-10-30 Michael Olson <mwolson@gnu.org>
1840
1841 * textmodes/remember.el (remember-mode-hook)
1842 (remember-handler-functions, remember-annotation-functions):
1843 Add additional items as options, including some Org functions.
1844
1845 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
1846
1847 * doc-view.el: Remove cl-dependency.
1848 (doc-view-buffer-message): Mention new binding K.
1849 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
1850 instead of variable.
1851 (doc-view-current-cache-dir): Better cache dir naming.
1852 (doc-view-current-display): Remove variable.
1853 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1854 (doc-view-kill-proc): Set converter process to nil.
1855 (doc-view-minor-mode): New minor mode.
1856 (doc-view-minor-mode-map): New keymap.
1857 (doc-view-mode): Remove text/image switching code. Use plain defun.
1858 (doc-view-mode-map): New binding K kills converter process.
1859 Remove C-c C-e binding.
1860 (doc-view-mode-text-map): Remove keymap.
1861 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1862 d-v-display-maybe.
1863 (doc-view-previous-major-mode): New variable.
1864 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1865 (doc-view-remove-if): New function.
1866 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1867 (doc-view-toggle-display): Toggle modes instead of display styles.
1868 (doc-view-reconvert-doc): Adapt to new way of doing things.
1869
1870 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1871
1872 2007-10-30 Glenn Morris <rgm@gnu.org>
1873
1874 * dirtrack.el (dirtrack-mode): Doc fix.
1875
1876 * shell.el (shell-dirtrack-verbose, shell-mode)
1877 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1878
1879 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1880 (byte-compile-enable-warning): Doc fix.
1881
1882 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1883 suppress byte-opt warning.
1884
1885 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1886
1887 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1888 (edt-gnu-emacs19-p): Remove.
1889 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1890 (edt-xserver, edt-page-backward, edt-beginning-of-line)
1891 (edt-end-of-line-forward, edt-end-of-line-backward)
1892 (edt-one-word-forward, edt-one-word-backward, edt-character)
1893 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1894 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1895 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1896 (edt-define-key, edt-bottom-check, edt-sentence-forward)
1897 (edt-sentence-backward, edt-paragraph-forward)
1898 (edt-paragraph-backward, edt-restore-key, edt-window-top)
1899 (edt-window-bottom, edt-scroll-window-forward-line)
1900 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1901 (edt-line-to-top-of-window, edt-paragraph-backward)
1902 (edt-restore-key, edt-window-top, edt-window-bottom)
1903 (edt-scroll-window-forward-line)
1904 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1905 (edt-line-to-middle-of-window, edt-goto-percentage)
1906 (edt-display-the-time, edt-remember, edt-split-window)
1907 (edt-emulation-on, edt-emulation-off)
1908 (edt-default-emulation-setup, edt-user-emulation-setup)
1909 (edt-select-default-global-map, edt-select-user-global-map):
1910 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1911 tests.
1912
1913 * textmodes/reftex-index.el (reftex-index-selection-or-word):
1914 Use feature test instead of boundp test so it can be resolved at
1915 compile time.
1916
1917 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
1918
1919 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1922 Update all users.
1923 (abbrev-get, abbrev-put): Simplify.
1924 (define-abbrev): Don't store the `force' value in the :system property.
1925 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1926
1927 2007-10-30 Michael Olson <mwolson@gnu.org>
1928
1929 * desktop.el (desktop-minor-mode-table): Add line for ERC.
1930
1931 * textmodes/remember.el: New file that implements a mode for
1932 quickly jotting down things to remember.
1933
1934 * textmodes/remember-diary.el: A backend for remember.el that
1935 implements saving notes to a Diary file.
1936
1937 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1938
1939 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
1940 Relocate in file.
1941 (allout-doublecheck-at-and-shallower): Increase to include
1942 slightly greater depths, since yank interaction is now ok.
1943 Also, elaborate the docstring to explain the situation.
1944 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
1945 instead of concat, so we accommodate key sequences expressed as
1946 vectors as well as strings and lists.
1947 (allout-flag-region, allout-hide-by-annotation): Make the
1948 hidden-text overlays 'front-advance.
1949 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1950 (allout-aberrant-container-p, allout-on-current-heading-p)
1951 (allout-e-o-prefix-p, allout-next-heading)
1952 (allout-previous-heading, allout-goto-prefix)
1953 (allout-end-of-prefix, allout-next-sibling-leap)
1954 (allout-next-visible-heading, allout-auto-fill)
1955 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
1956 (allout-yank-processing, allout-resolve-xref)
1957 (allout-current-topic-collapsed-p, allout-hide-region-body)
1958 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
1959 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
1960 (count-trailing-whitespace-region): Preserve match data, so allout
1961 outline navigation doesn't disrupt other Emacs operations.
1962 (allout-beginning-of-line): Retreat to the beginning of the hidden
1963 text, so fields are respected (for submodes that care).
1964 (allout-end-of-line): Preserve mark activation status when jumping.
1965 (allout-open-topic): Account for opening after a child that
1966 contains a hidden trailing newline. Preserve match data.
1967 Run allout-structure-added-hook
1968 (allout-encrypt-decrypted): Preserve match data.
1969 (allout-toggle-current-subtree-exposure): Add new interactive
1970 function for toggle subtree exposure - suggested by tassilo.
1971 (move-beginning-of-line, move-end-of-line): Don't use
1972 line-move-invisible-p, it's obsolete - substitute the code, instead.
1973
1974 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1975
1976 * textmodes/flyspell.el (message-signature-separator):
1977 * longlines.el (message-indent-citation-function): Pacify byte
1978 compiler.
1979
1980 * emacs-lisp/cl-loaddefs.el:
1981 * ldefs-boot.el: Regenerate.
1982
1983 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1984 (.el.elc, compile, compile-always, compile-calc)
1985 ($(lisp)/progmodes/cc-mode.elc): Use it.
1986
1987 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1988 Only do work for XEmacs.
1989 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1990 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1991 on XEmacs.
1992 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1993 (ps-x-color-name, ps-x-color-specifier-p)
1994 (ps-x-copy-coding-system, ps-x-device-class)
1995 (ps-x-extent-end-position, ps-x-extent-face)
1996 (ps-x-extent-priority, ps-x-extent-start-position)
1997 (ps-x-face-font-instance, ps-x-find-coding-system)
1998 (ps-x-font-instance-properties, ps-x-make-color-instance)
1999 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2000 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2001 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2002 (ps-generate-postscript-with-faces): Delete defaliases.
2003 (ps-face-foreground-name, ps-face-background-name)
2004 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2005 Move definitions to top level, make the body conditional on the Emacs
2006 flavor. Replace uses of deleted aliases and renamed functions.
2007 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2008 of deleted aliases and renamed functions.
2009
2010 * calc/calc.el (calc-emacs-type-lucid): Remove.
2011 (calc-digit-map, calcDigit-start, calc-read-key)
2012 (calc-clear-unread-commands):
2013 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2014 calc-emacs-type-lucid with (featurep 'xemacs)
2015
2016 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2017 (featurep 'xemacs).
2018 (tpu-lucid-emacs19-p): Remove.
2019 (tpu-map-key): Make it a function instead of using fset. Inline
2020 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2021 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2022
2023 * ielm.el: Use featurep 'xemacs.
2024
2025 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2026 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2027 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2028 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2029 cperl-xemacs-p with (featurep 'xemacs).
2030 (font-lock-cache-position): Pacify byte compiler.
2031
2032 2007-10-29 Drew Adams <drew.adams@oracle.com>
2033
2034 * faces.el (read-color): New function.
2035 (face-at-point, foreground-color-at-point)
2036 (background-color-at-point): New functions.
2037
2038 2007-10-28 Richard Stallman <rms@gnu.org>
2039
2040 * net/browse-url.el (browse-url-text-xterm): Rename from
2041 browse-url-lynx-xterm and made generic.
2042 (browse-url-text-emacs): Likewise.
2043 (browse-url-text-browser): New variable.
2044 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2045 (browse-url-text-input-field, browse-url-text-input-attempts)
2046 (browse-url-kde-program): Likewise.
2047
2048 2007-10-29 Glenn Morris <rgm@gnu.org>
2049
2050 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2051 Use mapc rather than mapcar (reinstall change deleted without log
2052 entry 2007-10-22).
2053
2054 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2055
2056 * wdired.el (wdired-next-line, wdired-previous-line):
2057 Use next-line and previous-line wrapped in with-no-warnings.
2058
2059 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2060
2061 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2062 (rcirc-recent-quit-alist): New function.
2063 (rcirc): Print a better message when there is only one connected server.
2064 (rcirc-complete-nick): Do not update the nick table here.
2065 (rcirc-mode-map): Add M-o.
2066 (rcirc-current-line): Add variable.
2067 (rcirc-mode): Setup variables for line based omit.
2068 (rcirc-edit-multiline): Strip text properties.
2069 (rcirc-omit-responses): Add NICK.
2070 (rcirc-omit-threshold): Add variable.
2071 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2072 Add functions.
2073 (rcirc-print): Keep track of current line. Do not fill text if
2074 `rcirc-fill-flag' is null. Only omit text if the last activity
2075 from the sender is more than `rcirc-omit-threshold' lines ago.
2076 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2077 numbers instead of time.
2078 (rcirc-channel-nicks): Sort by line numbers instead of time.
2079 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2080 (rcirc-handler-JOIN): Restore the joiners linestamp.
2081 (rcirc-maybe-remember-nick-quit): Add function.
2082 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2083
2084 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * loadhist.el (unload-feature-special-hooks):
2087 Add `delete-frame-functions' and `suspend-tty-functions'.
2088
2089 * server.el (server-unload-function): Rename from `server-unload-hook'
2090 and adapt to new `unload-feature' functionality. Remove hook from
2091 `kill-buffer-hook' buffer-locally.
2092 (server-unload-hook): Remove.
2093 (server-unload-function): New var; replaces `server-unload-hook'.
2094
2095 2007-10-29 Glenn Morris <rgm@gnu.org>
2096
2097 * dirtrack.el (dirtrack-debug): Doc fix.
2098 (dirtrack-mode, dirtrack-debug-mode): New names for
2099 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2100 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2101 Make obsolete.
2102 (dirtrack-debug-message): Only print message if
2103 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2104 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2105 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2106
2107 2007-10-28 Glenn Morris <rgm@gnu.org>
2108
2109 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2110 (byte-compile-warnings-safe-p): Handle `not'.
2111 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2112 (byte-compile-enable-warning): New functions.
2113 (byte-compile-eval-before-compile)
2114 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2115 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2116 but do not modify it.
2117 (byte-compile-eval, byte-compile-obsolete)
2118 (byte-compile-warn-about-unresolved-functions)
2119 (byte-compile-file-form-defvar)
2120 (byte-compile-file-form-custom-declare-variable)
2121 (byte-compile-file-form-require)
2122 (byte-compile-file-form-defmumble, byte-compile-lambda)
2123 (byte-compile-form, byte-compile-normal-call)
2124 (byte-compile-variable-ref, byte-compile-defvar)
2125 (byte-compile-make-variable-buffer-local):
2126 Use byte-compile-warning-enabled-p.
2127 * emacs-lisp/advice.el (ad-compile-function):
2128 Use byte-compile-disable-warning.
2129 * emacs-lisp/cl.el: Move local variables to end of file, and set
2130 byte-compile-warnings to `(not cl-functions)'.
2131 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2132 byte-compile-warnings to `(not cl-functions)'.
2133 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2134 byte-compile-warnings to `(not cl-functions)'.
2135 (cl-do-proclaim): Use byte-compile-disable-warning and
2136 byte-compile-enable-warning.
2137 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2138 byte-compile-warnings to `(not cl-functions)'.
2139 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2140 Use byte-compile-disable-warning.
2141
2142 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * cus-edit.el (custom-browse-insert-prefix):
2145 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2146
2147 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * server.el (server-process-filter): Fix typo in docstring.
2150 (server-log): Reflow docstrings.
2151 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2152 (server-goto-line-column): Use `when'.
2153
2154 2007-10-28 Juri Linkov <juri@jurta.org>
2155
2156 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2157 when mouse is clicked on the isearch message.
2158 (isearch-resume): Call `isearch-update' at the end.
2159 Rename argument `search' to `string' to conform to the
2160 isearch terminology.
2161
2162 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 Rewrite abbrev.c in Elisp.
2165 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2166 (abbrev-table-get, abbrev-table-put, abbrev-get)
2167 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2168 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2169 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2170 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2171 (unexpand-abbrev, abbrev--write, abbrev--describe)
2172 (insert-abbrev-table-description, define-abbrev-table):
2173 New funs, largely transcribed from abbrev.c.
2174 (abbrev-with-wrapper-hook): New macro.
2175 (abbrev-table-name-list, global-abbrev-table)
2176 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2177 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2178 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2179 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2180 New vars, largely transcribed from abbrev.c.
2181 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2182 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2183 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2184
2185 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2186
2187 * ps-print.el: Now detect if text foreground and background colors are
2188 equal and replace the foreground color by another color, so the text
2189 becomes visible. Doc fix.
2190 (ps-print-version): New version 6.8.
2191 (ps-default-fg, ps-default-bg): Docstring fix.
2192 (ps-postscript-code-directory): Fix default value code.
2193 (ps-fg-list, ps-fg-validate-p): New options.
2194 (ps-foreground-list): New var.
2195 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2196
2197 2007-10-27 Glenn Morris <rgm@gnu.org>
2198
2199 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2200 (shell-dirtrack-toggle): Mark as obsolete.
2201 (dirtrack-toggle, dirtrack-mode): No longer alias to
2202 shell-dirtrack-mode.
2203
2204 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2205
2206 * calc/calc.el (math-standard-opers): Lower the precedence
2207 of negation.
2208 * calc/calc-lang.el (math-oper-table): Lower precedence of
2209 negation for C, TeX, and eqn.
2210
2211 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2212
2213 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2214
2215 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2216
2217 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2218 (desktop-not-loaded-hook): Fix :version tags.
2219
2220 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2223 (tramp-get-remote-tmpdir): New defun.
2224 (tramp-make-tramp-temp-file): Use it.
2225 (tramp-local-call-process): New defun. Replace all calls of
2226 `call-process' by this when appropriate.
2227 (tramp-handle-write-region): Replace calls of `file-attributes' by
2228 `tramp-compat-file-attributes'.
2229 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2230 Make the first command a `tramp-send-command' call, with let-bind
2231 of `tramp-end-of-output'.
2232 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2233 (tramp-load-report-modules, tramp-append-tramp-buffers):
2234 Move to tramp-cmds.el.
2235
2236 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2237 (tramp-fish-do-copy-or-rename-file)
2238 (tramp-fish-do-copy-or-rename-file-directly):
2239 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2240 Add parameter PRESERVE-UID-GID.
2241
2242 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2243
2244 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2245 New defcustoms.
2246 (display-time-world-list): Use them as appropriate for the current
2247 value of `system-type'.
2248
2249 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2250
2251 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2252 Move (again) some variable definitions before use, define some fun
2253 aliases, no code change.
2254 (pr-version): New version 6.9.2.
2255 (pr-path-style, pr-auto-region, pr-menu-char-height)
2256 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2257 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2258 via (defvar VAR).
2259 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2260 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2261 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2262 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2263 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2264 (pr-menu-print-item, pr-ps-printer-menu-modified)
2265 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2266 (pr-even-or-odd-alist): Vars definition moved.
2267
2268 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2269
2270 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2271 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2272 around uses of previous-line and next-line.
2273
2274 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2275 New defvars.
2276
2277 * textmodes/css-mode.el (comment-continue):
2278 * net/browse-url.el (url-handler-regexp):
2279 * progmodes/idlw-help.el (idlwave-system-routines):
2280 Pacify byte-compiler.
2281
2282 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2283 line-move-invisible-p with its former definition: invisible-p.
2284 line-move-invisible-p was removed on 2007-08-29.
2285
2286 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2287
2288 * files.el (kill-emacs-query-functions): Doc fix;
2289 `save-buffers-kill-emacs' is no longer bound to a key.
2290
2291 2007-10-26 Richard Stallman <rms@gnu.org>
2292
2293 * isearch-multi.el (isearch-buffers-multi): New option.
2294 (isearch-buffers-search-fun): Test it.
2295
2296 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2297 Put ps-run-clear on C-c C-l.
2298
2299 * newcomment.el (comment-styles): New style indent-or-triple.
2300 (comment-style): Make that the default.
2301 (comment-add defvar): Doc fix.
2302 (comment-add): Delete arg EXTRA.
2303 (comment-region-default): Open code call to comment-add.
2304 Handle indent-or-triple style which uses `multi-char' for INDENT.
2305
2306 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * eshell/em-unix.el (nil-blank-string): Doc fix.
2309
2310 2007-10-26 John Wiegley <johnw@newartisans.com>
2311
2312 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2313 function, ensure that the third argument is turned into a nil if
2314 the string is otherwise completely empty (either no characters, or
2315 all tabs/spaces). This fixes a bug from a user who found himself
2316 unable to customize `diff-switches' and still use Eshell's diff
2317 command.
2318
2319 2007-10-26 Glenn Morris <rgm@gnu.org>
2320
2321 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2322 safe-local-variable property.
2323
2324 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2325
2326 * net/browse-url.el (browse-url-browser-function): Delete grail.
2327 (browse-url-grail): Function and variable deleted.
2328 (browse-url-browser-function): Delete IXI Mosaic.
2329 (browse-url-default-browser): Don't try IXI Mosaic.
2330 (browse-url-iximosaic): Function deleted.
2331 (browse-url-browser-function): Delete MMM.
2332 (browse-url-default-browser): Don't try MMM.
2333 (browse-url-mmm): Function deleted.
2334
2335 2007-10-26 Drew Adams <drew.adams@oracle.com>
2336
2337 * custom.el (custom-note-var-changed): New function.
2338
2339 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2340
2341 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2342 use with the definition. Remove.
2343
2344 * add-log.el (change-log-start-entry-re): New defconst.
2345 (change-log-sortable-date-at): Use it.
2346 (change-log-beginning-of-defun, change-log-end-of-defun):
2347 New functions.
2348 (change-log-mode): Use them for beginning-of-defun-function and
2349 end-of-defun-function.
2350
2351 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2352
2353 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2354 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2355 (ses-recalculate-cell): Deal with point being just beyond end of
2356 data area (why does this happen?)
2357 (ses-set-curcell): Ditto.
2358 (ses-column-letter): Handle columns beyond 702. Code written by
2359 Gareth Rees.
2360
2361 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2362
2363 * textmodes/org.el (org-agenda-get-restriction-and-command):
2364 Use `mapc' instead of `mapcar'.
2365 (org-agenda-list): Numeric prefix argument can specify the number
2366 of days.
2367 (remember-register, remember-buffer): Prevent byte compiler from
2368 complaining.
2369 (org-todo): Save and restore match data.
2370 (org-no-warnings): New macro.
2371 (org-columns-eval): Use `org-no-warnings'.
2372
2373 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2374
2375 * comint.el (comint-password-prompt-regexp):
2376 Handle `[sudo] password'-style prompt.
2377
2378 2007-10-25 Glenn Morris <rgm@gnu.org>
2379
2380 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2381 (defcustom): Doc fix.
2382
2383 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2384 Add `non_intrinsic'.
2385 (f90-constants-re): Add ieee modules.
2386 (f90-typedef-matcher, f90-typedec-matcher)
2387 (f90-imenu-type-matcher): New functions.
2388 (f90-font-lock-keywords-1): Give module procedures function-name face.
2389 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2390 Add `use, intrinsic'.
2391 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2392 Move start of `enum' blocks to separate entry.
2393 (f90-start-block-re): Fix `type', `abstract interface'.
2394 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2395 derived types.
2396 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2397 `elemental', change `enumerator'.
2398 (f90-no-block-limit): Fix `abstract interface'.
2399
2400 * progmodes/f90.el (f90-indented-comment-re)
2401 (f90-directive-comment-re, f90-break-delimiters):
2402 * progmodes/fortran.el (fortran-comment-line-start-skip)
2403 (fortran-directive-re):
2404 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2405 as safe if they are strings.
2406
2407 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * startup.el (window-system): Remove. Don't make it frame-local.
2410
2411 2007-10-24 Richard Stallman <rms@gnu.org>
2412
2413 * savehist.el (savehist-save): Omit unreadable elements.
2414
2415 * loadhist.el (unload-function-defs-list): Rename from
2416 unload-function-features-list.
2417 (unload-feature-special-hooks, unload-feature): Doc fixes.
2418
2419 * indent.el (indent-to-left-margin): If point's in the indentation,
2420 move to the end of the indentation.
2421
2422 * cus-edit.el (customize-changed-options): Make arg optional.
2423
2424 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2425
2426 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2427
2428 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2429
2430 * textmodes/org-publish.el (org-publish-attachment): Re-install
2431 accidentally deleted change.
2432
2433 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2436
2437 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2440 (Buffer-menu-mode-map): Initialize in the declaration.
2441 (Buffer-menu-mode): Define with `define-derived-mode'.
2442
2443 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2444
2445 * textmodes/org.el (org-version): Change to 5.13e.
2446 (org-agenda-file-regexp): Fix typo in docstring.
2447 (org-add-planning-info): Fix bug in parenthesis settings.
2448 (org-scan-tags): Catch the case of indirect buffers with no filename.
2449 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2450 Re-install switch to mapc, had been removed by accident.
2451 (org-columns-map): New binding `C-c C-o'.
2452 (org-columns-menu): Change menu text and added new entry.
2453 (org-columns-eval): Document the use of `next-line'.
2454 (org-columns-open-link): New function.
2455 (org-columns-follow-link): Remove function.
2456 (org-open-link-from-string): New function.
2457 (org-read-date-get-relative): Fix typo in docstring.
2458 (org-read-date-get-relative): Leading +/- is not optional.
2459 (org-agenda-get-restriction-and-command): Always resize window on
2460 first loop cycle.
2461 (org-agenda-open-link): Make sure the link abbreviations are
2462 present in the agenda buffer.
2463 (org-agenda-copy-local-variable): New function.
2464
2465 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2468
2469 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * simple.el (reindent-then-newline-and-indent): Use a `move after
2472 insert' kind of marker in the save-excursion.
2473
2474 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * textmodes/css-mode.el: Require CL.
2477 (comment-continue): Declare.
2478
2479 * subr.el (make-variable-frame-localizable): Remove.
2480 (make-variable-frame-local): Mark obsolete.
2481
2482 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2485 of the subdirs is unreadable.
2486
2487 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2490 when we are local.
2491
2492 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * progmodes/python.el (python-current-defun): Remove left-over
2495 assignment to `start'.
2496
2497 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2498
2499 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2500 than `mapcar'; return value is not used.
2501
2502 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2503
2504 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2505 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2506
2507 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2510 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2511
2512 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2515
2516 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2517
2518 * emacs-lisp/advice.el (ad-make-advised-docstring):
2519 Add ad-advice-info text property to doc string.
2520
2521 2007-10-23 Glenn Morris <rgm@gnu.org>
2522
2523 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2524 (f90-type-indent, f90-program-indent, f90-associate-indent)
2525 (f90-continuation-indent, f90-comment-region)
2526 (f90-beginning-ampersand, f90-smart-end)
2527 (f90-break-before-delimiters, f90-auto-keyword-case)
2528 (f90-leave-line-no, f90-mode-hook):
2529 Give an appropriate safe-local-variable property.
2530
2531 * progmodes/fortran.el (fortran-tab-mode-default)
2532 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2533 (fortran-structure-indent, fortran-continuation-indent)
2534 (fortran-comment-indent, fortran-comment-line-extra-indent)
2535 (fortran-comment-line-start)
2536 (fortran-minimum-statement-indent-fixed)
2537 (fortran-minimum-statement-indent-tab)
2538 (fortran-comment-indent-char, fortran-line-number-indent)
2539 (fortran-check-all-num-for-matching-do)
2540 (fortran-blink-matching-if, fortran-continuation-string)
2541 (fortran-comment-region, fortran-electric-line-number)
2542 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2543 (fortran-analyze-depth, fortran-break-before-delimiters):
2544 Give an appropriate safe-local-variable property.
2545
2546 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2547
2548 * printing.el: Move variable definitions before use.
2549 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2550
2551 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2554 (tpu-edt-off): Use it.
2555 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2556 the global-map before adding it to global-map.
2557
2558 * menu-bar.el (global-buffers-menu-map): New var.
2559 (global-map, menu-bar-update-buffers): Use it.
2560 * msb.el (msb-menu-bar-update-buffers): Use it.
2561 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2562 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2563 Use with-current-buffer.
2564
2565 2007-10-22 Juri Linkov <juri@jurta.org>
2566
2567 * isearch-multi.el: New file.
2568
2569 * isearch.el (isearch-search-string): After finding the next
2570 occurrence switch to buffer isearch-buffers-current-buffer when
2571 isearch-buffers-next-buffer-function is non-nil and
2572 isearch-buffers-current-buffer is live.
2573
2574 * add-log.el (change-log-mode): Make and set buffer-local variable
2575 isearch-buffers-next-buffer-function to change-log-next-buffer.
2576 Call isearch-buffers-minor-mode.
2577 (change-log-next-buffer): New function.
2578
2579 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2580
2581 * org-export-latex.el (org-export-latex-protect-string):
2582 Renaming of `org-latex-protect'.
2583 (org-export-latex-emphasis-alist): By default, don't protect
2584 any emphasis formatter from further conversion.
2585 (org-export-latex-tables): Honor column grouping for tables.
2586 (org-export-latex-title-command): New option.
2587 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2588 export backslash character.
2589
2590 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2591
2592 * textmodes/org.el (org-read-date-get-relative): New function.
2593 (org-agenda-file-regexp): New variable.
2594 (org-agenda-files): Allow directories in the variable.
2595 (org-agenda-get-restriction-and-command): New function.
2596 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2597 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2598 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2599 New functions.
2600 (org-entry-add-to-multivalued-property)
2601 (org-entry-remove-from-multivalued-property)
2602 (org-entry-member-in-multivalued-property): New functions.
2603 (org-remember-apply-template): Catch C-g and make sure window
2604 configuration is restored.
2605 (org-agenda-open-link): Make it work with several links in the line.
2606 (org-drawers, org-set-regexps-and-options)
2607 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2608 (org-agenda-window-frame-fractions): New option.
2609 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2610 (org-columns-cleanup-item, org-find-entry-with-id)
2611 (org-insert-columns-dblock, org-listtable-to-string)
2612 (org-dblock-write:columnview, org-columns-capture-view)
2613 (org-edit-headline): New functions.
2614 (org-agenda-to-appt): Require calendar.
2615 (org-entry-get-with-inheritance): Widen for search.
2616 (org-columns-display-here): Don't mark buffer as modified when
2617 adding space characters to accomodate column overlays.
2618 (org-export-as-html): Better formatting of tags in the toc.
2619 (org-columns-display-here): Make the ITEM column as compact as possible.
2620 (org-remember-templates): Customization interface improved.
2621 (org-export-with-property-drawer): Variable removed.
2622 (org-export-with-drawers): New option.
2623 (org-complex-heading-regexp): New variable.
2624 (org-sort-entries): Rewrite using `sort-subr'.
2625 (org-set-property): More appropriate completion during interactive use.
2626 (org-sort-entries): Allow sorting by property.
2627 (org-additional-option-like-keywords): Add more values.
2628 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2629
2630 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2631
2632 * textmodes/org.el (org-get-date-from-calendar): New function.
2633 (org-at-timestamp-p, org-timestamp-change)
2634 (org-remember-templates): First element of each entry is now a
2635 name for the template.
2636 (org-store-log-note): Check for `org-note-abort'.
2637 (org-kill-note-or-show-branches): New command.
2638 (org-fontify-priorities): New option.
2639 (org-fontify-priorities): New function.
2640 (org-cut-subtree, org-copy-subtree): New argument N to
2641 act on N sequential subtrees.
2642 (org-paste-subtree): Fix the level at which a tree is pasted.
2643 (org-fit-agenda-window): Limitations on window size removed.
2644 (org-agenda-find-same-or-today-or-agenda): Rename from
2645 `org-agenda-find-today-or-agenda'.
2646 (org-scheduled-past-days): New option.
2647 (org-agenda-scheduled-leaders)
2648 (org-agenda-deadline-leaders): New options.
2649 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2650 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2651 (org-export-with-tags, org-export-plist-vars)
2652 (org-infile-export-plist): New "tags" option.
2653 (org-use-property-inheritance): New option.
2654 (org-cached-entry-get): Use `org-use-property-inheritance'.
2655 (org-remember-apply-template): Fix typo.
2656
2657 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2658
2659 * net/tramp.el (tramp-find-shell)
2660 (tramp-open-connection-setup-interactive-shell): Improve sending
2661 initial commands.
2662 (tramp-action-terminal): Send debug message.
2663 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2664 (tramp-barf-if-no-shell-prompt): Insert code of
2665 `tramp-wait-for-shell-prompt'.
2666
2667 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2670
2671 * term/vt200.el (terminal-init-vt200):
2672 * term/vt201.el (terminal-init-vt201):
2673 * term/vt220.el (terminal-init-vt220):
2674 * term/vt240.el (terminal-init-vt240):
2675 * term/vt300.el (terminal-init-vt300):
2676 * term/vt320.el (terminal-init-vt320):
2677 * term/vt400.el (terminal-init-vt400):
2678 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2679
2680 * term/wyse50.el (wyse50-terminal-map): New var.
2681 (terminal-init-wyse50): Use it and input-decode-map.
2682 (enable-arrow-keys): Emasculate.
2683
2684 * term/tvi970.el (tvi970-terminal-map): New var.
2685 (terminal-init-tvi970): Use it and input-decode-map.
2686 (tvi970-keypad-numeric): Remove.
2687 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2688
2689 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2690 (terminal-init-sun): Use it and input-decode-map.
2691
2692 * term/news.el (terminal-init-news):
2693 * term/lk201.el (terminal-init-lk201):
2694 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2695
2696 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2697
2698 * complete.el (PC-expand-many-files): Remove.
2699 (PC-do-completion): Call file-expand-wildcards instead of
2700 PC-expand-many-files.
2701
2702 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2703 (PC-expand-many-files): Remove advice.
2704
2705 2007-10-22 Glenn Morris <rgm@gnu.org>
2706
2707 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
2708 Add some support for Fortran 2003 syntax:
2709 (f90-type-indent): Now also applies to `enum'.
2710 (f90-associate-indent): New user option.
2711 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2712 Add some F2003 keywords.
2713 (f90-constants-re): New constant.
2714 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2715 Interface'.
2716 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2717 `class'. Arguments for `type'/`class' may have spaces. Add a new
2718 element for functions with specified types. Add `end enum' and
2719 `select type'. Add `implicit enumerator' and `procedure'.
2720 Add `class default' and `type is', `class is'. Fix `go to' regexp.
2721 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2722 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2723 (f90-blocks-re): Add `enum' and `associate'.
2724 (f90-else-like-re): Add `class is', `type is', and `class default'.
2725 (f90-end-type-re): Add `enum'.
2726 (f90-end-associate-re, f90-typeis-re): New constants.
2727 (f90-end-block-re): Add `enum' and `associate'. Change from
2728 optional whitespace to end-of-word, to avoid `enumerator'.
2729 (f90-start-block-re): Add `select type', `abstract interface', and
2730 `enum'. Avoid `type is', and `type (sometype)'.
2731 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2732 (f90-mode): Doc fix.
2733 (f90-looking-at-select-case): Doc fix. Add `select type'.
2734 (f90-looking-at-associate): New function.
2735 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2736 Add `enum' and `abstract interface'.
2737 (f90-no-block-limit): Add `select type' and `abstract interface'.
2738 (f90-get-correct-indent, f90-calculate-indent)
2739 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
2740 (f90-indent-region, f90-match-end): Handle `associate' blocks.
2741
2742 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2743
2744 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2745 Use window-full-width-p.
2746
2747 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
2750
2751 * tooltip.el: Use featurep 'xemacs.
2752
2753 * printing.el: Move variable definitions before use, no code change.
2754
2755 2007-10-22 Juri Linkov <juri@jurta.org>
2756
2757 * simple.el (goto-history-element): Allow minibuffer-default to be
2758 a list of default values accessible by typing M-n in the minibuffer.
2759
2760 * dired-x.el (dired-guess-shell-command): Put all guesses to the
2761 minibuffer default value list instead of pushing them temporarily
2762 to the history list.
2763
2764 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2765
2766 * hexl.el (hexl-menu): New major mode menu.
2767
2768 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
2771
2772 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2773
2774 * w32-fns.el (w32-quote-process-args):
2775 * dos-w32.el (print-region-function, lpr-headers-switches)
2776 (ps-print-region-function): Pacify byte-compiler.
2777
2778 * emulation/edt-mapper.el (function-key-map):
2779 (edt-map-key): Make it a function instead of using fset.
2780 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
2781 (edt-gnu-map-key, edt-lucid-map-key): Remove.
2782 (edt-x-emacs-p): Remove.
2783 (edt-emacs-variant, edt-window-system, edt-xserver):
2784 Use featurep 'xemacs.
2785
2786 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
2787 Replace eudc-xemacs-p with its definition.
2788 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
2789 (eudc-emacs-mule-p): Remove.
2790 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
2791 eudc-xemacs-p with feature tests.
2792
2793 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
2794 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
2795 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
2796 (eudc-bob-toggle-inline-display):
2797 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
2798 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
2799
2800 * net/eudcb-ph.el (eudc-ph-open-session):
2801 Replace eudc-xemacs-mule-p with its former definition.
2802
2803 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
2804 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
2805
2806 * progmodes/vera-mode.el (vera-xemacs): Remove.
2807 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
2808
2809 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
2810 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
2811 (vhdl-speedbar-initialize, vhdl-ps-print-init)
2812 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
2813 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
2814 with (featurep 'xemacs).
2815
2816 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
2817 (save-buffer-state-x):
2818 * obsolete/fast-lock.el (fast-lock-verbose):
2819 * emulation/viper-init.el (viper-xemacs-p)
2820 (viper-cond-compile-for-xemacs-or-emacs):
2821 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
2822 * ps-print.el (case-fold-search):
2823 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
2824 * calculator.el (calculator-help): Use featurep 'xemacs.
2825
2826 * progmodes/prolog.el: Undo previous change.
2827 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
2828
2829 * progmodes/dcl-mode.el:
2830 * play/yow.el:
2831 * calendar/todo-mode.el:
2832 * calendar/cal-hebrew.el:
2833 * vc-hg.el: Undo previous change.
2834
2835 * vms-patch.el: Likewise.
2836 (print-region-function): Pacify byte-compiler.
2837
2838 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
2841 preserve-uid-gid.
2842
2843 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
2844 compatibility. It is not used, though.
2845
2846 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
2847 Require tramp-cmds.el.
2848 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
2849 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
2850 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2851 (tramp-do-copy-or-rename-file-out-of-band)
2852 (tramp-maybe-open-connection): Use `make-temp-name'. This is
2853 possible, because we don't need to create the temporary file, but
2854 we need a prefix for ssh, which has its own temporary file handling.
2855 (tramp-handle-delete-directory): Add "-f" to rmdir.
2856 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2857 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2858 a signal, in order to give the callee a chance to suppress.
2859 (tramp-handle-write-region): Set owner also in case of short
2860 track. Don't use compatibility calls for `write-region' anymore.
2861 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
2862 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2863
2864 * net/tramp-cmds.el: New file.
2865
2866 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2867 `tramp-clear-passwd'.
2868
2869 * net/trampver.el: Update release number.
2870
2871 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * progmodes/gud.el (gud-target-name): Move definition before use.
2874
2875 * progmodes/dcl-mode.el: Require imenu at compile time.
2876
2877 * progmodes/cc-engine.el (c-maybe-stale-found-type):
2878 Pacify byte-compiler.
2879
2880 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2881
2882 * eshell/esh-mode.el (eshell-handle-ansi-color):
2883 Require ansi-color at compile time too.
2884
2885 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2886
2887 * w32-fns.el: Require w32-vars.
2888
2889 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2890 time too.
2891
2892 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * double.el ([ignore]): Use `ignore'.
2895 (double-setup): Inline into double-mode.
2896 (double-mode): Use define-minor-mode.
2897
2898 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2899
2900 * textmodes/reftex.el: Move require easymenu before first use.
2901 (reftex-info): Require info at compile too.
2902
2903 * textmodes/org-publish.el (org-publish-org-to-html)
2904 (org-publish-org-to): Require org at compile time too.
2905 (org-publish-attachment): Require at compile time too.
2906
2907 * term/tty-colors.el (w32-tty-standard-colors):
2908 Pacify byte-compiler.
2909
2910 * term/pc-win.el (frame-creation-function-alist): Add to this
2911 instead of setting frame-creation-function.
2912
2913 * play/blackbox.el (bb-up, bb-down): Use forward-line.
2914
2915 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
2916
2917 * calendar/todo-mode.el: Require calendar at compile time.
2918
2919 * calendar/cal-hebrew.el: Require holidays at compile time.
2920
2921 * w32-vars.el: Provide w32-vars.
2922
2923 * term/w32-win.el: Require w32-vars.
2924 (w32-color-map): Pacify byte-compiler.
2925
2926 * loadup.el: Load w32-vars before term/w32-win.
2927
2928 2007-10-20 Juri Linkov <juri@jurta.org>
2929
2930 * textmodes/fill.el (fill-paragraph): When the region is active,
2931 don't try other `or' branches regardless of the value returned by
2932 fill-region; just return t.
2933
2934 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2935
2936 * vc.el (vc-do-command): Condition out a misleading message when
2937 running asynchronously.
2938 (vc-deduce-fileset): New argument enables using an unregistered
2939 visited file as a singleton fileset if nothing else is available.
2940 (vc-next-action): Restore file-registering behavior.
2941
2942 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2943
2944 * calc/README: Add recent news.
2945
2946 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2947
2948 * term/x-win.el (x-gtk-stock-map, icon-map-list)
2949 (x-gtk-map-stock): Delete duplicated definitions from merge.
2950
2951 * progmodes/compile.el (compilation-skip-to-next-location)
2952 (compilation-skip-threshold, compilation-skip-visited):
2953 Move definitions earlier.
2954
2955 * play/decipher.el (decipher-keypress):
2956 * play/zone.el (zone-fall-through-ws):
2957 * play/landmark.el (lm-move-down, lm-move-up):
2958 * play/handwrite.el (handwrite):
2959 * mail/mspools.el (mspools-visit-spool):
2960 * wdired.el (wdired-next-line, wdired-previous-line):
2961 * tar-mode.el (tar-subfile-save-buffer):
2962 * scroll-lock.el (scroll-lock-next-line)
2963 (scroll-lock-previous-line):
2964 * image-dired.el (image-dired-next-line)
2965 (image-dired-previous-line):
2966 * ediff-help.el (ediff-help-message-line-length):
2967 Use forward-line.
2968
2969 * smerge-mode.el (smerge-auto-refine):
2970 * diff-mode.el (diff-auto-refine): Add :group.
2971
2972 * play/yow.el: Require doctor at compile time.
2973
2974 * vmsproc.el: Provide vmsproc.
2975 (command-send-input): Use forward-line.
2976
2977 * vms-patch.el: Require ps-print and vmsproc at compile time.
2978
2979 * vc-mtn.el (log-view-message-re, log-view-file-re)
2980 (log-view-font-lock-keywords): Pacify byte-compiler.
2981
2982 * vc-hg.el: Require log-view at compile time.
2983
2984 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2985
2986 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2987
2988 2007-10-20 Glenn Morris <rgm@gnu.org>
2989
2990 * progmodes/f90.el (f90-font-lock-keywords-2)
2991 (f90-looking-at-type-like): Fix regexp typos.
2992
2993 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2994
2995 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2996 (bs-mode): Set mode-class property to special.
2997
2998 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * diff-mode.el (diff-auto-refine): New var.
3001 (diff-hunk): Use it.
3002 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3003 (diff-refine-change): Rename from diff-fine-change. Change it.
3004 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3005 (diff-refine-hunk): Rename from diff-fine-highlight.
3006
3007 2007-10-20 John Paul Wallington <jpw@pobox.com>
3008
3009 * help-fns.el (describe-variable-custom-version-info): New function
3010 to return variable's version or package version note.
3011 (describe-variable): Use it, display result.
3012
3013 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * smerge-mode.el (smerge-auto-refine): New var.
3016 (smerge-next, smerge-prev): Use it.
3017 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3018
3019 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3020 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3021
3022 * vc-bzr.el (vc-bzr-diff-tree):
3023 * vc-git.el (vc-git-diff-tree):
3024 * vc-hg.el (vc-hg-diff-tree):
3025 * vc-mcvs.el (vc-mcvs-diff-tree):
3026 * vc-mtn.el (vc-mtn-diff-tree):
3027 * vc-svn.el (vc-svn-diff-tree): Remove.
3028
3029 * vc-mtn.el (vc-mtn-revision-completion-table):
3030 * vc-cvs.el (vc-cvs-revision-completion-table):
3031 * vc-arch.el (vc-arch-revision-completion-table):
3032 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3033 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3034 Make it work when the arg is a list of files.
3035
3036 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3039 Also `revision-completion-table' now takes a list of files.
3040 (vc-deduce-fileset): Remove unused var `regexp'.
3041 Only obey allow-directory-wildcard in dired buffers.
3042 (vc-default-diff-tree): Remove.
3043 (vc-diff-added-files): New var.
3044 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3045 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3046 Remove the `backend' arg.
3047 (vc-contains-version-controlled-file): Remove.
3048 (vc-diff): Bring it closer to the version in Emacs-22.
3049 (vc-revert): Fix typo in let-binding.
3050 (vc-default-unregister): Remove.
3051 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3052
3053 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3054
3055 * textmodes/two-column.el (2C-split, 2C-merge):
3056 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3057 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3058 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3059 * progmodes/ada-xref.el (ada-get-all-references):
3060 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3061 * emulation/vi.el (vi-previous-line-first-nonwhite)
3062 (vi-effective-range, vi-put-before):
3063 * emulation/edt.el (edt-next-line, edt-previous-line)
3064 (edt-paragraph-forward): Use forward-line.
3065
3066 * progmodes/etags.el (tags-apropos): Require apropos at compile
3067 time too.
3068
3069 * progmodes/prolog.el: Require comint when compiling.
3070 (inferior-prolog-flavor): Move defvar before use.
3071
3072 2007-10-19 Richard Stallman <rms@gnu.org>
3073
3074 * font-core.el (turn-on-font-lock-if-desired):
3075 Rename from `turn-on-font-lock-if-enabled'.
3076 Fully obey `font-lock-global-modes'.
3077
3078 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3081 which will not affect the behavior of things like forward-word.
3082 (diff-fine-highlight): Preserve point.
3083
3084 * doc-view.el (doc-view-mode-map): Use remapping.
3085 Don't rebind C-v, M-v to their default value.
3086 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3087
3088 * smerge-mode.el: Add word-granularity refinement.
3089 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3090 (smerge-refine-weight-hack): New vars.
3091 (smerge-refine-forward): New fun.
3092 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3093 (smerge-refine-subst): Use them as well. Preserve point.
3094
3095 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * follow.el (follow-unload-function): New function.
3098
3099 * loadhist.el (unload-function-features-list):
3100 Rename from `unload-hook-features-list'.
3101 (unload-hook-features-list): Add as obsolete alias.
3102 (unload-feature): Use `unload-function-features-list'
3103 and new FEATURE-unload-function.
3104
3105 2007-10-19 Glenn Morris <rgm@gnu.org>
3106
3107 * bindings.el (mouse-minor-mode-menu)
3108 (minor-mode-menu-from-indicator): Move to mouse.el.
3109 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3110 Move here from bindings.el.
3111
3112 2007-10-19 Richard Stallman <rms@gnu.org>
3113
3114 * help-fns.el (describe-function-1): Don't use the advice origname
3115 if it has no function definition.
3116
3117 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3118
3119 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3120 Use `save-restriction' rather than `widen'.
3121
3122 2007-10-18 Richard Stallman <rms@gnu.org>
3123
3124 * time.el (display-time-world-time-format): Display day # not month #.
3125
3126 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3127
3128 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3129
3130 * doc-view.el: Remove version keyword.
3131 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3132 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3133 (doc-view-ghostscript-options): Improve custom type.
3134 (doc-view-cache-directory, doc-view-conversion-buffer)
3135 (doc-view-conversion-refresh-interval): Simplify custom type.
3136
3137 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3138
3139 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3140 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3141 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3142 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3143 Remove superfluous messages.
3144 (doc-view-mode-map): Use the image-mode scrolling commands.
3145 Don't rebind C-x k.
3146
3147 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3148
3149 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3150 Add comment about "-dSAFER".
3151
3152 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * term/xterm.el: Don't require xt-mouse.
3155 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3156 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3157
3158 * xt-mouse.el: Don't change the global function-key-map anny more.
3159 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3160 Don't use after-make-frame-functions now that term/xterm.el calls
3161 us directly.
3162 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3163 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3164 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3165 Setup input-decode-map and remember that xterm-mouse-mode was
3166 enabled in this terminal.
3167 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3168 terminals where it has been enabled.
3169
3170 * faces.el (tty-create-frame-with-faces): Make sure not only
3171 tty-run-terminal-initialization but also set-locale-environment
3172 are run only once per terminal.
3173 (tty-run-terminal-initialization): Don't check if the terminal was
3174 already initted.
3175
3176 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3177 not to remove keymaps that just happen to inherit from one of ours.
3178 When setting up our keymap, make sure it won't be accidentally
3179 modified by someone else.
3180
3181 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3182
3183 * textmodes/artist.el (artist-previous-line, artist-next-line):
3184 * dired.el (dired-next-line, dired-previous-line):
3185 * progmodes/delphi.el (delphi-newline):
3186 * textmodes/org.el (org-columns-eval):
3187 Use forward-line.
3188
3189 * emerge.el (emerge-setup): Use insert-buffer-substring.
3190 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3191
3192 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3195 (adaptive-fill-function): Doc fix. Remove * from docstring.
3196
3197 2007-10-18 Tom Horsley <tom.horsley@att.net>
3198
3199 * simple.el (interprogram-paste-function): Doc fix.
3200 (current-kill): Accept list of strings as well
3201 as single string from `interprogram-paste-function'.
3202
3203 2007-10-18 Glenn Morris <rgm@gnu.org>
3204
3205 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3206
3207 2007-10-18 Drew Adams <drew.adams@oracle.com>
3208
3209 * bindings.el (mode-line-minor-mode-keymap):
3210 Add mouse-minor-mode-menu on mouse-1.
3211 (mode-line-modes): Add mouse-1 to help-echo text.
3212 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3213 New functions.
3214 (mode-line-minor-mode-help): Doc fix.
3215
3216 2007-10-17 Juri Linkov <juri@jurta.org>
3217
3218 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3219 at the request of RMS.
3220 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3221 arg `region'. Fix docstring. At the first `or' branch add call to
3222 `fill-region' if it the region is active in transient-mark-mode.
3223
3224 * bindings.el (esc-map): Bind M-q to fill-paragraph
3225 instead of fill-paragraph-or-region.
3226
3227 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3228 with fill-paragraph.
3229
3230 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3231 Fix docstring.
3232
3233 * indent.el (indent-for-tab-command): Change interactive spec from
3234 "P" to "p". Add check for interactive arg before indenting the
3235 active region.
3236
3237 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3238 Regroup.
3239
3240 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * emacs-lisp/find-func.el: Don't require loadhist.
3243
3244 * loadhist.el (feature-symbols, file-provides, file-requires)
3245 (file-set-intersect, file-dependents): Simplify.
3246 (unload-feature-special-hooks): Update list of special hooks.
3247
3248 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3249
3250 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3251 extensions since they can be viewed with doc-view.
3252
3253 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3254 for pdf, ps and dvi files.
3255
3256 * doc-view.el: Make doc-view-mode the standard mode for viewing
3257 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3258 text and image display. Add binding C-c C-e to switch to an
3259 editing mode.
3260 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3261 avoid security problems when rendering files from untrusted sources.
3262
3263 2007-10-17 Aaron Hawley <aaronh@garden.org>
3264
3265 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3266 position is not saved.
3267
3268 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3269
3270 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3271 (doc-view-ghostscript-options): Fix typo in doc string.
3272
3273 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3276 handling, so compilation-fake-loc works again.
3277
3278 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3279 (server-process-filter): Revert last change.
3280
3281 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3282 behavior unrelated to filesets.
3283
3284 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * longlines.el (longlines-wrap-follows-window-size): Integer value
3287 specifies wrapping margin.
3288 (longlines-mode, longlines-window-change-function):
3289 Set window-specific wrapping margin based on the above.
3290
3291 2007-10-17 John Wiegley <johnw@newartisans.com>
3292
3293 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3294
3295 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * server.el (server-process-filter): Only set display if X11 is
3298 supported.
3299
3300 2007-10-17 Glenn Morris <rgm@gnu.org>
3301
3302 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3303 Tweak regexp to avoid stack overflow.
3304
3305 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * simple.el (reindent-then-newline-and-indent): Don't assume that
3308 indent-according-to-mode preserves point.
3309
3310 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3313 (bs--nth-wrapper): Simplify.
3314 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3315 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3316 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3317 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3318 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3319 (bs-configurations, bs-default-configuration)
3320 (bs-alternative-configuration, bs-cycle-configuration-name)
3321 (bs-string-show-always, bs-string-show-never, bs-string-current)
3322 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3323 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3324 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3325 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3326 (bs--window-config-coming-from): Revert 2006-11-09 change.
3327 (bs--restore-window-config): Keep the selected frame.
3328 (bs--track-window-changes, bs--remove-hooks): New functions.
3329 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3330 (bs--create-header): Remove.
3331 (bs--create-header-line): New function, based on `bs--create-header'.
3332 (bs--show-header): Use `bs--create-header-line'.
3333 (bs--show-with-configuration): Revert 2006-11-09 change.
3334 Don't reuse window unless it is visible on the selected frame.
3335 Restore window configuration (possibly in a different frame)
3336 before creating any window.
3337
3338 2007-10-16 Glenn Morris <rgm@gnu.org>
3339
3340 * simple.el (blink-matching-open): Don't report false errors with
3341 the `$' syntax class.
3342
3343 2007-10-16 Richard Stallman <rms@gnu.org>
3344
3345 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3346 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3347 (ad-is-advised, ad-get-advice-info-field)
3348 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3349
3350 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3353 (vc-default-working-revision): Compatibility for backends.
3354
3355 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3358 (filesets-ormap, filesets-sort-case-sensitive-flag)
3359 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3360 Fix typos in docstrings.
3361 (filesets-conditional-sort, filesets-find-or-display-file)
3362 (filesets-data-get-name, filesets-data-get-data)
3363 (filesets-data-set, filesets-cmd-query-replace-getargs)
3364 (filesets-ingroup-collect): Doc fixes.
3365
3366 2007-10-15 Sam Steingold <sds@gnu.org>
3367
3368 * mail/sendmail.el (sendmail-error-reporting-interactive)
3369 (sendmail-error-reporting-non-interactive): New variables for
3370 sendmail error reporting options to simplify support for imperfect
3371 sendmail emulators.
3372 (sendmail-send-it): Use them instead of list literals.
3373
3374 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * help-fns.el: Revert previous change; it creates a
3377 dependency loop between advice.el and help-fns.el.
3378
3379 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * help-fns.el: Require advice when compiling.
3382
3383 2007-10-14 Drew Adams <drew.adams@oracle.com>
3384
3385 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3386 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3387 (ring-next, ring-previous): New functions.
3388
3389 2007-10-14 Richard Stallman <rms@gnu.org>
3390
3391 * emacs-lisp/advice.el (documentation): Advice deleted.
3392 Doc for advised functions is now handled at C level.
3393 (ad-stop-advice, ad-start-advice): Don't enable or disable
3394 advice for `documentation'.
3395 (ad-advised-definition-docstring-regexp): Var deleted.
3396 (ad-make-advised-definition-docstring): Store orig name
3397 as text property of string.
3398 (ad-advised-definition-p): Check for text property of docstring.
3399
3400 * help-fns.el (describe-function-1): Find source of advised functions.
3401
3402 2007-10-14 Juri Linkov <juri@jurta.org>
3403
3404 * faces.el (describe-face): Allow handling a string as the face name.
3405
3406 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3407 active region in transient-mark-mode.
3408 (ispell-region): Change messages displayed at the start and end of
3409 the spell-checking to be the same.
3410
3411 * startup.el (fancy-startup-tail): Say exactly what does the button
3412 dismiss ("Dismiss this startup screen"). Use text "Never show
3413 it again" for the checkbox after this button.
3414 (fancy-startup-screen, fancy-about-screen): Put point before the
3415 first link, so the user can quickly select links with the keyboard.
3416 (normal-mouse-startup-screen): Add more useful text describing how
3417 to follow a link.
3418
3419 2007-10-14 Glenn Morris <rgm@gnu.org>
3420
3421 * progmodes/etags.el (select-tags-table): Disable undo in the
3422 `*Tags Table List*' buffer.
3423
3424 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3425
3426 * dired.el (dired-warn-writable): New face.
3427 (dired-warn-writable-face): New variable.
3428 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3429 of dired-warning-face, for group- and world-writable files.
3430
3431 2007-10-13 Richard Stallman <rms@gnu.org>
3432
3433 * files.el (directory-abbrev-alist): Doc fix.
3434
3435 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3436
3437 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3438
3439 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3440
3441 * frame.el (set-frame-configuration): Assign name parameter only
3442 if it has been set explicitly before.
3443
3444 2007-10-11 Tom Tromey <tromey@redhat.com>
3445
3446 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3447 frame is visible.
3448
3449 2007-10-10 Richard Stallman <rms@gnu.org>
3450
3451 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3452 in *Backtrace*.
3453
3454 * faces.el (face-font-selection-order): Doc fix.
3455
3456 * loadhist.el (unload-feature): Doc fix.
3457
3458 2007-10-13 Glenn Morris <rgm@gnu.org>
3459
3460 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3461 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3462 Add doc string, and an explicit COUNT argument.
3463 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3464 `inc' to search functions.
3465
3466 * faces.el (face-spec-set): When FRAME is nil, set the default for
3467 new frames (restores pre-2007-09-17 behavior). Doc fix.
3468
3469 2007-10-13 John W. Eaton <jwe@octave.org>
3470
3471 * progmodes/octave-mod.el (octave-looking-at-kw)
3472 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3473 New functions.
3474 (octave-in-defun-p, calculate-octave-indent)
3475 (octave-blink-matching-block-open, octave-beginning-of-defun)
3476 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3477 to search for regexps that contain case-sensitive keywords.
3478 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3479 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3480
3481 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3484 Do not use a single clause cond.
3485
3486 * cus-start.el (all): Use test that does not match the X11 version
3487 for mac.
3488
3489 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3490
3491 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3492 BROWSE buffer.
3493
3494 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * cus-start.el (all): Undo previous change.
3497
3498 2007-10-13 Glenn Morris <rgm@gnu.org>
3499
3500 * woman.el (woman0-rename): Fix paren typo.
3501
3502 * mail/feedmail.el (feedmail-run-the-queue)
3503 (feedmail-look-at-queue-directory):
3504 * mail/reporter.el (reporter-dump-state):
3505 * net/eudc-hotlist.el (eudc-edit-hotlist):
3506 * net/eudc.el (eudc-display-records)
3507 (eudc-filter-duplicate-attributes)
3508 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3509 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3510 (eudc-bbdb-query-internal):
3511 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3512 * net/socks.el (socks-build-auth-list):
3513 * progmodes/cc-cmds.el (top level):
3514 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3515 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3516 (cperl-write-tags, cperl-tags-treeify):
3517 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3518 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3519 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3520 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3521 (idlwave-toolbar-remove-everywhere):
3522 * progmodes/idlwave.el (idlwave-indent-line)
3523 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3524 (idlwave-write-paths, idlwave-all-method-classes)
3525 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3526 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3527 (idlwave-complete-in-buffer):
3528 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3529 (org-fast-tag-selection):
3530 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3531 than mapcar.
3532
3533 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * diff-mode.el (diff-fine-change): Add :group.
3536
3537 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3538
3539 * cus-start.el (all): Use the same test as the 22.2 branch.
3540
3541 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * diff-mode.el (diff-current-defun): Force recomputation of
3544 change-log-default-name.
3545
3546 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3549 and some leftover logic regarding dedicated frames. If showing
3550 concise startup screen, fit window to buffer.
3551 (command-line-1): If we will be using the splash screen, use
3552 find-file instead of find-file-other-window to find additional files.
3553 Comment out unused code for coping with the old sit-for behavior.
3554
3555 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3558 `meta' modifier consistently, rather than using sometimes meta
3559 sometimes alt.
3560
3561 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3562
3563 * window.el (handle-select-window): Revert part of 2007-10-08
3564 change setting the input focus.
3565
3566 2007-10-12 Glenn Morris <rgm@gnu.org>
3567
3568 * startup.el (command-line): Do not read abbrev file in batch mode.
3569
3570 * emacs-lisp/byte-opt.el (top level):
3571 * mail/rmail.el (rmail-list-to-menu):
3572 * obsolete/hilit19.el (hilit-mode):
3573 * progmodes/cc-mode.el (c-postprocess-file-styles)
3574 (c-submit-bug-report):
3575 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3576 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3577 (reftex-access-parse-file):
3578 * textmodes/reftex-cite.el (reftex-do-citation)
3579 (reftex-insert-bib-matches):
3580 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3581 * textmodes/reftex-sel.el (reftex-select-unmark):
3582 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3583 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3584
3585 * cus-edit.el (custom-variable-menu, custom-face-menu)
3586 (custom-group-menu): Check init-file-user rather than
3587 user-init-file, in case cus-edit is loaded by site-run-file.
3588
3589 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3590
3591 * vc.el (vc-deduce-fileset): Delete unused code.
3592 (vc-next-action): Fix typos.
3593
3594 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3595
3596 * bs.el (bs--mark-unmark): New function.
3597 (bs-mark-current, bs-unmark-current): Use it.
3598
3599 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3600
3601 * vc.el (vc-diff):
3602 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3603 temporarily disable the check for his edge case of
3604 vc-diff (stopping it from grinding when called from $HOME), as
3605 it's calling some brittle code in vc-hooks.el.
3606 (with-vc-properties): Fix evaluation time of a macro argument.
3607 * ediff-vers.el (ediff-vc-internal):
3608 * vc-hooks.el:
3609 * loaddefs.el: Follow up on VC terminology change.
3610
3611 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * follow.el (follow-stop-intercept-process-output):
3614 Use `follow-call-process-filter' rather than `process-filter'.
3615 Simplify.
3616
3617 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3618
3619 * vc-hooks.el (vc-registered): Robustify this function a bit
3620 against filenames with no directory component.
3621
3622 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * international/characters.el: Undo unwanted and unexplained change.
3625
3626 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3627
3628 * ps-print.el: Fix the usage of :foreground and :background face
3629 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3630 (ps-print-version): New version 6.7.6.
3631 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3632 Fix code.
3633 (ps-face-foreground-color-p, ps-face-background-color-p)
3634 (ps-face-color-p): New inline funs.
3635
3636 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3637
3638 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3639 (org-complete): Use `org-additional-option-like-keywords'.
3640 (org-parse-local-options): New function.
3641
3642 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3643
3644 * textmodes/org.el (org-in-clocktable-p): New function.
3645 (org-clock-report): Only update the table at point, or insert a new one.
3646 (org-clock-goto): New function.
3647 (org-open-file): Use `start-process-shell-command' instead of
3648 `shell-command' with an ampersand.
3649 (org-deadline, org-schedule): New argument REMOVE to remove the
3650 date from the entry.
3651 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3652 argument to `org-schedule' and `org-deadline'.
3653 (org-trim): Use the correct expressions for beginning and end of
3654 the string.
3655 (org-get-cleaned-entry): Trim the string before returning it.
3656 (org-clock-find-position): New function.
3657 (org-clock-into-drawer): New option.
3658 (org-agenda-tags-column): Rename from
3659 `org-agenda-align-tags-to-column'.
3660 (org-agenda-align-tags): Allow negative values for
3661 `org-agenda-tags-column'.
3662 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3663 (org-agenda-to-appt): New optional argument FILTER.
3664 (org-completion-fallback-command): New variable.
3665 (org-complete): Use `org-completion-fallback-command'.
3666 (org-find-base-buffer-visiting): Catch the case that there is no
3667 buffer visiting the file.
3668 (org-property-or-variable-value): New function.
3669 (org-todo): Use `org-property-or-variable-value'
3670 (org-agenda-compact-blocks): New option.
3671 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3672 (org-agenda-schedule, org-agenda-deadline):
3673 Call `org-agenda-show-new-time'.
3674 (org-agenda-show-new-time): New argument PREFIX.
3675 (org-colgroup-info-to-vline-list): Fix but that cause a
3676 shift in the vertical lines.
3677 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3678 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3679 (org-indent-item): No arg in call to `org-fix-bullet-type'.
3680 (org-fix-bullet-type): Remove argument.
3681 (org-read-date): Check for am/pm twice, to catch the end time.
3682 (org-goto-map): Use `suppress-keymap'.
3683 (org-remember-apply-template): Respect the dynamically scoped
3684 selection character.
3685
3686 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3687
3688 * textmodes/org-export-latex.el (org-export-latex-protect-string):
3689 Renaming of `org-latex-protect'.
3690 (org-export-latex-emphasis-alist): By default, don't protect
3691 any emphasis formatter from further conversion.
3692 (org-export-latex-tables): Honor column grouping for tables.
3693 (org-export-latex-title-command): New option.
3694 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3695 export backslash character.
3696
3697 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * frame.el (frame-inherited-parameters): Remove unused `environment'
3700 parameter, and let server.el add `client' when needed.
3701
3702 * server.el (server-create-tty-frame)
3703 (server-create-window-system-frame): Set frame-inherited-parameters.
3704
3705 * frame.el (frame-inherited-parameters): New var.
3706 (make-frame): Use it.
3707
3708 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3709
3710 * env.el (let-environment): Remove. Unused.
3711 (read-envvar-name): Simplify.
3712 (setenv): Remove unused arg `frame'.
3713
3714 * help-fns.el (describe-variable): Add missing " " for multiline
3715 obsolescence info and missing EOL after global value.
3716
3717 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3718
3719 * add-log.el:
3720 * ediff-vers.el:
3721 * log-view.el:
3722 * pcvs.el:
3723 * vc-arch.el:
3724 * vc-bzr.el:
3725 * vc-cvs.el:
3726 * vc.el:
3727 * vc-git.el:
3728 * vc-hg.el:
3729 * vc-hooks.el:
3730 * vc-mcvs.el:
3731 * vc-mtn.el:
3732 * vc-rcs.el:
3733 * vc-sccs.el:
3734 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
3735 {find,init,next,previous,annotate-*,log}-version ->
3736 {find,init,next,previous,annotate-*,log}-revision,
3737 annotate-focus-version -> annotate-working-revision, The term
3738 'focus' is gone. The term 'revision' is now used consistently
3739 everywhere that reference to a revision ID is intended, replacing
3740 older use of 'version'.
3741
3742 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
3743
3744 * follow.el: Change all instances of "Follow Mode" to "Follow
3745 mode" in docstrings and messages.
3746 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
3747
3748 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3749
3750 * vc.el (vc-next-action): Rewrite completely; this principal
3751 entry point now operates on a current fileset selected either
3752 explicitly via VC-Dired or implicitly by visiting a file buffer,
3753 rather than always operating on the file of the current buffer as
3754 in older versions. Rewrite the rest of the mode to match.
3755 (with-vc-properties): Rewrite to operate on a file list.
3756 (with-vc-file): vc-checkin takes a file list argument now.
3757 (vc-post-command-functions): This hook now receives a file list.
3758 (vc-do-command): Take a either a file or a file list as argument.
3759 (vc-deduce-fileset): New function for deducing a file list to
3760 operate on.
3761 (vc-next-action-on-file, vc-next-action-dired): Remove.
3762 Merge into vc-next-action.
3763 (vc-register): Adapt to the fact that vc-start-entry now takes a
3764 file list.
3765 (vc-register-with): New function.
3766 (vc-start-entry): Take a file list argument rather than a
3767 file argument.
3768 (vc-checkout): Cope with vc-start-entry taking a file list.
3769 (vc-steal-lock): Cope with with-vc-properties taking a
3770 file list.
3771 (vc-checkin): Take a file list argument rather than a file argument.
3772 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
3773 (vc-diff-internal): Rewrite for filesets.
3774 (vc-diff-sentinel): New function, tests whether changes were
3775 written into a diff buffer.
3776 (vc-diff): Rewrite for filesets.
3777 (vc-version-diff): Rewrite for filesets.
3778 (vc-print-log): Take a fileset argument.
3779 (vc-revert): Revert the entire selected fileset, not just the
3780 current buffer.
3781 (vc-rollback): Roll back the entire selected fileset, if
3782 possible. No longer accepts a prefix argument.
3783 (vc-update): Merge new changes for the entire selected
3784 fileset, not just the current buffer.
3785 (vc-revert-file): Cope with with-vc-properties taking a file list.
3786 (vc-default-dired-state-info): Add + status suffix if the file is
3787 modified.
3788 (vc-annotate-warp-version): Use the new diff machinery.
3789 (vc-log-edit): Take a file list argument rather than a file argument.
3790
3791 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
3792
3793 Sync with Tramp 2.1.11.
3794
3795 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3796 Pacify byte compiler.
3797
3798 * net/trampver.el: Update release number.
3799
3800 2007-10-09 Richard Stallman <rms@gnu.org>
3801
3802 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
3803
3804 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * follow.el: Require easymenu.
3807 (follow-mode-hook, follow-mode): Doc fixes.
3808 (follow-mode-off-hook): Mark as obsolete.
3809
3810 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3811
3812 * window.el (mouse-autoselect-window-cancel): Don't cancel for
3813 select-window or select-frame events.
3814 (handle-select-window): When autoselecting window set input
3815 focus. Restructure.
3816
3817 * frame.el (focus-follows-mouse): Move to frame.c.
3818 * cus-start.el (all): Add focus-follows-mouse.
3819
3820 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3823 activate font-locking in the *buffer-selection* buffer.
3824 (bs-show-sorted): Doc fix.
3825
3826 * bs.el (bs--get-marked-string, bs--get-modified-string)
3827 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3828 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3829 (bs--format-aux): Doc fix.
3830
3831 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3832
3833 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3834
3835 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3836
3837 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3838 (gud-gdb): New function for old M-x gdb (text command mode).
3839 (gud-gdb-command-name, gdb): Move to...
3840
3841 * progmodes/gdb-ui.el: ...here and adapt doc string.
3842 (gud-gdba-command-name, gdba): Delete.
3843
3844 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3845
3846 * bs.el: Don't defvar `font-lock-verbose'.
3847 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3848 (bs--get-file-name): Fix typos in docstrings.
3849 (bs--show-header): Use `dolist' instead of `mapcar'.
3850 (bs-mode): Set `show-trailing-whitespace' to nil.
3851 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3852 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3853 Doc fixes.
3854
3855 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
3856
3857 * progmodes/gud.el (pdb): Specify file for gud-break.
3858
3859 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3860
3861 * progmodes/gud.el (gdb): Make graphical mode the default and
3862 switch to text command mode if appropriate, i.e., reverse previous
3863 arrangement.
3864 (gud-gdb-marker-filter): Adapt for above change.
3865
3866 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3867 gud-minor-mode and gud-marker-filter.
3868 (gdb-fullname-regexp): New variable.
3869 (gud-gdba-marker-filter): Use it to switch to text command
3870 mode if appropriate.
3871
3872 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3873
3874 * progmodes/gud.el (gud-display-line): Find source buffer even when
3875 GUD buffer has its own frame.
3876
3877 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3878
3879 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3880
3881 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3882
3883 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3884
3885 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3886
3887 * allout.el (allout-before-change-handler): Replace got-char by
3888 goto-char.
3889
3890 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3893 Used to try and automatically enabled smerge-mode in the presence of
3894 conflicts and to call `svn resolved' when the conflicts are gone.
3895 (vc-svn-parse-status): Remember the svn-specific status.
3896
3897 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3898
3899 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3900 menu-bar-apropos-menu. All users changed.
3901 (menu-bar-help-menu): Change menu symbols to better match the text
3902 displayed by the menu.
3903
3904 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3905
3906 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3907 #, @, : and ^.
3908
3909 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3910
3911 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3912
3913 * log-view.el (log-view-mode-map): Likewise.
3914
3915 * diff-mode.el (diff-mode-shared-map): Likewise.
3916
3917 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3918
3919 * files.el (file-name-sans-versions): Also allow `A-Z'.
3920
3921 * vc.el: Mention all supported VC backends.
3922
3923 2007-10-08 Richard Stallman <rms@gnu.org>
3924
3925 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3926 neighbouring buttons.
3927
3928 2007-10-08 Andreas Schwab <schwab@suse.de>
3929
3930 * files.el (file-name-sans-versions): Also allow `_'.
3931
3932 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3933
3934 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3935
3936 * log-view.el (log-view-mode-map, log-view-mode-menu):
3937 Bind log-view-annotate-version.
3938 (log-view-beginning-of-defun, log-view-end-of-defun)
3939 (log-view-annotate-version): New functions.
3940 (log-view-mode): Use log-view-beginning-of-defun and
3941 log-view-end-of-defun.
3942
3943 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3946
3947 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3950 neighbouring buttons.
3951
3952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3953 Recognize gcc's use of "note" for informational messages.
3954
3955 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3958 (css-mode): Update correspondingly.
3959
3960 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3961
3962 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3963 Signed-off-by, Acked-by and Merge.
3964
3965 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3968
3969 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * vc-mtn.el: New file.
3972
3973 * vc-hooks.el (vc-handled-backends): Add Mtn.
3974
3975 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3976
3977 * files.el (find-file, find-file-other-window)
3978 (find-file-other-frame, find-file-existing, find-file-read-only)
3979 (find-file-read-only-other-window)
3980 (find-file-read-only-other-frame)
3981 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3982
3983 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3984
3985 * progmodes/gud.el (gdb-ready): New variable.
3986 (gdb): Set it to nil. Set gud-running to nil here...
3987 (gud-common-init): ...instead of here.
3988
3989 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3990 Use gdb-ready. Discard input until GDB is ready to accept it.
3991
3992 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3993
3994 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3995 make it show up with eight colors.
3996
3997 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4000 diffs are concatenated with no intervening line.
4001
4002 2007-10-08 Dave Love <fx@gnu.org>
4003
4004 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4005 (python-font-lock-keywords): Update to the 2.5 version of the language.
4006 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4007 (python-backspace): Only behave funny in code.
4008 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4009 (inferior-python-mode): Add PDB prompt regexp.
4010 (python-fill-paragraph): Refine the fenced-string regexp.
4011 (python-find-imports): Handle imports spanning several lines.
4012 (python-mode): Add `class' to hideshow support.
4013
4014 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4017 Use add-log-buffer-file-name-function rather than binding
4018 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4019 when `fi' is the ChangeLog file itself.
4020
4021 * outline.el (outline-flag-region): Use front-advance.
4022
4023 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4024
4025 * progmodes/cperl-mode.el: Merge upstream 5.23.
4026 (cperl-where-am-i): Remove function.
4027 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4028 (cperl-sniff-for-indent): De-invert [string] and [comment].
4029 When looking for label, skip s:m:y:tr.
4030 (cperl-indent-line): Likewise.
4031 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4032 (cperl-windowed-init): Wrong `ps-print' handling.
4033 Both thanks to Chong Yidong.
4034 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4035 (cperl-find-pods-heres): If the second part of s()[] is missing,
4036 don't try to highlight delimiters...
4037
4038 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * progmodes/compile.el (compilation-get-file-structure): Complete last
4041 change by also using spec-directory in the puthash.
4042
4043 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4044
4045 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4046 (vc-bzr-status): Fix shadowing of variable 'status'.
4047 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4048 Use `expand-file-name' instead of `concat'.
4049 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4050 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4051
4052 2007-10-08 Jason Rumney <jasonr@gnu.org>
4053
4054 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4055
4056 2007-10-08 Richard Stallman <rms@gnu.org>
4057
4058 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4059 Add `safe-local-variable' property.
4060 (lisp-body-indent): Likewise.
4061
4062 2007-10-08 Richard Stallman <rms@gnu.org>
4063
4064 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4065 Add doc string.
4066
4067 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4068
4069 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4070
4071 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4072
4073 * repeat.el (repeat): Use last-repeatable-command instead of
4074 real-last-command. Run pre- and post-command hooks for
4075 self-insertion. Update doc-string.
4076
4077 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4078
4079 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4080 state of the file.
4081 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4082 (vc-git-create-repo): Fix invalid command.
4083
4084 2007-10-08 Richard Stallman <rms@gnu.org>
4085
4086 * textmodes/flyspell.el (flyspell-mode):
4087 Catch errors in flyspell-mode-on.
4088
4089 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4092
4093 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * international/encoded-kb.el (encoded-kbd-setup-display):
4096 Use input-decode-map rather than local-key-translation-map.
4097
4098 * term/rxvt.el (rxvt-alternatives-map): New map.
4099 (terminal-init-rxvt): Use it.
4100 Bind rxvt-function-map in input-decode-map.
4101
4102 * term/xterm.el (xterm-alternatives-map): New map.
4103 (terminal-init-xterm): Use it.
4104 Bind xterm-function-map in input-decode-map.
4105
4106 * term/x-win.el (x-alternatives-map): New var.
4107 (x-setup-function-keys): Use it.
4108
4109 * help-fns.el (describe-variable): Slightly change the layout of
4110 meta-info to separate it better from the docstring.
4111 Standardize insertion of extra empty lines in various circumstances.
4112
4113 * diff-mode.el (diff-hunk-style): New fun.
4114 (diff-end-of-hunk): Use it.
4115 (diff-context->unified): Use the new `apply' undo element,
4116 if applicable, so as to save undo-log space.
4117 (diff-fine-change): New face.
4118 (diff-fine-highlight-preproc): New function.
4119 (diff-fine-highlight): New command.
4120 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4121
4122 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4123 (smerge-refine-highlight-change): Add `props' argument.
4124 (smerge-refine-subst): New function holding most of smerge-refine.
4125 (smerge-refine): Use it.
4126
4127 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4128
4129 * vc.el (vc-default-wash-log): Remove unused code, the
4130 log washers all live in the backends now.
4131 (vc-default-comment-history): Correct for the fact
4132 that wash-log is argumentless in the new API.
4133
4134 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4137 (tramp-maybe-send-script): Apply `member' but `memq'.
4138 (tramp-advice-file-expand-wildcards): Simplify implementation.
4139
4140 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4141
4142 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4143
4144 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4145 (minibuf-depth-setup-minibuffer): Use it.
4146
4147 2007-10-07 Glenn Morris <rgm@gnu.org>
4148
4149 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4150 version numbers.
4151
4152 2007-10-06 Juri Linkov <juri@jurta.org>
4153
4154 * textmodes/fill.el (fill-paragraph-or-region): New function.
4155
4156 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4157 instead of fill-paragraph.
4158
4159 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4160 with fill-paragraph-or-region. Suspend command is now the same
4161 `suspend-frame' on window systems and on tty.
4162
4163 * image.el (image-type): Check if image-types is bound to not fail
4164 on tty.
4165
4166 * delsel.el (delete-selection-pre-hook):
4167 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4168 is fbound to not fail on mouseless tty.
4169
4170 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4171
4172 * net/tramp.el (top): Move loading of tramp-util.el and
4173 tramp-vc.el to tramp-compat.el.
4174 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4175 temporary file if possible, in order to avoid a security hole.
4176 (tramp-do-copy-or-rename-file-out-of-band)
4177 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4178 with DONT-CREATE, because the connection is not setup yet.
4179 (tramp-handle-process-file): Rewrite temporary file handling.
4180 (tramp-completion-mode): New defvar.
4181 (tramp-completion-mode-p): Use it.
4182
4183 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4184
4185 * net/tramp-fish.el (tramp-fish-handle-process-file):
4186 Rewrite temporary file handling.
4187
4188 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4189
4190 * vc.el: Workfile version -> focus version change. Port various
4191 comments from new VC to reduce the noise in the diff.
4192 Patch in the new vc-create-repo function to go with the
4193 header comment about it already present.
4194 There are no changes to existing logic in this patch.
4195 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4196
4197 2007-10-06 Aaron Hawley <aaronh@garden.org>
4198
4199 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4200
4201 2007-10-05 Chris Moore <dooglus@gmail.com>
4202
4203 * server.el (server-kill-new-buffers): Doc fix.
4204
4205 2007-10-05 John W. Eaton <jwe@octave.org>
4206
4207 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4208 (octave-begin-keywords): Add "do".
4209 (octave-end-keywords): Remove "end".
4210 (octave-reserved-words): Add "end". Remove "all_va_args",
4211 "gplot", and 'gsplot".
4212 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4213 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4214 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4215 "default_return_value", "define_all_return_values",
4216 "do_fortran_indexing", "empty_list_elements_ok",
4217 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4218 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4219 "prefer_zero_one_indexing", "propagate_empty_matrices",
4220 "resize_on_range_error", "treat_neg_dim_as_zero",
4221 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4222 "warn_divide_by_zero", "warn_function_name_clash",
4223 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4224 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4225 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4226 "sigterm_dumps_octave_core".
4227 (octave-block-match-alist): Remove "end" from block-end keywords.
4228 (octave-mode): Update ftp site address.
4229
4230 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4231
4232 * vc.el: Reorder functions, no code changes.
4233
4234 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4237 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4238 the cond clauses where needed.
4239 (tramp-handle-write-region): Rearrange code for proper handling of
4240 tmpfile.
4241
4242 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4243
4244 * net/tramp.el:
4245 * net/tramp-fish.el:
4246 * net/tramp-ftp.el:
4247 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4248 `tramp-compat-make-temp-file'.
4249
4250 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4251
4252 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4253
4254 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4257 already uses a more recent copyright version than the "current" one.
4258
4259 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4260
4261 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4262 (doc-view-insert-image): Minor aesthetical docstring changes.
4263
4264 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4265
4266 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4267 completing filename.
4268 (doc-view-search-internal): Docstring change.
4269
4270 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4273 (tramp-file-name-handler-alist):
4274 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4275 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4276 used before, creates the file already, which is not desired.
4277 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4278 temporary file.
4279 (tramp-handle-insert-file-contents): Assign the result in the
4280 short track case.
4281 (tramp-handle-insert-file-contents-literally): New defun.
4282 (tramp-completion-mode-p): Revert change from 2007-09-24.
4283 Checking for `return' etc as last character is not sufficient, for
4284 example in dired-mode when entering <g> (revert-buffer) or
4285 <s> (dired-sort).
4286
4287 * net/tramp-compat.el (top): Add also compatibility code for loading
4288 appropriate timer package.
4289 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4290 order to avoid autoloading problems.
4291
4292 * net/tramp-fish.el:
4293 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4294
4295 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4296 where the second parameter of `copy-file' or `rename-file' is a
4297 remote file but not via ftp.
4298
4299 2007-10-02 Richard Stallman <rms@gnu.org>
4300
4301 * frame.el (cursor-in-non-selected-windows): Doc fix.
4302
4303 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4304
4305 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4306 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4307
4308 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4309
4310 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4311 when `expt' doesn't give range errors.
4312
4313 2007-10-01 Markus Triska <markus.triska@gmx.at>
4314
4315 * calc/calc-math.el (math-smallest-emacs-expt):
4316 Make the computation more robust.
4317
4318 2007-09-30 David Kastrup <dak@gnu.org>
4319
4320 * startup.el (argv): Alias for `command-line-args-left' to use as
4321 `(pop argv)' inside of --eval command sequences. Allows for
4322 passing shell commands into Emacs verbatim without need for Lisp
4323 quoting.
4324
4325 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4326 check only for changed size.
4327 (auto-revert-tail-handler): Get size from caller. If the file has
4328 shrunk, tail the whole file again (the file presumably has been
4329 rewritten).
4330
4331 * woman.el (woman-topic-all-completions, woman-mini-help):
4332 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4333 actually was being manipulated in the loop.
4334 (woman-Cyg-to-Win, woman-pre-process-region)
4335 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4336 (woman-strings, woman-special-characters, woman1-hc)
4337 (woman-change-fonts, woman-find-next-control-line):
4338 Use `match-beginning' rather than `match-string' when the result is
4339 just used as a flag.
4340
4341 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4342
4343 * net/tramp-compat.el: New file.
4344
4345 * net/tramp.el:
4346 * net/tramp-fish.el:
4347 * net/tramp-smb.el:
4348 * net/tramp-uu.el:
4349 * net/trampver.el: Move compatibility code to tramp-compat.el.
4350 Apply `mapc' instead of `mapcar' when the code needs side effects
4351 only. Move utf-8 coding cookie to the second line.
4352
4353 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4354
4355 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4356 Improve custom type.
4357 (icon-map-list): Make it customizable. Document how to disable
4358 stock icons.
4359
4360 2007-09-30 Richard Stallman <rms@gnu.org>
4361
4362 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4363
4364 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4365
4366 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4367
4368 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4371 (t-mouse-mode): New compatibility alias.
4372
4373 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * server.el (server-delete-client): Only delete the terminal if it
4376 is non-nil.
4377
4378 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4379
4380 * net/tramp.el (with-file-property, with-connection-property):
4381 Highlight as keyword.
4382 (tramp-rfn-eshadow-setup-minibuffer)
4383 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4384 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4385 (tramp-do-copy-or-rename-file-directly)
4386 (tramp-do-copy-or-rename-file-out-of-band)
4387 (tramp-handle-shell-command, tramp-get-debug-buffer)
4388 (tramp-send-command-and-read, tramp-equal-remote)
4389 (tramp-get-local-gid): Pacify byte-compiler.
4390 (tramp-handle-file-name-directory): Result shall not be expanded.
4391 (tramp-find-foreign-file-name-handler): Rewrite.
4392 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4393
4394 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4395
4396 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4397 Apply `tramp-completion-mode-p'.
4398 (tramp-fish-handle-set-file-times)
4399 (tramp-fish-handle-executable-find)
4400 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4401 (tramp-fish-retrieve-data): Pacify byte-compiler.
4402
4403 * net/tramp-gw.el (tramp-gw-basic-authentication):
4404 Call `tramp-read-passwd' with first parameter `nil'.
4405
4406 2007-09-28 Glenn Morris <rgm@gnu.org>
4407
4408 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4409 than mapcar.
4410
4411 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4412 (tex-suscript-height-minimum): New customizable variables.
4413 (tex-suscript-height): New function.
4414 (superscript, subscript): Set height using tex-suscript-height
4415 rather than fixing at 0.8.
4416 (tex-fontify-script, tex-font-script-display): Add :version tag.
4417
4418 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * progmodes/python.el (python-eldoc-function): Doc fix.
4421
4422 2007-09-27 Glenn Morris <rgm@gnu.org>
4423
4424 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4425 image if it is not in image-type-auto-detectable, or is there with
4426 a nil value.
4427
4428 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4431 connection more robust.
4432
4433 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4436 Deal with the case that special &keywords are at the beginning or
4437 end of the argument list. Also add some (incomplete) support for
4438 non-standard arglists.
4439
4440 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4441
4442 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4443 (eldoc-message-commands, eldoc-current-idle-delay)
4444 (eldoc-function-argstring-format): Fix typos in docstrings.
4445
4446 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4447
4448 * calc/calc-units.el (calc-convert-units)
4449 (calc-convert-temperature): Remove unnecessary colons.
4450
4451 2007-09-26 Bastien Guerry <bzg@altern.org>
4452
4453 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4454 New function.
4455 (org-export-latex-remove-from-headlines): Name changed because of typo.
4456 (org-export-latex-quotation-marks-convention): Option removed.
4457 (org-export-latex-make-preamble): Handle the DATE option.
4458 (org-export-latex-cleaned-string): Now the only cleaning function,
4459 synched up with org.el.
4460 (org-export-latex-lists, org-export-latex-parse-list)
4461 (org-export-list-to-latex): New functions.
4462
4463 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4464
4465 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4466 (org-outline-regexp): New constant.
4467 (org-remember-handler): Throw error when the target file is not in
4468 org-mode.
4469 (org-cleaned-string-for-export): No longer call
4470 `org-export-latex-cleaned-string' with an argument.
4471 (org-get-tags): Returns now a list, not a string.
4472 (org-get-tags-string): New function.
4473 (org-archive-subtree): No need to split return of `org-get-tags'.
4474 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4475 instead of `org-get-tags'.
4476 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4477 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4478 (org-compatible-face): New argument INHERITS. Inherit from this
4479 face if possible.
4480 (org-level-1, org-level-2, org-level-3, org-level-4)
4481 (org-level-5, org-level-6, org-level-7, org-level-8)
4482 (org-special-keyword, org-drawer, org-column, org-warning)
4483 (org-archived, org-todo, org-done, org-headline-done, org-table)
4484 (org-formula, org-code, org-agenda-structure)
4485 (org-scheduled-today, org-scheduled-previously)
4486 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4487 in the new way.
4488 (org-get-heading): New argument NO-TAGS.
4489 (org-fast-tag-selection-include-todo): Made defvar instead of
4490 defcustom, feature is not deprecated.
4491 (org-remember-store-without-prompt): New default value t.
4492 (org-todo-log-states): New variable.
4493 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4494 Compute the log states.
4495 (org-goto-map): More commands copied from global map. Also bind
4496 `org-occur'.
4497 (org-goto): Made into a general lookup command.
4498 (org-get-location): Complete rewrite.
4499 (org-goto-exit-command): New variable.
4500 (org-goto-selected-point): New variable.
4501 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4502 Set the new variables.
4503 (org-paste-subtree): Whitespace insertion strategy revised.
4504 (org-remember-apply-template): Protect v-A from the possibility
4505 that v-a might be nil.
4506 (org-remember-handler): Insertion rules revised.
4507 (org-todo): Respect org-todo-log-states.
4508 (org-up-heading-safe): New function.
4509 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4510
4511 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4512
4513 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4514 region if in transient-mark-mode.
4515
4516 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4519 * calc/calc-help.el (calc-full-help):
4520 * calc/calc-misc.el (another-calc):
4521 * calc/calc-store.el (calc-var-name-map):
4522 * calc/calc-stuff.el (calc-flush-caches):
4523 * calc/calc-units.el (math-build-units-table):
4524 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4525 (calc-quit):
4526 * calendar/icalendar.el (icalendar--format-ical-event)
4527 (icalendar--convert-ical-to-diary):
4528 * emacs-lisp/authors.el (authors):
4529 * emacs-lisp/cust-print.el (custom-print-install)
4530 (custom-print-uninstall):
4531 * emacs-lisp/disass.el (disassemble-1):
4532 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4533 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4534 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4535 (elint-check-let-form, elint-check-condition-case-form)
4536 (elint-initialize):
4537 * emacs-lisp/elp.el (elp-results):
4538 * emacs-lisp/generic.el (generic-mode-internal):
4539 * emacs-lisp/re-builder.el (reb-delete-overlays):
4540 * emacs-lisp/regi.el (regi-interpret):
4541 * emacs-lisp/sregex.el (sregex--char-aux):
4542 * emulation/cua-rect.el (cua--deactivate-rectangle)
4543 (cua--highlight-rectangle, cua--rectangle-post-command):
4544 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4545 * emulation/viper-macs.el (viper-describe-kbd-macros)
4546 (viper-describe-one-macro):
4547 * emulation/viper-util.el (viper-setup-master-buffer):
4548 * emulation/viper.el (set-viper-state-in-major-mode):
4549 * international/mule-diag.el (describe-current-coding-system):
4550 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4551 * mail/emacsbug.el (report-emacs-bug):
4552 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4553 * obsolete/hilit19.el (hilit-unhighlight-region)
4554 (hilit-set-mode-patterns):
4555 * play/solitaire.el (solitaire-check, solitaire-solve):
4556 * play/zone.el (zone-pgm-rotate):
4557 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4558 * progmodes/ada-prj.el (ada-prj-display-page):
4559 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4560 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4561 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4562 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4563 * progmodes/sh-script.el (sh-make-vars-local)
4564 (sh-reset-indent-vars-to-global-values):
4565 * progmodes/sql.el (top):
4566 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4567 * progmodes/xscheme.el (top):
4568 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4569 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4570 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4571 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4572 (artist-submit-bug-report):
4573 * textmodes/flyspell.el (flyspell-delay-commands)
4574 (flyspell-deplacement-commands):
4575 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4576 (table--generate-source-cells-in-a-row, table--make-cell-map)
4577 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4578
4579 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4580
4581 * allout.el (produce-allout-mode-map, allout-process-exposed):
4582 * ansi-color.el (ansi-color-make-color-map):
4583 * autoinsert.el (auto-insert):
4584 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4585 * dired-aux.el (dired-create-files):
4586 * dired.el (dired-restore-desktop-buffer):
4587 * ediff-diff.el (ediff-setup-fine-diff-regions):
4588 * ediff-mult.el (ediff-intersect-directories)
4589 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4590 (ediff-redraw-registry-buffer):
4591 * ediff-ptch.el (ediff-fixup-patch-map):
4592 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4593 (ediff-really-quit, ediff-clear-diff-vector):
4594 * emerge.el (emerge-really-quit):
4595 * ffap.el (ffap-replace-file-component):
4596 * filecache.el (file-cache-add-directory)
4597 (file-cache-add-directory-recursively)
4598 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4599 (file-cache-delete-directory, file-cache-files-matching-internal)
4600 (file-cache-display):
4601 * files.el (cd):
4602 * find-lisp.el (find-lisp-insert-directory):
4603 * finder.el (finder-compile-keywords):
4604 * help.el (view-emacs-news):
4605 * hi-lock.el (hi-lock-write-interactive-patterns):
4606 * ido.el (ido-to-end, ido-set-matches-1):
4607 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4608 (image-dired-mark-tagged-files):
4609 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4610 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4611 * ps-print.el (ps-background, ps-begin-file)
4612 (ps-build-reference-face-lists):
4613 * simple.el (clone-buffer):
4614 * startup.el (command-line):
4615 * tempo.el (tempo-insert-template, tempo-is-user-element)
4616 (tempo-forward-mark, tempo-backward-mark):
4617 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4618
4619 2007-09-25 Glenn Morris <rgm@gnu.org>
4620
4621 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4622
4623 * view.el (view-search-no-match-lines): Add a doc string.
4624 Rewrite to simplify and work better.
4625
4626 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4627
4628 * progmodes/cc-mode.el (c-mode-base-map):
4629 Use c-indent-line-or-region instead of c-indent-line.
4630
4631 * indent.el (indent-for-tab-command): First check if the region is
4632 active.
4633
4634 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4635
4636 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4637 whitespace-rescan-timer-time is 0.
4638
4639 2007-09-24 Karl Berry <karl@gnu.org>
4640
4641 * international/mule.el (coding-system-base): Fix doc string grammar.
4642
4643 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4644
4645 * net/tramp.el (tramp-completion-mode-p): Rename from
4646 `tramp-completion-mode'. Revert logic, check `return', `newline'
4647 and such alike. Packages like Icicles tend to use other completion
4648 characters but `tab' and `space' only.
4649
4650 2007-09-24 Adam Hupp <adam@hupp.org>
4651
4652 * progmodes/python.el (run-python): Import emacs module without
4653 waiting; prevents lockup on error.
4654
4655 2007-09-23 Richard Stallman <rms@gnu.org>
4656
4657 * mail/sendmail.el (mail-bury): Delete the frame
4658 if this frame looks like it was made for this message.
4659
4660 * completion.el (completion-separator-self-insert-command)
4661 (completion-separator-self-insert-autofilling):
4662 If `self-insert-command' has been remapped, use the substitute.
4663
4664 * simple.el (copy-region-as-kill): Doc fix.
4665
4666 * textmodes/org.el (org-confirm-shell-link-function)
4667 (org-confirm-elisp-link-function): Doc fixes.
4668
4669 2007-09-23 Glenn Morris <rgm@gnu.org>
4670
4671 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4672
4673 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4676
4677 * term/tvi970.el (terminal-init-tvi970): Likewise.
4678
4679 * term/sun-mouse.el (print-mouse-format): Likewise.
4680
4681 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4682 Use forward-line instead of previous-line and next-line.
4683
4684 2007-09-22 Juri Linkov <juri@jurta.org>
4685
4686 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4687
4688 * tutorial.el (tutorial--default-keys): Update standard bindings:
4689 rename `iconify-or-deiconify-frame' to `suspend-frame',
4690 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4691
4692 2007-09-22 Juri Linkov <juri@jurta.org>
4693
4694 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4695 Add help-echo to external links and to links without description.
4696 (fancy-splash-insert): Use help-echo from the 3rd element of the
4697 link specification list, or "Follow this link" if it's nil. Doc fix.
4698
4699 2007-09-22 Juri Linkov <juri@jurta.org>
4700
4701 * startup.el (command-line): Rename `inhibit-startup-message' to
4702 `inhibit-startup-screen'.
4703 (fancy-about-text): Use shorter label for "Ordering Manuals".
4704 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4705 is nil, display a line with "To start..." and 3 links to useful
4706 tasks. Display the "Dismiss" button and "Don't show this message
4707 again" only when concise is non-nil.
4708 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4709 arg `concise'. If CONCISE is non-nil, display a concise version
4710 of the splash screen in another window. Otherwise, switch to the
4711 startup buffer in the same window.
4712 (startup-echo-area-message): Change displayed binding from
4713 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4714 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4715 the GNU system".
4716 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4717 to "*GNU Emacs*".
4718 (display-about-screen): Don't check the existence of the buffer
4719 "*About GNU Emacs*".
4720 (display-splash-screen): Make alias to `display-startup-screen'.
4721 (command-line-1): Rename `inhibit-startup-message' to
4722 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4723 started with command line options "-f", "-funcall", "-e", "-eval",
4724 "-execute", "-insert", "-find-file", "-file", "-visit".
4725 Inhibit startup screen when Emacs is started with a file name only
4726 on tty (i.e. don't inhibit it when started with a file name like
4727 "emacs FILE..." on a window system).
4728 (command-line-1): Simplify logic of displaying the startup screen:
4729 if file-count > 0, then display the concise version in another
4730 window, otherwise display full version in the same window.
4731
4732 * help.el (help-map): Bind C-h C-a to about-emacs.
4733 (help-for-help-internal): Add C-a description to C-h help text.
4734
4735 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4736
4737 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4738 (checkdoc-permit-comma-termination-flag): Autoload the
4739 safe-local-variable setting.
4740
4741 * bookmark.el (bookmark-xemacsp): Remove.
4742 (bookmark-make): Don't use bookmark-xemacsp,
4743 use (featurep 'xemacs) instead.
4744
4745 * speedbar.el (speedbar-frame-mode)
4746 (speedbar-frame-reposition-smartly)
4747 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
4748 (speedbar-check-vc): Remove use of non-existent variable
4749 dframe-xemacsp, use (featurep 'xemacs) instead.
4750
4751 * indent.el (indent-for-tab-command): Indent the region if
4752 transient-mark-mode and the region is active.
4753
4754 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
4755
4756 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
4757 add inferior-octave-directory-tracker to the buffer-local value
4758 of comint-input-filter-functions.
4759
4760 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4761
4762 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
4763
4764 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
4767 on w32 frames.
4768
4769 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * startup.el (normal-top-level): Remove DISPLAY from
4772 process-environment to let it be computed dynamically in callproc.c.
4773
4774 * frame.el (frame-initialize, make-frame):
4775 * faces.el (tty-set-up-initial-frame-faces):
4776 * env.el (setenv): Don't set display-environment-variable.
4777
4778 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
4779 (server-create-tty-frame): Don't set unused `tty' property.
4780 Set `display' instead of display-environment-variable.
4781 (server-create-window-system-frame): No display-environment-variable.
4782
4783 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
4784
4785 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
4786 (rfn-eshadow-update-overlay-hook): New defvars.
4787 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
4788 Run the hooks.
4789
4790 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
4791 (tramp-rfn-eshadow-setup-minibuffer)
4792 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
4793 rfn-eshadow.el.
4794
4795 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
4796 timeout.
4797
4798 2007-09-21 Glenn Morris <rgm@gnu.org>
4799
4800 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
4801 * term/sun-mouse.el (suspend-emacstool): Remove.
4802 * term/sun.el: Remove emacstool-related code.
4803
4804 * emacs-lisp/bytecomp.el (byte-compile-warnings)
4805 (byte-compile-warnings-safe-p): Add `mapcar'.
4806 (byte-compile-warning-types): Add mapcar and make-local.
4807 (byte-compile-normal-call): Add option to suppress mapcar warning.
4808 (top-level): Use mapc rather than mapcar in eval-when-compile.
4809
4810 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
4811 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
4812 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
4813 Handle escaped parens.
4814 (latex-forward-sexp): Doc fix.
4815
4816 * eshell/esh-mode.el (eshell-output-filter-functions):
4817 Add eshell-postoutput-scroll-to-bottom.
4818
4819 * loadup.el: Remove termdev.
4820
4821 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
4822 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
4823
4824 2007-09-21 Markus Triska <markus.triska@gmx.at>
4825
4826 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
4827 `mapcar' is called for effect.
4828
4829 2007-09-21 Kevin Ryde <user42@zip.com.au>
4830
4831 * international/mule.el (sgml-html-meta-auto-coding-function):
4832 Bind `case-fold-search' to t.
4833
4834 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * termdev.el: Remove.
4837
4838 * frame.el (get-device-terminal): New function. Moved from termdev.el.
4839 (frames-on-display-list): Use it.
4840
4841 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
4842
4843 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
4844
4845 2007-09-20 Richard Stallman <rms@gnu.org>
4846
4847 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
4848
4849 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4852
4853 2007-09-20 Glenn Morris <rgm@gnu.org>
4854
4855 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4856 motion functions, rather than hard-coding "\n\n".
4857 (tex-validate-region): Check for eobp, to speed up.
4858 (tex-next-unmatched-end): Doc fix.
4859
4860 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * files.el (auto-mode-alist): Use archive-mode for .rar files.
4863
4864 * international/mule.el (auto-coding-alist): Rar archives are binary.
4865
4866 * arc-mode.el: Add basic support for Rar.
4867 (archive-find-type): Recognize Rar's signature.
4868 (archive-desummarize): New fun.
4869 (archive-summarize): Use it to restore the buffer's data in case
4870 someone wants to switch to some other major mode.
4871 (archive-resummarize): Use it as well.
4872 (archive-rar-summarize, archive-rar-extract): New functions.
4873
4874 * filesets.el: Remove spurious * in docstrings.
4875 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
4876 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4877 (filesets-ingroup-collect): Remove unused arg `depth'.
4878 (filesets-update): Remove unused arg `version'.
4879
4880 * finder.el (finder-compile-keywords): Fix up comment style.
4881 (finder-mouse-face-on-line): previous-line -> forward-line.
4882
4883 * recentf.el: Remove spurious * in docstrings.
4884 (recentf-save-list): Fix up comment style.
4885
4886 * progmodes/octave-mod.el: Remove spurious * in docstrings.
4887 (octave-mode-map): Move init into declaration and remove \t binding.
4888 (octave-mode-startup-message): Remove unused var.
4889 (octave-scan-blocks): Remove unused arg `from'.
4890 (octave-forward-block, octave-down-block, octave-up-block):
4891 Update callers.
4892
4893 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4894 (meta-mode-map): Likewise and remove \t binding.
4895
4896 * net/snmp-mode.el: Remove spurious * in docstrings.
4897 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4898 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4899 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4900 that completion accepts lists of strings.
4901 (snmp-mode-syntax-table): Move initialization into declaration.
4902 (snmp-mode-map): Likewise and remove \t binding.
4903 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4904 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4905 (snmp-indent-command): Remove.
4906
4907 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4908 binding, so tab-always-indent works right.
4909
4910 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
4911
4912 * net/browse-url.el (browse-url-elinks-new-window): New function.
4913 (browse-url-elinks): Use browse-url-elinks-new-window.
4914 Accept optional second argument `new-window'. Fix typo in doc-string.
4915 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4916 Improve error message.
4917
4918 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4919
4920 * net/browse-url.el (browse-url-url-encode-chars): Use the right
4921 parameter name in the function body.
4922 Reported by Johannes Weiner.
4923
4924 2007-09-19 Glenn Morris <rgm@gnu.org>
4925
4926 * net/socks.el (socks-open-network-stream): Signal an explicit
4927 error if the port associated with a service string can't be found.
4928
4929 * textmodes/tex-mode.el (tex-terminate-paragraph):
4930 Use backward-paragraph.
4931
4932 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * server.el (server-running-p): New function.
4935
4936 2007-09-18 Jason Rumney <jasonr@gnu.org>
4937
4938 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
4939 x-focus-frame.
4940
4941 * frame.el (select-frame-set-input-focus, select-frame-by-name):
4942 Use x-focus-frame for w32.
4943
4944 2007-09-17 David Kastrup <dak@gnu.org>
4945
4946 * textmodes/tex-mode.el (tex-verbatim-environments):
4947 Eliminate CL dependency.
4948
4949 2007-09-17 Richard Stallman <rms@gnu.org>
4950
4951 * newcomment.el (comment-add): New arg EXTRA.
4952 (comment-region-default): Pass EXTRA if not indenting lines.
4953
4954 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4955
4956 * net/browse-url.el (browse-url-url-encode-chars): New function.
4957 URL-encode some chars in a string.
4958 (browse-url-encode-url): Rewrite using the previous function.
4959 (browse-url-file-url): Use `browse-url-url-encode-chars'.
4960 (browse-url-elinks-sentinel): Fix typo.
4961 (browse-url-new-window-flag): Doc change.
4962
4963 2007-09-17 Glenn Morris <rgm@gnu.org>
4964
4965 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4966 filename from `--file-line-error', if it is available.
4967
4968 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4969
4970 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4971 TeX `--file-line-error' format.
4972
4973 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4974
4975 * xt-mouse.el: Delete add-hook calls that were moved to
4976 xterm-mouse-mode.
4977 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4978 does not work.
4979
4980 2007-09-17 Richard Stallman <rms@gnu.org>
4981
4982 * cus-face.el (custom-theme-set-faces): Undo previous change.
4983
4984 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4985
4986 2007-09-17 Glenn Morris <rgm@gnu.org>
4987
4988 * textmodes/tex-mode.el (tex-region): Simplify previous change,
4989 handling the case where the region is not in `tex-main-file'.
4990 (tex-region-1): Delete.
4991 (tex-region-header): New function, doing the header part of the
4992 old tex-region-1.
4993
4994 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * simple.el (newline): Simplify use of prefix-numeric-value.
4997 (line-move-partial): Remove unused var `ppos'.
4998 (line-move-1): Replace 9999 with most-positive-fixnum.
4999 (move-end-of-line): Use more efficient single-property search.
5000 (move-beginning-of-line): Remove unused var `start'.
5001 (blink-matching-open): Restructure in a more functional style.
5002
5003 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5004
5005 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5006
5007 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * server.el (server-clients): Only keep procs, no properties any more.
5010 (server-client): Remove.
5011 (server-client-get, server-client-set): Remove, replace all callers by
5012 process-get and process-put resp.
5013 (server-clients-with, server-add-client, server-delete-client)
5014 (server-create-tty-frame, server-create-window-system-frame)
5015 (server-process-filter, server-execute, server-visit-files)
5016 (server-buffer-done, server-kill-buffer-query-function)
5017 (server-kill-emacs-query-function, server-switch-buffer)
5018 (server-save-buffers-kill-terminal): Update accordingly.
5019
5020 * server.el (server-with-environment): Simplify.
5021 (server-select-display, server-unselect-display): Re-add functions that
5022 seem to have been lost in the multi-tty merge.
5023 (server-eval-and-print, server-create-tty-frame)
5024 (server-create-window-system-frame, server-goto-toplevel)
5025 (server-execute, server-return-error): New functions extracted from
5026 server-process-filter.
5027 (server-execute-continuation): New functions.
5028 (server-process-filter): Restructure so that all arguments are analysed
5029 first and then acted upon in a subsequent stage. This way
5030 server-goto-toplevel can be executed later, when we know if
5031 it's necessary.
5032 Remove the "-version" and "-version-good" support.
5033
5034 2007-09-16 Drew Adams <drew.adams@oracle.com>
5035
5036 * cus-edit.el (custom-face-edit-activate): Doc fix.
5037
5038 2007-09-16 Glenn Morris <rgm@gnu.org>
5039
5040 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5041 Following cal-bahai renaming, update all instances of
5042 list-bahai-diary-entries to diary-bahai-list-entries,
5043 mark-bahai-diary-entries to diary-bahai-mark-entries,
5044 calendar-goto-bahai-date to calendar-bahai-goto-date,
5045 insert-bahai-diary-entry to diary-bahai-insert-entry,
5046 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5047 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5048 calendar-print-bahai-date to calendar-bahai-print-date.
5049
5050 * textmodes/tex-mode.el (tex-region): Handle the case where the
5051 region is not in `tex-main-file'. Move the old code that applies
5052 to both cases...
5053 (tex-region-1): ...to this new function.
5054
5055 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * vc.el (vc-process-sentinel): New function.
5058 (vc-exec-after): Use it instead of using ugly hackish analysis and
5059 construction of Elisp code.
5060 (vc-sentinel-movepoint): New dynamically scoped var.
5061 (vc-print-log, vc-annotate): Set it to move the user's point.
5062
5063 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5064 inhibit-modification-hooks.
5065
5066 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5067 (calendar-bahai-print-date, calendar-bahai-goto-date)
5068 (diary-bahai-list-entries, diary-bahai-insert-entry):
5069 New names to clean up the namespace a bit more.
5070 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5071
5072 2007-09-15 Glenn Morris <rgm@gnu.org>
5073
5074 * calendar/holidays.el (holiday-list): Rename it back to
5075 `list-holidays', but leave `holiday-list' as an alias.
5076
5077 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5078 custom group.
5079
5080 * textmodes/css-mode.el (css): New custom group.
5081 (css-electrick-keys, css-selector, css-property)
5082 (css-indent-offset): Specify custom group.
5083
5084 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5087 (cvs-execute-single-file): Use process-file.
5088 (cvs-run-process): Use start-file-process.
5089
5090 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5091
5092 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5093 level. Remove the hooks when turning off the mode.
5094
5095 * term/xterm.el: Require xt-mouse at compile time.
5096 (terminal-init-xterm): Turn on xterm mouse tracking for this
5097 terminal if xterm-mouse-mode is enabled.
5098
5099 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * term/xterm.el (xterm-function-map): Replace bindings that were
5102 deleted by the merge.
5103
5104 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5105
5106 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5107 (bubbles-mode-map): Move define-key statements here.
5108 (bubbles-game-theme-menu): Ditto.
5109 (bubbles-graphics-theme-menu): Ditto.
5110 (bubbles-menu): Ditto.
5111 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5112 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5113 (bubbles-plop): Set buffer-undo-list, redisplay.
5114 (bubbles-undo): Reset buffer-undo-list, redisplay.
5115 (bubbles--show-images): Take care of missing text properties.
5116
5117 2007-09-14 Glenn Morris <rgm@gnu.org>
5118
5119 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5120 quoting.
5121
5122 * calendar/cal-hebrew.el, calendar/cal-menu.el
5123 * calendar/calendar.el, calendar/diary-lib.el
5124 * calendar/holidays.el: Rename all instances of
5125 list-calendar-holidays callers to calendar-list-holidays,
5126 list-holidays to holiday-list, check-calendar-holidays to
5127 calendar-check-holidays, mark-calendar-holidays to
5128 calendar-mark-holidays, and filter-visible-calendar-holidays to
5129 holiday-filter-visible-calendar.
5130
5131 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5132
5133 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5134
5135 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5136
5137 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5138 Use transparent background for empty cells in graphics mode.
5139
5140 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5141
5142 * man.el (Man-default-man-entry): At end of line, continue looking
5143 to the next line for possible end of hyphenated command.
5144
5145 2007-09-13 Chris Moore <dooglus@gmail.com>
5146
5147 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5148 the command being edited.
5149
5150 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5151
5152 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5153
5154 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5155
5156 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5157 C-M-S- keys.
5158
5159 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5160
5161 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5162
5163 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5164 New argument `filename-p' to use one set of confusing chars or another.
5165 (browse-url-file-url): Use the argument.
5166 Suggested by Johannes Weiner.
5167
5168 2007-09-12 Romain Francoise <romain@orebokech.com>
5169
5170 * cus-start.el (all): Revert 2007-09-08 change.
5171
5172 2007-09-12 Aaron Hawley <aaronh@garden.org>
5173
5174 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5175 extract .Z files, since it is more common than uncompress.
5176
5177 2007-09-12 Glenn Morris <rgm@gnu.org>
5178
5179 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5180 duplicate function definition.
5181
5182 2007-09-10 Chris Moore <dooglus@gmail.com>
5183
5184 * diff-mode.el (diff-sanity-check-hunk):
5185 Also accept single-line hunks.
5186
5187 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * startup.el (startup-screen-inhibit-startup-screen)
5190 (pure-space-overflow-message): New vars.
5191 (fancy-splash-insert): Allow functions for face and link specs.
5192 (fancy-splash-head): Remove unused arg. Move splash text...
5193 (fancy-startup-text, fancy-about-text): ...here.
5194 (fancy-startup-tail): Rename from fancy-splash-tail.
5195 (fancy-startup-screen, fancy-about-screen): Split off from
5196 fancy-splash-screens.
5197 (display-startup-screen): New function.
5198 (display-about-screen): Rename from display-splash-screen.
5199 (command-line-1): Use concise startup screen if necessary.
5200
5201 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5202
5203 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5204 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5205
5206 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5209 (python-font-lock-keywords): Update to the 2.5 version of the language.
5210 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5211 (python-backspace): Only behave funny in code.
5212 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5213 (inferior-python-mode): Add PDB prompt regexp.
5214 (python-fill-paragraph): Refine the fenced-string regexp.
5215 (python-find-imports): Handle imports spanning several lines.
5216 (python-mode): Add `class' to hideshow support.
5217
5218 2007-09-10 Dave Love <fx@gnu.org>
5219
5220 * outline.el (outline-4, outline-5, outline-7):
5221 Move font-lock-builtin-face down from 4 to 7 to better keep the
5222 progression of color brightness, and to better match Org-mode's faces.
5223
5224 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5225
5226 * progmodes/meta-mode.el (meta-font-lock-keywords)
5227 (font-lock-match-meta-declaration-item-and-skip-to-next)
5228 (meta-comment-indent, meta-indent-previous-line)
5229 (meta-indent-unfinished-line, meta-beginning-of-defun)
5230 (meta-end-of-defun, meta-common-initialization): Handle \f.
5231 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5232 a comment-start.
5233
5234 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5235 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5236 numeric notation of file modes.
5237 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5238 numeric value.
5239 (read-file-modes): New. Read either an octal value of a file mode or a
5240 symbolic value, and return its numeric value.
5241
5242 * dired-aux.el (dired-do-chmod): Change to use the built-in
5243 `set-file-modes' and the previous symbolic mode parsing functions.
5244
5245 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * textmodes/texinfo.el: Remove spurious * in docstrings.
5248 (texinfo-mode-syntax-table, texinfo-mode-map):
5249 Initialize in the declaration.
5250
5251 * tmm.el: Remove spurious * in docstrings.
5252 (tmm-prompt): Use with-current-buffer.
5253
5254 * vcursor.el: Remove spurious * in docstrings.
5255 (vcursor-map): Initialize in the declaration.
5256 (vcursor-use-vcursor-map): Use define-minor-mode.
5257 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5258
5259 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5260 Initialize in the declaration.
5261 (widget-minor-mode): Use define-minor-mode.
5262
5263 * woman.el (woman-mode-map, woman-syntax-table):
5264 Initialize in the declaration.
5265
5266 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5267
5268 * doc-view.el: New file.
5269
5270 2007-09-09 Juri Linkov <juri@jurta.org>
5271
5272 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5273
5274 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5275
5276 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5277 to "Startup screen". Fix docstring.
5278 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5279 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5280 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5281 (initial-scratch-message): Fix docstring.
5282 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5283 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5284 Add link to "Customize Startup" and set interval between links to
5285 5 spaces.
5286 (fancy-about-text): Add links "Authors" and "Contributing".
5287 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5288 and "This is " on the about screen. Add link to
5289 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5290 For the about screen move emacs version to the header from
5291 `fancy-splash-tail' (as it's done already for normal about screen).
5292 (fancy-splash-tail): Insert emacs version only for startup screen.
5293 (normal-splash-screen): Remove duplicate empty lines.
5294 (normal-about-screen): Add links "Authors" and "Contributing".
5295
5296 * menu-bar.el (menu-bar-help-menu):
5297 Move "About Emacs" and "About GNU" to the end of the Help menu.
5298 Move "Emacs Psychotherapist" after "Send Bug Report...".
5299 Move "External Packages" after "Find Emacs Packages".
5300
5301 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5304 they are useless with the byte compiler.
5305 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5306 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5307 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5308 (tramp-file-name-real-host, tramp-file-name-port)
5309 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5310 defuns.
5311
5312 * net/tramp-cache.el (top): Improve error message when
5313 `tramp-persistency-file-name' is corrupted.
5314
5315 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5316
5317 * textmodes/org.el (org-re): Also replace the :alpha: class.
5318 (org-todo-tag-alist): Variable removed.
5319 (org-todo-key-alist, org-todo-key-trigger): New variables.
5320 (org-use-fast-todo-selection): New option.
5321 (org-log-done): Docstring fixed.
5322 (org-deadline-warning-days): New default value 14.
5323 (org-edit-timestamp-down-means-later): New option.
5324 (org-tag-alist): Docstring fixed.
5325 (org-fast-tag-selection-include-todo): New option.
5326 (org-export-language-setup): New languages added.
5327 (org-set-regexps-and-options): Compute the new variables.
5328 (org-paste-subtree): Cleaning up.
5329 (org-remember-apply-template): New escape %A.
5330 (org-todo): Call fast TODO selection.
5331 (org-fast-todo-selection): New function.
5332 (org-add-log-note): Allow prefix for abort exit.
5333 (org-at-property-p, org-entry-properties)
5334 (org-columns-get-autowidth-alist): Use :alpha: class.
5335 (org-get-wdays): New function.
5336 (org-agenda-remove-date): New variable.
5337 (org-agenda-get-deadlines): Use `org-get-wdays'.
5338 (org-agenda-get-deadlines): Reverse ee before returning.
5339 (org-format-agenda-item): New argument REMOVE-RE.
5340 (org-agenda-convert-date): Baha'i calendar added.
5341 (org-infile-export-plist): Also find DATE line.
5342 (org-get-min-level): New function.
5343 (org-export-as-html, org-export-as-ascii): Use the date format.
5344 (org-shiftup, org-shiftdown): Use.
5345 `org-edit-timestamp-down-means-later'.
5346 (org-assign-fast-keys): New function.
5347
5348 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5349
5350 * cus-start.el (all): Add prefer-window-split-horizontally from
5351 window.c.
5352
5353 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5354
5355 * net/browse-url.el (browse-url-galeon): Fix last change.
5356 (top-level): Require cl when compiling.
5357
5358 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5359
5360 * textmodes/org-export-latex.el: arch-tag restored.
5361
5362 * textmodes/org-publish.el: arch-tag restored.
5363
5364 2007-09-08 Masatake YAMATO <jet@gyve.org>
5365
5366 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5367
5368 * progmodes/cc-langs.el: Support new keywords added to
5369 objective-c frontend of gcc.
5370 (c-simple-stmt-kwds): Add @throw.
5371 (c-block-stmt-2-kwds): Add @synchronized.
5372 (c-block-stmt-1-kwds): Add @finally and @try.
5373
5374 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5375
5376 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5377 (org-agenda-after-show-hook): New variable.
5378 (org-columns-compile-format)
5379 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5380 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5381 property names.
5382 (org-get-wdays): New function.
5383
5384 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5387
5388 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5389
5390 * vc-arch.el (vc-arch-checkin): Fix typo.
5391
5392 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5393
5394 * cus-face.el (custom-theme-set-faces): Set face attributes
5395 locally for each frame.
5396
5397 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5400 via font-lock-defaults.
5401
5402 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5403 derived-mode-p.
5404
5405 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5406
5407 * progmodes/autoconf.el (autoconf-definition-regexp):
5408 Handle optional square brackets around definition name.
5409
5410 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5411
5412 * net/browse-url.el (browse-url-browser-function): Add elinks.
5413 (browse-url-elinks-wrapper): New option.
5414 (browse-url-encode-url, browse-url-elinks)
5415 (browse-url-elinks-sentinel): New functions.
5416 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5417 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5418 Use new function browse-url-encode-url.
5419
5420 2007-09-07 Glenn Morris <rgm@gnu.org>
5421
5422 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5423 say if multi-tty is present.
5424
5425 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * cus-start.el (split-window-preferred-function): Add custom info.
5428
5429 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5430 (calendar-mark-holidays, calendar-list-holidays)
5431 (holiday-filter-visible-calendar): New names to clean up namespace.
5432 (filter-visible-calendar-holidays, list-calendar-holidays)
5433 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5434 Add compatibility aliases.
5435 (calendar-check-holidays, calendar-mark-holidays)
5436 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5437 (holiday-sexp): Replace append with list.
5438 (holiday-filter-visible-calendar): Replace append with push.
5439
5440 * woman.el: Remove spurious * in docstrings.
5441 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5442 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5443 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5444 (woman-write-directory-cache, woman-display-extended-fonts)
5445 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5446 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5447 (woman-mode): Use inhibit-read-only.
5448 (woman-negative-vertical-space): Use dotimes.
5449 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5450
5451 2007-09-06 Romain Francoise <romain@orebokech.com>
5452
5453 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5454 (vc-bzr-workfile-version): Use it.
5455
5456 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5457
5458 * complete.el (PC-do-completion): Don't try to treat
5459 empty string as an abbreviation.
5460
5461 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5462
5463 * help-fns.el (describe-variable): Keep doc's text properties.
5464
5465 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5466
5467 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5468 instead of a file.
5469
5470 2007-09-06 Glenn Morris <rgm@gnu.org>
5471
5472 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5473 (checkdoc-minor-mode): Allow user to specify lighter via
5474 checkdoc-minor-mode-string.
5475
5476 2007-09-05 Richard Stallman <rms@gnu.org>
5477
5478 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5479 Several items removed, simplified, or put on one line.
5480 (fancy-about-text): Add substantial contents, part of startup text.
5481 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5482 (normal-splash-screen): Call normal-mouse-startup-screen,
5483 normal-no-mouse-startup-screen, or normal-about-screen.
5484 (normal-mouse-startup-screen): New fn, broken out, shortened.
5485 (normal-no-mouse-startup-screen): New fn, broken out.
5486 (normal-about-screen): New function, contents all new.
5487
5488 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5489
5490 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5491
5492 2007-09-05 Glenn Morris <rgm@gnu.org>
5493
5494 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5495 is bound.
5496
5497 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5498
5499 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5500 in doc string.
5501
5502 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5503
5504 * server.el (server-start, server-unload-hook): Undo previous change.
5505
5506 * xt-mouse.el: Undo previous change.
5507
5508 2007-09-04 Juri Linkov <juri@jurta.org>
5509
5510 * startup.el (fancy-about-text): New variable.
5511 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5512 (fancy-current-text, fancy-splash-stop-time)
5513 (fancy-splash-outer-buffer): Remove variables.
5514 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5515 `startup' and use it to conditionally display different texts for
5516 Startup and About screens. Don't display Help commands on the About
5517 screen.
5518 (fancy-splash-screens-1): Remove function and move its content to
5519 `fancy-splash-screens' to the part that dislpays the About screen.
5520 (exit-splash-screen): Don't treat specially exiting from
5521 alternating screens.
5522 (fancy-splash-screens): Rename argument `static' to `startup'.
5523 Fix docstring. Remove code for displaying alternating screens.
5524 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5525 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5526 for `inhibit-read-only'.
5527 (normal-splash-screen): Rename argument `static' to `startup'.
5528 Fix docstring. Use argument `startup' to conditionally display
5529 different texts for Startup and About screens. Don't display Help
5530 commands on the About screen. Remove `unwind-protect' `sit-for'
5531 delay and `kill-buffer' after it.
5532 (display-startup-echo-area-message): Remove call to
5533 `use-fancy-splash-screens-p' because image.el is preloaded and
5534 doesn't display "Loading image... done".
5535 (display-splash-screen): Rename argument `static' to `startup'.
5536 Fix docstring.
5537
5538 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5539
5540 * server.el (server-start, server-unload-hook):
5541 suspend-tty-functions has been renamed to suspend-tty-hook.
5542
5543 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5544 resume-tty-hook.
5545
5546 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5547
5548 * loadup.el: Fix merge problem, only load "button" once.
5549
5550 2007-09-03 Glenn Morris <rgm@gnu.org>
5551
5552 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5553 "Working file:" as the prefix, for the sake of
5554 log-view-current-file.
5555
5556 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5557
5558 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5559 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5560 if the selected frames is in
5561 xterm-modify-other-keys-terminal-list.
5562 (xterm-turn-off-modify-other-keys): Add an optional frame
5563 parameter. Only turn off modify-other-keys if FRAME is in
5564 xterm-modify-other-keys-terminal-list.
5565 (xterm-remove-modify-other-keys): New function.
5566 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5567 Add the selected frame to xterm-modify-other-keys-terminal-list.
5568
5569 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5570
5571 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5572 (icon-map-list): New variable.
5573 (x-gtk-map-stock): Use icon-map-list.
5574
5575 2007-09-02 Romain Francoise <romain@orebokech.com>
5576
5577 * log-view.el (log-view-current-file): Balance parens.
5578
5579 2007-09-02 Glenn Morris <rgm@gnu.org>
5580
5581 * comint.el (comint-mode): Don't set scroll-conservatively.
5582
5583 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5584 non-command arguments.
5585
5586 * log-view.el (log-view-current-file): Give a more explicit error
5587 if log-view-file-re fails to find a match.
5588
5589 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5590
5591 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5592 Fix bug: Don't expand top-level file name more than once.
5593 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5594
5595 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * server.el (server-process-filter): Don't display the splash screen.
5598 It's annoying enough on the initial screen and becomes positively
5599 obnoxious here.
5600
5601 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5604 Change naming to use "avl-tree--" for internal functions.
5605
5606 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5607
5608 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5609 the merge.
5610 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5611 (provide): Move to the end of file.
5612
5613 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5614
5615 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5616
5617 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5618 New variable. List of exceptions for the duplicated word rule.
5619 (flyspell-mark-duplications-flag): Mention it.
5620 (flyspell-word): Treat it.
5621
5622 * files.el (create-file-buffer): If the filename sans directory starts
5623 with spaces, remove them.
5624
5625 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5626
5627 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5628 (x-gtk-map-stock): Use two directory elements when matching
5629 file name.
5630
5631 2007-08-31 James Wright <james@chumsley.org>
5632
5633 * eshell/em-unix.el (eshell/info): New function.
5634
5635 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * frame.el (frame-initialize, make-frame):
5638 * server.el (server-process-filter):
5639 * faces.el (tty-set-up-initial-frame-faces): Don't set
5640 term-environment-variable since it's not used any more.
5641
5642 * env.el (setenv): Don't treat $TERM specially.
5643
5644 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5645 stated otherwise, subprocesses do not send back escape sequences
5646 corresponding to the terminal from which Emacs was started.
5647
5648 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5649
5650 * calculator.el: Require cl for compilation.
5651
5652 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5653
5654 * outline.el (outline-font-lock-levels): Comment out unused var.
5655 (outline-font-lock-face): Wrap around face list to handle any
5656 nesting depth gracefully.
5657
5658 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5659
5660 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5661 `set-file-times'.
5662
5663 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5664
5665 * textmodes/org.el (org-export-visible): Fix drawers before export.
5666 (org-do-sort): Allow sorting by priority.
5667 (org-agenda-files): Ignore non-existing files.
5668 (org-agenda-skip-unavailable-files): New variable.
5669 (org-ellipsis): All a face as value.
5670 (org-mode): Interprete the face value of `org-ellipsis'.
5671 (org-archive-save-context-info): New option.
5672 (org-archive-subtree): Store context info in archived entry.
5673 (org-fast-tag-selection-can-set-todo-state): New variable.
5674 (org-fast-tag-selection): Allow setting TODO states through this
5675 interface.
5676 (org-cycle): Docstring updated.
5677 (org-todo-keyword-faces): New option.
5678 (org-get-todo-face): New function.
5679 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5680 Use `org-get-todo-face'.
5681 (org-switch-to-buffer-other-window): New function.
5682 (org-table-edit-field, org-table-show-reference)
5683 (org-table-edit-formulas, org-add-log-note)
5684 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5685 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5686 `switch-to-buffer-other-window' to make sure that the temporary
5687 windows show up on the current frame.
5688 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
5689 (org-get-entries-from-diary, org-replace-region-by-html):
5690 Don't allow pop-up frames.
5691 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5692 Fix problems with time-of-day.
5693 (org-export-get-title-from-subtree): New function.
5694 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5695 with listing items that are DONE.
5696 (org-change-tag-in-region): New command.
5697 (org-agenda-skip-scheduled-if-done)
5698 (org-agenda-skip-deadline-if-done): Docstring clarified.
5699 (org-mode): Hide drawers on startup.
5700 (org-get-todo-face): New function.
5701 (org-todo-keyword-faces): New option.
5702 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5703 (org-remove-keyword-keys): New function.
5704
5705 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5706
5707 * progmodes/grep.el (grep-find-ignored-directories):
5708 Add monotone _MTN bookkeeping directory in workspaces.
5709 Add RCS control directory. List items in alphabetical order.
5710
5711 * progmodes/grep.el (grep-files-aliases): Add cc alias.
5712 Sort items in alphabetical order. Fix parens.
5713
5714 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5717 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5718 (vc-hg-pull): New functions.
5719 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5720
5721 * term/mac-win.el: Don't require url, only autoloaded url
5722 functions are used in this file.
5723
5724 2007-08-29 Andreas Schwab <schwab@suse.de>
5725
5726 * shell.el (shell): Return correct value from interactive spec.
5727
5728 2007-08-29 Glenn Morris <rgm@gnu.org>
5729
5730 * version.el (emacs-version): Increase to 23.0.50.
5731
5732 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5733
5734 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5735
5736 2007-08-29 Juri Linkov <juri@jurta.org>
5737
5738 * loadup.el: Add "button" loading after "faces" and move "startup"
5739 to load after "button".
5740
5741 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5742
5743 * loadup.el: Load term/mac-win on a Mac using Carbon.
5744
5745 * term/mac-win.el: Provide mac-win.
5746 (mac-initialized): New variable.
5747 (mac-initialize-window-system): New function. Move global setup here.
5748 (handle-args-function-alist, frame-creation-function-alist):
5749 (window-system-initialization-alist): Add mac entries.
5750 (x-setup-function-keys): New function containing all the
5751 top level function key definitions.
5752
5753 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
5754
5755 * env.el (read-envvar-name): Don't consider the environment frame param.
5756
5757 * env.el (setenv):
5758 * frame.el (frame-initialize, make-frame):
5759 * faces.el (tty-set-up-initial-frame-faces):
5760 * server.el (server-process-filter): Set
5761 display-environment-variable and term-environment-variable.
5762
5763 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
5764
5765 2007-08-29 Jason Rumney <jasonr@gnu.org>
5766
5767 * loadup.el: Only load term/x-win when X is compiled in.
5768 Load term/w32-win and dependencies on windows-nt.
5769
5770 * term/w32-win.el: Reorder to match x-win.el more closely.
5771 Provide w32-win. Don't throw error when global window-system not w32.
5772 (internal-face-interactive): Remove obsolete function.
5773 (x-setup-function-keys): Use local-function-key-map.
5774 (w32-initialized): New variable.
5775 (w32-initialize-window-system): Set it.
5776 Move more global setup here.
5777 (x-setup-function-keys): New function.
5778 (w32-initialize-window-system): Move non function key global setup here.
5779 (x-cut-buffer-max): Remove.
5780 (w32-initialize-window-system): New function.
5781 (handle-args-function-alist, frame-creation-function-alist):
5782 (window-system-initialization-alist): Add w32 entries.
5783
5784 2007-08-29 David Kastrup <dak@gnu.org>
5785
5786 * env.el (getenv): Pass frame to getenv-internal.
5787
5788 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5789
5790 * version.el (emacs-version): Show if multi-tty is present.
5791
5792 * loadup.el: Delay loading env; mule-conf gets confused by cl
5793 during bootstrap. Also load termdev and term/x-win.
5794
5795 * bindings.el (mode-line-client): New variable.
5796 (help-echo): Add it to the default mode-line format.
5797
5798 * cus-start.el: Remove bogus window-system reference from GTK test.
5799
5800 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
5801 (ebrowse-electric-position-mode-map):
5802 * ebuff-menu.el (electric-buffer-menu-mode-map):
5803 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
5804 not `suspend-emacs'.
5805
5806 * ediff-wind.el (ediff-setup-windows-automatic): New function.
5807 (ediff-window-setup-function): Use it as default.
5808
5809 * files.el (save-buffers-kill-terminal): New function.
5810 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
5811
5812 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
5813 and `with-selected-frame'.
5814
5815 * help-fns.el (describe-variable): Describe frame-local variables
5816 correctly.
5817
5818 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
5819 display support.
5820 (normal-erase-is-backspace-setup-frame): New function.
5821
5822 * subr.el (with-selected-frame): New function.
5823 (read-quoted-char): Use terminal-local binding of
5824 local-function-key-map instead of function-key-map.
5825
5826 * talk.el (talk): New function.
5827 (talk-handle-delete-frame): New function.
5828 (talk-add-display): Open a new frame only if FRAME was not a frame.
5829
5830 * termdev.el: New file.
5831
5832 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
5833 * term/x-win.el: Don't bind f10.
5834 * tmm.el: Remove autoload binding for f10.
5835
5836 * international/encoded-kb.el (encoded-kbd-setup-display): Use
5837 `set-input-meta-mode'. Fix broken condition before set-input-mode.
5838 Store the saved input method as a terminal parameter. Add keymap
5839 parameter. Use it instead of changing key-translation-map directly.
5840 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
5841 Remove.
5842 (encoded-kbd-setup-display): New function.
5843
5844 * international/mule-cmds.el (set-locale-environment): Fix getenv
5845 call. Use save-buffers-kill-terminal. Ignore window-system; always
5846 set the keyboard coding system. Add DISPLAY parameter.
5847 (set-display-table-and-terminal-coding-system): Add DISPLAY
5848 parameter. Pass it to set-terminal-coding-system.
5849
5850 * international/mule.el (keyboard-coding-system): Test for
5851 encoded-kbd-setup-display, not encoded-kbd-mode.
5852 (set-terminal-coding-system, set-keyboard-coding-system): Add
5853 DISPLAY parameter.
5854 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5855
5856 * term/README: Update.
5857
5858 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5859
5860 * term/x-win.el (x-setup-function-keys): New function. Move
5861 function-key-map tweaks here. Protect against multiple calls on
5862 the same terminal. Use terminal-local binding of
5863 local-function-key-map instead of function-key-map.
5864 (x-initialize-window-system): Make a copy of pure list. Pass a
5865 frame getenv.
5866
5867 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5868 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5869 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5870 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5871 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5872 local-function-key-map instead of function-key-map.
5873
5874 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5875 `substitute-key-definition' and `define-key' calls against
5876 multiple execution. Use terminal-local binding of
5877 local-function-key-map instead of function-key-map. Pass a frame
5878 to getenv.
5879
5880 * edmacro.el (edmacro-format-keys):
5881 * emulation/cua-base.el (cua--pre-command-handler):
5882 * isearch.el (isearch-other-meta-char):
5883 * xt-mouse.el: Use terminal-local binding of
5884 local-function-key-map instead of function-key-map.
5885
5886 * fringe.el (set-fringe-mode): Simplify and fix using
5887 `modify-all-frames-parameters'.
5888 * scroll-bar.el (set-scroll-bar-mode): Ditto.
5889 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
5890 check before calling `tool-bar-setup'.
5891 (tool-bar-setup): New variable.
5892 (tool-bar-setup): Use it to guard against multiple calls. Add
5893 optional frame parameter, and select that frame before adding items.
5894 (toggle-tool-bar-mode-from-frame): New function.
5895
5896 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5897 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5898 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5899 "Tool-bar" toggles to reflect the state of the current frame.
5900 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5901
5902 * env.el: Require cl for byte compilation (for `block' and `return').
5903 (environment, setenv-internal): New functions.
5904 (let-environment): New macro.
5905 (setenv, getenv): Add optional terminal parameter. Update docs.
5906 (setenv): Use setenv-internal. Always set process-environment.
5907 Handle `local-environment-variables'.
5908 (read-envvar-name, setenv, getenv): Use frame parameters
5909 to store the local environment, not terminal parameters. Include
5910 `process-environment' as well.
5911
5912 * faces.el (tty-run-terminal-initialization): New function.
5913 (tty-create-frame-with-faces): Use it. Set up faces and
5914 background mode only after the terminal has been initialized.
5915 Call terminal-init-*. Don't load the initialization file more
5916 than once. Call set-locale-environment.
5917 (frame-set-background-mode): Handle the 'background-mode terminal
5918 parameter.
5919 (tty-find-type): New function.
5920 (x-create-frame-with-faces): Remove bogus check for
5921 first frame. Call `tool-bar-setup'. Don't make frame visible
5922 until we are done setting up all its parameters. Call
5923 x-setup-function-keys.
5924
5925 * frame.el (make-frame): Always inherit 'environment and 'client
5926 parameters. Set up the 'environment frame parameter, when needed.
5927 Also inherit 'client parameter. Don't override explicitly
5928 specified values with inherited ones. Add 'terminal frame
5929 parameter. Append window-system-default-frame-alist to parameters
5930 before calling frame-creation-function.
5931 (frame-initialize): Copy the environment from the initial frame.
5932 (window-system-default-frame-alist): Enhance doc string.
5933 (frame-notice-user-settings): Don't put 'tool-bar-lines in
5934 `default-frame-alist' when initial frame is on a tty.
5935 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
5936 Remove specified parameters from `window-system-default-frame-alist'.
5937 (make-frame-on-tty, framep-on-display, suspend-frame):
5938 Extend doc string, update parameter names.
5939 (frames-on-display-list): Use terminal-id to get the display id.
5940 (frame-notice-user-settings): Extend to apply
5941 settings in `window-system-default-frame-alist' as well.
5942 (terminal-id, terminal-parameters, terminal-parameter)
5943 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
5944 (delete-frame-functions): Add to `delete-frame-functions' hook.
5945 (blink-cursor-mode): Adapt blink-cursor-mode default
5946 value from startup.el.
5947 (make-frame-on-display): Protect condition on x-initialized when
5948 x-win.el is not loaded. Update doc.
5949 (suspend-frame): Use display-controlling-tty-p to decide between
5950 suspend-emacs and suspend-tty.
5951 (frames-on-display-list): Update for display ids.
5952 (framep-on-display): Ditto.
5953 (suspend-frame): Use display-name, not frame-tty-name.
5954 (selected-terminal): New function.
5955
5956 * server.el: Use `device' instead of `display' or `display-id' in
5957 variable and client parameter names.
5958 (server-select-display): Remove (unused).
5959 (server-tty-live-p, server-handle-delete-tty): Remove.
5960 (server-unquote-arg, server-quote-arg, server-buffer-clients):
5961 Update docs.
5962 (server-getenv-from, server-with-environment, server-send-string)
5963 (server-save-buffers-kill-terminal): New functions.
5964 (server-delete-client): Handle quits in kill-buffer. Don't kill
5965 modified buffers. Add extra logging. Delete frames after
5966 deleting the tty. Clear 'client parameter before deleting a frame.
5967 Use delete-display, not delete-tty.
5968 (server-visit-files): Don't set `server-existing-buffer' if the
5969 buffer already has other clients. Return list of buffers
5970 created. Update doc. Don't set client-record when nowait.
5971 (server-handle-delete-frame): Delete the client if this was its
5972 last frame. Check that the frame is alive. Remove bogus comment.
5973 Add note on possible race condition. Delete tty clients, if needed.
5974 (server-handle-suspend-tty): Use server-send-string. Kill the
5975 client in case of errors from process-send-string. Use the display
5976 parameter.
5977 (server-unload-hook): Remove obsolete delete-tty hook.
5978 (server-start): Ask before restarting if the old server still has
5979 clients. Add feedback messages. Remove obsolete delete-tty hook.
5980 (server-process-filter): Use server-send-string. Accept `-dir'
5981 command. Switch to *scratch* immediately after creating the frame,
5982 before evaluating any -evals. Protect `display-splash-screen'
5983 call in a condition-case. Explain why. Call
5984 `display-startup-echo-area-message' before
5985 `display-splash-screen'. Don't display the splash screen when no
5986 frame was created. Show the Emacs splash screen and startup echo
5987 area message. Display the *scratch* buffer by default. Store the
5988 local environment in a frame (not terminal) parameter. Do not try
5989 to decode environment strings. Fix reference to the 'display
5990 frame parameter. Change syntax of environment variables. Put
5991 environment into terminal parameters, not client parameters. Use
5992 a dummy client with --no-wait's X frames. In `-position LINE'
5993 handler, don't ruin the request string until the line number is
5994 extracted. Log opened files. Handle -current-frame command.
5995 Don't create frames when it is given. Don't bind X frames to the
5996 client when we are in -no-wait mode. Set locale environment
5997 variables from client while creating tty frames. Disable call to
5998 configure-display-for-locale. When processing -position command,
5999 don't change the request string until the parameters are
6000 extracted. Don't try to create an X frame when Emacs does not
6001 support it. Improve logging. Temporarily set ncurses-related
6002 environment variables to those of the client while creating a new
6003 tty frame. Select buffers opened by nowait clients, don't leave
6004 them buried under others. Set the display parameter, and use it
6005 when appropriate.
6006
6007 * startup.el (display-startup-echo-area-message): Handle
6008 `inhibit-startup-echo-area-message' here.
6009 (command-line-1): Moved from here.
6010 (fancy-splash-screens): Use `overriding-local-map' instead of
6011 `overriding-terminal-local-map' for now; the latter doesn't work
6012 right, it looses keypresses to another terminal. Use
6013 `overriding-terminal-local-map' to set up keymap. Install a
6014 `delete-frame-functions' hook to catch `delete-frame' events.
6015 Ignore `select-window' events to cope better with
6016 `focus-follows-mouse'. Don't switch back to the original buffer
6017 if the splash frame has been killed. Restore previous buffer, even
6018 if it's *scratch*.
6019 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6020 changes the global binding - setq it instead. Use
6021 `save-buffers-kill-terminal'.
6022 (display-splash-screen): Don't do anything if the splash screen is
6023 already displayed elsewhere.
6024 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6025 (command-line): Replace duplicated code with a call to
6026 tty-run-terminal-initialization. Don't load the terminal
6027 initialization file more than once. Remove call to nonexistent
6028 function `set-locale-translation-file-name'.
6029
6030 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6031 parameters.
6032 (xterm-mouse-position-function, xterm-mouse-event): Update.
6033 (xterm-mouse-mode): Don't depend on current value of window-system.
6034 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6035 Update for multi-tty.
6036 (turn-on-xterm-mouse-tracking-on-terminal)
6037 (turn-off-xterm-mouse-tracking-on-terminal)
6038 (xterm-mouse-handle-delete-frame): New functions.
6039 (delete-frame-functions, after-make-frame-functions)
6040 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6041 for multi-tty.
6042
6043 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * simple.el (invisible-p): Remove: implemented in C now.
6046 (line-move-invisible-p): Remove obsolete alias.
6047
6048 2007-08-28 Juri Linkov <juri@jurta.org>
6049
6050 * image-mode.el (image-type): New variable.
6051 (image-mode): Set default major mode name to "Image[text]".
6052 (image-minor-mode): Change LIGHTER to display image-type in the
6053 mode line.
6054 (image-minor-mode): Set default image-type to "text".
6055 (image-toggle-display): After switching to text mode, set
6056 image-type to "text" and major mode name to "Image[text]".
6057 After switching to image mode, set image-type to actual image
6058 type, and add image type to major mode name. Let-bind the same
6059 variable names as arguments of `image-type' and `create-image'.
6060 Bind `type' to the result of `image-type' and use it as arg
6061 of `create-image' to not determine the image type twice.
6062
6063 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6064
6065 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6066 (tramp-set-file-uid-gid, tramp-get-local-uid)
6067 (tramp-get-local-gid): New defuns.
6068 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6069 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6070 Improve fast track.
6071 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6072 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6073 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6074 (tramp-handle-write-region): Improve fast track.
6075 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6076 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6077 be nil.
6078
6079 2007-08-28 Ivan Kanis <apple@kanis.eu>
6080
6081 * time.el: New feature to display several time zones in a buffer.
6082 (display-time-world-mode, display-time-world-display)
6083 (display-time-world, display-time-world-timer): New functions.
6084 (display-time-world-list, display-time-world-time-format)
6085 (display-time-world-buffer-name, display-time-world-timer-enable)
6086 (display-time-world-timer-second, display-time-world-mode-map):
6087 New variables.
6088
6089 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6090
6091 * term/x-win.el (x-gtk-stock-map): New variable.
6092 (x-gtk-map-stock): New function.
6093
6094 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6095 prev/next-node.
6096
6097 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6098
6099 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6100
6101 2007-08-28 Glenn Morris <rgm@gnu.org>
6102
6103 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6104
6105 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6106
6107 * progmodes/modula2.el (m2-definition, m2-module):
6108 Don't use previous-line. Reported by T. V. Raman.
6109
6110 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6111
6112 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6113 argument to tool-bar-mode call.
6114
6115 2007-08-27 Glenn Morris <rgm@gnu.org>
6116
6117 * diff-mode.el (diff-find-file-name): Only accept regular files,
6118 to rule out /dev/null, directories, etc.
6119
6120 * vc-svn.el (vc-svn-diff): If the repository version of all the
6121 files is the same as the specified OLDVERS, do a local diff.
6122
6123 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6126 of buffers in uniquify-managed.
6127
6128 * simple.el (invisible-p): Rename from text-invisible-p.
6129 Update callers.
6130
6131 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6134 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6135 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6136 (cperl-etags-goto-tag-location): Use new style backquotes.
6137
6138 * net/browse-url.el: Remove spurious * in custom docstrings.
6139 (browse-url-filename-alist): Use new-style backquote.
6140
6141 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6142 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6143
6144 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6145 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6146
6147 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6148
6149 * net/socks.el (socks-username/password-auth-filter):
6150 Remove unused vars `state' and `desired-len'.
6151 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6152 (socks-wait-for-state-change): Use new-style backquotes.
6153
6154 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6155
6156 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6157 backquotes after each `read' rather than once per buffer.
6158
6159 * dframe.el: Remove spurious * in custom docstrings.
6160 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6161 (dframe-xemacs20p): Remove, inline at the sole use point.
6162 (defface): Don't defvar the face, don't use old-style backquote.
6163 (defcustom): Don't use old-style backquote.
6164 (dframe-frame-parameter, dframe-mouse-event-p):
6165 Make it obvious that it's always defined.
6166 (dframe-popup-kludge): New function to replace
6167 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6168 (dframe-frame-mode, dframe-set-timer-internal)
6169 (dframe-mouse-set-point): Remove use of with-no-warnings from
6170 XEmacs-specific code.
6171 (dframe-set-timer-internal): Fix very old bug with
6172 post-command-idle-hook.
6173
6174 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6175
6176 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6177
6178 * emacs-lisp/avl-tree.el: New file.
6179
6180 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6181
6182 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6183 was used.
6184
6185 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6186
6187 * complete.el (PC-do-completion): Make RET accept a non-unique but
6188 complete expansion again.
6189
6190 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6191
6192 * eshell/esh-opt.el (eshell-eval-using-options):
6193 Add debug declaration.
6194
6195 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6198 (log-view-get-marked): Likewise.
6199
6200 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6201 (vc-delete-automatic-version-backups): Likewise.
6202
6203 * vc.el (vc-dired-buffers-for-dir): Likewise.
6204
6205 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6206
6207 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6208 safe-local-variable setting.
6209 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6210
6211 * log-view.el (log-view-marked-list): Delete variable.
6212 (log-view-mode): Don't use it.
6213 (log-view-toggle-mark-entry): Likewise, simplify.
6214 (log-view-current-tag): Don't return properties.
6215 (log-view-get-marked): New function.
6216
6217 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6218
6219 * vc-git.el (vc-git-mode-line-string): New function.
6220
6221 2007-08-25 Alan Mackenzie <acm@muc.de>
6222
6223 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6224 new language variable.
6225
6226 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6227 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6228 "extern" etc., rather than BOI. Fix addition of spurious
6229 syntactic-symbol 'defun-block-intro, replacing it with
6230 'innamespace, etc.
6231
6232 2007-08-25 Juri Linkov <juri@jurta.org>
6233
6234 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6235
6236 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6237 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6238 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6239
6240 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6241 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6242 (image-type-auto-detectable): Add (svg . maybe).
6243
6244 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6245 to treat it like .tgz.
6246
6247 * calendar/cal-bahai.el: Add file coding cookie.
6248
6249 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6250
6251 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6252 Don't behave differently when executed via M-x. Add doc string.
6253
6254 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6255 safe-local-variable.
6256
6257 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6258
6259 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6260 the default value.
6261 (math-calendar-tzinfo): New variable.
6262 (math-get-calendar-tzinfo): New function.
6263 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6264 to get information when zone is nil.
6265
6266 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6267
6268 * log-view.el (log-view-toggle-mark-entry): New function.
6269 (log-view-mode-map): Bind it.
6270 (log-view-marked-list): New variable.
6271 (log-view-mode): Make it local.
6272
6273 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6274
6275 * play/zone.el (zone-pgm-rat-race): New func.
6276 (zone-programs): Add `zone-pgm-rat-race'.
6277
6278 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6281 a list.
6282
6283 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6284
6285 * progmodes/hideshow.el (hs-match-data): Delete alias.
6286 (hs-hide-block-at-point, hs-find-block-beginning)
6287 (hs-show-block): Use `match-data' directly.
6288
6289 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6290
6291 * format.el (format-alist): Fix typo in doc-string.
6292
6293 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6294
6295 * net/tramp.el (tramp-local-host-p): New defun.
6296 (tramp-handle-file-local-copy, tramp-handle-write-region):
6297 Implement fast track when being on the local host.
6298 (tramp-file-name-handler): Don't set "started" property. It shall
6299 be reserved for the "ftp" method.
6300 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6301
6302 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6303 (tramp-ftp-file-name-handler): Set "started" property.
6304
6305 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6306
6307 * files.el (backup-buffer-copy): Don't wrap delete in
6308 condition-case, only try to delete if file exists.
6309
6310 2007-08-24 Glenn Morris <rgm@gnu.org>
6311
6312 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6313
6314 * startup.el (tutorial-directory): Set with eval-at-startup so it
6315 gets the right value in an installed Emacs.
6316
6317 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6318
6319 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6320 (eldoc-highlight-function-argument): Use it.
6321
6322 2007-08-23 Masatake YAMATO <jet@gyve.org>
6323
6324 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6325 name of parameters in document body.
6326
6327 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6330 (byte-compile-output-as-comment): Use with-current-buffer rather than
6331 a weird set-buffer&prog1 combination.
6332
6333 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6334 test so as to optimise cases where the `progn's result is constant.
6335
6336 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6337
6338 * locate.el (locate-get-file-positions):
6339 Use line-beginning-position and line-end-position.
6340
6341 2007-08-23 John Wiegley <johnw@newartisans.com>
6342
6343 * calendar/cal-bahai.el: Added in the diacriticals that were
6344 missing for many of the month names.
6345
6346 2007-08-22 Jason Rumney <jasonr@gnu.org>
6347
6348 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6349
6350 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6351
6352 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6353
6354 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6355
6356 * dabbrev.el (dabbrev--progress-reporter): New variable.
6357 (dabbrev--scanning-message): Delete func.
6358 (dabbrev--find-expansion): Use a progress reporter
6359 instead of dabbrev--scanning-message.
6360
6361 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6362
6363 * comint.el (comint-exec-1): Raise an error if
6364 `start-file-process' does not return a process object.
6365
6366 * shell.el (shell): Prompt for `default-directory' if it is a
6367 remote file name, and if called with a prefix arg.
6368
6369 2007-08-22 Sam Steingold <sds@gnu.org>
6370
6371 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6372
6373 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6374
6375 * textmodes/org-export-latex.el: New file.
6376
6377 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6378
6379 * textmodes/org.el (org-agenda-skip): Allow a form for
6380 `org-agenda-skip-function'.
6381 (org-agenda-redo): Re-use local settings.
6382 (org-agenda): Store local settings.
6383 (org-agenda-deadline-faces): New option.
6384 (org-agenda-deadline-face): New function.
6385 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6386 entries on their due date.
6387 (org-agenda-get-timestamps): No longer handle the due dates of
6388 schedules and deadline items.
6389 (org-insert-link-global, org-open-at-point-global): New commands.
6390 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6391 :for-ascii parameter.
6392 (org-skip-comments): Function removed.
6393 (org-cleaned-string-for-export): Handle special table lines.
6394 (org-global-properties): New option.
6395 (org-entry-get-with-inheritance): Check global properties.
6396 (org-local-properties): New variable.
6397 (org-set-regexps-and-options): Find the #+PROPERTY line.
6398 (org-link-types): Change type into variable (was constant).
6399 (org-make-link-regexps): New function.
6400 (org-link-re-with-space, org-link-re-with-space2)
6401 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6402 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6403 these regular expressions happens now in the function
6404 `org-make-link-regexps'.
6405 (org-store-link): Call the functions in
6406 `org-store-link-functions'.
6407 (org-add-link-type): New function.
6408 (org-store-link-functions): New variable.
6409 (org-activate-tags): Force matches to be in headlines.
6410 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6411 (org-columns-display-here): Make sure this works in a narrowed
6412 buffer by checking for point-min.
6413 (org-columns-display-here): Make the rest of the line intangible,
6414 so that point never can be there.
6415 (org-cleaned-string-for-export): Use `with-current-buffer'.
6416 (org-replace-region-by-html): Use `with-current-buffer'.
6417 (org-unfontify-region, org-do-occur, org-columns-display-here)
6418 (org-columns-remove-overlays, org-columns-quit)
6419 (org-columns-edit-value, org-columns-next-allowed-value)
6420 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6421 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6422 (org-agenda-todo, org-agenda-change-all-lines)
6423 (org-agenda-align-tags, org-agenda-priority)
6424 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6425 (org-agenda-show-new-time, org-cleaned-string-for-export)
6426 (org-export-grab-title-from-buffer)
6427 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6428 instead of `buffer-read-only'.
6429 (org-export-as-html): Set `coding-system-for-write'.
6430 (org-remember-store-without-prompt): New option.
6431 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6432 (org-beginning-of-line): Also treat C-a special in items.
6433 (org-table-convert-refs-to-rc): Fixed problem with column
6434 reference after "..".
6435 (org-columns-compute): Don't mark buffer modified because of text
6436 properties.
6437 (org-batch-store-agenda-views): Use the variable
6438 `default-directory', not the function.
6439 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6440 (org-clock-out-when-done): New option.
6441 (org-html-entities): Added HTML entities for smileys.
6442
6443 2007-08-22 Glenn Morris <rgm@gnu.org>
6444
6445 * image.el (create-image): Doc fix.
6446
6447 * startup.el (tutorial-directory): New constant.
6448 (fancy-splash-text): Tutorials now in tutorial-directory.
6449 * tutorial.el (help-with-tutorial): Tutorials now in
6450 tutorial-directory.
6451
6452 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6455 otherwise.
6456 (tramp-get-remote-path): New defun. Replace occurrences of
6457 `tramp-default-remote-path' by this function.
6458 (tramp-set-remote-path): Move most of the code to
6459 `tramp-get-remote-path'.
6460 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6461 existing directories, this is done already in
6462 `tramp-get-remote-path'.
6463
6464 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6465
6466 * image-file.el (image-file-name-extensions): Add "svg".
6467 * image.el (image-type-header-regexps): Add svg entry.
6468
6469 2007-08-22 Glenn Morris <rgm@gnu.org>
6470
6471 * files.el (backup-buffer-copy): Check backup directory is
6472 writable, to avoid infloop deleting old backup.
6473
6474 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6475 movemail related variables.
6476 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6477 will now be set before this is called.
6478
6479 2007-08-21 Juri Linkov <juri@jurta.org>
6480
6481 * delsel.el (delete-selection-pre-hook):
6482 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6483 instead of checking last-command.
6484
6485 2007-08-21 Juri Linkov <juri@jurta.org>
6486
6487 * loadup.el: Preload "button".
6488
6489 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6492 Add previous-line and next-line.
6493
6494 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6495 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6496
6497 * vc-hooks.el (vc-menu-entry): New var.
6498 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6499 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6500 (vc-menu-map): Declare and initialize in one step.
6501 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6502
6503 * menu-bar.el (vc-menu-map): Don't setup any more.
6504 Instead, just create the proper spot in the menu.
6505
6506 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * smerge-mode.el (smerge-resolve): New arg `safe'.
6509 (smerge-resolve-all, smerge-batch-resolve): New function.
6510 (smerge-refine): Make sure `diff' returns the expected result.
6511 (smerge-parsep-re): New const.
6512 (smerge-mode): Use it to adjust paragraph-separate.
6513
6514 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6515 Correctly match / regexp matchers as first char on a line when
6516 fontifying only that line.
6517
6518 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6519
6520 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6523 (vc-bzr-registered): Don't redundantly protect against
6524 file-error. Actually use the format-specific code.
6525 (vc-bzr-buffer-nonblank-p): Remove.
6526 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6527
6528 2007-08-20 Juri Linkov <juri@jurta.org>
6529
6530 * startup.el (fancy-splash-text): Change multiple tabs into one
6531 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6532 and "Recover Crashed Session").
6533 (fancy-splash-screens): Set tab-width to 22.
6534 (normal-splash-screen): Replace literal tabs with \t and
6535 fix whitespace. Remove "Useful File menu items" section (with
6536 "Exit Emacs" and "Recover Crashed Session").
6537
6538 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6539
6540 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6541 extracted from `eval-last-sexp-1'.
6542 (eval-last-sexp-1): Call `preceding-sexp'.
6543
6544 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6545
6546 * vc-rcs.el (vc-rcs-annotate-command):
6547 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6548 Add back :vc-annotate-prefix propertization.
6549
6550 2007-08-20 Andreas Schwab <schwab@suse.de>
6551
6552 * mail/rmail.el (rmail-autodetect): Doc fix.
6553
6554 2007-08-19 Juri Linkov <juri@jurta.org>
6555
6556 * startup.el (normal-splash-screen): Add more links.
6557
6558 2007-08-19 Juri Linkov <juri@jurta.org>
6559
6560 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6561 because it's common to both types of splash screen: fancy and normal.
6562 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6563 (exit-splash-screen): Rename from `fancy-splash-quit'.
6564 Use `quit-window' instead of `kill-buffer'.
6565 (fancy-splash-head): Use make-button to insert GNU image link.
6566 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6567 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6568 (normal-splash-screen): Put "Browse manuals" on the same line with
6569 "Emacs manual". Remove descriptions from "Useful tasks" and put
6570 all links in two columns on two lines.
6571
6572 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6573
6574 * emulation/viper.el (viper-remove-hooks): Remove some additional
6575 viper hooks when the user calls viper-go-away.
6576 (viper-go-away): Restore the default of default-major-mode.
6577 Save the value of default-major-mode before vaperization.
6578
6579 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6580
6581 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6582
6583 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6584 buffer for which file is created.
6585
6586 2007-08-19 Glenn Morris <rgm@gnu.org>
6587
6588 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6589 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6590 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6591 shadow files messing up the compilation.
6592
6593 2007-08-18 Glenn Morris <rgm@gnu.org>
6594
6595 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6596 string. Also apply eldoc-argument-case in the help-split-fundoc
6597 case. Adapt for changed behavior of eldoc-function-argstring,
6598 eldoc-function-argstring-format, and
6599 eldoc-highlight-function-argument.
6600 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6601 just call eldoc-docstring-format-sym-doc in that case.
6602 (eldoc-function-argstring): Change the behavior. Now it converts
6603 an argument list to a string.
6604 (eldoc-function-argstring-format): Change the behavior. Now it
6605 applies `eldoc-argument-case' to a string.
6606
6607 * progmodes/scheme.el (scheme-mode-variables): Set
6608 font-lock-comment-start-skip.
6609
6610 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6611
6612 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6613 set-syntax-table from here to ...
6614 (ada-mode): ... here. Do not change global value of
6615 comment-multi-line. Call new function
6616 ada-initialize-syntax-table-properties and add new function
6617 ada-handle-syntax-table-properties to font-lock-mode-hook.
6618 (ada-deactivate-properties, ada-initialize-properties): Replace
6619 by new functions ...
6620 (ada-handle-syntax-table-properties)
6621 (ada-initialize-syntax-table-properties)
6622 (ada-set-syntax-table-properties): ... to set up syntax-table
6623 properties uniformly, independently from whether font-lock-mode
6624 is enabled or not. Handle read-only buffers and do not change
6625 undo-list when setting syntax-table properties.
6626 (ada-after-change-function): Use ada-set-syntax-table-properties.
6627
6628 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6629
6630 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6631 (meta-indent-current-nesting): Use a computation of the nesting
6632 instead.
6633 (meta-indent-current-indentation): Indentation is given according
6634 to nesting and if the previous line was finished or not.
6635 (meta-indent-unfinished-line): Tell if the current line ends with
6636 a finished expression.
6637 (meta-indent-looking-at-code): Like `looking-at', but checks if
6638 the point is in a string before.
6639 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6640 done in the nesting function.
6641 (meta-indent-in-string-p): Tell if the current point is in a
6642 string.
6643 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6644 previous functions.
6645
6646 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6647
6648 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6649 (copyright-update-year, copyright-update)
6650 (copyright-fix-years): Use it.
6651
6652 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6653
6654 * emacs-lisp/copyright.el (copyright-update-year):
6655 Fix bug: Handle nil copyright-limit.
6656
6657 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6658
6659 * calc/calc-units.el (math-standard-units): Give exact
6660 conversion for tsp.
6661
6662 * calc/calc.el (math-bignum-digit-length): Compute the
6663 appropriate value.
6664
6665 * calc/calc-bin.el (math-bignum-logb-digit-size)
6666 (math-bignum-digit-power-of-two):
6667 * calc/calc-comb.el (math-small-factorial-table):
6668 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6669 (math-approx-gamma-const):
6670 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6671 (math-besY1, math-bernoulli-b-cache):
6672 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6673 Remove `eval-when-compile's.
6674
6675 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6676
6677 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
6678 (cperl-find-pods-heres): Fix an error when typing expressions like
6679 `s{a}{b}'.
6680
6681 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6682
6683 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
6684 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6685 a special case (there's no build number).
6686
6687 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6688
6689 * completion.el (symbol-under-point, symbol-before-point)
6690 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
6691
6692 2007-08-17 Glenn Morris <rgm@gnu.org>
6693
6694 * progmodes/compile.el (compilation-get-file-structure): Make use
6695 of the directory part when checking for an existing entry, to
6696 handle files with same basename in different directories.
6697
6698 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6699
6700 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6701
6702 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6703
6704 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
6705 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6706 (ps-paragraph-spacing): Docstring fix.
6707
6708 2007-08-16 Glenn Morris <rgm@gnu.org>
6709
6710 * ps-print.el (ps-font-size): Doc fix.
6711
6712 2007-08-16 Richard Stallman <rms@gnu.org>
6713
6714 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6715
6716 2007-08-15 Juri Linkov <juri@jurta.org>
6717
6718 * startup.el (initialization): Change parent group from `internal'
6719 to `environment'.
6720 (initial-buffer-choice): New variable.
6721 (command-line): Revert 2007-07-02 change that sets
6722 buffer-offer-save in *scratch* and enables auto-save in it.
6723 (fancy-splash-text): Add links to existing items. Add new items
6724 with links for useful tasks. Move information about Control-g to
6725 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6726 (fancy-splash-keymap): New variable.
6727 (fancy-splash-last-input-event): Remove variable.
6728 (fancy-splash-insert): Add processing of `:link' element.
6729 (fancy-splash-head): Replace "Type Control-l to begin editing"
6730 with "Type `q' to exit".
6731 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6732 (fancy-splash-default-action, fancy-splash-special-event-action):
6733 Remove functions.
6734 (fancy-splash-quit): New function.
6735 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6736 `static' and reverse the condition of its usage. Don't preserve
6737 original values of `minor-mode-map-alist',
6738 `emulation-mode-map-alists', `special-event-map'.
6739 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6740 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6741 Remove processing of special events. Use local key map
6742 `fancy-splash-keymap'. Set buffer to read-only.
6743 (normal-splash-screen): Rename input arg from `hide-on-input' to
6744 `static' and reverse the condition of its usage.
6745 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6746 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6747 Add links to existing items. Add new items with links for useful
6748 tasks. Use local key map `fancy-splash-keymap'.
6749 (display-splash-screen): Rename input arg from `hide-on-input' to
6750 `static'.
6751 (about-emacs): Add alias to display-splash-screen.
6752 (command-line-1): Use `initial-buffer-choice'.
6753
6754 * menu-bar.el (menu-bar-help-menu):
6755 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
6756 item to about-emacs instead of display-splash-screen.
6757
6758 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6759
6760 * calc/calc-units.el (math-standard-units): Update values.
6761 Put in exact, rational values when possible.
6762 (math-unit-prefixes): Replace floats with powers of ten.
6763 (math-standard-units-systems): Replace floats with integers.
6764 (math-make-unit-string): Remove extra spaces in output.
6765
6766 2007-08-15 Glenn Morris <rgm@gnu.org>
6767
6768 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
6769 sloppier, for the sake of GNU Mailman.
6770 (rmail-digest-rfc1153): Initialize `result' correctly.
6771
6772 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6773
6774 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
6775 in the mail title. Suggested by Reiner Steib.
6776
6777 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
6778
6779 * calc/calc-aent.el (calc-do-quick-calc): Add binary
6780 representation of integers to the list of outputs.
6781
6782 2007-08-14 Glenn Morris <rgm@gnu.org>
6783
6784 * simple.el (bad-packages-alist): New constant.
6785 (bad-package-check): New function. Together, these two add elements
6786 to `after-load-alist' to check for problematic external packages.
6787 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
6788
6789 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6790
6791 * calc/calc-units.el (math-get-standard-units)
6792 (math-get-units, math-make-unit-string)
6793 (math-get-default-units, math-put-default-units): New functions.
6794 (math-default-units-table): New variable.
6795 (calc-convert-units, calc-convert-temperature): Add machinery
6796 to supply default values.
6797
6798 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
6801 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
6802 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
6803 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
6804
6805 * emulation/tpu-extras.el: Remove spurious * in docstrings.
6806 Put its autoloads into tpu-edt.el rather than loaddefs.el.
6807 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
6808 Make into a proper minor-mode.
6809 (tpu-backward-char, tpu-next-line, tpu-previous-line)
6810 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
6811 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
6812 (tpu-set-cursor-free, tpu-set-cursor-bound):
6813 Delegate to tpu-cursor-free-mode.
6814 (tpu-next-line, tpu-previous-line, tpu-forward-line)
6815 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
6816 Use line-move or forward-line instead of next-line-internal.
6817
6818 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
6821
6822 2007-08-12 Richard Stallman <rms@gnu.org>
6823
6824 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
6825 (cvs-execute-single-file): Use new name split-string-and-unquote.
6826 (cvs-header-msg): Use new name combine-and-quote-strings.
6827
6828 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
6829
6830 * progmodes/gud.el (gud-common-init): Use new name
6831 split-string-and-unquote.
6832
6833 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
6834 in javac regexp.
6835
6836 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
6837 combine-and-quote-strings and split-string-and-unquote.
6838
6839 * subr.el (combine-and-quote-strings): Rename from strings->string.
6840 (split-string-and-unquote): Rename from string->strings.
6841
6842 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
6845 to buffer-local settings.
6846
6847 * emacs-lisp/backquote.el (backquote-delay-process): New function.
6848 (backquote-process): Add internal arg `level'. Use the two to
6849 correctly handle nested backquotes.
6850
6851 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
6852
6853 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6854 (vc-bzr-state-words): Add "kind changed" state word.
6855 (vc-bzr-status): New function. Return Bzr idea of file status,
6856 which is different from VC's.
6857 (vc-bzr-state): Use vc-bzr-status.
6858 (vc-workfile-unchanged-p): Use vc-bzr-status.
6859 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6860 (vc-dired-state): Process "kind changed" state word.
6861
6862 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6865
6866 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6867 Move from vc-default-find-file-not-found-hook.
6868
6869 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * man.el: Remove spurious * in docstrings.
6872 Merge defvars and toplevel setq-defaults.
6873 (Man-highlight-references0): Limit=nil rather than point-max.
6874 (Man-mode-map): Move initialization into the declaration.
6875 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6876 (Man-view-header-file): Use expand-file-name rather than concat.
6877 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6878
6879 * man.el (Man-next-section): Make sure we do not move backward.
6880
6881 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * files.el (auto-mode-alist): Use the purecopied text (duh!).
6884
6885 2007-08-08 Glenn Morris <rgm@gnu.org>
6886
6887 * Replace `iff' in doc-strings and comments.
6888
6889 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6890
6891 * dired.el (dired-pop-to-buffer):
6892 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6893 * calendar/calendar.el (generate-calendar-window):
6894 * progmodes/compile.el (compilation-set-window-height):
6895 * textmodes/two-column.el (2C-two-columns, 2C-merge):
6896 Use window-full-width-p instead of comparing frame-width and
6897 window-width.
6898
6899 * progmodes/compile.el (compilation-find-buffer): Remove extra
6900 argument in call to compilation-buffer-internal-p.
6901
6902 2007-08-07 Tom Tromey <tromey@redhat.com>
6903
6904 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6905 Add safe-local-variable property.
6906
6907 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * image-mode.el (image-toggle-display): Use image-refresh.
6910
6911 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
6912
6913 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6914 unofficial version.
6915 (vc-bzr-command): Remove redundant setting of process-connection-type.
6916 (vc-bzr-admin-checkout-format-file): Add autoload.
6917 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6918 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6919 (vc-bzr-registered): Compare dirstate format tag with known good
6920 value, abort parsing if match fails. Warn user in docstring.
6921 (vc-bzr-workfile-version): Case for different Bzr branch formats.
6922 See bzrlib/branch.py in Bzr sources.
6923 (vc-bzr-diff): First argument FILES may be a string rather than a list.
6924 (vc-bzr-shell-command): Remove in favor of
6925 vc-bzr-command-discarding-stderr.
6926 (vc-bzr-command-discarding-stderr): New function.
6927
6928 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
6929
6930 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
6931 program, and return nil.
6932 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6933 (vc-bzr-state): Look for path names relative to the repository
6934 root after status keyword.
6935 (vc-bzr-file-name-relative): New function.
6936 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
6937 depend on it.
6938 (vc-bzr-admin-dirname, ...-checkout-format-file)
6939 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
6940 files that we now parse directly for speed.
6941 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
6942 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
6943 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
6944 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
6945 Bzr warnings, so we must discard it.
6946 (vc-bzr-workfile-version): Speedup counting lines from
6947 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
6948 if that file doesn't exist.
6949 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
6950 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
6951 to `vc-directory-exclusion-list'.
6952 (vc-bzr-shell-command): New function.
6953
6954 2007-08-06 Tom Tromey <tromey@redhat.com>
6955
6956 * diff-mode.el (diff-unified->context, diff-reverse-direction)
6957 (diff-fixup-modifs): Typo in docstring.
6958
6959 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
6962 count-screen-lines.
6963 (tpu-edt-off): Disable relevant pieces of advice.
6964
6965 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6966 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
6967 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6968 redefining the function.
6969 (tpu-set-scroll-margins): Activate the pieces of advice.
6970
6971 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6972
6973 * help.el (resize-temp-buffer-window): Use window-full-width-p
6974 instead of comparing frame-width and window-width.
6975
6976 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
6977
6978 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6979 optional quotes around files in NEED-UPDATE . REMOVED case.
6980
6981 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6982 (ada-treat-cmd-string): Improve error message.
6983 (ada-do-file-completion): Call `ada-require-project-file', so
6984 project variables are set properly.
6985 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6986 (ada-gnatfind-buffer-name): New constant.
6987 (ada-find-any-references): Use new constant. Set buffer name
6988 properly in compilation-start. Toggle read-only properly.
6989 (ada-find-in-src-path): Fix spelling error in docstring.
6990
6991 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6992 by zero error.
6993
6994 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6997
6998 2007-08-12 Richard Stallman <rms@gnu.org>
6999
7000 * progmodes/sh-script.el (sh): Delete group `unix'.
7001
7002 * progmodes/gud.el (gud): Change to group `processes'.
7003
7004 2007-08-11 Glenn Morris <rgm@gnu.org>
7005
7006 * progmodes/compile.el (compilation-buffer-name): Don't check
7007 compilation-arguments. It is superfluous, and the variable isn't
7008 even set when this function is called.
7009
7010 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7011
7012 * term/mac-win.el (mac-ae-reopen-application): New function.
7013 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7014
7015 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7018 take tex-font-script-display into account.
7019 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7020 cell to a list of 2 elements to simplify the unfontify code.
7021
7022 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7023
7024 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7025 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7026 ps-print-color-p is neither nil nor black-white. Reported by Christian
7027 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7028
7029 2007-08-08 Andreas Schwab <schwab@suse.de>
7030
7031 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7032 self-insert-command, not self-insert.
7033
7034 2007-08-08 Glenn Morris <rgm@gnu.org>
7035
7036 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7037 argument optional, for backwards compatibility, and only highlight
7038 args when present. Fix symbol name typo (doc/args).
7039
7040 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7041 rather than just `-'.
7042
7043 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7044
7045 * calc/calc-units.el (calc-convert-temperature):
7046 Use `/' to create fractions.
7047
7048 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7049
7050 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7051 global matching.
7052 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7053 ERROR-BUFFER more robust. Display output.
7054 (tramp-file-name-handler): Add a connection property when we found
7055 a foreign file name handler. This allows backends like ftp to
7056 profit also from usr/host name completion based on connection
7057 cache.
7058 (tramp-send-command-and-read): Search for trash after the regexp
7059 until eol only. In XEmacs, there is a problem with \n.
7060
7061 * net/tramp-cache.el (top): Read persistent connection history
7062 when cache is empty.
7063
7064 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7065
7066 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7067 resulting output.
7068
7069 2007-08-07 Sam Steingold <sds@gnu.org>
7070
7071 * progmodes/compile.el (compilation-start): Pass nil as startfile
7072 to comint-exec.
7073
7074 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * longlines.el (longlines-decoded): New variable.
7077 (longlines-mode): Avoid encoding or decoding the buffer twice.
7078
7079 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7080
7081 * format.el (format-insert-file): Make sure that at most one undo
7082 entry is recorded for the insertion. Inhibit point-motion and
7083 modification hooks around call to insert-file-contents.
7084
7085 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7088 Select the buffer's window before moving point.
7089
7090 2007-08-07 Richard Stallman <rms@gnu.org>
7091
7092 * term.el (term): Remove parent group `unix'.
7093
7094 * simple.el (default-indent-new-line): New function.
7095 It calls comment-line-break-function if there are comments.
7096 (do-auto-fill): Use that.
7097
7098 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7099
7100 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7101 (PC-do-completion): Add "acronym completion" for symbols and
7102 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7103
7104 2007-08-06 Sam Steingold <sds@gnu.org>
7105
7106 * mouse.el (mouse-buffer-menu): Pass mode-name through
7107 format-mode-line because it may be a list,
7108 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7109
7110 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7111
7112 * printing.el (pr-update-menus): Docstring fix.
7113
7114 2007-08-06 Jason Rumney <jasonr@gnu.org>
7115
7116 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7117
7118 * vc-hooks.el (vc-call): Add doc string.
7119
7120 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7121
7122 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7123 process-filter.
7124
7125 2007-08-06 Kenichi Handa <handa@m17n.org>
7126
7127 * international/quail.el: Wrap (require 'help-mode) by
7128 eval-when-compile.
7129 (quail-help-init): New function.
7130 (quail-help): Call quail-help-init.
7131 (quail-store-decode-map-key): Change it to a function.
7132
7133 2007-08-05 Jason Rumney <jasonr@gnu.org>
7134
7135 * vc.el (vc-rollback): Add norevert argument back.
7136 (vc-revert-buffer): Add back as obsolete alias.
7137
7138 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7139
7140 * term.el: Honor term-default-fg-color and term-default-bg-color
7141 settings when modifying term-current-face.
7142 (term-default-fg-color, term-default-bg-color): Initialize from
7143 default term-current-face.
7144 (term-mode, term-reset-terminal): Set term-current-face with
7145 term-default-fg-color and term-default-bg-color.
7146 (term-handle-colors-array): term-current-face has term-default-fg-color
7147 and term-default-bg-color after reset escape sequence.
7148 (term-handle-colors-array): Set term-current-color with
7149 term-default-fg/bg-color instead of ansi-term-color-vector when the
7150 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7151
7152 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7153
7154 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7155 (math-nlfit-givens): Let bind free variables.
7156
7157 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7158
7159 * printing.el: Require lpr and ps-print when loading printing package.
7160 Reported by Glenn Morris <rgm@gnu.org>.
7161
7162 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7163
7164 * files.el (set-auto-mode): Handle also remote files wrt
7165 `auto-mode-alist'.
7166
7167 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7168
7169 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7170 curves and plotting.
7171
7172 * calc/calc-nlfit.el: New file.
7173
7174 2007-08-04 Glenn Morris <rgm@gnu.org>
7175
7176 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7177 zero, not nil, when the library is first loaded. Check for a file
7178 that has been modified on disk.
7179
7180 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7181 Remove duplicate defvar preventing initialization.
7182 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7183
7184 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7187 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7188 may match up to 4 lines.
7189 (diff-beginning-of-file-and-junk): Rewrite.
7190
7191 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7192
7193 * printing.el: Evaluate require only during compilation.
7194 (pr-version): New version 6.9.1.
7195 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7196 (pr-global-menubar): Fix code.
7197
7198 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7199
7200 * term.el (term-erase-in-display): Fix case when point is not at
7201 the beginning of the line.
7202
7203 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7204
7205 * calc/calc-ext.el (math-get-value, math-get-sdev)
7206 (math-contains-sdev): New functions.
7207
7208 * calc/calc-graph.el (calc-graph-format-data)
7209 (calc-graph-add-curve): Check for error forms.
7210 (calc-graph-set-styles): Add option for error forms.
7211
7212 2007-08-03 Miles Bader <miles@gnu.org>
7213
7214 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7215 backend names for new backends to `Git', `Hg', and `Bzr'.
7216 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7217 not `HG'.
7218 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7219 name, not `GIT'.
7220 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7221 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7222
7223 2007-08-03 Richard Stallman <rms@gnu.org>
7224
7225 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7226 to update deleted flag.
7227
7228 * cus-edit.el (customize-apropos, customize-apropos-options)
7229 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7230
7231 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7232
7233 * startup.el (fancy-splash-head, startup-echo-area-message):
7234 Change message text.
7235
7236 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7237 All callers use line-move.
7238
7239 * progmodes/compile.el (compilation-find-buffer): Return current
7240 buffer immediately if suitable.
7241 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7242
7243 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7244
7245 * faces.el (face-normalize-spec): New function.
7246 (frame-set-background-mode): Normalize face-spec before calling
7247 face-spec-match-p.
7248
7249 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * server.el (server-window): Add switch-to-buffer-other-frame option.
7252
7253 2007-08-03 Glenn Morris <rgm@gnu.org>
7254
7255 * cus-edit.el (customize-apropos): Make the error message indicate
7256 what kind of thing the user was trying to customize.
7257
7258 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7259
7260 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7261 Fix off-by-one error in previous change.
7262
7263 2007-08-03 Drew Adams <drew.adams@oracle.com>
7264
7265 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7266 Make buffer writable.
7267
7268 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7269
7270 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7271 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7272 Use native Emacs functions, when appropriate.
7273
7274 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7275 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * vc.el: Document new VC operation `extra-menu'.
7278
7279 * vc-hooks.el (vc-default-extra-menu): New function.
7280
7281 * menu-bar.el (menu-bar-vc-filter): New function.
7282 (menu-bar-tools-menu): Use it as a filter.
7283
7284 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7285
7286 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7287
7288 2007-08-01 Glenn Morris <rgm@gnu.org>
7289
7290 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7291 strings.
7292 (fortran-tab-mode-default): Remove needless autoload.
7293 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7294 mark as risky.
7295 (fortran-line-length): New buffer-local variable, safe if integer.
7296 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7297 Change from variables to constants.
7298 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7299 replace with a new function definition.
7300 (fortran-mode): Use fortran-line-length, and
7301 fortran-font-lock-syntactic-keywords as a function. Add a
7302 hack-local-variables-hook function.
7303 (fortran-line-length, fortran-hack-local-variables): New functions.
7304 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7305 Use fortran-line-length rather than 72.
7306 (fortran-window-create-momentarily): Doc fix.
7307
7308 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7309
7310 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7311 Fix parent groups link.
7312
7313 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7314
7315 * progmodes/python.el (python-current-defun): Adjust to never fall
7316 into infinite loop.
7317
7318 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7321
7322 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7323
7324 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7325 (copyright-fix-years, copyright): Correctly handle the case where
7326 copyright-limit is nil.
7327
7328 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7329
7330 * progmodes/python.el (run-python): Fix path separator under w32.
7331
7332 2007-07-30 Richard Stallman <rms@gnu.org>
7333
7334 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7335 Treat non-break space as whitespace in Lisp.
7336
7337 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * vc.el (vc-dired-hook): Use inhibit-read-only.
7340
7341 * progmodes/compile.el (compilation-forget-errors):
7342 Reset compilation-auto-jump-to-next.
7343
7344 2007-07-30 Michael Olson <mwolson@gnu.org>
7345
7346 * cus-edit.el (custom-group-save): Fix void function definition
7347 error. Thanks to Zhang Wei for the report.
7348
7349 * ps-print.el: Check in trivial changes to the autoloads section
7350 caused by the build process. These autoloads really ought to be
7351 placed in a separate file, methinks.
7352
7353 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * calendar/calendar.el (calendar-mode): Make sure
7356 displayed-(month|year) are set.
7357 (calendar-basic-setup): Display buffer before adjusting window sizes.
7358 (generate-calendar-window): Use inhibit-read-only. Simplify.
7359 Generate buffer and set displayed-month and displayed-year before
7360 calling update-calendar-mode-line.
7361
7362 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * net/tramp.el:
7365 * net/tramp-uu.el:
7366 * net/trampver.el: Use utf-8 encoding with coding cookie.
7367
7368 * net/tramp-cache.el:
7369 * net/tramp-fish.el:
7370 * net/tramp-ftp.el:
7371 * net/tramp-gw.el:
7372 * net/tramp-smb.el: Remove coding cookie.
7373
7374 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7375 Flush buffer file-name's file property.
7376 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7377
7378 * net/trampver.el: Update release number.
7379
7380 2007-07-29 Juri Linkov <juri@jurta.org>
7381
7382 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7383 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7384 when major-mode is not dired-mode.
7385 (dired-toggle-read-only): New function.
7386 (dired-recursive-deletes): Remove obsolete comments about old
7387 default value.
7388 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7389
7390 * wdired.el (wdired-exit): New function.
7391 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7392
7393 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * cus-edit.el (customize-read-group): New fun.
7396 (customize-group-other-window, customize-face-other-window):
7397 Prompt before delegating to customize-(group|face).
7398 Bind pop-up-windows rather than use the other-window argument.
7399 (customize-group, customize-face): Prompt from the interactive spec.
7400 Remove args `prompt-for-group' and `other-window'.
7401
7402 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7403 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7404 last change.
7405
7406 2007-07-28 Masatake YAMATO <jet@gyve.org>
7407
7408 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7409 Use backend name as the menu label. Suggested by David Kastrup.
7410
7411 2007-07-28 Alan Mackenzie <acm@muc.de>
7412
7413 Fix problem with modes derived from CC Mode:
7414 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7415 macro to cc-langs.
7416 (c-init-language-vars-for): Remove call to above macro.
7417 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7418 been moved to here.
7419 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7420
7421 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7422
7423 * net/trampver.el: Fix the `coding' cookie.
7424
7425 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7426
7427 * vc-git.el (vc-git-print-log): Support both the old single file
7428 interface and the new one.
7429
7430 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7431
7432 * bindings.el (mode-line-remote): Use updated %@ construct.
7433
7434 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7437 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7438 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7439 (diary-list-bahai-entries, diary-bahai-mark-entries)
7440 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7441 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7442 New names to clean up namespace.
7443 (list-bahai-diary-entries, mark-bahai-diary-entries)
7444 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7445 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7446 Add compatibility aliases.
7447
7448 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7449
7450 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7451 (calendar-scroll-left-three-months)
7452 (calendar-scroll-right-three-months): Clean up namespace.
7453 (scroll-calendar-left, scroll-calendar-right)
7454 (scroll-calendar-left-three-months)
7455 (scroll-calendar-right-three-months): Add compatibility aliases.
7456
7457 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7458 Behave like mouse-scroll-calendar-* when used from the mouse.
7459
7460 * calendar/cal-menu.el (cal-menu-scroll-menu)
7461 (cal-menu-global-mouse-menu):
7462 * calendar/calendar.el (calendar-mode-map):
7463 Use new calendar-scroll-* names.
7464 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7465 Remove. Use calendar-scroll-* directly instead.
7466
7467 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7470 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7471 (ad-make-advised-definition, ad-cache-id-verification-code):
7472 Use commandp and interactive-form instead.
7473
7474 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7475
7476 * vc-git.el: Relicense to GPLv3 or later.
7477 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7478
7479 * vc-hooks.el (vc-handled-backends): Add GIT.
7480
7481 * vc.el (vc-directory-exclusion-list): Add .git.
7482
7483 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7484
7485 * vc-git.el (vc-git-revision-table)
7486 (vc-git-revision-completion-table): New functions.
7487
7488 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7489
7490 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7491 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7492 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7493 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7494 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7495 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7496 New command actions for EPS header and EPS footer.
7497
7498 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7499 footer. Fix some problems with one-or-more, zero-or-more and
7500 alternative constructions generation. Some log messages
7501 implementation. Doc fix.
7502 (ebnf-version): New version 4.4.
7503 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7504 (ebnf-eps-footer, ebnf-log): New options.
7505 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7506 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7507 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7508 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7509 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7510 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7511 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7512 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7513 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7514 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7515 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7516 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7517 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7518 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7519 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7520 (ebnf-except-dimension, ebnf-alternative-dimension)
7521 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7522 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7523 message fun.
7524 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7525 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7526 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7527 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7528 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7529 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7530 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7531 compatibility with Emacs 20 & 21.
7532 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7533 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7534 (ebnf-basic-empty-height): New vars.
7535 (ebnf-prologue): Fix PostScript code.
7536 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7537 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7538 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7539 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7540
7541 2007-07-25 Glenn Morris <rgm@gnu.org>
7542
7543 * Relicense all FSF files to GPLv3 or later.
7544
7545 * COPYING: Switch to GPLv3.
7546
7547 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7550 Replace it with another one which disables undo before calling
7551 erase-buffer and then turns it back on if needed.
7552
7553 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7554
7555 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7556
7557 2007-07-24 Glenn Morris <rgm@gnu.org>
7558
7559 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7560 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7561 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7562 (cal-tex-cursor-week, cal-tex-cursor-week2)
7563 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7564 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7565 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7566 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7567
7568 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * calendar/calendar.el (calendar-mode-map): Move initialization
7571 into declaration. Add menu bindings (used to be done in cal-menu).
7572 (calendar-mode): Don't add an activate-menubar-hook.
7573
7574 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7575 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7576 can be used on the menu entries.
7577 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7578 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7579 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7580 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7581 (calendar-flatten, cal-menu-update): Remove.
7582 (calendar-mouse-insert-hebrew-diary-entry)
7583 (calendar-mouse-insert-islamic-diary-entry)
7584 (calendar-mouse-insert-bahai-diary-entry):
7585 Remove (fold into cal-menu-diary-menu).
7586 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7587 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7588 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7589 (calendar-mouse-view-diary-entries): Minor simplifications.
7590 (calendar-event-to-date): Use with-current-buffer.
7591
7592 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * add-log.el (change-log-redate): Remove (not needed anymore and
7595 doesn't appear to work).
7596
7597 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * frame.el: Use mapc and dolist instead of mapcar where possible.
7600 (close-display-connection): New command.
7601
7602 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7603
7604 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7605 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7606
7607 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7608
7609 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7610
7611 * ps-mule.el: Doc fix.
7612 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7613 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7614
7615 2007-07-25 Glenn Morris <rgm@gnu.org>
7616
7617 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7618 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7619 (cal-tex-daily-end, cal-tex-hook)
7620 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7621 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7622 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7623 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7624 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7625 (cal-tex-day-prefix, cal-tex-day-name-format)
7626 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7627 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7628 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7629 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7630 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7631 etc, rather than \bf.
7632 (cal-tex-mini-calendar): Fix typos in previous change.
7633 (cal-tex-latexify-list): Remove inner let binding.
7634 (cal-tex-end-document, cal-tex-banner): Use multi-line
7635 cal-tex-comment.
7636 (cal-tex-comment): Handle embedded newlines.
7637 (cal-tex-LaTeXify-string): Use substring-no-properties.
7638
7639 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7640
7641 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7642 Add support for the Maden build tool.
7643
7644 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7645
7646 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7647
7648 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7651
7652 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7653
7654 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7655 C-x C-q.
7656
7657 * vc-git.el (vc-git-print-log): Fix previous change.
7658
7659 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * window.el (save-selected-window): Minor optimization.
7662 (bw-adjust-window): If operation failed, try with a smaller delta.
7663 (window-fixed-size-p): New function.
7664 (window-area-factor): New var.
7665 (balance-windows-area): New command.
7666
7667 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7668 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7669 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7670 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7671 (ps-mule-begin-job): Use dolist.
7672
7673 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7674
7675 * subr.el (start-file-process-shell-command)
7676 (process-file-shell-command): New defuns.
7677
7678 * progmodes/compile.el (compilation-start):
7679 Apply `start-file-process-shell-command'.
7680
7681 2007-07-24 Alexandre Julliard <julliard@winehq.org>
7682
7683 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7684
7685 2007-07-24 Alan Mackenzie <acm@muc.de>
7686
7687 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7688 Initialise byte-compile-unresolved-functions before rather than
7689 after a compilation.
7690 (byte-compile-unresolved-functions): Amplify doc string.
7691
7692 2007-07-24 Glenn Morris <rgm@gnu.org>
7693
7694 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7695
7696 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7697 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7698 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7699 (cal-tex-cursor-week, cal-tex-cursor-week2)
7700 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7701 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7702 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7703 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7704
7705 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7706 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7707 (cal-tex-day-name-format, cal-tex-cal-one-month)
7708 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7709 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7710 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7711 (cal-tex-list-holidays, cal-tex-cursor-year)
7712 (cal-tex-cursor-year-landscape, cal-tex-year)
7713 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7714 (cal-tex-cursor-month, cal-tex-insert-days)
7715 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7716 (cal-tex-first-blank-p, cal-tex-cursor-week)
7717 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7718 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7719 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7720 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7721 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7722 (cal-tex-latexify-list, cal-tex-previous-month)
7723 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7724 modernization, including using dotimes rather than
7725 calendar-for-loop.
7726 (cal-tex-LaTeX-subst-list): Remove `@'.
7727 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7728 Use \textit and \textbf rather than \em and \it.
7729
7730 * calendar/cal-bahai.el (list-bahai-diary-entries)
7731 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7732 * calendar/cal-islam.el (list-islamic-diary-entries)
7733 * calendar/calendar.el (generate-calendar, generate-calendar-month)
7734 * calendar/diary-lib.el (diary-list-entries)
7735 (mark-calendar-date-pattern): Use `dotimes' rather than
7736 `calendar-for-loop'.
7737
7738 * calendar/calendar.el (calendar-for-loop): Doc fix.
7739
7740 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
7743 underlying file is uptodate.
7744
7745 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
7746
7747 * replace.el (perform-replace): Use isearch-no-upper-case-p.
7748
7749 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * vc-hooks.el (vc-mode-line-map): New const.
7752 (vc-mode-line): Use it.
7753
7754 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7755
7756 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
7757 (vc-git-unregister): New functions.
7758 (vc-git-find-version): Use the result of ls-files as a parameter
7759 for cat-file.
7760
7761 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * net/tramp.el (tramp-perl-file-attributes)
7764 (tramp-perl-directory-files-and-attributes)
7765 (tramp-handle-file-attributes-with-stat)
7766 (tramp-handle-directory-files-and-attributes-with-stat)
7767 (tramp-convert-file-attributes): Handle huge file sizes.
7768
7769 2007-07-23 Juri Linkov <juri@jurta.org>
7770
7771 * isearch.el (isearch-message-function): New variable.
7772 (isearch-update, isearch-search): Use it.
7773
7774 * simple.el (goto-history-element): New function created from
7775 next-history-element.
7776 (next-history-element): Most code moved to goto-history-element.
7777 Call goto-history-element with (- minibuffer-history-position n).
7778 (previous-history-element): Call goto-history-element with (+
7779 minibuffer-history-position n).
7780 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
7781 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
7782 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
7783 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
7784 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
7785 (minibuffer-history-isearch-pop-state): New functions.
7786
7787 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7788
7789 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
7790 Also, if FILE is a list, return non-nil if any of its elements
7791 should stay local. Update docstring.
7792
7793 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
7796 change by reverting a small part.
7797
7798 2007-07-23 Richard Stallman <rms@gnu.org>
7799
7800 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
7801
7802 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7803
7804 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
7805 handling it. Use vc-git-command.
7806 (vc-git-find-version, vc-git-diff-tree): New functions.
7807 (vc-git-revert): Use vc-git-command.
7808 (vc-git--run-command): Delete.
7809
7810 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7811
7812 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
7813
7814 2007-07-20 Kenichi Handa <handa@m17n.org>
7815
7816 * international/utf-8.el (utf-8-post-read-conversion):
7817 Temporarily bind utf-8-compose-scripts to nil while running
7818 *-compose-region functions.
7819
7820 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7821
7822 * vc-git.el: Update status.
7823 (vc-directory-exclusion-list): Use eval-after-load.
7824
7825 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
7826
7827 * bindings.el (mode-line-remote): New variable.
7828 (help-echo): Add to default values of mode-line-format.
7829
7830 * files.el: Mark mode-line-remote as risky.
7831
7832 2007-07-22 Juri Linkov <juri@jurta.org>
7833
7834 * isearch.el (isearch-edit-string): Save old point and
7835 isearch-other-end to old-point and old-other-end before reading
7836 the search string from minibuffer. After exiting minibuffer set
7837 point to old-other-end if point and the search direction is the
7838 same as before reading the search string.
7839 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
7840 to isearch-other-end. Instead of isearch-search-and-update call
7841 three functions isearch-search, isearch-push-state and isearch-update.
7842
7843 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7844
7845 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
7846 deal with multiple file arguments.
7847 (vc-git-print-log): Deal with multiple file arguments.
7848
7849 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7852 diff-refine-hunk. Adjust users.
7853 (diff-unified-hunk-p, diff-splittable-p): New functions.
7854 (diff-mode-menu): Use it to disable Split when it doesn't work.
7855
7856 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7857
7858 * diff-mode.el (diff-mode-menu): New entries.
7859
7860 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7863 if applicable, so as to save undo-log space.
7864
7865 * diff-mode.el (diff-find-file-name): Add arg `batch'.
7866
7867 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7868 (diff-file-kill): Use it.
7869 (diff-beginning-of-hunk): Add arg `try-harder' using it.
7870 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7871 Use it so they find the hunk even when we're in the file header.
7872
7873 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7874
7875 * vc-git.el (vc-git-revision-granularity, vc-git-root)
7876 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
7877 (vc-git-create-repo): New functions.
7878 (vc-git-registered): New autoloaded function definition.
7879 (vc-git-registered): Use vc-git-root.
7880 (vc-git-responsible-p): New defalias.
7881 (vc-git-annotate-extract-revision-at-line): Uncomment.
7882 (vc-git-print-log): Add the file name to the log.
7883 (vc-git-log-view-mode): New derived mode.
7884 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
7885
7886 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7887
7888 * progmodes/grep.el (grep-compute-defaults): Keep default values.
7889
7890 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
7891
7892 * textmodes/reftex.el (reftex-access-parse-file): Create parse
7893 file in a way that does not interfere with recentf mode.
7894 (reftex-access-parse-file): Do not risk destroying an existing
7895 buffer.
7896
7897 2007-07-22 Alexandre Julliard <julliard@winehq.org>
7898
7899 * vc-git.el: New file.
7900
7901 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * textmodes/tex-mode.el (tex-font-script-display): Change default.
7904
7905 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7908 for branches and new files.
7909
7910 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7911 local-map handling ...
7912 (vc-mode-line): ... here. Improve handling of help-echo.
7913
7914 * vc.el (mode-line-string): Document help-echo usage.
7915
7916 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7917
7918 Sync with Tramp 2.1.10.
7919
7920 * net/tramp.el (tramp-get-ls-command): Fix typo.
7921
7922 * net/trampver.el: Update release number.
7923
7924 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7925
7926 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
7927
7928 * term/x-win.el (x-handle-no-bitmap-icon): New function.
7929
7930 2007-07-22 Martin Rudalics <rudalics@gmx.at>
7931
7932 * add-log.el (change-log-fill-parenthesized-list): New function.
7933 (change-log-indent): Call change-log-fill-parenthesized-list.
7934 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
7935 Have lines with leading asterisk start a paragraph.
7936
7937 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7938
7939 * calc/calc-math.el (math-emacs-precision)
7940 (math-largest-emacs-expt, math-smallest-emacs-expt):
7941 New variables.
7942 (math-use-emacs-fn): New function.
7943 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
7944 appropriate.
7945
7946 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7947
7948 * image-dired.el (image-dired-sane-db-file): New func.
7949 (image-dired-write-tags, image-dired-remove-tag)
7950 (image-dired-list-tags, image-dired-write-comments)
7951 (image-dired-get-comment, image-dired-mark-tagged-files)
7952 (image-dired-create-gallery-lists): Call new func.
7953 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
7954
7955 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7956
7957 * vc-hg.el (vc-hg-dir-state): Fix loop.
7958 (vc-hg-print-log): Fix expected return value for vc-hg-command.
7959 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
7960 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7961 (vc-hg-revert): Likewise.
7962 (vc-hg-revision-table, vc-hg-revision-completion-table): New
7963 functions.
7964
7965 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * add-log.el (change-log-resolve-conflict): Don't lose data if the
7968 merge fails.
7969
7970 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7971
7972 * progmodes/compile.el (compilation-auto-jump-to-first-error):
7973 Add group and version.
7974
7975 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * add-log.el (add-log-file-name): Use file-relative-name.
7978 (add-change-log-entry): Delay reading
7979 add-log-(full-name|mailing-address) to after we've switched to the
7980 ChangeLog buffer so we get the right value.
7981 (add-change-log-entry, add-log-current-defun, change-log-merge):
7982 Use derived-mode-p rather than checking major-mode directly.
7983
7984 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7985 name for buffer-file-name if it refers to a directory.
7986
7987 * vc-arch.el (vc-arch-diff): Fix last change.
7988
7989 * progmodes/compile.el (compilation-start): Remember the original
7990 directory in a buffer-local compilation-directory.
7991 (compile): Set the global value of compilation-directory.
7992 (recompile): Use compilation-directory even in the compilation buffer.
7993
7994 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7995
7996 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7997
7998 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7999
8000 * ps-print.el: Problem with foreground and background color when
8001 printing a buffer with and without faces. Reported by Christian
8002 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8003 (ps-print-version): New version 6.7.5.
8004 (ps-default-fg): Change default value to nil, so black color is used
8005 when a face does not specify a foreground color.
8006 (ps-default-bg): Change default value to nil, so white color is used
8007 for background color.
8008 (ps-begin-job): Fix code.
8009
8010 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8011
8012 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8013 in $(INSTALL_DIR)/lisp/ if they already exist.
8014
8015 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8016
8017 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8018 in $(INSTALL_DIR)/lisp/ if they already exist.
8019
8020 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * progmodes/vera-mode.el (vera-re-search-forward)
8023 (vera-re-search-backward): Remove use of store-match-data.
8024 (vera-mode-map): Move initialization into declaration.
8025
8026 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8027 (flymake-find-buildfile): Use locate-dominating-file.
8028
8029 * vc.el (vc-delistify): Use mapconcat.
8030 (vc-do-command): Minor simplification.
8031 (vc-expand-dirs): Use push.
8032
8033 * vc-mcvs.el (vc-mcvs-create-repo):
8034 * vc-cvs.el (vc-cvs-create-repo): Remove.
8035
8036 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8037 directory and the root as well.
8038
8039 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8040
8041 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8042 instead of a file.
8043
8044 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8045 (vc-hg-registered): Replace if with when.
8046 (vc-hg-state): Deal with nonexistent files and handle removed files.
8047 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8048 (vc-hg-checkout): Re-enable.
8049 (vc-hg-create-repo): Fix typos.
8050 (vc-hg-print-log): Fix for multiple files.
8051 (vc-hg-workfile-unchanged-p): New function.
8052
8053 * vc.el: Fix typo.
8054 (vc-print-log): Fix call to print-log.
8055 (vc-default-comment-history): Likewise.
8056 (vc-directory-exclusion-list): Add .hg and .bzr.
8057 (vc-diff-internal): Pass a list instead of a file.
8058
8059 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8060
8061 * vc-bzr.el (vc-bzr-create-repo): New function.
8062
8063 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8066 `file' from which to start the search.
8067
8068 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8069
8070 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8071 having a single file argument to having a list of files as the
8072 first argument.
8073
8074 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * files.el (locate-dominating-file): New function.
8077
8078 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8079
8080 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8081 (grep-compute-defaults): Use it.
8082
8083 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * uniquify.el: Docstring fixes.
8086
8087 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8088
8089 * vc.el (revision-granularity, create-repo): Document new vc
8090 backend properties.
8091 (vc-rollback): Renamed from vc-cancel-version. Update
8092 references. Pass a list instead of a file.
8093 (vc-revert): Renamed from vc-revert-buffer. Update references.
8094 (vc-delistify, vc-expand-dirs): New functions.
8095 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8096 of files instead of a single file.
8097 (vc-position-context, vc-resync-window, vc-diff-internal)
8098 (vc-print-log): Pass a list instead of a file.
8099
8100 * vc-hooks.el (vc-stay-local-p, vc-backend)
8101 (vc-backend-subdirectory-name): Work on a file list, not a single
8102 file.
8103 (vc-workfile-version): Update docstring.
8104 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8105 vc-revert instead of vc-revert-buffer.
8106 (vc-prefix-map): Likewise. Bind vc-update.
8107
8108 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8109 (vc-svn-wash-log): New functions.
8110 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8111 (vc-svn-command): Deal with a list of files, not a single file.
8112
8113 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8114 (vc-rcs-wash-log): New functions.
8115 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8116 Deal with a list of files, not a single file.
8117 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8118
8119 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8120 functions.
8121 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8122 list of files, not a single file.
8123
8124 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8125 New functions.
8126 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8127 (vc-mcvs-diff): Deal with a list of files, not a single file.
8128
8129 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8130 functions.
8131 (vc-hg-print-log): Deal with a list of files, not a single file.
8132 (vc-hg-diff-tree): New function, replace defalias with the same
8133 name.
8134 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8135 FILES to denote that it is a file list, not a single file.
8136
8137 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8138 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8139 a single file.
8140 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8141 that it is a file list, not a single file.
8142 (vc-cvs-diff): Likewise. Simplify.
8143
8144 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8145 Deal with a list of files, not a single file.
8146
8147 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8148 (vc-bzr-print-log): Update FILE parameter name to denote that it
8149 is a file list, not a single file.
8150 (vc-bzr-diff): Likewise. Use the car of files.
8151
8152 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8153
8154 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8155 (follow-delete-other-windows-and-split, follow-recenter)
8156 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8157 (follow-redisplay, follow-estimate-first-window-start)
8158 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8159 Fix typos in docstrings.
8160
8161 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8162
8163 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8164 avoid that filling introduces lines with a single asterisk.
8165
8166 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8167 avoid incorrect kmacro-ring-empty-p messages.
8168 Reported by Michael Schierl <schierlm@gmx.de>.
8169
8170 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8171
8172 * vc.el: Add more info about the vc-registered function.
8173
8174 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8175
8176 * files.el (file-remote-p): Introduce optional parameter
8177 IDENTIFICATION.
8178
8179 * recentf.el (recentf-keep-default-predicate): Adapt call of
8180 `file-remote-p'.
8181
8182 * progmodes/grep.el (grep-probe): Use `process-file'.
8183 (grep-compute-defaults): Handle variables host specific.
8184
8185 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8186 parameter IDENTIFICATION.
8187
8188 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8189 parameter IDENTIFICATION.
8190 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8191 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8192 Add entry for `set-file-times'.
8193 (tramp-do-copy-or-rename-file-via-buffer)
8194 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8195 (tramp-handle-unhandled-file-name-directory): Rewrite.
8196 (tramp-convert-file-attributes): Add error handling when inode is
8197 extraordinary big.
8198 (tramp-get-inode): Change parameter from FILE to VEC.
8199 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8200 is nil. This is according to the specification. Goto (point-max)
8201 when ready.
8202 (tramp-handle-shell-command): Rewrite completely, using
8203 `process-file' and `start-file-process'.
8204 (tramp-methods, tramp-find-shell)
8205 (tramp-open-connection-setup-interactive-shell)
8206 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8207 var. Reported by Steve Youngs <steve@sxemacs.org>.
8208
8209 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8210 entry for `set-file-times'. Rename `start-process' into
8211 `start-file-process'. Remove `call-process' entry.
8212 (tramp-fish-handle-set-file-times): New defun.
8213 (tramp-fish-handle-executable-find): Use `process-file'.
8214 (tramp-fish-handle-process-file): New defun. Replaces
8215 `tramp-fish-handle-call-process'.
8216 (tramp-fish-do-copy-or-rename-file-directly): Use
8217 `set-file-times'.
8218 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8219
8220 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8221 `tramp-get-inode' parameter.
8222
8223 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8226 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8227 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8228 it has ever existed.
8229
8230 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * vc.el: Undo previous change.
8233
8234 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8235
8236 * makefile.w32-in (clean): Don't delete *~.
8237
8238 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * textmodes/tex-mode.el (tex-verbatim-environments):
8241 Add safe-local-variable property.
8242 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8243 when starting font-lock rather than when loading tex-mode.el.
8244
8245 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8246 whole $( rather than just the $. Rename from sh-quoted-subshell.
8247 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8248
8249 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8250
8251 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8252 bookmark-alist. Instead, if not sorting, simply return it.
8253 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8254 for its return value, not for its side effect.
8255
8256 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8257 case of alignment under a constant symbol, find and consider
8258 the sexp actually at indentation to be the "last sexp".
8259
8260 2007-07-16 Drew Adams <drew.adams@oracle.com>
8261
8262 * mouse.el (mouse-yank-secondary): Better error message if no
8263 secondary selection.
8264
8265 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8266
8267 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8268
8269 * term/xterm.el (xterm-turn-on-modify-other-keys)
8270 (xterm-turn-off-modify-other-keys): New functions.
8271 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8272 terminal supports it.
8273
8274 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8275
8276 * bookmark.el (bookmark-show-all-annotations):
8277 Make sure each inserted annotation ends with newline.
8278
8279 2007-07-15 Richard Stallman <rms@gnu.org>
8280
8281 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8282
8283 * tutorial.el (tutorial--find-changed-keys):
8284 Handle C-x specially like ESC.
8285
8286 2007-07-15 Aaron Hawley <aaronh@garden.org>
8287
8288 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8289
8290 2007-07-15 Juri Linkov <juri@jurta.org>
8291
8292 * delsel.el (delete-selection-pre-hook):
8293 * emulation/cua-base.el (cua-paste): Before a yank command,
8294 check also whether last-command is one of mouse-save-then-kill,
8295 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8296
8297 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8298
8299 * recentf.el (recentf-keep-default-predicate): New defun.
8300 (recentf-keep): Use it as initial value.
8301
8302 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8303
8304 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8305 thus restoring bookmark bindings to three slots under C-x r. See
8306 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8307
8308 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8309
8310 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8311
8312 2007-07-15 Jason Rumney <jasonr@gnu.org>
8313
8314 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8315 for input to cmdproxy on all versions of Windows.
8316 Use dos line ends for input to plink.
8317
8318 * comint.el (comint-simple-send): Concat newline before sending.
8319 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8320
8321 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8324 safe-local-variable setting.
8325
8326 2007-07-14 David Kastrup <dak@gnu.org>
8327
8328 * emacs-lisp/advice.el (defadvice): Doc fix.
8329
8330 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8331
8332 * subr.el (when, unless): Doc fix.
8333
8334 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8335
8336 * replace.el (match): Use yellow1 instead of yellow.
8337
8338 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8339 red.
8340
8341 * pcvs-info.el (cvs-unknown): Likewise.
8342
8343 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8344
8345 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8346 (install): Use them to copy all *.el files before *.elc.
8347
8348 2007-07-13 Drew Adams <drew.adams@oracle.com>
8349
8350 * bookmark.el (bookmark-jump-other-window): New function.
8351 (bookmark-map): Bind it to "o".
8352
8353 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8354 and its thread contains discussion about this change.
8355 The original patch was slightly tweaked by Karl Fogel
8356 <kfogel@red-bean.com> before committing.
8357
8358 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8359
8360 * bookmark.el: Shorten some comments to fit within 80 lines.
8361
8362 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8363
8364 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8365 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8366 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8367 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8368
8369 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8370
8371 * textmodes/org.el: Bug fixes.
8372 (org-end-of-line): Move to end of line if in headline without tags.
8373
8374 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * vc-hooks.el: Remove spurious * in docstrings.
8377 (vc-handled-backends): Add BZR.
8378
8379 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8380
8381 2007-07-12 Davis Herring <herring@lanl.gov>
8382
8383 * desktop.el (desktop-buffer-info, desktop-save):
8384 Use `desktop-dirname' instead of `dirname'.
8385
8386 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8387
8388 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8389
8390 * progmodes/python.el (python-which-func-length-limit): New var.
8391 (python-which-func): New function.
8392 (python-current-defun): Add optional `length-limit' and try to fit
8393 computed function name to that length.
8394 (python-mode): Hook `python-which-func' up.
8395
8396 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8397
8398 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8399
8400 * comint.el (comint-dynamic-complete-as-filename):
8401 Use read-file-name-completion-ignore-case.
8402
8403 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * comint.el (comint-dynamic-list-filename-completions):
8406 Use read-file-name-completion-ignore-case.
8407
8408 * vc-cvs.el: Require CL.
8409 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8410 New functions to provide completion of revision names.
8411
8412 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8413 (vc-cvs-annotate-first-line-re): New const.
8414 (vc-cvs-annotate-process-filter): New fun.
8415 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8416
8417 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8418
8419 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8420 (eldoc-print-current-symbol-info): Adjust for changed helper
8421 function signatures.
8422 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8423 `eldoc-highlight-function-argument'.
8424 (eldoc-highlight-function-argument): New function.
8425 (eldoc-get-var-docstring): Format documentation with
8426 `font-lock-variable-name-face'.
8427 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8428 where suited.
8429 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8430 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8431
8432 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8433
8434 * progmodes/compile.el (compilation-start): `start-process' must
8435 still be redefined when calling `start-process-shell-command'.
8436
8437 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8438 remote file name, prepend its remote part to the filename.
8439 (gud-common-init): When `default-directory' is a remote file name,
8440 make the filename relative to it.
8441 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8442
8443 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8444
8445 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8446 mouse binding and a tooltip.
8447
8448 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * menu-bar.el (vc-menu-map): New defalias.
8451
8452 2007-07-10 Richard Stallman <rms@gnu.org>
8453
8454 * emacs-lisp/lisp-mode.el (eval-defun):
8455 Explain special handling of `defface'.
8456
8457 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8458
8459 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8460
8461 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8462
8463 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8466
8467 * vc-arch.el (vc-arch-complete): Remove.
8468 (vc-arch-revision-completion-table): Use complete-with-action.
8469
8470 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8471 (complete-with-action): New function.
8472 (dynamic-completion-table): Use it.
8473
8474 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8475
8476 * comint.el (make-comint, make-comint-in-buffer)
8477 (comint-exec-1): Replace `start-process' by `start-file-process'.
8478
8479 * progmodes/compile.el (compilation-start): Revert redefining
8480 `start-process'.
8481
8482 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8485 with EOLs when generating MD5 checksums.
8486
8487 * follow.el: Don't change the global map from the follow-mode-map
8488 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8489 XEmacs code.
8490 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8491 since `follow-mode' should be used instead for that.
8492
8493 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8494 (easy-menu-do-define): Use it.
8495 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8496
8497 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8498 (compilation-auto-jump-to-next): New vars.
8499 (compilation-auto-jump): New function.
8500 (compilation-error-properties): Use them to jump to first error.
8501 (compilation-start): Set the var if requested.
8502
8503 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8504 duplicates without also removing entries from other directories.
8505
8506 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8507
8508 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8509 Remember span as default.
8510 (org-columns-edit-value): Rename from `org-column-edit'.
8511 (org-columns-display-here-title): Rename from
8512 `org-overlay-columns-title'.
8513 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8514 (org-columns-get-autowidth-alist): Rename from
8515 `org-get-columns-autowidth-alist'.
8516 (org-columns-display-here): Rename from `org-overlay-columns'.
8517 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8518 (org-columns-quit): Rename from `org-column-quit'.
8519 (org-columns-show-value): Rename from `org-column-show-value'.
8520 (org-columns-content, org-columns-widen)
8521 (org-columns-next-allowed-value)
8522 (org-columns-edit-allowed, org-columns-store-format)
8523 (org-columns-uncompile-format, org-columns-redo)
8524 (org-columns-edit-attributes, org-delete-property)
8525 (org-set-property, org-columns-update)
8526 (org-columns-compute, org-columns-eval)
8527 (org-columns-not-in-agenda, org-columns-compute-all)
8528 (org-property-next-allowed-value)
8529 (org-columns-compile-format)
8530 (org-fill-paragraph-experimental)
8531 (org-string-to-number, org-property-action)
8532 (org-columns-move-left, org-columns-new)
8533 (org-column-number-to-string)
8534 (org-property-previous-allowed-value)
8535 (org-at-property-p, org-columns-delete)
8536 (org-columns-previous-allowed-value)
8537 (org-columns-move-right, org-columns-narrow)
8538 (org-property-get-allowed-values)
8539 (org-verify-version, org-column-string-to-number)
8540 (org-delete-property-globally): New functions.
8541 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8542 (org-columns-overlays): Rename from `org-column-overlays'.
8543 (org-columns-map): Rename from `org-column-map'.
8544 (org-columns-current-maxwidths): Rename from
8545 `org-current-columns-maxwidths'.
8546 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8547 (org-previous-header-line-format)
8548 (org-columns-inhibit-recalculation)
8549 (org-columns-top-level-marker): New variables.
8550 (org-columns-default-format): Rename from `org-default-columns-format'.
8551 (org-property-re): New constant.
8552
8553 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8554
8555 * subr.el (looking-at-p, string-match-p): New functions.
8556
8557 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8558
8559 * textmodes/tex-mode.el (tex-fontify-script)
8560 (tex-font-script-display): New variables to make display of
8561 superscripts and subscripts customizable.
8562 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8563
8564 2007-07-09 Richard Stallman <rms@gnu.org>
8565
8566 * isearch.el (isearch-edit-string): Call to isearch-push-state
8567 after the search.
8568
8569 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8570
8571 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8572 to 1 as enlarge-window uses the value to resize/shrink windows other
8573 than WINDOW if needed.
8574
8575 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * cus-start.el (file-coding-system-alist): Fix custom type.
8578
8579 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8580
8581 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8582 modified.
8583 (longlines-auto-wrap, longlines-window-change-function):
8584 Remove unnecessary calls to set-buffer-modified-p.
8585
8586 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * cus-start.el (file-coding-system-alist): Fix custom type.
8589
8590 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8593 (vc-cvs-checkout): Remove last arg now unused; simplify.
8594
8595 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8596
8597 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8598
8599 * net/tramp.el:
8600 * net/tramp-ftp.el:
8601 * net/tramp-smb.el:
8602 * net/tramp-uu.el:
8603 * net/trampver.el: Migrate to Tramp 2.1.
8604
8605 * net/tramp-cache.el:
8606 * net/tramp-fish.el:
8607 * net/tramp-gw.el: New Tramp packages.
8608
8609 * net/tramp-util.el:
8610 * net/tramp-vc.el: Removed.
8611
8612 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8613 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8614
8615 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8616
8617 * progmodes/compile.el (compilation-start): Redefine
8618 `start-process' temporarily when `default-directory' is remote.
8619 Remove case of synchronous compilation, this won't happen ever.
8620 (compilation-setup): Make local variable `comint-file-name-prefix'
8621 for remote compilation.
8622
8623 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8624
8625 * novice.el (disabled-command-function): Fit window to buffer to
8626 make last line visible.
8627 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8628
8629 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8630 when handling the terminating event.
8631
8632 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8633
8634 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8635 (math-bignum-digit-length): Change to optimal value.
8636
8637 * calc/calc-bin.el (math-bignum-logb-digit-size)
8638 (math-bignum-digit-power-of-two): Evaluate when compiled.
8639
8640 * calc/calc-comb.el (math-small-factorial-table)
8641 (math-init-random-base, math-prime-test): Remove unnecessary calls
8642 to `math-read-number-simple'.
8643
8644 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8645 (math-approx-gamma-const): Add docstrings.
8646
8647 * calc/calc-forms.el (math-julian-date-beginning)
8648 (math-julian-date-beginning-int): New constants.
8649 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8650 Use the new constants.
8651
8652 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8653
8654 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8655 Add docstrings.
8656
8657 2007-07-07 Tom Tromey <tromey@redhat.com>
8658
8659 * vc.el (vc-annotate): Jump to line and output message only after the
8660 process is really all done.
8661
8662 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * vc.el (vc-exec-after): Don't move point from the sentinel.
8665 Forcefully read all the remaining text in the pipe upon process exit.
8666 (vc-annotate-display-autoscale, vc-annotate-lines):
8667 Don't stop at the first unrecognized line.
8668 (vc-annotate-display-select): Run autoscale after the process is done
8669 since it depends on the whole result.
8670
8671 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8672
8673 * term/w32-win.el (menu-bar-open): New function.
8674 Bind <f10> to it.
8675
8676 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
8677
8678 * simple.el (start-file-process): New defun.
8679
8680 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * files.el (find-file-confirm-nonexistent-file): Rename from
8683 find-file-confirm-inexistent-file. Update users.
8684
8685 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8686 format of autoload block where the file's time-stamp is replaced by its
8687 MD5 checksum.
8688 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8689 time-stamp for secondary autoloads files.
8690 (update-directory-autoloads): Remove duplicate entries.
8691 Use time-less-p for time-stamps, as done in autoload-find-destination.
8692
8693 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8694
8695 * calc/calc.el (math-read-number): Replace number by variable.
8696 (math-read-number-simple): Properly parse small integers.
8697
8698 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8699
8700 * vc.el: Fix doc for the checkout function.
8701
8702 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8703
8704 * vc-hg.el (vc-hg-root): New function.
8705 (vc-hg-registered): Use it.
8706 (vc-hg-diff-tree): New defalias.
8707 (vc-hg-responsible-p): Likewise.
8708 (vc-hg-checkout): Comment out, not needed.
8709 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8710 (vc-hg-find-version, vc-hg-next-version): New functions.
8711
8712 2007-07-06 Andreas Schwab <schwab@suse.de>
8713
8714 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8715 dynamic bindings around the evaluation of the expression.
8716 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8717
8718 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8721 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8722 Use run-hooks rather than run-mode-hooks.
8723
8724 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8725
8726 * calc/calc-comb.el (math-random-digit): Rename to
8727 `math-random-three-digit-number'.
8728 (math-random-digits): Don't depend on representation of integer.
8729
8730 * calc/calc-bin.el (math-bignum-logb-digit-size)
8731 (math-bignum-digit-power-of-two): New constants.
8732 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8733 (math-not-bignum, math-clip-bignum): Use the constants
8734 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8735 instead of their values.
8736 (math-clip): Use math-small-integer-size instead of its value.
8737
8738 * calc/calc.el (math-add-bignum): Replace number by constant.
8739
8740 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * wid-edit.el (widget-documentation-string-value-create):
8743 Insert indentation spaces.
8744
8745 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8746
8747 * emacs-lisp/byte-opt.el: Revert last change.
8748
8749 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8750
8751 * vc-hooks.el (vc-handled-backends): Add HG.
8752
8753 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
8754
8755 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * complete.el (PC-do-complete-and-exit): Add support for the new
8758 `confirm-only' confirmation mode.
8759
8760 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * cus-edit.el (custom-commands): New variable.
8763 (custom-tool-bar-map): New variable. Initialize using
8764 `custom-commands'.
8765 (custom-mode): Use `custom-tool-bar-map'.
8766 (custom-buffer-create-internal): Insert action buttons only if
8767 tool bar is not used. Use `custom-commands'.
8768 (Custom-help, custom-command-apply): New function.
8769 (custom-command-apply, Custom-set, Custom-save)
8770 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
8771 Use `custom-command-apply' instead of duplicating code.
8772 (customize-group-other-window): Call `customize-group' instead of
8773 duplicating code.
8774 (customize-face-other-window): Call `customize-face' instead of
8775 duplicating code.
8776 (customize-group, customize-face): Add optional args for opening
8777 in another window.
8778 (custom-variable-tag): Don't inherit `variable-pitch' face.
8779 (custom-group-tag): Inherit `variable-pitch' face.
8780 (custom-variable-value-create): Set documentation indentation.
8781 (custom-group-value-create): Make group name a link, instead of
8782 using an extra "go to group" button.
8783 (custom-prompt-variable, custom-group-set, custom-group-save)
8784 (custom-group-reset-current, custom-group-reset-saved)
8785 (custom-group-reset-standard): Minor cleanup.
8786
8787 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8788
8789 * Makefile.in (bootstrap-prepare): When copying from
8790 ldefs-boot.el, make sure loaddefs.el is writeable.
8791
8792 (bootstrap-prepare): Make $(lisp)/ps-print.el
8793 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
8794
8795 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8796
8797 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
8798 only caller, and delete.
8799 (vc-hg-state): Deal with exceptions and only parse the output on
8800 successful return.
8801 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
8802 caller, and delete.
8803 (vc-hg-workfile-version): Deal with exceptions and only parse the
8804 output on successful return.
8805 (vc-hg-revert): New function.
8806
8807 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
8808
8809 * calculator.el (calculator-expt): Use more cases to determine
8810 the value.
8811
8812 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8813
8814 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
8815 file names.
8816
8817 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8818
8819 * calculator.el (calculator-expt, calculator-integer-p):
8820 New functions.
8821 (calculator-fact): Check to see if the factorial will be too
8822 large before computing it.
8823 (calculator-initial-operators): Use `calculator-expt' to
8824 compute "^".
8825 (calculator-mode): Mention that results which are too large
8826 will return inf.
8827 * calc/calc-comb.el (math-small-factorial-table): Replace list
8828 by vector.
8829
8830 2007-07-03 David Kastrup <dak@gnu.org>
8831
8832 * shell.el: On request of the authors, remove their addresses for
8833 the sake of bug reports, and add the developer list address as
8834 maintainer information.
8835
8836 2007-07-03 Richard Stallman <rms@gnu.org>
8837
8838 * files.el (make-directory): Doc fix.
8839 (find-file-confirm-inexistent-file): Make it a defcustom.
8840 Make nil the default.
8841
8842 2007-07-02 Richard Stallman <rms@gnu.org>
8843
8844 * startup.el (command-line): Set buffer-offer-save in *scratch*
8845 and enable auto-save in it.
8846
8847 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8848
8849 * textmodes/org.el (orgstruct-mode-map): New variable.
8850 (orgstruct-mode): New minor mode.
8851 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8852 (orgstruct-make-binding, org-context-p, org-get-local-variables)
8853 (org-run-like-in-org-mode): New functions.
8854 (org-cycle-list-bullet): New command.
8855 (org-special-properties, org-property-start-re)
8856 (org-property-end-re): New constants.
8857 (org-with-point-at): New macro.
8858 (org-get-property-block, org-entry-properties, org-entry-get)
8859 (org-entry-delete, org-entry-get-with-inheritance)
8860 (org-entry-put, org-buffer-property-keys): New functions.
8861 (org-insert-property-drawer): New command.
8862 (org-entry-property-inherited-from): New variable.
8863 (org-column): New face.
8864 (org-column-overlays, org-current-columns-fmt)
8865 (org-current-columns-maxwidths, org-column-map): New variables.
8866 (org-column-menu): New menu.
8867 (org-new-column-overlay, org-overlay-columns)
8868 (org-overlay-columns-title, org-remove-column-overlays)
8869 (org-column-show-value, org-column-quit, org-column-edit):
8870 New functions.
8871 (org-columns, org-agenda-columns): New commands.
8872 (org-get-columns-autowidth-alist): New functions.
8873 (org-properties): New customize group.
8874 (org-default-columns-format): New option.
8875 (org-priority): Realign tags after changing priority.
8876 (org-preserve-lc): New macro.
8877 (org-update-checkbox-count): Catch case when there is no headline.
8878 (org-agenda-quit): Remove any column overlays.
8879 (org-beginning-of-item-list): Fixed bug when non-item line is
8880 indented too deep.
8881 (org-cached-props): New variable.
8882 (org-cached-entry-get): New function.
8883 (org-make-tags-matcher): Handle property matches.
8884 (org-table-recalculate): Swap evaluation order: Field formula
8885 first, then column formulas, but don't allow them to overwrite the
8886 field formulas.
8887 (org-table-eval-formula): New argument untouchable.
8888 (org-table-put-field-property): New function.
8889
8890 2007-07-02 Martin Rudalics <rudalics@gmx.at>
8891
8892 * help-mode.el (help-make-xrefs): Skip spaces too when
8893 skipping tabs.
8894
8895 * ffap.el (dired-at-point-prompter): Improve prompt in
8896 list-directory case.
8897
8898 2007-07-01 Richard Stallman <rms@gnu.org>
8899
8900 * files.el (find-file-visit-truename): Fix safe-local-variable value.
8901
8902 2007-07-01 Richard Stallman <rms@gnu.org>
8903
8904 * cus-start.el (max-mini-window-height): Added.
8905
8906 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8907
8908 * complete.el (partial-completion-mode): Remove advice of
8909 read-file-name-internal.
8910 (PC-do-completion): Rebind minibuffer-completion-table.
8911 (PC-read-file-name-internal): New function doing what
8912 read-file-name-internal advice did.
8913
8914 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
8915
8916 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8917 property on a few symbols.
8918 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8919 (byte-optimize-lapcode): Remove bindings that are not referenced
8920 and certainly will not effect through dynamic scoping.
8921
8922 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * files.el (find-file-confirm-inexistent-file): New var.
8925 (find-file, find-file-other-window, find-file-other-frame)
8926 (find-file-read-only, find-file-read-only-other-window)
8927 (find-file-read-only-other-frame): Use it.
8928
8929 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8932
8933 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
8934
8935 * generic-x.el (generic-define-mswindows-modes)
8936 (generic-define-unix-modes, apache-log-generic-mode)
8937 (bat-generic-mode-keymap, java-manifest-generic-mode)
8938 (show-tabs-generic-mode): Fix typos in docstrings.
8939
8940 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
8941
8942 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
8943 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
8944 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
8945 (rcirc-print): Never ignore messages from ourself.
8946
8947 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
8950 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
8951
8952 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8953
8954 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
8955 replace-regexp-in-string.
8956
8957 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * emacs-lisp/cl.el: Set edebug and indentation before loading
8960 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
8961
8962 2007-06-28 Andreas Schwab <schwab@suse.de>
8963
8964 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8965 $(lisp)/subdirs.el.
8966
8967 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
8968
8969 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8970 the speedbar frame if nil; that deletes the current frame or
8971 causes an error if it is the only frame.
8972 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8973
8974 2007-06-28 Kevin Ryde <user42@zip.com.au>
8975
8976 * textmodes/nroff-mode.el: Groff \# comments.
8977 (nroff-mode-syntax-table): \# comment intro,
8978 plain # as punct per global table.
8979 (nroff-font-lock-keywords): Add # as a single char escape.
8980 (nroff-mode): In comment-start-skip, match \#.
8981
8982 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8985 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8986 point-min == 1.
8987
8988 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
8989
8990 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8991 Rename and move to...
8992
8993 * subr.el (strings->string, string->strings): ...here.
8994
8995 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8996 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8997
8998 * progmodes/gud.el (gud-common-init): Call string->strings instead
8999 of split-string.
9000
9001 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * dired-aux.el: Remove `dired-call-process'.
9004 (dired-check-process): Call `process-file'.
9005
9006 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9007
9008 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9009 `ange-ftp-process-file'.
9010
9011 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9014
9015 * emacs-lisp/cl-extra.el:
9016 * emacs-lisp/cl-seq.el:
9017 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9018 Add autoload cookies on all defs autoloaded manually in cl.el.
9019
9020 * emacs-lisp/cl-loaddefs.el: New file.
9021
9022 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9023 (texinfo-lowersections-alist): Merge definition and declaration.
9024 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9025 (texinfo-format-syntax-table): Merge init into declaration.
9026 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9027 (texinfo-format-parse-defun-args, texinfo-format-node)
9028 (texinfo-push-stack, texinfo-multitable-widths)
9029 (texinfo-define-info-enclosure, texinfo-alias)
9030 (texinfo-format-defindex, batch-texinfo-format): Use push.
9031 (texinfo-footnote-number): Remove duplicate declaration.
9032
9033 * ps-print.el: Update with auto-generated autoloads.
9034
9035 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9036
9037 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9040 relative to current dir for file-local settings.
9041 (autoload-generate-file-autoloads): Add `outfile' arg.
9042 (update-directory-autoloads): Use it to directly call
9043 autoload-generate-file-autoloads instead of going through
9044 update-file-autoloads so we avoid redundant searches and so we can know
9045 the set of buffers changed so we can save them all.
9046
9047 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9048 rather than throwing `up-to-date'.
9049 (autoload-generate-file-autoloads): Adjust correspondingly.
9050 (update-file-autoloads): Be careful to let-bind
9051 autoload-modified-buffers and adjust to new calling conventions.
9052 (autoload-modified-buffers): Make it a dynamically scoped var.
9053 (update-directory-autoloads): Use file-relative-name instead of
9054 autoload-trim-file-name.
9055 (autoload-insert-section-header): Don't use autoload-trim-file-name
9056 since the file is already relative now.
9057 (autoload-trim-file-name): Remove.
9058
9059 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9060 (vc-arch-complete, vc-arch--version-completion-table)
9061 (vc-arch-revision-completion-table): New functions to provide
9062 completion of revision names.
9063 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9064 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9065 to let the user trim the revlib.
9066
9067 * vc.el: Add new VC operation `revision-completion-table'.
9068 (vc-default-revision-completion-table): New function.
9069 (vc-version-diff, vc-version-other-window): Use it to provide
9070 completion of revision names if the backend provides it.
9071
9072 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9073
9074 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9075 of newer .svn/entries.
9076
9077 2007-06-25 David Kastrup <dak@gnu.org>
9078
9079 * calc/calc-poly.el (math-padded-polynomial)
9080 (math-partial-fractions): Add some function comments.
9081
9082 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9085 Make `outbuf' optional.
9086 (update-file-autoloads): Use it.
9087
9088 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9091 (autoload-find-destination): Keep it uptodate.
9092 (autoload-save-buffers): New fun.
9093 (update-file-autoloads): Use it. Re-add the "up to date" message.
9094
9095 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9096 (autoload-find-destination): New function extracted from
9097 update-file-autoloads.
9098 (update-file-autoloads): Use it.
9099 (autoload-generate-file-autoloads): New function extracted from
9100 generate-file-autoloads. Use file-relative-name. Delay computation of
9101 output-start to the first cookie. Remove done-any, replaced by
9102 output-start.
9103 (generate-file-autoloads): Use it.
9104
9105 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9106
9107 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9108 Use math-read-number-simple to insert constants.
9109 (math-prime-test): Redo calculation of sum.
9110
9111 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9112
9113 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9114 math-scale-bignum-3.
9115 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9116 math-bignum-digit-size.
9117 (math-isqrt-small): Add another possible initial guess.
9118
9119 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9120
9121 * textmodes/bibtex.el (bibtex-entry-format): New options
9122 `whitespace', `braces', and `string'.
9123 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9124 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9125 (bibtex-cite-matcher-alist): New variables.
9126 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9127 (bibtex-flash-head): Use blink-matching-delay.
9128 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9129 (bibtex-format-entry, bibtex-reformat): Handle new options of
9130 bibtex-entry-format.
9131 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9132 New functions.
9133 (bibtex-complete-internal): Do not display messages while
9134 minibuffer is used. Do not leave around a completions buffer
9135 that is out of date.
9136 (bibtex-copy-summary-as-kill): New optional arg.
9137 (bibtex-font-lock-url): New optional arg no-button.
9138 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9139 (bibtex-url): Allow multiple URLs per entry.
9140
9141 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9144 (update-file-autoloads, update-directory-autoloads): Use it.
9145 (autoload-file-load-name): New function.
9146 (generate-file-autoloads, update-file-autoloads): Use it.
9147 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9148 (generate-file-autoloads): If the autoloaded form is malformed,
9149 indicate the problem with a warning instead of aborting.
9150
9151 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9152
9153 * simple.el (next-error-recenter): Accept `(4)' as well;
9154 also, specify `integer' instead of `number'.
9155
9156 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9157
9158 * ls-lisp.el (insert-directory): If an invalid regexp error is
9159 thrown, try using FILE as a literal file name, not a wildcard.
9160
9161 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9164 `header-line-format' when reentering ruler mode.
9165
9166 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9167
9168 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9169 FILE exists as a file.
9170
9171 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9172
9173 * calc/calc.el (math-bignum-digit-length)
9174 (math-bignum-digit-size, math-small-integer-size):
9175 New constants.
9176 (math-normalize, math-bignum-big, math-make-float)
9177 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9178 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9179 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9180 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9181 (math-quotient, math-div-bignum, math-div-bignum-digit)
9182 (math-div-bignum-part, math-format-bignum-decimal)
9183 (math-read-bignum): Use math-bignum-digit-length,
9184 math-bignum-digit-size and math-small-integer-size.
9185
9186 * calc/calc-ext.el (math-fixnum-big): Use the variable
9187 math-bignum-digit-size.
9188
9189 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9190
9191 * log-view.el (log-view-mode-menu): New menu.
9192
9193 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9196 differently.
9197
9198 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9199 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9200
9201 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9202
9203 * vc-hg.el (vc-hg-print-log): Insert the file name.
9204 (vc-hg-log-view-mode): Fontify the file name.
9205
9206 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9207
9208 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9209 (calcFunc-julian): Fix incorrect number used in calculations.
9210
9211 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9212
9213 * simple.el (next-error-recenter): New defcustom.
9214 (next-error, next-error-internal): Recenter if specified,
9215 immediately prior to running `next-error-hook'.
9216
9217 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9218 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9219
9220 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9221
9222 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9223
9224 * calc/calc-comb.el (math-small-factorial-table): New variable.
9225 (calcFunc-fact): Use `math-small-factorial-table'.
9226
9227 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9228 initial values.
9229 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9230 New variables to use in caches.
9231
9232 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9233 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9234
9235 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9236 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9237 bignums.
9238
9239 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9240 New variables to use in caches.
9241
9242 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9243
9244 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9245
9246 * vc-hg.el (vc-hg-log-view-mode): New mode.
9247
9248 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9249
9250 * calc/calc.el (math-read-number-simple): New function.
9251
9252 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9255 (vera-font-lock-match-item): Fix doc string.
9256 (vera-in-comment-p): Remove unused function.
9257 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9258 use `syntax-ppss'.
9259 (vera-forward-syntactic-ws): Fix argument order.
9260 (vera-prepare-search): Use `with-syntax-table'.
9261 (vera-indent-line): Fix doc string.
9262 (vera-electric-tab): Fix doc string.
9263 (vera-expand-abbrev): Define alias instead of using `fset'.
9264 (vera-comment-uncomment-region): Use `comment-start-skip'.
9265
9266 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9267
9268 * textmodes/org.el (org-export-with-footnotes): New option.
9269 (org-export-as-html): Fix replacement bug for XEmacs.
9270 (org-agenda-default-appointment-duration): New option.
9271
9272 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9273
9274 * vc-hg.el: Add to do items.
9275 (vc-hg-diff): Add support for comparing different revisions.
9276 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9277 (vc-hg-annotate-extract-revision-at-line)
9278 (vc-hg-previous-version, vc-hg-checkin): New functions.
9279 (vc-hg-annotate-re): New constant.
9280
9281 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9282
9283 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9284
9285 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9288 buffer-local value of log-view-*-re if applicable.
9289
9290 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9291 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9292 (vc-bzr-command*): Remove both (incompatible) versions.
9293 (vc-bzr-do-command*): Remove.
9294 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9295 Remove by folding into its only caller vc-bzr-command.
9296 (vc-bzr-command): Always set the environment, even when ineffective.
9297 (vc-bzr-version): Minor fix up.
9298 (vc-bzr-admin-dirname): New var.
9299 (vc-bzr-bzr-dir): Remove.
9300 (vc-bzr-root-dir): New fun.
9301 (vc-bzr-registered): Use it. Add an autoloaded version.
9302 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9303 (vc-bzr-view-log-function): Remove.
9304 (vc-bzr-log-view-mode): New major mode to replace it.
9305 (vc-bzr-print-log): Only activate the old hack if needed.
9306
9307 * vc.el (vc-default-log-view-mode): New function.
9308 (vc-print-log): Add new `log-view-mode' VC operation.
9309
9310 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9311
9312 * ido.el (ido-find-file-in-dir): Don't signal an error for
9313 empty directories.
9314
9315 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9316
9317 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9318 directory where the desktop file was found, as the docstring says.
9319 (desktop-kill): Use `read-directory-name'.
9320
9321 2007-06-20 Alan Mackenzie <acm@muc.de>
9322
9323 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9324 When removing lines, also remove the \n. Correction of patch of
9325 2007-04-21.
9326
9327 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9328
9329 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9330 event is not a cons cell. Do not unread drag-mouse-1 events.
9331 Select right window in check whether space was stolen from
9332 window above.
9333
9334 * help-mode.el (help-make-xrefs): Adjust position of new forward
9335 button.
9336
9337 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9338
9339 * vc-bzr.el (vc-bzr-with-process-environment)
9340 (vc-bzr-std-process-invocation): New macros.
9341 (vc-bzr-command, vc-bzr-command*): Use them.
9342 (vc-bzr-with-c-locale): Remove.
9343 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9344 (vc-bzr-buffer-nonblank-p): New function.
9345 (vc-bzr-state-words): New const.
9346 (vc-bzr-state): Look for `bzr status' keywords in output.
9347 Display everything else as a warning message to the user.
9348 Fix status report with bzr >= 0.15.
9349
9350 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9351
9352 * vc-hg.el (vc-hg-global-switches): Simplify.
9353 (vc-hg-state): Handle more states.
9354 (vc-hg-diff): Fix doc-string.
9355 (vc-hg-register): New function.
9356 (vc-hg-checkout): Likewise.
9357
9358 2007-06-20 Reto Zimmermann <reto@gnu.org>
9359
9360 * progmodes/vera-mode.el: New file.
9361
9362 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9363
9364 * calc/calc.el (calc-multiplication-has-precendence):
9365 New variable.
9366 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9367 New functions.
9368 (math-expr-opers): Define using math-standard-ops rather than
9369 math-standard-opers.
9370 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9371 equal the function math-standard-ops rather than the variable
9372 math-standard-opers.
9373 (calc-algebraic-entry): Let math-expr-opers equal
9374 math-standard-ops or math-expr-ops, as appropriate.
9375 (math-expr-read-level, math-read-factor): Let math-expr-opers
9376 equal math-expr-ops.
9377 * calc/calc-embed.el (calc-embedded-finish-edit):
9378 Let math-expr-opers equal the function math-standard-ops
9379 rather than the variable math-standard-opers.
9380 * calc/calc-ext.el (math-read-plain-expr)
9381 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9382 function math-standard-ops rather than the variable
9383 math-standard-opers.
9384 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9385 Let math-expr-opers equal the function math-standard-ops rather
9386 than the variable math-standard-opers.
9387 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9388 equal the function math-standard-ops rather than the variable
9389 math-standard-opers.
9390 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9391 equal the function math-standard-ops rather than the variable
9392 math-standard-opers.
9393 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9394 math-expr-ops.
9395
9396 2007-06-19 Ivan Kanis <apple@kanis.eu>
9397
9398 * vc-hg.el: New file.
9399
9400 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9403 with font-lock-multiline.
9404
9405 2007-06-17 Glenn Morris <rgm@gnu.org>
9406
9407 * lpr.el (lpr-page-header-switches): Move %s to separate element
9408 for correct quoting. Doc fix.
9409
9410 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9413 than setting sgml-xml-mode.
9414 (sgml-mode, html-mode): Set sgml-xml-mode.
9415 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9416 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9417 (sgml-electric-tag-pair-before-change-function)
9418 (sgml-electric-tag-pair-flush-overlays): New functions.
9419 (sgml-electric-tag-pair-mode): New minor mode.
9420 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9421 (sgml-calculate-indent): Use assoc-string.
9422
9423 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9424
9425 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9426 chars before the "@" in an email address. Andreas Roehler noticed
9427 this problem.
9428
9429 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9430
9431 * thingatpt.el: Add support for email addresses (`email').
9432 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9433 (thing-at-point-email-regexp): New variable.
9434 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9435 properties on this symbol, with lambda forms for values.
9436
9437 2007-06-15 Masatake YAMATO <jet@gyve.org>
9438
9439 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9440
9441 * vc.el (vc-dired-hook): Check the backend returned from
9442 `vc-responsible-backend' can really handle `subdir'.
9443
9444 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9445
9446 * wid-edit.el (widget-add-documentation-string-button):
9447 Fix handling of documentation indent.
9448
9449 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9450
9451 * mb-depth.el: New file.
9452
9453 2007-06-15 Masatake YAMATO <jet@gyve.org>
9454
9455 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9456
9457 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * wid-edit.el (widget-default-create): Move ?h handling here...
9460 (widget-default-format-handler): ...from here.
9461 (widget-docstring, widget-add-documentation-string-button): New funs.
9462 (documentation-string): Add :visibility-widget property.
9463 (widget-documentation-string-value-create): Use it.
9464
9465 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9466 (custom-buffer-create-internal): Simplify message.
9467 (custom-variable-tag): Reduce height to normal.
9468 (custom-variable-value-create, custom-face-value-create)
9469 (custom-visibility): New widget.
9470 (custom-visibility): New face.
9471 (custom-group-value-create):
9472 Call widget-add-documentation-string-button, using `custom-visibility'.
9473
9474 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9477 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9478 change. Apparently the "warning even if the group is implicit" is
9479 a feature rather than a bug.
9480
9481 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9482
9483 * emulation/viper.el (viper-describe-key-ad)
9484 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9485 Compile them conditionally.
9486 (viper-version): Belated version change.
9487
9488 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * follow.el (follow-all-followers, follow-generic-filter):
9491 * pcomplete.el (pcomplete-restore-windows):
9492 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9493 (x-dnd-drop-data):
9494 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9495 * progmodes/python.el (python-complete-symbol):
9496 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9497
9498 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9499
9500 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9501 around bright and dim regexps. Make sure bright and dim matches
9502 use word anchors. Send text through rcirc-markup functions.
9503 (rcirc-url-regexp): Add single quote character.
9504 (rcirc-connect): Write logs to disk on auto-save-hook.
9505 Make server a non-optional argument.
9506 (rcirc-log-alist): New variable.
9507 (rcirc-log-directory): Make customizable.
9508 (rcirc-log-flag): New customizable variable.
9509 (rcirc-log): New function.
9510 (rcirc-print): Use above function.
9511 (rcirc-log-write): New function.
9512 (rcirc-generate-new-buffer-name): Strip text properties.
9513 (rcirc-switch-to-buffer-function): Remove variable.
9514 (rcirc-last-non-irc-buffer): Remove variable.
9515 (rcirc-non-irc-buffer): Add function.
9516 (rcirc-next-active-buffer): Use above function.
9517 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9518 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9519 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9520 (rcirc-omit-mode): Add minor-mode.
9521 (rcirc-mode-map): Change C-c C-o binding.
9522 (rcirc-mode): Clear mode-line-process. Use a custom
9523 fill-paragraph-function. Set up buffer-invisibility-spec.
9524 (rcirc-response-formats): Remove timestamp code.
9525 (rcirc-omit-responses): Add variable.
9526 (rcirc-print): Don't put the overlay arrow on potentially omitted
9527 lines. Log line to disk. Record activity for private messages
9528 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9529 (rcirc-jump-to-first-unread-line): Print message if there is no
9530 unread text.
9531 (rcirc-clear-unread): New function.
9532 (rcirc-markup-text-functions): Add variable.
9533 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9534 (rcirc-debug): Don't mess with window configuration.
9535 (rcirc-send-message): Send message before printing locally.
9536 Add SILENT argument, do not print message if non-nil.
9537 (rcirc-visible-buffers): New function and variable.
9538 (rcirc-window-configuration-change-1): Add function.
9539 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9540 server buffer.
9541 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9542 (rcirc-fill-paragraph): Add function.
9543 (rcirc-record-activity, rcirc-window-configuration-change-1):
9544 Only update the activity string if it has actually changed.
9545 (rcirc-update-activity-string): Remove padding characters from the
9546 mode-line string.
9547 (rcirc-disconnect-buffer): New function to be called when a
9548 channel is parted or the user quits.
9549 (rcirc-server-name): Warn when the server-name hasn't been set.
9550 (rcirc-window-configuration-change): Postpone work until
9551 post-command-hook.
9552 (rcirc-window-configuration-change-1): Update mode-line and
9553 overlay arrows here.
9554 (rcirc-authenticate): Fixc hanserv identification.
9555 (rcirc-default-server): Remove variable.
9556 (rcirc): Connect according to rcirc-connections.
9557 (rcirc-connections): Add variable.
9558 (rcirc-startup-channels-alist): Remove variable.
9559 (rcirc-startup-channels): Remove function.
9560
9561 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9564
9565 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9566
9567 * term/xterm.el (terminal-init-xterm): Escape parens in character
9568 constants.
9569
9570 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9573 Use [:alpha:] and [:alnum:] where applicable.
9574 (sh-quoted-subshell): Rewrite to correctly
9575 handle nested mixes of `...' and $(...).
9576 (sh-apply-quoted-subshell): Remove.
9577 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9578
9579 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9580
9581 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9582
9583 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9584 previous change.
9585
9586 2007-06-12 Tom Tromey <tromey@redhat.com>
9587
9588 * subr.el (user-emacs-directory): New defconst.
9589 * cmuscheme.el (scheme-start-file):
9590 * shell.el (shell):
9591 * completion.el (save-completions-file-name):
9592 * custom.el (custom-theme-directory):
9593 * term/x-win.el (emacs-session-filename):
9594 * filesets.el (filesets-menu-cache-file):
9595 * thumbs.el (thumbs-thumbsdir):
9596 * server.el (server-auth-dir):
9597 * image-dired.el (image-dired-dir):
9598 (image-dired-db-file):
9599 (image-dired-temp-image-file):
9600 (image-dired-gallery-dir):
9601 (image-dired-temp-rotate-image-file):
9602 * play/gamegrid.el (gamegrid-user-score-file-directory):
9603 * savehist.el (savehist-file):
9604 * tutorial.el (tutorial--saved-dir):
9605 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9606
9607 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9608
9609 * scroll-lock.el (scroll-lock-mode): Doc fix.
9610
9611 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9612
9613 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9614
9615 * ediff-init.el: Doc strings.
9616
9617 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9618
9619 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9620 (byte-compile-file): Bind it.
9621 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9622 group argument is provided implicitly.
9623 (byte-compile-format-warn, byte-compile-from-buffer)
9624 (byte-compile-insert-header): Don't hardcode point-min==1.
9625 (byte-compile-file-form-require): Remove unused var old-load-list.
9626 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9627
9628 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9629
9630 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9631 Display error messages.
9632 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9633 Get rid of cl.el dependencies.
9634
9635 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9636 New variable.
9637 (viper-activate-input-method-action)
9638 (viper-inactivate-input-method-action):
9639 Use viper-suppress-input-method-change-message.
9640
9641 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9642 for C-s, C-r.
9643
9644 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9645 Use viper-replace-overlay-cursor-color instead of
9646 viper-replace-overlay-cursor-color.
9647 (viper-sit-for-short): Use sit-for with 3 arguments.
9648
9649 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9650 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9651 to gud-mode.
9652
9653 * ediff-mult.el (ediff-meta-buffer-brief-message)
9654 (ediff-meta-buffer-verbose-message): New variables.
9655 (ediff-meta-buffer-message): Variable deleted.
9656 (ediff-verbose-help-enabled): New variable.
9657 (ediff-toggle-verbose-help-meta-buffer): New function.
9658 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9659 message options.
9660
9661 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9662 (ediff-fixup-patch-map): Improve heuristic.
9663
9664 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9667 (log-view-font-lock-keywords): Simplify.
9668 (log-view-current-file, log-view-current-tag): Simplify.
9669
9670 2007-06-12 Sam Steingold <sds@gnu.org>
9671
9672 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9673
9674 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
9675
9676 * desktop.el (desktop-load-locked-desktop): New option.
9677 (desktop-read): Use it.
9678 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9679 Use `when'.
9680
9681 2007-06-12 Davis Herring <herring@lanl.gov>
9682
9683 * desktop.el (desktop-save-mode-off): New function.
9684 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9685 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9686 (desktop-claim-lock, desktop-release-lock): New functions.
9687 (desktop-kill): Tell `desktop-save' that this is the last save.
9688 Release the lock afterwards.
9689 (desktop-buffer-info): New function.
9690 (desktop-save): Use it. Run `desktop-save-hook' where the doc
9691 says to. Detect conflicts, and manage the lock.
9692 (desktop-read): Detect conflicts. Manage the lock.
9693
9694 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9697
9698 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9699 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
9700 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
9701 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9702 keysyms rather than byte sequences.
9703 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9704
9705 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9708 half-activated, forcefully activate it completely.
9709
9710 2007-06-11 Richard Stallman <rms@gnu.org>
9711
9712 * cus-edit.el (custom-variable-type): Doc fix.
9713
9714 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9717 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9718 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9719 different possible cases for \'.
9720
9721 * complete.el (PC-bindings): Don't bind things already bound in the
9722 parent keymap.
9723
9724 * textmodes/bibtex-style.el: New file.
9725
9726 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9727
9728 * vc-bzr.el: New file.
9729
9730 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * vc-svn.el (vc-svn-program): New var.
9733 (vc-svn-command): Use it.
9734
9735 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
9736
9737 * server.el (server-switch-buffer): Remove redundant check.
9738
9739 2007-06-10 Martin Rudalics <rudalics@gmx.at>
9740
9741 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9742 Match against file-name-nondirectory.
9743 Fix text on user customization variables.
9744 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
9745
9746 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9747
9748 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
9749
9750 2007-06-09 Davis Herring <herring@lanl.gov>
9751
9752 * desktop.el (desktop-minor-mode-table): Doc fix.
9753
9754 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * textmodes/css-mode.el (css-navigation-syntax-table):
9757 Use set-char-table-range so it also works in the unicode branch.
9758
9759 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
9760
9761 * help-mode.el (help-xref-forward-stack)
9762 (help-xref-stack-forward-item, help-forward-label): New variables.
9763 (help-forward): New button type.
9764 (help-setup-xref): Initialise help-xref-forward-stack.
9765 (help-make-xrefs): Add forward button, if appropriate.
9766 (help-xref-go-back): Push item on forward stack.
9767 (help-xref-go-forward, help-go-forward): New functions.
9768
9769 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * dired.el (dired-mode-map): Remove spurious separator.
9772
9773 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9774
9775 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
9776
9777 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9778 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
9779
9780 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
9781
9782 * textmodes/org.el: Version number fixed.
9783
9784 2007-06-07 Glenn Morris <rgm@gnu.org>
9785
9786 * version.el (emacs-copyright): New constant.
9787 * startup.el (fancy-splash-tail): Use emacs-copyright.
9788 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
9789
9790 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
9791 `make-local'.
9792 (byte-compile-warnings-safe-p): Add `make-local'.
9793 (byte-compile-make-variable-buffer-local):
9794 Allow byte-compile-warnings to suppress this warning.
9795
9796 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
9797 format of "menu" description.
9798 (tutorial--find-changed-keys): Describe the specific menu a
9799 command is in.
9800
9801 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
9802 Rewrite compatibility functions to silence byte-compiler.
9803
9804 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9805
9806 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
9807 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
9808
9809 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
9810
9811 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
9812
9813 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9814
9815 * progmodes/ebrowse.el (ebrowse-member-table):
9816 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
9817 (org-batch-agenda-csv): Fix typos in docstrings.
9818
9819 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * international/mule-cmds.el (toggle-enable-multibyte-characters)
9822 (sort-coding-systems, search-unencodable-char): Doc fixes.
9823 (coding-system-change-eol-conversion, set-default-coding-systems)
9824 (prefer-coding-system, find-multibyte-characters, princ-list)
9825 (leim-list-entry-regexp, set-input-method, locale-language-names)
9826 (input-method-exit-on-first-char, exit-language-environment-hook)
9827 (locale-charset-language-names): Fix typos in docstrings.
9828
9829 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * pgg.el (pgg-sign-region, pgg-sign):
9832 * ses.el (ses-call-printer):
9833 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
9834 * textmodes/org.el (org-cycle): Fix typos in docstrings.
9835
9836 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
9837
9838 * textmodes/org.el (org-export-region-as-html)
9839 (org-replace-region-by-html, org-number-to-letters)
9840 (org-table-fedit-finish, org-normalize-color)
9841 (org-table-fedit-ref-right, org-date-to-gregorian)
9842 (org-table-fedit-move, org-table-convert-refs-to-rc)
9843 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
9844 (org-write-agenda, org-colgroup-info-to-vline-list)
9845 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
9846 (org-indent-line-function, org-export-as-html-to-buffer)
9847 (org-store-agenda-views, org-update-mode-line)
9848 (org-find-if, org-delete-all)
9849 (org-table-fedit-convert-buffer, org-emphasize)
9850 (org-uniquify, org-table-fedit-lisp-indent)
9851 (org-table-fedit-scroll, org-get-todo-sequence-head)
9852 (org-table-fedit-scroll-down, org-table-fedit-line-down)
9853 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9854 (org-table-fedit-toggle-coordinates, org-dvipng-color)
9855 (org-table-fedit-line-up, org-table-fedit-ref-down)
9856 (org-table-formula-from-user, org-mode-flyspell-verify)
9857 (org-cycle-show-empty-lines, org-ctrl-c-ret)
9858 (org-table-formula-to-user, org-diary-to-ical-string)
9859 (orgtbl-export, org-table-fedit-post-command)
9860 (org-closed-in-range, org-shiftcontrolright)
9861 (org-table-convert-refs-to-an, org-table-hline-and-move)
9862 (org-table-formula-less-p, org-format-table-ascii)
9863 (org-agenda-get-sexps, org-shift-refpart)
9864 (org-diary-sexp-entry, org-time-string-to-absolute)
9865 (org-table-show-reference, org-letters-to-number)
9866 (org-fix-agenda-info, org-table-fedit-ref-up)
9867 (org-table-fedit-shift-reference, org-table-fedit-abort)
9868 (org-closest-date, org-shiftcontrolleft)
9869 (org-at-heading-or-item-p, org-rematch-and-replace)
9870 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9871 New functions.
9872 (org-table-edit-scroll-down, org-finish-edit-formulas)
9873 (org-table-edit-next-field, org-abort-edit-formulas)
9874 (org-font-lock-level, org-export-find-first-heading-line)
9875 (org-table-edit-line-down, org-table-edit-backward-field)
9876 (org-edit-formula-lisp-indent, org-table-edit-move)
9877 (org-check-log-option, org-this-word)
9878 (org-table-edit-line-up, org-table-edit-formulas-post-command)
9879 (org-agenda-file-to-end, org-expand-file-name)
9880 (org-fake-empty-table-line, org-table-edit-scroll)
9881 (org-toggle-log-option, org-show-reference): Function removed.
9882 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9883 New defsubsts.
9884 (org-unmodified, org-batch-store-agenda-views)
9885 (org-batch-agenda-csv): New macro.
9886 (org-agenda-export): New customization group.
9887 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9888 (org-highest-priority, org-agenda-exporter-settings)
9889 (org-log-done-with-time, org-replace-disputed-keys)
9890 (org-format-latex-header, org-export-table-header-tags)
9891 (org-cycle-separator-lines, org-export-table-data-tags)
9892 (org-icalendar-include-sexps)
9893 (org-empty-line-terminates-plain-lists)
9894 (org-log-repeat, org-special-ctrl-a)
9895 (org-table-use-standard-references, org-disputed-keys)
9896 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9897 (org-agenda-export-html-style): New option.
9898 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
9899 (org-CUA-compatible): Option removed.
9900 (org-agenda-structure, org-sexp-date): New face.
9901 (org-todo-keywords-for-agenda, org-not-done-keywords)
9902 (org-planning-or-clock-line-re, org-agenda-name)
9903 (org-table-colgroup-info, org-todo-sets)
9904 (constants-unit-system, org-clock-mode-line-entry)
9905 (org-mode-line-timer, org-table-current-begin-pos)
9906 (org-todo-keywords-1, org-mode-line-string)
9907 (org-table-clean-did-remove-column, org-table-fedit-map)
9908 (org-clock-heading, org-table-buffer-is-an)
9909 (org-agenda-info, org-done-keywords)
9910 (org-done-keywords-for-agenda, org-todo-heads)
9911 (org-todo-kwd-alist, org-clock-start-time): New variable.
9912 (org-todo-kwd-priority-p, org-edit-formulas-map)
9913 (org-repeat-re, org-todo-kwd-max-priority)
9914 (org-version, org-done-string)
9915 (org-table-clean-did-remove-column-1, org-disputed-keys):
9916 Remove variables.
9917 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
9918 (org-ts-lengths): Constant removed.
9919 (org-follow-gnus-link): Don't ask how many articles to read.
9920 (org-export-find-first-export-line): Rename from
9921 `org-export-find-first-heading'.
9922 Use `org-export-skip-text-before-1st-heading'.
9923 (org-table-fedit-post-command): Rename from
9924 `org-table-edit-formulas-post-command'.
9925 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9926 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9927 (org-table-fedit-lisp-indent): Rename from
9928 `org-edit-formula-lisp-indent'.
9929 (org-table-show-reference): Rename from `org-show-reference'.
9930 (org-table-store-formulas): Use `org-table-formula-less-p'.
9931 (org-table-edit-formulas): Position cursor to current field equation.
9932 (org-update-checkbox-count, org-hide-archived-subtrees)
9933 (org-timestamp-up-day, org-timestamp-down-day)
9934 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9935 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
9936 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
9937 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
9938 Let `org-on-heading-p' also check for invisible heading.
9939 (org-read-date): Match am/pm times.
9940 (org-eval-in-calendar): Fix default date in prompt.
9941
9942 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
9945 "ChangeLog.a" entries, giving the latter lower priority.
9946
9947 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * faces.el (face-id): If the argument is a face alias,
9950 return the ID of the target face.
9951
9952 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
9953
9954 * net/socks.el (top): Remove unnecessary copyright line.
9955
9956 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * longlines.el (longlines-auto-wrap): Handle argument correctly.
9959
9960 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/socks.el: New file, taken from w3 repository.
9963 (top): Update Copyright. Don't load cl.el.
9964 (all): Replace `case' by `cond', `string-to-int' by
9965 `string-to-number', and `process-kill-without-query' by
9966 `set-process-query-on-exit-flag'.
9967 (socks-char-int): Remove defalias and all occurrences.
9968
9969 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
9970
9971 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9972 Fix typos in docstrings.
9973 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9974 (compilation-finish-function): Fix typo in obsolescence declaration.
9975
9976 2007-06-03 Sam Steingold <sds@gnu.org>
9977
9978 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9979 handle unending automatic recompilation of changed files (`omake -P').
9980 (compilation-loop): VISITED is now 5th CDR.
9981 (compilation-next-error-function): Set TIMESTAMP.
9982
9983 2007-06-03 Sam Steingold <sds@gnu.org>
9984
9985 * files.el (kill-buffer-ask): New function.
9986 (kill-some-buffers): Use it.
9987 (kill-matching-buffers): New user command.
9988
9989 2007-06-01 David Kastrup <dak@gnu.org>
9990
9991 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9992 Change default to `top'.
9993
9994 2007-05-31 Richard Stallman <rms@gnu.org>
9995
9996 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9997
9998 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * textmodes/css-mode.el: New file.
10001
10002 2007-05-30 Michael Olson <mwolson@gnu.org>
10003
10004 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10005 died and we are trying to send a signal to it. The program using
10006 tq.el should periodically check to see whether the process has
10007 died and react appropriately -- this is not the responsibility of
10008 tq.el, and is consistent with the rest of the tq.el source code.
10009
10010 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10011
10012 * textmodes/table.el (table--point-entered-cell-function)
10013 (table--point-left-cell-function):
10014 Bind `inhibit-point-motion-hooks' to t.
10015
10016 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10017
10018 * emacs-lisp/rx.el (rx): Doc fix.
10019
10020 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10021
10022 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10023
10024 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10025
10026 Sync with Tramp 2.0.56.
10027
10028 * net/tramp.el:
10029 * net/tramp-ftp.el:
10030 * net/tramp-smb.el:
10031 * net/tramp-util.el:
10032 * net/tramp-vc.el:
10033 Don't load cl.el, because that pollutes the namespace. Replace cl
10034 macros by their implementations where necessary. Requested by
10035 Richard Stallman <rms@gnu.org>.
10036
10037 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10038 doesn't exist.
10039 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10040 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10041 (tramp-file-name-p, tramp-file-name-multi-method)
10042 (tramp-file-name-method, tramp-file-name-user)
10043 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10044 replacing defstruct `tramp-file-name'.
10045 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10046 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10047 Apply `vector' instead of `make-tramp-file-name'.
10048 (tramp-handle-make-auto-save-file-name):
10049 Apply `tramp-temporary-file-directory' for compatibility reasons.
10050 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10051 because of XEmacs.
10052 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10053 started.
10054
10055 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10058
10059 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10060
10061 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10062 as the end of the ChangeLog paragraph when it ends without a line
10063 termination.
10064
10065 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10066
10067 * net/webjump.el (webjump-sample-sites):
10068 Add simple Wikipedia query.
10069
10070 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10073 compatibility code.
10074
10075 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10076 (copyright-update-year): Use it.
10077
10078 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10079
10080 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10081 Add indentation and debugging info. Fix up comment convention.
10082
10083 * cus-dep.el (custom-make-dependencies): Simplify.
10084
10085 * composite.el (compose-region, decompose-region):
10086 Use inhibit-read-only and restore-buffer-modified-p.
10087
10088 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10089 (xterm-mouse-event): Use it.
10090
10091 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10092
10093 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10094 `switch-to-buffer' has returned succesfully.
10095 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10096 window is dedicated (it could iconify the frame).
10097
10098 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10099
10100 * vc-hooks.el (vc-find-root): Fix file attribute test.
10101
10102 2007-05-24 Richard Stallman <rms@gnu.org>
10103
10104 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10105 Don't let opoint be nil.
10106 (flyspell-emacs-popup): Explicit error if no dialogs.
10107
10108 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10111 (image-next-line, image-previous-line, image-scroll-up)
10112 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10113 New functions.
10114 (image-mode-map): Remap motion commands.
10115 (image-mode-text-map): New keymap for viewing images as text.
10116 (image-mode): Use image-mode-map.
10117 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10118
10119 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * textmodes/fill.el (canonically-space-region): Make the second arg
10122 a marker if it's not already the case.
10123
10124 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10125
10126 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10127 (tar-get-descriptor): Handle type 55, an extended pax header.
10128
10129 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10132 to confuse outline-minor-mode.
10133
10134 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10135
10136 * tar-mode.el (tar-file-name-handler): New function.
10137 (tar-extract): Bind file-name-handler-alist to it to force
10138 find-buffer-file-type-coding-system behave as if the file being
10139 extracted existed. Use last-coding-system-used to force
10140 buffer-file-coding-system to what decode-coding-region actually
10141 used to decode the file.
10142
10143 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10144
10145 * progmodes/compile.el (compilation-handle-exit):
10146 `compilation-finish-function' may change the current buffer.
10147
10148 2007-05-22 Richard Stallman <rms@gnu.org>
10149
10150 * files.el (set-auto-mode): Doc fix.
10151
10152 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10153
10154 * help-fns.el (find-source-lisp-file): New function.
10155 (describe-function-1): Use find-source-lisp-file to find source
10156 file in compile tree.
10157
10158 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10159
10160 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10161
10162 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10163
10164 * emacs-lisp/easy-mmode.el (define-minor-mode)
10165 (easy-mmode-define-navigation): Fix typos in docstrings.
10166
10167 2007-05-22 Glenn Morris <rgm@gnu.org>
10168
10169 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10170
10171 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * mail/mail-extr.el (mail-extract-address-components):
10174 Recognize non-ASCII characters except for NBSP as words.
10175
10176 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10177
10178 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10179 (rcirc-print): Handle `window-width'.
10180 (rcirc-buffer-maximum-lines): Doc fix.
10181
10182 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * image-mode.el (image-toggle-display): Don't clear image cache.
10185 Only use filename in image spec if the file is readable.
10186 Call image-refresh.
10187
10188 * image.el (image-type-from-file-name, image-type): Simplify.
10189 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10190
10191 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10192 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10193
10194 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10195
10196 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10197 is an error.
10198
10199 * term/linux.el (terminal-init-linux): Don't signal an error
10200 if gpm isn't running.
10201
10202 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * t-mouse.el: Reduce to a minor-mode macro call.
10205 (t-mouse-mode): Remove the lighter.
10206
10207 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10208
10209 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10210
10211 * files.el (auto-mode-alist): Change the regexp so that
10212 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10213
10214 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * Version 22.1 released.
10217
10218 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10221 changes.
10222
10223 2007-05-19 Kevin Ryde <user42@zip.com.au>
10224
10225 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10226
10227 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10228
10229 * textmodes/sgml-mode.el: Revert last change.
10230
10231 2007-05-18 Richard Stallman <rms@gnu.org>
10232
10233 * simple.el (push-mark): Doc fix.
10234
10235 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10236
10237 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10238 tpu-global-map.
10239 (tpu-original-global-map): Variable deleted.
10240 (tpu-control-keys-map): New keymap variable.
10241 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10242 setting keymapping directly.
10243 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10244 tpu-global-map.
10245 (tpu-edt-on): Activate the tpu-global-map.
10246 (tpu-edt-off): Deactivate the tpu-global-map.
10247
10248 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10249
10250 * textmodes/ispell.el (ispell-get-word): Return markers
10251 for start and end positions.
10252 (ispell-word): Assume END is a marker.
10253
10254 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10255
10256 * printing.el: Group together all XEmacs/Emacs definitions.
10257 (pr-version): New version 6.9.
10258 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10259 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10260 (pr-menu-bind): Fix code.
10261 (pr-e-frame-char-height, pr-e-frame-char-width)
10262 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10263 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10264 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10265 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10266 (pr-x-event-y-pixel): Aliases eliminated.
10267 (pr-xemacs-global-menubar): Macro moved.
10268 (current-menubar, current-mouse-event, zmacs-region-stays)
10269 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10270 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10271 Vars moved.
10272 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10273 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10274 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10275 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10276 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10277 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10278 moved.
10279
10280 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10281
10282 * textmodes/sgml-mode.el (sgml-tag):
10283 Fix bug: Call sgml-transformation-function.
10284
10285 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10286
10287 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10288 modified flag of buffer. Use `inhibit-modification-hooks'.
10289
10290 2007-05-16 Richard Stallman <rms@gnu.org>
10291
10292 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10293
10294 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10297 Move the *ml, Postscript, and XmCD entries to the fallback part.
10298
10299 * files.el (magic-fallback-mode-alist):
10300 Rename from file-start-mode-alist.
10301
10302 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10303
10304 * progmodes/compile.el (compilation-handle-exit): Quote first
10305 argument of `run-hook-with-args'.
10306
10307 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10308
10309 * buff-menu.el (Buffer-menu-sort-column):
10310 * dabbrev.el (dabbrev-upcase-means-case-search):
10311 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10312 * info.el (Info-current-subfile):
10313 * ls-lisp.el (ls-lisp-verbosity):
10314 * msb.el (msb-menu-cond):
10315 * pcvs.el (cvs-dired-use-hook):
10316 * simple.el (set-mark-command-repeat-pop):
10317 * time.el (display-time-24hr-format, display-time-mail-file):
10318 Doc fixes.
10319
10320 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10321 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10322
10323 * view.el (view-inhibit-help-message): Fix typo in docstring.
10324 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10325
10326 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10327
10328 * textmodes/ispell.el (ispell-start-process): Defend against bad
10329 default-directory.
10330
10331 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10332
10333 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10334 content-transfer-encoding _last_, because it's its position that
10335 we need as value of base64-header-field-end.
10336
10337 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10338
10339 * files.el (mode-require-final-newline, require-final-newline)
10340 (enable-local-variables, enable-local-eval): Doc fixes.
10341
10342 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10343
10344 * ps-print.el: Use default color when foreground or background color
10345 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10346 (ps-print-version): New version 6.7.4.
10347 (ps-rgb-color): New argument. Use default color when color is
10348 unspecified.
10349 (ps-begin-job): Fix code.
10350
10351 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10352
10353 * longlines.el (longlines-mode): Make longlines-auto-wrap
10354 buffer-local. Add hooks unconditionally.
10355 (longlines-auto-wrap): Toggle wrapping.
10356 (longlines-after-change-function)
10357 (longlines-post-command-function): Check longlines-auto-wrap.
10358
10359 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10360
10361 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10362 (xterm-mouse-translate): Use it.
10363
10364 2007-05-10 Richard Stallman <rms@gnu.org>
10365
10366 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10367 (iso-cvt-write-only): Likewise.
10368
10369 * emacs-lisp/easy-mmode.el (define-minor-mode):
10370 Fix generated doc string.
10371
10372 * startup.el (fancy-splash-text): Add URL of guided tour.
10373 Adjust horizontal and vertical whitespace.
10374
10375 * progmodes/compile.el (compilation-handle-exit):
10376 Use run-hook-with-args to run compilation-finish-functions.
10377
10378 * files.el (file-start-mode-alist): New variable.
10379 (magic-mode-regexp-match-limit): Doc fix.
10380 (set-auto-mode): Handle file-start-mode-alist.
10381 A little cleanup of structure.
10382
10383 * dabbrev.el (dabbrev-eliminate-newlines):
10384 Renamed from dabbrev--eliminate-newlines. All uses changed.
10385
10386 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10387
10388 * man.el (Man-next-section): Don't consider the last line of the page
10389 as being part of any section.
10390
10391 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10394 can take any number of values.
10395
10396 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10399 to the list of citation commands.
10400
10401 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10404
10405 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10406
10407 * progmodes/python.el (python-font-lock-keywords)
10408 (python-open-block-statement-p, python-mode): Add support for the new
10409 "with" keyword.
10410
10411 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10414 the exact opposite of diff-goto-source.
10415
10416 * emacs-lisp/advice.el (ad-special-forms): Remove.
10417 (ad-special-form-p): Use subr-arity.
10418
10419 * newcomment.el (comment-search-forward): Make sure we search forward.
10420 (comment-enter-backward): Try and distinguish the non-matching case at
10421 EOB from the non-matching case with a missing comment-end-skip for
10422 a 2-char comment ender.
10423 (comment-choose-indent): New function extracted from comment-indent.
10424 Improve the alignment algorithm.
10425 (comment-indent): Use it.
10426
10427 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10428 XML style Processing Instructions.
10429 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10430 (sgml-calculate-indent): Handle `pi' context.
10431
10432 * vc.el: Ensure that update-changelog issues an error when used with
10433 a backend that does not implement it.
10434 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10435 Remove `backend' argument. Use expand-file-name.
10436 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10437
10438 * progmodes/python.el (python-end-of-block): Revert last change.
10439 (python-end-of-statement): Make sure we move *forward*.
10440
10441 2007-05-08 Richard Stallman <rms@gnu.org>
10442
10443 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10444 Don't include non-self-insert commands in the exception for `-'.
10445
10446 2007-05-08 David Reitter <david.reitter@gmail.com>
10447
10448 * progmodes/python.el (python-guess-indent): Check non-nullness
10449 before comparing indent against the 2..8 interval.
10450
10451 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10452
10453 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10454 available.
10455
10456 2007-05-06 Richard Stallman <rms@gnu.org>
10457
10458 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10459
10460 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10463 rather than storing their value in the revert-buffer function.
10464
10465 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10466
10467 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10468 when disabling t-mouse-mode.
10469
10470 2007-05-01 Davis Herring <herring@lanl.gov>
10471
10472 * calendar/timeclock.el: Update version number.
10473 (timeclock-modeline-display): Mention timeclock-use-display-time
10474 in explanatory message.
10475 (timeclock-in): Fix non-interactive workday specifications.
10476 (timeclock-log): Don't kill the log buffer if it already existed.
10477 Suppress warnings when finding the log. Don't check for a nil
10478 project twice. Run hooks after killing the buffer (if applicable).
10479 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10480 was geometric). All uses changed.
10481 (timeclock-generate-report): Support prefix argument.
10482
10483 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10484
10485 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10486 disconnections.
10487
10488 2007-05-01 Romain Francoise <romain@orebokech.com>
10489
10490 * dired-x.el: Revert 2007-04-06 change.
10491
10492 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10493
10494 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10495
10496 2007-04-29 Richard Stallman <rms@gnu.org>
10497
10498 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10499
10500 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10503 than 1.
10504
10505 2007-04-28 Richard Stallman <rms@gnu.org>
10506
10507 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10508
10509 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10510
10511 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10512 don't put stop on toolbar.
10513
10514 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10517
10518 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10519
10520 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10521 instead of $(lisp)/mh-e.
10522
10523 2007-04-28 Glenn Morris <rgm@gnu.org>
10524
10525 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10526 (image-dired-cmd-create-temp-image-options): Replace option
10527 +profile "*" with -strip.
10528
10529 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10530
10531 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10532 Use window-start and window-end.
10533
10534 2007-04-27 Andreas Schwab <schwab@suse.de>
10535
10536 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10537
10538 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10539
10540 * textmodes/fill.el (fill-paragraph): Doc fix.
10541
10542 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10543
10544 * locate.el (locate-in-alternate-database): Doc fix.
10545
10546 2007-04-26 Glenn Morris <rgm@gnu.org>
10547
10548 * button.el (button): Use underline if supported, else fall back
10549 to color.
10550
10551 * version.el (emacs-version): Increase to 22.1.50.
10552
10553 2007-04-25 Richard Stallman <rms@gnu.org>
10554
10555 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10556
10557 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10558
10559 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10560 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10561 pushing mark.
10562 (idlwave-current-routine): Don't push mark.
10563
10564 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10565
10566 * image-dired.el (image-dired-display-image): Derive image-type from
10567 filename rather than assuming jpeg, in case no resizing was needed.
10568
10569 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10570
10571 * custom.el (defface): Doc fix.
10572
10573 See ChangeLog.12 for earlier changes.
10574
10575 ;; Local Variables:
10576 ;; coding: iso-2022-7bit
10577 ;; add-log-time-zone-rule: t
10578 ;; End:
10579
10580 Copyright (C) 2007 Free Software Foundation, Inc.
10581
10582 This file is part of GNU Emacs.
10583
10584 GNU Emacs is free software; you can redistribute it and/or modify
10585 it under the terms of the GNU General Public License as published by
10586 the Free Software Foundation; either version 3, or (at your option)
10587 any later version.
10588
10589 GNU Emacs is distributed in the hope that it will be useful,
10590 but WITHOUT ANY WARRANTY; without even the implied warranty of
10591 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10592 GNU General Public License for more details.
10593
10594 You should have received a copy of the GNU General Public License
10595 along with GNU Emacs; see the file COPYING. If not, write to the
10596 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10597 Boston, MA 02110-1301, USA.
10598
10599 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af