(auto-mode-alist): Add \\' to doc-view files regexp.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-12-23 Juri Linkov <juri@jurta.org>
2
3 * man.el (Man-follow-manual-reference): Fill the minibuffer's
4 default list with a full list of references.
5
6 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
7
8 2007-12-23 Andreas Schwab <schwab@suse.de>
9
10 * files.el (switch-to-buffer-other-frame): Return the buffer
11 switched to.
12
13 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
14
15 Sync with Tramp 2.1.12.
16
17 * net/tramp.el: New todo item.
18
19 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
20 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
21
22 * net/trampver.el: Update release number.
23
24 2007-12-22 Richard Stallman <rms@gnu.org>
25
26 * newcomment.el (comment-region-default): Don't triple the
27 comment starter if the first region line isn't indented enough.
28
29 2007-12-21 Martin Rudalics <rudalics@gmx.at>
30
31 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
32 specifier from format-string. Reported by Ye Wenbin.
33
34 2007-12-20 Jason Rumney <jasonr@gnu.org>
35
36 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
37 Parent group is font-lock-faces.
38 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
39 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
40 (nxml-version): Remove.
41 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
42 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
43 (nxml-processing-instruction-delimiter)
44 (nxml-processing-instruction-target)
45 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
46 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
47 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
48 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
49 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
50 (nxml-attribute-prefix, nxml-attribute-colon)
51 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
52 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
53 (nxml-attribute-value, nxml-attribute-value-delimiter)
54 (nxml-namespace-attibute-value)
55 (nxml-namespace-attribure-value-delimiter)
56 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
57 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
58 (nxml-glyph): Rename, removing -face suffix.
59 Inherit from existing font-lock faces.
60 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
61 Use new face names.
62
63 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
64 (nxml-outline-active-indicator, nxml-outline-ellipsis):
65 Rename, removing -face suffix.
66 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
67 (nxml-highlighted-colon, nxml-highlighted-slash)
68 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
69 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
70 (nxml-highlighted-qname, nxml-outline-display-heading):
71 Use new face names.
72
73 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
74
75 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
76
77 2007-12-19 Martin Rudalics <rudalics@gmx.at>
78
79 * cus-start.el (all): Use correct group name for members of
80 mode-line group.
81
82 * man.el (Man-default-man-entry): When looking for default man
83 entry title search text preceding point. Use when instead of if.
84
85 * indent.el (indent-for-tab-command): Fix doc-string typo.
86
87 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
88 vc-parent-buffer is the current buffer.
89
90 * info-look.el (info-lookup, info-lookup-setup-mode)
91 (info-lookup-make-completions): Avoid clobbering Info-history and
92 Info-history-list.
93
94 2007-12-19 Glenn Morris <rgm@gnu.org>
95
96 * progmodes/verilog-mode.el (top-level): Don't require compile.
97 (compilation-error-regexp-alist, compilation-last-buffer):
98 Define for compiler.
99 (verilog-insert-1): New function.
100 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
101 Use verilog-insert-1.
102 (verilog-surelint-off): Use next-error-last-buffer if bound.
103 Check compile buffer is live.
104
105 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
106
107 * progmodes/compile.el (compilation-start): Don't pass a FRAME
108 argument to display-buffer.
109
110 2007-12-19 Jason Rumney <jasonr@gnu.org>
111
112 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
113 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
114 (rng-byte-compile-load, rng-write-version): Remove.
115
116 * nxml/rng-loc.el (rng-schema-locating-files-default)
117 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
118 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
119
120 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
121
122 * files.el (cd-absolute): Set `list-buffers-directory' in order to
123 show correct path in buffer list.
124
125 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
126 (tramp-find-shell): Send only single prompt setting commands, in
127 order to avoid double-prompt.
128
129 * net/tramp-compat.el (top): Require cl only when compiling.
130 Reported by Glenn Morris <rgm@gnu.org>.
131
132 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
133
134 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
135 (c-comment-continuation-stars): No longer declare with
136 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
137 (c-block-comment-prefix): Use symbol-value to
138 access c-comment-continuation-stars.
139 * progmodes/cc-mode.el (c-initialize-cc-mode):
140 Use symbol-value to access c-comment-continuation-stars.
141
142 2007-12-18 Mark A. Hershberger <mah@everybody.org>
143
144 * xml.el (xml-escape-string): New function. Escape string using
145 xml-entity-alist.
146 (xml-debug-print-internal): Use xml-escape-string to escape
147 characters in attributes and in text children of elements.
148
149 2007-12-18 Glenn Morris <rgm@gnu.org>
150
151 * progmodes/cc-subword.el (c-subword-mode): Drop support for
152 systems without define-minor-mode.
153
154 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging
155 message.
156
157 * progmodes/verilog-mode.el: Replace all instances of
158 string-to-int with string-to-number, insert-string with insert,
159 and read-input with read-string.
160 (top-level): No need to require imenu, reporter, dinotrace, vc,
161 font-lock when compiling. Always require compile. Relegate remaining
162 compatibility cruft to XEmacs. Don't require font-lock.
163 (verilog-version): Remove superfluous concat.
164 (dinotrace-unannotate-all, zmacs-activate-region)
165 (customize-apropos): No need to define.
166 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
167 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
168 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
169 (verilog-startup-message-displayed): These are variables, not constants.
170 (verilog-batch-execute-func, verilog-auto-inst)
171 (verilog-auto-inst-param): Use mapc rather than mapcar.
172 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
173 actually defining.
174 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
175 (verilog-modi-get-outputs, verilog-modi-get-inouts)
176 (verilog-modi-get-inputs, verilog-modi-get-wires)
177 (verilog-modi-get-regs, verilog-modi-get-assigns)
178 (verilog-modi-get-consts, verilog-modi-get-gparams)
179 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
180 (verilog-modi-get-sub-inputs): Move inline functions earlier in
181 the file.
182 (sigs-in, sigs-out): Don't declare multiple times.
183 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
184 `defvar'.
185 (verilog-auto): Call dinotrace-unannotate-all only if bound.
186 (verilog-module-inside-filename-p): No need to wrap fboundp test
187 in condition-case.
188 (reporter-submit-bug-report): Autoload it.
189 (verilog-mark-defun): Call zmacs-activate-region only if bound.
190 (verilog-font-customize): Call customize-apropos only if bound.
191 (verilog-getopt-flags, verilog-auto-reeval-locals): Use
192 make-local-variable rather than make-variable-buffer-local.
193 (verilog-company, verilog-project, verilog-modi-cache-list): Move
194 make-variable-buffer-local calls to top-level.
195 (font-lock-defaults-alist): Don't define it.
196 (verilog-need-fld): Remove.
197 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
198 (verilog-mode): Only call make-local-hook on XEmacs. Set
199 font-lock-defaults rather than using verilog-font-lock-init.
200
201 2007-12-17 Andreas Schwab <schwab@suse.de>
202
203 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix
204 comment typo.
205
206 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
207
208 * net/dbus.el (dbus-name-owner-changed-handler): Use
209 `dbus-unregister-signal' for removing old rules. Obey new
210 structure of `dbus-registered-functions-table'.
211
212 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
213
214 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
215
216 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
217
218 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
219 function.
220 (add-submenu): Only define for XEmacs.
221 (verilog-regexp-words): Revert previous change, keep the other
222 definition.
223
224 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
225
226 * progmodes/perl-mode.el (perl-continued-statement-offset)
227 (perl-continued-brace-offset, perl-brace-offset)
228 (perl-brace-imaginary-offset, perl-label-offset):
229 * progmodes/cperl-mode.el (cperl-brace-offset)
230 (cperl-continued-brace-offset, cperl-label-offset)
231 (cperl-continued-statement-offset)
232 (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
233 safe-local-variable properties.
234
235 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
236
237 * progmodes/verilog-mode.el (verilog-mode-map)
238 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
239 (verilog-colorize-include-files): Use only overlay functions so
240 that it can work on both emacs and XEmacs.
241 (set-extent-keymap): Remove unused defun.
242 (verilog-kill-existing-comment, verilog-insert-date)
243 (verilog-insert-year): Rename in order not to pollute the global
244 namespace from kill-existing-comment, insert-date and
245 insert-year, respectively.
246 (verilog-set-auto-endcomments, verilog-header): Update callers.
247
248 * files.el (auto-mode-alist): Recognize verilog files.
249
250 * progmodes/verilog-mode.el (verilog-string-replace-matches)
251 (verilog-string-remove-spaces, verilog-re-search-forward)
252 (verilog-re-search-backward, verilog-re-search-forward-quick)
253 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
254 (verilog-get-end-of-line, verilog-within-string): Move definitions
255 before first use. No code changes.
256
257 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
258
259 * progmodes/verilog-mode.el (verilog-mode-version)
260 (verilog-mode-release-date): Don't use expanding keywords.
261 (provide): Move to the end of file.
262 (fboundp): Don't check if eval-when-compile is bound, it is used
263 later in the file without checking.
264 (when, unless): Copy definitions from subr.el.
265 (char-before, defcustom, defface, customize-group)
266 (verilog-batch-error-wrapper): Don't use old style backquotes.
267 (verilog-regexp-opt): Avoid using the cl function case.
268 (verilog-regexp-words): Remove duplicated definition.
269 (verilog-mode-abbrev-table): Remove, duplicate.
270 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
271 Declare and initialize in one step.
272 (verilog-declaration-prefix-re, verilog-declaration-re)
273 (verilog-end-of-statement, verilog-indent-declaration)
274 (verilog-get-lineup-indent): Remove trailing whitespace.
275 (verilog-mode): Fix autoload cookie. Set
276 beginning-of-defun-function and end-of-defun-function. Use when
277 instead of if.
278 (verilog-emacs-features, verilog-auto-ascii-enum)
279 (verilog-insert-indices): Escape braces in doc strings.
280
281 2007-12-08 Michael McNamara <mac@verilog.com>
282 Wilson Snyder <wsnyder@wsnyder.org>
283
284 * progmodes/verilog-mode.el: New file.
285
286 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
287
288 * international/latexenc.el (latexenc-find-file-coding-system): If
289 both coding-system-for-write and buffer-file-coding-system of
290 latex-main-file are nil, use `undecided'.
291
292 2007-12-06 Jason Rumney <jasonr@gnu.org>
293
294 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
295
296 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
297
298 * files.el (revert-buffer): Docstring fix.
299
300 2007-12-11 Glenn Morris <rgm@gnu.org>
301
302 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
303
304 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
305
306 * calc/calc-aent.el (math-restore-underscores)
307 (math-string-restore-underscores): New functions.
308 (math-read-factor): Properly check variable names with underscores
309 for entries in `math-expr-variable-mapping'.
310
311 * calc/calc-lang.el (math-lang-name): New property name.
312
313 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
314 to set language name.
315
316 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
317
318 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
319
320 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * server.el (server-select-display): Fix important typo.
323 (server-process-filter): Turn a "" display into nil.
324
325 2007-12-09 Juri Linkov <juri@jurta.org>
326
327 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
328 Check search-upper-case before calling isearch-no-upper-case-p
329 to set case-fold-search.
330 (occur): Doc fix.
331 (occur-1, perform-replace): Check search-upper-case before calling
332 isearch-no-upper-case-p to set case-fold-search.
333
334 * isearch.el (search-upper-case): Doc fix.
335 (isearch-mode-map): Bind `M-s o' to isearch-occur.
336 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
337 (isearch-query-replace-regexp): Doc fix.
338 (isearch-occur): New function.
339
340 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
341
342 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
343 backward compatibility.
344
345 * net/imap.el (imap-string-to-integer): New function.
346
347 2007-12-09 David Kastrup <dak@gnu.org>
348
349 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
350 directories. Not sure anybody uses this anymore, though.
351
352 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
353
354 * printing.el: Fix pr-interface-map initialization code.
355 (pr-version): New version 6.9.3.
356 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
357 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
358 (pr-f-read-string): Replace by pr-read-string.
359 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
360 name.
361 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
362
363 2007-12-09 Glenn Morris <rgm@gnu.org>
364
365 * emulation/viper-init.el (top-level): Use dolist rather than mapc
366 in make-variable-frame-local call.
367
368 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
369
370 * mail/hashcash.el (declare-function):
371 * net/imap.el (declare-function): New no-op macro for backward
372 compatibility.
373
374 2007-12-08 Eli Zaretskii <eliz@gnu.org>
375
376 Sync makefile.w32-in with Makefile.in.
377
378 * makefile.w32-in (check-declare): New target.
379 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
380 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
381 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
382 ($(lisp)/progmodes/cc-mode.elc): Use it.
383 ($(lisp)/progmodes/cc-mode.elc): New rule.
384
385 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
386
387 * indent.el (tab-stop-list): Mark as safe-local-variable.
388
389 * generic-x.el (etc-sudoers-generic-mode): New mode.
390 (generic-unix-modes): Add it.
391
392 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
395 apply wildcards in a hash table key; there is no usable hash code then.
396 (dbus-registered-functions-table): Use `equal' as test function.
397 (dbus-name-owner-changed-handler): Rewrite due to new hash table
398 structure.
399
400 2007-12-08 Martin Rudalics <rudalics@gmx.at>
401
402 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
403 bound error in block comment branch.
404
405 2007-12-08 David Kastrup <dak@gnu.org>
406
407 * textmodes/reftex.el (reftex-select-with-char):
408 * textmodes/reftex-toc.el (reftex-toc-do-promote)
409 (reftex-toc-visit-location, reftex-toc-find-section):
410 * textmodes/reftex-index.el (reftex-index-show-entry):
411 * textmodes/org.el (org-cycle-hide-archived-subtrees)
412 (org-table-rotate-recalc-marks, org-mark-ring-push)
413 (org-follow-info-link, org-mhe-get-message-folder-from-index)
414 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
415 (org-evaluate-time-range, org-edit-agenda-file-list):
416 * textmodes/artist.el (artist-select-next-op-in-list)
417 (artist-select-prev-op-in-list):
418 * term/mac-win.el (mac-service-insert-text):
419 * startup.el (fancy-about-screen):
420 * progmodes/vhdl-mode.el (vhdl-decision-query):
421 * progmodes/idlwave.el (idlwave-template)
422 (idlwave-scroll-completions, idlwave-display-completion-list):
423 * progmodes/ebrowse.el (ebrowse-show-progress):
424 * progmodes/cperl-mode.el (cperl-find-pods-heres):
425 * progmodes/antlr-mode.el (antlr-insert-option-do):
426 * play/mpuz.el (mpuz-close-game):
427 * net/rcirc.el (rcirc-next-active-buffer):
428 * mail/reporter.el (reporter-update-status):
429 * kmacro.el (kmacro-display):
430 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
431 * emulation/viper-util.el (viper-save-setting):
432 * emacs-lisp/lisp-mnt.el (lm-verify):
433 * emacs-lisp/edebug.el (edebug-set-mode):
434 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
435 * calendar/calendar.el (calendar-print-day-of-year):
436 * calc/calcalg3.el (calc-curve-fit):
437 * calc/calcalg2.el (math-integral):
438 * calc/calc.el (calc-read-key-sequence, calc-version):
439 * calc/calc-mode.el (calc-set-simplify-mode):
440 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
441
442 2007-12-07 D. Goel <deego3@gmail.com>
443
444 * progmodes/idlw-shell.el (idlwave-shell-display-line)
445 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
446 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
447 * mail/uce.el (uce-reply-to-uce)
448 * progmodes/vhdl-mode.el (vhdl-template-modify)
449 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
450 to `error' (as suggested by RMS.)
451
452 2007-12-07 Glenn Morris <rgm@gnu.org>
453
454 * allout.el (allout-write-file-hook-handler):
455 * textmodes/reftex.el (reftex-TeX-master-file):
456 * textmodes/reftex-parse.el (reftex-short-context):
457 Revert previous change.
458
459 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
460
461 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
462 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
463 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
464 (dbus-event-service-name, dbus-event-path-name)
465 (dbus-event-interface-name, dbus-event-member-name): Fix for new
466 event structure.
467 (dbus-list-activatable-names, dbus-list-names)
468 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
469 Reorder `dbus-call-method' arguments.
470
471 2007-12-06 D. Goel <deego3@gmail.com>
472
473 * allout.el (allout-write-file-hook-handler):
474 * textmodes/reftex.el (reftex-TeX-master-file):
475 * textmodes/org.el (org-paste-subtree):
476 * progmodes/vhdl-mode.el (vhdl-template-modify):
477 * progmodes/idlw-shell.el (idlwave-shell-send-command)
478 (idlwave-shell-display-line):
479 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
480 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
481 * net/trampver.el (x):
482 * mail/uce.el (uce-reply-to-uce):
483 * mail/rmailout.el (rmail-output):
484 * mail/feedmail.el (feedmail-dump-message-to-queue):
485 * whitespace.el (whitespace-write-file-hook):
486 * wdired.el (wdired-check-kill-buffer):
487 * vc.el (vc-update):
488 * vc-mcvs.el (vc-mcvs-checkin):
489 * vc-cvs.el (vc-cvs-checkin):
490 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
491 * ibuffer.el (ibuffer-current-buffer):
492 * dired.el (dired-move-to-end-of-filename):
493 * bindings.el (complete-symbol):
494 * textmodes/org-publish.el (org-publish-file):
495 (org-publish-current-project):
496 * textmodes/reftex-parse.el (reftex-short-context):
497 * textmodes/texinfmt.el: Fix buggy calls to `error'.
498
499 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * doc-view.el (doc-view-dvi->pdf-sentinel)
502 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
503 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
504 within a sentinel or timer.
505 (doc-view-display): Don't try to display before the requested page
506 is available, unless told to do so explicitly.
507 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
508 Force display even if the requested page is not available.
509
510 2007-12-06 Richard Stallman <rms@gnu.org>
511
512 * help-fns.el (describe-function-1): Call ad-get-advice-info
513 only on symbols.
514
515 2007-12-06 Glenn Morris <rgm@gnu.org>
516
517 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
518 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
519 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
520 faces in non-light-background case.
521
522 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
523 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
524 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
525 * emulation/vi.el, emulation/viper-cmd.el:
526 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
527 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
528 * textmodes/fill.el: Remove directory part from filenames in
529 function declarations.
530
531 * dired-aux.el (mailcap-mime-info): Update declaration.
532
533 2007-12-05 Richard Stallman <rms@gnu.org>
534
535 * wid-edit.el (widget-type): Doc fix.
536
537 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
540 Don't match "sub { (...) ... }".
541
542 2007-12-05 Richard Stallman <rms@gnu.org>
543
544 * international/mule-cmds.el (toggle-input-method-active): New var.
545 (toggle-input-method): Bind toggle-input-method-active to t.
546 Error if it was already non-nil.
547
548 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
549
550 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
551
552 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
553
554 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
555 see if certs should be verified and what is to be done in the
556 event of a verification failure.
557
558 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
559
560 * net/tls.el (tls-program): Provide more custom choices from
561 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
562 (tls-process-connection-type, tls-success): Remove "*" in doc string.
563 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
564 version. Minor improvement to doc strings.
565 (tls-program): Add comment.
566
567 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
568
569 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
570 (tls-checktrust): New variable. Check if GNU TLS complained about a
571 mismatch between the hostname provided in the certificate and the name
572 of the host connnecting to.
573 (open-tls-stream): Use them. Check certificates against trusted root
574 certificates.
575
576 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
577
578 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
579 (imap-parse-status): Upcase status-att for broken servers that sends
580 them lower-case (e.g., MS Exchange 2007).
581
582 2007-12-05 D. Goel <deego3@gmail.com>
583
584 * simple.el (undo):
585 * image-dired.el (image-dired-display-thumb-properties):
586 (image-dired-modify-mark-on-thumb-original-file):
587 (image-dired-dired-display-properties):
588 * help.el (help-window-display-message):
589 * files.el (hack-local-variables-confirm):
590 * ediff.el (ediff-version):
591 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
592 `message' and `error': Ensure that first arg is a format string.
593
594 * emacs-lisp/find-func.el (find-library-name): Prefer files with
595 ".el" suffix over "".
596
597 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
598
599 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
600 interface and member fields.
601
602 2007-12-05 Glenn Morris <rgm@gnu.org>
603
604 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
605 (pcomplete-here): Autoload it.
606
607 * eshell/em-basic.el (print-func): No need to define for compiler.
608
609 * eshell/esh-cmd.el (eshell-debug-command):
610 * eshell/esh-io.el (eshell-print): Move definitions before use.
611
612 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
613
614 * eshell/esh-util.el (top-level): Don't require pp.
615 Use condition-case rather than ignore-errors.
616
617 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
618
619 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
620 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
621 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
622 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
623 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
624 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
625 * eshell/esh-util.el, eshell/eshell.el: Require individual files
626 if needed when compiling, rather than esh-maint. Collect any
627 require statements. Move provide statement to end. Move any
628 commentary to start.
629
630 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
631 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
632 * eshell/esh-proc.el, eshell/esh-var.el:
633 Require individual files if needed when compiling, rather than
634 esh-maint. Collect any require statements. Leave provide at start.
635 Move any commentary to start.
636
637 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
638 Remove declared function from byte-compile-noruntime-functions.
639
640 * ediff-util.el (ediff-version):
641 * progmodes/python.el (compilation-shell-minor-mode):
642 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
643 (calendar-bahai-date-string, calendar-check-holidays)
644 (calendar-chinese-date-string, calendar-coptic-date-string)
645 (calendar-ethiopic-date-string, calendar-forward-day)
646 (calendar-french-date-string, calendar-goto-date)
647 (calendar-goto-today, calendar-hebrew-date-string)
648 (calendar-islamic-date-string, calendar-iso-date-string)
649 (calendar-julian-date-string, calendar-mayan-date-string)
650 (calendar-persian-date-string, gnus-summary-last-subject)
651 (parse-time-string, rmail-show-message): Declare as functions.
652
653 2007-12-05 Michael Olson <mwolson@gnu.org>
654
655 * textmodes/remember.el: Merge contents of remember-diary.el here,
656 updating header. Add autoload cookie so that byte-compilation
657 works without warning.
658 (remember-diary-file): Default to nil, since diary might not yet
659 be loaded at this point, which would deny us access to diary-file.
660 (remember-diary-extract-entries): If remember-diary-file is nil,
661 then use diary-file instead.
662
663 * textmodes/remember-diary.el: Remove, due to the issue of needing
664 the first 8 characters of a filename to be unique.
665
666 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
667
668 * net/dbus.el (dbus-hash-table=): New defun.
669 (dbus-hash-table-test) New hash table test function, used in
670 `dbus-registered-functions-table'.
671 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
672 (dbus-event-service-name, dbus-event-path-name)
673 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
674 due to new structure of `dbus-event'.
675
676 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
677
678 * ido.el (ido-save-history): Set the `coding' local
679 variable in the first line of the file.
680
681 2007-12-04 Glenn Morris <rgm@gnu.org>
682
683 * password-cache.el: Move here from gnus/password.el.
684 (top-level): Don't require cl when compiling.
685 (password-read-and-add): Doc fix. Make obsolete.
686
687 * net/tramp.el: Require password-cache or password.
688
689 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
690 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
691 compiling.
692 (cua-set-rectangle-mark): Add doc string to autoload.
693 (cua--rectangle, cua--last-killed-rectangle)
694 (cua--global-mark-active): Always define for compiler.
695 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
696 (cua--delete-rectangle, cua--insert-rectangle)
697 (cua--rectangle-corner, cua--rectangle-assert)
698 (cua--insert-at-global-mark, cua--global-mark-post-command):
699 Declare as functions.
700
701 * emulation/cua-gmrk.el (top-level): Move provide to end.
702
703 * emulation/cua-rect.el (top-level): Move provide to end.
704 Don't require cua-gmrk when compiling.
705 (cua--cut-rectangle-to-global-mark)
706 (cua--copy-rectangle-to-global-mark): Declare as functions.
707
708 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
709 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
710 (viper-vi-state-cursor-color):
711 Consolidate make-variable-frame-local calls.
712
713 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
714 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
715 than bbdb-address-street1,2,3.
716
717 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
718 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
719
720 2007-12-03 Karl Fogel <kfogel@red-bean.com>
721
722 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
723 (save-place-alist-to-file, load-save-place-alist-from-file):
724 Don't print non-error messages at all, there's really no need.
725 Do print if there's a problem, and clarify message in that case.
726
727 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
728
729 * ediff-diff.el (ediff-prepare-error-list):
730 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
731
732 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
733
734 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
735 (doc-view-current-overlay, doc-view-pending-cache-flush):
736 Add doc string.
737
738 2007-12-03 Richard Stallman <rms@gnu.org>
739
740 * subr.el (declare-function): Move from byte-run.el.
741
742 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
743
744 * window.el (recenter-top-bottom): Don't use `ecase'.
745
746 2007-12-02 Karl Fogel <kfogel@red-bean.com>
747
748 * saveplace.el (save-place-alist-to-file):
749 Set coding-system-for-write once and refer to it throughout.
750 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
751
752 2007-12-02 Karl Fogel <kfogel@red-bean.com>
753
754 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
755 system when writing, and set it in the first-line file variables.
756 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
757 Juanma Barranquero.
758
759 2007-12-02 Glenn Morris <rgm@gnu.org>
760
761 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
762 Reverse branches of if statement.
763
764 * emulation/viper-cmd.el (top-level): Don't require advice.
765 Don't load viper-util, viper-keym, viper-mous, viper-macs,
766 viper-ex when compiling.
767
768 * emulation/viper-ex.el (top-level): Don't load viper-util,
769 viper-keym when compiling.
770
771 * emulation/viper-init.el (top-level): Move provide statement to end.
772
773 * emulation/viper-keym.el (top-level): Don't load viper-util when
774 compiling. Move provide statement to end.
775
776 * emulation/viper-macs.el (top-level): Don't load viper-util,
777 viper-keym, viper-mous when compiling.
778
779 * emulation/viper-mous.el (top-level): Don't load viper-util when
780 compiling.
781
782 * emulation/viper-util.el (top-level): Don't load viper-init when
783 compiling.
784
785 * emulation/viper.el (top-level): Don't require ring.
786 Don't load viper-init, viper-cmd when compiling.
787
788 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
789 Move here from gnus/.
790
791 2007-12-02 Karl Fogel <kfogel@red-bean.com>
792
793 Offer option for saveplace to be quiet about loading and saving.
794 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
795
796 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
797 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
798 to determine whether to print loading/saving messages.
799
800 2007-12-02 Glenn Morris <rgm@gnu.org>
801
802 * mail/binhex.el: Move here from gnus/.
803 (binhex): New custom group.
804 (binhex-decoder-program, binhex-decoder-switches)
805 (binhex-use-external): Move to the binhex custom group.
806
807 * mail/uudecode.el: Move here from gnus/.
808 (uudecode): New custom group.
809 (uudecode-decoder-program, uudecode-decoder-switches)
810 (uudecode-use-external): Move to the uudecode custom group.
811
812 * net/netrc.el (top-level): Don't load `encrypt' features.
813 (netrc-parse): Don't use encrypt.
814 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
815
816 * progmodes/python.el (top-level): Don't require cl when compiling.
817
818 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
819
820 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
821 encoding for aspell process and for communication with it.
822 Only add "-d" option if not already present.
823 Use ispell-current-dictionary and ispell-current-personal-dictionary.
824 General reorganization.
825
826 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
827 encoding here.
828 (ispell-start-process): Explicitly set encoding here if using aspell.
829
830 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
833 function to log-edit.
834
835 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
836
837 * net/dbus.el: New file.
838
839 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
840
841 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
842 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
843 (calc-lang-parens-are-subscripts): New variables.
844 (math-expr-special-function-mapping): Remove variable.
845 (math-eqn-ignore-words, math-tex-ignore-words)
846 (math-latex-ignore-words): Move to calc-lang.el.
847
848 * calc/calc-lang.el (math-compose-vector, math-compose-var)
849 (math-tex-expr-is-flat): Declare as functions.
850 (calc-lang-slash-idiv, calc-lang-allow-underscores)
851 (math-comp-left-bracket, math-comp-right-bracket)
852 (math-comp-comma, math-comp-vector-prec): Declare as variables.
853 (math-var-formatter, math-matrix-formatter)
854 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
855 (math-punc-table, math-compose-subscr,math-dots)
856 (math-func-formatter): New property names to store language
857 specific information.
858 (math-compose-tex-var, math-compose-tex-intv)
859 (math-compose-maple-intv, math-compose-eqn-intv)
860 (math-compose-tex-sum, math-compose-tex-func)
861 (math-compose-tex-intv): New functions.
862 (math-eqn-ignore-words,math-tex-ignore-words)
863 (math-latex-ignore-words): Move from calc.el.
864 (math-special-function-table): Add entries for tex.
865 (calc-lang-slash-idiv, calc-lang-allows-underscores):
866 New variables.
867 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
868 (math-compose-tex-matrix, math-compose-eqn-matrix)
869 (math-eqn-special-functions): Move from calccomp.el.
870
871 * calc/calccomp.el (math-compose-var): New function.
872 (math-compose-expr): Allow more special functions to be used.
873 Change test for formatting fractions. Use variables and property
874 names to help with language specific formatting.
875 (math-compose-tex-matrix, math-compose-eqn-matrix)
876 (math-eqn-special-functions): Move to calc-lang.el.
877 (math-compose-rows): Use property names to help with language
878 specific formatting.
879
880 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
881 into nested subscripts.
882 (math-read-token): Use variables and property names to help with
883 language specific parsing.
884 (math-read-expression-level): Use variables to help with language
885 specific parsing.
886
887 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
890 (archive-rar-summarize): Allow the file name to be passed as argument.
891 Remove unused vars `header' and `footer'.
892 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
893
894 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
895
896 * log-edit.el (log-edit-show-diff): New function.
897 (log-edit-mode-map, log-edit-menu): Bind it.
898 (log-edit-diff-function): New variable.
899 (log-edit): Change the 3rd param to be an alist and accept a
900 function that computes a diff for the files involved.
901
902 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
903
904 2007-12-01 Martin Rudalics <rudalics@gmx.at>
905
906 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
907 wrap next-/previous-line in with-no-warnings.
908
909 2007-12-01 Glenn Morris <rgm@gnu.org>
910
911 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
912
913 * net/dig.el: Move here from gnus/.
914 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
915
916 * net/dns.el: Move here from gnus/.
917 (top-level): Don't require mm-util, or cl when compiling.
918 (dns-write-name, dns-read, dns-read-type, query-dns):
919 Replace mm-with-unibyte-buffer with its expansion.
920 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
921
922 * progmodes/gdb-ui.el (gud-remove, gud-break):
923 * progmodes/gud.el (gdb-create-define-alist)
924 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
925 (hl-line-highlight, gdb-display-source-buffer)
926 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
927 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
928
929 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
930
931 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
932 Move args on defun line.
933
934 * textmodes/org.el (org-calendar-holiday):
935 Use calendar-check-holidays instead of the obsolete
936 check-calendar-holidays.
937 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
938 (bbdb-company, bbdb-current-record, bbdb-name)
939 (bbdb-record-getprop, bbdb-record-name)
940 (bibtex-beginning-of-entry, bibtex-generate-autokey)
941 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
942 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
943 (mh-find-path, mh-get-header-field, mh-get-msg-num)
944 (mh-header-display, mh-index-previous-folder)
945 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
946 (mh-show-buffer-message-number, mh-show-header-display)
947 (mh-show-msg, mh-show-show, mh-visit-folder)
948 (org-export-latex-cleaned-string, remember)
949 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
950 (rmail-what-message, elmo-folder-exists-p)
951 (elmo-message-entity-field, elmo-message-field)
952 (vm-beginning-of-message, vm-follow-summary-cursor)
953 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
954 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
955 (vm-summarize, wl-folder-get-elmo-folder)
956 (wl-summary-goto-folder-subr)
957 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
958 (wl-summary-line-subject, wl-summary-message-number)
959 (wl-summary-redisplay): Declare as functions.
960
961 2007-11-30 Martin Rudalics <rudalics@gmx.at>
962
963 * longlines.el (longlines-show-hard-newlines): Remove handling of
964 buffer-undo-list and buffer-modified status.
965 (longlines-show-region, longlines-unshow-hard-newlines):
966 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
967 inhibit-modification-hooks here to avoid that a buffer appears
968 modified when toggling visibility of hard newlines.
969
970 2007-11-30 Glenn Morris <rgm@gnu.org>
971
972 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
973
974 * progmodes/idlw-complete-structtag.el
975 (idlwave-sintern-structtag):
976 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
977 (idlwave-sintern-sysvartag):
978 * progmodes/idlwave.el (idlwave-sintern-class-tag)
979 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
980 functions.
981
982 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
983
984 * textmodes/reftex-index.el (texmathp):
985 * textmodes/reftex-auc.el (TeX-argument-insert)
986 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
987 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
988 (LaTeX-label-list):
989 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
990 (rng-clear-conditional-region, rng-do-some-validation): Declare as
991 functions.
992 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
993
994 2007-11-30 Glenn Morris <rgm@gnu.org>
995
996 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
997 argument and document it.
998
999 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1000 Third argument to declare-function must be a list to specify arglist.
1001
1002 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1003 Handle declare-function third argument `t' and fourth argument.
1004 (check-declare-verify): Doc fix. Handle `fileonly' case.
1005 Use progn rather than prog1.
1006
1007 * desktop.el (uniquify-item-base):
1008 * term/mac-win.el (url-type): Declare as functions.
1009
1010 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1011 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1012 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1013 fourth arg to declare-function.
1014
1015 * play/dunnet.el: Don't require cl when compiling.
1016 (byte-compile-warnings): Set via file local variables.
1017 (dun-parse): Let-bind `beg' and `line'.
1018
1019 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1020
1021 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1022
1023 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1024
1025 * calendar/time-date.el (encode-time-value): Doc fix.
1026
1027 2007-11-29 Glenn Morris <rgm@gnu.org>
1028
1029 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1030
1031 * textmodes/css-mode.el (prog-mode): Remove.
1032 (css-mode): Derive from fundamental-mode rather than prog-mode.
1033
1034 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1035
1036 * emacs-lisp/check-declare.el (check-declare-locate)
1037 (check-declare-verify): Handle `external' files.
1038 (check-declare-errmsg): New function.
1039 (check-declare-verify, check-declare-file, check-declare-directory):
1040 Use check-declare-errmsg to report the number of problems.
1041
1042 * ffap.el (w3-view-this-url)
1043 * mail/mspools.el (vm-visit-folder)
1044 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1045 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1046 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1047 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1048 (bbdb-records)
1049 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1050 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1051 (sasl-make-client, sasl-next-step, sasl-step-data)
1052 (sasl-step-set-data)
1053 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1054 (htmlr-step): Declare as functions.
1055
1056 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1057 Use bbdb-address-zip rather than bbdb-address-zip-string.
1058
1059 2007-11-28 Richard Stallman <rms@gnu.org>
1060
1061 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1062 Move here from gnus/.
1063
1064 2007-11-28 Martin Rudalics <rudalics@gmx.at>
1065
1066 * newcomment.el (comment-region-internal): Fix newline insertion
1067 in `block' case.
1068
1069 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
1072
1073 2007-11-28 Glenn Morris <rgm@gnu.org>
1074
1075 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
1076 delete .elc files.
1077
1078 * nxml/char-name/unicode: Move to etc/nxml/.
1079 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
1080
1081 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
1082 Declare as a function.
1083
1084 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
1085 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
1086 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
1087
1088 * nxml/nxml-outln.el (nxml-token-start-tag-p)
1089 (nxml-token-end-tag-p): Move definitions before use.
1090
1091 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
1092
1093 * nxml/nxml-uchnm.el (top-level)
1094 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
1095 (nxml-enabled-unicode-blocks): Add custom group.
1096
1097 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
1098 Use string-to-number rather than string-to-int.
1099
1100 * dired-x.el (dired-omit-old-add-entry): Declare as function.
1101 Move definition before use.
1102 (dired-old-find-buffer-nocreate): Declare as function.
1103
1104 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
1105 (check-declare-verify): Handle fset.
1106
1107 * emulation/edt.el (edt-user-emulation-setup):
1108 Test edt-setup-user-bindings is bound before calling.
1109
1110 * emulation/tpu-edt.el: Don't require cl when compiling.
1111 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
1112 (tpu-edt-off): Use condition-case rather than ignore-errors.
1113 Use with-no-warnings.
1114
1115 * eshell/esh-util.el (top-level): Use require rather than load for
1116 ange-ftp.
1117
1118 * mail/supercite.el (sc-version): Redefine as an alias for
1119 emacs-version.
1120 (sc-help-address): Remove.
1121 (sc-version): Use emacs-version rather than sc-version.
1122 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
1123
1124 * net/socks.el (socks-original-open-network-stream): Declare as
1125 function. Move definition before use.
1126
1127 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1128
1129 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
1130 (math-make-frac): Declare as functions.
1131
1132 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
1133
1134 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
1135 Pacify byte compiler.
1136 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
1137
1138 * progmodes/idlwave.el (idlwave-shell-get-path-info)
1139 (idlwave-shell-temp-file, idlwave-shell-is-running)
1140 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
1141 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
1142 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
1143 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
1144 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
1145 (idlwave-completing-read, idlwave-current-routine)
1146 (idlwave-downcase-safe, idlwave-entry-find-keyword)
1147 (idlwave-expand-keyword, idlwave-find-class-definition)
1148 (idlwave-find-inherited-class, idlwave-find-struct-tag)
1149 (idlwave-get-buffer-visiting, idlwave-in-quote)
1150 (idlwave-make-full-name, idlwave-members-only)
1151 (idlwave-popup-select, idlwave-routine-source-file)
1152 (idlwave-routines, idlwave-sintern-class)
1153 (idlwave-sintern-keyword, idlwave-sintern-method)
1154 (idlwave-sintern-routine-or-method)
1155 (idlwave-substitute-link-target, idlwave-sys-dir)
1156 (idlwave-this-word, idlwave-what-module-find-class)
1157 (idlwave-where):
1158 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
1159 * mail/uce.el (rmail-msg-is-pruned)
1160 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
1161 (rmail-toggle-header):
1162 * mail/sendmail.el (dired-view-file, dired-get-filename):
1163 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
1164 (rmail-display-labels, rmail-msgbeg)
1165 (rmail-set-message-deleted-p, rmail-message-labels-p)
1166 (rmail-show-message, mail-comma-list-regexp)
1167 (mail-parse-comma-list):
1168 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
1169 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
1170 (rfc822-addresses, mail-abbrev-make-syntax-table)
1171 (mail-sendmail-delimit-header, mail-header-end):
1172 * mail/hashcash.el (message-narrow-to-headers-or-head)
1173 (message-fetch-field, message-goto-eoh)
1174 (message-narrow-to-headers):
1175 * vc.el (view-mode-exit): Declare as functions.
1176
1177 * mail/vms-pmail.el:
1178 * vmsproc.el:
1179 * vms-patch.el: Don't byte compile these files, they don't work.
1180
1181 2007-11-27 Glenn Morris <rgm@gnu.org>
1182
1183 * calc/calc-ext.el (math-read-big-rec):
1184 * calc/calc-nlfit.el (math-map-binop):
1185 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
1186
1187 * eshell/eshell.el (eshell-report-bug): Add version number of
1188 obsolescence.
1189
1190 * emulation/viper.el, emulation/viper-util.el,
1191 emulation/viper-macs.el, emulation/viper-keym.el,
1192 emulation/viper-ex.el, emulation/viper-cmd.el:
1193 Load viper-*.el files silently.
1194
1195 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
1196 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
1197 Load ediff-*.el files silently.
1198
1199 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
1200 compiling.
1201 (Info-goto-node): Declare as a function.
1202
1203 * ediff-init.el: Don't load ange-ftp when compiling.
1204 * ediff-util.el: Don't load reporter when compiling.
1205
1206 * ediff-wind.el (ediff-display-pixel-width)
1207 (ediff-display-pixel-height):
1208 * generic-x.el (ini-generic-mode):
1209 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
1210 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
1211 (ps-mule-initialize, ps-mule-begin-job):
1212 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
1213 (mark-calendar-days-named):
1214 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
1215 (add-to-diary-list, diary-name-pattern)
1216 (mark-calendar-days-named):
1217 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
1218 (mark-calendar-days-named):
1219 * calendar/cal-x.el (make-fancy-diary-buffer):
1220 * calendar/holidays.el (calendar-absolute-from-julian):
1221 * calendar/todo-mode.el (calendar-current-date):
1222 * calendar/cal-menu.el (calendar-increment-month)
1223 (calendar-month-name, extract-calendar-year)
1224 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
1225 (calendar-current-date, calendar-cursor-holidays)
1226 (calendar-date-string, insert-diary-entry, calendar-set-mark)
1227 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1228 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1229 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
1230 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
1231 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
1232 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
1233 (calendar-day-of-year-string, calendar-iso-date-string)
1234 (calendar-julian-date-string, calendar-astro-date-string)
1235 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
1236 (calendar-persian-date-string, calendar-bahai-date-string)
1237 (calendar-islamic-date-string, calendar-chinese-date-string)
1238 (calendar-coptic-date-string, calendar-ethiopic-date-string)
1239 (calendar-french-date-string, calendar-mayan-date-string)
1240 (calendar-print-chinese-date, calendar-goto-date):
1241 Declare as functions.
1242
1243 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
1244 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
1245
1246 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
1247 aliases for report-emacs-bug.
1248 (gnus-summary-select-article, gnus-configure-windows): Declare as
1249 functions.
1250
1251 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
1252 compiler.
1253
1254 * pgg.el (pgg-clear-string): Declare as a function.
1255 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
1256 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
1257
1258 * emacs-lisp/check-declare.el (check-declare-locate):
1259 Handle compressed files.
1260 (check-declare-verify): Handle define-generic-mode,
1261 define-global(ized)-minor-mode, define-obsolete-function-alias.
1262
1263 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
1264
1265 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
1266 algebraic modes.
1267
1268 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
1269 (math-is-true, calc-explain-why, calc-alg-edit)
1270 (math-composite-inequalities, math-flatten-lands)
1271 (math-multi-subst, calcFunc-vmatches, math-simplify)
1272 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
1273 (math-read-string, math-read-brackets, math-read-angle-brackets):
1274 Declare as functions.
1275
1276 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
1277 (calc-fit-bell-shaped-logistic-curve)
1278 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
1279 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
1280 (math-max-list): Declare as functions.
1281 (math-map-binop): New function.
1282 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
1283
1284 * calc/calc.el (calc-set-language, calc-edit-finish)
1285 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
1286 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
1287 (math-lessp, calc-embedded-finish-command)
1288 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
1289 (calc-push-list-in-macro, calc-replace-selections)
1290 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
1291 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
1292 (calc-embedded-stack-change, calc-refresh-evaltos)
1293 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
1294 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
1295 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
1296 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
1297 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
1298 (math-dimension-error, calc-incomplete-error, math-float-fancy)
1299 (math-neg-fancy, math-zerop, calc-add-fractions)
1300 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
1301 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
1302 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
1303 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
1304 (math-compose-expr, math-comp-width, math-composition-to-string)
1305 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
1306 (math-adjust-fraction, math-format-binary, math-format-radix)
1307 (math-group-float, math-mod, math-format-number-fancy)
1308 (math-format-bignum-fancy, math-read-number-fancy)
1309 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
1310 (calc-do-embedded-activate, math-do-defmath)
1311 (calc-load-everything): Declare as functions.
1312
1313 * calc/calc-ext.el (math-clip, math-round, math-simplify)
1314 (math-simplify-extended, math-simplify-units, calc-set-language)
1315 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
1316 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
1317 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
1318 (math-normalize-hms, math-normalize-mod, math-make-sdev)
1319 (math-make-intv, math-normalize-logical-op, math-possible-signs)
1320 (math-infinite-dir, math-calcFunc-to-var)
1321 (calc-embedded-evaluate-expr, math-known-nonzerop)
1322 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
1323 (math-format-date, math-vector-is-string, math-vector-to-string)
1324 (math-format-radix-float, math-compose-expr, math-abs)
1325 (math-format-bignum-binary, math-format-bignum-octal)
1326 (math-format-bignum-hex, math-format-bignum-radix)
1327 (math-compute-max-digits): Declare as functions.
1328 (math-provably-realp): Fix typo.
1329
1330 * calc/calc-forms.el (calendar-current-time-zone)
1331 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
1332 functions.
1333
1334 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
1335
1336 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
1337 Declare as functions.
1338
1339 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
1340 (math-posp, math-compare, math-bignum, math-compare-bignum):
1341 Declare as functions.
1342
1343 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
1344 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
1345 (calc-explain-why, calc-clear-command-flag)
1346 (calc-roll-down-with-selections, calc-roll-up-with-selections)
1347 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
1348 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
1349 (math-trunc-special, math-trunc-fancy, math-floor-special)
1350 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
1351 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
1352 (math-pow-zero, math-pow-fancy): Declare as functions.
1353
1354 * calc/calc-mode.el (calc-embedded-save-original-modes):
1355 Declare as a function.
1356
1357 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
1358 Declare as functions.
1359 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
1360 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
1361 Replace `mapcar*' by `math-map-binop'.
1362 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1363
1364 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
1365 (math-read-expr-level): Declare as functions.
1366
1367 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
1368
1369 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
1372 end-of-defun-function is called consistently, even for negative
1373 arguments.
1374 (end-of-defun-function): Default to forward-sexp.
1375
1376 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1379
1380 2007-11-26 Glenn Morris <rgm@gnu.org>
1381
1382 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
1383 than :suffix.
1384
1385 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1386
1387 2007-11-26 Simon Josefsson <simon@josefsson.org>
1388
1389 * net/imap.el: Move from ../gnus.
1390
1391 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
1392
1393 * doc-view.el (doc-view-mode-p): New function.
1394
1395 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
1396
1397 * mail/mspools.el (rmail-get-new-mail):
1398 * mail/reporter.el (mail-position-on-field, mail-text):
1399 * mail/rmail.el (mail-position-on-field, mail-text-start)
1400 (rmail-update-summary):
1401 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
1402 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
1403 * mail/rmailout.el (rmail-update-summary):
1404 * mail/rmailsort.el (rmail-update-summary):
1405 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
1406 (dired-view-file):
1407 * mail/uce.el (mail-strip-quoted-names):
1408 * mail/undigest.el (rmail-update-summary):
1409 * mail/unrmail.el (mail-strip-quoted-names):
1410 * ediff.el (diff-latest-backup-file): Declare as functions.
1411
1412 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
1413 (kill-to-end-of-line):
1414 * obsolete/rnews.el (news-set-minor-modes):
1415 Remove non working functions.
1416
1417 2007-11-25 Glenn Morris <rgm@gnu.org>
1418
1419 * eshell/esh-maint.el (top-level): Use require with NOERROR for
1420 pcomplete. Don't mess with load-path.
1421
1422 * eshell/eshell.el (eshell-report-bug-address): Remove.
1423 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
1424
1425 2007-11-24 Glenn Morris <rgm@gnu.org>
1426
1427 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1428 (appt-disp-window): Don't require electric.
1429 Simplify minibuffer-avoidance code.
1430 (appt-select-lowest-window): Avoid minibuffer.
1431
1432 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
1433 (esh-mode): Require it.
1434 (esh-util): Use require rather than featurep and load.
1435 (eshell): No need to test if eshell-mode is bound; remove obsolete
1436 reference to eshell-auto.
1437 (eshell-command, eshell-command-result): Don't require esh-mode
1438 now that the file does.
1439 (top-level): Move provide statement to the end of the file.
1440 Re-order and update commentary.
1441
1442 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1443
1444 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
1445 (vc-annotate-toggle-annotation-visibility): New command.
1446 (vc-annotate-mode-map): Bind "V" to it.
1447 (vc-annotate-mode-menu): Add entry for it.
1448 (vc-annotate-get-time-set-line-props): New func.
1449 (vc-annotate-display-autoscale)
1450 (vc-annotate-display-difference): Use it.
1451
1452 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1453 Also, match one space at end of annotation text, after last paren.
1454
1455 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1458 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
1459 `tramp-completion-mode'.
1460
1461 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1462
1463 * vc-git.el (vc-git-show-log-entry): New func.
1464
1465 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1466 (vc-git-state): Use vc-git--call.
1467 (vc-git-registered, vc-git-working-revision)
1468 (vc-git-previous-revision, vc-git-next-revision)
1469 (vc-git--run-command-string, vc-git-symbolic-commit):
1470 Use vc-git--out-ok.
1471
1472 2007-11-24 Glenn Morris <rgm@gnu.org>
1473
1474 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1475
1476 2007-11-24 Kenichi Handa <handa@m17n.org>
1477
1478 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1479
1480 2007-11-23 David Kastrup <dak@gnu.org>
1481
1482 * server.el (server-process-filter): Use `command-line-args-left'.
1483
1484 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1487
1488 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1489
1490 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
1491 buffer if the parent buffer is in vc-dired-mode.
1492
1493 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1494
1495 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
1496
1497 2007-11-23 Juri Linkov <juri@jurta.org>
1498
1499 * dired.el (dired-read-dir-and-switches): For C-x d, set the
1500 value for M-n to the visited file name of the current buffer.
1501 Use minibuffer-with-setup-hook to set minibuffer-default to
1502 buffer-file-name inside read-file-name.
1503
1504 * man.el (Man-getpage-in-background): Don't disregard user option
1505 `Man-width' on non-window systems. Remove test for `window-system'
1506 around setting envvar "COLUMNS" depending on the value of `Man-width'.
1507
1508 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
1509 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
1510 of "--color=always".
1511
1512 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1515 beginning-of-defun-function.
1516
1517 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1518
1519 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
1520
1521 2007-11-22 Glenn Morris <rgm@gnu.org>
1522
1523 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1524
1525 * emacs-lisp/check-declare.el (check-declare-locate): New function.
1526 (check-declare-scan): Use check-declare-locate.
1527 (check-declare-verify): No longer adjust fnfile, now
1528 check-declare-locate does it.
1529
1530 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1531
1532 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * subr.el (posn-col-row): Make the `default-value' use explicit.
1535
1536 * window.el (balance-windows): Remove unused var `counter'.
1537 (bw-balance-sub): Remove unused var `lastchild'.
1538 (split-window-vertically): Remove unused var `switch'.
1539 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1540
1541 * emacs-lisp/bytecomp.el
1542 (byte-compile-file-form-custom-declare-variable): Simplify.
1543
1544 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1545
1546 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1547 Set `show-trailing-whitespace' to nil.
1548
1549 * dired.el (make-symbolic-link):
1550 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1551 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1552 * dired-x.el (make-symbolic-link):
1553 * frame.el (x-initialize-window-system):
1554 * menu-bar.el (x-menu-bar-open):
1555 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1556 (x-store-cut-buffer-internal):
1557 * wdired.el (make-symbolic-link):
1558 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1559 (x-send-client-message):
1560 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1561
1562 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1563
1564 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1565
1566 2007-11-22 Glenn Morris <rgm@gnu.org>
1567
1568 * dos-fns.el (int86):
1569 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1570
1571 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1572
1573 * calendar/holidays.el (holiday-list): Add autoload cookie.
1574
1575 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1576 files relative to src/ directory.
1577 (check-declare-verify): Handle .c files. Warn if could not find
1578 an arglist to check.
1579
1580 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1581
1582 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
1583
1584 * replace.el (occur-mode-map): Add a major mode menu with entries
1585 for all occur operations.
1586
1587 * international/titdic-cnv.el (dos-8+3-filename):
1588 * obsolete/fast-lock.el (msdos-long-file-names):
1589 * frame.el (msdos-mouse-p):
1590 * files.el (msdos-long-file-names, w32-long-file-name):
1591 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1592 (mac-resume-apple-event, mac-font-panel-mode)
1593 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1594 (mac-clear-font-name-table):
1595 * term/pc-win.el (msdos-remember-default-colors)
1596 (w16-set-clipboard-data, w16-get-clipboard-data):
1597 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1598 (set-message-beep):
1599 * net/browse-url.el (w32-shell-execute):
1600 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1601 (w32-get-locale-info, w32-get-valid-locale-ids)
1602 (w32-set-clipboard-data):
1603 * dos-fns.el (int86, msdos-long-file-names):
1604 * dos-w32.el (default-printer-name): Declare as functions.
1605
1606 2007-11-21 Jason Rumney <jasonr@gnu.org>
1607
1608 * emacs-lisp/byte-run.el (declare-function): Return nil.
1609
1610 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1613
1614 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1615
1616 * ps-print.el (ps-lpr-switches): Docstring fix.
1617 (ps-string-list): New fun.
1618 (ps-do-despool): Code fix.
1619
1620 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1623
1624 2007-11-21 Glenn Morris <rgm@gnu.org>
1625
1626 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1627 for now. Handle define-minor-mode, and defalias (with no argument
1628 checking).
1629
1630 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1631
1632 * frame.el (msdos-mouse-p):
1633 * files.el (msdos-long-file-names, w32-long-file-name):
1634 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1635 (mac-resume-apple-event, mac-font-panel-mode)
1636 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1637 (mac-clear-font-name-table):
1638 * term/pc-win.el (msdos-remember-default-colors)
1639 (w16-set-clipboard-data, w16-get-clipboard-data):
1640 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1641 (set-message-beep):
1642 * net/browse-url.el (w32-shell-execute):
1643 * dos-fns.el (int86, msdos-long-file-names):
1644 * dos-w32.el (default-printer-name): Undo previous change.
1645
1646 2007-11-21 Eli Zaretskii <eliz@gnu.org>
1647
1648 * international/mule-cmds.el (set-locale-environment):
1649 Set default-file-name-coding-system _after_ keyboard and terminal
1650 coding systems. This fixes last change.
1651
1652 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1653 one space after "Subject:".
1654
1655 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1658 in order to determine if there's a conflict.
1659
1660 2007-11-21 Richard Stallman <rms@gnu.org>
1661
1662 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1663
1664 * reposition.el (reposition-window):
1665 Binding C-M-l moved to bindings.el.
1666
1667 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1668
1669 * add-log.el (add-change-log-entry-other-window):
1670 Key binding C-x 4 a moved to bindings.el.
1671
1672 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1673 from filecache.el.
1674
1675 * filecache.el: Minibuffer map bindings moved to bindings.el.
1676
1677 2007-11-21 Jason Rumney <jasonr@gnu.org>
1678
1679 * international/mule-cmds.el (set-locale-environment):
1680 Set default-file-name-coding-system from system defaults on Windows.
1681
1682 2007-11-21 Jason Rumney <jasonr@gnu.org>
1683
1684 * term/w32console.el: New term init file for w32 console.
1685
1686 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1687 (x-setup-function-keys): Likewise, replacing top-level key definitions.
1688 (w32-tty-standard-colors): Move to term/w32console.el.
1689
1690 * term/w32-win.el (x-setup-function-keys): Remove.
1691
1692 * term/tty-colors.el (tty-register-default-colors): Remove special
1693 case for w32.
1694
1695 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1696
1697 * frame.el (msdos-mouse-p):
1698 * generic-x.el (w32-shell-name):
1699 * files.el (msdos-long-file-names, w32-long-file-name)
1700 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1701 (dos-8+3-filename, vms-read-directory, view-mode-disable):
1702 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1703 (mac-resume-apple-event, mac-font-panel-mode)
1704 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1705 (mac-clear-font-name-table):
1706 * term/pc-win.el (msdos-remember-default-colors)
1707 (w16-set-clipboard-data, w16-get-clipboard-data):
1708 * term/w32-win.el (w32-send-sys-command, w32-select-font)
1709 (set-message-beep):
1710 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1711 (w32-get-locale-info, w32-get-valid-locale-ids)
1712 (w32-set-clipboard-data):
1713 * help-fns.el (ad-get-advice-info):
1714 * font-lock.el (fast-lock-after-fontify-buffer)
1715 (fast-lock-after-unfontify-buffer, fast-lock-mode)
1716 (lazy-lock-after-fontify-buffer)
1717 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1718 * net/browse-url.el (w32-shell-execute):
1719 * dos-fns.el (int86, msdos-long-file-names):
1720 * dos-w32.el (default-printer-name): Declare as functions.
1721
1722 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1725 Reported by Drew Adams <drew.adams@oracle.com>.
1726
1727 2007-11-20 Jason Rumney <jasonr@gnu.org>
1728
1729 * term/w32-win.el (x-setup-function-keys): Protect against
1730 multiple calls on the same terminal.
1731
1732 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1733
1734 * term/mac-win.el (x-setup-function-keys): Only setup
1735 local-function-key-map if it has not been setup already for the
1736 current frame. Move the suspend-emacs processing here.
1737
1738 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1739
1740 * progmodes/grep.el (xargs-program): New variable.
1741 (grep-compute-defaults): Use it.
1742 (grep-default-command): Doc fix.
1743 (grep, lgrep, rgrep): Reflow docstrings.
1744
1745 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1746
1747 * vc.el (vc-find-revision): Set the parent buffer.
1748 Use when instead of if.
1749
1750 * progmodes/python.el (info-lookup-maybe-add-help):
1751 * progmodes/ps-mode.el (doc-view-minor-mode):
1752 * mail/emacsbug.el (Info-menu, Info-goto-node):
1753 * emulation/viper-keym.el (viper-ex)
1754 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1755 * emulation/viper-cmd.el (widget-type, widget-button-press)
1756 (viper-set-hooks):
1757 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1758 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1759 (ses-load, ses-vector-delete, ses-create-header-string)
1760 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1761 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1762
1763 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1766
1767 2007-11-20 Glenn Morris <rgm@gnu.org>
1768
1769 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1770 for end of function-name. Handle define-derived-mode.
1771
1772 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1773
1774 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1775 is available by default.
1776 (idlwave-help-browse-url-available): Change default to t.
1777
1778 * emulation/edt.el (defgroup, defcustom): Remove definition.
1779 (eval-when-compile): Remove.
1780 (c-mark-function):
1781 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1782 * textmodes/fill.el (comment-search-forward)
1783 (comment-string-strip):
1784 * progmodes/prolog.el (comint-mode, comint-send-string)
1785 (comint-send-region, comint-send-eof):
1786 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1787 * emulation/viper-util.el (viper-forward-Word):
1788 * emulation/vi.el (c-mark-function):
1789 * emulation/edt-vt100.el (vt100-wide-mode):
1790 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1791
1792 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
1793
1794 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1795 Still some tuning in case of an echoing shell.
1796 (tramp-send-command): Connection property "remote-echo" is not
1797 persistent; cache key is the process therefore.
1798
1799 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1802 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1803
1804 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1807 * play/yow.el (doctor-ret-or-read):
1808 * vc-hooks.el (vc-dired-resynch-file):
1809 * vc-hg.el (log-view-get-marked):
1810 * smerge-mode.el (ediff-cleanup-mess):
1811 * pcvs.el (vc-editable-p, vc-checkout):
1812 * pcomplete.el (comint-bol):
1813 * informat.el (texinfo-format-refill):
1814 * ido.el (tramp-tramp-file-p):
1815 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1816 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1817 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1818 functions.
1819
1820 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1821 instead of fset.
1822 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1823
1824 * ido.el (ido-file-internal): Move with-no-warnings to include the
1825 ffap-string-at-point call.
1826
1827 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1828
1829 * vc-hg.el (vc-hg-revision-table): Fix last change.
1830
1831 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1832
1833 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1834 clipboard-yank when the buffer is read-only.
1835
1836 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1837 keymaps such that it's before the definition of Custom-mode-menu.
1838 (Custom-mode-menu): Show it for custom-field-keymap too.
1839
1840 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * progmodes/gdb-ui.el: Update commentary.
1843
1844 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1845
1846 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1847
1848 2007-11-19 Glenn Morris <rgm@gnu.org>
1849
1850 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1851 does not exist, try adding `.el' extension. Also search for defsubsts.
1852
1853 * cus-edit.el (recentf-expand-file-name):
1854 * dired.el (dired-relist-entry):
1855 * subr.el (w32-shell-dos-semantics):
1856 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1857 Declare as functions.
1858
1859 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1862 (prepare-abbrev-list-buffer): Use dolist.
1863 (clear-abbrev-table): Preserve properties.
1864
1865 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1866
1867 * textmodes/texinfmt.el (texinfo-format-printindex):
1868 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1869 Reported on <bug-texinfo@gnu.org>.
1870
1871 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * net/tramp.el (tramp-completion-reread-directory-timeout):
1874 New defcustom.
1875 (tramp-handle-file-name-all-completions): Flush directory contents
1876 from cache regularly.
1877 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1878 (tramp-open-connection-setup-interactive-shell):
1879 Call `tramp-cleanup-connection' via funcall.
1880
1881 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1882 created when copying.
1883
1884 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1885
1886 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1887 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1888 * eshell/esh-ext.el (eshell-external-command):
1889 * eshell/esh-cmd.el (require):
1890 * eshell/em-unix.el (eshell-plain-locate-behavior):
1891 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1892 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1893 * eshell/esh-mode.el (characterp, char-int): Remove unused
1894 conditional defaliases.
1895
1896 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1897 Rename from event-matches-key-specifier-p, define unconditionally.
1898 (event-basic-type): Remove unused defalias.
1899 (pcomplete-show-completions):
1900 Use pcomplete-event-matches-key-specifier-p.
1901
1902 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1903
1904 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1905 when saving esh-groups.el.
1906
1907 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1908
1909 * wid-edit.el (widget-default-complete):
1910 * progmodes/flymake.el (flymake-goto-file-and-line):
1911 Fix typo in (doc-)string.
1912
1913 2007-11-17 Glenn Morris <rgm@gnu.org>
1914
1915 * emacs-lisp/byte-run.el (declare-function): New macro.
1916 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1917 New function, byte-hunk-handler for declare-function.
1918 (byte-compile-callargs-warn): Handle declared functions.
1919
1920 * emacs-lisp/check-declare.el: New file.
1921 * Makefile.in (check-declare): New target.
1922
1923 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1924
1925 * subr.el (process-lines): Move here from ../admin/admin.el.
1926 * emacs-lisp/authors.el (authors-process-lines): Remove.
1927 (authors): Use process-lines rather than authors-process-lines.
1928
1929 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1930 Remove these files.
1931
1932 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1933
1934 * emacs-lisp/backquote.el (backquote):
1935 Improve argument/docstring consistency.
1936
1937 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1938 (ring-length, ring-empty-p): Use c[ad]dr.
1939 (ring-plus1): Use `1+'.
1940 (ring-minus1): Use `zerop'.
1941 (ring-remove): Use c[ad]dr. Use `when'.
1942 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1943 (ring-ref): Use `let', not `let*'.
1944 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1945 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1946 (ring-member): Simplify. Doc fix.
1947 (ring-convert-sequence-to-ring): Simplify.
1948
1949 2007-11-17 Juri Linkov <juri@jurta.org>
1950
1951 * dired-aux.el (dired-create-directory): Allow creating
1952 a directory of an arbitrary depth. Add a loop to find the topmost
1953 nonexistent parent dir `new', and call `dired-add-file' on it.
1954 Set the `PARENTS' arg of `make-directory' to t.
1955
1956 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1957
1958 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1959 (math-build-parse-table): Get parse information from math-parse-table.
1960
1961 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * window.el (recenter-last-op): New var.
1964 (recenter-top-bottom): New command.
1965 (global-map): Bind it to C-l.
1966
1967 * abbrev.el (abbrev--write): Fix error in transcription from C.
1968
1969 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1970 (pc-select-ensure-mark): Set mark-active to a special value instead.
1971 Rename from ensure-mark. Update call callers.
1972 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1973 Rewrite. Update all callers.
1974 (pc-selection-mode): Remove redundant var declaration.
1975
1976 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1977
1978 * doc-view.el (doc-view-search-backward, doc-view-search):
1979 Fix assignment to free variable bug.
1980
1981 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1982
1983 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1984 (ensure-mark): Set it.
1985 (maybe-deactivate-mark): New fun.
1986 Use it everywhere instead of (setq mark-active nil).
1987
1988 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1989
1990 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1991 Add check for XEmacs.
1992
1993 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1994
1995 * doc-view.el (doc-view-resolution): Add missing :group.
1996
1997 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * subr.el (make-variable-frame-local):
2000 Fix typo in obsolescence declaration.
2001
2002 2007-11-16 Werner Lemberg <wl@gnu.org>
2003
2004 * files.el (set-auto-mode-1): Check second line for -*- if file
2005 starts with '\" (which is used by man pages to identify needed
2006 troff preprocessors).
2007
2008 2007-11-16 Glenn Morris <rgm@gnu.org>
2009
2010 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2011
2012 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2013
2014 * calc/calc-lang.el (math-oper-table): Fix typo.
2015 Reduce precedence of "/" for TeX.
2016
2017 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2018
2019 2007-11-16 Juri Linkov <juri@jurta.org>
2020
2021 * dired-aux.el (dired-read-shell-command-default): New function.
2022 (dired-read-shell-command): Use its return value for DEFAULT arg.
2023
2024 * replace.el (keep-lines-read-args, occur-read-primary-args):
2025 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2026
2027 * man.el (Man-heading-regexp): Add 0-9.
2028 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2029
2030 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2033 (doc-view-resolution): New custom var.
2034 (doc-view-pdf/ps->png): Use it.
2035 (doc-view-shrink-factor): New var.
2036 (doc-view-enlarge, doc-view-shrink): New commands.
2037 (doc-view-mode-map): Use them.
2038
2039 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * ediff-wind.el (ediff-window-setup-function):
2042 * simple.el (normal-erase-is-backspace):
2043 * eshell/em-unix.el (eshell/info):
2044 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2045 Fix typos in docstrings.
2046
2047 * emulation/cua-base.el (cua--keymaps-initialized):
2048 Rename from `cua--keymaps-initalized'. Callers changed.
2049 (cua-highlight-region-shift-only): Doc fix.
2050 (cua-paste-pop): Fix typo in docstring.
2051
2052 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * emulation/cua-base.el (cua--pre-command-handler-1):
2055 Use input-decode-map instead of function-key-map.
2056 Use event-modifiers now that it works reliably.
2057
2058 * vc.el (vc-diff-internal): Pop-to-buffer later.
2059
2060 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2061
2062 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2063 did not touch them.
2064
2065 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2066
2067 * calc/calc-menu.el: New file.
2068 * calc/calc.el (calc-mode): Require calc-menu.
2069
2070 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
2073
2074 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2075
2076 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2077 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2078 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2079 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2080 locations.
2081 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2082 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2083 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2084
2085 2007-11-13 Noah Friedman <friedman@splode.com>
2086
2087 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
2088 bindings to remap when `calc-scan-for-dels' is non-nil.
2089
2090 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
2093 constant forms.
2094 (byte-compile-nilconstp): New function.
2095 (byte-optimize-cond): Kill subsequent branches when a branch is
2096 know to be taken or not taken.
2097 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
2098
2099 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2100
2101 * vc.el (vc-register): Allow registering a file passed as a
2102 parameter instead of just the current buffer.
2103
2104 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
2105
2106 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2107 Check whether the output of "uname -sr" has been changed.
2108
2109 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2110
2111 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
2112 patterns from compilation-perl.el and compilation-weblint.el files.
2113
2114 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2115
2116 * progmodes/compilation-perl.el:
2117 * progmodes/compilation-weblint.el: Disable autoloads, they cause
2118 a bootstrap failure.
2119
2120 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
2121 instead of doing "cvs diff" in order to avoid accessing the repository.
2122
2123 2007-11-12 Kevin Ryde <user42@zip.com.au>
2124
2125 * progmodes/compilation-perl.el:
2126 * progmodes/compilation-weblint.el: New files.
2127
2128 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2131 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2132 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2133 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2134 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2135 Rewrite in active voice.
2136
2137 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
2138
2139 * doc-view.el: Add comments about isearch support.
2140
2141 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2142
2143 * vc.el (vc-start-entry): Fix setting the in the case the function
2144 is called from vc-dired. Use when instead of if where appropriate.
2145
2146 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2147
2148 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
2149 to be a list.
2150 (ps-begin-job): Error if ps-lpr-switches is not a list.
2151
2152 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2153
2154 * faces.el (face-normalize-spec): Remove function.
2155 (frame-set-background-mode): Undo last change.
2156
2157 2007-11-10 Jason Rumney <jasonr@gnu.org>
2158
2159 * w32-fns.el: Sync charset names with setup-default-fontset.
2160 Append "-1" where second part missing.
2161
2162 2007-11-10 Juri Linkov <juri@jurta.org>
2163
2164 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
2165 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
2166
2167 * custom.el (custom-note-var-changed): Remove the `interactive'
2168 spec from this new non-interactive function.
2169
2170 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
2171
2172 * doc-view.el (doc-view-mode-map, doc-view-menu)
2173 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
2174 (doc-view-search-backward): New function.
2175 (doc-view-search): Query new regexp if prefix arg is given, else
2176 jump to next/previous match.
2177 (doc-view-mode): Handle compressed files.
2178 (jka-compr): Required for compressed files.
2179
2180 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2181
2182 * replace.el (query-replace-show-replacement): New defcustom.
2183 (perform-replace): Use `match-substitute-replacement' if
2184 `query-replace-show-replacement' is non-nil.
2185
2186 2007-11-10 David Kastrup <dak@gnu.org>
2187
2188 * subr.el (match-substitute-replacement): New function.
2189
2190 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
2191
2192 * files.el (auto-mode-alist): Select org-mode for files with the
2193 extension ".org".
2194
2195 2007-11-10 Martin Rudalics <rudalics@gmx.at>
2196
2197 * help.el (help-window, help-window-point-marker): New variables.
2198 (help-window-select): New option.
2199 (with-help-window): New macro for displaying help windows.
2200 (help-window-display-message, help-window-setup-finish)
2201 (help-window-setup): New functions used for setting up help windows.
2202 (print-help-return-message): Reset help-window to nil.
2203 (view-lossage): Use with-help-window instead of
2204 with-output-to-temp-buffer and move help-window-point-marker after
2205 inserted text.
2206 (describe-bindings, describe-key, describe-mode): Use
2207 with-help-window instead of with-output-to-temp-buffer.
2208
2209 * help-mode.el (help-mode): Set view-exit-action to bury the
2210 buffer instead of fiddling with windows. Simplify code.
2211 (help-mode-finish): When help-window eqs t set it to the selected
2212 window and have with-help-window set up view-return-to-alist.
2213 (help-buffer): Add autoload cookie.
2214
2215 * view.el (view-remove-frame-by-deleting): Change default value to t.
2216 Add autoload cookie.
2217 (view-exit-action, view-file, view-file-other-window)
2218 (view-file-other-frame, view-buffer, view-buffer-other-window)
2219 (view-buffer-other-frame): Rewrite doc strings.
2220 (view-return-to-alist-update): New function to remove stale entries
2221 from view-return-to-alist.
2222 (view-mode-enter): Rewrite doc string and simplify code.
2223 (view-mode-exit): Handle new case 'keep-frame. Don't reset
2224 view-exit-action to nil. Simplify code and rewrite doc string.
2225
2226 * apropos.el (apropos-describe-plist):
2227 * descr-text.el (describe-char):
2228 * disp-table.el (describe-display-table):
2229 * faces.el (list-faces-display, describe-face):
2230 * facemenu.el (list-colors-display):
2231 * help-fns.el (describe-function, describe-variable)
2232 (describe-syntax, describe-categories):
2233 Use with-help-window instead of with-output-to-temp-buffer.
2234
2235 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
2238 Optimize (featurep 'emacs) to t.
2239
2240 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
2241 New function.
2242 (byte-compile-maybe-guarded): Use it to also look for bound
2243 symbols inside `and' forms. Comment out non-working code that was
2244 trying to avoid warnings for XEmacs code.
2245
2246 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2247
2248 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
2249 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
2250 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
2251 (vc-cvs-annotate-command):
2252 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
2253 is bound, it always is.
2254
2255 2007-11-10 Jason Rumney <jasonr@gnu.org>
2256
2257 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
2258 setup here from global scope.
2259
2260 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * ido.el (ido-save-history): Save the history file in UTF-8, not
2263 the current filename coding system.
2264
2265 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * simple.el (interprogram-cut-function, interprogram-paste-function):
2268 Don't make them frame-local any more.
2269
2270 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
2271 Don't set interprogram-(cut|paste)-function on each frame.
2272
2273 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2274 Make them work in tty frames.
2275 (interprogram-cut-function, interprogram-paste-function):
2276 Set them globally.
2277
2278 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2281 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2282 (iso-iso2duden-trans-tab): Add docstring.
2283
2284 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * abbrev.el (define-abbrev-table): Record the variable definition.
2287
2288 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
2289 New function.
2290
2291 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2292
2293 * ps-print.el: Clean the code for checking suitable Emacs version.
2294 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
2295 (ps-print-version): New version 6.8.1.
2296
2297 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * files.el (enable-local-variables): Doc fix.
2300
2301 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2302
2303 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2304
2305 2007-11-09 Sven Joachim <svenjoac@gmx.de>
2306
2307 * dired-aux.el (dired-copy-file-recursive):
2308 Preserve directory permissions.
2309
2310 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2311
2312 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2313 (whitespace-unload-function): New-style unload function. When run,
2314 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2315 to stop the old hook from messing with the unloading.
2316
2317 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2318
2319 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2320 (elp-unset-master, elp-results): Fix typos.
2321 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2322 Doc fixes.
2323
2324 * msb.el (msb--many-menus): Remove variable.
2325 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2326 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2327 (msb--toggle-menu-type): Fix typos in docstrings.
2328
2329 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2330 (shadow-insert-var): Doc fixes.
2331 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2332 Reflow docstrings.
2333 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2334
2335 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2338 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2339 Fix typos in autoload docstrings.
2340
2341 2007-11-09 Richard Stallman <rms@gnu.org>
2342
2343 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2344
2345 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2346
2347 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2348 (gdb-var-update-handler-1): Use it.
2349
2350 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * loadhist.el (unload-feature): Remove erroneous check for the
2353 FEATURE-unload-function variable; check the existence of the
2354 function (that's what the docstring says, and it makes more sense).
2355
2356 * follow.el (follow-unload-function): Add docstring.
2357 (follow-unload-function): Remove variable.
2358
2359 * server.el (server-unload-function): Remove variable.
2360 (server-unload-function): Unbind `server-edit' from `C-x #'.
2361
2362 * ses.el (ses-unload-function): New function.
2363
2364 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2365
2366 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2367 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2368
2369 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2370 before use to avoid a warning in packages that require uniquify.
2371 (uniquify-unload-function): New function and var.
2372
2373 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
2374
2375 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2376 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
2377 (ediff-current-diff-A, ediff-current-diff-B)
2378 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
2379 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
2380 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
2381 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
2382 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
2383 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
2384 (ediff-setup-windows-plain-merge)
2385 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
2386 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
2387 * ediff-util.el (ediff-setup-keymap, )
2388 (ediff-toggle-wide-display, ediff-toggle-multiframe)
2389 (ediff-toggle-use-toolbar, ediff-really-quit)
2390 (ediff-good-frame-under-mouse)
2391 (ediff-highlight-diff-in-one-buffer)
2392 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
2393 (ediff-make-bullet-proof-overlay):
2394 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
2395 (ediff-set-meta-overlay):
2396 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
2397 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
2398 ediff-emacs-p with their former definitions.
2399
2400 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
2401 (viper-has-face-support-p, viper-inactivate-input-method)
2402 (viper-activate-input-method)
2403 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
2404 * emulation/viper-mous.el (viper-multiclick-timeout)
2405 (viper-surrounding-word, viper-mouse-click-insert-word)
2406 (viper-mouse-click-search-word, viper-parse-mouse-key):
2407 * emulation/viper-macs.el (viper-char-array-to-macro):
2408 * emulation/viper.el (viper-go-away, viper-set-hooks)
2409 (viper-non-hook-settings):
2410 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
2411 (viper-get-saved-cursor-color-in-insert-mode)
2412 (viper-get-saved-cursor-color-in-emacs-mode)
2413 (viper-check-version, viper-get-visible-buffer-window)
2414 (viper-file-checked-in-p, viper-set-replace-overlay)
2415 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
2416 (viper-check-minibuffer-overlay, viper-read-key-sequence)
2417 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
2418 with their former definitions.
2419 (viper-eventify-list-xemacs): Only do work for XEmacs.
2420 (viper-set-unread-command-events): Only do work for Emacs.
2421 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
2422 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
2423 (viper-overlay-get, viper-overlay-put, viper-read-event)
2424 (viper-characterp, viper-int-to-char, viper-get-face)
2425 (viper-color-defined-p, viper-iconify): New defaliases replacing
2426 the old fsets.
2427
2428 * progmodes/fortran.el (comment-region-function)
2429 (uncomment-region-function): Pacify byte compiler.
2430
2431 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
2432
2433 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
2436 `process-environment'.
2437
2438 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2439
2440 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2441 match dir like "a...b".
2442
2443 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
2446
2447 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
2448
2449 * net/tramp.el (tramp-handle-substitute-in-file-name):
2450 Don't expand the remote connection identification.
2451 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2452 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
2453 before calling stty.
2454
2455 * net/tramp-cache.el (tramp-cache-print)
2456 (tramp-dump-connection-properties): Fix docstring.
2457 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2458
2459 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2460
2461 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2462 remote connection identification when setting connection property.
2463
2464 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2465 "//" substitutes only in the local filename part.
2466
2467 2007-11-07 David Hansen <david.hansen@gmx.net>
2468
2469 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2470
2471 2007-11-07 Glenn Morris <rgm@gnu.org>
2472
2473 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2474 Remove superfluous concats. Move final set-buffer to
2475 non-emacs-specific code.
2476
2477 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
2478
2479 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2480
2481 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2482
2483 * eshell/esh-mode.el (eshell-output-filter):
2484 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2485 Use `with-current-buffer'.
2486
2487 2007-11-07 Andreas Schwab <schwab@suse.de>
2488
2489 * server.el (server-start): Only register cleanup after server was
2490 started.
2491
2492 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
2495
2496 * net/tramp-cache (tramp-cache-print): Move down.
2497 (tramp-cache-list-connections): New defun.
2498
2499 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2500
2501 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
2502
2503 * ido.el (ido-save-history): Write the history file in the current
2504 filename coding system, and add `coding' file-local variable.
2505
2506 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
2507
2508 * textmodes/org.el (org-table-formula-substitute-names):
2509 Remove forgotten temporary debugging code.
2510
2511 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
2512
2513 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2514 the prompt.
2515
2516 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
2517
2518 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2519
2520 2007-11-05 Simon Josefsson <simon@josefsson.org>
2521
2522 * net/tls.el (tls-end-of-info): Doc fix.
2523
2524 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2525
2526 * international/utf-7.el (utf-7-imap): New coding system.
2527 (utf-7-imap-post-read-conversion): New function.
2528 (utf-7-imap-pre-write-conversion): New function.
2529
2530 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * abbrev.el (abbrev--write): Fix up typo.
2533
2534 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
2535
2536 * abbrev.el (define-abbrev-table): Doc fix.
2537
2538 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2539
2540 * info.el (Info-revert-buffer-function): New func.
2541 (Info-mode): Arrange to use it for reverting.
2542 (Info-copy-current-node-name): Add space between filename and nodename.
2543
2544 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * abbrev.el (expand-abbrev): Move point back to expansion's end.
2547
2548 2007-11-04 Glenn Morris <rgm@gnu.org>
2549
2550 * net/tls.el: Don't require rx when compiling.
2551 (tls-end-of-info): Rewrite without using rx.
2552 (open-tls-stream): Use with-current-buffer.
2553
2554 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2555
2556 * net/tls.el: Require rx when compiling.
2557 (tls-end-of-info): New variable.
2558 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2559 matched.
2560
2561 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
2562
2563 * register.el (append-to-register, prepend-to-register):
2564 Don't signal error on empty register; use the text, instead.
2565
2566 2007-11-03 Michael Olson <mwolson@gnu.org>
2567
2568 * textmodes/remember.el (remember-buffer):
2569 Use define-obsolete-function-alias rather than defalias.
2570
2571 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2572
2573 * simple.el (bad-packages-alist): Anchor semantic regexp.
2574
2575 2007-11-03 Glenn Morris <rgm@gnu.org>
2576
2577 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2578 if defined, for blank lines. Doc fix.
2579
2580 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2581 (fortran-mode): Set values for comment-region-function,
2582 uncomment-region-function and comment-insert-comment-function.
2583 (fortran-uncomment-region): New function.
2584
2585 * textmodes/nroff-mode.el (nroff-mode):
2586 Set comment-insert-comment-function rather than indent-line-function.
2587 (nroff-indent-line-function): Remove.
2588 (nroff-insert-comment-function): New function.
2589
2590 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2591
2592 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2593
2594 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2595
2596 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2597
2598 * emulation/viper-cmd.el (viper-prev-destructive-command)
2599 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2600 copy-sequence.
2601
2602 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2603 Got rid of ediff-copy-list.
2604
2605 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2606 use face-name.
2607 (ediff-test-utility, ediff-diff-mandatory-option)
2608 (ediff-reset-diff-options): Remove to simplify the mandatory option
2609 handling on Windows.
2610 (ediff-set-diff-options): Add.
2611 (ediff-diff-options): Set "--binary" option as default in some cases.
2612
2613 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2614 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2615 ediff-vc-working-revision. Require vc-hooks.
2616
2617 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2618
2619 * files.el (hack-local-variables): Fix membership tests to avoid
2620 treating all variables as safe if `enable-local-variables' is
2621 set to :safe (CVE-2007-5795).
2622
2623 2007-11-02 Glenn Morris <rgm@gnu.org>
2624
2625 * newcomment.el (comment-indent): Let comment-insert-comment-function,
2626 if defined, do all the work of inserting a new comment.
2627
2628 * progmodes/etags.el (tags-table-mode): Disable undo.
2629
2630 * simple.el (bad-packages-alist): Revert previous change.
2631
2632 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
2633
2634 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2635
2636 * obsolete/lselect.el: Do not warn about unknown functions.
2637
2638 2007-11-02 Michael Olson <mwolson@gnu.org>
2639
2640 * textmodes/remember.el (remember-buffer): Make this an alias of
2641 remember-finalize, because Org uses it.
2642
2643 2007-11-01 Michael Olson <mwolson@gnu.org>
2644
2645 * textmodes/remember.el: Improve documentation in heading.
2646 (remember-before-remember-hook): Turn into a customizable option.
2647 (remember): Document INITIAL argument.
2648 (remember-region): Remove autoload cookie. Improve docstring to
2649 mention that it is called from the *Remember* buffer, and does not
2650 have any functional overlap with the `remember' function.
2651 (remember-finalize): Remove autoload cookie. Rename from
2652 remember-buffer to emphasize that this does not have any
2653 functional overlap with the `remember' function.
2654 (remember-destroy): Remove autoload cookie.
2655 (remember-mode-map): Define and initialize in one step.
2656 (remember-mode): Improve docstring.
2657 (remember-annotation-functions): Default to just '(buffer-file-name),
2658 and don't try to take the default value from Planner.
2659
2660 2007-11-01 Glenn Morris <rgm@gnu.org>
2661
2662 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2663
2664 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2665
2666 * emacs-lisp/authors.el (authors-scan-change-log)
2667 (authors-scan-el): Don't enable local eval; enable only safe local
2668 variables, without querying.
2669
2670 * mail/footnote.el (footnote-numeric-regexp)
2671 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2672 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2673 Match multi-character footnotes.
2674
2675 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2676 (nroff-indent-line-function): New function.
2677 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2678 obsolete alias.
2679
2680 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
2681
2682 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2683 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
2684 (rcirc-print): Only update the line count when not marking the
2685 line as omittable.
2686 (rcirc-log-write): Specify coding system when writing logfile.
2687 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2688
2689 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * printing.el (printing): Fix :version, printing.el was included
2692 for in emacs-22.1.
2693 (pr-path-style, pr-path-alist, pr-txt-name)
2694 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2695 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2696 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2697 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2698 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2699 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2700 (pr-setting-database, pr-visible-entry-list)
2701 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2702 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2703
2704 * ediff-util.el (ediff-nuke-selective-display): Move definition to
2705 top level, make it dependent on the emacs flavor.
2706
2707 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2708 Test for XEmacs not for itimer.
2709
2710 * term/sun-mouse.el:
2711 * obsolete/sun-fns.el:
2712 * obsolete/sun-curs.el: Remove files.
2713
2714 * term/sun.el (select-previous-complex-command): Remove obsolete code.
2715
2716 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
2717
2718 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2719 was given to concat.
2720
2721 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2724 used normally for goto-line. Change `g' to revert the buffer.
2725 Add redundant `r' binding for buffer-revert.
2726
2727 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2728 (mail-abbrevs-setup): Use abbrev-expand-functions.
2729 (build-mail-abbrevs): Use with-temp-buffer.
2730 (define-mail-abbrev): Simplify.
2731 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2732 Change it for use on abbrev-expand-functions.
2733 (mail-abbrev-complete-alias): Use with-syntax-table.
2734
2735 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2738 directly. Fix bug in deleting temp file.
2739
2740 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2743 Merge defvar and define-abbrev-table.
2744 (def-python-skeleton): Use :case-fixed and :enable-function.
2745 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2746 Remove.
2747 (python-mode): Don't modify pre-abbrev-expand-hook.
2748
2749 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2750
2751 * ediff-util.el (ediff-file-checked-out-p)
2752 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2753
2754 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * abbrev.el (abbrev-symbol): Correct let->let*.
2757 (abbrev--before-point): Only use abbrev-start-location if before point.
2758
2759 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2762 (strokes-unload-hook): Remove function and variable.
2763 (strokes-unload-function): New-style unload function, adapted
2764 from `strokes-unload-hook'.
2765
2766 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2767 (cl-unload-hook): Remove variable.
2768 (cl-unload-function): New-style unload function, adapted
2769 from `cl-cannot-unload'.
2770
2771 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2772 (elp-unload-function): New-style unload function, adapted
2773 from `elp-unload-hook'.
2774
2775 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2776
2777 * emacs-lisp/find-func.el (find-library): Use library at
2778 point as default interactive argument.
2779
2780 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2781
2782 * shadowfile.el (shadow-join): Remove.
2783 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2784 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2785 (shadowfile-unload-hook): Remove function and variable.
2786 (shadowfile-unload-function): New-style unload function, adapted
2787 from `shadowfile-unload-hook'.
2788
2789 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2790
2791 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2792 only if it is bound.
2793
2794 * textmodes/reftex.el: Move autoloads for before all uses.
2795 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2796 (reftex-delete-overlay): Move to the top level with the condition
2797 in the body.
2798
2799 * progmodes/simula.el: Use when instead of if.
2800
2801 * iimage.el (iimage-locate-file): Define unconditionally.
2802
2803 * mail/mailabbrev.el (mail-abbrev-next-line):
2804 * emulation/vip.el (vip-enlarge-region, vip-line)
2805 (vip-next-line-at-bol, vip-previous-line)
2806 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2807 Wrap with-no-warnings around uses of next-line and previous-line.
2808
2809 * ediff.el (run-ediff-from-cvs-buffer):
2810 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2811 Remove function not used by pcl-cvs anymore.
2812 (noninteractive, generic-sc-get-latest-rev)
2813 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2814 Delete support for long obsolete generic-sc.el.
2815
2816 2007-10-31 Glenn Morris <rgm@gnu.org>
2817
2818 * cvs-status.el: No longer require pcvs when compiling.
2819
2820 * doc-view.el (doc-view-conversion-refresh-interval)
2821 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2822 (doc-view-reset-slice): Doc fixes.
2823 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2824
2825 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2826
2827 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2828 Timers are automatically canceled by `unload-feature'.
2829
2830 * delsel.el (delsel-unload-hook): Remove function and variable.
2831 (delsel-unload-function): New-style unload function, adapted
2832 from `delsel-unload-hook'.
2833
2834 * msb.el (msb-unload-hook): Remove function and variable.
2835 (msb-unload-function): New-style unload function, adapted from
2836 `msb-unload-hook'.
2837
2838 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * desktop.el (uniquify-managed): Pacify byte compiler.
2841 (desktop-buffer-info): If the buffer name is managed by uniquify,
2842 save the base name, not the uniquified one.
2843 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2844 name in case of conflict.
2845
2846 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * doc-view.el: Use expand-file-name rather than concat.
2849 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2850 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2851 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2852 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2853 not to have to touch the buffer's content.
2854 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2855 (doc-view-mode): Use it. Don't mark as a special mode.
2856 Put the page numbers in the modeline.
2857 Set up the overlay. Hide the cursor. Run the mode hook.
2858 Use after-revert-hook rather than revert-buffer-function.
2859 (doc-view-search-internal): Fix typo.
2860 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2861 image-cache flush.
2862 (doc-view-reconvert-doc): Don't reset the whole mode.
2863 (doc-view-make-safe-dir): New function.
2864 (doc-view-current-cache-dir): Use it.
2865
2866 2007-10-30 Jason Rumney <jasonr@gnu.org>
2867
2868 * time.el (display-time-world-list): Test for zoneinfo support.
2869
2870 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2871
2872 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2873
2874 * net/tramp-cache.el (tramp-flush-file-function): Check also
2875 `default-directory' if `buffer-file-name' does not return a
2876 string. Added to `eshell-pre-command-hook'.
2877
2878 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * doc-view.el (doc-view-current-doc): Remove.
2881 Replace all uses by buffer-file-name.
2882 (doc-view-menu): New menu.
2883 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2884 unused var `doc'.
2885 (doc-view-sort): Simplify.
2886 (doc-view-buffer-message): Don't change buffer-modified-p.
2887 (doc-view-mode): Change it here instead.
2888 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2889 Don't modify the global value of revert-buffer-function.
2890
2891 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2892 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2893 (image-toggle-display): Take overlays into account and don't assume
2894 point-min==1.
2895
2896 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2897
2898 * vc.el (vc-annotate): Fix omission bug:
2899 Specify value for vc-sentinel-movepoint.
2900
2901 2007-10-30 Michael Olson <mwolson@gnu.org>
2902
2903 * textmodes/remember.el (remember-mode-hook)
2904 (remember-handler-functions, remember-annotation-functions):
2905 Add additional items as options, including some Org functions.
2906
2907 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2908
2909 * doc-view.el: Remove cl-dependency.
2910 (doc-view-buffer-message): Mention new binding K.
2911 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2912 instead of variable.
2913 (doc-view-current-cache-dir): Better cache dir naming.
2914 (doc-view-current-display): Remove variable.
2915 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2916 (doc-view-kill-proc): Set converter process to nil.
2917 (doc-view-minor-mode): New minor mode.
2918 (doc-view-minor-mode-map): New keymap.
2919 (doc-view-mode): Remove text/image switching code. Use plain defun.
2920 (doc-view-mode-map): New binding K kills converter process.
2921 Remove C-c C-e binding.
2922 (doc-view-mode-text-map): Remove keymap.
2923 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2924 d-v-display-maybe.
2925 (doc-view-previous-major-mode): New variable.
2926 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2927 (doc-view-remove-if): New function.
2928 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2929 (doc-view-toggle-display): Toggle modes instead of display styles.
2930 (doc-view-reconvert-doc): Adapt to new way of doing things.
2931
2932 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2933
2934 2007-10-30 Glenn Morris <rgm@gnu.org>
2935
2936 * dirtrack.el (dirtrack-mode): Doc fix.
2937
2938 * shell.el (shell-dirtrack-verbose, shell-mode)
2939 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2940
2941 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2942 (byte-compile-enable-warning): Doc fix.
2943
2944 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2945 suppress byte-opt warning.
2946
2947 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2948
2949 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2950 (edt-gnu-emacs19-p): Remove.
2951 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2952 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2953 (edt-end-of-line-forward, edt-end-of-line-backward)
2954 (edt-one-word-forward, edt-one-word-backward, edt-character)
2955 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2956 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2957 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2958 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2959 (edt-sentence-backward, edt-paragraph-forward)
2960 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2961 (edt-window-bottom, edt-scroll-window-forward-line)
2962 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2963 (edt-line-to-top-of-window, edt-paragraph-backward)
2964 (edt-restore-key, edt-window-top, edt-window-bottom)
2965 (edt-scroll-window-forward-line)
2966 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2967 (edt-line-to-middle-of-window, edt-goto-percentage)
2968 (edt-display-the-time, edt-remember, edt-split-window)
2969 (edt-emulation-on, edt-emulation-off)
2970 (edt-default-emulation-setup, edt-user-emulation-setup)
2971 (edt-select-default-global-map, edt-select-user-global-map):
2972 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2973 tests.
2974
2975 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2976 Use feature test instead of boundp test so it can be resolved at
2977 compile time.
2978
2979 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2980
2981 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2984 Update all users.
2985 (abbrev-get, abbrev-put): Simplify.
2986 (define-abbrev): Don't store the `force' value in the :system property.
2987 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2988
2989 2007-10-30 Michael Olson <mwolson@gnu.org>
2990
2991 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2992
2993 * textmodes/remember.el: New file that implements a mode for
2994 quickly jotting down things to remember.
2995
2996 * textmodes/remember-diary.el: A backend for remember.el that
2997 implements saving notes to a Diary file.
2998
2999 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3000
3001 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3002 Relocate in file.
3003 (allout-doublecheck-at-and-shallower): Increase to include
3004 slightly greater depths, since yank interaction is now ok.
3005 Also, elaborate the docstring to explain the situation.
3006 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3007 instead of concat, so we accommodate key sequences expressed as
3008 vectors as well as strings and lists.
3009 (allout-flag-region, allout-hide-by-annotation): Make the
3010 hidden-text overlays 'front-advance.
3011 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3012 (allout-aberrant-container-p, allout-on-current-heading-p)
3013 (allout-e-o-prefix-p, allout-next-heading)
3014 (allout-previous-heading, allout-goto-prefix)
3015 (allout-end-of-prefix, allout-next-sibling-leap)
3016 (allout-next-visible-heading, allout-auto-fill)
3017 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3018 (allout-yank-processing, allout-resolve-xref)
3019 (allout-current-topic-collapsed-p, allout-hide-region-body)
3020 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3021 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3022 (count-trailing-whitespace-region): Preserve match data, so allout
3023 outline navigation doesn't disrupt other Emacs operations.
3024 (allout-beginning-of-line): Retreat to the beginning of the hidden
3025 text, so fields are respected (for submodes that care).
3026 (allout-end-of-line): Preserve mark activation status when jumping.
3027 (allout-open-topic): Account for opening after a child that
3028 contains a hidden trailing newline. Preserve match data.
3029 Run allout-structure-added-hook
3030 (allout-encrypt-decrypted): Preserve match data.
3031 (allout-toggle-current-subtree-exposure): Add new interactive
3032 function for toggle subtree exposure - suggested by tassilo.
3033 (move-beginning-of-line, move-end-of-line): Don't use
3034 line-move-invisible-p, it's obsolete - substitute the code, instead.
3035
3036 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3037
3038 * textmodes/flyspell.el (message-signature-separator):
3039 * longlines.el (message-indent-citation-function): Pacify byte
3040 compiler.
3041
3042 * emacs-lisp/cl-loaddefs.el:
3043 * ldefs-boot.el: Regenerate.
3044
3045 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3046 (.el.elc, compile, compile-always, compile-calc)
3047 ($(lisp)/progmodes/cc-mode.elc): Use it.
3048
3049 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3050 Only do work for XEmacs.
3051 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3052 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3053 on XEmacs.
3054 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3055 (ps-x-color-name, ps-x-color-specifier-p)
3056 (ps-x-copy-coding-system, ps-x-device-class)
3057 (ps-x-extent-end-position, ps-x-extent-face)
3058 (ps-x-extent-priority, ps-x-extent-start-position)
3059 (ps-x-face-font-instance, ps-x-find-coding-system)
3060 (ps-x-font-instance-properties, ps-x-make-color-instance)
3061 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3062 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3063 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3064 (ps-generate-postscript-with-faces): Delete defaliases.
3065 (ps-face-foreground-name, ps-face-background-name)
3066 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3067 Move definitions to top level, make the body conditional on the Emacs
3068 flavor. Replace uses of deleted aliases and renamed functions.
3069 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3070 of deleted aliases and renamed functions.
3071
3072 * calc/calc.el (calc-emacs-type-lucid): Remove.
3073 (calc-digit-map, calcDigit-start, calc-read-key)
3074 (calc-clear-unread-commands):
3075 * calc/calc-ext.el (calc-user-key-map): Replace uses of
3076 calc-emacs-type-lucid with (featurep 'xemacs)
3077
3078 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
3079 (featurep 'xemacs).
3080 (tpu-lucid-emacs19-p): Remove.
3081 (tpu-map-key): Make it a function instead of using fset. Inline
3082 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
3083 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
3084
3085 * ielm.el: Use featurep 'xemacs.
3086
3087 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
3088 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
3089 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
3090 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
3091 cperl-xemacs-p with (featurep 'xemacs).
3092 (font-lock-cache-position): Pacify byte compiler.
3093
3094 2007-10-29 Drew Adams <drew.adams@oracle.com>
3095
3096 * faces.el (read-color): New function.
3097 (face-at-point, foreground-color-at-point)
3098 (background-color-at-point): New functions.
3099
3100 2007-10-28 Richard Stallman <rms@gnu.org>
3101
3102 * net/browse-url.el (browse-url-text-xterm): Rename from
3103 browse-url-lynx-xterm and made generic.
3104 (browse-url-text-emacs): Likewise.
3105 (browse-url-text-browser): New variable.
3106 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
3107 (browse-url-text-input-field, browse-url-text-input-attempts)
3108 (browse-url-kde-program): Likewise.
3109
3110 2007-10-29 Glenn Morris <rgm@gnu.org>
3111
3112 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3113 Use mapc rather than mapcar (reinstall change deleted without log
3114 entry 2007-10-22).
3115
3116 2007-10-29 Martin Rudalics <rudalics@gmx.at>
3117
3118 * wdired.el (wdired-next-line, wdired-previous-line):
3119 Use next-line and previous-line wrapped in with-no-warnings.
3120
3121 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
3122
3123 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
3124 (rcirc-recent-quit-alist): New function.
3125 (rcirc): Print a better message when there is only one connected server.
3126 (rcirc-complete-nick): Do not update the nick table here.
3127 (rcirc-mode-map): Add M-o.
3128 (rcirc-current-line): Add variable.
3129 (rcirc-mode): Setup variables for line based omit.
3130 (rcirc-edit-multiline): Strip text properties.
3131 (rcirc-omit-responses): Add NICK.
3132 (rcirc-omit-threshold): Add variable.
3133 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
3134 Add functions.
3135 (rcirc-print): Keep track of current line. Do not fill text if
3136 `rcirc-fill-flag' is null. Only omit text if the last activity
3137 from the sender is more than `rcirc-omit-threshold' lines ago.
3138 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
3139 numbers instead of time.
3140 (rcirc-channel-nicks): Sort by line numbers instead of time.
3141 (rcirc-omit-mode): Add `...' when omitting text and recenter.
3142 (rcirc-handler-JOIN): Restore the joiners linestamp.
3143 (rcirc-maybe-remember-nick-quit): Add function.
3144 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
3145
3146 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * loadhist.el (unload-feature-special-hooks):
3149 Add `delete-frame-functions' and `suspend-tty-functions'.
3150
3151 * server.el (server-unload-function): Rename from `server-unload-hook'
3152 and adapt to new `unload-feature' functionality. Remove hook from
3153 `kill-buffer-hook' buffer-locally.
3154 (server-unload-hook): Remove.
3155 (server-unload-function): New var; replaces `server-unload-hook'.
3156
3157 2007-10-29 Glenn Morris <rgm@gnu.org>
3158
3159 * dirtrack.el (dirtrack-debug): Doc fix.
3160 (dirtrack-mode, dirtrack-debug-mode): New names for
3161 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
3162 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
3163 Make obsolete.
3164 (dirtrack-debug-message): Only print message if
3165 dirtrack-debug-mode is non-nil. Use with-current-buffer.
3166 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
3167 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
3168
3169 2007-10-28 Glenn Morris <rgm@gnu.org>
3170
3171 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
3172 (byte-compile-warnings-safe-p): Handle `not'.
3173 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
3174 (byte-compile-enable-warning): New functions.
3175 (byte-compile-eval-before-compile)
3176 (byte-compile-file-form-require): Use byte-compile-disable-warning.
3177 (byte-compile-close-variables): Locally bind byte-compile-warnings,
3178 but do not modify it.
3179 (byte-compile-eval, byte-compile-obsolete)
3180 (byte-compile-warn-about-unresolved-functions)
3181 (byte-compile-file-form-defvar)
3182 (byte-compile-file-form-custom-declare-variable)
3183 (byte-compile-file-form-require)
3184 (byte-compile-file-form-defmumble, byte-compile-lambda)
3185 (byte-compile-form, byte-compile-normal-call)
3186 (byte-compile-variable-ref, byte-compile-defvar)
3187 (byte-compile-make-variable-buffer-local):
3188 Use byte-compile-warning-enabled-p.
3189 * emacs-lisp/advice.el (ad-compile-function):
3190 Use byte-compile-disable-warning.
3191 * emacs-lisp/cl.el: Move local variables to end of file, and set
3192 byte-compile-warnings to `(not cl-functions)'.
3193 * emacs-lisp/cl-compat.el: Add a local variables section, and set
3194 byte-compile-warnings to `(not cl-functions)'.
3195 * emacs-lisp/cl-macs.el: Unify local variable section, and set
3196 byte-compile-warnings to `(not cl-functions)'.
3197 (cl-do-proclaim): Use byte-compile-disable-warning and
3198 byte-compile-enable-warning.
3199 * emacs-lisp/cl-seq.el: Unify local variable section, and set
3200 byte-compile-warnings to `(not cl-functions)'.
3201 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
3202 Use byte-compile-disable-warning.
3203
3204 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * cus-edit.el (custom-browse-insert-prefix):
3207 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
3208
3209 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * server.el (server-process-filter): Fix typo in docstring.
3212 (server-log): Reflow docstrings.
3213 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
3214 (server-goto-line-column): Use `when'.
3215
3216 2007-10-28 Juri Linkov <juri@jurta.org>
3217
3218 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
3219 when mouse is clicked on the isearch message.
3220 (isearch-resume): Call `isearch-update' at the end.
3221 Rename argument `search' to `string' to conform to the
3222 isearch terminology.
3223
3224 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 Rewrite abbrev.c in Elisp.
3227 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
3228 (abbrev-table-get, abbrev-table-put, abbrev-get)
3229 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
3230 (define-abbrev, abbrev--check-chars, define-global-abbrev)
3231 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
3232 (abbrev-expansion, abbrev--before-point, expand-abbrev)
3233 (unexpand-abbrev, abbrev--write, abbrev--describe)
3234 (insert-abbrev-table-description, define-abbrev-table):
3235 New funs, largely transcribed from abbrev.c.
3236 (abbrev-with-wrapper-hook): New macro.
3237 (abbrev-table-name-list, global-abbrev-table)
3238 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
3239 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
3240 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
3241 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
3242 New vars, largely transcribed from abbrev.c.
3243 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
3244 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
3245 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
3246
3247 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3248
3249 * ps-print.el: Now detect if text foreground and background colors are
3250 equal and replace the foreground color by another color, so the text
3251 becomes visible. Doc fix.
3252 (ps-print-version): New version 6.8.
3253 (ps-default-fg, ps-default-bg): Docstring fix.
3254 (ps-postscript-code-directory): Fix default value code.
3255 (ps-fg-list, ps-fg-validate-p): New options.
3256 (ps-foreground-list): New var.
3257 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3258
3259 2007-10-27 Glenn Morris <rgm@gnu.org>
3260
3261 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
3262 (shell-dirtrack-toggle): Mark as obsolete.
3263 (dirtrack-toggle, dirtrack-mode): No longer alias to
3264 shell-dirtrack-mode.
3265
3266 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
3267
3268 * calc/calc.el (math-standard-opers): Lower the precedence
3269 of negation.
3270 * calc/calc-lang.el (math-oper-table): Lower precedence of
3271 negation for C, TeX, and eqn.
3272
3273 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3274
3275 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
3276
3277 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
3280 (desktop-not-loaded-hook): Fix :version tags.
3281
3282 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
3283
3284 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
3285 (tramp-get-remote-tmpdir): New defun.
3286 (tramp-make-tramp-temp-file): Use it.
3287 (tramp-local-call-process): New defun. Replace all calls of
3288 `call-process' by this when appropriate.
3289 (tramp-handle-write-region): Replace calls of `file-attributes' by
3290 `tramp-compat-file-attributes'.
3291 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3292 Make the first command a `tramp-send-command' call, with let-bind
3293 of `tramp-end-of-output'.
3294 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
3295 (tramp-load-report-modules, tramp-append-tramp-buffers):
3296 Move to tramp-cmds.el.
3297
3298 * net/tramp-fish.el (tramp-fish-handle-copy-file)
3299 (tramp-fish-do-copy-or-rename-file)
3300 (tramp-fish-do-copy-or-rename-file-directly):
3301 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3302 Add parameter PRESERVE-UID-GID.
3303
3304 2007-10-27 Eli Zaretskii <eliz@gnu.org>
3305
3306 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
3307 New defcustoms.
3308 (display-time-world-list): Use them as appropriate for the current
3309 value of `system-type'.
3310
3311 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3312
3313 * printing.el: Pacify byte compiler, that is, no compiler warnings.
3314 Move (again) some variable definitions before use, define some fun
3315 aliases, no code change.
3316 (pr-version): New version 6.9.2.
3317 (pr-path-style, pr-auto-region, pr-menu-char-height)
3318 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3319 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3320 via (defvar VAR).
3321 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3322 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3323 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3324 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3325 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
3326 (pr-menu-print-item, pr-ps-printer-menu-modified)
3327 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3328 (pr-even-or-odd-alist): Vars definition moved.
3329
3330 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * emulation/pc-select.el (next-line-mark, next-line-nomark)
3333 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
3334 around uses of previous-line and next-line.
3335
3336 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
3337 New defvars.
3338
3339 * textmodes/css-mode.el (comment-continue):
3340 * net/browse-url.el (url-handler-regexp):
3341 * progmodes/idlw-help.el (idlwave-system-routines):
3342 Pacify byte-compiler.
3343
3344 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
3345 line-move-invisible-p with its former definition: invisible-p.
3346 line-move-invisible-p was removed on 2007-08-29.
3347
3348 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * files.el (kill-emacs-query-functions): Doc fix;
3351 `save-buffers-kill-emacs' is no longer bound to a key.
3352
3353 2007-10-26 Richard Stallman <rms@gnu.org>
3354
3355 * isearch-multi.el (isearch-buffers-multi): New option.
3356 (isearch-buffers-search-fun): Test it.
3357
3358 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
3359 Put ps-run-clear on C-c C-l.
3360
3361 * newcomment.el (comment-styles): New style indent-or-triple.
3362 (comment-style): Make that the default.
3363 (comment-add defvar): Doc fix.
3364 (comment-add): Delete arg EXTRA.
3365 (comment-region-default): Open code call to comment-add.
3366 Handle indent-or-triple style which uses `multi-char' for INDENT.
3367
3368 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * eshell/em-unix.el (nil-blank-string): Doc fix.
3371
3372 2007-10-26 John Wiegley <johnw@newartisans.com>
3373
3374 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
3375 function, ensure that the third argument is turned into a nil if
3376 the string is otherwise completely empty (either no characters, or
3377 all tabs/spaces). This fixes a bug from a user who found himself
3378 unable to customize `diff-switches' and still use Eshell's diff
3379 command.
3380
3381 2007-10-26 Glenn Morris <rgm@gnu.org>
3382
3383 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
3384 safe-local-variable property.
3385
3386 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
3387
3388 * net/browse-url.el (browse-url-browser-function): Delete grail.
3389 (browse-url-grail): Function and variable deleted.
3390 (browse-url-browser-function): Delete IXI Mosaic.
3391 (browse-url-default-browser): Don't try IXI Mosaic.
3392 (browse-url-iximosaic): Function deleted.
3393 (browse-url-browser-function): Delete MMM.
3394 (browse-url-default-browser): Don't try MMM.
3395 (browse-url-mmm): Function deleted.
3396
3397 2007-10-26 Drew Adams <drew.adams@oracle.com>
3398
3399 * custom.el (custom-note-var-changed): New function.
3400
3401 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
3404 use with the definition. Remove.
3405
3406 * add-log.el (change-log-start-entry-re): New defconst.
3407 (change-log-sortable-date-at): Use it.
3408 (change-log-beginning-of-defun, change-log-end-of-defun):
3409 New functions.
3410 (change-log-mode): Use them for beginning-of-defun-function and
3411 end-of-defun-function.
3412
3413 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
3414
3415 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
3416 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
3417 (ses-recalculate-cell): Deal with point being just beyond end of
3418 data area (why does this happen?)
3419 (ses-set-curcell): Ditto.
3420 (ses-column-letter): Handle columns beyond 702. Code written by
3421 Gareth Rees.
3422
3423 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
3424
3425 * textmodes/org.el (org-agenda-get-restriction-and-command):
3426 Use `mapc' instead of `mapcar'.
3427 (org-agenda-list): Numeric prefix argument can specify the number
3428 of days.
3429 (remember-register, remember-buffer): Prevent byte compiler from
3430 complaining.
3431 (org-todo): Save and restore match data.
3432 (org-no-warnings): New macro.
3433 (org-columns-eval): Use `org-no-warnings'.
3434
3435 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
3436
3437 * comint.el (comint-password-prompt-regexp):
3438 Handle `[sudo] password'-style prompt.
3439
3440 2007-10-25 Glenn Morris <rgm@gnu.org>
3441
3442 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
3443 (defcustom): Doc fix.
3444
3445 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
3446 Add `non_intrinsic'.
3447 (f90-constants-re): Add ieee modules.
3448 (f90-typedef-matcher, f90-typedec-matcher)
3449 (f90-imenu-type-matcher): New functions.
3450 (f90-font-lock-keywords-1): Give module procedures function-name face.
3451 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
3452 Add `use, intrinsic'.
3453 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3454 Move start of `enum' blocks to separate entry.
3455 (f90-start-block-re): Fix `type', `abstract interface'.
3456 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3457 derived types.
3458 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3459 `elemental', change `enumerator'.
3460 (f90-no-block-limit): Fix `abstract interface'.
3461
3462 * progmodes/f90.el (f90-indented-comment-re)
3463 (f90-directive-comment-re, f90-break-delimiters):
3464 * progmodes/fortran.el (fortran-comment-line-start-skip)
3465 (fortran-directive-re):
3466 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3467 as safe if they are strings.
3468
3469 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * startup.el (window-system): Remove. Don't make it frame-local.
3472
3473 2007-10-24 Richard Stallman <rms@gnu.org>
3474
3475 * savehist.el (savehist-save): Omit unreadable elements.
3476
3477 * loadhist.el (unload-function-defs-list): Rename from
3478 unload-function-features-list.
3479 (unload-feature-special-hooks, unload-feature): Doc fixes.
3480
3481 * indent.el (indent-to-left-margin): If point's in the indentation,
3482 move to the end of the indentation.
3483
3484 * cus-edit.el (customize-changed-options): Make arg optional.
3485
3486 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
3489
3490 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * textmodes/org-publish.el (org-publish-attachment): Re-install
3493 accidentally deleted change.
3494
3495 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * term/iris-ansi.el (iris-function-map): Move init into declaration.
3498
3499 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3502 (Buffer-menu-mode-map): Initialize in the declaration.
3503 (Buffer-menu-mode): Define with `define-derived-mode'.
3504
3505 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
3506
3507 * textmodes/org.el (org-version): Change to 5.13e.
3508 (org-agenda-file-regexp): Fix typo in docstring.
3509 (org-add-planning-info): Fix bug in parenthesis settings.
3510 (org-scan-tags): Catch the case of indirect buffers with no filename.
3511 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
3512 Re-install switch to mapc, had been removed by accident.
3513 (org-columns-map): New binding `C-c C-o'.
3514 (org-columns-menu): Change menu text and added new entry.
3515 (org-columns-eval): Document the use of `next-line'.
3516 (org-columns-open-link): New function.
3517 (org-columns-follow-link): Remove function.
3518 (org-open-link-from-string): New function.
3519 (org-read-date-get-relative): Fix typo in docstring.
3520 (org-read-date-get-relative): Leading +/- is not optional.
3521 (org-agenda-get-restriction-and-command): Always resize window on
3522 first loop cycle.
3523 (org-agenda-open-link): Make sure the link abbreviations are
3524 present in the agenda buffer.
3525 (org-agenda-copy-local-variable): New function.
3526
3527 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3530
3531 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * simple.el (reindent-then-newline-and-indent): Use a `move after
3534 insert' kind of marker in the save-excursion.
3535
3536 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * textmodes/css-mode.el: Require CL.
3539 (comment-continue): Declare.
3540
3541 * subr.el (make-variable-frame-localizable): Remove.
3542 (make-variable-frame-local): Mark obsolete.
3543
3544 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3547 of the subdirs is unreadable.
3548
3549 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3552 when we are local.
3553
3554 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * progmodes/python.el (python-current-defun): Remove left-over
3557 assignment to `start'.
3558
3559 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3562 than `mapcar'; return value is not used.
3563
3564 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3565
3566 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3567 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3568
3569 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
3570
3571 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3572 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3573
3574 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3577
3578 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3579
3580 * emacs-lisp/advice.el (ad-make-advised-docstring):
3581 Add ad-advice-info text property to doc string.
3582
3583 2007-10-23 Glenn Morris <rgm@gnu.org>
3584
3585 * progmodes/f90.el (f90-do-indent, f90-if-indent)
3586 (f90-type-indent, f90-program-indent, f90-associate-indent)
3587 (f90-continuation-indent, f90-comment-region)
3588 (f90-beginning-ampersand, f90-smart-end)
3589 (f90-break-before-delimiters, f90-auto-keyword-case)
3590 (f90-leave-line-no, f90-mode-hook):
3591 Give an appropriate safe-local-variable property.
3592
3593 * progmodes/fortran.el (fortran-tab-mode-default)
3594 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3595 (fortran-structure-indent, fortran-continuation-indent)
3596 (fortran-comment-indent, fortran-comment-line-extra-indent)
3597 (fortran-comment-line-start)
3598 (fortran-minimum-statement-indent-fixed)
3599 (fortran-minimum-statement-indent-tab)
3600 (fortran-comment-indent-char, fortran-line-number-indent)
3601 (fortran-check-all-num-for-matching-do)
3602 (fortran-blink-matching-if, fortran-continuation-string)
3603 (fortran-comment-region, fortran-electric-line-number)
3604 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3605 (fortran-analyze-depth, fortran-break-before-delimiters):
3606 Give an appropriate safe-local-variable property.
3607
3608 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3609
3610 * printing.el: Move variable definitions before use.
3611 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3612
3613 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3616 (tpu-edt-off): Use it.
3617 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
3618 the global-map before adding it to global-map.
3619
3620 * menu-bar.el (global-buffers-menu-map): New var.
3621 (global-map, menu-bar-update-buffers): Use it.
3622 * msb.el (msb-menu-bar-update-buffers): Use it.
3623 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3624 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3625 Use with-current-buffer.
3626
3627 2007-10-22 Juri Linkov <juri@jurta.org>
3628
3629 * isearch-multi.el: New file.
3630
3631 * isearch.el (isearch-search-string): After finding the next
3632 occurrence switch to buffer isearch-buffers-current-buffer when
3633 isearch-buffers-next-buffer-function is non-nil and
3634 isearch-buffers-current-buffer is live.
3635
3636 * add-log.el (change-log-mode): Make and set buffer-local variable
3637 isearch-buffers-next-buffer-function to change-log-next-buffer.
3638 Call isearch-buffers-minor-mode.
3639 (change-log-next-buffer): New function.
3640
3641 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
3642
3643 * org-export-latex.el (org-export-latex-protect-string):
3644 Renaming of `org-latex-protect'.
3645 (org-export-latex-emphasis-alist): By default, don't protect
3646 any emphasis formatter from further conversion.
3647 (org-export-latex-tables): Honor column grouping for tables.
3648 (org-export-latex-title-command): New option.
3649 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3650 export backslash character.
3651
3652 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3653
3654 * textmodes/org.el (org-read-date-get-relative): New function.
3655 (org-agenda-file-regexp): New variable.
3656 (org-agenda-files): Allow directories in the variable.
3657 (org-agenda-get-restriction-and-command): New function.
3658 (org-agenda): Use `org-agenda-get-restriction-and-command'.
3659 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3660 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3661 New functions.
3662 (org-entry-add-to-multivalued-property)
3663 (org-entry-remove-from-multivalued-property)
3664 (org-entry-member-in-multivalued-property): New functions.
3665 (org-remember-apply-template): Catch C-g and make sure window
3666 configuration is restored.
3667 (org-agenda-open-link): Make it work with several links in the line.
3668 (org-drawers, org-set-regexps-and-options)
3669 (org-get-current-options): Add support for a DRAWERS in-buffer option.
3670 (org-agenda-window-frame-fractions): New option.
3671 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3672 (org-columns-cleanup-item, org-find-entry-with-id)
3673 (org-insert-columns-dblock, org-listtable-to-string)
3674 (org-dblock-write:columnview, org-columns-capture-view)
3675 (org-edit-headline): New functions.
3676 (org-agenda-to-appt): Require calendar.
3677 (org-entry-get-with-inheritance): Widen for search.
3678 (org-columns-display-here): Don't mark buffer as modified when
3679 adding space characters to accomodate column overlays.
3680 (org-export-as-html): Better formatting of tags in the toc.
3681 (org-columns-display-here): Make the ITEM column as compact as possible.
3682 (org-remember-templates): Customization interface improved.
3683 (org-export-with-property-drawer): Variable removed.
3684 (org-export-with-drawers): New option.
3685 (org-complex-heading-regexp): New variable.
3686 (org-sort-entries): Rewrite using `sort-subr'.
3687 (org-set-property): More appropriate completion during interactive use.
3688 (org-sort-entries): Allow sorting by property.
3689 (org-additional-option-like-keywords): Add more values.
3690 (org-sort-entries-or-items): Rename from `org-sort-entries'.
3691
3692 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
3693
3694 * textmodes/org.el (org-get-date-from-calendar): New function.
3695 (org-at-timestamp-p, org-timestamp-change)
3696 (org-remember-templates): First element of each entry is now a
3697 name for the template.
3698 (org-store-log-note): Check for `org-note-abort'.
3699 (org-kill-note-or-show-branches): New command.
3700 (org-fontify-priorities): New option.
3701 (org-fontify-priorities): New function.
3702 (org-cut-subtree, org-copy-subtree): New argument N to
3703 act on N sequential subtrees.
3704 (org-paste-subtree): Fix the level at which a tree is pasted.
3705 (org-fit-agenda-window): Limitations on window size removed.
3706 (org-agenda-find-same-or-today-or-agenda): Rename from
3707 `org-agenda-find-today-or-agenda'.
3708 (org-scheduled-past-days): New option.
3709 (org-agenda-scheduled-leaders)
3710 (org-agenda-deadline-leaders): New options.
3711 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3712 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3713 (org-export-with-tags, org-export-plist-vars)
3714 (org-infile-export-plist): New "tags" option.
3715 (org-use-property-inheritance): New option.
3716 (org-cached-entry-get): Use `org-use-property-inheritance'.
3717 (org-remember-apply-template): Fix typo.
3718
3719 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-find-shell)
3722 (tramp-open-connection-setup-interactive-shell): Improve sending
3723 initial commands.
3724 (tramp-action-terminal): Send debug message.
3725 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3726 (tramp-barf-if-no-shell-prompt): Insert code of
3727 `tramp-wait-for-shell-prompt'.
3728
3729 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3732
3733 * term/vt200.el (terminal-init-vt200):
3734 * term/vt201.el (terminal-init-vt201):
3735 * term/vt220.el (terminal-init-vt220):
3736 * term/vt240.el (terminal-init-vt240):
3737 * term/vt300.el (terminal-init-vt300):
3738 * term/vt320.el (terminal-init-vt320):
3739 * term/vt400.el (terminal-init-vt400):
3740 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3741
3742 * term/wyse50.el (wyse50-terminal-map): New var.
3743 (terminal-init-wyse50): Use it and input-decode-map.
3744 (enable-arrow-keys): Emasculate.
3745
3746 * term/tvi970.el (tvi970-terminal-map): New var.
3747 (terminal-init-tvi970): Use it and input-decode-map.
3748 (tvi970-keypad-numeric): Remove.
3749 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3750
3751 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3752 (terminal-init-sun): Use it and input-decode-map.
3753
3754 * term/news.el (terminal-init-news):
3755 * term/lk201.el (terminal-init-lk201):
3756 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3757
3758 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3759
3760 * complete.el (PC-expand-many-files): Remove.
3761 (PC-do-completion): Call file-expand-wildcards instead of
3762 PC-expand-many-files.
3763
3764 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3765 (PC-expand-many-files): Remove advice.
3766
3767 2007-10-22 Glenn Morris <rgm@gnu.org>
3768
3769 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3770 Add some support for Fortran 2003 syntax:
3771 (f90-type-indent): Now also applies to `enum'.
3772 (f90-associate-indent): New user option.
3773 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3774 Add some F2003 keywords.
3775 (f90-constants-re): New constant.
3776 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3777 Interface'.
3778 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3779 `class'. Arguments for `type'/`class' may have spaces. Add a new
3780 element for functions with specified types. Add `end enum' and
3781 `select type'. Add `implicit enumerator' and `procedure'.
3782 Add `class default' and `type is', `class is'. Fix `go to' regexp.
3783 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3784 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3785 (f90-blocks-re): Add `enum' and `associate'.
3786 (f90-else-like-re): Add `class is', `type is', and `class default'.
3787 (f90-end-type-re): Add `enum'.
3788 (f90-end-associate-re, f90-typeis-re): New constants.
3789 (f90-end-block-re): Add `enum' and `associate'. Change from
3790 optional whitespace to end-of-word, to avoid `enumerator'.
3791 (f90-start-block-re): Add `select type', `abstract interface', and
3792 `enum'. Avoid `type is', and `type (sometype)'.
3793 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3794 (f90-mode): Doc fix.
3795 (f90-looking-at-select-case): Doc fix. Add `select type'.
3796 (f90-looking-at-associate): New function.
3797 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3798 Add `enum' and `abstract interface'.
3799 (f90-no-block-limit): Add `select type' and `abstract interface'.
3800 (f90-get-correct-indent, f90-calculate-indent)
3801 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3802 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3803
3804 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3805
3806 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3807 Use window-full-width-p.
3808
3809 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3812
3813 * tooltip.el: Use featurep 'xemacs.
3814
3815 * printing.el: Move variable definitions before use, no code change.
3816
3817 2007-10-22 Juri Linkov <juri@jurta.org>
3818
3819 * simple.el (goto-history-element): Allow minibuffer-default to be
3820 a list of default values accessible by typing M-n in the minibuffer.
3821
3822 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3823 minibuffer default value list instead of pushing them temporarily
3824 to the history list.
3825
3826 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 * hexl.el (hexl-menu): New major mode menu.
3829
3830 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3833
3834 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3835
3836 * w32-fns.el (w32-quote-process-args):
3837 * dos-w32.el (print-region-function, lpr-headers-switches)
3838 (ps-print-region-function): Pacify byte-compiler.
3839
3840 * emulation/edt-mapper.el (function-key-map):
3841 (edt-map-key): Make it a function instead of using fset.
3842 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3843 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3844 (edt-x-emacs-p): Remove.
3845 (edt-emacs-variant, edt-window-system, edt-xserver):
3846 Use featurep 'xemacs.
3847
3848 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3849 Replace eudc-xemacs-p with its definition.
3850 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3851 (eudc-emacs-mule-p): Remove.
3852 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3853 eudc-xemacs-p with feature tests.
3854
3855 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3856 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3857 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3858 (eudc-bob-toggle-inline-display):
3859 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3860 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3861
3862 * net/eudcb-ph.el (eudc-ph-open-session):
3863 Replace eudc-xemacs-mule-p with its former definition.
3864
3865 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3866 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3867
3868 * progmodes/vera-mode.el (vera-xemacs): Remove.
3869 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3870
3871 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3872 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3873 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3874 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3875 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3876 with (featurep 'xemacs).
3877
3878 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3879 (save-buffer-state-x):
3880 * obsolete/fast-lock.el (fast-lock-verbose):
3881 * emulation/viper-init.el (viper-xemacs-p)
3882 (viper-cond-compile-for-xemacs-or-emacs):
3883 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3884 * ps-print.el (case-fold-search):
3885 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3886 * calculator.el (calculator-help): Use featurep 'xemacs.
3887
3888 * progmodes/prolog.el: Undo previous change.
3889 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3890
3891 * progmodes/dcl-mode.el:
3892 * play/yow.el:
3893 * calendar/todo-mode.el:
3894 * calendar/cal-hebrew.el:
3895 * vc-hg.el: Undo previous change.
3896
3897 * vms-patch.el: Likewise.
3898 (print-region-function): Pacify byte-compiler.
3899
3900 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3903 preserve-uid-gid.
3904
3905 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3906 compatibility. It is not used, though.
3907
3908 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3909 Require tramp-cmds.el.
3910 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3911 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3912 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3913 (tramp-do-copy-or-rename-file-out-of-band)
3914 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3915 possible, because we don't need to create the temporary file, but
3916 we need a prefix for ssh, which has its own temporary file handling.
3917 (tramp-handle-delete-directory): Add "-f" to rmdir.
3918 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3919 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3920 a signal, in order to give the callee a chance to suppress.
3921 (tramp-handle-write-region): Set owner also in case of short
3922 track. Don't use compatibility calls for `write-region' anymore.
3923 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3924 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3925
3926 * net/tramp-cmds.el: New file.
3927
3928 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3929 `tramp-clear-passwd'.
3930
3931 * net/trampver.el: Update release number.
3932
3933 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3934
3935 * progmodes/gud.el (gud-target-name): Move definition before use.
3936
3937 * progmodes/dcl-mode.el: Require imenu at compile time.
3938
3939 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3940 Pacify byte-compiler.
3941
3942 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3943
3944 * eshell/esh-mode.el (eshell-handle-ansi-color):
3945 Require ansi-color at compile time too.
3946
3947 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3948
3949 * w32-fns.el: Require w32-vars.
3950
3951 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3952 time too.
3953
3954 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * double.el ([ignore]): Use `ignore'.
3957 (double-setup): Inline into double-mode.
3958 (double-mode): Use define-minor-mode.
3959
3960 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3961
3962 * textmodes/reftex.el: Move require easymenu before first use.
3963 (reftex-info): Require info at compile too.
3964
3965 * textmodes/org-publish.el (org-publish-org-to-html)
3966 (org-publish-org-to): Require org at compile time too.
3967 (org-publish-attachment): Require at compile time too.
3968
3969 * term/tty-colors.el (w32-tty-standard-colors):
3970 Pacify byte-compiler.
3971
3972 * term/pc-win.el (frame-creation-function-alist): Add to this
3973 instead of setting frame-creation-function.
3974
3975 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3976
3977 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3978
3979 * calendar/todo-mode.el: Require calendar at compile time.
3980
3981 * calendar/cal-hebrew.el: Require holidays at compile time.
3982
3983 * w32-vars.el: Provide w32-vars.
3984
3985 * term/w32-win.el: Require w32-vars.
3986 (w32-color-map): Pacify byte-compiler.
3987
3988 * loadup.el: Load w32-vars before term/w32-win.
3989
3990 2007-10-20 Juri Linkov <juri@jurta.org>
3991
3992 * textmodes/fill.el (fill-paragraph): When the region is active,
3993 don't try other `or' branches regardless of the value returned by
3994 fill-region; just return t.
3995
3996 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3997
3998 * vc.el (vc-do-command): Condition out a misleading message when
3999 running asynchronously.
4000 (vc-deduce-fileset): New argument enables using an unregistered
4001 visited file as a singleton fileset if nothing else is available.
4002 (vc-next-action): Restore file-registering behavior.
4003
4004 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4005
4006 * calc/README: Add recent news.
4007
4008 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4009
4010 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4011 (x-gtk-map-stock): Delete duplicated definitions from merge.
4012
4013 * progmodes/compile.el (compilation-skip-to-next-location)
4014 (compilation-skip-threshold, compilation-skip-visited):
4015 Move definitions earlier.
4016
4017 * play/decipher.el (decipher-keypress):
4018 * play/zone.el (zone-fall-through-ws):
4019 * play/landmark.el (lm-move-down, lm-move-up):
4020 * play/handwrite.el (handwrite):
4021 * mail/mspools.el (mspools-visit-spool):
4022 * wdired.el (wdired-next-line, wdired-previous-line):
4023 * tar-mode.el (tar-subfile-save-buffer):
4024 * scroll-lock.el (scroll-lock-next-line)
4025 (scroll-lock-previous-line):
4026 * image-dired.el (image-dired-next-line)
4027 (image-dired-previous-line):
4028 * ediff-help.el (ediff-help-message-line-length):
4029 Use forward-line.
4030
4031 * smerge-mode.el (smerge-auto-refine):
4032 * diff-mode.el (diff-auto-refine): Add :group.
4033
4034 * play/yow.el: Require doctor at compile time.
4035
4036 * vmsproc.el: Provide vmsproc.
4037 (command-send-input): Use forward-line.
4038
4039 * vms-patch.el: Require ps-print and vmsproc at compile time.
4040
4041 * vc-mtn.el (log-view-message-re, log-view-file-re)
4042 (log-view-font-lock-keywords): Pacify byte-compiler.
4043
4044 * vc-hg.el: Require log-view at compile time.
4045
4046 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4047
4048 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4049
4050 2007-10-20 Glenn Morris <rgm@gnu.org>
4051
4052 * progmodes/f90.el (f90-font-lock-keywords-2)
4053 (f90-looking-at-type-like): Fix regexp typos.
4054
4055 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4058 (bs-mode): Set mode-class property to special.
4059
4060 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * diff-mode.el (diff-auto-refine): New var.
4063 (diff-hunk): Use it.
4064 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4065 (diff-refine-change): Rename from diff-fine-change. Change it.
4066 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4067 (diff-refine-hunk): Rename from diff-fine-highlight.
4068
4069 2007-10-20 John Paul Wallington <jpw@pobox.com>
4070
4071 * help-fns.el (describe-variable-custom-version-info): New function
4072 to return variable's version or package version note.
4073 (describe-variable): Use it, display result.
4074
4075 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * smerge-mode.el (smerge-auto-refine): New var.
4078 (smerge-next, smerge-prev): Use it.
4079 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
4080
4081 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4082 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
4083
4084 * vc-bzr.el (vc-bzr-diff-tree):
4085 * vc-git.el (vc-git-diff-tree):
4086 * vc-hg.el (vc-hg-diff-tree):
4087 * vc-mcvs.el (vc-mcvs-diff-tree):
4088 * vc-mtn.el (vc-mtn-diff-tree):
4089 * vc-svn.el (vc-svn-diff-tree): Remove.
4090
4091 * vc-mtn.el (vc-mtn-revision-completion-table):
4092 * vc-cvs.el (vc-cvs-revision-completion-table):
4093 * vc-arch.el (vc-arch-revision-completion-table):
4094 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
4095 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
4096 Make it work when the arg is a list of files.
4097
4098 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
4101 Also `revision-completion-table' now takes a list of files.
4102 (vc-deduce-fileset): Remove unused var `regexp'.
4103 Only obey allow-directory-wildcard in dired buffers.
4104 (vc-default-diff-tree): Remove.
4105 (vc-diff-added-files): New var.
4106 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
4107 (vc-version-diff): Revert from `vc-history-diff' to the original name.
4108 Remove the `backend' arg.
4109 (vc-contains-version-controlled-file): Remove.
4110 (vc-diff): Bring it closer to the version in Emacs-22.
4111 (vc-revert): Fix typo in let-binding.
4112 (vc-default-unregister): Remove.
4113 (vc-dired-buffers-for-dir): Remove N^2 behavior.
4114
4115 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4116
4117 * textmodes/two-column.el (2C-split, 2C-merge):
4118 * textmodes/bib-mode.el (bib-find-key, mark-bib):
4119 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4120 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
4121 * progmodes/ada-xref.el (ada-get-all-references):
4122 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
4123 * emulation/vi.el (vi-previous-line-first-nonwhite)
4124 (vi-effective-range, vi-put-before):
4125 * emulation/edt.el (edt-next-line, edt-previous-line)
4126 (edt-paragraph-forward): Use forward-line.
4127
4128 * progmodes/etags.el (tags-apropos): Require apropos at compile
4129 time too.
4130
4131 * progmodes/prolog.el: Require comint when compiling.
4132 (inferior-prolog-flavor): Move defvar before use.
4133
4134 2007-10-19 Richard Stallman <rms@gnu.org>
4135
4136 * font-core.el (turn-on-font-lock-if-desired):
4137 Rename from `turn-on-font-lock-if-enabled'.
4138 Fully obey `font-lock-global-modes'.
4139
4140 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
4143 which will not affect the behavior of things like forward-word.
4144 (diff-fine-highlight): Preserve point.
4145
4146 * doc-view.el (doc-view-mode-map): Use remapping.
4147 Don't rebind C-v, M-v to their default value.
4148 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
4149
4150 * smerge-mode.el: Add word-granularity refinement.
4151 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
4152 (smerge-refine-weight-hack): New vars.
4153 (smerge-refine-forward): New fun.
4154 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
4155 (smerge-refine-subst): Use them as well. Preserve point.
4156
4157 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * follow.el (follow-unload-function): New function.
4160
4161 * loadhist.el (unload-function-features-list):
4162 Rename from `unload-hook-features-list'.
4163 (unload-hook-features-list): Add as obsolete alias.
4164 (unload-feature): Use `unload-function-features-list'
4165 and new FEATURE-unload-function.
4166
4167 2007-10-19 Glenn Morris <rgm@gnu.org>
4168
4169 * bindings.el (mouse-minor-mode-menu)
4170 (minor-mode-menu-from-indicator): Move to mouse.el.
4171 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4172 Move here from bindings.el.
4173
4174 2007-10-19 Richard Stallman <rms@gnu.org>
4175
4176 * help-fns.el (describe-function-1): Don't use the advice origname
4177 if it has no function definition.
4178
4179 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4180
4181 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
4182 Use `save-restriction' rather than `widen'.
4183
4184 2007-10-18 Richard Stallman <rms@gnu.org>
4185
4186 * time.el (display-time-world-time-format): Display day # not month #.
4187
4188 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4189
4190 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
4191
4192 * doc-view.el: Remove version keyword.
4193 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4194 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
4195 (doc-view-ghostscript-options): Improve custom type.
4196 (doc-view-cache-directory, doc-view-conversion-buffer)
4197 (doc-view-conversion-refresh-interval): Simplify custom type.
4198
4199 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
4200
4201 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4202 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
4203 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4204 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
4205 Remove superfluous messages.
4206 (doc-view-mode-map): Use the image-mode scrolling commands.
4207 Don't rebind C-x k.
4208
4209 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4210
4211 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
4212 Add comment about "-dSAFER".
4213
4214 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * term/xterm.el: Don't require xt-mouse.
4217 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
4218 calling turn-on-xterm-mouse-tracking-on-terminal directly.
4219
4220 * xt-mouse.el: Don't change the global function-key-map anny more.
4221 (xterm-mouse-mode): Use terminal-init-xterm-hook.
4222 Don't use after-make-frame-functions now that term/xterm.el calls
4223 us directly.
4224 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4225 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
4226 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
4227 Setup input-decode-map and remember that xterm-mouse-mode was
4228 enabled in this terminal.
4229 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
4230 terminals where it has been enabled.
4231
4232 * faces.el (tty-create-frame-with-faces): Make sure not only
4233 tty-run-terminal-initialization but also set-locale-environment
4234 are run only once per terminal.
4235 (tty-run-terminal-initialization): Don't check if the terminal was
4236 already initted.
4237
4238 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4239 not to remove keymaps that just happen to inherit from one of ours.
4240 When setting up our keymap, make sure it won't be accidentally
4241 modified by someone else.
4242
4243 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4244
4245 * textmodes/artist.el (artist-previous-line, artist-next-line):
4246 * dired.el (dired-next-line, dired-previous-line):
4247 * progmodes/delphi.el (delphi-newline):
4248 * textmodes/org.el (org-columns-eval):
4249 Use forward-line.
4250
4251 * emerge.el (emerge-setup): Use insert-buffer-substring.
4252 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
4253
4254 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
4257 (adaptive-fill-function): Doc fix. Remove * from docstring.
4258
4259 2007-10-18 Tom Horsley <tom.horsley@att.net>
4260
4261 * simple.el (interprogram-paste-function): Doc fix.
4262 (current-kill): Accept list of strings as well
4263 as single string from `interprogram-paste-function'.
4264
4265 2007-10-18 Glenn Morris <rgm@gnu.org>
4266
4267 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
4268
4269 2007-10-18 Drew Adams <drew.adams@oracle.com>
4270
4271 * bindings.el (mode-line-minor-mode-keymap):
4272 Add mouse-minor-mode-menu on mouse-1.
4273 (mode-line-modes): Add mouse-1 to help-echo text.
4274 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4275 New functions.
4276 (mode-line-minor-mode-help): Doc fix.
4277
4278 2007-10-17 Juri Linkov <juri@jurta.org>
4279
4280 * textmodes/fill.el (fill-paragraph-or-region): Remove function
4281 at the request of RMS.
4282 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
4283 arg `region'. Fix docstring. At the first `or' branch add call to
4284 `fill-region' if it the region is active in transient-mark-mode.
4285
4286 * bindings.el (esc-map): Bind M-q to fill-paragraph
4287 instead of fill-paragraph-or-region.
4288
4289 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
4290 with fill-paragraph.
4291
4292 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
4293 Fix docstring.
4294
4295 * indent.el (indent-for-tab-command): Change interactive spec from
4296 "P" to "p". Add check for interactive arg before indenting the
4297 active region.
4298
4299 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
4300 Regroup.
4301
4302 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * emacs-lisp/find-func.el: Don't require loadhist.
4305
4306 * loadhist.el (feature-symbols, file-provides, file-requires)
4307 (file-set-intersect, file-dependents): Simplify.
4308 (unload-feature-special-hooks): Update list of special hooks.
4309
4310 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
4311
4312 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4313 extensions since they can be viewed with doc-view.
4314
4315 * files.el (auto-mode-alist): Make doc-view-mode the default mode
4316 for pdf, ps and dvi files.
4317
4318 * doc-view.el: Make doc-view-mode the standard mode for viewing
4319 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
4320 text and image display. Add binding C-c C-e to switch to an
4321 editing mode.
4322 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
4323 avoid security problems when rendering files from untrusted sources.
4324
4325 2007-10-17 Aaron Hawley <aaronh@garden.org>
4326
4327 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
4328 position is not saved.
4329
4330 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
4331
4332 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
4333 (doc-view-ghostscript-options): Fix typo in doc string.
4334
4335 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
4338 handling, so compilation-fake-loc works again.
4339
4340 * server.el (server-select-display): Nop if we do not support m-f-o-d.
4341 (server-process-filter): Revert last change.
4342
4343 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4344 behavior unrelated to filesets.
4345
4346 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4347
4348 * longlines.el (longlines-wrap-follows-window-size): Integer value
4349 specifies wrapping margin.
4350 (longlines-mode, longlines-window-change-function):
4351 Set window-specific wrapping margin based on the above.
4352
4353 2007-10-17 John Wiegley <johnw@newartisans.com>
4354
4355 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
4356
4357 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4358
4359 * server.el (server-process-filter): Only set display if X11 is
4360 supported.
4361
4362 2007-10-17 Glenn Morris <rgm@gnu.org>
4363
4364 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4365 Tweak regexp to avoid stack overflow.
4366
4367 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * simple.el (reindent-then-newline-and-indent): Don't assume that
4370 indent-according-to-mode preserves point.
4371
4372 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
4375 (bs--nth-wrapper): Simplify.
4376 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
4377 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
4378 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
4379 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
4380 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
4381 (bs-configurations, bs-default-configuration)
4382 (bs-alternative-configuration, bs-cycle-configuration-name)
4383 (bs-string-show-always, bs-string-show-never, bs-string-current)
4384 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
4385 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
4386 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
4387 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
4388 (bs--window-config-coming-from): Revert 2006-11-09 change.
4389 (bs--restore-window-config): Keep the selected frame.
4390 (bs--track-window-changes, bs--remove-hooks): New functions.
4391 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
4392 (bs--create-header): Remove.
4393 (bs--create-header-line): New function, based on `bs--create-header'.
4394 (bs--show-header): Use `bs--create-header-line'.
4395 (bs--show-with-configuration): Revert 2006-11-09 change.
4396 Don't reuse window unless it is visible on the selected frame.
4397 Restore window configuration (possibly in a different frame)
4398 before creating any window.
4399
4400 2007-10-16 Glenn Morris <rgm@gnu.org>
4401
4402 * simple.el (blink-matching-open): Don't report false errors with
4403 the `$' syntax class.
4404
4405 2007-10-16 Richard Stallman <rms@gnu.org>
4406
4407 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
4408 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
4409 (ad-is-advised, ad-get-advice-info-field)
4410 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
4411
4412 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * vc-hooks.el (vc-workfile-version): Compatibility alias.
4415 (vc-default-working-revision): Compatibility for backends.
4416
4417 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4420 (filesets-ormap, filesets-sort-case-sensitive-flag)
4421 (filesets-remake-shortcut, filesets-ingroup-collect-files):
4422 Fix typos in docstrings.
4423 (filesets-conditional-sort, filesets-find-or-display-file)
4424 (filesets-data-get-name, filesets-data-get-data)
4425 (filesets-data-set, filesets-cmd-query-replace-getargs)
4426 (filesets-ingroup-collect): Doc fixes.
4427
4428 2007-10-15 Sam Steingold <sds@gnu.org>
4429
4430 * mail/sendmail.el (sendmail-error-reporting-interactive)
4431 (sendmail-error-reporting-non-interactive): New variables for
4432 sendmail error reporting options to simplify support for imperfect
4433 sendmail emulators.
4434 (sendmail-send-it): Use them instead of list literals.
4435
4436 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4437
4438 * help-fns.el: Revert previous change; it creates a
4439 dependency loop between advice.el and help-fns.el.
4440
4441 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * help-fns.el: Require advice when compiling.
4444
4445 2007-10-14 Drew Adams <drew.adams@oracle.com>
4446
4447 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
4448 (ring-insert+extend, ring-remove+insert+extend, ring-member)
4449 (ring-next, ring-previous): New functions.
4450
4451 2007-10-14 Richard Stallman <rms@gnu.org>
4452
4453 * emacs-lisp/advice.el (documentation): Advice deleted.
4454 Doc for advised functions is now handled at C level.
4455 (ad-stop-advice, ad-start-advice): Don't enable or disable
4456 advice for `documentation'.
4457 (ad-advised-definition-docstring-regexp): Var deleted.
4458 (ad-make-advised-definition-docstring): Store orig name
4459 as text property of string.
4460 (ad-advised-definition-p): Check for text property of docstring.
4461
4462 * help-fns.el (describe-function-1): Find source of advised functions.
4463
4464 2007-10-14 Juri Linkov <juri@jurta.org>
4465
4466 * faces.el (describe-face): Allow handling a string as the face name.
4467
4468 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4469 active region in transient-mark-mode.
4470 (ispell-region): Change messages displayed at the start and end of
4471 the spell-checking to be the same.
4472
4473 * startup.el (fancy-startup-tail): Say exactly what does the button
4474 dismiss ("Dismiss this startup screen"). Use text "Never show
4475 it again" for the checkbox after this button.
4476 (fancy-startup-screen, fancy-about-screen): Put point before the
4477 first link, so the user can quickly select links with the keyboard.
4478 (normal-mouse-startup-screen): Add more useful text describing how
4479 to follow a link.
4480
4481 2007-10-14 Glenn Morris <rgm@gnu.org>
4482
4483 * progmodes/etags.el (select-tags-table): Disable undo in the
4484 `*Tags Table List*' buffer.
4485
4486 2007-10-13 Eli Zaretskii <eliz@gnu.org>
4487
4488 * dired.el (dired-warn-writable): New face.
4489 (dired-warn-writable-face): New variable.
4490 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
4491 of dired-warning-face, for group- and world-writable files.
4492
4493 2007-10-13 Richard Stallman <rms@gnu.org>
4494
4495 * files.el (directory-abbrev-alist): Doc fix.
4496
4497 2007-10-13 Jari Aalto <jari.aalto@cante.net>
4498
4499 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
4500
4501 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4502
4503 * frame.el (set-frame-configuration): Assign name parameter only
4504 if it has been set explicitly before.
4505
4506 2007-10-11 Tom Tromey <tromey@redhat.com>
4507
4508 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
4509 frame is visible.
4510
4511 2007-10-10 Richard Stallman <rms@gnu.org>
4512
4513 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4514 in *Backtrace*.
4515
4516 * faces.el (face-font-selection-order): Doc fix.
4517
4518 * loadhist.el (unload-feature): Doc fix.
4519
4520 2007-10-13 Glenn Morris <rgm@gnu.org>
4521
4522 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4523 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4524 Add doc string, and an explicit COUNT argument.
4525 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4526 `inc' to search functions.
4527
4528 * faces.el (face-spec-set): When FRAME is nil, set the default for
4529 new frames (restores pre-2007-09-17 behavior). Doc fix.
4530
4531 2007-10-13 John W. Eaton <jwe@octave.org>
4532
4533 * progmodes/octave-mod.el (octave-looking-at-kw)
4534 (octave-re-search-forward-kw, octave-re-search-backward-kw):
4535 New functions.
4536 (octave-in-defun-p, calculate-octave-indent)
4537 (octave-blink-matching-block-open, octave-beginning-of-defun)
4538 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4539 to search for regexps that contain case-sensitive keywords.
4540 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4541 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4542
4543 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4544
4545 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4546 Do not use a single clause cond.
4547
4548 * cus-start.el (all): Use test that does not match the X11 version
4549 for mac.
4550
4551 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
4552
4553 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4554 BROWSE buffer.
4555
4556 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4557
4558 * cus-start.el (all): Undo previous change.
4559
4560 2007-10-13 Glenn Morris <rgm@gnu.org>
4561
4562 * woman.el (woman0-rename): Fix paren typo.
4563
4564 * mail/feedmail.el (feedmail-run-the-queue)
4565 (feedmail-look-at-queue-directory):
4566 * mail/reporter.el (reporter-dump-state):
4567 * net/eudc-hotlist.el (eudc-edit-hotlist):
4568 * net/eudc.el (eudc-display-records)
4569 (eudc-filter-duplicate-attributes)
4570 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4571 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4572 (eudc-bbdb-query-internal):
4573 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4574 * net/socks.el (socks-build-auth-list):
4575 * progmodes/cc-cmds.el (top level):
4576 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4577 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4578 (cperl-write-tags, cperl-tags-treeify):
4579 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4580 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4581 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4582 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4583 (idlwave-toolbar-remove-everywhere):
4584 * progmodes/idlwave.el (idlwave-indent-line)
4585 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4586 (idlwave-write-paths, idlwave-all-method-classes)
4587 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4588 (idlwave-fix-keywords, idlwave-display-calling-sequence)
4589 (idlwave-complete-in-buffer):
4590 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4591 (org-fast-tag-selection):
4592 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4593 than mapcar.
4594
4595 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4596
4597 * diff-mode.el (diff-fine-change): Add :group.
4598
4599 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4600
4601 * cus-start.el (all): Use the same test as the 22.2 branch.
4602
4603 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * diff-mode.el (diff-current-defun): Force recomputation of
4606 change-log-default-name.
4607
4608 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * startup.el (fancy-startup-screen): Remove an unnecessary newline
4611 and some leftover logic regarding dedicated frames. If showing
4612 concise startup screen, fit window to buffer.
4613 (command-line-1): If we will be using the splash screen, use
4614 find-file instead of find-file-other-window to find additional files.
4615 Comment out unused code for coping with the old sit-for behavior.
4616
4617 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4620 `meta' modifier consistently, rather than using sometimes meta
4621 sometimes alt.
4622
4623 2007-10-12 Martin Rudalics <rudalics@gmx.at>
4624
4625 * window.el (handle-select-window): Revert part of 2007-10-08
4626 change setting the input focus.
4627
4628 2007-10-12 Glenn Morris <rgm@gnu.org>
4629
4630 * startup.el (command-line): Do not read abbrev file in batch mode.
4631
4632 * emacs-lisp/byte-opt.el (top level):
4633 * mail/rmail.el (rmail-list-to-menu):
4634 * obsolete/hilit19.el (hilit-mode):
4635 * progmodes/cc-mode.el (c-postprocess-file-styles)
4636 (c-submit-bug-report):
4637 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4638 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4639 (reftex-access-parse-file):
4640 * textmodes/reftex-cite.el (reftex-do-citation)
4641 (reftex-insert-bib-matches):
4642 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4643 * textmodes/reftex-sel.el (reftex-select-unmark):
4644 * textmodes/reftex-toc.el (reftex-toc-do-promote):
4645 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4646
4647 * cus-edit.el (custom-variable-menu, custom-face-menu)
4648 (custom-group-menu): Check init-file-user rather than
4649 user-init-file, in case cus-edit is loaded by site-run-file.
4650
4651 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4652
4653 * vc.el (vc-deduce-fileset): Delete unused code.
4654 (vc-next-action): Fix typos.
4655
4656 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * bs.el (bs--mark-unmark): New function.
4659 (bs-mark-current, bs-unmark-current): Use it.
4660
4661 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4662
4663 * vc.el (vc-diff):
4664 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
4665 temporarily disable the check for his edge case of
4666 vc-diff (stopping it from grinding when called from $HOME), as
4667 it's calling some brittle code in vc-hooks.el.
4668 (with-vc-properties): Fix evaluation time of a macro argument.
4669 * ediff-vers.el (ediff-vc-internal):
4670 * vc-hooks.el:
4671 * loaddefs.el: Follow up on VC terminology change.
4672
4673 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * follow.el (follow-stop-intercept-process-output):
4676 Use `follow-call-process-filter' rather than `process-filter'.
4677 Simplify.
4678
4679 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4680
4681 * vc-hooks.el (vc-registered): Robustify this function a bit
4682 against filenames with no directory component.
4683
4684 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * international/characters.el: Undo unwanted and unexplained change.
4687
4688 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4689
4690 * ps-print.el: Fix the usage of :foreground and :background face
4691 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4692 (ps-print-version): New version 6.7.6.
4693 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4694 Fix code.
4695 (ps-face-foreground-color-p, ps-face-background-color-p)
4696 (ps-face-color-p): New inline funs.
4697
4698 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4699
4700 * textmodes/org.el (org-additional-option-like-keywords): New constant.
4701 (org-complete): Use `org-additional-option-like-keywords'.
4702 (org-parse-local-options): New function.
4703
4704 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
4705
4706 * textmodes/org.el (org-in-clocktable-p): New function.
4707 (org-clock-report): Only update the table at point, or insert a new one.
4708 (org-clock-goto): New function.
4709 (org-open-file): Use `start-process-shell-command' instead of
4710 `shell-command' with an ampersand.
4711 (org-deadline, org-schedule): New argument REMOVE to remove the
4712 date from the entry.
4713 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4714 argument to `org-schedule' and `org-deadline'.
4715 (org-trim): Use the correct expressions for beginning and end of
4716 the string.
4717 (org-get-cleaned-entry): Trim the string before returning it.
4718 (org-clock-find-position): New function.
4719 (org-clock-into-drawer): New option.
4720 (org-agenda-tags-column): Rename from
4721 `org-agenda-align-tags-to-column'.
4722 (org-agenda-align-tags): Allow negative values for
4723 `org-agenda-tags-column'.
4724 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4725 (org-agenda-to-appt): New optional argument FILTER.
4726 (org-completion-fallback-command): New variable.
4727 (org-complete): Use `org-completion-fallback-command'.
4728 (org-find-base-buffer-visiting): Catch the case that there is no
4729 buffer visiting the file.
4730 (org-property-or-variable-value): New function.
4731 (org-todo): Use `org-property-or-variable-value'
4732 (org-agenda-compact-blocks): New option.
4733 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4734 (org-agenda-schedule, org-agenda-deadline):
4735 Call `org-agenda-show-new-time'.
4736 (org-agenda-show-new-time): New argument PREFIX.
4737 (org-colgroup-info-to-vline-list): Fix but that cause a
4738 shift in the vertical lines.
4739 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4740 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4741 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4742 (org-fix-bullet-type): Remove argument.
4743 (org-read-date): Check for am/pm twice, to catch the end time.
4744 (org-goto-map): Use `suppress-keymap'.
4745 (org-remember-apply-template): Respect the dynamically scoped
4746 selection character.
4747
4748 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4749
4750 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4751 Renaming of `org-latex-protect'.
4752 (org-export-latex-emphasis-alist): By default, don't protect
4753 any emphasis formatter from further conversion.
4754 (org-export-latex-tables): Honor column grouping for tables.
4755 (org-export-latex-title-command): New option.
4756 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4757 export backslash character.
4758
4759 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * frame.el (frame-inherited-parameters): Remove unused `environment'
4762 parameter, and let server.el add `client' when needed.
4763
4764 * server.el (server-create-tty-frame)
4765 (server-create-window-system-frame): Set frame-inherited-parameters.
4766
4767 * frame.el (frame-inherited-parameters): New var.
4768 (make-frame): Use it.
4769
4770 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4771
4772 * env.el (let-environment): Remove. Unused.
4773 (read-envvar-name): Simplify.
4774 (setenv): Remove unused arg `frame'.
4775
4776 * help-fns.el (describe-variable): Add missing " " for multiline
4777 obsolescence info and missing EOL after global value.
4778
4779 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4780
4781 * add-log.el:
4782 * ediff-vers.el:
4783 * log-view.el:
4784 * pcvs.el:
4785 * vc-arch.el:
4786 * vc-bzr.el:
4787 * vc-cvs.el:
4788 * vc.el:
4789 * vc-git.el:
4790 * vc-hg.el:
4791 * vc-hooks.el:
4792 * vc-mcvs.el:
4793 * vc-mtn.el:
4794 * vc-rcs.el:
4795 * vc-sccs.el:
4796 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4797 {find,init,next,previous,annotate-*,log}-version ->
4798 {find,init,next,previous,annotate-*,log}-revision,
4799 annotate-focus-version -> annotate-working-revision, The term
4800 'focus' is gone. The term 'revision' is now used consistently
4801 everywhere that reference to a revision ID is intended, replacing
4802 older use of 'version'.
4803
4804 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4805
4806 * follow.el: Change all instances of "Follow Mode" to "Follow
4807 mode" in docstrings and messages.
4808 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4809
4810 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4811
4812 * vc.el (vc-next-action): Rewrite completely; this principal
4813 entry point now operates on a current fileset selected either
4814 explicitly via VC-Dired or implicitly by visiting a file buffer,
4815 rather than always operating on the file of the current buffer as
4816 in older versions. Rewrite the rest of the mode to match.
4817 (with-vc-properties): Rewrite to operate on a file list.
4818 (with-vc-file): vc-checkin takes a file list argument now.
4819 (vc-post-command-functions): This hook now receives a file list.
4820 (vc-do-command): Take a either a file or a file list as argument.
4821 (vc-deduce-fileset): New function for deducing a file list to
4822 operate on.
4823 (vc-next-action-on-file, vc-next-action-dired): Remove.
4824 Merge into vc-next-action.
4825 (vc-register): Adapt to the fact that vc-start-entry now takes a
4826 file list.
4827 (vc-register-with): New function.
4828 (vc-start-entry): Take a file list argument rather than a
4829 file argument.
4830 (vc-checkout): Cope with vc-start-entry taking a file list.
4831 (vc-steal-lock): Cope with with-vc-properties taking a
4832 file list.
4833 (vc-checkin): Take a file list argument rather than a file argument.
4834 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4835 (vc-diff-internal): Rewrite for filesets.
4836 (vc-diff-sentinel): New function, tests whether changes were
4837 written into a diff buffer.
4838 (vc-diff): Rewrite for filesets.
4839 (vc-version-diff): Rewrite for filesets.
4840 (vc-print-log): Take a fileset argument.
4841 (vc-revert): Revert the entire selected fileset, not just the
4842 current buffer.
4843 (vc-rollback): Roll back the entire selected fileset, if
4844 possible. No longer accepts a prefix argument.
4845 (vc-update): Merge new changes for the entire selected
4846 fileset, not just the current buffer.
4847 (vc-revert-file): Cope with with-vc-properties taking a file list.
4848 (vc-default-dired-state-info): Add + status suffix if the file is
4849 modified.
4850 (vc-annotate-warp-version): Use the new diff machinery.
4851 (vc-log-edit): Take a file list argument rather than a file argument.
4852
4853 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4854
4855 Sync with Tramp 2.1.11.
4856
4857 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4858 Pacify byte compiler.
4859
4860 * net/trampver.el: Update release number.
4861
4862 2007-10-09 Richard Stallman <rms@gnu.org>
4863
4864 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4865
4866 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4867
4868 * follow.el: Require easymenu.
4869 (follow-mode-hook, follow-mode): Doc fixes.
4870 (follow-mode-off-hook): Mark as obsolete.
4871
4872 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4873
4874 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4875 select-window or select-frame events.
4876 (handle-select-window): When autoselecting window set input
4877 focus. Restructure.
4878
4879 * frame.el (focus-follows-mouse): Move to frame.c.
4880 * cus-start.el (all): Add focus-follows-mouse.
4881
4882 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4885 activate font-locking in the *buffer-selection* buffer.
4886 (bs-show-sorted): Doc fix.
4887
4888 * bs.el (bs--get-marked-string, bs--get-modified-string)
4889 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4890 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4891 (bs--format-aux): Doc fix.
4892
4893 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4894
4895 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4896
4897 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4898
4899 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4900 (gud-gdb): New function for old M-x gdb (text command mode).
4901 (gud-gdb-command-name, gdb): Move to...
4902
4903 * progmodes/gdb-ui.el: ...here and adapt doc string.
4904 (gud-gdba-command-name, gdba): Delete.
4905
4906 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * bs.el: Don't defvar `font-lock-verbose'.
4909 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4910 (bs--get-file-name): Fix typos in docstrings.
4911 (bs--show-header): Use `dolist' instead of `mapcar'.
4912 (bs-mode): Set `show-trailing-whitespace' to nil.
4913 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4914 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4915 Doc fixes.
4916
4917 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4918
4919 * progmodes/gud.el (pdb): Specify file for gud-break.
4920
4921 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4922
4923 * progmodes/gud.el (gdb): Make graphical mode the default and
4924 switch to text command mode if appropriate, i.e., reverse previous
4925 arrangement.
4926 (gud-gdb-marker-filter): Adapt for above change.
4927
4928 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4929 gud-minor-mode and gud-marker-filter.
4930 (gdb-fullname-regexp): New variable.
4931 (gud-gdba-marker-filter): Use it to switch to text command
4932 mode if appropriate.
4933
4934 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4935
4936 * progmodes/gud.el (gud-display-line): Find source buffer even when
4937 GUD buffer has its own frame.
4938
4939 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4940
4941 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4942
4943 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4944
4945 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4946
4947 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4948
4949 * allout.el (allout-before-change-handler): Replace got-char by
4950 goto-char.
4951
4952 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4955 Used to try and automatically enabled smerge-mode in the presence of
4956 conflicts and to call `svn resolved' when the conflicts are gone.
4957 (vc-svn-parse-status): Remember the svn-specific status.
4958
4959 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4960
4961 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4962 menu-bar-apropos-menu. All users changed.
4963 (menu-bar-help-menu): Change menu symbols to better match the text
4964 displayed by the menu.
4965
4966 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4967
4968 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4969 #, @, : and ^.
4970
4971 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4972
4973 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4974
4975 * log-view.el (log-view-mode-map): Likewise.
4976
4977 * diff-mode.el (diff-mode-shared-map): Likewise.
4978
4979 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4980
4981 * files.el (file-name-sans-versions): Also allow `A-Z'.
4982
4983 * vc.el: Mention all supported VC backends.
4984
4985 2007-10-08 Richard Stallman <rms@gnu.org>
4986
4987 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4988 neighbouring buttons.
4989
4990 2007-10-08 Andreas Schwab <schwab@suse.de>
4991
4992 * files.el (file-name-sans-versions): Also allow `_'.
4993
4994 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4995
4996 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4997
4998 * log-view.el (log-view-mode-map, log-view-mode-menu):
4999 Bind log-view-annotate-version.
5000 (log-view-beginning-of-defun, log-view-end-of-defun)
5001 (log-view-annotate-version): New functions.
5002 (log-view-mode): Use log-view-beginning-of-defun and
5003 log-view-end-of-defun.
5004
5005 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5008
5009 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5012 neighbouring buttons.
5013
5014 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5015 Recognize gcc's use of "note" for informational messages.
5016
5017 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5020 (css-mode): Update correspondingly.
5021
5022 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5023
5024 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5025 Signed-off-by, Acked-by and Merge.
5026
5027 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5030
5031 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * vc-mtn.el: New file.
5034
5035 * vc-hooks.el (vc-handled-backends): Add Mtn.
5036
5037 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5038
5039 * files.el (find-file, find-file-other-window)
5040 (find-file-other-frame, find-file-existing, find-file-read-only)
5041 (find-file-read-only-other-window)
5042 (find-file-read-only-other-frame)
5043 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5044
5045 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5046
5047 * progmodes/gud.el (gdb-ready): New variable.
5048 (gdb): Set it to nil. Set gud-running to nil here...
5049 (gud-common-init): ...instead of here.
5050
5051 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5052 Use gdb-ready. Discard input until GDB is ready to accept it.
5053
5054 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5055
5056 * dired.el (dired-warning): Inherit from font-lock-warning-face to
5057 make it show up with eight colors.
5058
5059 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5062 diffs are concatenated with no intervening line.
5063
5064 2007-10-08 Dave Love <fx@gnu.org>
5065
5066 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5067 (python-font-lock-keywords): Update to the 2.5 version of the language.
5068 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5069 (python-backspace): Only behave funny in code.
5070 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5071 (inferior-python-mode): Add PDB prompt regexp.
5072 (python-fill-paragraph): Refine the fenced-string regexp.
5073 (python-find-imports): Handle imports spanning several lines.
5074 (python-mode): Add `class' to hideshow support.
5075
5076 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5079 Use add-log-buffer-file-name-function rather than binding
5080 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
5081 when `fi' is the ChangeLog file itself.
5082
5083 * outline.el (outline-flag-region): Use front-advance.
5084
5085 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
5086
5087 * progmodes/cperl-mode.el: Merge upstream 5.23.
5088 (cperl-where-am-i): Remove function.
5089 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
5090 (cperl-sniff-for-indent): De-invert [string] and [comment].
5091 When looking for label, skip s:m:y:tr.
5092 (cperl-indent-line): Likewise.
5093 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
5094 (cperl-windowed-init): Wrong `ps-print' handling.
5095 Both thanks to Chong Yidong.
5096 (cperl-look-at-leading-count): Could fail with unfinished RExen.
5097 (cperl-find-pods-heres): If the second part of s()[] is missing,
5098 don't try to highlight delimiters...
5099
5100 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * progmodes/compile.el (compilation-get-file-structure): Complete last
5103 change by also using spec-directory in the puthash.
5104
5105 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
5106
5107 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5108 (vc-bzr-status): Fix shadowing of variable 'status'.
5109 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
5110 Use `expand-file-name' instead of `concat'.
5111 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
5112 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
5113
5114 2007-10-08 Jason Rumney <jasonr@gnu.org>
5115
5116 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
5117
5118 2007-10-08 Richard Stallman <rms@gnu.org>
5119
5120 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
5121 Add `safe-local-variable' property.
5122 (lisp-body-indent): Likewise.
5123
5124 2007-10-08 Richard Stallman <rms@gnu.org>
5125
5126 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
5127 Add doc string.
5128
5129 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5130
5131 * files.el (backup-buffer-copy): Try to overwrite old backup first.
5132
5133 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5134
5135 * repeat.el (repeat): Use last-repeatable-command instead of
5136 real-last-command. Run pre- and post-command hooks for
5137 self-insertion. Update doc-string.
5138
5139 2007-10-08 Alexandre Julliard <julliard@winehq.org>
5140
5141 * vc-git.el (vc-git-state): Call git-add --refresh to update the
5142 state of the file.
5143 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
5144 (vc-git-create-repo): Fix invalid command.
5145
5146 2007-10-08 Richard Stallman <rms@gnu.org>
5147
5148 * textmodes/flyspell.el (flyspell-mode):
5149 Catch errors in flyspell-mode-on.
5150
5151 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
5154
5155 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * international/encoded-kb.el (encoded-kbd-setup-display):
5158 Use input-decode-map rather than local-key-translation-map.
5159
5160 * term/rxvt.el (rxvt-alternatives-map): New map.
5161 (terminal-init-rxvt): Use it.
5162 Bind rxvt-function-map in input-decode-map.
5163
5164 * term/xterm.el (xterm-alternatives-map): New map.
5165 (terminal-init-xterm): Use it.
5166 Bind xterm-function-map in input-decode-map.
5167
5168 * term/x-win.el (x-alternatives-map): New var.
5169 (x-setup-function-keys): Use it.
5170
5171 * help-fns.el (describe-variable): Slightly change the layout of
5172 meta-info to separate it better from the docstring.
5173 Standardize insertion of extra empty lines in various circumstances.
5174
5175 * diff-mode.el (diff-hunk-style): New fun.
5176 (diff-end-of-hunk): Use it.
5177 (diff-context->unified): Use the new `apply' undo element,
5178 if applicable, so as to save undo-log space.
5179 (diff-fine-change): New face.
5180 (diff-fine-highlight-preproc): New function.
5181 (diff-fine-highlight): New command.
5182 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
5183
5184 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
5185 (smerge-refine-highlight-change): Add `props' argument.
5186 (smerge-refine-subst): New function holding most of smerge-refine.
5187 (smerge-refine): Use it.
5188
5189 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
5190
5191 * vc.el (vc-default-wash-log): Remove unused code, the
5192 log washers all live in the backends now.
5193 (vc-default-comment-history): Correct for the fact
5194 that wash-log is argumentless in the new API.
5195
5196 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
5197
5198 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
5199 (tramp-maybe-send-script): Apply `member' but `memq'.
5200 (tramp-advice-file-expand-wildcards): Simplify implementation.
5201
5202 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5203
5204 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
5205
5206 * mb-depth.el (minibuf-depth-indicator-function): New variable.
5207 (minibuf-depth-setup-minibuffer): Use it.
5208
5209 2007-10-07 Glenn Morris <rgm@gnu.org>
5210
5211 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
5212 version numbers.
5213
5214 2007-10-06 Juri Linkov <juri@jurta.org>
5215
5216 * textmodes/fill.el (fill-paragraph-or-region): New function.
5217
5218 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
5219 instead of fill-paragraph.
5220
5221 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5222 with fill-paragraph-or-region. Suspend command is now the same
5223 `suspend-frame' on window systems and on tty.
5224
5225 * image.el (image-type): Check if image-types is bound to not fail
5226 on tty.
5227
5228 * delsel.el (delete-selection-pre-hook):
5229 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5230 is fbound to not fail on mouseless tty.
5231
5232 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5233
5234 * net/tramp.el (top): Move loading of tramp-util.el and
5235 tramp-vc.el to tramp-compat.el.
5236 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
5237 temporary file if possible, in order to avoid a security hole.
5238 (tramp-do-copy-or-rename-file-out-of-band)
5239 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5240 with DONT-CREATE, because the connection is not setup yet.
5241 (tramp-handle-process-file): Rewrite temporary file handling.
5242 (tramp-completion-mode): New defvar.
5243 (tramp-completion-mode-p): Use it.
5244
5245 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5246
5247 * net/tramp-fish.el (tramp-fish-handle-process-file):
5248 Rewrite temporary file handling.
5249
5250 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5251
5252 * vc.el: Workfile version -> focus version change. Port various
5253 comments from new VC to reduce the noise in the diff.
5254 Patch in the new vc-create-repo function to go with the
5255 header comment about it already present.
5256 There are no changes to existing logic in this patch.
5257 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
5258
5259 2007-10-06 Aaron Hawley <aaronh@garden.org>
5260
5261 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
5262
5263 2007-10-05 Chris Moore <dooglus@gmail.com>
5264
5265 * server.el (server-kill-new-buffers): Doc fix.
5266
5267 2007-10-05 John W. Eaton <jwe@octave.org>
5268
5269 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
5270 (octave-begin-keywords): Add "do".
5271 (octave-end-keywords): Remove "end".
5272 (octave-reserved-words): Add "end". Remove "all_va_args",
5273 "gplot", and 'gsplot".
5274 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
5275 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
5276 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
5277 "default_return_value", "define_all_return_values",
5278 "do_fortran_indexing", "empty_list_elements_ok",
5279 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
5280 "ok_to_lose_imaginary_part", "prefer_column_vectors",
5281 "prefer_zero_one_indexing", "propagate_empty_matrices",
5282 "resize_on_range_error", "treat_neg_dim_as_zero",
5283 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
5284 "warn_divide_by_zero", "warn_function_name_clash",
5285 "warn_missing_semicolon", "whitespace_in_literal_matrix".
5286 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
5287 "crash_dumps_octave_core", "sighup_dumps_octave_core",
5288 "sigterm_dumps_octave_core".
5289 (octave-block-match-alist): Remove "end" from block-end keywords.
5290 (octave-mode): Update ftp site address.
5291
5292 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5293
5294 * vc.el: Reorder functions, no code changes.
5295
5296 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
5297
5298 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
5299 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
5300 the cond clauses where needed.
5301 (tramp-handle-write-region): Rearrange code for proper handling of
5302 tmpfile.
5303
5304 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5305
5306 * net/tramp.el:
5307 * net/tramp-fish.el:
5308 * net/tramp-ftp.el:
5309 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5310 `tramp-compat-make-temp-file'.
5311
5312 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5313
5314 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5315
5316 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5319 already uses a more recent copyright version than the "current" one.
5320
5321 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5322
5323 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5324 (doc-view-insert-image): Minor aesthetical docstring changes.
5325
5326 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
5327
5328 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5329 completing filename.
5330 (doc-view-search-internal): Docstring change.
5331
5332 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
5333
5334 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5335 (tramp-file-name-handler-alist):
5336 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
5337 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
5338 used before, creates the file already, which is not desired.
5339 (tramp-do-copy-or-rename-file-directly): Simplify handling of
5340 temporary file.
5341 (tramp-handle-insert-file-contents): Assign the result in the
5342 short track case.
5343 (tramp-handle-insert-file-contents-literally): New defun.
5344 (tramp-completion-mode-p): Revert change from 2007-09-24.
5345 Checking for `return' etc as last character is not sufficient, for
5346 example in dired-mode when entering <g> (revert-buffer) or
5347 <s> (dired-sort).
5348
5349 * net/tramp-compat.el (top): Add also compatibility code for loading
5350 appropriate timer package.
5351 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5352 order to avoid autoloading problems.
5353
5354 * net/tramp-fish.el:
5355 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5356
5357 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5358 where the second parameter of `copy-file' or `rename-file' is a
5359 remote file but not via ftp.
5360
5361 2007-10-02 Richard Stallman <rms@gnu.org>
5362
5363 * frame.el (cursor-in-non-selected-windows): Doc fix.
5364
5365 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5366
5367 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5368 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5369
5370 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
5371
5372 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5373 when `expt' doesn't give range errors.
5374
5375 2007-10-01 Markus Triska <markus.triska@gmx.at>
5376
5377 * calc/calc-math.el (math-smallest-emacs-expt):
5378 Make the computation more robust.
5379
5380 2007-09-30 David Kastrup <dak@gnu.org>
5381
5382 * startup.el (argv): Alias for `command-line-args-left' to use as
5383 `(pop argv)' inside of --eval command sequences. Allows for
5384 passing shell commands into Emacs verbatim without need for Lisp
5385 quoting.
5386
5387 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5388 check only for changed size.
5389 (auto-revert-tail-handler): Get size from caller. If the file has
5390 shrunk, tail the whole file again (the file presumably has been
5391 rewritten).
5392
5393 * woman.el (woman-topic-all-completions, woman-mini-help):
5394 Fix fallout from 2007-09-07 introduction of `dolist' when the list
5395 actually was being manipulated in the loop.
5396 (woman-Cyg-to-Win, woman-pre-process-region)
5397 (woman-horizontal-escapes, woman-if-body, woman-unescape)
5398 (woman-strings, woman-special-characters, woman1-hc)
5399 (woman-change-fonts, woman-find-next-control-line):
5400 Use `match-beginning' rather than `match-string' when the result is
5401 just used as a flag.
5402
5403 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
5404
5405 * net/tramp-compat.el: New file.
5406
5407 * net/tramp.el:
5408 * net/tramp-fish.el:
5409 * net/tramp-smb.el:
5410 * net/tramp-uu.el:
5411 * net/trampver.el: Move compatibility code to tramp-compat.el.
5412 Apply `mapc' instead of `mapcar' when the code needs side effects
5413 only. Move utf-8 coding cookie to the second line.
5414
5415 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
5416
5417 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5418 Improve custom type.
5419 (icon-map-list): Make it customizable. Document how to disable
5420 stock icons.
5421
5422 2007-09-30 Richard Stallman <rms@gnu.org>
5423
5424 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5425
5426 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5427
5428 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5429
5430 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
5433 (t-mouse-mode): New compatibility alias.
5434
5435 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5436
5437 * server.el (server-delete-client): Only delete the terminal if it
5438 is non-nil.
5439
5440 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * net/tramp.el (with-file-property, with-connection-property):
5443 Highlight as keyword.
5444 (tramp-rfn-eshadow-setup-minibuffer)
5445 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5446 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5447 (tramp-do-copy-or-rename-file-directly)
5448 (tramp-do-copy-or-rename-file-out-of-band)
5449 (tramp-handle-shell-command, tramp-get-debug-buffer)
5450 (tramp-send-command-and-read, tramp-equal-remote)
5451 (tramp-get-local-gid): Pacify byte-compiler.
5452 (tramp-handle-file-name-directory): Result shall not be expanded.
5453 (tramp-find-foreign-file-name-handler): Rewrite.
5454 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5455
5456 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5457
5458 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5459 Apply `tramp-completion-mode-p'.
5460 (tramp-fish-handle-set-file-times)
5461 (tramp-fish-handle-executable-find)
5462 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5463 (tramp-fish-retrieve-data): Pacify byte-compiler.
5464
5465 * net/tramp-gw.el (tramp-gw-basic-authentication):
5466 Call `tramp-read-passwd' with first parameter `nil'.
5467
5468 2007-09-28 Glenn Morris <rgm@gnu.org>
5469
5470 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5471 than mapcar.
5472
5473 * textmodes/tex-mode.el (tex-suscript-height-ratio)
5474 (tex-suscript-height-minimum): New customizable variables.
5475 (tex-suscript-height): New function.
5476 (superscript, subscript): Set height using tex-suscript-height
5477 rather than fixing at 0.8.
5478 (tex-fontify-script, tex-font-script-display): Add :version tag.
5479
5480 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * progmodes/python.el (python-eldoc-function): Doc fix.
5483
5484 2007-09-27 Glenn Morris <rgm@gnu.org>
5485
5486 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
5487 image if it is not in image-type-auto-detectable, or is there with
5488 a nil value.
5489
5490 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5493 connection more robust.
5494
5495 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5498 Deal with the case that special &keywords are at the beginning or
5499 end of the argument list. Also add some (incomplete) support for
5500 non-standard arglists.
5501
5502 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5503
5504 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5505 (eldoc-message-commands, eldoc-current-idle-delay)
5506 (eldoc-function-argstring-format): Fix typos in docstrings.
5507
5508 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
5509
5510 * calc/calc-units.el (calc-convert-units)
5511 (calc-convert-temperature): Remove unnecessary colons.
5512
5513 2007-09-26 Bastien Guerry <bzg@altern.org>
5514
5515 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5516 New function.
5517 (org-export-latex-remove-from-headlines): Name changed because of typo.
5518 (org-export-latex-quotation-marks-convention): Option removed.
5519 (org-export-latex-make-preamble): Handle the DATE option.
5520 (org-export-latex-cleaned-string): Now the only cleaning function,
5521 synched up with org.el.
5522 (org-export-latex-lists, org-export-latex-parse-list)
5523 (org-export-list-to-latex): New functions.
5524
5525 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5526
5527 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5528 (org-outline-regexp): New constant.
5529 (org-remember-handler): Throw error when the target file is not in
5530 org-mode.
5531 (org-cleaned-string-for-export): No longer call
5532 `org-export-latex-cleaned-string' with an argument.
5533 (org-get-tags): Returns now a list, not a string.
5534 (org-get-tags-string): New function.
5535 (org-archive-subtree): No need to split return of `org-get-tags'.
5536 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5537 instead of `org-get-tags'.
5538 (org-agenda-format-date): Rename from `org-agenda-date-format'.
5539 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5540 (org-compatible-face): New argument INHERITS. Inherit from this
5541 face if possible.
5542 (org-level-1, org-level-2, org-level-3, org-level-4)
5543 (org-level-5, org-level-6, org-level-7, org-level-8)
5544 (org-special-keyword, org-drawer, org-column, org-warning)
5545 (org-archived, org-todo, org-done, org-headline-done, org-table)
5546 (org-formula, org-code, org-agenda-structure)
5547 (org-scheduled-today, org-scheduled-previously)
5548 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5549 in the new way.
5550 (org-get-heading): New argument NO-TAGS.
5551 (org-fast-tag-selection-include-todo): Made defvar instead of
5552 defcustom, feature is not deprecated.
5553 (org-remember-store-without-prompt): New default value t.
5554 (org-todo-log-states): New variable.
5555 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5556 Compute the log states.
5557 (org-goto-map): More commands copied from global map. Also bind
5558 `org-occur'.
5559 (org-goto): Made into a general lookup command.
5560 (org-get-location): Complete rewrite.
5561 (org-goto-exit-command): New variable.
5562 (org-goto-selected-point): New variable.
5563 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5564 Set the new variables.
5565 (org-paste-subtree): Whitespace insertion strategy revised.
5566 (org-remember-apply-template): Protect v-A from the possibility
5567 that v-a might be nil.
5568 (org-remember-handler): Insertion rules revised.
5569 (org-todo): Respect org-todo-log-states.
5570 (org-up-heading-safe): New function.
5571 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5572
5573 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5574
5575 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5576 region if in transient-mark-mode.
5577
5578 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * calc/calc-ext.el (calc-init-extensions, calc-reset):
5581 * calc/calc-help.el (calc-full-help):
5582 * calc/calc-misc.el (another-calc):
5583 * calc/calc-store.el (calc-var-name-map):
5584 * calc/calc-stuff.el (calc-flush-caches):
5585 * calc/calc-units.el (math-build-units-table):
5586 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5587 (calc-quit):
5588 * calendar/icalendar.el (icalendar--format-ical-event)
5589 (icalendar--convert-ical-to-diary):
5590 * emacs-lisp/authors.el (authors):
5591 * emacs-lisp/cust-print.el (custom-print-install)
5592 (custom-print-uninstall):
5593 * emacs-lisp/disass.el (disassemble-1):
5594 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5595 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5596 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5597 (elint-check-let-form, elint-check-condition-case-form)
5598 (elint-initialize):
5599 * emacs-lisp/elp.el (elp-results):
5600 * emacs-lisp/generic.el (generic-mode-internal):
5601 * emacs-lisp/re-builder.el (reb-delete-overlays):
5602 * emacs-lisp/regi.el (regi-interpret):
5603 * emacs-lisp/sregex.el (sregex--char-aux):
5604 * emulation/cua-rect.el (cua--deactivate-rectangle)
5605 (cua--highlight-rectangle, cua--rectangle-post-command):
5606 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5607 * emulation/viper-macs.el (viper-describe-kbd-macros)
5608 (viper-describe-one-macro):
5609 * emulation/viper-util.el (viper-setup-master-buffer):
5610 * emulation/viper.el (set-viper-state-in-major-mode):
5611 * international/mule-diag.el (describe-current-coding-system):
5612 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5613 * mail/emacsbug.el (report-emacs-bug):
5614 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5615 * obsolete/hilit19.el (hilit-unhighlight-region)
5616 (hilit-set-mode-patterns):
5617 * play/solitaire.el (solitaire-check, solitaire-solve):
5618 * play/zone.el (zone-pgm-rotate):
5619 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5620 * progmodes/ada-prj.el (ada-prj-display-page):
5621 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5622 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5623 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5624 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5625 * progmodes/sh-script.el (sh-make-vars-local)
5626 (sh-reset-indent-vars-to-global-values):
5627 * progmodes/sql.el (top):
5628 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5629 * progmodes/xscheme.el (top):
5630 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5631 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5632 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5633 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5634 (artist-submit-bug-report):
5635 * textmodes/flyspell.el (flyspell-delay-commands)
5636 (flyspell-deplacement-commands):
5637 * textmodes/table.el (table--generate-source-epilogue, table-insert)
5638 (table--generate-source-cells-in-a-row, table--make-cell-map)
5639 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5640
5641 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
5642
5643 * allout.el (produce-allout-mode-map, allout-process-exposed):
5644 * ansi-color.el (ansi-color-make-color-map):
5645 * autoinsert.el (auto-insert):
5646 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5647 * dired-aux.el (dired-create-files):
5648 * dired.el (dired-restore-desktop-buffer):
5649 * ediff-diff.el (ediff-setup-fine-diff-regions):
5650 * ediff-mult.el (ediff-intersect-directories)
5651 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5652 (ediff-redraw-registry-buffer):
5653 * ediff-ptch.el (ediff-fixup-patch-map):
5654 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5655 (ediff-really-quit, ediff-clear-diff-vector):
5656 * emerge.el (emerge-really-quit):
5657 * ffap.el (ffap-replace-file-component):
5658 * filecache.el (file-cache-add-directory)
5659 (file-cache-add-directory-recursively)
5660 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5661 (file-cache-delete-directory, file-cache-files-matching-internal)
5662 (file-cache-display):
5663 * files.el (cd):
5664 * find-lisp.el (find-lisp-insert-directory):
5665 * finder.el (finder-compile-keywords):
5666 * help.el (view-emacs-news):
5667 * hi-lock.el (hi-lock-write-interactive-patterns):
5668 * ido.el (ido-to-end, ido-set-matches-1):
5669 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5670 (image-dired-mark-tagged-files):
5671 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5672 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5673 * ps-print.el (ps-background, ps-begin-file)
5674 (ps-build-reference-face-lists):
5675 * simple.el (clone-buffer):
5676 * startup.el (command-line):
5677 * tempo.el (tempo-insert-template, tempo-is-user-element)
5678 (tempo-forward-mark, tempo-backward-mark):
5679 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5680
5681 2007-09-25 Glenn Morris <rgm@gnu.org>
5682
5683 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5684
5685 * view.el (view-search-no-match-lines): Add a doc string.
5686 Rewrite to simplify and work better.
5687
5688 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * progmodes/cc-mode.el (c-mode-base-map):
5691 Use c-indent-line-or-region instead of c-indent-line.
5692
5693 * indent.el (indent-for-tab-command): First check if the region is
5694 active.
5695
5696 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5697
5698 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5699 whitespace-rescan-timer-time is 0.
5700
5701 2007-09-24 Karl Berry <karl@gnu.org>
5702
5703 * international/mule.el (coding-system-base): Fix doc string grammar.
5704
5705 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
5706
5707 * net/tramp.el (tramp-completion-mode-p): Rename from
5708 `tramp-completion-mode'. Revert logic, check `return', `newline'
5709 and such alike. Packages like Icicles tend to use other completion
5710 characters but `tab' and `space' only.
5711
5712 2007-09-24 Adam Hupp <adam@hupp.org>
5713
5714 * progmodes/python.el (run-python): Import emacs module without
5715 waiting; prevents lockup on error.
5716
5717 2007-09-23 Richard Stallman <rms@gnu.org>
5718
5719 * mail/sendmail.el (mail-bury): Delete the frame
5720 if this frame looks like it was made for this message.
5721
5722 * completion.el (completion-separator-self-insert-command)
5723 (completion-separator-self-insert-autofilling):
5724 If `self-insert-command' has been remapped, use the substitute.
5725
5726 * simple.el (copy-region-as-kill): Doc fix.
5727
5728 * textmodes/org.el (org-confirm-shell-link-function)
5729 (org-confirm-elisp-link-function): Doc fixes.
5730
5731 2007-09-23 Glenn Morris <rgm@gnu.org>
5732
5733 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5734
5735 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
5736
5737 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5738
5739 * term/tvi970.el (terminal-init-tvi970): Likewise.
5740
5741 * term/sun-mouse.el (print-mouse-format): Likewise.
5742
5743 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5744 Use forward-line instead of previous-line and next-line.
5745
5746 2007-09-22 Juri Linkov <juri@jurta.org>
5747
5748 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5749
5750 * tutorial.el (tutorial--default-keys): Update standard bindings:
5751 rename `iconify-or-deiconify-frame' to `suspend-frame',
5752 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5753
5754 2007-09-22 Juri Linkov <juri@jurta.org>
5755
5756 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5757 Add help-echo to external links and to links without description.
5758 (fancy-splash-insert): Use help-echo from the 3rd element of the
5759 link specification list, or "Follow this link" if it's nil. Doc fix.
5760
5761 2007-09-22 Juri Linkov <juri@jurta.org>
5762
5763 * startup.el (command-line): Rename `inhibit-startup-message' to
5764 `inhibit-startup-screen'.
5765 (fancy-about-text): Use shorter label for "Ordering Manuals".
5766 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5767 is nil, display a line with "To start..." and 3 links to useful
5768 tasks. Display the "Dismiss" button and "Don't show this message
5769 again" only when concise is non-nil.
5770 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5771 arg `concise'. If CONCISE is non-nil, display a concise version
5772 of the splash screen in another window. Otherwise, switch to the
5773 startup buffer in the same window.
5774 (startup-echo-area-message): Change displayed binding from
5775 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5776 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5777 the GNU system".
5778 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5779 to "*GNU Emacs*".
5780 (display-about-screen): Don't check the existence of the buffer
5781 "*About GNU Emacs*".
5782 (display-splash-screen): Make alias to `display-startup-screen'.
5783 (command-line-1): Rename `inhibit-startup-message' to
5784 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5785 started with command line options "-f", "-funcall", "-e", "-eval",
5786 "-execute", "-insert", "-find-file", "-file", "-visit".
5787 Inhibit startup screen when Emacs is started with a file name only
5788 on tty (i.e. don't inhibit it when started with a file name like
5789 "emacs FILE..." on a window system).
5790 (command-line-1): Simplify logic of displaying the startup screen:
5791 if file-count > 0, then display the concise version in another
5792 window, otherwise display full version in the same window.
5793
5794 * help.el (help-map): Bind C-h C-a to about-emacs.
5795 (help-for-help-internal): Add C-a description to C-h help text.
5796
5797 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5798
5799 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5800 (checkdoc-permit-comma-termination-flag): Autoload the
5801 safe-local-variable setting.
5802
5803 * bookmark.el (bookmark-xemacsp): Remove.
5804 (bookmark-make): Don't use bookmark-xemacsp,
5805 use (featurep 'xemacs) instead.
5806
5807 * speedbar.el (speedbar-frame-mode)
5808 (speedbar-frame-reposition-smartly)
5809 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5810 (speedbar-check-vc): Remove use of non-existent variable
5811 dframe-xemacsp, use (featurep 'xemacs) instead.
5812
5813 * indent.el (indent-for-tab-command): Indent the region if
5814 transient-mark-mode and the region is active.
5815
5816 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5817
5818 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5819 add inferior-octave-directory-tracker to the buffer-local value
5820 of comint-input-filter-functions.
5821
5822 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5825
5826 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5827
5828 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5829 on w32 frames.
5830
5831 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * startup.el (normal-top-level): Remove DISPLAY from
5834 process-environment to let it be computed dynamically in callproc.c.
5835
5836 * frame.el (frame-initialize, make-frame):
5837 * faces.el (tty-set-up-initial-frame-faces):
5838 * env.el (setenv): Don't set display-environment-variable.
5839
5840 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5841 (server-create-tty-frame): Don't set unused `tty' property.
5842 Set `display' instead of display-environment-variable.
5843 (server-create-window-system-frame): No display-environment-variable.
5844
5845 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5848 (rfn-eshadow-update-overlay-hook): New defvars.
5849 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5850 Run the hooks.
5851
5852 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5853 (tramp-rfn-eshadow-setup-minibuffer)
5854 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5855 rfn-eshadow.el.
5856
5857 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5858 timeout.
5859
5860 2007-09-21 Glenn Morris <rgm@gnu.org>
5861
5862 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5863 * term/sun-mouse.el (suspend-emacstool): Remove.
5864 * term/sun.el: Remove emacstool-related code.
5865
5866 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5867 (byte-compile-warnings-safe-p): Add `mapcar'.
5868 (byte-compile-warning-types): Add mapcar and make-local.
5869 (byte-compile-normal-call): Add option to suppress mapcar warning.
5870 (top-level): Use mapc rather than mapcar in eval-when-compile.
5871
5872 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5873 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5874 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5875 Handle escaped parens.
5876 (latex-forward-sexp): Doc fix.
5877
5878 * eshell/esh-mode.el (eshell-output-filter-functions):
5879 Add eshell-postoutput-scroll-to-bottom.
5880
5881 * loadup.el: Remove termdev.
5882
5883 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5884 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5885
5886 2007-09-21 Markus Triska <markus.triska@gmx.at>
5887
5888 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5889 `mapcar' is called for effect.
5890
5891 2007-09-21 Kevin Ryde <user42@zip.com.au>
5892
5893 * international/mule.el (sgml-html-meta-auto-coding-function):
5894 Bind `case-fold-search' to t.
5895
5896 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * termdev.el: Remove.
5899
5900 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5901 (frames-on-display-list): Use it.
5902
5903 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5904
5905 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5906
5907 2007-09-20 Richard Stallman <rms@gnu.org>
5908
5909 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5910
5911 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5914
5915 2007-09-20 Glenn Morris <rgm@gnu.org>
5916
5917 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5918 motion functions, rather than hard-coding "\n\n".
5919 (tex-validate-region): Check for eobp, to speed up.
5920 (tex-next-unmatched-end): Doc fix.
5921
5922 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5925
5926 * international/mule.el (auto-coding-alist): Rar archives are binary.
5927
5928 * arc-mode.el: Add basic support for Rar.
5929 (archive-find-type): Recognize Rar's signature.
5930 (archive-desummarize): New fun.
5931 (archive-summarize): Use it to restore the buffer's data in case
5932 someone wants to switch to some other major mode.
5933 (archive-resummarize): Use it as well.
5934 (archive-rar-summarize, archive-rar-extract): New functions.
5935
5936 * filesets.el: Remove spurious * in docstrings.
5937 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5938 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5939 (filesets-ingroup-collect): Remove unused arg `depth'.
5940 (filesets-update): Remove unused arg `version'.
5941
5942 * finder.el (finder-compile-keywords): Fix up comment style.
5943 (finder-mouse-face-on-line): previous-line -> forward-line.
5944
5945 * recentf.el: Remove spurious * in docstrings.
5946 (recentf-save-list): Fix up comment style.
5947
5948 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5949 (octave-mode-map): Move init into declaration and remove \t binding.
5950 (octave-mode-startup-message): Remove unused var.
5951 (octave-scan-blocks): Remove unused arg `from'.
5952 (octave-forward-block, octave-down-block, octave-up-block):
5953 Update callers.
5954
5955 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5956 (meta-mode-map): Likewise and remove \t binding.
5957
5958 * net/snmp-mode.el: Remove spurious * in docstrings.
5959 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5960 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5961 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5962 that completion accepts lists of strings.
5963 (snmp-mode-syntax-table): Move initialization into declaration.
5964 (snmp-mode-map): Likewise and remove \t binding.
5965 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5966 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5967 (snmp-indent-command): Remove.
5968
5969 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5970 binding, so tab-always-indent works right.
5971
5972 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5973
5974 * net/browse-url.el (browse-url-elinks-new-window): New function.
5975 (browse-url-elinks): Use browse-url-elinks-new-window.
5976 Accept optional second argument `new-window'. Fix typo in doc-string.
5977 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5978 Improve error message.
5979
5980 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5981
5982 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5983 parameter name in the function body.
5984 Reported by Johannes Weiner.
5985
5986 2007-09-19 Glenn Morris <rgm@gnu.org>
5987
5988 * net/socks.el (socks-open-network-stream): Signal an explicit
5989 error if the port associated with a service string can't be found.
5990
5991 * textmodes/tex-mode.el (tex-terminate-paragraph):
5992 Use backward-paragraph.
5993
5994 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * server.el (server-running-p): New function.
5997
5998 2007-09-18 Jason Rumney <jasonr@gnu.org>
5999
6000 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6001 x-focus-frame.
6002
6003 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6004 Use x-focus-frame for w32.
6005
6006 2007-09-17 David Kastrup <dak@gnu.org>
6007
6008 * textmodes/tex-mode.el (tex-verbatim-environments):
6009 Eliminate CL dependency.
6010
6011 2007-09-17 Richard Stallman <rms@gnu.org>
6012
6013 * newcomment.el (comment-add): New arg EXTRA.
6014 (comment-region-default): Pass EXTRA if not indenting lines.
6015
6016 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6017
6018 * net/browse-url.el (browse-url-url-encode-chars): New function.
6019 URL-encode some chars in a string.
6020 (browse-url-encode-url): Rewrite using the previous function.
6021 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6022 (browse-url-elinks-sentinel): Fix typo.
6023 (browse-url-new-window-flag): Doc change.
6024
6025 2007-09-17 Glenn Morris <rgm@gnu.org>
6026
6027 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6028 filename from `--file-line-error', if it is available.
6029
6030 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6031
6032 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6033 TeX `--file-line-error' format.
6034
6035 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6036
6037 * xt-mouse.el: Delete add-hook calls that were moved to
6038 xterm-mouse-mode.
6039 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6040 does not work.
6041
6042 2007-09-17 Richard Stallman <rms@gnu.org>
6043
6044 * cus-face.el (custom-theme-set-faces): Undo previous change.
6045
6046 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6047
6048 2007-09-17 Glenn Morris <rgm@gnu.org>
6049
6050 * textmodes/tex-mode.el (tex-region): Simplify previous change,
6051 handling the case where the region is not in `tex-main-file'.
6052 (tex-region-1): Delete.
6053 (tex-region-header): New function, doing the header part of the
6054 old tex-region-1.
6055
6056 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * simple.el (newline): Simplify use of prefix-numeric-value.
6059 (line-move-partial): Remove unused var `ppos'.
6060 (line-move-1): Replace 9999 with most-positive-fixnum.
6061 (move-end-of-line): Use more efficient single-property search.
6062 (move-beginning-of-line): Remove unused var `start'.
6063 (blink-matching-open): Restructure in a more functional style.
6064
6065 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6066
6067 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6068
6069 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * server.el (server-clients): Only keep procs, no properties any more.
6072 (server-client): Remove.
6073 (server-client-get, server-client-set): Remove, replace all callers by
6074 process-get and process-put resp.
6075 (server-clients-with, server-add-client, server-delete-client)
6076 (server-create-tty-frame, server-create-window-system-frame)
6077 (server-process-filter, server-execute, server-visit-files)
6078 (server-buffer-done, server-kill-buffer-query-function)
6079 (server-kill-emacs-query-function, server-switch-buffer)
6080 (server-save-buffers-kill-terminal): Update accordingly.
6081
6082 * server.el (server-with-environment): Simplify.
6083 (server-select-display, server-unselect-display): Re-add functions that
6084 seem to have been lost in the multi-tty merge.
6085 (server-eval-and-print, server-create-tty-frame)
6086 (server-create-window-system-frame, server-goto-toplevel)
6087 (server-execute, server-return-error): New functions extracted from
6088 server-process-filter.
6089 (server-execute-continuation): New functions.
6090 (server-process-filter): Restructure so that all arguments are analysed
6091 first and then acted upon in a subsequent stage. This way
6092 server-goto-toplevel can be executed later, when we know if
6093 it's necessary.
6094 Remove the "-version" and "-version-good" support.
6095
6096 2007-09-16 Drew Adams <drew.adams@oracle.com>
6097
6098 * cus-edit.el (custom-face-edit-activate): Doc fix.
6099
6100 2007-09-16 Glenn Morris <rgm@gnu.org>
6101
6102 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
6103 Following cal-bahai renaming, update all instances of
6104 list-bahai-diary-entries to diary-bahai-list-entries,
6105 mark-bahai-diary-entries to diary-bahai-mark-entries,
6106 calendar-goto-bahai-date to calendar-bahai-goto-date,
6107 insert-bahai-diary-entry to diary-bahai-insert-entry,
6108 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
6109 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
6110 calendar-print-bahai-date to calendar-bahai-print-date.
6111
6112 * textmodes/tex-mode.el (tex-region): Handle the case where the
6113 region is not in `tex-main-file'. Move the old code that applies
6114 to both cases...
6115 (tex-region-1): ...to this new function.
6116
6117 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * vc.el (vc-process-sentinel): New function.
6120 (vc-exec-after): Use it instead of using ugly hackish analysis and
6121 construction of Elisp code.
6122 (vc-sentinel-movepoint): New dynamically scoped var.
6123 (vc-print-log, vc-annotate): Set it to move the user's point.
6124
6125 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
6126 inhibit-modification-hooks.
6127
6128 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
6129 (calendar-bahai-print-date, calendar-bahai-goto-date)
6130 (diary-bahai-list-entries, diary-bahai-insert-entry):
6131 New names to clean up the namespace a bit more.
6132 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
6133
6134 2007-09-15 Glenn Morris <rgm@gnu.org>
6135
6136 * calendar/holidays.el (holiday-list): Rename it back to
6137 `list-holidays', but leave `holiday-list' as an alias.
6138
6139 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
6140 custom group.
6141
6142 * textmodes/css-mode.el (css): New custom group.
6143 (css-electrick-keys, css-selector, css-property)
6144 (css-indent-offset): Specify custom group.
6145
6146 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
6149 (cvs-execute-single-file): Use process-file.
6150 (cvs-run-process): Use start-file-process.
6151
6152 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6153
6154 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
6155 level. Remove the hooks when turning off the mode.
6156
6157 * term/xterm.el: Require xt-mouse at compile time.
6158 (terminal-init-xterm): Turn on xterm mouse tracking for this
6159 terminal if xterm-mouse-mode is enabled.
6160
6161 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6162
6163 * term/xterm.el (xterm-function-map): Replace bindings that were
6164 deleted by the merge.
6165
6166 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
6167
6168 * play/bubbles.el (bubbles-version): Bump value to "0.5".
6169 (bubbles-mode-map): Move define-key statements here.
6170 (bubbles-game-theme-menu): Ditto.
6171 (bubbles-graphics-theme-menu): Ditto.
6172 (bubbles-menu): Ditto.
6173 (bubbles-mode): Initialize buffer-undo-list, redisplay.
6174 (bubbles--initialize): Reset buffer-undo-list, redisplay.
6175 (bubbles-plop): Set buffer-undo-list, redisplay.
6176 (bubbles-undo): Reset buffer-undo-list, redisplay.
6177 (bubbles--show-images): Take care of missing text properties.
6178
6179 2007-09-14 Glenn Morris <rgm@gnu.org>
6180
6181 * startup.el (fancy-startup-text, fancy-about-text): Fix face
6182 quoting.
6183
6184 * calendar/cal-hebrew.el, calendar/cal-menu.el
6185 * calendar/calendar.el, calendar/diary-lib.el
6186 * calendar/holidays.el: Rename all instances of
6187 list-calendar-holidays callers to calendar-list-holidays,
6188 list-holidays to holiday-list, check-calendar-holidays to
6189 calendar-check-holidays, mark-calendar-holidays to
6190 calendar-mark-holidays, and filter-visible-calendar-holidays to
6191 holiday-filter-visible-calendar.
6192
6193 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6194
6195 * term/xterm.el (xterm-function-map): Add C-M- bindings.
6196
6197 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6198
6199 * play/bubbles.el (bubbles--initialize-images): Fix bug:
6200 Use transparent background for empty cells in graphics mode.
6201
6202 2007-09-13 Jari Aalto <jari.aalto@cante.net>
6203
6204 * man.el (Man-default-man-entry): At end of line, continue looking
6205 to the next line for possible end of hyphenated command.
6206
6207 2007-09-13 Chris Moore <dooglus@gmail.com>
6208
6209 * shell.el (shell-resync-dirs): Don't move the cursor relative to
6210 the command being edited.
6211
6212 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
6213
6214 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
6215
6216 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
6217
6218 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
6219 C-M-S- keys.
6220
6221 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6222
6223 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6224
6225 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6226 New argument `filename-p' to use one set of confusing chars or another.
6227 (browse-url-file-url): Use the argument.
6228 Suggested by Johannes Weiner.
6229
6230 2007-09-12 Romain Francoise <romain@orebokech.com>
6231
6232 * cus-start.el (all): Revert 2007-09-08 change.
6233
6234 2007-09-12 Aaron Hawley <aaronh@garden.org>
6235
6236 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6237 extract .Z files, since it is more common than uncompress.
6238
6239 2007-09-12 Glenn Morris <rgm@gnu.org>
6240
6241 * textmodes/org-publish.el (org-publish-org-to-html): Remove
6242 duplicate function definition.
6243
6244 2007-09-10 Chris Moore <dooglus@gmail.com>
6245
6246 * diff-mode.el (diff-sanity-check-hunk):
6247 Also accept single-line hunks.
6248
6249 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * startup.el (startup-screen-inhibit-startup-screen)
6252 (pure-space-overflow-message): New vars.
6253 (fancy-splash-insert): Allow functions for face and link specs.
6254 (fancy-splash-head): Remove unused arg. Move splash text...
6255 (fancy-startup-text, fancy-about-text): ...here.
6256 (fancy-startup-tail): Rename from fancy-splash-tail.
6257 (fancy-startup-screen, fancy-about-screen): Split off from
6258 fancy-splash-screens.
6259 (display-startup-screen): New function.
6260 (display-about-screen): Rename from display-splash-screen.
6261 (command-line-1): Use concise startup screen if necessary.
6262
6263 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6264
6265 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
6266 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
6267
6268 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6271 (python-font-lock-keywords): Update to the 2.5 version of the language.
6272 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6273 (python-backspace): Only behave funny in code.
6274 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6275 (inferior-python-mode): Add PDB prompt regexp.
6276 (python-fill-paragraph): Refine the fenced-string regexp.
6277 (python-find-imports): Handle imports spanning several lines.
6278 (python-mode): Add `class' to hideshow support.
6279
6280 2007-09-10 Dave Love <fx@gnu.org>
6281
6282 * outline.el (outline-4, outline-5, outline-7):
6283 Move font-lock-builtin-face down from 4 to 7 to better keep the
6284 progression of color brightness, and to better match Org-mode's faces.
6285
6286 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6287
6288 * progmodes/meta-mode.el (meta-font-lock-keywords)
6289 (font-lock-match-meta-declaration-item-and-skip-to-next)
6290 (meta-comment-indent, meta-indent-previous-line)
6291 (meta-indent-unfinished-line, meta-beginning-of-defun)
6292 (meta-end-of-defun, meta-common-initialization): Handle \f.
6293 (meta-indent-unfinished-line): Do not handle a `%' in a string as
6294 a comment-start.
6295
6296 * files.el (file-modes-char-to-who, file-modes-char-to-right)
6297 (file-modes-rights-to-number): Auxiliary functions for symbolic to
6298 numeric notation of file modes.
6299 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
6300 numeric value.
6301 (read-file-modes): New. Read either an octal value of a file mode or a
6302 symbolic value, and return its numeric value.
6303
6304 * dired-aux.el (dired-do-chmod): Change to use the built-in
6305 `set-file-modes' and the previous symbolic mode parsing functions.
6306
6307 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * textmodes/texinfo.el: Remove spurious * in docstrings.
6310 (texinfo-mode-syntax-table, texinfo-mode-map):
6311 Initialize in the declaration.
6312
6313 * tmm.el: Remove spurious * in docstrings.
6314 (tmm-prompt): Use with-current-buffer.
6315
6316 * vcursor.el: Remove spurious * in docstrings.
6317 (vcursor-map): Initialize in the declaration.
6318 (vcursor-use-vcursor-map): Use define-minor-mode.
6319 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6320
6321 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6322 Initialize in the declaration.
6323 (widget-minor-mode): Use define-minor-mode.
6324
6325 * woman.el (woman-mode-map, woman-syntax-table):
6326 Initialize in the declaration.
6327
6328 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
6329
6330 * doc-view.el: New file.
6331
6332 2007-09-09 Juri Linkov <juri@jurta.org>
6333
6334 * Makefile.in (update-authors): Add etc/ to AUTHORS.
6335
6336 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6337
6338 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6339 to "Startup screen". Fix docstring.
6340 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6341 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6342 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6343 (initial-scratch-message): Fix docstring.
6344 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6345 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6346 Add link to "Customize Startup" and set interval between links to
6347 5 spaces.
6348 (fancy-about-text): Add links "Authors" and "Contributing".
6349 (fancy-splash-head): Add text "Welcome to " on the startup screen,
6350 and "This is " on the about screen. Add link to
6351 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6352 For the about screen move emacs version to the header from
6353 `fancy-splash-tail' (as it's done already for normal about screen).
6354 (fancy-splash-tail): Insert emacs version only for startup screen.
6355 (normal-splash-screen): Remove duplicate empty lines.
6356 (normal-about-screen): Add links "Authors" and "Contributing".
6357
6358 * menu-bar.el (menu-bar-help-menu):
6359 Move "About Emacs" and "About GNU" to the end of the Help menu.
6360 Move "Emacs Psychotherapist" after "Send Bug Report...".
6361 Move "External Packages" after "Find Emacs Packages".
6362
6363 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6366 they are useless with the byte compiler.
6367 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6368 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6369 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6370 (tramp-file-name-real-host, tramp-file-name-port)
6371 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6372 defuns.
6373
6374 * net/tramp-cache.el (top): Improve error message when
6375 `tramp-persistency-file-name' is corrupted.
6376
6377 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
6378
6379 * textmodes/org.el (org-re): Also replace the :alpha: class.
6380 (org-todo-tag-alist): Variable removed.
6381 (org-todo-key-alist, org-todo-key-trigger): New variables.
6382 (org-use-fast-todo-selection): New option.
6383 (org-log-done): Docstring fixed.
6384 (org-deadline-warning-days): New default value 14.
6385 (org-edit-timestamp-down-means-later): New option.
6386 (org-tag-alist): Docstring fixed.
6387 (org-fast-tag-selection-include-todo): New option.
6388 (org-export-language-setup): New languages added.
6389 (org-set-regexps-and-options): Compute the new variables.
6390 (org-paste-subtree): Cleaning up.
6391 (org-remember-apply-template): New escape %A.
6392 (org-todo): Call fast TODO selection.
6393 (org-fast-todo-selection): New function.
6394 (org-add-log-note): Allow prefix for abort exit.
6395 (org-at-property-p, org-entry-properties)
6396 (org-columns-get-autowidth-alist): Use :alpha: class.
6397 (org-get-wdays): New function.
6398 (org-agenda-remove-date): New variable.
6399 (org-agenda-get-deadlines): Use `org-get-wdays'.
6400 (org-agenda-get-deadlines): Reverse ee before returning.
6401 (org-format-agenda-item): New argument REMOVE-RE.
6402 (org-agenda-convert-date): Baha'i calendar added.
6403 (org-infile-export-plist): Also find DATE line.
6404 (org-get-min-level): New function.
6405 (org-export-as-html, org-export-as-ascii): Use the date format.
6406 (org-shiftup, org-shiftdown): Use.
6407 `org-edit-timestamp-down-means-later'.
6408 (org-assign-fast-keys): New function.
6409
6410 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
6411
6412 * cus-start.el (all): Add prefer-window-split-horizontally from
6413 window.c.
6414
6415 2007-09-08 Eli Zaretskii <eliz@gnu.org>
6416
6417 * net/browse-url.el (browse-url-galeon): Fix last change.
6418 (top-level): Require cl when compiling.
6419
6420 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
6421
6422 * textmodes/org-export-latex.el: arch-tag restored.
6423
6424 * textmodes/org-publish.el: arch-tag restored.
6425
6426 2007-09-08 Masatake YAMATO <jet@gyve.org>
6427
6428 * progmodes/which-func.el (which-func-modes): Add diff-mode.
6429
6430 * progmodes/cc-langs.el: Support new keywords added to
6431 objective-c frontend of gcc.
6432 (c-simple-stmt-kwds): Add @throw.
6433 (c-block-stmt-2-kwds): Add @synchronized.
6434 (c-block-stmt-1-kwds): Add @finally and @try.
6435
6436 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
6437
6438 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6439 (org-agenda-after-show-hook): New variable.
6440 (org-columns-compile-format)
6441 (org-columns-get-autowidth-alist, org-buffer-property-keys)
6442 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6443 property names.
6444 (org-get-wdays): New function.
6445
6446 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6449
6450 * term/xterm.el (xterm-function-map): Initialize in the declaration.
6451
6452 * vc-arch.el (vc-arch-checkin): Fix typo.
6453
6454 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6455
6456 * cus-face.el (custom-theme-set-faces): Set face attributes
6457 locally for each frame.
6458
6459 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6462 via font-lock-defaults.
6463
6464 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6465 derived-mode-p.
6466
6467 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
6468
6469 * progmodes/autoconf.el (autoconf-definition-regexp):
6470 Handle optional square brackets around definition name.
6471
6472 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
6473
6474 * net/browse-url.el (browse-url-browser-function): Add elinks.
6475 (browse-url-elinks-wrapper): New option.
6476 (browse-url-encode-url, browse-url-elinks)
6477 (browse-url-elinks-sentinel): New functions.
6478 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6479 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6480 Use new function browse-url-encode-url.
6481
6482 2007-09-07 Glenn Morris <rgm@gnu.org>
6483
6484 * version.el (emacs-version): Revert 2007-08-29 change: no need to
6485 say if multi-tty is present.
6486
6487 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * cus-start.el (split-window-preferred-function): Add custom info.
6490
6491 * calendar/holidays.el (holiday-list, calendar-check-holidays)
6492 (calendar-mark-holidays, calendar-list-holidays)
6493 (holiday-filter-visible-calendar): New names to clean up namespace.
6494 (filter-visible-calendar-holidays, list-calendar-holidays)
6495 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6496 Add compatibility aliases.
6497 (calendar-check-holidays, calendar-mark-holidays)
6498 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6499 (holiday-sexp): Replace append with list.
6500 (holiday-filter-visible-calendar): Replace append with push.
6501
6502 * woman.el: Remove spurious * in docstrings.
6503 (woman-mini-help, woman-non-underline-faces, woman0-rename)
6504 (woman-topic-all-completions-merge, woman-file-name-all-completions)
6505 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6506 (woman-write-directory-cache, woman-display-extended-fonts)
6507 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6508 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6509 (woman-mode): Use inhibit-read-only.
6510 (woman-negative-vertical-space): Use dotimes.
6511 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6512
6513 2007-09-06 Romain Francoise <romain@orebokech.com>
6514
6515 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6516 (vc-bzr-workfile-version): Use it.
6517
6518 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
6519
6520 * complete.el (PC-do-completion): Don't try to treat
6521 empty string as an abbreviation.
6522
6523 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6524
6525 * help-fns.el (describe-variable): Keep doc's text properties.
6526
6527 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
6528
6529 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6530 instead of a file.
6531
6532 2007-09-06 Glenn Morris <rgm@gnu.org>
6533
6534 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6535 (checkdoc-minor-mode): Allow user to specify lighter via
6536 checkdoc-minor-mode-string.
6537
6538 2007-09-05 Richard Stallman <rms@gnu.org>
6539
6540 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6541 Several items removed, simplified, or put on one line.
6542 (fancy-about-text): Add substantial contents, part of startup text.
6543 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6544 (normal-splash-screen): Call normal-mouse-startup-screen,
6545 normal-no-mouse-startup-screen, or normal-about-screen.
6546 (normal-mouse-startup-screen): New fn, broken out, shortened.
6547 (normal-no-mouse-startup-screen): New fn, broken out.
6548 (normal-about-screen): New function, contents all new.
6549
6550 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6551
6552 * emacs-lisp/rx.el (rx): Fix typo in docstring.
6553
6554 2007-09-05 Glenn Morris <rgm@gnu.org>
6555
6556 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6557 is bound.
6558
6559 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6560
6561 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6562 in doc string.
6563
6564 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6565
6566 * server.el (server-start, server-unload-hook): Undo previous change.
6567
6568 * xt-mouse.el: Undo previous change.
6569
6570 2007-09-04 Juri Linkov <juri@jurta.org>
6571
6572 * startup.el (fancy-about-text): New variable.
6573 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6574 (fancy-current-text, fancy-splash-stop-time)
6575 (fancy-splash-outer-buffer): Remove variables.
6576 (fancy-splash-head, fancy-splash-tail): Add new optional argument
6577 `startup' and use it to conditionally display different texts for
6578 Startup and About screens. Don't display Help commands on the About
6579 screen.
6580 (fancy-splash-screens-1): Remove function and move its content to
6581 `fancy-splash-screens' to the part that dislpays the About screen.
6582 (exit-splash-screen): Don't treat specially exiting from
6583 alternating screens.
6584 (fancy-splash-screens): Rename argument `static' to `startup'.
6585 Fix docstring. Remove code for displaying alternating screens.
6586 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6587 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6588 for `inhibit-read-only'.
6589 (normal-splash-screen): Rename argument `static' to `startup'.
6590 Fix docstring. Use argument `startup' to conditionally display
6591 different texts for Startup and About screens. Don't display Help
6592 commands on the About screen. Remove `unwind-protect' `sit-for'
6593 delay and `kill-buffer' after it.
6594 (display-startup-echo-area-message): Remove call to
6595 `use-fancy-splash-screens-p' because image.el is preloaded and
6596 doesn't display "Loading image... done".
6597 (display-splash-screen): Rename argument `static' to `startup'.
6598 Fix docstring.
6599
6600 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6601
6602 * server.el (server-start, server-unload-hook):
6603 suspend-tty-functions has been renamed to suspend-tty-hook.
6604
6605 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6606 resume-tty-hook.
6607
6608 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6609
6610 * loadup.el: Fix merge problem, only load "button" once.
6611
6612 2007-09-03 Glenn Morris <rgm@gnu.org>
6613
6614 * vc-svn.el (vc-svn-print-log): If there is only one file, use
6615 "Working file:" as the prefix, for the sake of
6616 log-view-current-file.
6617
6618 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6619
6620 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6621 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6622 if the selected frames is in
6623 xterm-modify-other-keys-terminal-list.
6624 (xterm-turn-off-modify-other-keys): Add an optional frame
6625 parameter. Only turn off modify-other-keys if FRAME is in
6626 xterm-modify-other-keys-terminal-list.
6627 (xterm-remove-modify-other-keys): New function.
6628 (terminal-init-xterm): Use it. Deal with delete-frame hook.
6629 Add the selected frame to xterm-modify-other-keys-terminal-list.
6630
6631 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6632
6633 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6634 (icon-map-list): New variable.
6635 (x-gtk-map-stock): Use icon-map-list.
6636
6637 2007-09-02 Romain Francoise <romain@orebokech.com>
6638
6639 * log-view.el (log-view-current-file): Balance parens.
6640
6641 2007-09-02 Glenn Morris <rgm@gnu.org>
6642
6643 * comint.el (comint-mode): Don't set scroll-conservatively.
6644
6645 * eshell/em-unix.el (eshell/time): Stringify and flatten the
6646 non-command arguments.
6647
6648 * log-view.el (log-view-current-file): Give a more explicit error
6649 if log-view-file-re fails to find a match.
6650
6651 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6652
6653 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6654 Fix bug: Don't expand top-level file name more than once.
6655 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6656
6657 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * server.el (server-process-filter): Don't display the splash screen.
6660 It's annoying enough on the initial screen and becomes positively
6661 obnoxious here.
6662
6663 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6666 Change naming to use "avl-tree--" for internal functions.
6667
6668 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
6669
6670 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6671 the merge.
6672 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6673 (provide): Move to the end of file.
6674
6675 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6676
6677 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6678
6679 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6680 New variable. List of exceptions for the duplicated word rule.
6681 (flyspell-mark-duplications-flag): Mention it.
6682 (flyspell-word): Treat it.
6683
6684 * files.el (create-file-buffer): If the filename sans directory starts
6685 with spaces, remove them.
6686
6687 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6688
6689 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6690 (x-gtk-map-stock): Use two directory elements when matching
6691 file name.
6692
6693 2007-08-31 James Wright <james@chumsley.org>
6694
6695 * eshell/em-unix.el (eshell/info): New function.
6696
6697 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * frame.el (frame-initialize, make-frame):
6700 * server.el (server-process-filter):
6701 * faces.el (tty-set-up-initial-frame-faces): Don't set
6702 term-environment-variable since it's not used any more.
6703
6704 * env.el (setenv): Don't treat $TERM specially.
6705
6706 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6707 stated otherwise, subprocesses do not send back escape sequences
6708 corresponding to the terminal from which Emacs was started.
6709
6710 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
6711
6712 * calculator.el: Require cl for compilation.
6713
6714 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
6715
6716 * outline.el (outline-font-lock-levels): Comment out unused var.
6717 (outline-font-lock-face): Wrap around face list to handle any
6718 nesting depth gracefully.
6719
6720 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
6721
6722 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6723 `set-file-times'.
6724
6725 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6726
6727 * textmodes/org.el (org-export-visible): Fix drawers before export.
6728 (org-do-sort): Allow sorting by priority.
6729 (org-agenda-files): Ignore non-existing files.
6730 (org-agenda-skip-unavailable-files): New variable.
6731 (org-ellipsis): All a face as value.
6732 (org-mode): Interprete the face value of `org-ellipsis'.
6733 (org-archive-save-context-info): New option.
6734 (org-archive-subtree): Store context info in archived entry.
6735 (org-fast-tag-selection-can-set-todo-state): New variable.
6736 (org-fast-tag-selection): Allow setting TODO states through this
6737 interface.
6738 (org-cycle): Docstring updated.
6739 (org-todo-keyword-faces): New option.
6740 (org-get-todo-face): New function.
6741 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6742 Use `org-get-todo-face'.
6743 (org-switch-to-buffer-other-window): New function.
6744 (org-table-edit-field, org-table-show-reference)
6745 (org-table-edit-formulas, org-add-log-note)
6746 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6747 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6748 `switch-to-buffer-other-window' to make sure that the temporary
6749 windows show up on the current frame.
6750 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6751 (org-get-entries-from-diary, org-replace-region-by-html):
6752 Don't allow pop-up frames.
6753 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6754 Fix problems with time-of-day.
6755 (org-export-get-title-from-subtree): New function.
6756 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6757 with listing items that are DONE.
6758 (org-change-tag-in-region): New command.
6759 (org-agenda-skip-scheduled-if-done)
6760 (org-agenda-skip-deadline-if-done): Docstring clarified.
6761 (org-mode): Hide drawers on startup.
6762 (org-get-todo-face): New function.
6763 (org-todo-keyword-faces): New option.
6764 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6765 (org-remove-keyword-keys): New function.
6766
6767 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6768
6769 * progmodes/grep.el (grep-find-ignored-directories):
6770 Add monotone _MTN bookkeeping directory in workspaces.
6771 Add RCS control directory. List items in alphabetical order.
6772
6773 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6774 Sort items in alphabetical order. Fix parens.
6775
6776 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6777
6778 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6779 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6780 (vc-hg-pull): New functions.
6781 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6782
6783 * term/mac-win.el: Don't require url, only autoloaded url
6784 functions are used in this file.
6785
6786 2007-08-29 Andreas Schwab <schwab@suse.de>
6787
6788 * shell.el (shell): Return correct value from interactive spec.
6789
6790 2007-08-29 Glenn Morris <rgm@gnu.org>
6791
6792 * version.el (emacs-version): Increase to 23.0.50.
6793
6794 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6795
6796 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6797
6798 2007-08-29 Juri Linkov <juri@jurta.org>
6799
6800 * loadup.el: Add "button" loading after "faces" and move "startup"
6801 to load after "button".
6802
6803 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6804
6805 * loadup.el: Load term/mac-win on a Mac using Carbon.
6806
6807 * term/mac-win.el: Provide mac-win.
6808 (mac-initialized): New variable.
6809 (mac-initialize-window-system): New function. Move global setup here.
6810 (handle-args-function-alist, frame-creation-function-alist):
6811 (window-system-initialization-alist): Add mac entries.
6812 (x-setup-function-keys): New function containing all the
6813 top level function key definitions.
6814
6815 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6816
6817 * env.el (read-envvar-name): Don't consider the environment frame param.
6818
6819 * env.el (setenv):
6820 * frame.el (frame-initialize, make-frame):
6821 * faces.el (tty-set-up-initial-frame-faces):
6822 * server.el (server-process-filter): Set
6823 display-environment-variable and term-environment-variable.
6824
6825 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6826
6827 2007-08-29 Jason Rumney <jasonr@gnu.org>
6828
6829 * loadup.el: Only load term/x-win when X is compiled in.
6830 Load term/w32-win and dependencies on windows-nt.
6831
6832 * term/w32-win.el: Reorder to match x-win.el more closely.
6833 Provide w32-win. Don't throw error when global window-system not w32.
6834 (internal-face-interactive): Remove obsolete function.
6835 (x-setup-function-keys): Use local-function-key-map.
6836 (w32-initialized): New variable.
6837 (w32-initialize-window-system): Set it.
6838 Move more global setup here.
6839 (x-setup-function-keys): New function.
6840 (w32-initialize-window-system): Move non function key global setup here.
6841 (x-cut-buffer-max): Remove.
6842 (w32-initialize-window-system): New function.
6843 (handle-args-function-alist, frame-creation-function-alist):
6844 (window-system-initialization-alist): Add w32 entries.
6845
6846 2007-08-29 David Kastrup <dak@gnu.org>
6847
6848 * env.el (getenv): Pass frame to getenv-internal.
6849
6850 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6851
6852 * version.el (emacs-version): Show if multi-tty is present.
6853
6854 * loadup.el: Delay loading env; mule-conf gets confused by cl
6855 during bootstrap. Also load termdev and term/x-win.
6856
6857 * bindings.el (mode-line-client): New variable.
6858 (help-echo): Add it to the default mode-line format.
6859
6860 * cus-start.el: Remove bogus window-system reference from GTK test.
6861
6862 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6863 (ebrowse-electric-position-mode-map):
6864 * ebuff-menu.el (electric-buffer-menu-mode-map):
6865 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6866 not `suspend-emacs'.
6867
6868 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6869 (ediff-window-setup-function): Use it as default.
6870
6871 * files.el (save-buffers-kill-terminal): New function.
6872 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6873
6874 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6875 and `with-selected-frame'.
6876
6877 * help-fns.el (describe-variable): Describe frame-local variables
6878 correctly.
6879
6880 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6881 display support.
6882 (normal-erase-is-backspace-setup-frame): New function.
6883
6884 * subr.el (with-selected-frame): New function.
6885 (read-quoted-char): Use terminal-local binding of
6886 local-function-key-map instead of function-key-map.
6887
6888 * talk.el (talk): New function.
6889 (talk-handle-delete-frame): New function.
6890 (talk-add-display): Open a new frame only if FRAME was not a frame.
6891
6892 * termdev.el: New file.
6893
6894 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6895 * term/x-win.el: Don't bind f10.
6896 * tmm.el: Remove autoload binding for f10.
6897
6898 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6899 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6900 Store the saved input method as a terminal parameter. Add keymap
6901 parameter. Use it instead of changing key-translation-map directly.
6902 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6903 Remove.
6904 (encoded-kbd-setup-display): New function.
6905
6906 * international/mule-cmds.el (set-locale-environment): Fix getenv
6907 call. Use save-buffers-kill-terminal. Ignore window-system; always
6908 set the keyboard coding system. Add DISPLAY parameter.
6909 (set-display-table-and-terminal-coding-system): Add DISPLAY
6910 parameter. Pass it to set-terminal-coding-system.
6911
6912 * international/mule.el (keyboard-coding-system): Test for
6913 encoded-kbd-setup-display, not encoded-kbd-mode.
6914 (set-terminal-coding-system, set-keyboard-coding-system): Add
6915 DISPLAY parameter.
6916 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6917
6918 * term/README: Update.
6919
6920 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6921
6922 * term/x-win.el (x-setup-function-keys): New function. Move
6923 function-key-map tweaks here. Protect against multiple calls on
6924 the same terminal. Use terminal-local binding of
6925 local-function-key-map instead of function-key-map.
6926 (x-initialize-window-system): Make a copy of pure list. Pass a
6927 frame getenv.
6928
6929 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6930 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6931 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6932 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6933 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6934 local-function-key-map instead of function-key-map.
6935
6936 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6937 `substitute-key-definition' and `define-key' calls against
6938 multiple execution. Use terminal-local binding of
6939 local-function-key-map instead of function-key-map. Pass a frame
6940 to getenv.
6941
6942 * edmacro.el (edmacro-format-keys):
6943 * emulation/cua-base.el (cua--pre-command-handler):
6944 * isearch.el (isearch-other-meta-char):
6945 * xt-mouse.el: Use terminal-local binding of
6946 local-function-key-map instead of function-key-map.
6947
6948 * fringe.el (set-fringe-mode): Simplify and fix using
6949 `modify-all-frames-parameters'.
6950 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6951 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6952 check before calling `tool-bar-setup'.
6953 (tool-bar-setup): New variable.
6954 (tool-bar-setup): Use it to guard against multiple calls. Add
6955 optional frame parameter, and select that frame before adding items.
6956 (toggle-tool-bar-mode-from-frame): New function.
6957
6958 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6959 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6960 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6961 "Tool-bar" toggles to reflect the state of the current frame.
6962 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6963
6964 * env.el: Require cl for byte compilation (for `block' and `return').
6965 (environment, setenv-internal): New functions.
6966 (let-environment): New macro.
6967 (setenv, getenv): Add optional terminal parameter. Update docs.
6968 (setenv): Use setenv-internal. Always set process-environment.
6969 Handle `local-environment-variables'.
6970 (read-envvar-name, setenv, getenv): Use frame parameters
6971 to store the local environment, not terminal parameters. Include
6972 `process-environment' as well.
6973
6974 * faces.el (tty-run-terminal-initialization): New function.
6975 (tty-create-frame-with-faces): Use it. Set up faces and
6976 background mode only after the terminal has been initialized.
6977 Call terminal-init-*. Don't load the initialization file more
6978 than once. Call set-locale-environment.
6979 (frame-set-background-mode): Handle the 'background-mode terminal
6980 parameter.
6981 (tty-find-type): New function.
6982 (x-create-frame-with-faces): Remove bogus check for
6983 first frame. Call `tool-bar-setup'. Don't make frame visible
6984 until we are done setting up all its parameters. Call
6985 x-setup-function-keys.
6986
6987 * frame.el (make-frame): Always inherit 'environment and 'client
6988 parameters. Set up the 'environment frame parameter, when needed.
6989 Also inherit 'client parameter. Don't override explicitly
6990 specified values with inherited ones. Add 'terminal frame
6991 parameter. Append window-system-default-frame-alist to parameters
6992 before calling frame-creation-function.
6993 (frame-initialize): Copy the environment from the initial frame.
6994 (window-system-default-frame-alist): Enhance doc string.
6995 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6996 `default-frame-alist' when initial frame is on a tty.
6997 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6998 Remove specified parameters from `window-system-default-frame-alist'.
6999 (make-frame-on-tty, framep-on-display, suspend-frame):
7000 Extend doc string, update parameter names.
7001 (frames-on-display-list): Use terminal-id to get the display id.
7002 (frame-notice-user-settings): Extend to apply
7003 settings in `window-system-default-frame-alist' as well.
7004 (terminal-id, terminal-parameters, terminal-parameter)
7005 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7006 (delete-frame-functions): Add to `delete-frame-functions' hook.
7007 (blink-cursor-mode): Adapt blink-cursor-mode default
7008 value from startup.el.
7009 (make-frame-on-display): Protect condition on x-initialized when
7010 x-win.el is not loaded. Update doc.
7011 (suspend-frame): Use display-controlling-tty-p to decide between
7012 suspend-emacs and suspend-tty.
7013 (frames-on-display-list): Update for display ids.
7014 (framep-on-display): Ditto.
7015 (suspend-frame): Use display-name, not frame-tty-name.
7016 (selected-terminal): New function.
7017
7018 * server.el: Use `device' instead of `display' or `display-id' in
7019 variable and client parameter names.
7020 (server-select-display): Remove (unused).
7021 (server-tty-live-p, server-handle-delete-tty): Remove.
7022 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7023 Update docs.
7024 (server-getenv-from, server-with-environment, server-send-string)
7025 (server-save-buffers-kill-terminal): New functions.
7026 (server-delete-client): Handle quits in kill-buffer. Don't kill
7027 modified buffers. Add extra logging. Delete frames after
7028 deleting the tty. Clear 'client parameter before deleting a frame.
7029 Use delete-display, not delete-tty.
7030 (server-visit-files): Don't set `server-existing-buffer' if the
7031 buffer already has other clients. Return list of buffers
7032 created. Update doc. Don't set client-record when nowait.
7033 (server-handle-delete-frame): Delete the client if this was its
7034 last frame. Check that the frame is alive. Remove bogus comment.
7035 Add note on possible race condition. Delete tty clients, if needed.
7036 (server-handle-suspend-tty): Use server-send-string. Kill the
7037 client in case of errors from process-send-string. Use the display
7038 parameter.
7039 (server-unload-hook): Remove obsolete delete-tty hook.
7040 (server-start): Ask before restarting if the old server still has
7041 clients. Add feedback messages. Remove obsolete delete-tty hook.
7042 (server-process-filter): Use server-send-string. Accept `-dir'
7043 command. Switch to *scratch* immediately after creating the frame,
7044 before evaluating any -evals. Protect `display-splash-screen'
7045 call in a condition-case. Explain why. Call
7046 `display-startup-echo-area-message' before
7047 `display-splash-screen'. Don't display the splash screen when no
7048 frame was created. Show the Emacs splash screen and startup echo
7049 area message. Display the *scratch* buffer by default. Store the
7050 local environment in a frame (not terminal) parameter. Do not try
7051 to decode environment strings. Fix reference to the 'display
7052 frame parameter. Change syntax of environment variables. Put
7053 environment into terminal parameters, not client parameters. Use
7054 a dummy client with --no-wait's X frames. In `-position LINE'
7055 handler, don't ruin the request string until the line number is
7056 extracted. Log opened files. Handle -current-frame command.
7057 Don't create frames when it is given. Don't bind X frames to the
7058 client when we are in -no-wait mode. Set locale environment
7059 variables from client while creating tty frames. Disable call to
7060 configure-display-for-locale. When processing -position command,
7061 don't change the request string until the parameters are
7062 extracted. Don't try to create an X frame when Emacs does not
7063 support it. Improve logging. Temporarily set ncurses-related
7064 environment variables to those of the client while creating a new
7065 tty frame. Select buffers opened by nowait clients, don't leave
7066 them buried under others. Set the display parameter, and use it
7067 when appropriate.
7068
7069 * startup.el (display-startup-echo-area-message): Handle
7070 `inhibit-startup-echo-area-message' here.
7071 (command-line-1): Moved from here.
7072 (fancy-splash-screens): Use `overriding-local-map' instead of
7073 `overriding-terminal-local-map' for now; the latter doesn't work
7074 right, it looses keypresses to another terminal. Use
7075 `overriding-terminal-local-map' to set up keymap. Install a
7076 `delete-frame-functions' hook to catch `delete-frame' events.
7077 Ignore `select-window' events to cope better with
7078 `focus-follows-mouse'. Don't switch back to the original buffer
7079 if the splash frame has been killed. Restore previous buffer, even
7080 if it's *scratch*.
7081 (normal-splash-screen): Don't let-bind `mode-line-format'; it
7082 changes the global binding - setq it instead. Use
7083 `save-buffers-kill-terminal'.
7084 (display-splash-screen): Don't do anything if the splash screen is
7085 already displayed elsewhere.
7086 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
7087 (command-line): Replace duplicated code with a call to
7088 tty-run-terminal-initialization. Don't load the terminal
7089 initialization file more than once. Remove call to nonexistent
7090 function `set-locale-translation-file-name'.
7091
7092 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
7093 parameters.
7094 (xterm-mouse-position-function, xterm-mouse-event): Update.
7095 (xterm-mouse-mode): Don't depend on current value of window-system.
7096 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
7097 Update for multi-tty.
7098 (turn-on-xterm-mouse-tracking-on-terminal)
7099 (turn-off-xterm-mouse-tracking-on-terminal)
7100 (xterm-mouse-handle-delete-frame): New functions.
7101 (delete-frame-functions, after-make-frame-functions)
7102 (suspend-tty-functions, resume-tty-functions): Install extra hooks
7103 for multi-tty.
7104
7105 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * simple.el (invisible-p): Remove: implemented in C now.
7108 (line-move-invisible-p): Remove obsolete alias.
7109
7110 2007-08-28 Juri Linkov <juri@jurta.org>
7111
7112 * image-mode.el (image-type): New variable.
7113 (image-mode): Set default major mode name to "Image[text]".
7114 (image-minor-mode): Change LIGHTER to display image-type in the
7115 mode line.
7116 (image-minor-mode): Set default image-type to "text".
7117 (image-toggle-display): After switching to text mode, set
7118 image-type to "text" and major mode name to "Image[text]".
7119 After switching to image mode, set image-type to actual image
7120 type, and add image type to major mode name. Let-bind the same
7121 variable names as arguments of `image-type' and `create-image'.
7122 Bind `type' to the result of `image-type' and use it as arg
7123 of `create-image' to not determine the image type twice.
7124
7125 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
7126
7127 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
7128 (tramp-set-file-uid-gid, tramp-get-local-uid)
7129 (tramp-get-local-gid): New defuns.
7130 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
7131 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
7132 Improve fast track.
7133 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
7134 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
7135 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
7136 (tramp-handle-write-region): Improve fast track.
7137 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
7138 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
7139 be nil.
7140
7141 2007-08-28 Ivan Kanis <apple@kanis.eu>
7142
7143 * time.el: New feature to display several time zones in a buffer.
7144 (display-time-world-mode, display-time-world-display)
7145 (display-time-world, display-time-world-timer): New functions.
7146 (display-time-world-list, display-time-world-time-format)
7147 (display-time-world-buffer-name, display-time-world-timer-enable)
7148 (display-time-world-timer-second, display-time-world-mode-map):
7149 New variables.
7150
7151 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7152
7153 * term/x-win.el (x-gtk-stock-map): New variable.
7154 (x-gtk-map-stock): New function.
7155
7156 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
7157 prev/next-node.
7158
7159 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7160
7161 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
7162
7163 2007-08-28 Glenn Morris <rgm@gnu.org>
7164
7165 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
7166
7167 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7168
7169 * progmodes/modula2.el (m2-definition, m2-module):
7170 Don't use previous-line. Reported by T. V. Raman.
7171
7172 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7173
7174 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
7175 argument to tool-bar-mode call.
7176
7177 2007-08-27 Glenn Morris <rgm@gnu.org>
7178
7179 * diff-mode.el (diff-find-file-name): Only accept regular files,
7180 to rule out /dev/null, directories, etc.
7181
7182 * vc-svn.el (vc-svn-diff): If the repository version of all the
7183 files is the same as the specified OLDVERS, do a local diff.
7184
7185 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
7188 of buffers in uniquify-managed.
7189
7190 * simple.el (invisible-p): Rename from text-invisible-p.
7191 Update callers.
7192
7193 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
7196 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
7197 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
7198 (cperl-etags-goto-tag-location): Use new style backquotes.
7199
7200 * net/browse-url.el: Remove spurious * in custom docstrings.
7201 (browse-url-filename-alist): Use new-style backquote.
7202
7203 * emacs-lisp/backquote.el (backquote-unquote-symbol)
7204 (backquote-splice-symbol): Clarify they're not new-style unquotes.
7205
7206 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
7207 (\,@): Backslash the , and ,@ which are not new-style unquotes.
7208
7209 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
7210
7211 * net/socks.el (socks-username/password-auth-filter):
7212 Remove unused vars `state' and `desired-len'.
7213 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
7214 (socks-wait-for-state-change): Use new-style backquotes.
7215
7216 * pcvs.el (cvs-mode-status): Fix long-standing typo.
7217
7218 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
7219 backquotes after each `read' rather than once per buffer.
7220
7221 * dframe.el: Remove spurious * in custom docstrings.
7222 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7223 (dframe-xemacs20p): Remove, inline at the sole use point.
7224 (defface): Don't defvar the face, don't use old-style backquote.
7225 (defcustom): Don't use old-style backquote.
7226 (dframe-frame-parameter, dframe-mouse-event-p):
7227 Make it obvious that it's always defined.
7228 (dframe-popup-kludge): New function to replace
7229 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7230 (dframe-frame-mode, dframe-set-timer-internal)
7231 (dframe-mouse-set-point): Remove use of with-no-warnings from
7232 XEmacs-specific code.
7233 (dframe-set-timer-internal): Fix very old bug with
7234 post-command-idle-hook.
7235
7236 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7237
7238 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7239
7240 * emacs-lisp/avl-tree.el: New file.
7241
7242 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7243
7244 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7245 was used.
7246
7247 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
7248
7249 * complete.el (PC-do-completion): Make RET accept a non-unique but
7250 complete expansion again.
7251
7252 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7253
7254 * eshell/esh-opt.el (eshell-eval-using-options):
7255 Add debug declaration.
7256
7257 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7258
7259 * log-view.el (log-view-toggle-mark-entry): Add docstring.
7260 (log-view-get-marked): Likewise.
7261
7262 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
7263 (vc-delete-automatic-version-backups): Likewise.
7264
7265 * vc.el (vc-dired-buffers-for-dir): Likewise.
7266
7267 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7268
7269 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
7270 safe-local-variable setting.
7271 * progmodes/perl-mode.el (perl-indent-level): Likewise.
7272
7273 * log-view.el (log-view-marked-list): Delete variable.
7274 (log-view-mode): Don't use it.
7275 (log-view-toggle-mark-entry): Likewise, simplify.
7276 (log-view-current-tag): Don't return properties.
7277 (log-view-get-marked): New function.
7278
7279 2007-08-25 Alexandre Julliard <julliard@winehq.org>
7280
7281 * vc-git.el (vc-git-mode-line-string): New function.
7282
7283 2007-08-25 Alan Mackenzie <acm@muc.de>
7284
7285 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
7286 new language variable.
7287
7288 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
7289 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
7290 "extern" etc., rather than BOI. Fix addition of spurious
7291 syntactic-symbol 'defun-block-intro, replacing it with
7292 'innamespace, etc.
7293
7294 2007-08-25 Juri Linkov <juri@jurta.org>
7295
7296 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
7297
7298 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
7299 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
7300 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
7301
7302 * image.el (image-type-header-regexps): Use more complex regexp for svg.
7303 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7304 (image-type-auto-detectable): Add (svg . maybe).
7305
7306 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7307 to treat it like .tgz.
7308
7309 * calendar/cal-bahai.el: Add file coding cookie.
7310
7311 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
7312
7313 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7314 Don't behave differently when executed via M-x. Add doc string.
7315
7316 * sort.el (sort-fold-case, sort-numeric-base): Mark as
7317 safe-local-variable.
7318
7319 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
7320
7321 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7322 the default value.
7323 (math-calendar-tzinfo): New variable.
7324 (math-get-calendar-tzinfo): New function.
7325 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7326 to get information when zone is nil.
7327
7328 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7329
7330 * log-view.el (log-view-toggle-mark-entry): New function.
7331 (log-view-mode-map): Bind it.
7332 (log-view-marked-list): New variable.
7333 (log-view-mode): Make it local.
7334
7335 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7336
7337 * play/zone.el (zone-pgm-rat-race): New func.
7338 (zone-programs): Add `zone-pgm-rat-race'.
7339
7340 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7343 a list.
7344
7345 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7346
7347 * progmodes/hideshow.el (hs-match-data): Delete alias.
7348 (hs-hide-block-at-point, hs-find-block-beginning)
7349 (hs-show-block): Use `match-data' directly.
7350
7351 2007-08-24 Martin Rudalics <rudalics@gmx.at>
7352
7353 * format.el (format-alist): Fix typo in doc-string.
7354
7355 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
7356
7357 * net/tramp.el (tramp-local-host-p): New defun.
7358 (tramp-handle-file-local-copy, tramp-handle-write-region):
7359 Implement fast track when being on the local host.
7360 (tramp-file-name-handler): Don't set "started" property. It shall
7361 be reserved for the "ftp" method.
7362 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7363
7364 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7365 (tramp-ftp-file-name-handler): Set "started" property.
7366
7367 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
7368
7369 * files.el (backup-buffer-copy): Don't wrap delete in
7370 condition-case, only try to delete if file exists.
7371
7372 2007-08-24 Glenn Morris <rgm@gnu.org>
7373
7374 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7375
7376 * startup.el (tutorial-directory): Set with eval-at-startup so it
7377 gets the right value in an installed Emacs.
7378
7379 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7380
7381 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7382 (eldoc-highlight-function-argument): Use it.
7383
7384 2007-08-23 Masatake YAMATO <jet@gyve.org>
7385
7386 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7387 name of parameters in document body.
7388
7389 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7392 (byte-compile-output-as-comment): Use with-current-buffer rather than
7393 a weird set-buffer&prog1 combination.
7394
7395 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7396 test so as to optimise cases where the `progn's result is constant.
7397
7398 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7399
7400 * locate.el (locate-get-file-positions):
7401 Use line-beginning-position and line-end-position.
7402
7403 2007-08-23 John Wiegley <johnw@newartisans.com>
7404
7405 * calendar/cal-bahai.el: Added in the diacriticals that were
7406 missing for many of the month names.
7407
7408 2007-08-22 Jason Rumney <jasonr@gnu.org>
7409
7410 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7411
7412 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
7413
7414 * image-mode.el (image-minor-mode): Use image-mode-text-map.
7415
7416 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
7417
7418 * dabbrev.el (dabbrev--progress-reporter): New variable.
7419 (dabbrev--scanning-message): Delete func.
7420 (dabbrev--find-expansion): Use a progress reporter
7421 instead of dabbrev--scanning-message.
7422
7423 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7424
7425 * comint.el (comint-exec-1): Raise an error if
7426 `start-file-process' does not return a process object.
7427
7428 * shell.el (shell): Prompt for `default-directory' if it is a
7429 remote file name, and if called with a prefix arg.
7430
7431 2007-08-22 Sam Steingold <sds@gnu.org>
7432
7433 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7434
7435 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7436
7437 * textmodes/org-export-latex.el: New file.
7438
7439 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7440
7441 * textmodes/org.el (org-agenda-skip): Allow a form for
7442 `org-agenda-skip-function'.
7443 (org-agenda-redo): Re-use local settings.
7444 (org-agenda): Store local settings.
7445 (org-agenda-deadline-faces): New option.
7446 (org-agenda-deadline-face): New function.
7447 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7448 entries on their due date.
7449 (org-agenda-get-timestamps): No longer handle the due dates of
7450 schedules and deadline items.
7451 (org-insert-link-global, org-open-at-point-global): New commands.
7452 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7453 :for-ascii parameter.
7454 (org-skip-comments): Function removed.
7455 (org-cleaned-string-for-export): Handle special table lines.
7456 (org-global-properties): New option.
7457 (org-entry-get-with-inheritance): Check global properties.
7458 (org-local-properties): New variable.
7459 (org-set-regexps-and-options): Find the #+PROPERTY line.
7460 (org-link-types): Change type into variable (was constant).
7461 (org-make-link-regexps): New function.
7462 (org-link-re-with-space, org-link-re-with-space2)
7463 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7464 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7465 these regular expressions happens now in the function
7466 `org-make-link-regexps'.
7467 (org-store-link): Call the functions in
7468 `org-store-link-functions'.
7469 (org-add-link-type): New function.
7470 (org-store-link-functions): New variable.
7471 (org-activate-tags): Force matches to be in headlines.
7472 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7473 (org-columns-display-here): Make sure this works in a narrowed
7474 buffer by checking for point-min.
7475 (org-columns-display-here): Make the rest of the line intangible,
7476 so that point never can be there.
7477 (org-cleaned-string-for-export): Use `with-current-buffer'.
7478 (org-replace-region-by-html): Use `with-current-buffer'.
7479 (org-unfontify-region, org-do-occur, org-columns-display-here)
7480 (org-columns-remove-overlays, org-columns-quit)
7481 (org-columns-edit-value, org-columns-next-allowed-value)
7482 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7483 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7484 (org-agenda-todo, org-agenda-change-all-lines)
7485 (org-agenda-align-tags, org-agenda-priority)
7486 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7487 (org-agenda-show-new-time, org-cleaned-string-for-export)
7488 (org-export-grab-title-from-buffer)
7489 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7490 instead of `buffer-read-only'.
7491 (org-export-as-html): Set `coding-system-for-write'.
7492 (org-remember-store-without-prompt): New option.
7493 (org-archive-subtree): Fixed bug with modifying TODO keyword.
7494 (org-beginning-of-line): Also treat C-a special in items.
7495 (org-table-convert-refs-to-rc): Fixed problem with column
7496 reference after "..".
7497 (org-columns-compute): Don't mark buffer modified because of text
7498 properties.
7499 (org-batch-store-agenda-views): Use the variable
7500 `default-directory', not the function.
7501 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7502 (org-clock-out-when-done): New option.
7503 (org-html-entities): Added HTML entities for smileys.
7504
7505 2007-08-22 Glenn Morris <rgm@gnu.org>
7506
7507 * image.el (create-image): Doc fix.
7508
7509 * startup.el (tutorial-directory): New constant.
7510 (fancy-splash-text): Tutorials now in tutorial-directory.
7511 * tutorial.el (help-with-tutorial): Tutorials now in
7512 tutorial-directory.
7513
7514 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7515
7516 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7517 otherwise.
7518 (tramp-get-remote-path): New defun. Replace occurrences of
7519 `tramp-default-remote-path' by this function.
7520 (tramp-set-remote-path): Move most of the code to
7521 `tramp-get-remote-path'.
7522 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7523 existing directories, this is done already in
7524 `tramp-get-remote-path'.
7525
7526 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7527
7528 * image-file.el (image-file-name-extensions): Add "svg".
7529 * image.el (image-type-header-regexps): Add svg entry.
7530
7531 2007-08-22 Glenn Morris <rgm@gnu.org>
7532
7533 * files.el (backup-buffer-copy): Check backup directory is
7534 writable, to avoid infloop deleting old backup.
7535
7536 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7537 movemail related variables.
7538 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7539 will now be set before this is called.
7540
7541 2007-08-21 Juri Linkov <juri@jurta.org>
7542
7543 * delsel.el (delete-selection-pre-hook):
7544 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7545 instead of checking last-command.
7546
7547 2007-08-21 Juri Linkov <juri@jurta.org>
7548
7549 * loadup.el: Preload "button".
7550
7551 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7554 Add previous-line and next-line.
7555
7556 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7557 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7558
7559 * vc-hooks.el (vc-menu-entry): New var.
7560 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7561 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7562 (vc-menu-map): Declare and initialize in one step.
7563 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7564
7565 * menu-bar.el (vc-menu-map): Don't setup any more.
7566 Instead, just create the proper spot in the menu.
7567
7568 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * smerge-mode.el (smerge-resolve): New arg `safe'.
7571 (smerge-resolve-all, smerge-batch-resolve): New function.
7572 (smerge-refine): Make sure `diff' returns the expected result.
7573 (smerge-parsep-re): New const.
7574 (smerge-mode): Use it to adjust paragraph-separate.
7575
7576 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7577 Correctly match / regexp matchers as first char on a line when
7578 fontifying only that line.
7579
7580 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7581
7582 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * vc-bzr.el: Don't fiddle with vc-handled-backend.
7585 (vc-bzr-registered): Don't redundantly protect against
7586 file-error. Actually use the format-specific code.
7587 (vc-bzr-buffer-nonblank-p): Remove.
7588 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7589
7590 2007-08-20 Juri Linkov <juri@jurta.org>
7591
7592 * startup.el (fancy-splash-text): Change multiple tabs into one
7593 tab. Remove "Useful File menu items" section (with "Exit Emacs"
7594 and "Recover Crashed Session").
7595 (fancy-splash-screens): Set tab-width to 22.
7596 (normal-splash-screen): Replace literal tabs with \t and
7597 fix whitespace. Remove "Useful File menu items" section (with
7598 "Exit Emacs" and "Recover Crashed Session").
7599
7600 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7601
7602 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7603 extracted from `eval-last-sexp-1'.
7604 (eval-last-sexp-1): Call `preceding-sexp'.
7605
7606 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7607
7608 * vc-rcs.el (vc-rcs-annotate-command):
7609 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7610 Add back :vc-annotate-prefix propertization.
7611
7612 2007-08-20 Andreas Schwab <schwab@suse.de>
7613
7614 * mail/rmail.el (rmail-autodetect): Doc fix.
7615
7616 2007-08-19 Juri Linkov <juri@jurta.org>
7617
7618 * startup.el (normal-splash-screen): Add more links.
7619
7620 2007-08-19 Juri Linkov <juri@jurta.org>
7621
7622 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7623 because it's common to both types of splash screen: fancy and normal.
7624 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7625 (exit-splash-screen): Rename from `fancy-splash-quit'.
7626 Use `quit-window' instead of `kill-buffer'.
7627 (fancy-splash-head): Use make-button to insert GNU image link.
7628 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7629 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7630 (normal-splash-screen): Put "Browse manuals" on the same line with
7631 "Emacs manual". Remove descriptions from "Useful tasks" and put
7632 all links in two columns on two lines.
7633
7634 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
7635
7636 * emulation/viper.el (viper-remove-hooks): Remove some additional
7637 viper hooks when the user calls viper-go-away.
7638 (viper-go-away): Restore the default of default-major-mode.
7639 Save the value of default-major-mode before vaperization.
7640
7641 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7642
7643 * emulation/viper-ex.el: Replace error "" with "Viper bell".
7644
7645 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7646 buffer for which file is created.
7647
7648 2007-08-19 Glenn Morris <rgm@gnu.org>
7649
7650 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7651 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7652 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
7653 shadow files messing up the compilation.
7654
7655 2007-08-18 Glenn Morris <rgm@gnu.org>
7656
7657 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7658 string. Also apply eldoc-argument-case in the help-split-fundoc
7659 case. Adapt for changed behavior of eldoc-function-argstring,
7660 eldoc-function-argstring-format, and
7661 eldoc-highlight-function-argument.
7662 (eldoc-highlight-function-argument): Handle nil INDEX argument,
7663 just call eldoc-docstring-format-sym-doc in that case.
7664 (eldoc-function-argstring): Change the behavior. Now it converts
7665 an argument list to a string.
7666 (eldoc-function-argstring-format): Change the behavior. Now it
7667 applies `eldoc-argument-case' to a string.
7668
7669 * progmodes/scheme.el (scheme-mode-variables): Set
7670 font-lock-comment-start-skip.
7671
7672 2007-08-18 Martin Rudalics <rudalics@gmx.at>
7673
7674 * progmodes/ada-mode.el (ada-create-syntax-table): Move
7675 set-syntax-table from here to ...
7676 (ada-mode): ... here. Do not change global value of
7677 comment-multi-line. Call new function
7678 ada-initialize-syntax-table-properties and add new function
7679 ada-handle-syntax-table-properties to font-lock-mode-hook.
7680 (ada-deactivate-properties, ada-initialize-properties): Replace
7681 by new functions ...
7682 (ada-handle-syntax-table-properties)
7683 (ada-initialize-syntax-table-properties)
7684 (ada-set-syntax-table-properties): ... to set up syntax-table
7685 properties uniformly, independently from whether font-lock-mode
7686 is enabled or not. Handle read-only buffers and do not change
7687 undo-list when setting syntax-table properties.
7688 (ada-after-change-function): Use ada-set-syntax-table-properties.
7689
7690 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7691
7692 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7693 (meta-indent-current-nesting): Use a computation of the nesting
7694 instead.
7695 (meta-indent-current-indentation): Indentation is given according
7696 to nesting and if the previous line was finished or not.
7697 (meta-indent-unfinished-line): Tell if the current line ends with
7698 a finished expression.
7699 (meta-indent-looking-at-code): Like `looking-at', but checks if
7700 the point is in a string before.
7701 (meta-indent-level-count): Use it. Don't count parenthesis as it's
7702 done in the nesting function.
7703 (meta-indent-in-string-p): Tell if the current point is in a
7704 string.
7705 (meta-indent-calculate): Treat b-o-b as a special case. Use the
7706 previous functions.
7707
7708 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
7709
7710 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7711 (copyright-update-year, copyright-update)
7712 (copyright-fix-years): Use it.
7713
7714 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
7715
7716 * emacs-lisp/copyright.el (copyright-update-year):
7717 Fix bug: Handle nil copyright-limit.
7718
7719 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7720
7721 * calc/calc-units.el (math-standard-units): Give exact
7722 conversion for tsp.
7723
7724 * calc/calc.el (math-bignum-digit-length): Compute the
7725 appropriate value.
7726
7727 * calc/calc-bin.el (math-bignum-logb-digit-size)
7728 (math-bignum-digit-power-of-two):
7729 * calc/calc-comb.el (math-small-factorial-table):
7730 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7731 (math-approx-gamma-const):
7732 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7733 (math-besY1, math-bernoulli-b-cache):
7734 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7735 Remove `eval-when-compile's.
7736
7737 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7738
7739 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7740 (cperl-find-pods-heres): Fix an error when typing expressions like
7741 `s{a}{b}'.
7742
7743 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7744
7745 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7746 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7747 a special case (there's no build number).
7748
7749 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7750
7751 * completion.el (symbol-under-point, symbol-before-point)
7752 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7753
7754 2007-08-17 Glenn Morris <rgm@gnu.org>
7755
7756 * progmodes/compile.el (compilation-get-file-structure): Make use
7757 of the directory part when checking for an existing entry, to
7758 handle files with same basename in different directories.
7759
7760 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7761
7762 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7763
7764 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7765
7766 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7767 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7768 (ps-paragraph-spacing): Docstring fix.
7769
7770 2007-08-16 Glenn Morris <rgm@gnu.org>
7771
7772 * ps-print.el (ps-font-size): Doc fix.
7773
7774 2007-08-16 Richard Stallman <rms@gnu.org>
7775
7776 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7777
7778 2007-08-15 Juri Linkov <juri@jurta.org>
7779
7780 * startup.el (initialization): Change parent group from `internal'
7781 to `environment'.
7782 (initial-buffer-choice): New variable.
7783 (command-line): Revert 2007-07-02 change that sets
7784 buffer-offer-save in *scratch* and enables auto-save in it.
7785 (fancy-splash-text): Add links to existing items. Add new items
7786 with links for useful tasks. Move information about Control-g to
7787 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7788 (fancy-splash-keymap): New variable.
7789 (fancy-splash-last-input-event): Remove variable.
7790 (fancy-splash-insert): Add processing of `:link' element.
7791 (fancy-splash-head): Replace "Type Control-l to begin editing"
7792 with "Type `q' to exit".
7793 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7794 (fancy-splash-default-action, fancy-splash-special-event-action):
7795 Remove functions.
7796 (fancy-splash-quit): New function.
7797 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7798 `static' and reverse the condition of its usage. Don't preserve
7799 original values of `minor-mode-map-alist',
7800 `emulation-mode-map-alists', `special-event-map'.
7801 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7802 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7803 Remove processing of special events. Use local key map
7804 `fancy-splash-keymap'. Set buffer to read-only.
7805 (normal-splash-screen): Rename input arg from `hide-on-input' to
7806 `static' and reverse the condition of its usage.
7807 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7808 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7809 Add links to existing items. Add new items with links for useful
7810 tasks. Use local key map `fancy-splash-keymap'.
7811 (display-splash-screen): Rename input arg from `hide-on-input' to
7812 `static'.
7813 (about-emacs): Add alias to display-splash-screen.
7814 (command-line-1): Use `initial-buffer-choice'.
7815
7816 * menu-bar.el (menu-bar-help-menu):
7817 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7818 item to about-emacs instead of display-splash-screen.
7819
7820 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7821
7822 * calc/calc-units.el (math-standard-units): Update values.
7823 Put in exact, rational values when possible.
7824 (math-unit-prefixes): Replace floats with powers of ten.
7825 (math-standard-units-systems): Replace floats with integers.
7826 (math-make-unit-string): Remove extra spaces in output.
7827
7828 2007-08-15 Glenn Morris <rgm@gnu.org>
7829
7830 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7831 sloppier, for the sake of GNU Mailman.
7832 (rmail-digest-rfc1153): Initialize `result' correctly.
7833
7834 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7835
7836 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7837 in the mail title. Suggested by Reiner Steib.
7838
7839 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7840
7841 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7842 representation of integers to the list of outputs.
7843
7844 2007-08-14 Glenn Morris <rgm@gnu.org>
7845
7846 * simple.el (bad-packages-alist): New constant.
7847 (bad-package-check): New function. Together, these two add elements
7848 to `after-load-alist' to check for problematic external packages.
7849 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7850
7851 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7852
7853 * calc/calc-units.el (math-get-standard-units)
7854 (math-get-units, math-make-unit-string)
7855 (math-get-default-units, math-put-default-units): New functions.
7856 (math-default-units-table): New variable.
7857 (calc-convert-units, calc-convert-temperature): Add machinery
7858 to supply default values.
7859
7860 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7863 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7864 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7865 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7866
7867 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7868 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7869 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7870 Make into a proper minor-mode.
7871 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7872 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7873 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7874 (tpu-set-cursor-free, tpu-set-cursor-bound):
7875 Delegate to tpu-cursor-free-mode.
7876 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7877 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7878 Use line-move or forward-line instead of next-line-internal.
7879
7880 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7881
7882 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7883
7884 2007-08-12 Richard Stallman <rms@gnu.org>
7885
7886 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7887 (cvs-execute-single-file): Use new name split-string-and-unquote.
7888 (cvs-header-msg): Use new name combine-and-quote-strings.
7889
7890 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7891
7892 * progmodes/gud.el (gud-common-init): Use new name
7893 split-string-and-unquote.
7894
7895 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7896 in javac regexp.
7897
7898 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7899 combine-and-quote-strings and split-string-and-unquote.
7900
7901 * subr.el (combine-and-quote-strings): Rename from strings->string.
7902 (split-string-and-unquote): Rename from string->strings.
7903
7904 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7907 to buffer-local settings.
7908
7909 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7910 (backquote-process): Add internal arg `level'. Use the two to
7911 correctly handle nested backquotes.
7912
7913 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7914
7915 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7916 (vc-bzr-state-words): Add "kind changed" state word.
7917 (vc-bzr-status): New function. Return Bzr idea of file status,
7918 which is different from VC's.
7919 (vc-bzr-state): Use vc-bzr-status.
7920 (vc-workfile-unchanged-p): Use vc-bzr-status.
7921 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7922 (vc-dired-state): Process "kind changed" state word.
7923
7924 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7927
7928 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7929 Move from vc-default-find-file-not-found-hook.
7930
7931 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * man.el: Remove spurious * in docstrings.
7934 Merge defvars and toplevel setq-defaults.
7935 (Man-highlight-references0): Limit=nil rather than point-max.
7936 (Man-mode-map): Move initialization into the declaration.
7937 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7938 (Man-view-header-file): Use expand-file-name rather than concat.
7939 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7940
7941 * man.el (Man-next-section): Make sure we do not move backward.
7942
7943 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7946
7947 2007-08-08 Glenn Morris <rgm@gnu.org>
7948
7949 * Replace `iff' in doc-strings and comments.
7950
7951 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7952
7953 * dired.el (dired-pop-to-buffer):
7954 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7955 * calendar/calendar.el (generate-calendar-window):
7956 * progmodes/compile.el (compilation-set-window-height):
7957 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7958 Use window-full-width-p instead of comparing frame-width and
7959 window-width.
7960
7961 * progmodes/compile.el (compilation-find-buffer): Remove extra
7962 argument in call to compilation-buffer-internal-p.
7963
7964 2007-08-07 Tom Tromey <tromey@redhat.com>
7965
7966 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7967 Add safe-local-variable property.
7968
7969 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * image-mode.el (image-toggle-display): Use image-refresh.
7972
7973 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7974
7975 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7976 unofficial version.
7977 (vc-bzr-command): Remove redundant setting of process-connection-type.
7978 (vc-bzr-admin-checkout-format-file): Add autoload.
7979 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7980 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7981 (vc-bzr-registered): Compare dirstate format tag with known good
7982 value, abort parsing if match fails. Warn user in docstring.
7983 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7984 See bzrlib/branch.py in Bzr sources.
7985 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7986 (vc-bzr-shell-command): Remove in favor of
7987 vc-bzr-command-discarding-stderr.
7988 (vc-bzr-command-discarding-stderr): New function.
7989
7990 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7991
7992 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7993 program, and return nil.
7994 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7995 (vc-bzr-state): Look for path names relative to the repository
7996 root after status keyword.
7997 (vc-bzr-file-name-relative): New function.
7998 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7999 depend on it.
8000 (vc-bzr-admin-dirname, ...-checkout-format-file)
8001 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8002 files that we now parse directly for speed.
8003 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8004 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8005 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8006 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8007 Bzr warnings, so we must discard it.
8008 (vc-bzr-workfile-version): Speedup counting lines from
8009 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8010 if that file doesn't exist.
8011 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8012 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8013 to `vc-directory-exclusion-list'.
8014 (vc-bzr-shell-command): New function.
8015
8016 2007-08-06 Tom Tromey <tromey@redhat.com>
8017
8018 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8019 (diff-fixup-modifs): Typo in docstring.
8020
8021 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8024 count-screen-lines.
8025 (tpu-edt-off): Disable relevant pieces of advice.
8026
8027 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8028 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8029 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8030 redefining the function.
8031 (tpu-set-scroll-margins): Activate the pieces of advice.
8032
8033 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8034
8035 * help.el (resize-temp-buffer-window): Use window-full-width-p
8036 instead of comparing frame-width and window-width.
8037
8038 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8039
8040 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8041 optional quotes around files in NEED-UPDATE . REMOVED case.
8042
8043 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8044 (ada-treat-cmd-string): Improve error message.
8045 (ada-do-file-completion): Call `ada-require-project-file', so
8046 project variables are set properly.
8047 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8048 (ada-gnatfind-buffer-name): New constant.
8049 (ada-find-any-references): Use new constant. Set buffer name
8050 properly in compilation-start. Toggle read-only properly.
8051 (ada-find-in-src-path): Fix spelling error in docstring.
8052
8053 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8054 by zero error.
8055
8056 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8059
8060 2007-08-12 Richard Stallman <rms@gnu.org>
8061
8062 * progmodes/sh-script.el (sh): Delete group `unix'.
8063
8064 * progmodes/gud.el (gud): Change to group `processes'.
8065
8066 2007-08-11 Glenn Morris <rgm@gnu.org>
8067
8068 * progmodes/compile.el (compilation-buffer-name): Don't check
8069 compilation-arguments. It is superfluous, and the variable isn't
8070 even set when this function is called.
8071
8072 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8073
8074 * term/mac-win.el (mac-ae-reopen-application): New function.
8075 (mac-apple-event-map): Bind "reopen application" Apple event to it.
8076
8077 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
8080 take tex-font-script-display into account.
8081 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
8082 cell to a list of 2 elements to simplify the unfontify code.
8083
8084 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8085
8086 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
8087 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
8088 ps-print-color-p is neither nil nor black-white. Reported by Christian
8089 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8090
8091 2007-08-08 Andreas Schwab <schwab@suse.de>
8092
8093 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
8094 self-insert-command, not self-insert.
8095
8096 2007-08-08 Glenn Morris <rgm@gnu.org>
8097
8098 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
8099 argument optional, for backwards compatibility, and only highlight
8100 args when present. Fix symbol name typo (doc/args).
8101
8102 * help-mode.el (help-make-xrefs): Search for symbol constituents,
8103 rather than just `-'.
8104
8105 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
8106
8107 * calc/calc-units.el (calc-convert-temperature):
8108 Use `/' to create fractions.
8109
8110 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
8111
8112 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
8113 global matching.
8114 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
8115 ERROR-BUFFER more robust. Display output.
8116 (tramp-file-name-handler): Add a connection property when we found
8117 a foreign file name handler. This allows backends like ftp to
8118 profit also from usr/host name completion based on connection
8119 cache.
8120 (tramp-send-command-and-read): Search for trash after the regexp
8121 until eol only. In XEmacs, there is a problem with \n.
8122
8123 * net/tramp-cache.el (top): Read persistent connection history
8124 when cache is empty.
8125
8126 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
8127
8128 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
8129 resulting output.
8130
8131 2007-08-07 Sam Steingold <sds@gnu.org>
8132
8133 * progmodes/compile.el (compilation-start): Pass nil as startfile
8134 to comint-exec.
8135
8136 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8137
8138 * longlines.el (longlines-decoded): New variable.
8139 (longlines-mode): Avoid encoding or decoding the buffer twice.
8140
8141 2007-08-07 Martin Rudalics <rudalics@gmx.at>
8142
8143 * format.el (format-insert-file): Make sure that at most one undo
8144 entry is recorded for the insertion. Inhibit point-motion and
8145 modification hooks around call to insert-file-contents.
8146
8147 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
8150 Select the buffer's window before moving point.
8151
8152 2007-08-07 Richard Stallman <rms@gnu.org>
8153
8154 * term.el (term): Remove parent group `unix'.
8155
8156 * simple.el (default-indent-new-line): New function.
8157 It calls comment-line-break-function if there are comments.
8158 (do-auto-fill): Use that.
8159
8160 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
8161
8162 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
8163 (PC-do-completion): Add "acronym completion" for symbols and
8164 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
8165
8166 2007-08-06 Sam Steingold <sds@gnu.org>
8167
8168 * mouse.el (mouse-buffer-menu): Pass mode-name through
8169 format-mode-line because it may be a list,
8170 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
8171
8172 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
8173
8174 * printing.el (pr-update-menus): Docstring fix.
8175
8176 2007-08-06 Jason Rumney <jasonr@gnu.org>
8177
8178 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
8179
8180 * vc-hooks.el (vc-call): Add doc string.
8181
8182 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
8185 process-filter.
8186
8187 2007-08-06 Kenichi Handa <handa@m17n.org>
8188
8189 * international/quail.el: Wrap (require 'help-mode) by
8190 eval-when-compile.
8191 (quail-help-init): New function.
8192 (quail-help): Call quail-help-init.
8193 (quail-store-decode-map-key): Change it to a function.
8194
8195 2007-08-05 Jason Rumney <jasonr@gnu.org>
8196
8197 * vc.el (vc-rollback): Add norevert argument back.
8198 (vc-revert-buffer): Add back as obsolete alias.
8199
8200 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
8201
8202 * term.el: Honor term-default-fg-color and term-default-bg-color
8203 settings when modifying term-current-face.
8204 (term-default-fg-color, term-default-bg-color): Initialize from
8205 default term-current-face.
8206 (term-mode, term-reset-terminal): Set term-current-face with
8207 term-default-fg-color and term-default-bg-color.
8208 (term-handle-colors-array): term-current-face has term-default-fg-color
8209 and term-default-bg-color after reset escape sequence.
8210 (term-handle-colors-array): Set term-current-color with
8211 term-default-fg/bg-color instead of ansi-term-color-vector when the
8212 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
8213
8214 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8215
8216 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
8217 (math-nlfit-givens): Let bind free variables.
8218
8219 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
8220
8221 * printing.el: Require lpr and ps-print when loading printing package.
8222 Reported by Glenn Morris <rgm@gnu.org>.
8223
8224 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
8225
8226 * files.el (set-auto-mode): Handle also remote files wrt
8227 `auto-mode-alist'.
8228
8229 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8230
8231 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
8232 curves and plotting.
8233
8234 * calc/calc-nlfit.el: New file.
8235
8236 2007-08-04 Glenn Morris <rgm@gnu.org>
8237
8238 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
8239 zero, not nil, when the library is first loaded. Check for a file
8240 that has been modified on disk.
8241
8242 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
8243 Remove duplicate defvar preventing initialization.
8244 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
8245
8246 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8249 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8250 may match up to 4 lines.
8251 (diff-beginning-of-file-and-junk): Rewrite.
8252
8253 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8254
8255 * printing.el: Evaluate require only during compilation.
8256 (pr-version): New version 6.9.1.
8257 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
8258 (pr-global-menubar): Fix code.
8259
8260 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
8261
8262 * term.el (term-erase-in-display): Fix case when point is not at
8263 the beginning of the line.
8264
8265 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
8266
8267 * calc/calc-ext.el (math-get-value, math-get-sdev)
8268 (math-contains-sdev): New functions.
8269
8270 * calc/calc-graph.el (calc-graph-format-data)
8271 (calc-graph-add-curve): Check for error forms.
8272 (calc-graph-set-styles): Add option for error forms.
8273
8274 2007-08-03 Miles Bader <miles@gnu.org>
8275
8276 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
8277 backend names for new backends to `Git', `Hg', and `Bzr'.
8278 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
8279 not `HG'.
8280 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8281 name, not `GIT'.
8282 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
8283 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
8284
8285 2007-08-03 Richard Stallman <rms@gnu.org>
8286
8287 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
8288 to update deleted flag.
8289
8290 * cus-edit.el (customize-apropos, customize-apropos-options)
8291 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
8292
8293 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
8294
8295 * startup.el (fancy-splash-head, startup-echo-area-message):
8296 Change message text.
8297
8298 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
8299 All callers use line-move.
8300
8301 * progmodes/compile.el (compilation-find-buffer): Return current
8302 buffer immediately if suitable.
8303 (compile, compilation-buffer-name, compilation-start): Doc fixes.
8304
8305 2007-08-03 Daiki Ueno <ueno@unixuser.org>
8306
8307 * faces.el (face-normalize-spec): New function.
8308 (frame-set-background-mode): Normalize face-spec before calling
8309 face-spec-match-p.
8310
8311 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * server.el (server-window): Add switch-to-buffer-other-frame option.
8314
8315 2007-08-03 Glenn Morris <rgm@gnu.org>
8316
8317 * cus-edit.el (customize-apropos): Make the error message indicate
8318 what kind of thing the user was trying to customize.
8319
8320 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8321
8322 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8323 Fix off-by-one error in previous change.
8324
8325 2007-08-03 Drew Adams <drew.adams@oracle.com>
8326
8327 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8328 Make buffer writable.
8329
8330 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8331
8332 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8333 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8334 Use native Emacs functions, when appropriate.
8335
8336 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8337 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * vc.el: Document new VC operation `extra-menu'.
8340
8341 * vc-hooks.el (vc-default-extra-menu): New function.
8342
8343 * menu-bar.el (menu-bar-vc-filter): New function.
8344 (menu-bar-tools-menu): Use it as a filter.
8345
8346 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
8347
8348 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8349
8350 2007-08-01 Glenn Morris <rgm@gnu.org>
8351
8352 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8353 strings.
8354 (fortran-tab-mode-default): Remove needless autoload.
8355 (fortran-tab-mode-string): Add help-echo and mouse properties, and
8356 mark as risky.
8357 (fortran-line-length): New buffer-local variable, safe if integer.
8358 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8359 Change from variables to constants.
8360 (fortran-font-lock-syntactic-keywords): Delete as a variable,
8361 replace with a new function definition.
8362 (fortran-mode): Use fortran-line-length, and
8363 fortran-font-lock-syntactic-keywords as a function. Add a
8364 hack-local-variables-hook function.
8365 (fortran-line-length, fortran-hack-local-variables): New functions.
8366 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8367 Use fortran-line-length rather than 72.
8368 (fortran-window-create-momentarily): Doc fix.
8369
8370 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
8371
8372 * cus-edit.el (custom-group-value-create, custom-goto-parent):
8373 Fix parent groups link.
8374
8375 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
8376
8377 * progmodes/python.el (python-current-defun): Adjust to never fall
8378 into infinite loop.
8379
8380 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8383
8384 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
8385
8386 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8387 (copyright-fix-years, copyright): Correctly handle the case where
8388 copyright-limit is nil.
8389
8390 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
8391
8392 * progmodes/python.el (run-python): Fix path separator under w32.
8393
8394 2007-07-30 Richard Stallman <rms@gnu.org>
8395
8396 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8397 Treat non-break space as whitespace in Lisp.
8398
8399 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * vc.el (vc-dired-hook): Use inhibit-read-only.
8402
8403 * progmodes/compile.el (compilation-forget-errors):
8404 Reset compilation-auto-jump-to-next.
8405
8406 2007-07-30 Michael Olson <mwolson@gnu.org>
8407
8408 * cus-edit.el (custom-group-save): Fix void function definition
8409 error. Thanks to Zhang Wei for the report.
8410
8411 * ps-print.el: Check in trivial changes to the autoloads section
8412 caused by the build process. These autoloads really ought to be
8413 placed in a separate file, methinks.
8414
8415 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * calendar/calendar.el (calendar-mode): Make sure
8418 displayed-(month|year) are set.
8419 (calendar-basic-setup): Display buffer before adjusting window sizes.
8420 (generate-calendar-window): Use inhibit-read-only. Simplify.
8421 Generate buffer and set displayed-month and displayed-year before
8422 calling update-calendar-mode-line.
8423
8424 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
8425
8426 * net/tramp.el:
8427 * net/tramp-uu.el:
8428 * net/trampver.el: Use utf-8 encoding with coding cookie.
8429
8430 * net/tramp-cache.el:
8431 * net/tramp-fish.el:
8432 * net/tramp-ftp.el:
8433 * net/tramp-gw.el:
8434 * net/tramp-smb.el: Remove coding cookie.
8435
8436 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8437 Flush buffer file-name's file property.
8438 (tramp-handle-file-remote-p): The first parameter is FILENAME.
8439
8440 * net/trampver.el: Update release number.
8441
8442 2007-07-29 Juri Linkov <juri@jurta.org>
8443
8444 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8445 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8446 when major-mode is not dired-mode.
8447 (dired-toggle-read-only): New function.
8448 (dired-recursive-deletes): Remove obsolete comments about old
8449 default value.
8450 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8451
8452 * wdired.el (wdired-exit): New function.
8453 (wdired-mode-map): Bind C-x C-q to wdired-exit.
8454
8455 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * cus-edit.el (customize-read-group): New fun.
8458 (customize-group-other-window, customize-face-other-window):
8459 Prompt before delegating to customize-(group|face).
8460 Bind pop-up-windows rather than use the other-window argument.
8461 (customize-group, customize-face): Prompt from the interactive spec.
8462 Remove args `prompt-for-group' and `other-window'.
8463
8464 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8465 (ad-body-forms, ad-advised-interactive-form): Revert this part of
8466 last change.
8467
8468 2007-07-28 Masatake YAMATO <jet@gyve.org>
8469
8470 * vc.el (vc-dired-mode): Add a menu for VC related operation.
8471 Use backend name as the menu label. Suggested by David Kastrup.
8472
8473 2007-07-28 Alan Mackenzie <acm@muc.de>
8474
8475 Fix problem with modes derived from CC Mode:
8476 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8477 macro to cc-langs.
8478 (c-init-language-vars-for): Remove call to above macro.
8479 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8480 been moved to here.
8481 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8482
8483 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8484
8485 * net/trampver.el: Fix the `coding' cookie.
8486
8487 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 * vc-git.el (vc-git-print-log): Support both the old single file
8490 interface and the new one.
8491
8492 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * bindings.el (mode-line-remote): Use updated %@ construct.
8495
8496 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8499 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8500 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8501 (diary-list-bahai-entries, diary-bahai-mark-entries)
8502 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8503 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8504 New names to clean up namespace.
8505 (list-bahai-diary-entries, mark-bahai-diary-entries)
8506 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8507 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8508 Add compatibility aliases.
8509
8510 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8511
8512 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8513 (calendar-scroll-left-three-months)
8514 (calendar-scroll-right-three-months): Clean up namespace.
8515 (scroll-calendar-left, scroll-calendar-right)
8516 (scroll-calendar-left-three-months)
8517 (scroll-calendar-right-three-months): Add compatibility aliases.
8518
8519 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8520 Behave like mouse-scroll-calendar-* when used from the mouse.
8521
8522 * calendar/cal-menu.el (cal-menu-scroll-menu)
8523 (cal-menu-global-mouse-menu):
8524 * calendar/calendar.el (calendar-mode-map):
8525 Use new calendar-scroll-* names.
8526 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8527 Remove. Use calendar-scroll-* directly instead.
8528
8529 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8532 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8533 (ad-make-advised-definition, ad-cache-id-verification-code):
8534 Use commandp and interactive-form instead.
8535
8536 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
8537
8538 * vc-git.el: Relicense to GPLv3 or later.
8539 (vc-directory-exclusion-list, vc-handled-backends): Remove.
8540
8541 * vc-hooks.el (vc-handled-backends): Add GIT.
8542
8543 * vc.el (vc-directory-exclusion-list): Add .git.
8544
8545 2007-07-26 Alexandre Julliard <julliard@winehq.org>
8546
8547 * vc-git.el (vc-git-revision-table)
8548 (vc-git-revision-completion-table): New functions.
8549
8550 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8551
8552 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8553 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8554 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8555 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8556 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8557 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8558 New command actions for EPS header and EPS footer.
8559
8560 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8561 footer. Fix some problems with one-or-more, zero-or-more and
8562 alternative constructions generation. Some log messages
8563 implementation. Doc fix.
8564 (ebnf-version): New version 4.4.
8565 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8566 (ebnf-eps-footer, ebnf-log): New options.
8567 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8568 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8569 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8570 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8571 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
8572 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8573 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8574 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8575 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8576 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8577 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8578 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8579 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8580 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8581 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8582 (ebnf-except-dimension, ebnf-alternative-dimension)
8583 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8584 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8585 message fun.
8586 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8587 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8588 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8589 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8590 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8591 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8592 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8593 compatibility with Emacs 20 & 21.
8594 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8595 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8596 (ebnf-basic-empty-height): New vars.
8597 (ebnf-prologue): Fix PostScript code.
8598 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8599 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8600 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8601 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8602
8603 2007-07-25 Glenn Morris <rgm@gnu.org>
8604
8605 * Relicense all FSF files to GPLv3 or later.
8606
8607 * COPYING: Switch to GPLv3.
8608
8609 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8612 Replace it with another one which disables undo before calling
8613 erase-buffer and then turns it back on if needed.
8614
8615 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8616
8617 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8618
8619 2007-07-24 Glenn Morris <rgm@gnu.org>
8620
8621 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8622 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8623 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8624 (cal-tex-cursor-week, cal-tex-cursor-week2)
8625 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8626 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8627 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8628 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8629
8630 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * calendar/calendar.el (calendar-mode-map): Move initialization
8633 into declaration. Add menu bindings (used to be done in cal-menu).
8634 (calendar-mode): Don't add an activate-menubar-hook.
8635
8636 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8637 modify calendar-mode-map), use easy-menu, and make sure that C-h k
8638 can be used on the menu entries.
8639 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8640 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8641 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8642 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8643 (calendar-flatten, cal-menu-update): Remove.
8644 (calendar-mouse-insert-hebrew-diary-entry)
8645 (calendar-mouse-insert-islamic-diary-entry)
8646 (calendar-mouse-insert-bahai-diary-entry):
8647 Remove (fold into cal-menu-diary-menu).
8648 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8649 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8650 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8651 (calendar-mouse-view-diary-entries): Minor simplifications.
8652 (calendar-event-to-date): Use with-current-buffer.
8653
8654 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
8655
8656 * add-log.el (change-log-redate): Remove (not needed anymore and
8657 doesn't appear to work).
8658
8659 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * frame.el: Use mapc and dolist instead of mapcar where possible.
8662 (close-display-connection): New command.
8663
8664 2007-07-25 Alexandre Julliard <julliard@winehq.org>
8665
8666 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8667 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8668
8669 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8670
8671 * ps-print.el (ps-multibyte-buffer): Docstring fix.
8672
8673 * ps-mule.el: Doc fix.
8674 (ps-multibyte-buffer, ps-mule-font-info-database-default)
8675 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8676
8677 2007-07-25 Glenn Morris <rgm@gnu.org>
8678
8679 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8680 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8681 (cal-tex-daily-end, cal-tex-hook)
8682 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8683 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8684 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8685 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8686 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8687 (cal-tex-day-prefix, cal-tex-day-name-format)
8688 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8689 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8690 (cal-tex-LaTeX-subst-list): Change from variables to constants.
8691 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8692 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8693 etc, rather than \bf.
8694 (cal-tex-mini-calendar): Fix typos in previous change.
8695 (cal-tex-latexify-list): Remove inner let binding.
8696 (cal-tex-end-document, cal-tex-banner): Use multi-line
8697 cal-tex-comment.
8698 (cal-tex-comment): Handle embedded newlines.
8699 (cal-tex-LaTeXify-string): Use substring-no-properties.
8700
8701 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
8702
8703 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8704 Add support for the Maden build tool.
8705
8706 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
8707
8708 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8709
8710 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8713
8714 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8715
8716 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8717 C-x C-q.
8718
8719 * vc-git.el (vc-git-print-log): Fix previous change.
8720
8721 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * window.el (save-selected-window): Minor optimization.
8724 (bw-adjust-window): If operation failed, try with a smaller delta.
8725 (window-fixed-size-p): New function.
8726 (window-area-factor): New var.
8727 (balance-windows-area): New command.
8728
8729 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8730 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8731 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8732 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8733 (ps-mule-begin-job): Use dolist.
8734
8735 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
8736
8737 * subr.el (start-file-process-shell-command)
8738 (process-file-shell-command): New defuns.
8739
8740 * progmodes/compile.el (compilation-start):
8741 Apply `start-file-process-shell-command'.
8742
8743 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8744
8745 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8746
8747 2007-07-24 Alan Mackenzie <acm@muc.de>
8748
8749 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8750 Initialise byte-compile-unresolved-functions before rather than
8751 after a compilation.
8752 (byte-compile-unresolved-functions): Amplify doc string.
8753
8754 2007-07-24 Glenn Morris <rgm@gnu.org>
8755
8756 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8757
8758 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8759 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8760 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8761 (cal-tex-cursor-week, cal-tex-cursor-week2)
8762 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8763 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8764 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8765 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8766
8767 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8768 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8769 (cal-tex-day-name-format, cal-tex-cal-one-month)
8770 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8771 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8772 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8773 (cal-tex-list-holidays, cal-tex-cursor-year)
8774 (cal-tex-cursor-year-landscape, cal-tex-year)
8775 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8776 (cal-tex-cursor-month, cal-tex-insert-days)
8777 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8778 (cal-tex-first-blank-p, cal-tex-cursor-week)
8779 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8780 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8781 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8782 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8783 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8784 (cal-tex-latexify-list, cal-tex-previous-month)
8785 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8786 modernization, including using dotimes rather than
8787 calendar-for-loop.
8788 (cal-tex-LaTeX-subst-list): Remove `@'.
8789 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8790 Use \textit and \textbf rather than \em and \it.
8791
8792 * calendar/cal-bahai.el (list-bahai-diary-entries)
8793 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8794 * calendar/cal-islam.el (list-islamic-diary-entries)
8795 * calendar/calendar.el (generate-calendar, generate-calendar-month)
8796 * calendar/diary-lib.el (diary-list-entries)
8797 (mark-calendar-date-pattern): Use `dotimes' rather than
8798 `calendar-for-loop'.
8799
8800 * calendar/calendar.el (calendar-for-loop): Doc fix.
8801
8802 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8805 underlying file is uptodate.
8806
8807 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8808
8809 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8810
8811 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * vc-hooks.el (vc-mode-line-map): New const.
8814 (vc-mode-line): Use it.
8815
8816 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8817
8818 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8819 (vc-git-unregister): New functions.
8820 (vc-git-find-version): Use the result of ls-files as a parameter
8821 for cat-file.
8822
8823 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8824
8825 * net/tramp.el (tramp-perl-file-attributes)
8826 (tramp-perl-directory-files-and-attributes)
8827 (tramp-handle-file-attributes-with-stat)
8828 (tramp-handle-directory-files-and-attributes-with-stat)
8829 (tramp-convert-file-attributes): Handle huge file sizes.
8830
8831 2007-07-23 Juri Linkov <juri@jurta.org>
8832
8833 * isearch.el (isearch-message-function): New variable.
8834 (isearch-update, isearch-search): Use it.
8835
8836 * simple.el (goto-history-element): New function created from
8837 next-history-element.
8838 (next-history-element): Most code moved to goto-history-element.
8839 Call goto-history-element with (- minibuffer-history-position n).
8840 (previous-history-element): Call goto-history-element with (+
8841 minibuffer-history-position n).
8842 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8843 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8844 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8845 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8846 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8847 (minibuffer-history-isearch-pop-state): New functions.
8848
8849 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8850
8851 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8852 Also, if FILE is a list, return non-nil if any of its elements
8853 should stay local. Update docstring.
8854
8855 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8858 change by reverting a small part.
8859
8860 2007-07-23 Richard Stallman <rms@gnu.org>
8861
8862 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8863
8864 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8865
8866 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8867 handling it. Use vc-git-command.
8868 (vc-git-find-version, vc-git-diff-tree): New functions.
8869 (vc-git-revert): Use vc-git-command.
8870 (vc-git--run-command): Delete.
8871
8872 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8873
8874 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8875
8876 2007-07-20 Kenichi Handa <handa@m17n.org>
8877
8878 * international/utf-8.el (utf-8-post-read-conversion):
8879 Temporarily bind utf-8-compose-scripts to nil while running
8880 *-compose-region functions.
8881
8882 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8883
8884 * vc-git.el: Update status.
8885 (vc-directory-exclusion-list): Use eval-after-load.
8886
8887 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8888
8889 * bindings.el (mode-line-remote): New variable.
8890 (help-echo): Add to default values of mode-line-format.
8891
8892 * files.el: Mark mode-line-remote as risky.
8893
8894 2007-07-22 Juri Linkov <juri@jurta.org>
8895
8896 * isearch.el (isearch-edit-string): Save old point and
8897 isearch-other-end to old-point and old-other-end before reading
8898 the search string from minibuffer. After exiting minibuffer set
8899 point to old-other-end if point and the search direction is the
8900 same as before reading the search string.
8901 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8902 to isearch-other-end. Instead of isearch-search-and-update call
8903 three functions isearch-search, isearch-push-state and isearch-update.
8904
8905 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8906
8907 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8908 deal with multiple file arguments.
8909 (vc-git-print-log): Deal with multiple file arguments.
8910
8911 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8914 diff-refine-hunk. Adjust users.
8915 (diff-unified-hunk-p, diff-splittable-p): New functions.
8916 (diff-mode-menu): Use it to disable Split when it doesn't work.
8917
8918 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8919
8920 * diff-mode.el (diff-mode-menu): New entries.
8921
8922 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8925 if applicable, so as to save undo-log space.
8926
8927 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8928
8929 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8930 (diff-file-kill): Use it.
8931 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8932 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8933 Use it so they find the hunk even when we're in the file header.
8934
8935 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8936
8937 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8938 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8939 (vc-git-create-repo): New functions.
8940 (vc-git-registered): New autoloaded function definition.
8941 (vc-git-registered): Use vc-git-root.
8942 (vc-git-responsible-p): New defalias.
8943 (vc-git-annotate-extract-revision-at-line): Uncomment.
8944 (vc-git-print-log): Add the file name to the log.
8945 (vc-git-log-view-mode): New derived mode.
8946 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8947
8948 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8949
8950 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8951
8952 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8953
8954 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8955 file in a way that does not interfere with recentf mode.
8956 (reftex-access-parse-file): Do not risk destroying an existing
8957 buffer.
8958
8959 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8960
8961 * vc-git.el: New file.
8962
8963 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8966
8967 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8968
8969 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8970 for branches and new files.
8971
8972 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8973 local-map handling ...
8974 (vc-mode-line): ... here. Improve handling of help-echo.
8975
8976 * vc.el (mode-line-string): Document help-echo usage.
8977
8978 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8979
8980 Sync with Tramp 2.1.10.
8981
8982 * net/tramp.el (tramp-get-ls-command): Fix typo.
8983
8984 * net/trampver.el: Update release number.
8985
8986 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8987
8988 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8989
8990 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8991
8992 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8993
8994 * add-log.el (change-log-fill-parenthesized-list): New function.
8995 (change-log-indent): Call change-log-fill-parenthesized-list.
8996 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8997 Have lines with leading asterisk start a paragraph.
8998
8999 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9000
9001 * calc/calc-math.el (math-emacs-precision)
9002 (math-largest-emacs-expt, math-smallest-emacs-expt):
9003 New variables.
9004 (math-use-emacs-fn): New function.
9005 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9006 appropriate.
9007
9008 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9009
9010 * image-dired.el (image-dired-sane-db-file): New func.
9011 (image-dired-write-tags, image-dired-remove-tag)
9012 (image-dired-list-tags, image-dired-write-comments)
9013 (image-dired-get-comment, image-dired-mark-tagged-files)
9014 (image-dired-create-gallery-lists): Call new func.
9015 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9016
9017 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9018
9019 * vc-hg.el (vc-hg-dir-state): Fix loop.
9020 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9021 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9022 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9023 (vc-hg-revert): Likewise.
9024 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9025 functions.
9026
9027 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9030 merge fails.
9031
9032 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9033
9034 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9035 Add group and version.
9036
9037 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * add-log.el (add-log-file-name): Use file-relative-name.
9040 (add-change-log-entry): Delay reading
9041 add-log-(full-name|mailing-address) to after we've switched to the
9042 ChangeLog buffer so we get the right value.
9043 (add-change-log-entry, add-log-current-defun, change-log-merge):
9044 Use derived-mode-p rather than checking major-mode directly.
9045
9046 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9047 name for buffer-file-name if it refers to a directory.
9048
9049 * vc-arch.el (vc-arch-diff): Fix last change.
9050
9051 * progmodes/compile.el (compilation-start): Remember the original
9052 directory in a buffer-local compilation-directory.
9053 (compile): Set the global value of compilation-directory.
9054 (recompile): Use compilation-directory even in the compilation buffer.
9055
9056 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9059
9060 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9061
9062 * ps-print.el: Problem with foreground and background color when
9063 printing a buffer with and without faces. Reported by Christian
9064 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9065 (ps-print-version): New version 6.7.5.
9066 (ps-default-fg): Change default value to nil, so black color is used
9067 when a face does not specify a foreground color.
9068 (ps-default-bg): Change default value to nil, so white color is used
9069 for background color.
9070 (ps-begin-job): Fix code.
9071
9072 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9073
9074 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
9075 in $(INSTALL_DIR)/lisp/ if they already exist.
9076
9077 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9078
9079 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
9080 in $(INSTALL_DIR)/lisp/ if they already exist.
9081
9082 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * progmodes/vera-mode.el (vera-re-search-forward)
9085 (vera-re-search-backward): Remove use of store-match-data.
9086 (vera-mode-map): Move initialization into declaration.
9087
9088 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
9089 (flymake-find-buildfile): Use locate-dominating-file.
9090
9091 * vc.el (vc-delistify): Use mapconcat.
9092 (vc-do-command): Minor simplification.
9093 (vc-expand-dirs): Use push.
9094
9095 * vc-mcvs.el (vc-mcvs-create-repo):
9096 * vc-cvs.el (vc-cvs-create-repo): Remove.
9097
9098 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
9099 directory and the root as well.
9100
9101 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9102
9103 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
9104 instead of a file.
9105
9106 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
9107 (vc-hg-registered): Replace if with when.
9108 (vc-hg-state): Deal with nonexistent files and handle removed files.
9109 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
9110 (vc-hg-checkout): Re-enable.
9111 (vc-hg-create-repo): Fix typos.
9112 (vc-hg-print-log): Fix for multiple files.
9113 (vc-hg-workfile-unchanged-p): New function.
9114
9115 * vc.el: Fix typo.
9116 (vc-print-log): Fix call to print-log.
9117 (vc-default-comment-history): Likewise.
9118 (vc-directory-exclusion-list): Add .hg and .bzr.
9119 (vc-diff-internal): Pass a list instead of a file.
9120
9121 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
9122
9123 * vc-bzr.el (vc-bzr-create-repo): New function.
9124
9125 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
9128 `file' from which to start the search.
9129
9130 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
9131
9132 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
9133 having a single file argument to having a list of files as the
9134 first argument.
9135
9136 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * files.el (locate-dominating-file): New function.
9139
9140 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
9141
9142 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
9143 (grep-compute-defaults): Use it.
9144
9145 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9146
9147 * uniquify.el: Docstring fixes.
9148
9149 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
9150
9151 * vc.el (revision-granularity, create-repo): Document new vc
9152 backend properties.
9153 (vc-rollback): Renamed from vc-cancel-version. Update
9154 references. Pass a list instead of a file.
9155 (vc-revert): Renamed from vc-revert-buffer. Update references.
9156 (vc-delistify, vc-expand-dirs): New functions.
9157 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
9158 of files instead of a single file.
9159 (vc-position-context, vc-resync-window, vc-diff-internal)
9160 (vc-print-log): Pass a list instead of a file.
9161
9162 * vc-hooks.el (vc-stay-local-p, vc-backend)
9163 (vc-backend-subdirectory-name): Work on a file list, not a single
9164 file.
9165 (vc-workfile-version): Update docstring.
9166 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
9167 vc-revert instead of vc-revert-buffer.
9168 (vc-prefix-map): Likewise. Bind vc-update.
9169
9170 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
9171 (vc-svn-wash-log): New functions.
9172 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
9173 (vc-svn-command): Deal with a list of files, not a single file.
9174
9175 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
9176 (vc-rcs-wash-log): New functions.
9177 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
9178 Deal with a list of files, not a single file.
9179 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
9180
9181 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
9182 functions.
9183 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
9184 list of files, not a single file.
9185
9186 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
9187 New functions.
9188 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
9189 (vc-mcvs-diff): Deal with a list of files, not a single file.
9190
9191 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
9192 functions.
9193 (vc-hg-print-log): Deal with a list of files, not a single file.
9194 (vc-hg-diff-tree): New function, replace defalias with the same
9195 name.
9196 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
9197 FILES to denote that it is a file list, not a single file.
9198
9199 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
9200 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
9201 a single file.
9202 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
9203 that it is a file list, not a single file.
9204 (vc-cvs-diff): Likewise. Simplify.
9205
9206 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
9207 Deal with a list of files, not a single file.
9208
9209 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
9210 (vc-bzr-print-log): Update FILE parameter name to denote that it
9211 is a file list, not a single file.
9212 (vc-bzr-diff): Likewise. Use the car of files.
9213
9214 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9215
9216 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9217 (follow-delete-other-windows-and-split, follow-recenter)
9218 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
9219 (follow-redisplay, follow-estimate-first-window-start)
9220 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
9221 Fix typos in docstrings.
9222
9223 2007-07-18 Martin Rudalics <rudalics@gmx.at>
9224
9225 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
9226 avoid that filling introduces lines with a single asterisk.
9227
9228 * kmacro.el (kmacro-end-macro): When ignoring empty macro
9229 avoid incorrect kmacro-ring-empty-p messages.
9230 Reported by Michael Schierl <schierlm@gmx.de>.
9231
9232 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9233
9234 * vc.el: Add more info about the vc-registered function.
9235
9236 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
9237
9238 * files.el (file-remote-p): Introduce optional parameter
9239 IDENTIFICATION.
9240
9241 * recentf.el (recentf-keep-default-predicate): Adapt call of
9242 `file-remote-p'.
9243
9244 * progmodes/grep.el (grep-probe): Use `process-file'.
9245 (grep-compute-defaults): Handle variables host specific.
9246
9247 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
9248 parameter IDENTIFICATION.
9249
9250 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
9251 parameter IDENTIFICATION.
9252 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
9253 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9254 Add entry for `set-file-times'.
9255 (tramp-do-copy-or-rename-file-via-buffer)
9256 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
9257 (tramp-handle-unhandled-file-name-directory): Rewrite.
9258 (tramp-convert-file-attributes): Add error handling when inode is
9259 extraordinary big.
9260 (tramp-get-inode): Change parameter from FILE to VEC.
9261 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
9262 is nil. This is according to the specification. Goto (point-max)
9263 when ready.
9264 (tramp-handle-shell-command): Rewrite completely, using
9265 `process-file' and `start-file-process'.
9266 (tramp-methods, tramp-find-shell)
9267 (tramp-open-connection-setup-interactive-shell)
9268 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
9269 var. Reported by Steve Youngs <steve@sxemacs.org>.
9270
9271 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
9272 entry for `set-file-times'. Rename `start-process' into
9273 `start-file-process'. Remove `call-process' entry.
9274 (tramp-fish-handle-set-file-times): New defun.
9275 (tramp-fish-handle-executable-find): Use `process-file'.
9276 (tramp-fish-handle-process-file): New defun. Replaces
9277 `tramp-fish-handle-call-process'.
9278 (tramp-fish-do-copy-or-rename-file-directly): Use
9279 `set-file-times'.
9280 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
9281
9282 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
9283 `tramp-get-inode' parameter.
9284
9285 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
9288 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
9289 nowadays, and by the time Emacs-23 comes out, nobody will even remember
9290 it has ever existed.
9291
9292 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9293
9294 * vc.el: Undo previous change.
9295
9296 2007-07-16 Eli Zaretskii <eliz@gnu.org>
9297
9298 * makefile.w32-in (clean): Don't delete *~.
9299
9300 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * textmodes/tex-mode.el (tex-verbatim-environments):
9303 Add safe-local-variable property.
9304 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
9305 when starting font-lock rather than when loading tex-mode.el.
9306
9307 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9308 whole $( rather than just the $. Rename from sh-quoted-subshell.
9309 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
9310
9311 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9312
9313 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
9314 bookmark-alist. Instead, if not sorting, simply return it.
9315 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
9316 for its return value, not for its side effect.
9317
9318 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
9319 case of alignment under a constant symbol, find and consider
9320 the sexp actually at indentation to be the "last sexp".
9321
9322 2007-07-16 Drew Adams <drew.adams@oracle.com>
9323
9324 * mouse.el (mouse-yank-secondary): Better error message if no
9325 secondary selection.
9326
9327 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9328
9329 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9330
9331 * term/xterm.el (xterm-turn-on-modify-other-keys)
9332 (xterm-turn-off-modify-other-keys): New functions.
9333 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9334 terminal supports it.
9335
9336 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9337
9338 * bookmark.el (bookmark-show-all-annotations):
9339 Make sure each inserted annotation ends with newline.
9340
9341 2007-07-15 Richard Stallman <rms@gnu.org>
9342
9343 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9344
9345 * tutorial.el (tutorial--find-changed-keys):
9346 Handle C-x specially like ESC.
9347
9348 2007-07-15 Aaron Hawley <aaronh@garden.org>
9349
9350 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9351
9352 2007-07-15 Juri Linkov <juri@jurta.org>
9353
9354 * delsel.el (delete-selection-pre-hook):
9355 * emulation/cua-base.el (cua-paste): Before a yank command,
9356 check also whether last-command is one of mouse-save-then-kill,
9357 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9358
9359 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
9360
9361 * recentf.el (recentf-keep-default-predicate): New defun.
9362 (recentf-keep): Use it as initial value.
9363
9364 2007-07-15 Karl Fogel <kfogel@red-bean.com>
9365
9366 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9367 thus restoring bookmark bindings to three slots under C-x r. See
9368 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9369
9370 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9371
9372 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9373
9374 2007-07-15 Jason Rumney <jasonr@gnu.org>
9375
9376 * w32-fns.el (set-default-process-coding-system): Use dos line ends
9377 for input to cmdproxy on all versions of Windows.
9378 Use dos line ends for input to plink.
9379
9380 * comint.el (comint-simple-send): Concat newline before sending.
9381 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9382
9383 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9386 safe-local-variable setting.
9387
9388 2007-07-14 David Kastrup <dak@gnu.org>
9389
9390 * emacs-lisp/advice.el (defadvice): Doc fix.
9391
9392 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
9393
9394 * subr.el (when, unless): Doc fix.
9395
9396 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9397
9398 * replace.el (match): Use yellow1 instead of yellow.
9399
9400 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9401 red.
9402
9403 * pcvs-info.el (cvs-unknown): Likewise.
9404
9405 2007-07-13 Eli Zaretskii <eliz@gnu.org>
9406
9407 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9408 (install): Use them to copy all *.el files before *.elc.
9409
9410 2007-07-13 Drew Adams <drew.adams@oracle.com>
9411
9412 * bookmark.el (bookmark-jump-other-window): New function.
9413 (bookmark-map): Bind it to "o".
9414
9415 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9416 and its thread contains discussion about this change.
9417 The original patch was slightly tweaked by Karl Fogel
9418 <kfogel@red-bean.com> before committing.
9419
9420 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9421
9422 * bookmark.el: Shorten some comments to fit within 80 lines.
9423
9424 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9425
9426 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9427 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
9428 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
9429 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9430
9431 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
9432
9433 * textmodes/org.el: Bug fixes.
9434 (org-end-of-line): Move to end of line if in headline without tags.
9435
9436 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * vc-hooks.el: Remove spurious * in docstrings.
9439 (vc-handled-backends): Add BZR.
9440
9441 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9442
9443 2007-07-12 Davis Herring <herring@lanl.gov>
9444
9445 * desktop.el (desktop-buffer-info, desktop-save):
9446 Use `desktop-dirname' instead of `dirname'.
9447
9448 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9449
9450 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9451
9452 * progmodes/python.el (python-which-func-length-limit): New var.
9453 (python-which-func): New function.
9454 (python-current-defun): Add optional `length-limit' and try to fit
9455 computed function name to that length.
9456 (python-mode): Hook `python-which-func' up.
9457
9458 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9459
9460 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9461
9462 * comint.el (comint-dynamic-complete-as-filename):
9463 Use read-file-name-completion-ignore-case.
9464
9465 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * comint.el (comint-dynamic-list-filename-completions):
9468 Use read-file-name-completion-ignore-case.
9469
9470 * vc-cvs.el: Require CL.
9471 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9472 New functions to provide completion of revision names.
9473
9474 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9475 (vc-cvs-annotate-first-line-re): New const.
9476 (vc-cvs-annotate-process-filter): New fun.
9477 (vc-cvs-annotate-command): Use them and run the command asynchronously.
9478
9479 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9480
9481 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9482 (eldoc-print-current-symbol-info): Adjust for changed helper
9483 function signatures.
9484 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
9485 `eldoc-highlight-function-argument'.
9486 (eldoc-highlight-function-argument): New function.
9487 (eldoc-get-var-docstring): Format documentation with
9488 `font-lock-variable-name-face'.
9489 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9490 where suited.
9491 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9492 (eldoc-beginning-of-sexp): Return number of skipped sexps.
9493
9494 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
9495
9496 * progmodes/compile.el (compilation-start): `start-process' must
9497 still be redefined when calling `start-process-shell-command'.
9498
9499 * progmodes/gud.el (gud-file-name): When `default-directory' is a
9500 remote file name, prepend its remote part to the filename.
9501 (gud-common-init): When `default-directory' is a remote file name,
9502 make the filename relative to it.
9503 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9504
9505 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9506
9507 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9508 mouse binding and a tooltip.
9509
9510 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 * menu-bar.el (vc-menu-map): New defalias.
9513
9514 2007-07-10 Richard Stallman <rms@gnu.org>
9515
9516 * emacs-lisp/lisp-mode.el (eval-defun):
9517 Explain special handling of `defface'.
9518
9519 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
9520
9521 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9522
9523 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9524
9525 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9528
9529 * vc-arch.el (vc-arch-complete): Remove.
9530 (vc-arch-revision-completion-table): Use complete-with-action.
9531
9532 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9533 (complete-with-action): New function.
9534 (dynamic-completion-table): Use it.
9535
9536 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
9537
9538 * comint.el (make-comint, make-comint-in-buffer)
9539 (comint-exec-1): Replace `start-process' by `start-file-process'.
9540
9541 * progmodes/compile.el (compilation-start): Revert redefining
9542 `start-process'.
9543
9544 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9547 with EOLs when generating MD5 checksums.
9548
9549 * follow.el: Don't change the global map from the follow-mode-map
9550 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
9551 XEmacs code.
9552 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9553 since `follow-mode' should be used instead for that.
9554
9555 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9556 (easy-menu-do-define): Use it.
9557 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9558
9559 * progmodes/compile.el (compilation-auto-jump-to-first-error)
9560 (compilation-auto-jump-to-next): New vars.
9561 (compilation-auto-jump): New function.
9562 (compilation-error-properties): Use them to jump to first error.
9563 (compilation-start): Set the var if requested.
9564
9565 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9566 duplicates without also removing entries from other directories.
9567
9568 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
9569
9570 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9571 Remember span as default.
9572 (org-columns-edit-value): Rename from `org-column-edit'.
9573 (org-columns-display-here-title): Rename from
9574 `org-overlay-columns-title'.
9575 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9576 (org-columns-get-autowidth-alist): Rename from
9577 `org-get-columns-autowidth-alist'.
9578 (org-columns-display-here): Rename from `org-overlay-columns'.
9579 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9580 (org-columns-quit): Rename from `org-column-quit'.
9581 (org-columns-show-value): Rename from `org-column-show-value'.
9582 (org-columns-content, org-columns-widen)
9583 (org-columns-next-allowed-value)
9584 (org-columns-edit-allowed, org-columns-store-format)
9585 (org-columns-uncompile-format, org-columns-redo)
9586 (org-columns-edit-attributes, org-delete-property)
9587 (org-set-property, org-columns-update)
9588 (org-columns-compute, org-columns-eval)
9589 (org-columns-not-in-agenda, org-columns-compute-all)
9590 (org-property-next-allowed-value)
9591 (org-columns-compile-format)
9592 (org-fill-paragraph-experimental)
9593 (org-string-to-number, org-property-action)
9594 (org-columns-move-left, org-columns-new)
9595 (org-column-number-to-string)
9596 (org-property-previous-allowed-value)
9597 (org-at-property-p, org-columns-delete)
9598 (org-columns-previous-allowed-value)
9599 (org-columns-move-right, org-columns-narrow)
9600 (org-property-get-allowed-values)
9601 (org-verify-version, org-column-string-to-number)
9602 (org-delete-property-globally): New functions.
9603 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9604 (org-columns-overlays): Rename from `org-column-overlays'.
9605 (org-columns-map): Rename from `org-column-map'.
9606 (org-columns-current-maxwidths): Rename from
9607 `org-current-columns-maxwidths'.
9608 (org-columns-begin-marker, org-columns-current-fmt-compiled)
9609 (org-previous-header-line-format)
9610 (org-columns-inhibit-recalculation)
9611 (org-columns-top-level-marker): New variables.
9612 (org-columns-default-format): Rename from `org-default-columns-format'.
9613 (org-property-re): New constant.
9614
9615 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
9616
9617 * subr.el (looking-at-p, string-match-p): New functions.
9618
9619 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
9620
9621 * textmodes/tex-mode.el (tex-fontify-script)
9622 (tex-font-script-display): New variables to make display of
9623 superscripts and subscripts customizable.
9624 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9625
9626 2007-07-09 Richard Stallman <rms@gnu.org>
9627
9628 * isearch.el (isearch-edit-string): Call to isearch-push-state
9629 after the search.
9630
9631 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9632
9633 * window.el (fit-window-to-buffer): Remove setting of window-min-height
9634 to 1 as enlarge-window uses the value to resize/shrink windows other
9635 than WINDOW if needed.
9636
9637 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9638
9639 * cus-start.el (file-coding-system-alist): Fix custom type.
9640
9641 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
9642
9643 * longlines.el (longlines-wrap-region): Avoid marking buffer as
9644 modified.
9645 (longlines-auto-wrap, longlines-window-change-function):
9646 Remove unnecessary calls to set-buffer-modified-p.
9647
9648 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * cus-start.el (file-coding-system-alist): Fix custom type.
9651
9652 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9655 (vc-cvs-checkout): Remove last arg now unused; simplify.
9656
9657 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
9658
9659 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9660
9661 * net/tramp.el:
9662 * net/tramp-ftp.el:
9663 * net/tramp-smb.el:
9664 * net/tramp-uu.el:
9665 * net/trampver.el: Migrate to Tramp 2.1.
9666
9667 * net/tramp-cache.el:
9668 * net/tramp-fish.el:
9669 * net/tramp-gw.el: New Tramp packages.
9670
9671 * net/tramp-util.el:
9672 * net/tramp-vc.el: Removed.
9673
9674 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9675 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9676
9677 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9678
9679 * progmodes/compile.el (compilation-start): Redefine
9680 `start-process' temporarily when `default-directory' is remote.
9681 Remove case of synchronous compilation, this won't happen ever.
9682 (compilation-setup): Make local variable `comint-file-name-prefix'
9683 for remote compilation.
9684
9685 2007-07-08 Martin Rudalics <rudalics@gmx.at>
9686
9687 * novice.el (disabled-command-function): Fit window to buffer to
9688 make last line visible.
9689 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9690
9691 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9692 when handling the terminating event.
9693
9694 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9695
9696 * calc/calc.el (math-read-number-simple): Remove leading 0s.
9697 (math-bignum-digit-length): Change to optimal value.
9698
9699 * calc/calc-bin.el (math-bignum-logb-digit-size)
9700 (math-bignum-digit-power-of-two): Evaluate when compiled.
9701
9702 * calc/calc-comb.el (math-small-factorial-table)
9703 (math-init-random-base, math-prime-test): Remove unnecessary calls
9704 to `math-read-number-simple'.
9705
9706 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9707 (math-approx-gamma-const): Add docstrings.
9708
9709 * calc/calc-forms.el (math-julian-date-beginning)
9710 (math-julian-date-beginning-int): New constants.
9711 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9712 Use the new constants.
9713
9714 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9715
9716 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9717 Add docstrings.
9718
9719 2007-07-07 Tom Tromey <tromey@redhat.com>
9720
9721 * vc.el (vc-annotate): Jump to line and output message only after the
9722 process is really all done.
9723
9724 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * vc.el (vc-exec-after): Don't move point from the sentinel.
9727 Forcefully read all the remaining text in the pipe upon process exit.
9728 (vc-annotate-display-autoscale, vc-annotate-lines):
9729 Don't stop at the first unrecognized line.
9730 (vc-annotate-display-select): Run autoscale after the process is done
9731 since it depends on the whole result.
9732
9733 2007-07-07 Eli Zaretskii <eliz@gnu.org>
9734
9735 * term/w32-win.el (menu-bar-open): New function.
9736 Bind <f10> to it.
9737
9738 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9739
9740 * simple.el (start-file-process): New defun.
9741
9742 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * files.el (find-file-confirm-nonexistent-file): Rename from
9745 find-file-confirm-inexistent-file. Update users.
9746
9747 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9748 format of autoload block where the file's time-stamp is replaced by its
9749 MD5 checksum.
9750 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9751 time-stamp for secondary autoloads files.
9752 (update-directory-autoloads): Remove duplicate entries.
9753 Use time-less-p for time-stamps, as done in autoload-find-destination.
9754
9755 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9756
9757 * calc/calc.el (math-read-number): Replace number by variable.
9758 (math-read-number-simple): Properly parse small integers.
9759
9760 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9761
9762 * vc.el: Fix doc for the checkout function.
9763
9764 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9765
9766 * vc-hg.el (vc-hg-root): New function.
9767 (vc-hg-registered): Use it.
9768 (vc-hg-diff-tree): New defalias.
9769 (vc-hg-responsible-p): Likewise.
9770 (vc-hg-checkout): Comment out, not needed.
9771 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9772 (vc-hg-find-version, vc-hg-next-version): New functions.
9773
9774 2007-07-06 Andreas Schwab <schwab@suse.de>
9775
9776 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9777 dynamic bindings around the evaluation of the expression.
9778 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9779
9780 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9783 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9784 Use run-hooks rather than run-mode-hooks.
9785
9786 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9787
9788 * calc/calc-comb.el (math-random-digit): Rename to
9789 `math-random-three-digit-number'.
9790 (math-random-digits): Don't depend on representation of integer.
9791
9792 * calc/calc-bin.el (math-bignum-logb-digit-size)
9793 (math-bignum-digit-power-of-two): New constants.
9794 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9795 (math-not-bignum, math-clip-bignum): Use the constants
9796 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9797 instead of their values.
9798 (math-clip): Use math-small-integer-size instead of its value.
9799
9800 * calc/calc.el (math-add-bignum): Replace number by constant.
9801
9802 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9803
9804 * wid-edit.el (widget-documentation-string-value-create):
9805 Insert indentation spaces.
9806
9807 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9808
9809 * emacs-lisp/byte-opt.el: Revert last change.
9810
9811 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * vc-hooks.el (vc-handled-backends): Add HG.
9814
9815 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9816
9817 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * complete.el (PC-do-complete-and-exit): Add support for the new
9820 `confirm-only' confirmation mode.
9821
9822 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9823
9824 * cus-edit.el (custom-commands): New variable.
9825 (custom-tool-bar-map): New variable. Initialize using
9826 `custom-commands'.
9827 (custom-mode): Use `custom-tool-bar-map'.
9828 (custom-buffer-create-internal): Insert action buttons only if
9829 tool bar is not used. Use `custom-commands'.
9830 (Custom-help, custom-command-apply): New function.
9831 (custom-command-apply, Custom-set, Custom-save)
9832 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9833 Use `custom-command-apply' instead of duplicating code.
9834 (customize-group-other-window): Call `customize-group' instead of
9835 duplicating code.
9836 (customize-face-other-window): Call `customize-face' instead of
9837 duplicating code.
9838 (customize-group, customize-face): Add optional args for opening
9839 in another window.
9840 (custom-variable-tag): Don't inherit `variable-pitch' face.
9841 (custom-group-tag): Inherit `variable-pitch' face.
9842 (custom-variable-value-create): Set documentation indentation.
9843 (custom-group-value-create): Make group name a link, instead of
9844 using an extra "go to group" button.
9845 (custom-prompt-variable, custom-group-set, custom-group-save)
9846 (custom-group-reset-current, custom-group-reset-saved)
9847 (custom-group-reset-standard): Minor cleanup.
9848
9849 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9850
9851 * Makefile.in (bootstrap-prepare): When copying from
9852 ldefs-boot.el, make sure loaddefs.el is writeable.
9853
9854 (bootstrap-prepare): Make $(lisp)/ps-print.el
9855 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9856
9857 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9858
9859 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9860 only caller, and delete.
9861 (vc-hg-state): Deal with exceptions and only parse the output on
9862 successful return.
9863 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9864 caller, and delete.
9865 (vc-hg-workfile-version): Deal with exceptions and only parse the
9866 output on successful return.
9867 (vc-hg-revert): New function.
9868
9869 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9870
9871 * calculator.el (calculator-expt): Use more cases to determine
9872 the value.
9873
9874 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9875
9876 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9877 file names.
9878
9879 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9880
9881 * calculator.el (calculator-expt, calculator-integer-p):
9882 New functions.
9883 (calculator-fact): Check to see if the factorial will be too
9884 large before computing it.
9885 (calculator-initial-operators): Use `calculator-expt' to
9886 compute "^".
9887 (calculator-mode): Mention that results which are too large
9888 will return inf.
9889 * calc/calc-comb.el (math-small-factorial-table): Replace list
9890 by vector.
9891
9892 2007-07-03 David Kastrup <dak@gnu.org>
9893
9894 * shell.el: On request of the authors, remove their addresses for
9895 the sake of bug reports, and add the developer list address as
9896 maintainer information.
9897
9898 2007-07-03 Richard Stallman <rms@gnu.org>
9899
9900 * files.el (make-directory): Doc fix.
9901 (find-file-confirm-inexistent-file): Make it a defcustom.
9902 Make nil the default.
9903
9904 2007-07-02 Richard Stallman <rms@gnu.org>
9905
9906 * startup.el (command-line): Set buffer-offer-save in *scratch*
9907 and enable auto-save in it.
9908
9909 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9910
9911 * textmodes/org.el (orgstruct-mode-map): New variable.
9912 (orgstruct-mode): New minor mode.
9913 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9914 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9915 (org-run-like-in-org-mode): New functions.
9916 (org-cycle-list-bullet): New command.
9917 (org-special-properties, org-property-start-re)
9918 (org-property-end-re): New constants.
9919 (org-with-point-at): New macro.
9920 (org-get-property-block, org-entry-properties, org-entry-get)
9921 (org-entry-delete, org-entry-get-with-inheritance)
9922 (org-entry-put, org-buffer-property-keys): New functions.
9923 (org-insert-property-drawer): New command.
9924 (org-entry-property-inherited-from): New variable.
9925 (org-column): New face.
9926 (org-column-overlays, org-current-columns-fmt)
9927 (org-current-columns-maxwidths, org-column-map): New variables.
9928 (org-column-menu): New menu.
9929 (org-new-column-overlay, org-overlay-columns)
9930 (org-overlay-columns-title, org-remove-column-overlays)
9931 (org-column-show-value, org-column-quit, org-column-edit):
9932 New functions.
9933 (org-columns, org-agenda-columns): New commands.
9934 (org-get-columns-autowidth-alist): New functions.
9935 (org-properties): New customize group.
9936 (org-default-columns-format): New option.
9937 (org-priority): Realign tags after changing priority.
9938 (org-preserve-lc): New macro.
9939 (org-update-checkbox-count): Catch case when there is no headline.
9940 (org-agenda-quit): Remove any column overlays.
9941 (org-beginning-of-item-list): Fixed bug when non-item line is
9942 indented too deep.
9943 (org-cached-props): New variable.
9944 (org-cached-entry-get): New function.
9945 (org-make-tags-matcher): Handle property matches.
9946 (org-table-recalculate): Swap evaluation order: Field formula
9947 first, then column formulas, but don't allow them to overwrite the
9948 field formulas.
9949 (org-table-eval-formula): New argument untouchable.
9950 (org-table-put-field-property): New function.
9951
9952 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9953
9954 * help-mode.el (help-make-xrefs): Skip spaces too when
9955 skipping tabs.
9956
9957 * ffap.el (dired-at-point-prompter): Improve prompt in
9958 list-directory case.
9959
9960 2007-07-01 Richard Stallman <rms@gnu.org>
9961
9962 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9963
9964 2007-07-01 Richard Stallman <rms@gnu.org>
9965
9966 * cus-start.el (max-mini-window-height): Added.
9967
9968 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9969
9970 * complete.el (partial-completion-mode): Remove advice of
9971 read-file-name-internal.
9972 (PC-do-completion): Rebind minibuffer-completion-table.
9973 (PC-read-file-name-internal): New function doing what
9974 read-file-name-internal advice did.
9975
9976 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9977
9978 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9979 property on a few symbols.
9980 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9981 (byte-optimize-lapcode): Remove bindings that are not referenced
9982 and certainly will not effect through dynamic scoping.
9983
9984 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * files.el (find-file-confirm-inexistent-file): New var.
9987 (find-file, find-file-other-window, find-file-other-frame)
9988 (find-file-read-only, find-file-read-only-other-window)
9989 (find-file-read-only-other-frame): Use it.
9990
9991 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9994
9995 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9996
9997 * generic-x.el (generic-define-mswindows-modes)
9998 (generic-define-unix-modes, apache-log-generic-mode)
9999 (bat-generic-mode-keymap, java-manifest-generic-mode)
10000 (show-tabs-generic-mode): Fix typos in docstrings.
10001
10002 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10003
10004 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10005 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10006 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10007 (rcirc-print): Never ignore messages from ourself.
10008
10009 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10012 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10013
10014 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10015
10016 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10017 replace-regexp-in-string.
10018
10019 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * emacs-lisp/cl.el: Set edebug and indentation before loading
10022 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10023
10024 2007-06-28 Andreas Schwab <schwab@suse.de>
10025
10026 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10027 $(lisp)/subdirs.el.
10028
10029 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10030
10031 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10032 the speedbar frame if nil; that deletes the current frame or
10033 causes an error if it is the only frame.
10034 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10035
10036 2007-06-28 Kevin Ryde <user42@zip.com.au>
10037
10038 * textmodes/nroff-mode.el: Groff \# comments.
10039 (nroff-mode-syntax-table): \# comment intro,
10040 plain # as punct per global table.
10041 (nroff-font-lock-keywords): Add # as a single char escape.
10042 (nroff-mode): In comment-start-skip, match \#.
10043
10044 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10047 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10048 point-min == 1.
10049
10050 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
10051
10052 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10053 Rename and move to...
10054
10055 * subr.el (strings->string, string->strings): ...here.
10056
10057 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10058 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10059
10060 * progmodes/gud.el (gud-common-init): Call string->strings instead
10061 of split-string.
10062
10063 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
10064
10065 * dired-aux.el: Remove `dired-call-process'.
10066 (dired-check-process): Call `process-file'.
10067
10068 * wdired.el (wdired-do-perm-changes): Call `process-file'.
10069
10070 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10071 `ange-ftp-process-file'.
10072
10073 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
10076
10077 * emacs-lisp/cl-extra.el:
10078 * emacs-lisp/cl-seq.el:
10079 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
10080 Add autoload cookies on all defs autoloaded manually in cl.el.
10081
10082 * emacs-lisp/cl-loaddefs.el: New file.
10083
10084 * textmodes/texinfmt.el (texinfo-raisesections-alist)
10085 (texinfo-lowersections-alist): Merge definition and declaration.
10086 (texinfo-start-of-header, texinfo-end-of-header): Remove.
10087 (texinfo-format-syntax-table): Merge init into declaration.
10088 (texinfo-format-parse-line-args, texinfo-format-parse-args)
10089 (texinfo-format-parse-defun-args, texinfo-format-node)
10090 (texinfo-push-stack, texinfo-multitable-widths)
10091 (texinfo-define-info-enclosure, texinfo-alias)
10092 (texinfo-format-defindex, batch-texinfo-format): Use push.
10093 (texinfo-footnote-number): Remove duplicate declaration.
10094
10095 * ps-print.el: Update with auto-generated autoloads.
10096
10097 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
10098
10099 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
10102 relative to current dir for file-local settings.
10103 (autoload-generate-file-autoloads): Add `outfile' arg.
10104 (update-directory-autoloads): Use it to directly call
10105 autoload-generate-file-autoloads instead of going through
10106 update-file-autoloads so we avoid redundant searches and so we can know
10107 the set of buffers changed so we can save them all.
10108
10109 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
10110 rather than throwing `up-to-date'.
10111 (autoload-generate-file-autoloads): Adjust correspondingly.
10112 (update-file-autoloads): Be careful to let-bind
10113 autoload-modified-buffers and adjust to new calling conventions.
10114 (autoload-modified-buffers): Make it a dynamically scoped var.
10115 (update-directory-autoloads): Use file-relative-name instead of
10116 autoload-trim-file-name.
10117 (autoload-insert-section-header): Don't use autoload-trim-file-name
10118 since the file is already relative now.
10119 (autoload-trim-file-name): Remove.
10120
10121 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
10122 (vc-arch-complete, vc-arch--version-completion-table)
10123 (vc-arch-revision-completion-table): New functions to provide
10124 completion of revision names.
10125 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
10126 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
10127 to let the user trim the revlib.
10128
10129 * vc.el: Add new VC operation `revision-completion-table'.
10130 (vc-default-revision-completion-table): New function.
10131 (vc-version-diff, vc-version-other-window): Use it to provide
10132 completion of revision names if the backend provides it.
10133
10134 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
10135
10136 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
10137 of newer .svn/entries.
10138
10139 2007-06-25 David Kastrup <dak@gnu.org>
10140
10141 * calc/calc-poly.el (math-padded-polynomial)
10142 (math-partial-fractions): Add some function comments.
10143
10144 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10147 Make `outbuf' optional.
10148 (update-file-autoloads): Use it.
10149
10150 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
10153 (autoload-find-destination): Keep it uptodate.
10154 (autoload-save-buffers): New fun.
10155 (update-file-autoloads): Use it. Re-add the "up to date" message.
10156
10157 * emacs-lisp/autoload.el: Refactor for upcoming changes.
10158 (autoload-find-destination): New function extracted from
10159 update-file-autoloads.
10160 (update-file-autoloads): Use it.
10161 (autoload-generate-file-autoloads): New function extracted from
10162 generate-file-autoloads. Use file-relative-name. Delay computation of
10163 output-start to the first cookie. Remove done-any, replaced by
10164 output-start.
10165 (generate-file-autoloads): Use it.
10166
10167 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
10168
10169 * calc/calc-comb.el (math-init-random-base, math-prime-test):
10170 Use math-read-number-simple to insert constants.
10171 (math-prime-test): Redo calculation of sum.
10172
10173 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
10174
10175 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
10176 math-scale-bignum-3.
10177 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
10178 math-bignum-digit-size.
10179 (math-isqrt-small): Add another possible initial guess.
10180
10181 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10182
10183 * textmodes/bibtex.el (bibtex-entry-format): New options
10184 `whitespace', `braces', and `string'.
10185 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10186 (bibtex-field-braces-opt, bibtex-field-strings-opt)
10187 (bibtex-cite-matcher-alist): New variables.
10188 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
10189 (bibtex-flash-head): Use blink-matching-delay.
10190 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
10191 (bibtex-format-entry, bibtex-reformat): Handle new options of
10192 bibtex-entry-format.
10193 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
10194 New functions.
10195 (bibtex-complete-internal): Do not display messages while
10196 minibuffer is used. Do not leave around a completions buffer
10197 that is out of date.
10198 (bibtex-copy-summary-as-kill): New optional arg.
10199 (bibtex-font-lock-url): New optional arg no-button.
10200 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
10201 (bibtex-url): Allow multiple URLs per entry.
10202
10203 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * emacs-lisp/autoload.el (autoload-generated-file): New function.
10206 (update-file-autoloads, update-directory-autoloads): Use it.
10207 (autoload-file-load-name): New function.
10208 (generate-file-autoloads, update-file-autoloads): Use it.
10209 (autoload-find-file): Accept non-absolute argument. Set default-dir.
10210 (generate-file-autoloads): If the autoloaded form is malformed,
10211 indicate the problem with a warning instead of aborting.
10212
10213 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10214
10215 * simple.el (next-error-recenter): Accept `(4)' as well;
10216 also, specify `integer' instead of `number'.
10217
10218 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10219
10220 * ls-lisp.el (insert-directory): If an invalid regexp error is
10221 thrown, try using FILE as a literal file name, not a wildcard.
10222
10223 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
10224
10225 * ruler-mode.el (ruler-mode): Prevent clobbering the original
10226 `header-line-format' when reentering ruler mode.
10227
10228 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10229
10230 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
10231 FILE exists as a file.
10232
10233 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10234
10235 * calc/calc.el (math-bignum-digit-length)
10236 (math-bignum-digit-size, math-small-integer-size):
10237 New constants.
10238 (math-normalize, math-bignum-big, math-make-float)
10239 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
10240 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
10241 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
10242 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
10243 (math-quotient, math-div-bignum, math-div-bignum-digit)
10244 (math-div-bignum-part, math-format-bignum-decimal)
10245 (math-read-bignum): Use math-bignum-digit-length,
10246 math-bignum-digit-size and math-small-integer-size.
10247
10248 * calc/calc-ext.el (math-fixnum-big): Use the variable
10249 math-bignum-digit-size.
10250
10251 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10252
10253 * log-view.el (log-view-mode-menu): New menu.
10254
10255 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
10258 differently.
10259
10260 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
10261 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
10262
10263 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10264
10265 * vc-hg.el (vc-hg-print-log): Insert the file name.
10266 (vc-hg-log-view-mode): Fontify the file name.
10267
10268 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10269
10270 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
10271 (calcFunc-julian): Fix incorrect number used in calculations.
10272
10273 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
10274
10275 * simple.el (next-error-recenter): New defcustom.
10276 (next-error, next-error-internal): Recenter if specified,
10277 immediately prior to running `next-error-hook'.
10278
10279 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
10280 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
10281
10282 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
10283
10284 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10285
10286 * calc/calc-comb.el (math-small-factorial-table): New variable.
10287 (calcFunc-fact): Use `math-small-factorial-table'.
10288
10289 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
10290 initial values.
10291 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
10292 New variables to use in caches.
10293
10294 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
10295 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
10296
10297 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
10298 (math-bernoulli-b-cache): Use math-read-number-simple to insert
10299 bignums.
10300
10301 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10302 New variables to use in caches.
10303
10304 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10305
10306 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
10307
10308 * vc-hg.el (vc-hg-log-view-mode): New mode.
10309
10310 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
10311
10312 * calc/calc.el (math-read-number-simple): New function.
10313
10314 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
10317 (vera-font-lock-match-item): Fix doc string.
10318 (vera-in-comment-p): Remove unused function.
10319 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
10320 use `syntax-ppss'.
10321 (vera-forward-syntactic-ws): Fix argument order.
10322 (vera-prepare-search): Use `with-syntax-table'.
10323 (vera-indent-line): Fix doc string.
10324 (vera-electric-tab): Fix doc string.
10325 (vera-expand-abbrev): Define alias instead of using `fset'.
10326 (vera-comment-uncomment-region): Use `comment-start-skip'.
10327
10328 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
10329
10330 * textmodes/org.el (org-export-with-footnotes): New option.
10331 (org-export-as-html): Fix replacement bug for XEmacs.
10332 (org-agenda-default-appointment-duration): New option.
10333
10334 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10335
10336 * vc-hg.el: Add to do items.
10337 (vc-hg-diff): Add support for comparing different revisions.
10338 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10339 (vc-hg-annotate-extract-revision-at-line)
10340 (vc-hg-previous-version, vc-hg-checkin): New functions.
10341 (vc-hg-annotate-re): New constant.
10342
10343 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
10344
10345 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10346
10347 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10350 buffer-local value of log-view-*-re if applicable.
10351
10352 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10353 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10354 (vc-bzr-command*): Remove both (incompatible) versions.
10355 (vc-bzr-do-command*): Remove.
10356 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10357 Remove by folding into its only caller vc-bzr-command.
10358 (vc-bzr-command): Always set the environment, even when ineffective.
10359 (vc-bzr-version): Minor fix up.
10360 (vc-bzr-admin-dirname): New var.
10361 (vc-bzr-bzr-dir): Remove.
10362 (vc-bzr-root-dir): New fun.
10363 (vc-bzr-registered): Use it. Add an autoloaded version.
10364 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10365 (vc-bzr-view-log-function): Remove.
10366 (vc-bzr-log-view-mode): New major mode to replace it.
10367 (vc-bzr-print-log): Only activate the old hack if needed.
10368
10369 * vc.el (vc-default-log-view-mode): New function.
10370 (vc-print-log): Add new `log-view-mode' VC operation.
10371
10372 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
10373
10374 * ido.el (ido-find-file-in-dir): Don't signal an error for
10375 empty directories.
10376
10377 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10378
10379 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10380 directory where the desktop file was found, as the docstring says.
10381 (desktop-kill): Use `read-directory-name'.
10382
10383 2007-06-20 Alan Mackenzie <acm@muc.de>
10384
10385 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10386 When removing lines, also remove the \n. Correction of patch of
10387 2007-04-21.
10388
10389 2007-06-20 Martin Rudalics <rudalics@gmx.at>
10390
10391 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10392 event is not a cons cell. Do not unread drag-mouse-1 events.
10393 Select right window in check whether space was stolen from
10394 window above.
10395
10396 * help-mode.el (help-make-xrefs): Adjust position of new forward
10397 button.
10398
10399 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
10400
10401 * vc-bzr.el (vc-bzr-with-process-environment)
10402 (vc-bzr-std-process-invocation): New macros.
10403 (vc-bzr-command, vc-bzr-command*): Use them.
10404 (vc-bzr-with-c-locale): Remove.
10405 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10406 (vc-bzr-buffer-nonblank-p): New function.
10407 (vc-bzr-state-words): New const.
10408 (vc-bzr-state): Look for `bzr status' keywords in output.
10409 Display everything else as a warning message to the user.
10410 Fix status report with bzr >= 0.15.
10411
10412 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10413
10414 * vc-hg.el (vc-hg-global-switches): Simplify.
10415 (vc-hg-state): Handle more states.
10416 (vc-hg-diff): Fix doc-string.
10417 (vc-hg-register): New function.
10418 (vc-hg-checkout): Likewise.
10419
10420 2007-06-20 Reto Zimmermann <reto@gnu.org>
10421
10422 * progmodes/vera-mode.el: New file.
10423
10424 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
10425
10426 * calc/calc.el (calc-multiplication-has-precendence):
10427 New variable.
10428 (math-standard-ops, math-standard-ops-p, math-expr-ops):
10429 New functions.
10430 (math-expr-opers): Define using math-standard-ops rather than
10431 math-standard-opers.
10432 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10433 equal the function math-standard-ops rather than the variable
10434 math-standard-opers.
10435 (calc-algebraic-entry): Let math-expr-opers equal
10436 math-standard-ops or math-expr-ops, as appropriate.
10437 (math-expr-read-level, math-read-factor): Let math-expr-opers
10438 equal math-expr-ops.
10439 * calc/calc-embed.el (calc-embedded-finish-edit):
10440 Let math-expr-opers equal the function math-standard-ops
10441 rather than the variable math-standard-opers.
10442 * calc/calc-ext.el (math-read-plain-expr)
10443 (math-format-flat-expr-fancy): Let math-expr-opers equal the
10444 function math-standard-ops rather than the variable
10445 math-standard-opers.
10446 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10447 Let math-expr-opers equal the function math-standard-ops rather
10448 than the variable math-standard-opers.
10449 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10450 equal the function math-standard-ops rather than the variable
10451 math-standard-opers.
10452 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10453 equal the function math-standard-ops rather than the variable
10454 math-standard-opers.
10455 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10456 math-expr-ops.
10457
10458 2007-06-19 Ivan Kanis <apple@kanis.eu>
10459
10460 * vc-hg.el: New file.
10461
10462 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10465 with font-lock-multiline.
10466
10467 2007-06-17 Glenn Morris <rgm@gnu.org>
10468
10469 * lpr.el (lpr-page-header-switches): Move %s to separate element
10470 for correct quoting. Doc fix.
10471
10472 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10475 than setting sgml-xml-mode.
10476 (sgml-mode, html-mode): Set sgml-xml-mode.
10477 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10478 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10479 (sgml-electric-tag-pair-before-change-function)
10480 (sgml-electric-tag-pair-flush-overlays): New functions.
10481 (sgml-electric-tag-pair-mode): New minor mode.
10482 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10483 (sgml-calculate-indent): Use assoc-string.
10484
10485 2007-06-16 Karl Fogel <kfogel@red-bean.com>
10486
10487 * thingatpt.el (thing-at-point-email-regexp): Don't require two
10488 chars before the "@" in an email address. Andreas Roehler noticed
10489 this problem.
10490
10491 2007-06-15 Karl Fogel <kfogel@red-bean.com>
10492
10493 * thingatpt.el: Add support for email addresses (`email').
10494 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10495 (thing-at-point-email-regexp): New variable.
10496 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10497 properties on this symbol, with lambda forms for values.
10498
10499 2007-06-15 Masatake YAMATO <jet@gyve.org>
10500
10501 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10502
10503 * vc.el (vc-dired-hook): Check the backend returned from
10504 `vc-responsible-backend' can really handle `subdir'.
10505
10506 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
10507
10508 * wid-edit.el (widget-add-documentation-string-button):
10509 Fix handling of documentation indent.
10510
10511 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
10512
10513 * mb-depth.el: New file.
10514
10515 2007-06-15 Masatake YAMATO <jet@gyve.org>
10516
10517 * vc.el (vc-dired-mode): Show backend name as part of mode name.
10518
10519 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * wid-edit.el (widget-default-create): Move ?h handling here...
10522 (widget-default-format-handler): ...from here.
10523 (widget-docstring, widget-add-documentation-string-button): New funs.
10524 (documentation-string): Add :visibility-widget property.
10525 (widget-documentation-string-value-create): Use it.
10526
10527 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10528 (custom-buffer-create-internal): Simplify message.
10529 (custom-variable-tag): Reduce height to normal.
10530 (custom-variable-value-create, custom-face-value-create)
10531 (custom-visibility): New widget.
10532 (custom-visibility): New face.
10533 (custom-group-value-create):
10534 Call widget-add-documentation-string-button, using `custom-visibility'.
10535
10536 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10537
10538 * emacs-lisp/bytecomp.el (byte-compile-current-group)
10539 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10540 change. Apparently the "warning even if the group is implicit" is
10541 a feature rather than a bug.
10542
10543 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
10544
10545 * emulation/viper.el (viper-describe-key-ad)
10546 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10547 Compile them conditionally.
10548 (viper-version): Belated version change.
10549
10550 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * follow.el (follow-all-followers, follow-generic-filter):
10553 * pcomplete.el (pcomplete-restore-windows):
10554 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10555 (x-dnd-drop-data):
10556 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10557 * progmodes/python.el (python-complete-symbol):
10558 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10559
10560 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
10561
10562 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10563 around bright and dim regexps. Make sure bright and dim matches
10564 use word anchors. Send text through rcirc-markup functions.
10565 (rcirc-url-regexp): Add single quote character.
10566 (rcirc-connect): Write logs to disk on auto-save-hook.
10567 Make server a non-optional argument.
10568 (rcirc-log-alist): New variable.
10569 (rcirc-log-directory): Make customizable.
10570 (rcirc-log-flag): New customizable variable.
10571 (rcirc-log): New function.
10572 (rcirc-print): Use above function.
10573 (rcirc-log-write): New function.
10574 (rcirc-generate-new-buffer-name): Strip text properties.
10575 (rcirc-switch-to-buffer-function): Remove variable.
10576 (rcirc-last-non-irc-buffer): Remove variable.
10577 (rcirc-non-irc-buffer): Add function.
10578 (rcirc-next-active-buffer): Use above function.
10579 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10580 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10581 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10582 (rcirc-omit-mode): Add minor-mode.
10583 (rcirc-mode-map): Change C-c C-o binding.
10584 (rcirc-mode): Clear mode-line-process. Use a custom
10585 fill-paragraph-function. Set up buffer-invisibility-spec.
10586 (rcirc-response-formats): Remove timestamp code.
10587 (rcirc-omit-responses): Add variable.
10588 (rcirc-print): Don't put the overlay arrow on potentially omitted
10589 lines. Log line to disk. Record activity for private messages
10590 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
10591 (rcirc-jump-to-first-unread-line): Print message if there is no
10592 unread text.
10593 (rcirc-clear-unread): New function.
10594 (rcirc-markup-text-functions): Add variable.
10595 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10596 (rcirc-debug): Don't mess with window configuration.
10597 (rcirc-send-message): Send message before printing locally.
10598 Add SILENT argument, do not print message if non-nil.
10599 (rcirc-visible-buffers): New function and variable.
10600 (rcirc-window-configuration-change-1): Add function.
10601 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10602 server buffer.
10603 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10604 (rcirc-fill-paragraph): Add function.
10605 (rcirc-record-activity, rcirc-window-configuration-change-1):
10606 Only update the activity string if it has actually changed.
10607 (rcirc-update-activity-string): Remove padding characters from the
10608 mode-line string.
10609 (rcirc-disconnect-buffer): New function to be called when a
10610 channel is parted or the user quits.
10611 (rcirc-server-name): Warn when the server-name hasn't been set.
10612 (rcirc-window-configuration-change): Postpone work until
10613 post-command-hook.
10614 (rcirc-window-configuration-change-1): Update mode-line and
10615 overlay arrows here.
10616 (rcirc-authenticate): Fixc hanserv identification.
10617 (rcirc-default-server): Remove variable.
10618 (rcirc): Connect according to rcirc-connections.
10619 (rcirc-connections): Add variable.
10620 (rcirc-startup-channels-alist): Remove variable.
10621 (rcirc-startup-channels): Remove function.
10622
10623 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10626
10627 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
10628
10629 * term/xterm.el (terminal-init-xterm): Escape parens in character
10630 constants.
10631
10632 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * progmodes/sh-script.el: Remove unneeded * from docstrings.
10635 Use [:alpha:] and [:alnum:] where applicable.
10636 (sh-quoted-subshell): Rewrite to correctly
10637 handle nested mixes of `...' and $(...).
10638 (sh-apply-quoted-subshell): Remove.
10639 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10640
10641 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
10642
10643 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
10644
10645 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10646 previous change.
10647
10648 2007-06-12 Tom Tromey <tromey@redhat.com>
10649
10650 * subr.el (user-emacs-directory): New defconst.
10651 * cmuscheme.el (scheme-start-file):
10652 * shell.el (shell):
10653 * completion.el (save-completions-file-name):
10654 * custom.el (custom-theme-directory):
10655 * term/x-win.el (emacs-session-filename):
10656 * filesets.el (filesets-menu-cache-file):
10657 * thumbs.el (thumbs-thumbsdir):
10658 * server.el (server-auth-dir):
10659 * image-dired.el (image-dired-dir):
10660 (image-dired-db-file):
10661 (image-dired-temp-image-file):
10662 (image-dired-gallery-dir):
10663 (image-dired-temp-rotate-image-file):
10664 * play/gamegrid.el (gamegrid-user-score-file-directory):
10665 * savehist.el (savehist-file):
10666 * tutorial.el (tutorial--saved-dir):
10667 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10668
10669 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
10670
10671 * scroll-lock.el (scroll-lock-mode): Doc fix.
10672
10673 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10674
10675 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10676
10677 * ediff-init.el: Doc strings.
10678
10679 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10682 (byte-compile-file): Bind it.
10683 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10684 group argument is provided implicitly.
10685 (byte-compile-format-warn, byte-compile-from-buffer)
10686 (byte-compile-insert-header): Don't hardcode point-min==1.
10687 (byte-compile-file-form-require): Remove unused var old-load-list.
10688 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10689
10690 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
10691
10692 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10693 Display error messages.
10694 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10695 Get rid of cl.el dependencies.
10696
10697 * emulation/viper-init.el (viper-suppress-input-method-change-message):
10698 New variable.
10699 (viper-activate-input-method-action)
10700 (viper-inactivate-input-method-action):
10701 Use viper-suppress-input-method-change-message.
10702
10703 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10704 for C-s, C-r.
10705
10706 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10707 Use viper-replace-overlay-cursor-color instead of
10708 viper-replace-overlay-cursor-color.
10709 (viper-sit-for-short): Use sit-for with 3 arguments.
10710
10711 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10712 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10713 to gud-mode.
10714
10715 * ediff-mult.el (ediff-meta-buffer-brief-message)
10716 (ediff-meta-buffer-verbose-message): New variables.
10717 (ediff-meta-buffer-message): Variable deleted.
10718 (ediff-verbose-help-enabled): New variable.
10719 (ediff-toggle-verbose-help-meta-buffer): New function.
10720 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10721 message options.
10722
10723 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10724 (ediff-fixup-patch-map): Improve heuristic.
10725
10726 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10729 (log-view-font-lock-keywords): Simplify.
10730 (log-view-current-file, log-view-current-tag): Simplify.
10731
10732 2007-06-12 Sam Steingold <sds@gnu.org>
10733
10734 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10735
10736 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10737
10738 * desktop.el (desktop-load-locked-desktop): New option.
10739 (desktop-read): Use it.
10740 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10741 Use `when'.
10742
10743 2007-06-12 Davis Herring <herring@lanl.gov>
10744
10745 * desktop.el (desktop-save-mode-off): New function.
10746 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10747 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10748 (desktop-claim-lock, desktop-release-lock): New functions.
10749 (desktop-kill): Tell `desktop-save' that this is the last save.
10750 Release the lock afterwards.
10751 (desktop-buffer-info): New function.
10752 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10753 says to. Detect conflicts, and manage the lock.
10754 (desktop-read): Detect conflicts. Manage the lock.
10755
10756 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10759
10760 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10761 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10762 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10763 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10764 keysyms rather than byte sequences.
10765 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10766
10767 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10770 half-activated, forcefully activate it completely.
10771
10772 2007-06-11 Richard Stallman <rms@gnu.org>
10773
10774 * cus-edit.el (custom-variable-type): Doc fix.
10775
10776 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10779 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10780 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10781 different possible cases for \'.
10782
10783 * complete.el (PC-bindings): Don't bind things already bound in the
10784 parent keymap.
10785
10786 * textmodes/bibtex-style.el: New file.
10787
10788 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10789
10790 * vc-bzr.el: New file.
10791
10792 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * vc-svn.el (vc-svn-program): New var.
10795 (vc-svn-command): Use it.
10796
10797 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
10798
10799 * server.el (server-switch-buffer): Remove redundant check.
10800
10801 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10802
10803 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10804 Match against file-name-nondirectory.
10805 Fix text on user customization variables.
10806 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10807
10808 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10809
10810 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10811
10812 2007-06-09 Davis Herring <herring@lanl.gov>
10813
10814 * desktop.el (desktop-minor-mode-table): Doc fix.
10815
10816 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * textmodes/css-mode.el (css-navigation-syntax-table):
10819 Use set-char-table-range so it also works in the unicode branch.
10820
10821 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10822
10823 * help-mode.el (help-xref-forward-stack)
10824 (help-xref-stack-forward-item, help-forward-label): New variables.
10825 (help-forward): New button type.
10826 (help-setup-xref): Initialise help-xref-forward-stack.
10827 (help-make-xrefs): Add forward button, if appropriate.
10828 (help-xref-go-back): Push item on forward stack.
10829 (help-xref-go-forward, help-go-forward): New functions.
10830
10831 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10832
10833 * dired.el (dired-mode-map): Remove spurious separator.
10834
10835 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10836
10837 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10838
10839 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10840 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10841
10842 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10843
10844 * textmodes/org.el: Version number fixed.
10845
10846 2007-06-07 Glenn Morris <rgm@gnu.org>
10847
10848 * version.el (emacs-copyright): New constant.
10849 * startup.el (fancy-splash-tail): Use emacs-copyright.
10850 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10851
10852 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10853 `make-local'.
10854 (byte-compile-warnings-safe-p): Add `make-local'.
10855 (byte-compile-make-variable-buffer-local):
10856 Allow byte-compile-warnings to suppress this warning.
10857
10858 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10859 format of "menu" description.
10860 (tutorial--find-changed-keys): Describe the specific menu a
10861 command is in.
10862
10863 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10864 Rewrite compatibility functions to silence byte-compiler.
10865
10866 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10867
10868 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10869 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10870
10871 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10872
10873 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10874
10875 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * progmodes/ebrowse.el (ebrowse-member-table):
10878 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10879 (org-batch-agenda-csv): Fix typos in docstrings.
10880
10881 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10882
10883 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10884 (sort-coding-systems, search-unencodable-char): Doc fixes.
10885 (coding-system-change-eol-conversion, set-default-coding-systems)
10886 (prefer-coding-system, find-multibyte-characters, princ-list)
10887 (leim-list-entry-regexp, set-input-method, locale-language-names)
10888 (input-method-exit-on-first-char, exit-language-environment-hook)
10889 (locale-charset-language-names): Fix typos in docstrings.
10890
10891 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10892
10893 * pgg.el (pgg-sign-region, pgg-sign):
10894 * ses.el (ses-call-printer):
10895 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10896 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10897
10898 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10899
10900 * textmodes/org.el (org-export-region-as-html)
10901 (org-replace-region-by-html, org-number-to-letters)
10902 (org-table-fedit-finish, org-normalize-color)
10903 (org-table-fedit-ref-right, org-date-to-gregorian)
10904 (org-table-fedit-move, org-table-convert-refs-to-rc)
10905 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10906 (org-write-agenda, org-colgroup-info-to-vline-list)
10907 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10908 (org-indent-line-function, org-export-as-html-to-buffer)
10909 (org-store-agenda-views, org-update-mode-line)
10910 (org-find-if, org-delete-all)
10911 (org-table-fedit-convert-buffer, org-emphasize)
10912 (org-uniquify, org-table-fedit-lisp-indent)
10913 (org-table-fedit-scroll, org-get-todo-sequence-head)
10914 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10915 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10916 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10917 (org-table-fedit-line-up, org-table-fedit-ref-down)
10918 (org-table-formula-from-user, org-mode-flyspell-verify)
10919 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10920 (org-table-formula-to-user, org-diary-to-ical-string)
10921 (orgtbl-export, org-table-fedit-post-command)
10922 (org-closed-in-range, org-shiftcontrolright)
10923 (org-table-convert-refs-to-an, org-table-hline-and-move)
10924 (org-table-formula-less-p, org-format-table-ascii)
10925 (org-agenda-get-sexps, org-shift-refpart)
10926 (org-diary-sexp-entry, org-time-string-to-absolute)
10927 (org-table-show-reference, org-letters-to-number)
10928 (org-fix-agenda-info, org-table-fedit-ref-up)
10929 (org-table-fedit-shift-reference, org-table-fedit-abort)
10930 (org-closest-date, org-shiftcontrolleft)
10931 (org-at-heading-or-item-p, org-rematch-and-replace)
10932 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10933 New functions.
10934 (org-table-edit-scroll-down, org-finish-edit-formulas)
10935 (org-table-edit-next-field, org-abort-edit-formulas)
10936 (org-font-lock-level, org-export-find-first-heading-line)
10937 (org-table-edit-line-down, org-table-edit-backward-field)
10938 (org-edit-formula-lisp-indent, org-table-edit-move)
10939 (org-check-log-option, org-this-word)
10940 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10941 (org-agenda-file-to-end, org-expand-file-name)
10942 (org-fake-empty-table-line, org-table-edit-scroll)
10943 (org-toggle-log-option, org-show-reference): Function removed.
10944 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10945 New defsubsts.
10946 (org-unmodified, org-batch-store-agenda-views)
10947 (org-batch-agenda-csv): New macro.
10948 (org-agenda-export): New customization group.
10949 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10950 (org-highest-priority, org-agenda-exporter-settings)
10951 (org-log-done-with-time, org-replace-disputed-keys)
10952 (org-format-latex-header, org-export-table-header-tags)
10953 (org-cycle-separator-lines, org-export-table-data-tags)
10954 (org-icalendar-include-sexps)
10955 (org-empty-line-terminates-plain-lists)
10956 (org-log-repeat, org-special-ctrl-a)
10957 (org-table-use-standard-references, org-disputed-keys)
10958 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10959 (org-agenda-export-html-style): New option.
10960 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10961 (org-CUA-compatible): Option removed.
10962 (org-agenda-structure, org-sexp-date): New face.
10963 (org-todo-keywords-for-agenda, org-not-done-keywords)
10964 (org-planning-or-clock-line-re, org-agenda-name)
10965 (org-table-colgroup-info, org-todo-sets)
10966 (constants-unit-system, org-clock-mode-line-entry)
10967 (org-mode-line-timer, org-table-current-begin-pos)
10968 (org-todo-keywords-1, org-mode-line-string)
10969 (org-table-clean-did-remove-column, org-table-fedit-map)
10970 (org-clock-heading, org-table-buffer-is-an)
10971 (org-agenda-info, org-done-keywords)
10972 (org-done-keywords-for-agenda, org-todo-heads)
10973 (org-todo-kwd-alist, org-clock-start-time): New variable.
10974 (org-todo-kwd-priority-p, org-edit-formulas-map)
10975 (org-repeat-re, org-todo-kwd-max-priority)
10976 (org-version, org-done-string)
10977 (org-table-clean-did-remove-column-1, org-disputed-keys):
10978 Remove variables.
10979 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10980 (org-ts-lengths): Constant removed.
10981 (org-follow-gnus-link): Don't ask how many articles to read.
10982 (org-export-find-first-export-line): Rename from
10983 `org-export-find-first-heading'.
10984 Use `org-export-skip-text-before-1st-heading'.
10985 (org-table-fedit-post-command): Rename from
10986 `org-table-edit-formulas-post-command'.
10987 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10988 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10989 (org-table-fedit-lisp-indent): Rename from
10990 `org-edit-formula-lisp-indent'.
10991 (org-table-show-reference): Rename from `org-show-reference'.
10992 (org-table-store-formulas): Use `org-table-formula-less-p'.
10993 (org-table-edit-formulas): Position cursor to current field equation.
10994 (org-update-checkbox-count, org-hide-archived-subtrees)
10995 (org-timestamp-up-day, org-timestamp-down-day)
10996 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10997 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10998 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10999 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11000 Let `org-on-heading-p' also check for invisible heading.
11001 (org-read-date): Match am/pm times.
11002 (org-eval-in-calendar): Fix default date in prompt.
11003
11004 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11005
11006 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11007 "ChangeLog.a" entries, giving the latter lower priority.
11008
11009 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11010
11011 * faces.el (face-id): If the argument is a face alias,
11012 return the ID of the target face.
11013
11014 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11015
11016 * net/socks.el (top): Remove unnecessary copyright line.
11017
11018 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11021
11022 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11023
11024 * net/socks.el: New file, taken from w3 repository.
11025 (top): Update Copyright. Don't load cl.el.
11026 (all): Replace `case' by `cond', `string-to-int' by
11027 `string-to-number', and `process-kill-without-query' by
11028 `set-process-query-on-exit-flag'.
11029 (socks-char-int): Remove defalias and all occurrences.
11030
11031 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11032
11033 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11034 Fix typos in docstrings.
11035 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11036 (compilation-finish-function): Fix typo in obsolescence declaration.
11037
11038 2007-06-03 Sam Steingold <sds@gnu.org>
11039
11040 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11041 handle unending automatic recompilation of changed files (`omake -P').
11042 (compilation-loop): VISITED is now 5th CDR.
11043 (compilation-next-error-function): Set TIMESTAMP.
11044
11045 2007-06-03 Sam Steingold <sds@gnu.org>
11046
11047 * files.el (kill-buffer-ask): New function.
11048 (kill-some-buffers): Use it.
11049 (kill-matching-buffers): New user command.
11050
11051 2007-06-01 David Kastrup <dak@gnu.org>
11052
11053 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11054 Change default to `top'.
11055
11056 2007-05-31 Richard Stallman <rms@gnu.org>
11057
11058 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11059
11060 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * textmodes/css-mode.el: New file.
11063
11064 2007-05-30 Michael Olson <mwolson@gnu.org>
11065
11066 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11067 died and we are trying to send a signal to it. The program using
11068 tq.el should periodically check to see whether the process has
11069 died and react appropriately -- this is not the responsibility of
11070 tq.el, and is consistent with the rest of the tq.el source code.
11071
11072 2007-05-29 Martin Rudalics <rudalics@gmx.at>
11073
11074 * textmodes/table.el (table--point-entered-cell-function)
11075 (table--point-left-cell-function):
11076 Bind `inhibit-point-motion-hooks' to t.
11077
11078 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11079
11080 * emacs-lisp/rx.el (rx): Doc fix.
11081
11082 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
11083
11084 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
11085
11086 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
11087
11088 Sync with Tramp 2.0.56.
11089
11090 * net/tramp.el:
11091 * net/tramp-ftp.el:
11092 * net/tramp-smb.el:
11093 * net/tramp-util.el:
11094 * net/tramp-vc.el:
11095 Don't load cl.el, because that pollutes the namespace. Replace cl
11096 macros by their implementations where necessary. Requested by
11097 Richard Stallman <rms@gnu.org>.
11098
11099 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
11100 doesn't exist.
11101 (with-parsed-tramp-file-name): Protect debug spec during compilation.
11102 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
11103 (tramp-file-name-p, tramp-file-name-multi-method)
11104 (tramp-file-name-method, tramp-file-name-user)
11105 (tramp-file-name-host, tramp-file-name-localname): New defuns,
11106 replacing defstruct `tramp-file-name'.
11107 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
11108 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
11109 Apply `vector' instead of `make-tramp-file-name'.
11110 (tramp-handle-make-auto-save-file-name):
11111 Apply `tramp-temporary-file-directory' for compatibility reasons.
11112 (tramp-completion-mode): Use `natnump' instead of `wholenump'
11113 because of XEmacs.
11114 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
11115 started.
11116
11117 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
11118
11119 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
11120
11121 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
11122
11123 * log-edit.el (log-edit-changelog-paragraph): Return point-max
11124 as the end of the ChangeLog paragraph when it ends without a line
11125 termination.
11126
11127 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
11128
11129 * net/webjump.el (webjump-sample-sites):
11130 Add simple Wikipedia query.
11131
11132 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
11135 compatibility code.
11136
11137 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
11138 (copyright-update-year): Use it.
11139
11140 * edmacro.el (edmacro-format-keys): Use current-active-maps.
11141
11142 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
11143 Add indentation and debugging info. Fix up comment convention.
11144
11145 * cus-dep.el (custom-make-dependencies): Simplify.
11146
11147 * composite.el (compose-region, decompose-region):
11148 Use inhibit-read-only and restore-buffer-modified-p.
11149
11150 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
11151 (xterm-mouse-event): Use it.
11152
11153 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
11154
11155 * bs.el (bs-cycle-previous): Don't modify the cycle list until
11156 `switch-to-buffer' has returned succesfully.
11157 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
11158 window is dedicated (it could iconify the frame).
11159
11160 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
11161
11162 * vc-hooks.el (vc-find-root): Fix file attribute test.
11163
11164 2007-05-24 Richard Stallman <rms@gnu.org>
11165
11166 * textmodes/flyspell.el (flyspell-correct-word-before-point):
11167 Don't let opoint be nil.
11168 (flyspell-emacs-popup): Explicit error if no dialogs.
11169
11170 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
11171
11172 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
11173 (image-next-line, image-previous-line, image-scroll-up)
11174 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
11175 New functions.
11176 (image-mode-map): Remap motion commands.
11177 (image-mode-text-map): New keymap for viewing images as text.
11178 (image-mode): Use image-mode-map.
11179 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
11180
11181 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * textmodes/fill.el (canonically-space-region): Make the second arg
11184 a marker if it's not already the case.
11185
11186 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11187
11188 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
11189 (tar-get-descriptor): Handle type 55, an extended pax header.
11190
11191 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
11194 to confuse outline-minor-mode.
11195
11196 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11197
11198 * tar-mode.el (tar-file-name-handler): New function.
11199 (tar-extract): Bind file-name-handler-alist to it to force
11200 find-buffer-file-type-coding-system behave as if the file being
11201 extracted existed. Use last-coding-system-used to force
11202 buffer-file-coding-system to what decode-coding-region actually
11203 used to decode the file.
11204
11205 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11206
11207 * progmodes/compile.el (compilation-handle-exit):
11208 `compilation-finish-function' may change the current buffer.
11209
11210 2007-05-22 Richard Stallman <rms@gnu.org>
11211
11212 * files.el (set-auto-mode): Doc fix.
11213
11214 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11215
11216 * help-fns.el (find-source-lisp-file): New function.
11217 (describe-function-1): Use find-source-lisp-file to find source
11218 file in compile tree.
11219
11220 2007-05-22 Eli Zaretskii <eliz@gnu.org>
11221
11222 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11223
11224 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
11225
11226 * emacs-lisp/easy-mmode.el (define-minor-mode)
11227 (easy-mmode-define-navigation): Fix typos in docstrings.
11228
11229 2007-05-22 Glenn Morris <rgm@gnu.org>
11230
11231 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
11232
11233 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
11234
11235 * mail/mail-extr.el (mail-extract-address-components):
11236 Recognize non-ASCII characters except for NBSP as words.
11237
11238 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
11239
11240 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
11241 (rcirc-print): Handle `window-width'.
11242 (rcirc-buffer-maximum-lines): Doc fix.
11243
11244 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * image-mode.el (image-toggle-display): Don't clear image cache.
11247 Only use filename in image spec if the file is readable.
11248 Call image-refresh.
11249
11250 * image.el (image-type-from-file-name, image-type): Simplify.
11251 (image-type-auto-detected-p): Don't scan auto-mode-alist.
11252
11253 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
11254 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
11255
11256 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11257
11258 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
11259 is an error.
11260
11261 * term/linux.el (terminal-init-linux): Don't signal an error
11262 if gpm isn't running.
11263
11264 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11265
11266 * t-mouse.el: Reduce to a minor-mode macro call.
11267 (t-mouse-mode): Remove the lighter.
11268
11269 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
11270
11271 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
11272
11273 * files.el (auto-mode-alist): Change the regexp so that
11274 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
11275
11276 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * Version 22.1 released.
11279
11280 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
11283 changes.
11284
11285 2007-05-19 Kevin Ryde <user42@zip.com.au>
11286
11287 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
11288
11289 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11290
11291 * textmodes/sgml-mode.el: Revert last change.
11292
11293 2007-05-18 Richard Stallman <rms@gnu.org>
11294
11295 * simple.el (push-mark): Doc fix.
11296
11297 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
11298
11299 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
11300 tpu-global-map.
11301 (tpu-original-global-map): Variable deleted.
11302 (tpu-control-keys-map): New keymap variable.
11303 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
11304 setting keymapping directly.
11305 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
11306 tpu-global-map.
11307 (tpu-edt-on): Activate the tpu-global-map.
11308 (tpu-edt-off): Deactivate the tpu-global-map.
11309
11310 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
11311
11312 * textmodes/ispell.el (ispell-get-word): Return markers
11313 for start and end positions.
11314 (ispell-word): Assume END is a marker.
11315
11316 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11317
11318 * printing.el: Group together all XEmacs/Emacs definitions.
11319 (pr-version): New version 6.9.
11320 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
11321 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
11322 (pr-menu-bind): Fix code.
11323 (pr-e-frame-char-height, pr-e-frame-char-width)
11324 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
11325 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
11326 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
11327 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
11328 (pr-x-event-y-pixel): Aliases eliminated.
11329 (pr-xemacs-global-menubar): Macro moved.
11330 (current-menubar, current-mouse-event, zmacs-region-stays)
11331 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
11332 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
11333 Vars moved.
11334 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
11335 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
11336 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
11337 (pr-menu-set-utility-title, pr-even-or-odd-pages)
11338 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
11339 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
11340 moved.
11341
11342 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
11343
11344 * textmodes/sgml-mode.el (sgml-tag):
11345 Fix bug: Call sgml-transformation-function.
11346
11347 2007-05-17 Martin Rudalics <rudalics@gmx.at>
11348
11349 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
11350 modified flag of buffer. Use `inhibit-modification-hooks'.
11351
11352 2007-05-16 Richard Stallman <rms@gnu.org>
11353
11354 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11355
11356 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * files.el (magic-mode-alist, magic-fallback-mode-alist):
11359 Move the *ml, Postscript, and XmCD entries to the fallback part.
11360
11361 * files.el (magic-fallback-mode-alist):
11362 Rename from file-start-mode-alist.
11363
11364 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11365
11366 * progmodes/compile.el (compilation-handle-exit): Quote first
11367 argument of `run-hook-with-args'.
11368
11369 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * buff-menu.el (Buffer-menu-sort-column):
11372 * dabbrev.el (dabbrev-upcase-means-case-search):
11373 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11374 * info.el (Info-current-subfile):
11375 * ls-lisp.el (ls-lisp-verbosity):
11376 * msb.el (msb-menu-cond):
11377 * pcvs.el (cvs-dired-use-hook):
11378 * simple.el (set-mark-command-repeat-pop):
11379 * time.el (display-time-24hr-format, display-time-mail-file):
11380 Doc fixes.
11381
11382 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11383 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11384
11385 * view.el (view-inhibit-help-message): Fix typo in docstring.
11386 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11387
11388 2007-05-16 Martin Rudalics <rudalics@gmx.at>
11389
11390 * textmodes/ispell.el (ispell-start-process): Defend against bad
11391 default-directory.
11392
11393 2007-05-14 Eli Zaretskii <eliz@gnu.org>
11394
11395 * mail/rmail.el (rmail-convert-to-babyl-format): Check
11396 content-transfer-encoding _last_, because it's its position that
11397 we need as value of base64-header-field-end.
11398
11399 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
11400
11401 * files.el (mode-require-final-newline, require-final-newline)
11402 (enable-local-variables, enable-local-eval): Doc fixes.
11403
11404 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11405
11406 * ps-print.el: Use default color when foreground or background color
11407 are unspecified. Reported by Leo <sdl.web@gmail.com>.
11408 (ps-print-version): New version 6.7.4.
11409 (ps-rgb-color): New argument. Use default color when color is
11410 unspecified.
11411 (ps-begin-job): Fix code.
11412
11413 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
11414
11415 * longlines.el (longlines-mode): Make longlines-auto-wrap
11416 buffer-local. Add hooks unconditionally.
11417 (longlines-auto-wrap): Toggle wrapping.
11418 (longlines-after-change-function)
11419 (longlines-post-command-function): Check longlines-auto-wrap.
11420
11421 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
11422
11423 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11424 (xterm-mouse-translate): Use it.
11425
11426 2007-05-10 Richard Stallman <rms@gnu.org>
11427
11428 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11429 (iso-cvt-write-only): Likewise.
11430
11431 * emacs-lisp/easy-mmode.el (define-minor-mode):
11432 Fix generated doc string.
11433
11434 * startup.el (fancy-splash-text): Add URL of guided tour.
11435 Adjust horizontal and vertical whitespace.
11436
11437 * progmodes/compile.el (compilation-handle-exit):
11438 Use run-hook-with-args to run compilation-finish-functions.
11439
11440 * files.el (file-start-mode-alist): New variable.
11441 (magic-mode-regexp-match-limit): Doc fix.
11442 (set-auto-mode): Handle file-start-mode-alist.
11443 A little cleanup of structure.
11444
11445 * dabbrev.el (dabbrev-eliminate-newlines):
11446 Renamed from dabbrev--eliminate-newlines. All uses changed.
11447
11448 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11449
11450 * man.el (Man-next-section): Don't consider the last line of the page
11451 as being part of any section.
11452
11453 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11456 can take any number of values.
11457
11458 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11461 to the list of citation commands.
11462
11463 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11466
11467 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
11468
11469 * progmodes/python.el (python-font-lock-keywords)
11470 (python-open-block-statement-p, python-mode): Add support for the new
11471 "with" keyword.
11472
11473 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11476 the exact opposite of diff-goto-source.
11477
11478 * emacs-lisp/advice.el (ad-special-forms): Remove.
11479 (ad-special-form-p): Use subr-arity.
11480
11481 * newcomment.el (comment-search-forward): Make sure we search forward.
11482 (comment-enter-backward): Try and distinguish the non-matching case at
11483 EOB from the non-matching case with a missing comment-end-skip for
11484 a 2-char comment ender.
11485 (comment-choose-indent): New function extracted from comment-indent.
11486 Improve the alignment algorithm.
11487 (comment-indent): Use it.
11488
11489 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11490 XML style Processing Instructions.
11491 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
11492 (sgml-calculate-indent): Handle `pi' context.
11493
11494 * vc.el: Ensure that update-changelog issues an error when used with
11495 a backend that does not implement it.
11496 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11497 Remove `backend' argument. Use expand-file-name.
11498 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11499
11500 * progmodes/python.el (python-end-of-block): Revert last change.
11501 (python-end-of-statement): Make sure we move *forward*.
11502
11503 2007-05-08 Richard Stallman <rms@gnu.org>
11504
11505 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11506 Don't include non-self-insert commands in the exception for `-'.
11507
11508 2007-05-08 David Reitter <david.reitter@gmail.com>
11509
11510 * progmodes/python.el (python-guess-indent): Check non-nullness
11511 before comparing indent against the 2..8 interval.
11512
11513 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11514
11515 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11516 available.
11517
11518 2007-05-06 Richard Stallman <rms@gnu.org>
11519
11520 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11521
11522 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11525 rather than storing their value in the revert-buffer function.
11526
11527 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
11528
11529 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11530 when disabling t-mouse-mode.
11531
11532 2007-05-01 Davis Herring <herring@lanl.gov>
11533
11534 * calendar/timeclock.el: Update version number.
11535 (timeclock-modeline-display): Mention timeclock-use-display-time
11536 in explanatory message.
11537 (timeclock-in): Fix non-interactive workday specifications.
11538 (timeclock-log): Don't kill the log buffer if it already existed.
11539 Suppress warnings when finding the log. Don't check for a nil
11540 project twice. Run hooks after killing the buffer (if applicable).
11541 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11542 was geometric). All uses changed.
11543 (timeclock-generate-report): Support prefix argument.
11544
11545 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
11546
11547 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11548 disconnections.
11549
11550 2007-05-01 Romain Francoise <romain@orebokech.com>
11551
11552 * dired-x.el: Revert 2007-04-06 change.
11553
11554 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
11555
11556 * find-dired.el (find-dired-filter): Propertize all text down to eob.
11557
11558 2007-04-29 Richard Stallman <rms@gnu.org>
11559
11560 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11561
11562 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * progmodes/cc-mode.el (c-before-change): Use point-min rather
11565 than 1.
11566
11567 2007-04-28 Richard Stallman <rms@gnu.org>
11568
11569 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11570
11571 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
11572
11573 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11574 don't put stop on toolbar.
11575
11576 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11579
11580 2007-04-28 Eli Zaretskii <eliz@gnu.org>
11581
11582 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11583 instead of $(lisp)/mh-e.
11584
11585 2007-04-28 Glenn Morris <rgm@gnu.org>
11586
11587 * image-dired.el (image-dired-cmd-create-thumbnail-options)
11588 (image-dired-cmd-create-temp-image-options): Replace option
11589 +profile "*" with -strip.
11590
11591 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
11592
11593 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11594 Use window-start and window-end.
11595
11596 2007-04-27 Andreas Schwab <schwab@suse.de>
11597
11598 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11599
11600 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11601
11602 * textmodes/fill.el (fill-paragraph): Doc fix.
11603
11604 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
11605
11606 * locate.el (locate-in-alternate-database): Doc fix.
11607
11608 2007-04-26 Glenn Morris <rgm@gnu.org>
11609
11610 * button.el (button): Use underline if supported, else fall back
11611 to color.
11612
11613 * version.el (emacs-version): Increase to 22.1.50.
11614
11615 2007-04-25 Richard Stallman <rms@gnu.org>
11616
11617 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11618
11619 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
11620
11621 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11622 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11623 pushing mark.
11624 (idlwave-current-routine): Don't push mark.
11625
11626 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
11627
11628 * image-dired.el (image-dired-display-image): Derive image-type from
11629 filename rather than assuming jpeg, in case no resizing was needed.
11630
11631 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11632
11633 * custom.el (defface): Doc fix.
11634
11635 See ChangeLog.12 for earlier changes.
11636
11637 ;; Local Variables:
11638 ;; coding: iso-2022-7bit
11639 ;; add-log-time-zone-rule: t
11640 ;; End:
11641
11642 Copyright (C) 2007 Free Software Foundation, Inc.
11643
11644 This file is part of GNU Emacs.
11645
11646 GNU Emacs is free software; you can redistribute it and/or modify
11647 it under the terms of the GNU General Public License as published by
11648 the Free Software Foundation; either version 3, or (at your option)
11649 any later version.
11650
11651 GNU Emacs is distributed in the hope that it will be useful,
11652 but WITHOUT ANY WARRANTY; without even the implied warranty of
11653 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11654 GNU General Public License for more details.
11655
11656 You should have received a copy of the GNU General Public License
11657 along with GNU Emacs; see the file COPYING. If not, write to the
11658 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11659 Boston, MA 02110-1301, USA.
11660
11661 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af