(widget-default-complete): Fix typo in doc-string.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2
3 * wid-edit.el (widget-default-complete):
4 * progmodes/flymake.el (flymake-goto-file-and-line):
5 Fix typo in (doc-)string.
6
7 2007-11-17 Glenn Morris <rgm@gnu.org>
8
9 * emacs-lisp/byte-run.el (declare-function): New macro.
10 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11 New function, byte-hunk-handler for declare-function.
12 (byte-compile-callargs-warn): Handle declared functions.
13
14 * emacs-lisp/check-declare.el: New file.
15 * Makefile.in (check-declare): New target.
16
17 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
18
19 * subr.el (process-lines): Move here from ../admin/admin.el.
20 * emacs-lisp/authors.el (authors-process-lines): Remove.
21 (authors): Use process-lines rather than authors-process-lines.
22
23 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
24 Remove these files.
25
26 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
27
28 * emacs-lisp/backquote.el (backquote):
29 Improve argument/docstring consistency.
30
31 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
32 (ring-length, ring-empty-p): Use c[ad]dr.
33 (ring-plus1): Use `1+'.
34 (ring-minus1): Use `zerop'.
35 (ring-remove): Use c[ad]dr. Use `when'.
36 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
37 (ring-ref): Use `let', not `let*'.
38 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
39 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
40 (ring-member): Simplify. Doc fix.
41 (ring-convert-sequence-to-ring): Simplify.
42
43 2007-11-17 Juri Linkov <juri@jurta.org>
44
45 * dired-aux.el (dired-create-directory): Allow creating
46 a directory of an arbitrary depth. Add a loop to find the topmost
47 nonexistent parent dir `new', and call `dired-add-file' on it.
48 Set the `PARENTS' arg of `make-directory' to t.
49
50 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
51
52 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
53 (math-build-parse-table): Get parse information from
54 `math-parse-table'.
55
56 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * window.el (recenter-last-op): New var.
59 (recenter-top-bottom): New command.
60 (global-map): Bind it to C-l.
61
62 * abbrev.el (abbrev--write): Fix error in transcription from C.
63
64 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
65 (pc-select-ensure-mark): Set mark-active to a special value instead.
66 Rename from ensure-mark. Update call callers.
67 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
68 Rewrite. Update all callers.
69 (pc-selection-mode): Remove redundant var declaration.
70
71 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
72
73 * doc-view.el (doc-view-search-backward, doc-view-search):
74 Fix assignment to free variable bug.
75
76 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
77
78 * emulation/pc-select.el (pc-select-shifted-mark): New var.
79 (ensure-mark): Set it.
80 (maybe-deactivate-mark): New fun.
81 Use it everywhere instead of (setq mark-active nil).
82
83 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
86 Add check for XEmacs.
87
88 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
89
90 * doc-view.el (doc-view-resolution): Add missing :group.
91
92 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
93
94 * subr.el (make-variable-frame-local):
95 Fix typo in obsolescence declaration.
96
97 2007-11-16 Werner Lemberg <wl@gnu.org>
98
99 * files.el (set-auto-mode-1): Check second line for -*- if file
100 starts with '\" (which is used by man pages to identify needed
101 troff preprocessors).
102
103 2007-11-16 Glenn Morris <rgm@gnu.org>
104
105 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
106
107 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
108
109 * calc/calc-lang.el (math-oper-table): Fix typo.
110 Reduce precedence of "/" for TeX.
111
112 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
113
114 2007-11-16 Juri Linkov <juri@jurta.org>
115
116 * dired-aux.el (dired-read-shell-command-default): New function.
117 (dired-read-shell-command): Use its return value for DEFAULT arg.
118
119 * replace.el (keep-lines-read-args, occur-read-primary-args):
120 Use a list of default values for DEFAULT arg of read-from-minibuffer.
121
122 * man.el (Man-heading-regexp): Add 0-9.
123 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
124
125 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
128 (doc-view-resolution): New custom var.
129 (doc-view-pdf/ps->png): Use it.
130 (doc-view-shrink-factor): New var.
131 (doc-view-enlarge, doc-view-shrink): New commands.
132 (doc-view-mode-map): Use them.
133
134 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
135
136 * ediff-wind.el (ediff-window-setup-function):
137 * simple.el (normal-erase-is-backspace):
138 * eshell/em-unix.el (eshell/info):
139 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
140 Fix typos in docstrings.
141
142 * emulation/cua-base.el (cua--keymaps-initialized):
143 Rename from `cua--keymaps-initalized'. Callers changed.
144 (cua-highlight-region-shift-only): Doc fix.
145 (cua-paste-pop): Fix typo in docstring.
146
147 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * emulation/cua-base.el (cua--pre-command-handler-1):
150 Use input-decode-map instead of function-key-map.
151 Use event-modifiers now that it works reliably.
152
153 * vc.el (vc-diff-internal): Pop-to-buffer later.
154
155 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
156
157 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
158 did not touch them.
159
160 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
161
162 * calc/calc-menu.el: New file.
163 * calc/calc.el (calc-mode): Require calc-menu.
164
165 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
166
167 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
168
169 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
170
171 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
172 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
173 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
174 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
175 locations.
176 (gdb-info-breakpoints-custom, gdb-assembler-custom)
177 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
178 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
179
180 2007-11-13 Noah Friedman <friedman@splode.com>
181
182 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
183 bindings to remap when `calc-scan-for-dels' is non-nil.
184
185 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
188 constant forms.
189 (byte-compile-nilconstp): New function.
190 (byte-optimize-cond): Kill subsequent branches when a branch is
191 know to be taken or not taken.
192 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
193
194 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
195
196 * vc.el (vc-register): Allow registering a file passed as a
197 parameter instead of just the current buffer.
198
199 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
202 Check whether the output of "uname -sr" has been changed.
203
204 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
205
206 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
207 patterns from compilation-perl.el and compilation-weblint.el files.
208
209 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
210
211 * progmodes/compilation-perl.el:
212 * progmodes/compilation-weblint.el: Disable autoloads, they cause
213 a bootstrap failure.
214
215 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
216 instead of doing "cvs diff" in order to avoid accessing the repository.
217
218 2007-11-12 Kevin Ryde <user42@zip.com.au>
219
220 * progmodes/compilation-perl.el:
221 * progmodes/compilation-weblint.el: New files.
222
223 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
224
225 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
226 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
227 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
228 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
229 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
230 Rewrite in active voice.
231
232 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
233
234 * doc-view.el: Add comments about isearch support.
235
236 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
237
238 * vc.el (vc-start-entry): Fix setting the in the case the function
239 is called from vc-dired. Use when instead of if where appropriate.
240
241 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
242
243 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
244 to be a list.
245 (ps-begin-job): Error if ps-lpr-switches is not a list.
246
247 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
248
249 * faces.el (face-normalize-spec): Remove function.
250 (frame-set-background-mode): Undo last change.
251
252 2007-11-10 Jason Rumney <jasonr@gnu.org>
253
254 * w32-fns.el: Sync charset names with setup-default-fontset.
255 Append "-1" where second part missing.
256
257 2007-11-10 Juri Linkov <juri@jurta.org>
258
259 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
260 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
261
262 * custom.el (custom-note-var-changed): Remove the `interactive'
263 spec from this new non-interactive function.
264
265 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
266
267 * doc-view.el (doc-view-mode-map, doc-view-menu)
268 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
269 (doc-view-search-backward): New function.
270 (doc-view-search): Query new regexp if prefix arg is given, else
271 jump to next/previous match.
272 (doc-view-mode): Handle compressed files.
273 (jka-compr): Required for compressed files.
274
275 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
276
277 * replace.el (query-replace-show-replacement): New defcustom.
278 (perform-replace): Use `match-substitute-replacement' if
279 `query-replace-show-replacement' is non-nil.
280
281 2007-11-10 David Kastrup <dak@gnu.org>
282
283 * subr.el (match-substitute-replacement): New function.
284
285 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
286
287 * files.el (auto-mode-alist): Select org-mode for files with the
288 extension ".org".
289
290 2007-11-10 Martin Rudalics <rudalics@gmx.at>
291
292 * help.el (help-window, help-window-point-marker): New variables.
293 (help-window-select): New option.
294 (with-help-window): New macro for displaying help windows.
295 (help-window-display-message, help-window-setup-finish)
296 (help-window-setup): New functions used for setting up help windows.
297 (print-help-return-message): Reset help-window to nil.
298 (view-lossage): Use with-help-window instead of
299 with-output-to-temp-buffer and move help-window-point-marker after
300 inserted text.
301 (describe-bindings, describe-key, describe-mode): Use
302 with-help-window instead of with-output-to-temp-buffer.
303
304 * help-mode.el (help-mode): Set view-exit-action to bury the
305 buffer instead of fiddling with windows. Simplify code.
306 (help-mode-finish): When help-window eqs t set it to the selected
307 window and have with-help-window set up view-return-to-alist.
308 (help-buffer): Add autoload cookie.
309
310 * view.el (view-remove-frame-by-deleting): Change default value to t.
311 Add autoload cookie.
312 (view-exit-action, view-file, view-file-other-window)
313 (view-file-other-frame, view-buffer, view-buffer-other-window)
314 (view-buffer-other-frame): Rewrite doc strings.
315 (view-return-to-alist-update): New function to remove stale entries
316 from view-return-to-alist.
317 (view-mode-enter): Rewrite doc string and simplify code.
318 (view-mode-exit): Handle new case 'keep-frame. Don't reset
319 view-exit-action to nil. Simplify code and rewrite doc string.
320
321 * apropos.el (apropos-describe-plist):
322 * descr-text.el (describe-char):
323 * disp-table.el (describe-display-table):
324 * faces.el (list-faces-display, describe-face):
325 * facemenu.el (list-colors-display):
326 * help-fns.el (describe-function, describe-variable)
327 (describe-syntax, describe-categories):
328 Use with-help-window instead of with-output-to-temp-buffer.
329
330 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
331
332 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
333 Optimize (featurep 'emacs) to t.
334
335 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
336 New function.
337 (byte-compile-maybe-guarded): Use it to also look for bound
338 symbols inside `and' forms. Comment out non-working code that was
339 trying to avoid warnings for XEmacs code.
340
341 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
342
343 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
344 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
345 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
346 (vc-cvs-annotate-command):
347 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
348 is bound, it always is.
349
350 2007-11-10 Jason Rumney <jasonr@gnu.org>
351
352 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
353 setup here from global scope.
354
355 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
356
357 * ido.el (ido-save-history): Save the history file in UTF-8, not
358 the current filename coding system.
359
360 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * simple.el (interprogram-cut-function, interprogram-paste-function):
363 Don't make them frame-local any more.
364
365 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
366 Don't set interprogram-(cut|paste)-function on each frame.
367
368 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
369 Make them work in tty frames.
370 (interprogram-cut-function, interprogram-paste-function):
371 Set them globally.
372
373 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
374
375 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
376 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
377 (iso-iso2duden-trans-tab): Add docstring.
378
379 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * abbrev.el (define-abbrev-table): Record the variable definition.
382
383 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
384 New function.
385
386 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
387
388 * ps-print.el: Clean the code for checking suitable Emacs version.
389 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
390 (ps-print-version): New version 6.8.1.
391
392 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
393
394 * files.el (enable-local-variables): Doc fix.
395
396 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
397
398 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
399
400 2007-11-09 Sven Joachim <svenjoac@gmx.de>
401
402 * dired-aux.el (dired-copy-file-recursive):
403 Preserve directory permissions.
404
405 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
406
407 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
408 (whitespace-unload-function): New-style unload function. When run,
409 unintern `whitespace-unload-hook' and call `unload-feature' recursively
410 to stop the old hook from messing with the unloading.
411
412 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
413
414 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
415 (elp-unset-master, elp-results): Fix typos.
416 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
417 Doc fixes.
418
419 * msb.el (msb--many-menus): Remove variable.
420 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
421 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
422 (msb--toggle-menu-type): Fix typos in docstrings.
423
424 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
425 (shadow-insert-var): Doc fixes.
426 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
427 Reflow docstrings.
428 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
429
430 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
431
432 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
433 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
434 Fix typos in autoload docstrings.
435
436 2007-11-09 Richard Stallman <rms@gnu.org>
437
438 * savehist.el (savehist-save): Obey savehist-ignored-variables.
439
440 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
441
442 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
443 (gdb-var-update-handler-1): Use it.
444
445 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
446
447 * loadhist.el (unload-feature): Remove erroneous check for the
448 FEATURE-unload-function variable; check the existence of the
449 function (that's what the docstring says, and it makes more sense).
450
451 * follow.el (follow-unload-function): Add docstring.
452 (follow-unload-function): Remove variable.
453
454 * server.el (server-unload-function): Remove variable.
455 (server-unload-function): Unbind `server-edit' from `C-x #'.
456
457 * ses.el (ses-unload-function): New function.
458
459 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
460
461 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
462 (unsafep-progn, unsafep-let): Fix typos in docstrings.
463
464 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
465 before use to avoid a warning in packages that require uniquify.
466 (uniquify-unload-function): New function and var.
467
468 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
469
470 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
471 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
472 (ediff-current-diff-A, ediff-current-diff-B)
473 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
474 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
475 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
476 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
477 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
478 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
479 (ediff-setup-windows-plain-merge)
480 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
481 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
482 * ediff-util.el (ediff-setup-keymap, )
483 (ediff-toggle-wide-display, ediff-toggle-multiframe)
484 (ediff-toggle-use-toolbar, ediff-really-quit)
485 (ediff-good-frame-under-mouse)
486 (ediff-highlight-diff-in-one-buffer)
487 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
488 (ediff-make-bullet-proof-overlay):
489 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
490 (ediff-set-meta-overlay):
491 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
492 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
493 ediff-emacs-p with their former definitions.
494
495 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
496 (viper-has-face-support-p, viper-inactivate-input-method)
497 (viper-activate-input-method)
498 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
499 * emulation/viper-mous.el (viper-multiclick-timeout)
500 (viper-surrounding-word, viper-mouse-click-insert-word)
501 (viper-mouse-click-search-word, viper-parse-mouse-key):
502 * emulation/viper-macs.el (viper-char-array-to-macro):
503 * emulation/viper.el (viper-go-away, viper-set-hooks)
504 (viper-non-hook-settings):
505 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
506 (viper-get-saved-cursor-color-in-insert-mode)
507 (viper-get-saved-cursor-color-in-emacs-mode)
508 (viper-check-version, viper-get-visible-buffer-window)
509 (viper-file-checked-in-p, viper-set-replace-overlay)
510 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
511 (viper-check-minibuffer-overlay, viper-read-key-sequence)
512 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
513 with their former definitions.
514 (viper-eventify-list-xemacs): Only do work for XEmacs.
515 (viper-set-unread-command-events): Only do work for Emacs.
516 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
517 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
518 (viper-overlay-get, viper-overlay-put, viper-read-event)
519 (viper-characterp, viper-int-to-char, viper-get-face)
520 (viper-color-defined-p, viper-iconify): New defaliases replacing
521 the old fsets.
522
523 * progmodes/fortran.el (comment-region-function)
524 (uncomment-region-function): Pacify byte compiler.
525
526 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
527
528 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
529
530 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
531 `process-environment'.
532
533 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
534
535 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
536 match dir like "a...b".
537
538 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
541
542 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
543
544 * net/tramp.el (tramp-handle-substitute-in-file-name):
545 Don't expand the remote connection identification.
546 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
547 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
548 before calling stty.
549
550 * net/tramp-cache.el (tramp-cache-print)
551 (tramp-dump-connection-properties): Fix docstring.
552 (tramp-list-connections): Rename from
553 `tramp-cache-list-connections'.
554
555 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
556
557 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
558 remote connection identification when setting connection property.
559
560 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
561 "//" substitutes only in the local filename part.
562
563 2007-11-07 David Hansen <david.hansen@gmx.net>
564
565 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
566
567 2007-11-07 Glenn Morris <rgm@gnu.org>
568
569 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
570 Remove superfluous concats. Move final set-buffer to
571 non-emacs-specific code.
572
573 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
574
575 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
576
577 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
578
579 * eshell/esh-mode.el (eshell-output-filter):
580 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
581 Use `with-current-buffer'.
582
583 2007-11-07 Andreas Schwab <schwab@suse.de>
584
585 * server.el (server-start): Only register cleanup after server was
586 started.
587
588 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
589
590 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
591
592 * net/tramp-cache (tramp-cache-print): Move down.
593 (tramp-cache-list-connections): New defun.
594
595 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
596
597 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
598
599 * ido.el (ido-save-history): Write the history file in the current
600 filename coding system, and add `coding' file-local variable.
601
602 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
603
604 * textmodes/org.el (org-table-formula-substitute-names):
605 Remove forgotten temporary debugging code.
606
607 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
608
609 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
610 the prompt.
611
612 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
613
614 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
615
616 2007-11-05 Simon Josefsson <simon@josefsson.org>
617
618 * net/tls.el (tls-end-of-info): Doc fix.
619
620 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
621
622 * international/utf-7.el (utf-7-imap): New coding system.
623 (utf-7-imap-post-read-conversion): New function.
624 (utf-7-imap-pre-write-conversion): New function.
625
626 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * abbrev.el (abbrev--write): Fix up typo.
629
630 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
631
632 * abbrev.el (define-abbrev-table): Doc fix.
633
634 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
635
636 * info.el (Info-revert-buffer-function): New func.
637 (Info-mode): Arrange to use it for reverting.
638 (Info-copy-current-node-name): Add space between filename and nodename.
639
640 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * abbrev.el (expand-abbrev): Move point back to expansion's end.
643
644 2007-11-04 Glenn Morris <rgm@gnu.org>
645
646 * net/tls.el: Don't require rx when compiling.
647 (tls-end-of-info): Rewrite without using rx.
648 (open-tls-stream): Use with-current-buffer.
649
650 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
651
652 * net/tls.el: Require rx when compiling.
653 (tls-end-of-info): New variable.
654 (open-tls-stream): Keep reading input until `tls-end-of-info' is
655 matched.
656
657 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
658
659 * register.el (append-to-register, prepend-to-register):
660 Don't signal error on empty register; use the text, instead.
661
662 2007-11-03 Michael Olson <mwolson@gnu.org>
663
664 * textmodes/remember.el (remember-buffer):
665 Use define-obsolete-function-alias rather than defalias.
666
667 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
668
669 * simple.el (bad-packages-alist): Anchor semantic regexp.
670
671 2007-11-03 Glenn Morris <rgm@gnu.org>
672
673 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
674 if defined, for blank lines. Doc fix.
675
676 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
677 (fortran-mode): Set values for comment-region-function,
678 uncomment-region-function and comment-insert-comment-function.
679 (fortran-uncomment-region): New function.
680
681 * textmodes/nroff-mode.el (nroff-mode):
682 Set comment-insert-comment-function rather than indent-line-function.
683 (nroff-indent-line-function): Remove.
684 (nroff-insert-comment-function): New function.
685
686 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
687
688 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
689
690 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
691
692 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
693
694 * emulation/viper-cmd.el (viper-prev-destructive-command)
695 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
696 copy-sequence.
697
698 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
699 Got rid of ediff-copy-list.
700
701 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
702 use face-name.
703 (ediff-test-utility,ediff-diff-mandatory-option)
704 (ediff-reset-diff-options): Remove to simplify the mandatory option
705 handling on Windows.
706 (ediff-set-diff-options): Add.
707 (ediff-diff-options): Set "--binary" option as default in some cases.
708
709 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
710 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
711 ediff-vc-working-revision. Require vc-hooks.
712
713 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
714
715 * files.el (hack-local-variables): Fix membership tests to avoid
716 treating all variables as safe if `enable-local-variables' is
717 set to :safe (CVE-2007-5795).
718
719 2007-11-02 Glenn Morris <rgm@gnu.org>
720
721 * newcomment.el (comment-indent): Let comment-insert-comment-function,
722 if defined, do all the work of inserting a new comment.
723
724 * progmodes/etags.el (tags-table-mode): Disable undo.
725
726 * simple.el (bad-packages-alist): Revert previous change.
727
728 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
729
730 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
731
732 * obsolete/lselect.el: Do not warn about unknown functions.
733
734 2007-11-02 Michael Olson <mwolson@gnu.org>
735
736 * textmodes/remember.el (remember-buffer): Make this an alias of
737 remember-finalize, because Org uses it.
738
739 2007-11-01 Michael Olson <mwolson@gnu.org>
740
741 * textmodes/remember.el: Improve documentation in heading.
742 (remember-before-remember-hook): Turn into a customizable option.
743 (remember): Document INITIAL argument.
744 (remember-region): Remove autoload cookie. Improve docstring to
745 mention that it is called from the *Remember* buffer, and does not
746 have any functional overlap with the `remember' function.
747 (remember-finalize): Remove autoload cookie. Rename from
748 remember-buffer to emphasize that this does not have any
749 functional overlap with the `remember' function.
750 (remember-destroy): Remove autoload cookie.
751 (remember-mode-map): Define and initialize in one step.
752 (remember-mode): Improve docstring.
753 (remember-annotation-functions): Default to just '(buffer-file-name),
754 and don't try to take the default value from Planner.
755
756 2007-11-01 Glenn Morris <rgm@gnu.org>
757
758 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
759
760 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
761
762 * emacs-lisp/authors.el (authors-scan-change-log)
763 (authors-scan-el): Don't enable local eval; enable only safe local
764 variables, without querying.
765
766 * mail/footnote.el (footnote-numeric-regexp)
767 (footnote-english-upper-regexp, footnote-english-lower-regexp)
768 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
769 Match multi-character footnotes.
770
771 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
772 (nroff-indent-line-function): New function.
773 (nroff-count-text-lines): Use nroff-forward-text-line rather than
774 obsolete alias.
775
776 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
777
778 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
779 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
780 (rcirc-print): Only update the line count when not marking the
781 line as omittable.
782 (rcirc-log-write): Specify coding system when writing logfile.
783 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
784
785 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
786
787 * printing.el (printing): Fix :version, printing.el was included
788 for in emacs-22.1.
789 (pr-path-style, pr-path-alist, pr-txt-name)
790 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
791 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
792 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
793 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
794 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
795 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
796 (pr-setting-database, pr-visible-entry-list)
797 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
798 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
799
800 * ediff-util.el (ediff-nuke-selective-display): Move definition to
801 top level, make it dependent on the emacs flavor.
802
803 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
804 Test for XEmacs not for itimer.
805
806 * term/sun-mouse.el:
807 * obsolete/sun-fns.el:
808 * obsolete/sun-curs.el: Remove files.
809
810 * term/sun.el (select-previous-complex-command): Remove obsolete code.
811
812 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
813
814 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
815 was given to concat.
816
817 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
820 used normally for goto-line. Change `g' to revert the buffer.
821 Add redundant `r' binding for buffer-revert.
822
823 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
824 (mail-abbrevs-setup): Use abbrev-expand-functions.
825 (build-mail-abbrevs): Use with-temp-buffer.
826 (define-mail-abbrev): Simplify.
827 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
828 Change it for use on abbrev-expand-functions.
829 (mail-abbrev-complete-alias): Use with-syntax-table.
830
831 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
832
833 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
834 directly. Fix bug in deleting temp file.
835
836 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
839 Merge defvar and define-abbrev-table.
840 (def-python-skeleton): Use :case-fixed and :enable-function.
841 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
842 Remove.
843 (python-mode): Don't modify pre-abbrev-expand-hook.
844
845 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * ediff-util.el (ediff-file-checked-out-p)
848 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
849
850 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * abbrev.el (abbrev-symbol): Correct let->let*.
853 (abbrev--before-point): Only use abbrev-start-location if before point.
854
855 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
856
857 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
858 (strokes-unload-hook): Remove function and variable.
859 (strokes-unload-function): New-style unload function, adapted
860 from `strokes-unload-hook'.
861
862 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
863 (cl-unload-hook): Remove variable.
864 (cl-unload-function): New-style unload function, adapted
865 from `cl-cannot-unload'.
866
867 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
868 (elp-unload-function): New-style unload function, adapted
869 from `elp-unload-hook'.
870
871 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
872
873 * emacs-lisp/find-func.el (find-library): Use library at
874 point as default interactive argument.
875
876 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
877
878 * shadowfile.el (shadow-join): Remove.
879 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
880 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
881 (shadowfile-unload-hook): Remove function and variable.
882 (shadowfile-unload-function): New-style unload function, adapted
883 from `shadowfile-unload-hook'.
884
885 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
886
887 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
888 only if it is bound.
889
890 * textmodes/reftex.el: Move autoloads for before all uses.
891 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
892 (reftex-delete-overlay): Move to the top level with the condition
893 in the body.
894
895 * progmodes/simula.el: Use when instead of if.
896
897 * iimage.el (iimage-locate-file): Define unconditionally.
898
899 * mail/mailabbrev.el (mail-abbrev-next-line):
900 * emulation/vip.el (vip-enlarge-region, vip-line)
901 (vip-next-line-at-bol, vip-previous-line)
902 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
903 Wrap with-no-warnings around uses of next-line and previous-line.
904
905 * ediff.el (run-ediff-from-cvs-buffer):
906 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
907 Remove function not used by pcl-cvs anymore.
908 (noninteractive, generic-sc-get-latest-rev)
909 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
910 Delete support for long obsolete generic-sc.el.
911
912 2007-10-31 Glenn Morris <rgm@gnu.org>
913
914 * cvs-status.el: No longer require pcvs when compiling.
915
916 * doc-view.el (doc-view-conversion-refresh-interval)
917 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
918 (doc-view-reset-slice): Doc fixes.
919 (doc-view-menu): Remove deleted function doc-view-edit-doc.
920
921 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
922
923 * help-at-pt.el (help-at-pt-unload-hook): Remove.
924 Timers are automatically canceled by `unload-feature'.
925
926 * delsel.el (delsel-unload-hook): Remove function and variable.
927 (delsel-unload-function): New-style unload function, adapted
928 from `delsel-unload-hook'.
929
930 * msb.el (msb-unload-hook): Remove function and variable.
931 (msb-unload-function): New-style unload function, adapted from
932 `msb-unload-hook'.
933
934 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
935
936 * desktop.el (uniquify-managed): Pacify byte compiler.
937 (desktop-buffer-info): If the buffer name is managed by uniquify,
938 save the base name, not the uniquified one.
939 (desktop-create-buffer): Allow `rename-buffer' to generate a new
940 name in case of conflict.
941
942 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * doc-view.el: Use expand-file-name rather than concat.
945 (doc-view-cache-directory): Add the UID so multiple users won't clash.
946 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
947 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
948 (doc-view-toggle-display): Use an overlay over the whole buffer so as
949 not to have to touch the buffer's content.
950 (doc-view-initiate-display): New function, extracted from doc-view-mode.
951 (doc-view-mode): Use it. Don't mark as a special mode.
952 Put the page numbers in the modeline.
953 Set up the overlay. Hide the cursor. Run the mode hook.
954 Use after-revert-hook rather than revert-buffer-function.
955 (doc-view-search-internal): Fix typo.
956 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
957 image-cache flush.
958 (doc-view-reconvert-doc): Don't reset the whole mode.
959 (doc-view-make-safe-dir): New function.
960 (doc-view-current-cache-dir): Use it.
961
962 2007-10-30 Jason Rumney <jasonr@gnu.org>
963
964 * time.el (display-time-world-list): Test for zoneinfo support.
965
966 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
967
968 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
969
970 * net/tramp-cache.el (tramp-flush-file-function): Check also
971 `default-directory' if `buffer-file-name' does not return a
972 string. Added to `eshell-pre-command-hook'.
973
974 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * doc-view.el (doc-view-current-doc): Remove.
977 Replace all uses by buffer-file-name.
978 (doc-view-menu): New menu.
979 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
980 unused var `doc'.
981 (doc-view-sort): Simplify.
982 (doc-view-buffer-message): Don't change buffer-modified-p.
983 (doc-view-mode): Change it here instead.
984 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
985 Don't modify the global value of revert-buffer-function.
986
987 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
988 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
989 (image-toggle-display): Take overlays into account and don't assume
990 point-min==1.
991
992 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
993
994 * vc.el (vc-annotate): Fix omission bug:
995 Specify value for vc-sentinel-movepoint.
996
997 2007-10-30 Michael Olson <mwolson@gnu.org>
998
999 * textmodes/remember.el (remember-mode-hook)
1000 (remember-handler-functions, remember-annotation-functions):
1001 Add additional items as options, including some Org functions.
1002
1003 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
1004
1005 * doc-view.el: Remove cl-dependency.
1006 (doc-view-buffer-message): Mention new binding K.
1007 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
1008 instead of variable.
1009 (doc-view-current-cache-dir): Better cache dir naming.
1010 (doc-view-current-display): Remove variable.
1011 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1012 (doc-view-kill-proc): Set converter process to nil.
1013 (doc-view-minor-mode): New minor mode.
1014 (doc-view-minor-mode-map): New keymap.
1015 (doc-view-mode): Remove text/image switching code. Use plain defun.
1016 (doc-view-mode-map): New binding K kills converter process.
1017 Remove C-c C-e binding.
1018 (doc-view-mode-text-map): Remove keymap.
1019 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1020 d-v-display-maybe.
1021 (doc-view-previous-major-mode): New variable.
1022 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1023 (doc-view-remove-if): New function.
1024 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1025 (doc-view-toggle-display): Toggle modes instead of display styles.
1026 (doc-view-reconvert-doc): Adapt to new way of doing things.
1027
1028 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1029
1030 2007-10-30 Glenn Morris <rgm@gnu.org>
1031
1032 * dirtrack.el (dirtrack-mode): Doc fix.
1033
1034 * shell.el (shell-dirtrack-verbose, shell-mode)
1035 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1036
1037 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1038 (byte-compile-enable-warning): Doc fix.
1039
1040 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1041 suppress byte-opt warning.
1042
1043 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1046 (edt-gnu-emacs19-p): Remove.
1047 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1048 (edt-xserver, edt-page-backward, edt-beginning-of-line)
1049 (edt-end-of-line-forward, edt-end-of-line-backward)
1050 (edt-one-word-forward, edt-one-word-backward, edt-character)
1051 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1052 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1053 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1054 (edt-define-key, edt-bottom-check, edt-sentence-forward)
1055 (edt-sentence-backward, edt-paragraph-forward)
1056 (edt-paragraph-backward, edt-restore-key, edt-window-top)
1057 (edt-window-bottom, edt-scroll-window-forward-line)
1058 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1059 (edt-line-to-top-of-window, edt-paragraph-backward)
1060 (edt-restore-key, edt-window-top, edt-window-bottom)
1061 (edt-scroll-window-forward-line)
1062 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1063 (edt-line-to-middle-of-window, edt-goto-percentage)
1064 (edt-display-the-time, edt-remember, edt-split-window)
1065 (edt-emulation-on, edt-emulation-off)
1066 (edt-default-emulation-setup, edt-user-emulation-setup)
1067 (edt-select-default-global-map, edt-select-user-global-map):
1068 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1069 tests.
1070
1071 * textmodes/reftex-index.el (reftex-index-selection-or-word):
1072 Use feature test instead of boundp test so it can be resolved at
1073 compile time.
1074
1075 * net/newsticker.el (replace-regexp-in-string): Only define for
1076 XEmacs.
1077
1078 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1081 Update all users.
1082 (abbrev-get, abbrev-put): Simplify.
1083 (define-abbrev): Don't store the `force' value in the :system property.
1084 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1085
1086 2007-10-30 Michael Olson <mwolson@gnu.org>
1087
1088 * desktop.el (desktop-minor-mode-table): Add line for ERC.
1089
1090 * textmodes/remember.el: New file that implements a mode for
1091 quickly jotting down things to remember.
1092
1093 * textmodes/remember-diary.el: A backend for remember.el that
1094 implements saving notes to a Diary file.
1095
1096 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1097
1098 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
1099 Relocate in file.
1100 (allout-doublecheck-at-and-shallower): Increase to include
1101 slightly greater depths, since yank interaction is now ok.
1102 Also, elaborate the docstring to explain the situation.
1103 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
1104 instead of concat, so we accommodate key sequences expressed as
1105 vectors as well as strings and lists.
1106 (allout-flag-region, allout-hide-by-annotation): Make the
1107 hidden-text overlays 'front-advance.
1108 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1109 (allout-aberrant-container-p, allout-on-current-heading-p)
1110 (allout-e-o-prefix-p, allout-next-heading)
1111 (allout-previous-heading, allout-goto-prefix)
1112 (allout-end-of-prefix, allout-next-sibling-leap)
1113 (allout-next-visible-heading, allout-auto-fill)
1114 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
1115 (allout-yank-processing, allout-resolve-xref)
1116 (allout-current-topic-collapsed-p, allout-hide-region-body)
1117 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
1118 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
1119 (count-trailing-whitespace-region): Preserve match data, so allout
1120 outline navigation doesn't disrupt other Emacs operations.
1121 (allout-beginning-of-line): Retreat to the beginning of the hidden
1122 text, so fields are respected (for submodes that care).
1123 (allout-end-of-line): Preserve mark activation status when jumping.
1124 (allout-open-topic): Account for opening after a child that
1125 contains a hidden trailing newline. Preserve match data.
1126 Run allout-structure-added-hook
1127 (allout-encrypt-decrypted): Preserve match data.
1128 (allout-toggle-current-subtree-exposure): Add new interactive
1129 function for toggle subtree exposure - suggested by tassilo.
1130 (move-beginning-of-line, move-end-of-line): Don't use
1131 line-move-invisible-p, it's obsolete - substitute the code,
1132 instead.
1133
1134 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * textmodes/flyspell.el (message-signature-separator):
1137 * longlines.el (message-indent-citation-function): Pacify byte
1138 compiler.
1139
1140 * emacs-lisp/cl-loaddefs.el:
1141 * ldefs-boot.el: Regenerate.
1142
1143 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1144 (.el.elc, compile, compile-always, compile-calc)
1145 ($(lisp)/progmodes/cc-mode.elc): Use it.
1146
1147 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1148 Only do work for XEmacs.
1149 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1150 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1151 on XEmacs.
1152 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1153 (ps-x-color-name, ps-x-color-specifier-p)
1154 (ps-x-copy-coding-system, ps-x-device-class)
1155 (ps-x-extent-end-position, ps-x-extent-face)
1156 (ps-x-extent-priority, ps-x-extent-start-position)
1157 (ps-x-face-font-instance, ps-x-find-coding-system)
1158 (ps-x-font-instance-properties, ps-x-make-color-instance)
1159 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
1160 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
1161 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
1162 (ps-generate-postscript-with-faces): Delete defaliases.
1163 (ps-face-foreground-name, ps-face-background-name)
1164 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1165 Move definitions to top level, make the body conditional on the Emacs
1166 flavor. Replace uses of deleted aliases and renamed functions.
1167 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
1168 of deleted aliases and renamed functions.
1169
1170 * calc/calc.el (calc-emacs-type-lucid): Remove.
1171 (calc-digit-map, calcDigit-start, calc-read-key)
1172 (calc-clear-unread-commands):
1173 * calc/calc-ext.el (calc-user-key-map): Replace uses of
1174 calc-emacs-type-lucid with (featurep 'xemacs)
1175
1176 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
1177 (featurep 'xemacs).
1178 (tpu-lucid-emacs19-p): Remove.
1179 (tpu-map-key): Make it a function instead of using fset. Inline
1180 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
1181 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
1182
1183 * ielm.el: Use featurep 'xemacs.
1184
1185 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
1186 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
1187 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
1188 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
1189 cperl-xemacs-p with (featurep 'xemacs).
1190 (font-lock-cache-position): Pacify byte compiler.
1191
1192 2007-10-29 Drew Adams <drew.adams@oracle.com>
1193
1194 * faces.el (read-color): New function.
1195 (face-at-point, foreground-color-at-point)
1196 (background-color-at-point): New functions.
1197
1198 2007-10-28 Richard Stallman <rms@gnu.org>
1199
1200 * net/browse-url.el (browse-url-text-xterm): Rename from
1201 browse-url-lynx-xterm and made generic.
1202 (browse-url-text-emacs): Likewise.
1203 (browse-url-text-browser): New variable.
1204 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
1205 (browse-url-text-input-field, browse-url-text-input-attempts)
1206 (browse-url-kde-program): Likewise.
1207
1208 2007-10-29 Glenn Morris <rgm@gnu.org>
1209
1210 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1211 Use mapc rather than mapcar (reinstall change deleted without log
1212 entry 2007-10-22).
1213
1214 2007-10-29 Martin Rudalics <rudalics@gmx.at>
1215
1216 * wdired.el (wdired-next-line, wdired-previous-line):
1217 Use next-line and previous-line wrapped in with-no-warnings.
1218
1219 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
1220
1221 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
1222 (rcirc-recent-quit-alist): New function.
1223 (rcirc): Print a better message when there is only one connected server.
1224 (rcirc-complete-nick): Do not update the nick table here.
1225 (rcirc-mode-map): Add M-o.
1226 (rcirc-current-line): Add variable.
1227 (rcirc-mode): Setup variables for line based omit.
1228 (rcirc-edit-multiline): Strip text properties.
1229 (rcirc-omit-responses): Add NICK.
1230 (rcirc-omit-threshold): Add variable.
1231 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
1232 Add functions.
1233 (rcirc-print): Keep track of current line. Do not fill text if
1234 `rcirc-fill-flag' is null. Only omit text if the last activity
1235 from the sender is more than `rcirc-omit-threshold' lines ago.
1236 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
1237 numbers instead of time.
1238 (rcirc-channel-nicks): Sort by line numbers instead of time.
1239 (rcirc-omit-mode): Add `...' when omitting text and recenter.
1240 (rcirc-handler-JOIN): Restore the joiners linestamp.
1241 (rcirc-maybe-remember-nick-quit): Add function.
1242 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
1243
1244 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * loadhist.el (unload-feature-special-hooks):
1247 Add `delete-frame-functions' and `suspend-tty-functions'.
1248
1249 * server.el (server-unload-function): Rename from `server-unload-hook'
1250 and adapt to new `unload-feature' functionality. Remove hook from
1251 `kill-buffer-hook' buffer-locally.
1252 (server-unload-hook): Remove.
1253 (server-unload-function): New var; replaces `server-unload-hook'.
1254
1255 2007-10-29 Glenn Morris <rgm@gnu.org>
1256
1257 * dirtrack.el (dirtrack-debug): Doc fix.
1258 (dirtrack-mode, dirtrack-debug-mode): New names for
1259 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
1260 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1261 Make obsolete.
1262 (dirtrack-debug-message): Only print message if
1263 dirtrack-debug-mode is non-nil. Use with-current-buffer.
1264 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
1265 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1266
1267 2007-10-28 Glenn Morris <rgm@gnu.org>
1268
1269 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1270 (byte-compile-warnings-safe-p): Handle `not'.
1271 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1272 (byte-compile-enable-warning): New functions.
1273 (byte-compile-eval-before-compile)
1274 (byte-compile-file-form-require): Use byte-compile-disable-warning.
1275 (byte-compile-close-variables): Locally bind byte-compile-warnings,
1276 but do not modify it.
1277 (byte-compile-eval, byte-compile-obsolete)
1278 (byte-compile-warn-about-unresolved-functions)
1279 (byte-compile-file-form-defvar)
1280 (byte-compile-file-form-custom-declare-variable)
1281 (byte-compile-file-form-require)
1282 (byte-compile-file-form-defmumble, byte-compile-lambda)
1283 (byte-compile-form, byte-compile-normal-call)
1284 (byte-compile-variable-ref, byte-compile-defvar)
1285 (byte-compile-make-variable-buffer-local):
1286 Use byte-compile-warning-enabled-p.
1287 * emacs-lisp/advice.el (ad-compile-function):
1288 Use byte-compile-disable-warning.
1289 * emacs-lisp/cl.el: Move local variables to end of file, and set
1290 byte-compile-warnings to `(not cl-functions)'.
1291 * emacs-lisp/cl-compat.el: Add a local variables section, and set
1292 byte-compile-warnings to `(not cl-functions)'.
1293 * emacs-lisp/cl-macs.el: Unify local variable section, and set
1294 byte-compile-warnings to `(not cl-functions)'.
1295 (cl-do-proclaim): Use byte-compile-disable-warning and
1296 byte-compile-enable-warning.
1297 * emacs-lisp/cl-seq.el: Unify local variable section, and set
1298 byte-compile-warnings to `(not cl-functions)'.
1299 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1300 Use byte-compile-disable-warning.
1301
1302 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1303
1304 * cus-edit.el (custom-browse-insert-prefix):
1305 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1306
1307 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * server.el (server-process-filter): Fix typo in docstring.
1310 (server-log): Reflow docstrings.
1311 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1312 (server-goto-line-column): Use `when'.
1313
1314 2007-10-28 Juri Linkov <juri@jurta.org>
1315
1316 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1317 when mouse is clicked on the isearch message.
1318 (isearch-resume): Call `isearch-update' at the end.
1319 Rename argument `search' to `string' to conform to the
1320 isearch terminology.
1321
1322 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 Rewrite abbrev.c in Elisp.
1325 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1326 (abbrev-table-get, abbrev-table-put, abbrev-get)
1327 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1328 (define-abbrev, abbrev--check-chars, define-global-abbrev)
1329 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1330 (abbrev-expansion, abbrev--before-point, expand-abbrev)
1331 (unexpand-abbrev, abbrev--write, abbrev--describe)
1332 (insert-abbrev-table-description, define-abbrev-table):
1333 New funs, largely transcribed from abbrev.c.
1334 (abbrev-with-wrapper-hook): New macro.
1335 (abbrev-table-name-list, global-abbrev-table)
1336 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1337 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1338 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1339 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1340 New vars, largely transcribed from abbrev.c.
1341 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
1342 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1343 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1344
1345 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1346
1347 * ps-print.el: Now detect if text foreground and background colors are
1348 equal and replace the foreground color by another color, so the text
1349 becomes visible. Doc fix.
1350 (ps-print-version): New version 6.8.
1351 (ps-default-fg, ps-default-bg): Docstring fix.
1352 (ps-postscript-code-directory): Fix default value code.
1353 (ps-fg-list, ps-fg-validate-p): New options.
1354 (ps-foreground-list): New var.
1355 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1356
1357 2007-10-27 Glenn Morris <rgm@gnu.org>
1358
1359 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1360 (shell-dirtrack-toggle): Mark as obsolete.
1361 (dirtrack-toggle, dirtrack-mode): No longer alias to
1362 shell-dirtrack-mode.
1363
1364 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1365
1366 * calc/calc.el (math-standard-opers): Lower the precedence
1367 of negation.
1368 * calc/calc-lang.el (math-oper-table): Lower precedence of
1369 negation for C, TeX, and eqn.
1370
1371 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1372
1373 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1374
1375 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1376
1377 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1378 (desktop-not-loaded-hook): Fix :version tags.
1379
1380 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1383 (tramp-get-remote-tmpdir): New defun.
1384 (tramp-make-tramp-temp-file): Use it.
1385 (tramp-local-call-process): New defun. Replace all calls of
1386 `call-process' by this when appropriate.
1387 (tramp-handle-write-region): Replace calls of `file-attributes' by
1388 `tramp-compat-file-attributes'.
1389 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1390 Make the first command a `tramp-send-command' call, with let-bind
1391 of `tramp-end-of-output'.
1392 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
1393 (tramp-load-report-modules, tramp-append-tramp-buffers):
1394 Move to tramp-cmds.el.
1395
1396 * net/tramp-fish.el (tramp-fish-handle-copy-file)
1397 (tramp-fish-do-copy-or-rename-file)
1398 (tramp-fish-do-copy-or-rename-file-directly):
1399 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1400 Add parameter PRESERVE-UID-GID.
1401
1402 2007-10-27 Eli Zaretskii <eliz@gnu.org>
1403
1404 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1405 New defcustoms.
1406 (display-time-world-list): Use them as appropriate for the current
1407 value of `system-type'.
1408
1409 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1410
1411 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1412 Move (again) some variable definitions before use, define some fun
1413 aliases, no code change.
1414 (pr-version): New version 6.9.2.
1415 (pr-path-style, pr-auto-region, pr-menu-char-height)
1416 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1417 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1418 via (defvar VAR).
1419 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1420 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1421 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1422 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1423 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
1424 (pr-menu-print-item, pr-ps-printer-menu-modified)
1425 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1426 (pr-even-or-odd-alist): Vars definition moved.
1427
1428 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1429
1430 * emulation/pc-select.el (next-line-mark, next-line-nomark)
1431 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1432 around uses of previous-line and next-line.
1433
1434 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1435 New defvars.
1436
1437 * textmodes/css-mode.el (comment-continue):
1438 * net/browse-url.el (url-handler-regexp):
1439 * progmodes/idlw-help.el (idlwave-system-routines):
1440 Pacify byte-compiler.
1441
1442 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
1443 line-move-invisible-p with its former definition: invisible-p.
1444 line-move-invisible-p was removed on 2007-08-29.
1445
1446 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * files.el (kill-emacs-query-functions): Doc fix;
1449 `save-buffers-kill-emacs' is no longer bound to a key.
1450
1451 2007-10-26 Richard Stallman <rms@gnu.org>
1452
1453 * isearch-multi.el (isearch-buffers-multi): New option.
1454 (isearch-buffers-search-fun): Test it.
1455
1456 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1457 Put ps-run-clear on C-c C-l.
1458
1459 * newcomment.el (comment-styles): New style indent-or-triple.
1460 (comment-style): Make that the default.
1461 (comment-add defvar): Doc fix.
1462 (comment-add): Delete arg EXTRA.
1463 (comment-region-default): Open code call to comment-add.
1464 Handle indent-or-triple style which uses `multi-char' for INDENT.
1465
1466 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1467
1468 * eshell/em-unix.el (nil-blank-string): Doc fix.
1469
1470 2007-10-26 John Wiegley <johnw@newartisans.com>
1471
1472 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
1473 function, ensure that the third argument is turned into a nil if
1474 the string is otherwise completely empty (either no characters, or
1475 all tabs/spaces). This fixes a bug from a user who found himself
1476 unable to customize `diff-switches' and still use Eshell's diff
1477 command.
1478
1479 2007-10-26 Glenn Morris <rgm@gnu.org>
1480
1481 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1482 safe-local-variable property.
1483
1484 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1485
1486 * net/browse-url.el (browse-url-browser-function): Delete grail.
1487 (browse-url-grail): Function and variable deleted.
1488 (browse-url-browser-function): Delete IXI Mosaic.
1489 (browse-url-default-browser): Don't try IXI Mosaic.
1490 (browse-url-iximosaic): Function deleted.
1491 (browse-url-browser-function): Delete MMM.
1492 (browse-url-default-browser): Don't try MMM.
1493 (browse-url-mmm): Function deleted.
1494
1495 2007-10-26 Drew Adams <drew.adams@oracle.com>
1496
1497 * custom.el (custom-note-var-changed): New function.
1498
1499 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
1500
1501 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
1502 use with the definition. Remove.
1503
1504 * add-log.el (change-log-start-entry-re): New defconst.
1505 (change-log-sortable-date-at): Use it.
1506 (change-log-beginning-of-defun, change-log-end-of-defun):
1507 New functions.
1508 (change-log-mode): Use them for beginning-of-defun-function and
1509 end-of-defun-function.
1510
1511 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1512
1513 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
1514 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
1515 (ses-recalculate-cell): Deal with point being just beyond end of
1516 data area (why does this happen?)
1517 (ses-set-curcell): Ditto.
1518 (ses-column-letter): Handle columns beyond 702. Code written by
1519 Gareth Rees.
1520
1521 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
1522
1523 * textmodes/org.el (org-agenda-get-restriction-and-command):
1524 Use `mapc' instead of `mapcar'.
1525 (org-agenda-list): Numeric prefix argument can specify the number
1526 of days.
1527 (remember-register, remember-buffer): Prevent byte compiler from
1528 complaining.
1529 (org-todo): Save and restore match data.
1530 (org-no-warnings): New macro.
1531 (org-columns-eval): Use `org-no-warnings'.
1532
1533 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
1534
1535 * comint.el (comint-password-prompt-regexp):
1536 Handle `[sudo] password'-style prompt.
1537
1538 2007-10-25 Glenn Morris <rgm@gnu.org>
1539
1540 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1541 (defcustom): Doc fix.
1542
1543 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1544 Add `non_intrinsic'.
1545 (f90-constants-re): Add ieee modules.
1546 (f90-typedef-matcher, f90-typedec-matcher)
1547 (f90-imenu-type-matcher): New functions.
1548 (f90-font-lock-keywords-1): Give module procedures function-name face.
1549 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
1550 Add `use, intrinsic'.
1551 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1552 Move start of `enum' blocks to separate entry.
1553 (f90-start-block-re): Fix `type', `abstract interface'.
1554 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1555 derived types.
1556 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1557 `elemental', change `enumerator'.
1558 (f90-no-block-limit): Fix `abstract interface'.
1559
1560 * progmodes/f90.el (f90-indented-comment-re)
1561 (f90-directive-comment-re, f90-break-delimiters):
1562 * progmodes/fortran.el (fortran-comment-line-start-skip)
1563 (fortran-directive-re):
1564 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1565 as safe if they are strings.
1566
1567 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * startup.el (window-system): Remove. Don't make it frame-local.
1570
1571 2007-10-24 Richard Stallman <rms@gnu.org>
1572
1573 * savehist.el (savehist-save): Omit unreadable elements.
1574
1575 * loadhist.el (unload-function-defs-list): Rename from
1576 unload-function-features-list.
1577 (unload-feature-special-hooks, unload-feature): Doc fixes.
1578
1579 * indent.el (indent-to-left-margin): If point's in the indentation,
1580 move to the end of the indentation.
1581
1582 * cus-edit.el (customize-changed-options): Make arg optional.
1583
1584 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1587
1588 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1589
1590 * textmodes/org-publish.el (org-publish-attachment): Re-install
1591 accidentally deleted change.
1592
1593 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * term/iris-ansi.el (iris-function-map): Move init into declaration.
1596
1597 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1600 (Buffer-menu-mode-map): Initialize in the declaration.
1601 (Buffer-menu-mode): Define with `define-derived-mode'.
1602
1603 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
1604
1605 * textmodes/org.el (org-version): Change to 5.13e.
1606 (org-agenda-file-regexp): Fix typo in docstring.
1607 (org-add-planning-info): Fix bug in parenthesis settings.
1608 (org-scan-tags): Catch the case of indirect buffers with no filename.
1609 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
1610 Re-install switch to mapc, had been removed by accident.
1611 (org-columns-map): New binding `C-c C-o'.
1612 (org-columns-menu): Change menu text and added new entry.
1613 (org-columns-eval): Document the use of `next-line'.
1614 (org-columns-open-link): New function.
1615 (org-columns-follow-link): Remove function.
1616 (org-open-link-from-string): New function.
1617 (org-read-date-get-relative): Fix typo in docstring.
1618 (org-read-date-get-relative): Leading +/- is not optional.
1619 (org-agenda-get-restriction-and-command): Always resize window on
1620 first loop cycle.
1621 (org-agenda-open-link): Make sure the link abbreviations are
1622 present in the agenda buffer.
1623 (org-agenda-copy-local-variable): New function.
1624
1625 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1628
1629 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * simple.el (reindent-then-newline-and-indent): Use a `move after
1632 insert' kind of marker in the save-excursion.
1633
1634 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * textmodes/css-mode.el: Require CL.
1637 (comment-continue): Declare.
1638
1639 * subr.el (make-variable-frame-localizable): Remove.
1640 (make-variable-frame-local): Mark obsolete.
1641
1642 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1645 of the subdirs is unreadable.
1646
1647 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1648
1649 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1650 when we are local.
1651
1652 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * progmodes/python.el (python-current-defun): Remove left-over
1655 assignment to `start'.
1656
1657 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1660 than `mapcar'; return value is not used.
1661
1662 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1663
1664 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1665 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1666
1667 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1670 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1671
1672 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1673
1674 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1675
1676 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1677
1678 * emacs-lisp/advice.el (ad-make-advised-docstring):
1679 Add ad-advice-info text property to doc string.
1680
1681 2007-10-23 Glenn Morris <rgm@gnu.org>
1682
1683 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1684 (f90-type-indent, f90-program-indent, f90-associate-indent)
1685 (f90-continuation-indent, f90-comment-region)
1686 (f90-beginning-ampersand, f90-smart-end)
1687 (f90-break-before-delimiters, f90-auto-keyword-case)
1688 (f90-leave-line-no, f90-mode-hook):
1689 Give an appropriate safe-local-variable property.
1690
1691 * progmodes/fortran.el (fortran-tab-mode-default)
1692 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1693 (fortran-structure-indent, fortran-continuation-indent)
1694 (fortran-comment-indent, fortran-comment-line-extra-indent)
1695 (fortran-comment-line-start)
1696 (fortran-minimum-statement-indent-fixed)
1697 (fortran-minimum-statement-indent-tab)
1698 (fortran-comment-indent-char, fortran-line-number-indent)
1699 (fortran-check-all-num-for-matching-do)
1700 (fortran-blink-matching-if, fortran-continuation-string)
1701 (fortran-comment-region, fortran-electric-line-number)
1702 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1703 (fortran-analyze-depth, fortran-break-before-delimiters):
1704 Give an appropriate safe-local-variable property.
1705
1706 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1707
1708 * printing.el: Move variable definitions before use.
1709 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1710
1711 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1714 (tpu-edt-off): Use it.
1715 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1716 the global-map before adding it to global-map.
1717
1718 * menu-bar.el (global-buffers-menu-map): New var.
1719 (global-map, menu-bar-update-buffers): Use it.
1720 * msb.el (msb-menu-bar-update-buffers): Use it.
1721 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1722 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1723 Use with-current-buffer.
1724
1725 2007-10-22 Juri Linkov <juri@jurta.org>
1726
1727 * isearch-multi.el: New file.
1728
1729 * isearch.el (isearch-search-string): After finding the next
1730 occurrence switch to buffer isearch-buffers-current-buffer when
1731 isearch-buffers-next-buffer-function is non-nil and
1732 isearch-buffers-current-buffer is live.
1733
1734 * add-log.el (change-log-mode): Make and set buffer-local variable
1735 isearch-buffers-next-buffer-function to change-log-next-buffer.
1736 Call isearch-buffers-minor-mode.
1737 (change-log-next-buffer): New function.
1738
1739 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1740
1741 * org-export-latex.el (org-export-latex-protect-string):
1742 Renaming of `org-latex-protect'.
1743 (org-export-latex-emphasis-alist): By default, don't protect
1744 any emphasis formatter from further conversion.
1745 (org-export-latex-tables): Honor column grouping for tables.
1746 (org-export-latex-title-command): New option.
1747 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1748 export backslash character.
1749
1750 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1751
1752 * textmodes/org.el (org-read-date-get-relative): New function.
1753 (org-agenda-file-regexp): New variable.
1754 (org-agenda-files): Allow directories in the variable.
1755 (org-agenda-get-restriction-and-command): New function.
1756 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1757 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1758 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1759 New functions.
1760 (org-entry-add-to-multivalued-property)
1761 (org-entry-remove-from-multivalued-property)
1762 (org-entry-member-in-multivalued-property): New functions.
1763 (org-remember-apply-template): Catch C-g and make sure window
1764 configuration is restored.
1765 (org-agenda-open-link): Make it work with several links in the line.
1766 (org-drawers, org-set-regexps-and-options)
1767 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1768 (org-agenda-window-frame-fractions): New option.
1769 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1770 (org-columns-cleanup-item, org-find-entry-with-id)
1771 (org-insert-columns-dblock, org-listtable-to-string)
1772 (org-dblock-write:columnview, org-columns-capture-view)
1773 (org-edit-headline): New functions.
1774 (org-agenda-to-appt): Require calendar.
1775 (org-entry-get-with-inheritance): Widen for search.
1776 (org-columns-display-here): Don't mark buffer as modified when
1777 adding space characters to accomodate column overlays.
1778 (org-export-as-html): Better formatting of tags in the toc.
1779 (org-columns-display-here): Make the ITEM column as compact as possible.
1780 (org-remember-templates): Customization interface improved.
1781 (org-export-with-property-drawer): Variable removed.
1782 (org-export-with-drawers): New option.
1783 (org-complex-heading-regexp): New variable.
1784 (org-sort-entries): Rewrite using `sort-subr'.
1785 (org-set-property): More appropriate completion during interactive use.
1786 (org-sort-entries): Allow sorting by property.
1787 (org-additional-option-like-keywords): Add more values.
1788 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1789
1790 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1791
1792 * textmodes/org.el (org-get-date-from-calendar): New function.
1793 (org-at-timestamp-p, org-timestamp-change)
1794 (org-remember-templates): First element of each entry is now a
1795 name for the template.
1796 (org-store-log-note): Check for `org-note-abort'.
1797 (org-kill-note-or-show-branches): New command.
1798 (org-fontify-priorities): New option.
1799 (org-fontify-priorities): New function.
1800 (org-cut-subtree, org-copy-subtree): New argument N to
1801 act on N sequential subtrees.
1802 (org-paste-subtree): Fix the level at which a tree is pasted.
1803 (org-fit-agenda-window): Limitations on window size removed.
1804 (org-agenda-find-same-or-today-or-agenda): Rename from
1805 `org-agenda-find-today-or-agenda'.
1806 (org-scheduled-past-days): New option.
1807 (org-agenda-scheduled-leaders)
1808 (org-agenda-deadline-leaders): New options.
1809 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1810 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1811 (org-export-with-tags, org-export-plist-vars)
1812 (org-infile-export-plist): New "tags" option.
1813 (org-use-property-inheritance): New option.
1814 (org-cached-entry-get): Use `org-use-property-inheritance'.
1815 (org-remember-apply-template): Fix typo.
1816
1817 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1818
1819 * net/tramp.el (tramp-find-shell)
1820 (tramp-open-connection-setup-interactive-shell): Improve sending
1821 initial commands.
1822 (tramp-action-terminal): Send debug message.
1823 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1824 (tramp-barf-if-no-shell-prompt): Insert code of
1825 `tramp-wait-for-shell-prompt'.
1826
1827 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1830
1831 * term/vt200.el (terminal-init-vt200):
1832 * term/vt201.el (terminal-init-vt201):
1833 * term/vt220.el (terminal-init-vt220):
1834 * term/vt240.el (terminal-init-vt240):
1835 * term/vt300.el (terminal-init-vt300):
1836 * term/vt320.el (terminal-init-vt320):
1837 * term/vt400.el (terminal-init-vt400):
1838 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1839
1840 * term/wyse50.el (wyse50-terminal-map): New var.
1841 (terminal-init-wyse50): Use it and input-decode-map.
1842 (enable-arrow-keys): Emasculate.
1843
1844 * term/tvi970.el (tvi970-terminal-map): New var.
1845 (terminal-init-tvi970): Use it and input-decode-map.
1846 (tvi970-keypad-numeric): Remove.
1847 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1848
1849 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1850 (terminal-init-sun): Use it and input-decode-map.
1851
1852 * term/news.el (terminal-init-news):
1853 * term/lk201.el (terminal-init-lk201):
1854 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1855
1856 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1857
1858 * complete.el (PC-expand-many-files): Remove.
1859 (PC-do-completion): Call file-expand-wildcards instead of
1860 PC-expand-many-files.
1861
1862 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1863 (PC-expand-many-files): Remove advice.
1864
1865 2007-10-22 Glenn Morris <rgm@gnu.org>
1866
1867 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1868 Add some support for Fortran 2003 syntax:
1869 (f90-type-indent): Now also applies to `enum'.
1870 (f90-associate-indent): New user option.
1871 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1872 Add some F2003 keywords.
1873 (f90-constants-re): New constant.
1874 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1875 Interface'.
1876 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1877 `class'. Arguments for `type'/`class' may have spaces. Add a new
1878 element for functions with specified types. Add `end enum' and
1879 `select type'. Add `implicit enumerator' and `procedure'.
1880 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1881 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1882 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1883 (f90-blocks-re): Add `enum' and `associate'.
1884 (f90-else-like-re): Add `class is', `type is', and `class default'.
1885 (f90-end-type-re): Add `enum'.
1886 (f90-end-associate-re, f90-typeis-re): New constants.
1887 (f90-end-block-re): Add `enum' and `associate'. Change from
1888 optional whitespace to end-of-word, to avoid `enumerator'.
1889 (f90-start-block-re): Add `select type', `abstract interface', and
1890 `enum'. Avoid `type is', and `type (sometype)'.
1891 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1892 (f90-mode): Doc fix.
1893 (f90-looking-at-select-case): Doc fix. Add `select type'.
1894 (f90-looking-at-associate): New function.
1895 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1896 Add `enum' and `abstract interface'.
1897 (f90-no-block-limit): Add `select type' and `abstract interface'.
1898 (f90-get-correct-indent, f90-calculate-indent)
1899 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1900 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1901
1902 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1903
1904 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1905 Use window-full-width-p.
1906
1907 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1908
1909 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1910
1911 * tooltip.el: Use featurep 'xemacs.
1912
1913 * printing.el: Move variable definitions before use, no code change.
1914
1915 2007-10-22 Juri Linkov <juri@jurta.org>
1916
1917 * simple.el (goto-history-element): Allow minibuffer-default to be
1918 a list of default values accessible by typing M-n in the minibuffer.
1919
1920 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1921 minibuffer default value list instead of pushing them temporarily
1922 to the history list.
1923
1924 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1925
1926 * hexl.el (hexl-menu): New major mode menu.
1927
1928 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1931
1932 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * w32-fns.el (w32-quote-process-args):
1935 * dos-w32.el (print-region-function, lpr-headers-switches)
1936 (ps-print-region-function): Pacify byte-compiler.
1937
1938 * emulation/edt-mapper.el (function-key-map):
1939 (edt-map-key): Make it a function instead of using fset.
1940 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1941 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1942 (edt-x-emacs-p): Remove.
1943 (edt-emacs-variant, edt-window-system, edt-xserver):
1944 Use featurep 'xemacs.
1945
1946 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1947 Replace eudc-xemacs-p with its definition.
1948 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1949 (eudc-emacs-mule-p): Remove.
1950 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1951 eudc-xemacs-p with feature tests.
1952
1953 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1954 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1955 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1956 (eudc-bob-toggle-inline-display):
1957 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1958 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1959
1960 * net/eudcb-ph.el (eudc-ph-open-session):
1961 Replace eudc-xemacs-mule-p with its former definition.
1962
1963 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1964 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1965
1966 * progmodes/vera-mode.el (vera-xemacs): Remove.
1967 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1968
1969 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1970 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1971 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1972 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1973 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1974 with (featurep 'xemacs).
1975
1976 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1977 (save-buffer-state-x):
1978 * obsolete/fast-lock.el (fast-lock-verbose):
1979 * emulation/viper-init.el (viper-xemacs-p)
1980 (viper-cond-compile-for-xemacs-or-emacs):
1981 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1982 * ps-print.el (case-fold-search):
1983 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1984 * calculator.el (calculator-help): Use featurep 'xemacs.
1985
1986 * progmodes/prolog.el: Undo previous change.
1987 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1988
1989 * progmodes/dcl-mode.el:
1990 * play/yow.el:
1991 * calendar/todo-mode.el:
1992 * calendar/cal-hebrew.el:
1993 * vc-hg.el: Undo previous change.
1994
1995 * vms-patch.el: Likewise.
1996 (print-region-function): Pacify byte-compiler.
1997
1998 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
2001 preserve-uid-gid.
2002
2003 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
2004 compatibility. It is not used, though.
2005
2006 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
2007 Require tramp-cmds.el.
2008 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
2009 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
2010 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2011 (tramp-do-copy-or-rename-file-out-of-band)
2012 (tramp-maybe-open-connection): Use `make-temp-name'. This is
2013 possible, because we don't need to create the temporary file, but
2014 we need a prefix for ssh, which has its own temporary file handling.
2015 (tramp-handle-delete-directory): Add "-f" to rmdir.
2016 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2017 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2018 a signal, in order to give the callee a chance to suppress.
2019 (tramp-handle-write-region): Set owner also in case of short
2020 track. Don't use compatibility calls for `write-region' anymore.
2021 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
2022 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2023
2024 * net/tramp-cmds.el: New file.
2025
2026 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2027 `tramp-clear-passwd'.
2028
2029 * net/trampver.el: Update release number.
2030
2031 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2032
2033 * progmodes/gud.el (gud-target-name): Move definition before use.
2034
2035 * progmodes/dcl-mode.el: Require imenu at compile time.
2036
2037 * progmodes/cc-engine.el (c-maybe-stale-found-type):
2038 Pacify byte-compiler.
2039
2040 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2041
2042 * eshell/esh-mode.el (eshell-handle-ansi-color):
2043 Require ansi-color at compile time too.
2044
2045 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2046
2047 * w32-fns.el: Require w32-vars.
2048
2049 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2050 time too.
2051
2052 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * double.el ([ignore]): Use `ignore'.
2055 (double-setup): Inline into double-mode.
2056 (double-mode): Use define-minor-mode.
2057
2058 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2059
2060 * textmodes/reftex.el: Move require easymenu before first use.
2061 (reftex-info): Require info at compile too.
2062
2063 * textmodes/org-publish.el (org-publish-org-to-html)
2064 (org-publish-org-to): Require org at compile time too.
2065 (org-publish-attachment): Require at compile time too.
2066
2067 * term/tty-colors.el (w32-tty-standard-colors):
2068 Pacify byte-compiler.
2069
2070 * term/pc-win.el (frame-creation-function-alist): Add to this
2071 instead of setting frame-creation-function.
2072
2073 * play/blackbox.el (bb-up, bb-down): Use forward-line.
2074
2075 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
2076
2077 * calendar/todo-mode.el: Require calendar at compile time.
2078
2079 * calendar/cal-hebrew.el: Require holidays at compile time.
2080
2081 * w32-vars.el: Provide w32-vars.
2082
2083 * term/w32-win.el: Require w32-vars.
2084 (w32-color-map): Pacify byte-compiler.
2085
2086 * loadup.el: Load w32-vars before term/w32-win.
2087
2088 2007-10-20 Juri Linkov <juri@jurta.org>
2089
2090 * textmodes/fill.el (fill-paragraph): When the region is active,
2091 don't try other `or' branches regardless of the value returned by
2092 fill-region; just return t.
2093
2094 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2095
2096 * vc.el (vc-do-command): Condition out a misleading message when
2097 running asynchronously.
2098 (vc-deduce-fileset): New argument enables using an unregistered
2099 visited file as a singleton fileset if nothing else is available.
2100 (vc-next-action): Restore file-registering behavior.
2101
2102 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2103
2104 * calc/README: Add recent news.
2105
2106 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * term/x-win.el (x-gtk-stock-map, icon-map-list)
2109 (x-gtk-map-stock): Delete duplicated definitions from merge.
2110
2111 * progmodes/compile.el (compilation-skip-to-next-location)
2112 (compilation-skip-threshold, compilation-skip-visited):
2113 Move definitions earlier.
2114
2115 * play/decipher.el (decipher-keypress):
2116 * play/zone.el (zone-fall-through-ws):
2117 * play/landmark.el (lm-move-down, lm-move-up):
2118 * play/handwrite.el (handwrite):
2119 * mail/mspools.el (mspools-visit-spool):
2120 * wdired.el (wdired-next-line, wdired-previous-line):
2121 * tar-mode.el (tar-subfile-save-buffer):
2122 * scroll-lock.el (scroll-lock-next-line)
2123 (scroll-lock-previous-line):
2124 * image-dired.el (image-dired-next-line)
2125 (image-dired-previous-line):
2126 * ediff-help.el (ediff-help-message-line-length):
2127 Use forward-line.
2128
2129 * smerge-mode.el (smerge-auto-refine):
2130 * diff-mode.el (diff-auto-refine): Add :group.
2131
2132 * play/yow.el: Require doctor at compile time.
2133
2134 * vmsproc.el: Provide vmsproc.
2135 (command-send-input): Use forward-line.
2136
2137 * vms-patch.el: Require ps-print and vmsproc at compile time.
2138
2139 * vc-mtn.el (log-view-message-re, log-view-file-re)
2140 (log-view-font-lock-keywords): Pacify byte-compiler.
2141
2142 * vc-hg.el: Require log-view at compile time.
2143
2144 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2145
2146 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2147
2148 2007-10-20 Glenn Morris <rgm@gnu.org>
2149
2150 * progmodes/f90.el (f90-font-lock-keywords-2)
2151 (f90-looking-at-type-like): Fix regexp typos.
2152
2153 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2156 (bs-mode): Set mode-class property to special.
2157
2158 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * diff-mode.el (diff-auto-refine): New var.
2161 (diff-hunk): Use it.
2162 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
2163 (diff-refine-change): Rename from diff-fine-change. Change it.
2164 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
2165 (diff-refine-hunk): Rename from diff-fine-highlight.
2166
2167 2007-10-20 John Paul Wallington <jpw@pobox.com>
2168
2169 * help-fns.el (describe-variable-custom-version-info): New function
2170 to return variable's version or package version note.
2171 (describe-variable): Use it, display result.
2172
2173 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * smerge-mode.el (smerge-auto-refine): New var.
2176 (smerge-next, smerge-prev): Use it.
2177 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2178
2179 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2180 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2181
2182 * vc-bzr.el (vc-bzr-diff-tree):
2183 * vc-git.el (vc-git-diff-tree):
2184 * vc-hg.el (vc-hg-diff-tree):
2185 * vc-mcvs.el (vc-mcvs-diff-tree):
2186 * vc-mtn.el (vc-mtn-diff-tree):
2187 * vc-svn.el (vc-svn-diff-tree): Remove.
2188
2189 * vc-mtn.el (vc-mtn-revision-completion-table):
2190 * vc-cvs.el (vc-cvs-revision-completion-table):
2191 * vc-arch.el (vc-arch-revision-completion-table):
2192 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
2193 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
2194 Make it work when the arg is a list of files.
2195
2196 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
2199 Also `revision-completion-table' now takes a list of files.
2200 (vc-deduce-fileset): Remove unused var `regexp'.
2201 Only obey allow-directory-wildcard in dired buffers.
2202 (vc-default-diff-tree): Remove.
2203 (vc-diff-added-files): New var.
2204 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
2205 (vc-version-diff): Revert from `vc-history-diff' to the original name.
2206 Remove the `backend' arg.
2207 (vc-contains-version-controlled-file): Remove.
2208 (vc-diff): Bring it closer to the version in Emacs-22.
2209 (vc-revert): Fix typo in let-binding.
2210 (vc-default-unregister): Remove.
2211 (vc-dired-buffers-for-dir): Remove N^2 behavior.
2212
2213 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2214
2215 * textmodes/two-column.el (2C-split, 2C-merge):
2216 * textmodes/bib-mode.el (bib-find-key, mark-bib):
2217 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2218 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
2219 * progmodes/ada-xref.el (ada-get-all-references):
2220 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
2221 * emulation/vi.el (vi-previous-line-first-nonwhite)
2222 (vi-effective-range, vi-put-before):
2223 * emulation/edt.el (edt-next-line, edt-previous-line)
2224 (edt-paragraph-forward): Use forward-line.
2225
2226 * progmodes/etags.el (tags-apropos): Require apropos at compile
2227 time too.
2228
2229 * progmodes/prolog.el: Require comint when compiling.
2230 (inferior-prolog-flavor): Move defvar before use.
2231
2232 2007-10-19 Richard Stallman <rms@gnu.org>
2233
2234 * font-core.el (turn-on-font-lock-if-desired):
2235 Rename from `turn-on-font-lock-if-enabled'.
2236 Fully obey `font-lock-global-modes'.
2237
2238 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
2241 which will not affect the behavior of things like forward-word.
2242 (diff-fine-highlight): Preserve point.
2243
2244 * doc-view.el (doc-view-mode-map): Use remapping.
2245 Don't rebind C-v, M-v to their default value.
2246 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2247
2248 * smerge-mode.el: Add word-granularity refinement.
2249 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2250 (smerge-refine-weight-hack): New vars.
2251 (smerge-refine-forward): New fun.
2252 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2253 (smerge-refine-subst): Use them as well. Preserve point.
2254
2255 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * follow.el (follow-unload-function): New function.
2258
2259 * loadhist.el (unload-function-features-list):
2260 Rename from `unload-hook-features-list'.
2261 (unload-hook-features-list): Add as obsolete alias.
2262 (unload-feature): Use `unload-function-features-list'
2263 and new FEATURE-unload-function.
2264
2265 2007-10-19 Glenn Morris <rgm@gnu.org>
2266
2267 * bindings.el (mouse-minor-mode-menu)
2268 (minor-mode-menu-from-indicator): Move to mouse.el.
2269 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2270 Move here from bindings.el.
2271
2272 2007-10-19 Richard Stallman <rms@gnu.org>
2273
2274 * help-fns.el (describe-function-1): Don't use the advice origname
2275 if it has no function definition.
2276
2277 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2278
2279 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2280 Use `save-restriction' rather than `widen'.
2281
2282 2007-10-18 Richard Stallman <rms@gnu.org>
2283
2284 * time.el (display-time-world-time-format): Display day # not month #.
2285
2286 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2287
2288 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2289
2290 * doc-view.el: Remove version keyword.
2291 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2292 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
2293 (doc-view-ghostscript-options): Improve custom type.
2294 (doc-view-cache-directory, doc-view-conversion-buffer)
2295 (doc-view-conversion-refresh-interval): Simplify custom type.
2296
2297 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
2298
2299 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2300 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2301 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2302 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2303 Remove superfluous messages.
2304 (doc-view-mode-map): Use the image-mode scrolling commands.
2305 Don't rebind C-x k.
2306
2307 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2308
2309 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2310 Add comment about "-dSAFER".
2311
2312 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * term/xterm.el: Don't require xt-mouse.
2315 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2316 calling turn-on-xterm-mouse-tracking-on-terminal directly.
2317
2318 * xt-mouse.el: Don't change the global function-key-map anny more.
2319 (xterm-mouse-mode): Use terminal-init-xterm-hook.
2320 Don't use after-make-frame-functions now that term/xterm.el calls
2321 us directly.
2322 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2323 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
2324 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2325 Setup input-decode-map and remember that xterm-mouse-mode was
2326 enabled in this terminal.
2327 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2328 terminals where it has been enabled.
2329
2330 * faces.el (tty-create-frame-with-faces): Make sure not only
2331 tty-run-terminal-initialization but also set-locale-environment
2332 are run only once per terminal.
2333 (tty-run-terminal-initialization): Don't check if the terminal was
2334 already initted.
2335
2336 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2337 not to remove keymaps that just happen to inherit from one of ours.
2338 When setting up our keymap, make sure it won't be accidentally
2339 modified by someone else.
2340
2341 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2342
2343 * textmodes/artist.el (artist-previous-line, artist-next-line):
2344 * dired.el (dired-next-line, dired-previous-line):
2345 * progmodes/delphi.el (delphi-newline):
2346 * textmodes/org.el (org-columns-eval):
2347 Use forward-line.
2348
2349 * emerge.el (emerge-setup): Use insert-buffer-substring.
2350 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2351
2352 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2355 (adaptive-fill-function): Doc fix. Remove * from docstring.
2356
2357 2007-10-18 Tom Horsley <tom.horsley@att.net>
2358
2359 * simple.el (interprogram-paste-function): Doc fix.
2360 (current-kill): Accept list of strings as well
2361 as single string from `interprogram-paste-function'.
2362
2363 2007-10-18 Glenn Morris <rgm@gnu.org>
2364
2365 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2366
2367 2007-10-18 Drew Adams <drew.adams@oracle.com>
2368
2369 * bindings.el (mode-line-minor-mode-keymap):
2370 Add mouse-minor-mode-menu on mouse-1.
2371 (mode-line-modes): Add mouse-1 to help-echo text.
2372 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2373 New functions.
2374 (mode-line-minor-mode-help): Doc fix.
2375
2376 2007-10-17 Juri Linkov <juri@jurta.org>
2377
2378 * textmodes/fill.el (fill-paragraph-or-region): Remove function
2379 at the request of RMS.
2380 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
2381 arg `region'. Fix docstring. At the first `or' branch add call to
2382 `fill-region' if it the region is active in transient-mark-mode.
2383
2384 * bindings.el (esc-map): Bind M-q to fill-paragraph
2385 instead of fill-paragraph-or-region.
2386
2387 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2388 with fill-paragraph.
2389
2390 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2391 Fix docstring.
2392
2393 * indent.el (indent-for-tab-command): Change interactive spec from
2394 "P" to "p". Add check for interactive arg before indenting the
2395 active region.
2396
2397 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2398 Regroup.
2399
2400 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * emacs-lisp/find-func.el: Don't require loadhist.
2403
2404 * loadhist.el (feature-symbols, file-provides, file-requires)
2405 (file-set-intersect, file-dependents): Simplify.
2406 (unload-feature-special-hooks): Update list of special hooks.
2407
2408 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2409
2410 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2411 extensions since they can be viewed with doc-view.
2412
2413 * files.el (auto-mode-alist): Make doc-view-mode the default mode
2414 for pdf, ps and dvi files.
2415
2416 * doc-view.el: Make doc-view-mode the standard mode for viewing
2417 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2418 text and image display. Add binding C-c C-e to switch to an
2419 editing mode.
2420 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
2421 avoid security problems when rendering files from untrusted sources.
2422
2423 2007-10-17 Aaron Hawley <aaronh@garden.org>
2424
2425 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2426 position is not saved.
2427
2428 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
2429
2430 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
2431 (doc-view-ghostscript-options): Fix typo in doc string.
2432
2433 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2436 handling, so compilation-fake-loc works again.
2437
2438 * server.el (server-select-display): Nop if we do not support m-f-o-d.
2439 (server-process-filter): Revert last change.
2440
2441 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2442 behavior unrelated to filesets.
2443
2444 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * longlines.el (longlines-wrap-follows-window-size): Integer value
2447 specifies wrapping margin.
2448 (longlines-mode, longlines-window-change-function):
2449 Set window-specific wrapping margin based on the above.
2450
2451 2007-10-17 John Wiegley <johnw@newartisans.com>
2452
2453 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2454
2455 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * server.el (server-process-filter): Only set display if X11 is
2458 supported.
2459
2460 2007-10-17 Glenn Morris <rgm@gnu.org>
2461
2462 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2463 Tweak regexp to avoid stack overflow.
2464
2465 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * simple.el (reindent-then-newline-and-indent): Don't assume that
2468 indent-according-to-mode preserves point.
2469
2470 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2471
2472 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2473 (bs--nth-wrapper): Simplify.
2474 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
2475 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
2476 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2477 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
2478 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
2479 (bs-configurations, bs-default-configuration)
2480 (bs-alternative-configuration, bs-cycle-configuration-name)
2481 (bs-string-show-always, bs-string-show-never, bs-string-current)
2482 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
2483 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
2484 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
2485 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
2486 (bs--window-config-coming-from): Revert 2006-11-09 change.
2487 (bs--restore-window-config): Keep the selected frame.
2488 (bs--track-window-changes, bs--remove-hooks): New functions.
2489 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2490 (bs--create-header): Remove.
2491 (bs--create-header-line): New function, based on `bs--create-header'.
2492 (bs--show-header): Use `bs--create-header-line'.
2493 (bs--show-with-configuration): Revert 2006-11-09 change.
2494 Don't reuse window unless it is visible on the selected frame.
2495 Restore window configuration (possibly in a different frame)
2496 before creating any window.
2497
2498 2007-10-16 Glenn Morris <rgm@gnu.org>
2499
2500 * simple.el (blink-matching-open): Don't report false errors with
2501 the `$' syntax class.
2502
2503 2007-10-16 Richard Stallman <rms@gnu.org>
2504
2505 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2506 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2507 (ad-is-advised, ad-get-advice-info-field)
2508 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2509
2510 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * vc-hooks.el (vc-workfile-version): Compatibility alias.
2513 (vc-default-working-revision): Compatibility for backends.
2514
2515 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2518 (filesets-ormap, filesets-sort-case-sensitive-flag)
2519 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2520 Fix typos in docstrings.
2521 (filesets-conditional-sort, filesets-find-or-display-file)
2522 (filesets-data-get-name, filesets-data-get-data)
2523 (filesets-data-set, filesets-cmd-query-replace-getargs)
2524 (filesets-ingroup-collect): Doc fixes.
2525
2526 2007-10-15 Sam Steingold <sds@gnu.org>
2527
2528 * mail/sendmail.el (sendmail-error-reporting-interactive)
2529 (sendmail-error-reporting-non-interactive): New variables for
2530 sendmail error reporting options to simplify support for imperfect
2531 sendmail emulators.
2532 (sendmail-send-it): Use them instead of list literals.
2533
2534 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2535
2536 * help-fns.el: Revert previous change; it creates a
2537 dependency loop between advice.el and help-fns.el.
2538
2539 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * help-fns.el: Require advice when compiling.
2542
2543 2007-10-14 Drew Adams <drew.adams@oracle.com>
2544
2545 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2546 (ring-insert+extend, ring-remove+insert+extend, ring-member)
2547 (ring-next, ring-previous): New functions.
2548
2549 2007-10-14 Richard Stallman <rms@gnu.org>
2550
2551 * emacs-lisp/advice.el (documentation): Advice deleted.
2552 Doc for advised functions is now handled at C level.
2553 (ad-stop-advice, ad-start-advice): Don't enable or disable
2554 advice for `documentation'.
2555 (ad-advised-definition-docstring-regexp): Var deleted.
2556 (ad-make-advised-definition-docstring): Store orig name
2557 as text property of string.
2558 (ad-advised-definition-p): Check for text property of docstring.
2559
2560 * help-fns.el (describe-function-1): Find source of advised functions.
2561
2562 2007-10-14 Juri Linkov <juri@jurta.org>
2563
2564 * faces.el (describe-face): Allow handling a string as the face name.
2565
2566 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2567 active region in transient-mark-mode.
2568 (ispell-region): Change messages displayed at the start and end of
2569 the spell-checking to be the same.
2570
2571 * startup.el (fancy-startup-tail): Say exactly what does the button
2572 dismiss ("Dismiss this startup screen"). Use text "Never show
2573 it again" for the checkbox after this button.
2574 (fancy-startup-screen, fancy-about-screen): Put point before the
2575 first link, so the user can quickly select links with the keyboard.
2576 (normal-mouse-startup-screen): Add more useful text describing how
2577 to follow a link.
2578
2579 2007-10-14 Glenn Morris <rgm@gnu.org>
2580
2581 * progmodes/etags.el (select-tags-table): Disable undo in the
2582 `*Tags Table List*' buffer.
2583
2584 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2585
2586 * dired.el (dired-warn-writable): New face.
2587 (dired-warn-writable-face): New variable.
2588 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2589 of dired-warning-face, for group- and world-writable files.
2590
2591 2007-10-13 Richard Stallman <rms@gnu.org>
2592
2593 * files.el (directory-abbrev-alist): Doc fix.
2594
2595 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2596
2597 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2598
2599 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2600
2601 * frame.el (set-frame-configuration): Assign name parameter only
2602 if it has been set explicitly before.
2603
2604 2007-10-11 Tom Tromey <tromey@redhat.com>
2605
2606 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2607 frame is visible.
2608
2609 2007-10-10 Richard Stallman <rms@gnu.org>
2610
2611 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2612 in *Backtrace*.
2613
2614 * faces.el (face-font-selection-order): Doc fix.
2615
2616 * loadhist.el (unload-feature): Doc fix.
2617
2618 2007-10-13 Glenn Morris <rgm@gnu.org>
2619
2620 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2621 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2622 Add doc string, and an explicit COUNT argument.
2623 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2624 `inc' to search functions.
2625
2626 * faces.el (face-spec-set): When FRAME is nil, set the default for
2627 new frames (restores pre-2007-09-17 behavior). Doc fix.
2628
2629 2007-10-13 John W. Eaton <jwe@octave.org>
2630
2631 * progmodes/octave-mod.el (octave-looking-at-kw)
2632 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2633 New functions.
2634 (octave-in-defun-p, calculate-octave-indent)
2635 (octave-blink-matching-block-open, octave-beginning-of-defun)
2636 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2637 to search for regexps that contain case-sensitive keywords.
2638 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2639 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2640
2641 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2644 Do not use a single clause cond.
2645
2646 * cus-start.el (all): Use test that does not match the X11 version
2647 for mac.
2648
2649 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2650
2651 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2652 BROWSE buffer.
2653
2654 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2655
2656 * cus-start.el (all): Undo previous change.
2657
2658 2007-10-13 Glenn Morris <rgm@gnu.org>
2659
2660 * woman.el (woman0-rename): Fix paren typo.
2661
2662 * mail/feedmail.el (feedmail-run-the-queue)
2663 (feedmail-look-at-queue-directory):
2664 * mail/reporter.el (reporter-dump-state):
2665 * net/eudc-hotlist.el (eudc-edit-hotlist):
2666 * net/eudc.el (eudc-display-records)
2667 (eudc-filter-duplicate-attributes)
2668 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2669 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2670 (eudc-bbdb-query-internal):
2671 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2672 * net/socks.el (socks-build-auth-list):
2673 * progmodes/cc-cmds.el (top level):
2674 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2675 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2676 (cperl-write-tags, cperl-tags-treeify):
2677 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2678 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2679 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2680 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2681 (idlwave-toolbar-remove-everywhere):
2682 * progmodes/idlwave.el (idlwave-indent-line)
2683 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2684 (idlwave-write-paths, idlwave-all-method-classes)
2685 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2686 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2687 (idlwave-complete-in-buffer):
2688 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2689 (org-fast-tag-selection):
2690 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2691 than mapcar.
2692
2693 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * diff-mode.el (diff-fine-change): Add :group.
2696
2697 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * cus-start.el (all): Use the same test as the 22.2 branch.
2700
2701 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * diff-mode.el (diff-current-defun): Force recomputation of
2704 change-log-default-name.
2705
2706 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2709 and some leftover logic regarding dedicated frames. If showing
2710 concise startup screen, fit window to buffer.
2711 (command-line-1): If we will be using the splash screen, use
2712 find-file instead of find-file-other-window to find additional files.
2713 Comment out unused code for coping with the old sit-for behavior.
2714
2715 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2718 `meta' modifier consistently, rather than using sometimes meta
2719 sometimes alt.
2720
2721 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2722
2723 * window.el (handle-select-window): Revert part of 2007-10-08
2724 change setting the input focus.
2725
2726 2007-10-12 Glenn Morris <rgm@gnu.org>
2727
2728 * startup.el (command-line): Do not read abbrev file in batch mode.
2729
2730 * emacs-lisp/byte-opt.el (top level):
2731 * mail/rmail.el (rmail-list-to-menu):
2732 * obsolete/hilit19.el (hilit-mode):
2733 * progmodes/cc-mode.el (c-postprocess-file-styles)
2734 (c-submit-bug-report):
2735 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2736 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2737 (reftex-access-parse-file):
2738 * textmodes/reftex-cite.el (reftex-do-citation)
2739 (reftex-insert-bib-matches):
2740 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2741 * textmodes/reftex-sel.el (reftex-select-unmark):
2742 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2743 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2744
2745 * cus-edit.el (custom-variable-menu, custom-face-menu)
2746 (custom-group-menu): Check init-file-user rather than
2747 user-init-file, in case cus-edit is loaded by site-run-file.
2748
2749 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2750
2751 * vc.el (vc-deduce-fileset): Delete unused code.
2752 (vc-next-action): Fix typos.
2753
2754 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * bs.el (bs--mark-unmark): New function.
2757 (bs-mark-current, bs-unmark-current): Use it.
2758
2759 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2760
2761 * vc.el (vc-diff):
2762 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2763 temporarily disable the check for his edge case of
2764 vc-diff (stopping it from grinding when called from $HOME), as
2765 it's calling some brittle code in vc-hooks.el.
2766 (with-vc-properties): Fix evaluation time of a macro argument.
2767 * ediff-vers.el (ediff-vc-internal):
2768 * vc-hooks.el:
2769 * loaddefs.el: Follow up on VC terminology change.
2770
2771 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * follow.el (follow-stop-intercept-process-output):
2774 Use `follow-call-process-filter' rather than `process-filter'.
2775 Simplify.
2776
2777 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2778
2779 * vc-hooks.el (vc-registered): Robustify this function a bit
2780 against filenames with no directory component.
2781
2782 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * international/characters.el: Undo unwanted and unexplained change.
2785
2786 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2787
2788 * ps-print.el: Fix the usage of :foreground and :background face
2789 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2790 (ps-print-version): New version 6.7.6.
2791 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2792 Fix code.
2793 (ps-face-foreground-color-p, ps-face-background-color-p)
2794 (ps-face-color-p): New inline funs.
2795
2796 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2797
2798 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2799 (org-complete): Use `org-additional-option-like-keywords'.
2800 (org-parse-local-options): New function.
2801
2802 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2803
2804 * textmodes/org.el (org-in-clocktable-p): New function.
2805 (org-clock-report): Only update the table at point, or insert a new one.
2806 (org-clock-goto): New function.
2807 (org-open-file): Use `start-process-shell-command' instead of
2808 `shell-command' with an ampersand.
2809 (org-deadline, org-schedule): New argument REMOVE to remove the
2810 date from the entry.
2811 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2812 argument to `org-schedule' and `org-deadline'.
2813 (org-trim): Use the correct expressions for beginning and end of
2814 the string.
2815 (org-get-cleaned-entry): Trim the string before returning it.
2816 (org-clock-find-position): New function.
2817 (org-clock-into-drawer): New option.
2818 (org-agenda-tags-column): Rename from
2819 `org-agenda-align-tags-to-column'.
2820 (org-agenda-align-tags): Allow negative values for
2821 `org-agenda-tags-column'.
2822 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2823 (org-agenda-to-appt): New optional argument FILTER.
2824 (org-completion-fallback-command): New variable.
2825 (org-complete): Use `org-completion-fallback-command'.
2826 (org-find-base-buffer-visiting): Catch the case that there is no
2827 buffer visiting the file.
2828 (org-property-or-variable-value): New function.
2829 (org-todo): Use `org-property-or-variable-value'
2830 (org-agenda-compact-blocks): New option.
2831 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2832 (org-agenda-schedule, org-agenda-deadline):
2833 Call `org-agenda-show-new-time'.
2834 (org-agenda-show-new-time): New argument PREFIX.
2835 (org-colgroup-info-to-vline-list): Fix but that cause a
2836 shift in the vertical lines.
2837 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2838 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2839 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2840 (org-fix-bullet-type): Remove argument.
2841 (org-read-date): Check for am/pm twice, to catch the end time.
2842 (org-goto-map): Use `suppress-keymap'.
2843 (org-remember-apply-template): Respect the dynamically scoped
2844 selection character.
2845
2846 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2847
2848 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2849 Renaming of `org-latex-protect'.
2850 (org-export-latex-emphasis-alist): By default, don't protect
2851 any emphasis formatter from further conversion.
2852 (org-export-latex-tables): Honor column grouping for tables.
2853 (org-export-latex-title-command): New option.
2854 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2855 export backslash character.
2856
2857 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * frame.el (frame-inherited-parameters): Remove unused `environment'
2860 parameter, and let server.el add `client' when needed.
2861
2862 * server.el (server-create-tty-frame)
2863 (server-create-window-system-frame): Set frame-inherited-parameters.
2864
2865 * frame.el (frame-inherited-parameters): New var.
2866 (make-frame): Use it.
2867
2868 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2869
2870 * env.el (let-environment): Remove. Unused.
2871 (read-envvar-name): Simplify.
2872 (setenv): Remove unused arg `frame'.
2873
2874 * help-fns.el (describe-variable): Add missing " " for multiline
2875 obsolescence info and missing EOL after global value.
2876
2877 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2878
2879 * add-log.el:
2880 * ediff-vers.el:
2881 * log-view.el:
2882 * pcvs.el:
2883 * vc-arch.el:
2884 * vc-bzr.el:
2885 * vc-cvs.el:
2886 * vc.el:
2887 * vc-git.el:
2888 * vc-hg.el:
2889 * vc-hooks.el:
2890 * vc-mcvs.el:
2891 * vc-mtn.el:
2892 * vc-rcs.el:
2893 * vc-sccs.el:
2894 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2895 {find,init,next,previous,annotate-*,log}-version ->
2896 {find,init,next,previous,annotate-*,log}-revision,
2897 annotate-focus-version -> annotate-working-revision, The term
2898 'focus' is gone. The term 'revision' is now used consistently
2899 everywhere that reference to a revision ID is intended, replacing
2900 older use of 'version'.
2901
2902 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2903
2904 * follow.el: Change all instances of "Follow Mode" to "Follow
2905 mode" in docstrings and messages.
2906 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2907
2908 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2909
2910 * vc.el (vc-next-action): Rewrite completely; this principal
2911 entry point now operates on a current fileset selected either
2912 explicitly via VC-Dired or implicitly by visiting a file buffer,
2913 rather than always operating on the file of the current buffer as
2914 in older versions. Rewrite the rest of the mode to match.
2915 (with-vc-properties): Rewrite to operate on a file list.
2916 (with-vc-file): vc-checkin takes a file list argument now.
2917 (vc-post-command-functions): This hook now receives a file list.
2918 (vc-do-command): Take a either a file or a file list as argument.
2919 (vc-deduce-fileset): New function for deducing a file list to
2920 operate on.
2921 (vc-next-action-on-file, vc-next-action-dired): Remove.
2922 Merge into vc-next-action.
2923 (vc-register): Adapt to the fact that vc-start-entry now takes a
2924 file list.
2925 (vc-register-with): New function.
2926 (vc-start-entry): Take a file list argument rather than a
2927 file argument.
2928 (vc-checkout): Cope with vc-start-entry taking a file list.
2929 (vc-steal-lock): Cope with with-vc-properties taking a
2930 file list.
2931 (vc-checkin): Take a file list argument rather than a file argument.
2932 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2933 (vc-diff-internal): Rewrite for filesets.
2934 (vc-diff-sentinel): New function, tests whether changes were
2935 written into a diff buffer.
2936 (vc-diff): Rewrite for filesets.
2937 (vc-version-diff): Rewrite for filesets.
2938 (vc-print-log): Take a fileset argument.
2939 (vc-revert): Revert the entire selected fileset, not just the
2940 current buffer.
2941 (vc-rollback): Roll back the entire selected fileset, if
2942 possible. No longer accepts a prefix argument.
2943 (vc-update): Merge new changes for the entire selected
2944 fileset, not just the current buffer.
2945 (vc-revert-file): Cope with with-vc-properties taking a file list.
2946 (vc-default-dired-state-info): Add + status suffix if the file is
2947 modified.
2948 (vc-annotate-warp-version): Use the new diff machinery.
2949 (vc-log-edit): Take a file list argument rather than a file argument.
2950
2951 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2952
2953 Sync with Tramp 2.1.11.
2954
2955 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2956 Pacify byte compiler.
2957
2958 * net/trampver.el: Update release number.
2959
2960 2007-10-09 Richard Stallman <rms@gnu.org>
2961
2962 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2963
2964 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2965
2966 * follow.el: Require easymenu.
2967 (follow-mode-hook, follow-mode): Doc fixes.
2968 (follow-mode-off-hook): Mark as obsolete.
2969
2970 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2971
2972 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2973 select-window or select-frame events.
2974 (handle-select-window): When autoselecting window set input
2975 focus. Restructure.
2976
2977 * frame.el (focus-follows-mouse): Move to frame.c.
2978 * cus-start.el (all): Add focus-follows-mouse.
2979
2980 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2981
2982 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2983 activate font-locking in the *buffer-selection* buffer.
2984 (bs-show-sorted): Doc fix.
2985
2986 * bs.el (bs--get-marked-string, bs--get-modified-string)
2987 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2988 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2989 (bs--format-aux): Doc fix.
2990
2991 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2992
2993 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2994
2995 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2996
2997 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2998 (gud-gdb): New function for old M-x gdb (text command mode).
2999 (gud-gdb-command-name, gdb): Move to...
3000
3001 * progmodes/gdb-ui.el: ...here and adapt doc string.
3002 (gud-gdba-command-name, gdba): Delete.
3003
3004 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * bs.el: Don't defvar `font-lock-verbose'.
3007 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3008 (bs--get-file-name): Fix typos in docstrings.
3009 (bs--show-header): Use `dolist' instead of `mapcar'.
3010 (bs-mode): Set `show-trailing-whitespace' to nil.
3011 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3012 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3013 Doc fixes.
3014
3015 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
3016
3017 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3018
3019 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3020
3021 * progmodes/gud.el (gdb): Make graphical mode the default and
3022 switch to text command mode if appropriate, i.e., reverse previous
3023 arrangement.
3024 (gud-gdb-marker-filter): Adapt for above change.
3025
3026 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3027 gud-minor-mode and gud-marker-filter.
3028 (gdb-fullname-regexp): New variable.
3029 (gud-gdba-marker-filter): Use it to switch to text command
3030 mode if appropriate.
3031
3032 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3033
3034 * progmodes/gud.el (gud-display-line): Find source buffer even when
3035 GUD buffer has its own frame.
3036
3037 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3038
3039 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3040
3041 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3042
3043 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3044
3045 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3046
3047 * allout.el (allout-before-change-handler): Replace got-char by
3048 goto-char.
3049
3050 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3053 Used to try and automatically enabled smerge-mode in the presence of
3054 conflicts and to call `svn resolved' when the conflicts are gone.
3055 (vc-svn-parse-status): Remember the svn-specific status.
3056
3057 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3058
3059 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3060 menu-bar-apropos-menu. All users changed.
3061 (menu-bar-help-menu): Change menu symbols to better match the text
3062 displayed by the menu.
3063
3064 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3065
3066 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3067 #, @, : and ^.
3068
3069 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3070
3071 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3072
3073 * log-view.el (log-view-mode-map): Likewise.
3074
3075 * diff-mode.el (diff-mode-shared-map): Likewise.
3076
3077 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3078
3079 * files.el (file-name-sans-versions): Also allow `A-Z'.
3080
3081 * vc.el: Mention all supported VC backends.
3082
3083 2007-10-08 Richard Stallman <rms@gnu.org>
3084
3085 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3086 neighbouring buttons.
3087
3088 2007-10-08 Andreas Schwab <schwab@suse.de>
3089
3090 * files.el (file-name-sans-versions): Also allow `_'.
3091
3092 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3093
3094 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3095
3096 * log-view.el (log-view-mode-map, log-view-mode-menu):
3097 Bind log-view-annotate-version.
3098 (log-view-beginning-of-defun, log-view-end-of-defun)
3099 (log-view-annotate-version): New functions.
3100 (log-view-mode): Use log-view-beginning-of-defun and
3101 log-view-end-of-defun.
3102
3103 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3106
3107 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3110 neighbouring buttons.
3111
3112 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3113 Recognize gcc's use of "note" for informational messages.
3114
3115 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3118 (css-mode): Update correspondingly.
3119
3120 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3121
3122 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3123 Signed-off-by, Acked-by and Merge.
3124
3125 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3128
3129 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * vc-mtn.el: New file.
3132
3133 * vc-hooks.el (vc-handled-backends): Add Mtn.
3134
3135 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3136
3137 * files.el (find-file, find-file-other-window)
3138 (find-file-other-frame, find-file-existing, find-file-read-only)
3139 (find-file-read-only-other-window)
3140 (find-file-read-only-other-frame)
3141 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3142
3143 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3144
3145 * progmodes/gud.el (gdb-ready): New variable.
3146 (gdb): Set it to nil. Set gud-running to nil here...
3147 (gud-common-init): ...instead of here.
3148
3149 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3150 Use gdb-ready. Discard input until GDB is ready to accept it.
3151
3152 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3153
3154 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3155 make it show up with eight colors.
3156
3157 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3160 diffs are concatenated with no intervening line.
3161
3162 2007-10-08 Dave Love <fx@gnu.org>
3163
3164 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3165 (python-font-lock-keywords): Update to the 2.5 version of the language.
3166 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3167 (python-backspace): Only behave funny in code.
3168 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3169 (inferior-python-mode): Add PDB prompt regexp.
3170 (python-fill-paragraph): Refine the fenced-string regexp.
3171 (python-find-imports): Handle imports spanning several lines.
3172 (python-mode): Add `class' to hideshow support.
3173
3174 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3177 Use add-log-buffer-file-name-function rather than binding
3178 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
3179 when `fi' is the ChangeLog file itself.
3180
3181 * outline.el (outline-flag-region): Use front-advance.
3182
3183 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
3184
3185 * progmodes/cperl-mode.el: Merge upstream 5.23.
3186 (cperl-where-am-i): Remove function.
3187 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3188 (cperl-sniff-for-indent): De-invert [string] and [comment].
3189 When looking for label, skip s:m:y:tr.
3190 (cperl-indent-line): Likewise.
3191 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3192 (cperl-windowed-init): Wrong `ps-print' handling.
3193 Both thanks to Chong Yidong.
3194 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3195 (cperl-find-pods-heres): If the second part of s()[] is missing,
3196 don't try to highlight delimiters...
3197
3198 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * progmodes/compile.el (compilation-get-file-structure): Complete last
3201 change by also using spec-directory in the puthash.
3202
3203 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
3204
3205 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3206 (vc-bzr-status): Fix shadowing of variable 'status'.
3207 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3208 Use `expand-file-name' instead of `concat'.
3209 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3210 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3211
3212 2007-10-08 Jason Rumney <jasonr@gnu.org>
3213
3214 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3215
3216 2007-10-08 Richard Stallman <rms@gnu.org>
3217
3218 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3219 Add `safe-local-variable' property.
3220 (lisp-body-indent): Likewise.
3221
3222 2007-10-08 Richard Stallman <rms@gnu.org>
3223
3224 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3225 Add doc string.
3226
3227 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3228
3229 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3230
3231 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3232
3233 * repeat.el (repeat): Use last-repeatable-command instead of
3234 real-last-command. Run pre- and post-command hooks for
3235 self-insertion. Update doc-string.
3236
3237 2007-10-08 Alexandre Julliard <julliard@winehq.org>
3238
3239 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3240 state of the file.
3241 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3242 (vc-git-create-repo): Fix invalid command.
3243
3244 2007-10-08 Richard Stallman <rms@gnu.org>
3245
3246 * textmodes/flyspell.el (flyspell-mode):
3247 Catch errors in flyspell-mode-on.
3248
3249 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3252
3253 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * international/encoded-kb.el (encoded-kbd-setup-display):
3256 Use input-decode-map rather than local-key-translation-map.
3257
3258 * term/rxvt.el (rxvt-alternatives-map): New map.
3259 (terminal-init-rxvt): Use it.
3260 Bind rxvt-function-map in input-decode-map.
3261
3262 * term/xterm.el (xterm-alternatives-map): New map.
3263 (terminal-init-xterm): Use it.
3264 Bind xterm-function-map in input-decode-map.
3265
3266 * term/x-win.el (x-alternatives-map): New var.
3267 (x-setup-function-keys): Use it.
3268
3269 * help-fns.el (describe-variable): Slightly change the layout of
3270 meta-info to separate it better from the docstring.
3271 Standardize insertion of extra empty lines in various circumstances.
3272
3273 * diff-mode.el (diff-hunk-style): New fun.
3274 (diff-end-of-hunk): Use it.
3275 (diff-context->unified): Use the new `apply' undo element,
3276 if applicable, so as to save undo-log space.
3277 (diff-fine-change): New face.
3278 (diff-fine-highlight-preproc): New function.
3279 (diff-fine-highlight): New command.
3280 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
3281
3282 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3283 (smerge-refine-highlight-change): Add `props' argument.
3284 (smerge-refine-subst): New function holding most of smerge-refine.
3285 (smerge-refine): Use it.
3286
3287 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
3288
3289 * vc.el (vc-default-wash-log): Remove unused code, the
3290 log washers all live in the backends now.
3291 (vc-default-comment-history): Correct for the fact
3292 that wash-log is argumentless in the new API.
3293
3294 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
3295
3296 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
3297 (tramp-maybe-send-script): Apply `member' but `memq'.
3298 (tramp-advice-file-expand-wildcards): Simplify implementation.
3299
3300 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3303
3304 * mb-depth.el (minibuf-depth-indicator-function): New variable.
3305 (minibuf-depth-setup-minibuffer): Use it.
3306
3307 2007-10-07 Glenn Morris <rgm@gnu.org>
3308
3309 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3310 version numbers.
3311
3312 2007-10-06 Juri Linkov <juri@jurta.org>
3313
3314 * textmodes/fill.el (fill-paragraph-or-region): New function.
3315
3316 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3317 instead of fill-paragraph.
3318
3319 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3320 with fill-paragraph-or-region. Suspend command is now the same
3321 `suspend-frame' on window systems and on tty.
3322
3323 * image.el (image-type): Check if image-types is bound to not fail
3324 on tty.
3325
3326 * delsel.el (delete-selection-pre-hook):
3327 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3328 is fbound to not fail on mouseless tty.
3329
3330 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
3331
3332 * net/tramp.el (top): Move loading of tramp-util.el and
3333 tramp-vc.el to tramp-compat.el.
3334 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
3335 temporary file if possible, in order to avoid a security hole.
3336 (tramp-do-copy-or-rename-file-out-of-band)
3337 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3338 with DONT-CREATE, because the connection is not setup yet.
3339 (tramp-handle-process-file): Rewrite temporary file handling.
3340 (tramp-completion-mode): New defvar.
3341 (tramp-completion-mode-p): Use it.
3342
3343 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
3344
3345 * net/tramp-fish.el (tramp-fish-handle-process-file):
3346 Rewrite temporary file handling.
3347
3348 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3349
3350 * vc.el: Workfile version -> focus version change. Port various
3351 comments from new VC to reduce the noise in the diff.
3352 Patch in the new vc-create-repo function to go with the
3353 header comment about it already present.
3354 There are no changes to existing logic in this patch.
3355 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
3356
3357 2007-10-06 Aaron Hawley <aaronh@garden.org>
3358
3359 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3360
3361 2007-10-05 Chris Moore <dooglus@gmail.com>
3362
3363 * server.el (server-kill-new-buffers): Doc fix.
3364
3365 2007-10-05 John W. Eaton <jwe@octave.org>
3366
3367 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3368 (octave-begin-keywords): Add "do".
3369 (octave-end-keywords): Remove "end".
3370 (octave-reserved-words): Add "end". Remove "all_va_args",
3371 "gplot", and 'gsplot".
3372 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3373 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
3374 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3375 "default_return_value", "define_all_return_values",
3376 "do_fortran_indexing", "empty_list_elements_ok",
3377 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3378 "ok_to_lose_imaginary_part", "prefer_column_vectors",
3379 "prefer_zero_one_indexing", "propagate_empty_matrices",
3380 "resize_on_range_error", "treat_neg_dim_as_zero",
3381 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3382 "warn_divide_by_zero", "warn_function_name_clash",
3383 "warn_missing_semicolon", "whitespace_in_literal_matrix".
3384 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3385 "crash_dumps_octave_core", "sighup_dumps_octave_core",
3386 "sigterm_dumps_octave_core".
3387 (octave-block-match-alist): Remove "end" from block-end keywords.
3388 (octave-mode): Update ftp site address.
3389
3390 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * vc.el: Reorder functions, no code changes.
3393
3394 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3397 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3398 the cond clauses where needed.
3399 (tramp-handle-write-region): Rearrange code for proper handling of
3400 tmpfile.
3401
3402 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3403
3404 * net/tramp.el:
3405 * net/tramp-fish.el:
3406 * net/tramp-ftp.el:
3407 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3408 `tramp-compat-make-temp-file'.
3409
3410 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3413
3414 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3417 already uses a more recent copyright version than the "current" one.
3418
3419 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3420
3421 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3422 (doc-view-insert-image): Minor aesthetical docstring changes.
3423
3424 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
3425
3426 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3427 completing filename.
3428 (doc-view-search-internal): Docstring change.
3429
3430 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
3433 (tramp-file-name-handler-alist):
3434 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
3435 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
3436 used before, creates the file already, which is not desired.
3437 (tramp-do-copy-or-rename-file-directly): Simplify handling of
3438 temporary file.
3439 (tramp-handle-insert-file-contents): Assign the result in the
3440 short track case.
3441 (tramp-handle-insert-file-contents-literally): New defun.
3442 (tramp-completion-mode-p): Revert change from 2007-09-24.
3443 Checking for `return' etc as last character is not sufficient, for
3444 example in dired-mode when entering <g> (revert-buffer) or
3445 <s> (dired-sort).
3446
3447 * net/tramp-compat.el (top): Add also compatibility code for loading
3448 appropriate timer package.
3449 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3450 order to avoid autoloading problems.
3451
3452 * net/tramp-fish.el:
3453 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
3454
3455 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3456 where the second parameter of `copy-file' or `rename-file' is a
3457 remote file but not via ftp.
3458
3459 2007-10-02 Richard Stallman <rms@gnu.org>
3460
3461 * frame.el (cursor-in-non-selected-windows): Doc fix.
3462
3463 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3464
3465 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3466 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3467
3468 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
3469
3470 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3471 when `expt' doesn't give range errors.
3472
3473 2007-10-01 Markus Triska <markus.triska@gmx.at>
3474
3475 * calc/calc-math.el (math-smallest-emacs-expt):
3476 Make the computation more robust.
3477
3478 2007-09-30 David Kastrup <dak@gnu.org>
3479
3480 * startup.el (argv): Alias for `command-line-args-left' to use as
3481 `(pop argv)' inside of --eval command sequences. Allows for
3482 passing shell commands into Emacs verbatim without need for Lisp
3483 quoting.
3484
3485 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
3486 check only for changed size.
3487 (auto-revert-tail-handler): Get size from caller. If the file has
3488 shrunk, tail the whole file again (the file presumably has been
3489 rewritten).
3490
3491 * woman.el (woman-topic-all-completions, woman-mini-help):
3492 Fix fallout from 2007-09-07 introduction of `dolist' when the list
3493 actually was being manipulated in the loop.
3494 (woman-Cyg-to-Win, woman-pre-process-region)
3495 (woman-horizontal-escapes, woman-if-body, woman-unescape)
3496 (woman-strings, woman-special-characters, woman1-hc)
3497 (woman-change-fonts, woman-find-next-control-line):
3498 Use `match-beginning' rather than `match-string' when the result is
3499 just used as a flag.
3500
3501 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
3502
3503 * net/tramp-compat.el: New file.
3504
3505 * net/tramp.el:
3506 * net/tramp-fish.el:
3507 * net/tramp-smb.el:
3508 * net/tramp-uu.el:
3509 * net/trampver.el: Move compatibility code to tramp-compat.el.
3510 Apply `mapc' instead of `mapcar' when the code needs side effects
3511 only. Move utf-8 coding cookie to the second line.
3512
3513 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
3514
3515 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
3516 Improve custom type.
3517 (icon-map-list): Make it customizable. Document how to disable
3518 stock icons.
3519
3520 2007-09-30 Richard Stallman <rms@gnu.org>
3521
3522 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
3523
3524 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3525
3526 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3527
3528 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
3531 (t-mouse-mode): New compatibility alias.
3532
3533 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * server.el (server-delete-client): Only delete the terminal if it
3536 is non-nil.
3537
3538 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
3539
3540 * net/tramp.el (with-file-property, with-connection-property):
3541 Highlight as keyword.
3542 (tramp-rfn-eshadow-setup-minibuffer)
3543 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3544 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3545 (tramp-do-copy-or-rename-file-directly)
3546 (tramp-do-copy-or-rename-file-out-of-band)
3547 (tramp-handle-shell-command, tramp-get-debug-buffer)
3548 (tramp-send-command-and-read, tramp-equal-remote)
3549 (tramp-get-local-gid): Pacify byte-compiler.
3550 (tramp-handle-file-name-directory): Result shall not be expanded.
3551 (tramp-find-foreign-file-name-handler): Rewrite.
3552 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3553
3554 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3555
3556 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3557 Apply `tramp-completion-mode-p'.
3558 (tramp-fish-handle-set-file-times)
3559 (tramp-fish-handle-executable-find)
3560 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3561 (tramp-fish-retrieve-data): Pacify byte-compiler.
3562
3563 * net/tramp-gw.el (tramp-gw-basic-authentication):
3564 Call `tramp-read-passwd' with first parameter `nil'.
3565
3566 2007-09-28 Glenn Morris <rgm@gnu.org>
3567
3568 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3569 than mapcar.
3570
3571 * textmodes/tex-mode.el (tex-suscript-height-ratio)
3572 (tex-suscript-height-minimum): New customizable variables.
3573 (tex-suscript-height): New function.
3574 (superscript, subscript): Set height using tex-suscript-height
3575 rather than fixing at 0.8.
3576 (tex-fontify-script, tex-font-script-display): Add :version tag.
3577
3578 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * progmodes/python.el (python-eldoc-function): Doc fix.
3581
3582 2007-09-27 Glenn Morris <rgm@gnu.org>
3583
3584 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
3585 image if it is not in image-type-auto-detectable, or is there with
3586 a nil value.
3587
3588 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
3589
3590 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3591 connection more robust.
3592
3593 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3596 Deal with the case that special &keywords are at the beginning or
3597 end of the argument list. Also add some (incomplete) support for
3598 non-standard arglists.
3599
3600 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3601
3602 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3603 (eldoc-message-commands, eldoc-current-idle-delay)
3604 (eldoc-function-argstring-format): Fix typos in docstrings.
3605
3606 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
3607
3608 * calc/calc-units.el (calc-convert-units)
3609 (calc-convert-temperature): Remove unnecessary colons.
3610
3611 2007-09-26 Bastien Guerry <bzg@altern.org>
3612
3613 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
3614 New function.
3615 (org-export-latex-remove-from-headlines): Name changed because of typo.
3616 (org-export-latex-quotation-marks-convention): Option removed.
3617 (org-export-latex-make-preamble): Handle the DATE option.
3618 (org-export-latex-cleaned-string): Now the only cleaning function,
3619 synched up with org.el.
3620 (org-export-latex-lists, org-export-latex-parse-list)
3621 (org-export-list-to-latex): New functions.
3622
3623 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
3624
3625 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3626 (org-outline-regexp): New constant.
3627 (org-remember-handler): Throw error when the target file is not in
3628 org-mode.
3629 (org-cleaned-string-for-export): No longer call
3630 `org-export-latex-cleaned-string' with an argument.
3631 (org-get-tags): Returns now a list, not a string.
3632 (org-get-tags-string): New function.
3633 (org-archive-subtree): No need to split return of `org-get-tags'.
3634 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3635 instead of `org-get-tags'.
3636 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3637 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3638 (org-compatible-face): New argument INHERITS. Inherit from this
3639 face if possible.
3640 (org-level-1, org-level-2, org-level-3, org-level-4)
3641 (org-level-5, org-level-6, org-level-7, org-level-8)
3642 (org-special-keyword, org-drawer, org-column, org-warning)
3643 (org-archived, org-todo, org-done, org-headline-done, org-table)
3644 (org-formula, org-code, org-agenda-structure)
3645 (org-scheduled-today, org-scheduled-previously)
3646 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3647 in the new way.
3648 (org-get-heading): New argument NO-TAGS.
3649 (org-fast-tag-selection-include-todo): Made defvar instead of
3650 defcustom, feature is not deprecated.
3651 (org-remember-store-without-prompt): New default value t.
3652 (org-todo-log-states): New variable.
3653 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3654 Compute the log states.
3655 (org-goto-map): More commands copied from global map. Also bind
3656 `org-occur'.
3657 (org-goto): Made into a general lookup command.
3658 (org-get-location): Complete rewrite.
3659 (org-goto-exit-command): New variable.
3660 (org-goto-selected-point): New variable.
3661 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3662 Set the new variables.
3663 (org-paste-subtree): Whitespace insertion strategy revised.
3664 (org-remember-apply-template): Protect v-A from the possibility
3665 that v-a might be nil.
3666 (org-remember-handler): Insertion rules revised.
3667 (org-todo): Respect org-todo-log-states.
3668 (org-up-heading-safe): New function.
3669 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3670
3671 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3672
3673 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3674 region if in transient-mark-mode.
3675
3676 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3677
3678 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3679 * calc/calc-help.el (calc-full-help):
3680 * calc/calc-misc.el (another-calc):
3681 * calc/calc-store.el (calc-var-name-map):
3682 * calc/calc-stuff.el (calc-flush-caches):
3683 * calc/calc-units.el (math-build-units-table):
3684 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3685 (calc-quit):
3686 * calendar/icalendar.el (icalendar--format-ical-event)
3687 (icalendar--convert-ical-to-diary):
3688 * emacs-lisp/authors.el (authors):
3689 * emacs-lisp/cust-print.el (custom-print-install)
3690 (custom-print-uninstall):
3691 * emacs-lisp/disass.el (disassemble-1):
3692 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3693 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3694 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3695 (elint-check-let-form, elint-check-condition-case-form)
3696 (elint-initialize):
3697 * emacs-lisp/elp.el (elp-results):
3698 * emacs-lisp/generic.el (generic-mode-internal):
3699 * emacs-lisp/re-builder.el (reb-delete-overlays):
3700 * emacs-lisp/regi.el (regi-interpret):
3701 * emacs-lisp/sregex.el (sregex--char-aux):
3702 * emulation/cua-rect.el (cua--deactivate-rectangle)
3703 (cua--highlight-rectangle, cua--rectangle-post-command):
3704 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3705 * emulation/viper-macs.el (viper-describe-kbd-macros)
3706 (viper-describe-one-macro):
3707 * emulation/viper-util.el (viper-setup-master-buffer):
3708 * emulation/viper.el (set-viper-state-in-major-mode):
3709 * international/mule-diag.el (describe-current-coding-system):
3710 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3711 * mail/emacsbug.el (report-emacs-bug):
3712 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3713 * obsolete/hilit19.el (hilit-unhighlight-region)
3714 (hilit-set-mode-patterns):
3715 * play/solitaire.el (solitaire-check, solitaire-solve):
3716 * play/zone.el (zone-pgm-rotate):
3717 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3718 * progmodes/ada-prj.el (ada-prj-display-page):
3719 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3720 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3721 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3722 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3723 * progmodes/sh-script.el (sh-make-vars-local)
3724 (sh-reset-indent-vars-to-global-values):
3725 * progmodes/sql.el (top):
3726 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3727 * progmodes/xscheme.el (top):
3728 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3729 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3730 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3731 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3732 (artist-submit-bug-report):
3733 * textmodes/flyspell.el (flyspell-delay-commands)
3734 (flyspell-deplacement-commands):
3735 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3736 (table--generate-source-cells-in-a-row, table--make-cell-map)
3737 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3738
3739 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * allout.el (produce-allout-mode-map, allout-process-exposed):
3742 * ansi-color.el (ansi-color-make-color-map):
3743 * autoinsert.el (auto-insert):
3744 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3745 * dired-aux.el (dired-create-files):
3746 * dired.el (dired-restore-desktop-buffer):
3747 * ediff-diff.el (ediff-setup-fine-diff-regions):
3748 * ediff-mult.el (ediff-intersect-directories)
3749 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3750 (ediff-redraw-registry-buffer):
3751 * ediff-ptch.el (ediff-fixup-patch-map):
3752 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3753 (ediff-really-quit, ediff-clear-diff-vector):
3754 * emerge.el (emerge-really-quit):
3755 * ffap.el (ffap-replace-file-component):
3756 * filecache.el (file-cache-add-directory)
3757 (file-cache-add-directory-recursively)
3758 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3759 (file-cache-delete-directory, file-cache-files-matching-internal)
3760 (file-cache-display):
3761 * files.el (cd):
3762 * find-lisp.el (find-lisp-insert-directory):
3763 * finder.el (finder-compile-keywords):
3764 * help.el (view-emacs-news):
3765 * hi-lock.el (hi-lock-write-interactive-patterns):
3766 * ido.el (ido-to-end, ido-set-matches-1):
3767 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3768 (image-dired-mark-tagged-files):
3769 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3770 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3771 * ps-print.el (ps-background, ps-begin-file)
3772 (ps-build-reference-face-lists):
3773 * simple.el (clone-buffer):
3774 * startup.el (command-line):
3775 * tempo.el (tempo-insert-template, tempo-is-user-element)
3776 (tempo-forward-mark, tempo-backward-mark):
3777 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3778
3779 2007-09-25 Glenn Morris <rgm@gnu.org>
3780
3781 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3782
3783 * view.el (view-search-no-match-lines): Add a doc string.
3784 Rewrite to simplify and work better.
3785
3786 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3787
3788 * progmodes/cc-mode.el (c-mode-base-map):
3789 Use c-indent-line-or-region instead of c-indent-line.
3790
3791 * indent.el (indent-for-tab-command): First check if the region is
3792 active.
3793
3794 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3795
3796 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3797 whitespace-rescan-timer-time is 0.
3798
3799 2007-09-24 Karl Berry <karl@gnu.org>
3800
3801 * international/mule.el (coding-system-base): Fix doc string grammar.
3802
3803 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3804
3805 * net/tramp.el (tramp-completion-mode-p): Rename from
3806 `tramp-completion-mode'. Revert logic, check `return', `newline'
3807 and such alike. Packages like Icicles tend to use other completion
3808 characters but `tab' and `space' only.
3809
3810 2007-09-24 Adam Hupp <adam@hupp.org>
3811
3812 * progmodes/python.el (run-python): Import emacs module without
3813 waiting; prevents lockup on error.
3814
3815 2007-09-23 Richard Stallman <rms@gnu.org>
3816
3817 * mail/sendmail.el (mail-bury): Delete the frame
3818 if this frame looks like it was made for this message.
3819
3820 * completion.el (completion-separator-self-insert-command)
3821 (completion-separator-self-insert-autofilling):
3822 If `self-insert-command' has been remapped, use the substitute.
3823
3824 * simple.el (copy-region-as-kill): Doc fix.
3825
3826 * textmodes/org.el (org-confirm-shell-link-function)
3827 (org-confirm-elisp-link-function): Doc fixes.
3828
3829 2007-09-23 Glenn Morris <rgm@gnu.org>
3830
3831 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3832
3833 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3836
3837 * term/tvi970.el (terminal-init-tvi970): Likewise.
3838
3839 * term/sun-mouse.el (print-mouse-format): Likewise.
3840
3841 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3842 Use forward-line instead of previous-line and next-line.
3843
3844 2007-09-22 Juri Linkov <juri@jurta.org>
3845
3846 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3847
3848 * tutorial.el (tutorial--default-keys): Update standard bindings:
3849 rename `iconify-or-deiconify-frame' to `suspend-frame',
3850 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3851
3852 2007-09-22 Juri Linkov <juri@jurta.org>
3853
3854 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3855 Add help-echo to external links and to links without description.
3856 (fancy-splash-insert): Use help-echo from the 3rd element of the
3857 link specification list, or "Follow this link" if it's nil. Doc fix.
3858
3859 2007-09-22 Juri Linkov <juri@jurta.org>
3860
3861 * startup.el (command-line): Rename `inhibit-startup-message' to
3862 `inhibit-startup-screen'.
3863 (fancy-about-text): Use shorter label for "Ordering Manuals".
3864 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3865 is nil, display a line with "To start..." and 3 links to useful
3866 tasks. Display the "Dismiss" button and "Don't show this message
3867 again" only when concise is non-nil.
3868 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3869 arg `concise'. If CONCISE is non-nil, display a concise version
3870 of the splash screen in another window. Otherwise, switch to the
3871 startup buffer in the same window.
3872 (startup-echo-area-message): Change displayed binding from
3873 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3874 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3875 the GNU system".
3876 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3877 to "*GNU Emacs*".
3878 (display-about-screen): Don't check the existence of the buffer
3879 "*About GNU Emacs*".
3880 (display-splash-screen): Make alias to `display-startup-screen'.
3881 (command-line-1): Rename `inhibit-startup-message' to
3882 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3883 started with command line options "-f", "-funcall", "-e", "-eval",
3884 "-execute", "-insert", "-find-file", "-file", "-visit".
3885 Inhibit startup screen when Emacs is started with a file name only
3886 on tty (i.e. don't inhibit it when started with a file name like
3887 "emacs FILE..." on a window system).
3888 (command-line-1): Simplify logic of displaying the startup screen:
3889 if file-count > 0, then display the concise version in another
3890 window, otherwise display full version in the same window.
3891
3892 * help.el (help-map): Bind C-h C-a to about-emacs.
3893 (help-for-help-internal): Add C-a description to C-h help text.
3894
3895 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3896
3897 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3898 (checkdoc-permit-comma-termination-flag): Autoload the
3899 safe-local-variable setting.
3900
3901 * bookmark.el (bookmark-xemacsp): Remove.
3902 (bookmark-make): Don't use bookmark-xemacsp,
3903 use (featurep 'xemacs) instead.
3904
3905 * speedbar.el (speedbar-frame-mode)
3906 (speedbar-frame-reposition-smartly)
3907 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3908 (speedbar-check-vc): Remove use of non-existent variable
3909 dframe-xemacsp, use (featurep 'xemacs) instead.
3910
3911 * indent.el (indent-for-tab-command): Indent the region if
3912 transient-mark-mode and the region is active.
3913
3914 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3915
3916 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3917 add inferior-octave-directory-tracker to the buffer-local value
3918 of comint-input-filter-functions.
3919
3920 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3921
3922 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3923
3924 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3925
3926 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3927 on w32 frames.
3928
3929 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * startup.el (normal-top-level): Remove DISPLAY from
3932 process-environment to let it be computed dynamically in callproc.c.
3933
3934 * frame.el (frame-initialize, make-frame):
3935 * faces.el (tty-set-up-initial-frame-faces):
3936 * env.el (setenv): Don't set display-environment-variable.
3937
3938 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3939 (server-create-tty-frame): Don't set unused `tty' property.
3940 Set `display' instead of display-environment-variable.
3941 (server-create-window-system-frame): No display-environment-variable.
3942
3943 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3944
3945 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3946 (rfn-eshadow-update-overlay-hook): New defvars.
3947 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3948 Run the hooks.
3949
3950 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3951 (tramp-rfn-eshadow-setup-minibuffer)
3952 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3953 rfn-eshadow.el.
3954
3955 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3956 timeout.
3957
3958 2007-09-21 Glenn Morris <rgm@gnu.org>
3959
3960 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3961 * term/sun-mouse.el (suspend-emacstool): Remove.
3962 * term/sun.el: Remove emacstool-related code.
3963
3964 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3965 (byte-compile-warnings-safe-p): Add `mapcar'.
3966 (byte-compile-warning-types): Add mapcar and make-local.
3967 (byte-compile-normal-call): Add option to suppress mapcar warning.
3968 (top-level): Use mapc rather than mapcar in eval-when-compile.
3969
3970 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3971 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3972 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3973 Handle escaped parens.
3974 (latex-forward-sexp): Doc fix.
3975
3976 * eshell/esh-mode.el (eshell-output-filter-functions):
3977 Add eshell-postoutput-scroll-to-bottom.
3978
3979 * loadup.el: Remove termdev.
3980
3981 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3982 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3983
3984 2007-09-21 Markus Triska <markus.triska@gmx.at>
3985
3986 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3987 `mapcar' is called for effect.
3988
3989 2007-09-21 Kevin Ryde <user42@zip.com.au>
3990
3991 * international/mule.el (sgml-html-meta-auto-coding-function):
3992 Bind `case-fold-search' to t.
3993
3994 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * termdev.el: Remove.
3997
3998 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3999 (frames-on-display-list): Use it.
4000
4001 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
4002
4003 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
4004
4005 2007-09-20 Richard Stallman <rms@gnu.org>
4006
4007 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
4008
4009 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4012
4013 2007-09-20 Glenn Morris <rgm@gnu.org>
4014
4015 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4016 motion functions, rather than hard-coding "\n\n".
4017 (tex-validate-region): Check for eobp, to speed up.
4018 (tex-next-unmatched-end): Doc fix.
4019
4020 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * files.el (auto-mode-alist): Use archive-mode for .rar files.
4023
4024 * international/mule.el (auto-coding-alist): Rar archives are binary.
4025
4026 * arc-mode.el: Add basic support for Rar.
4027 (archive-find-type): Recognize Rar's signature.
4028 (archive-desummarize): New fun.
4029 (archive-summarize): Use it to restore the buffer's data in case
4030 someone wants to switch to some other major mode.
4031 (archive-resummarize): Use it as well.
4032 (archive-rar-summarize, archive-rar-extract): New functions.
4033
4034 * filesets.el: Remove spurious * in docstrings.
4035 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
4036 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4037 (filesets-ingroup-collect): Remove unused arg `depth'.
4038 (filesets-update): Remove unused arg `version'.
4039
4040 * finder.el (finder-compile-keywords): Fix up comment style.
4041 (finder-mouse-face-on-line): previous-line -> forward-line.
4042
4043 * recentf.el: Remove spurious * in docstrings.
4044 (recentf-save-list): Fix up comment style.
4045
4046 * progmodes/octave-mod.el: Remove spurious * in docstrings.
4047 (octave-mode-map): Move init into declaration and remove \t binding.
4048 (octave-mode-startup-message): Remove unused var.
4049 (octave-scan-blocks): Remove unused arg `from'.
4050 (octave-forward-block, octave-down-block, octave-up-block):
4051 Update callers.
4052
4053 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4054 (meta-mode-map): Likewise and remove \t binding.
4055
4056 * net/snmp-mode.el: Remove spurious * in docstrings.
4057 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4058 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4059 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4060 that completion accepts lists of strings.
4061 (snmp-mode-syntax-table): Move initialization into declaration.
4062 (snmp-mode-map): Likewise and remove \t binding.
4063 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4064 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4065 (snmp-indent-command): Remove.
4066
4067 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4068 binding, so tab-always-indent works right.
4069
4070 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
4071
4072 * net/browse-url.el (browse-url-elinks-new-window): New function.
4073 (browse-url-elinks): Use browse-url-elinks-new-window.
4074 Accept optional second argument `new-window'. Fix typo in doc-string.
4075 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4076 Improve error message.
4077
4078 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4079
4080 * net/browse-url.el (browse-url-url-encode-chars): Use the right
4081 parameter name in the function body.
4082 Reported by Johannes Weiner.
4083
4084 2007-09-19 Glenn Morris <rgm@gnu.org>
4085
4086 * net/socks.el (socks-open-network-stream): Signal an explicit
4087 error if the port associated with a service string can't be found.
4088
4089 * textmodes/tex-mode.el (tex-terminate-paragraph):
4090 Use backward-paragraph.
4091
4092 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * server.el (server-running-p): New function.
4095
4096 2007-09-18 Jason Rumney <jasonr@gnu.org>
4097
4098 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
4099 x-focus-frame.
4100
4101 * frame.el (select-frame-set-input-focus, select-frame-by-name):
4102 Use x-focus-frame for w32.
4103
4104 2007-09-17 David Kastrup <dak@gnu.org>
4105
4106 * textmodes/tex-mode.el (tex-verbatim-environments):
4107 Eliminate CL dependency.
4108
4109 2007-09-17 Richard Stallman <rms@gnu.org>
4110
4111 * newcomment.el (comment-add): New arg EXTRA.
4112 (comment-region-default): Pass EXTRA if not indenting lines.
4113
4114 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4115
4116 * net/browse-url.el (browse-url-url-encode-chars): New function.
4117 URL-encode some chars in a string.
4118 (browse-url-encode-url): Rewrite using the previous function.
4119 (browse-url-file-url): Use `browse-url-url-encode-chars'.
4120 (browse-url-elinks-sentinel): Fix typo.
4121 (browse-url-new-window-flag): Doc change.
4122
4123 2007-09-17 Glenn Morris <rgm@gnu.org>
4124
4125 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4126 filename from `--file-line-error', if it is available.
4127
4128 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4129
4130 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4131 TeX `--file-line-error' format.
4132
4133 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4134
4135 * xt-mouse.el: Delete add-hook calls that were moved to
4136 xterm-mouse-mode.
4137 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4138 does not work.
4139
4140 2007-09-17 Richard Stallman <rms@gnu.org>
4141
4142 * cus-face.el (custom-theme-set-faces): Undo previous change.
4143
4144 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4145
4146 2007-09-17 Glenn Morris <rgm@gnu.org>
4147
4148 * textmodes/tex-mode.el (tex-region): Simplify previous change,
4149 handling the case where the region is not in `tex-main-file'.
4150 (tex-region-1): Delete.
4151 (tex-region-header): New function, doing the header part of the
4152 old tex-region-1.
4153
4154 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * simple.el (newline): Simplify use of prefix-numeric-value.
4157 (line-move-partial): Remove unused var `ppos'.
4158 (line-move-1): Replace 9999 with most-positive-fixnum.
4159 (move-end-of-line): Use more efficient single-property search.
4160 (move-beginning-of-line): Remove unused var `start'.
4161 (blink-matching-open): Restructure in a more functional style.
4162
4163 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4164
4165 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
4166
4167 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * server.el (server-clients): Only keep procs, no properties any more.
4170 (server-client): Remove.
4171 (server-client-get, server-client-set): Remove, replace all callers by
4172 process-get and process-put resp.
4173 (server-clients-with, server-add-client, server-delete-client)
4174 (server-create-tty-frame, server-create-window-system-frame)
4175 (server-process-filter, server-execute, server-visit-files)
4176 (server-buffer-done, server-kill-buffer-query-function)
4177 (server-kill-emacs-query-function, server-switch-buffer)
4178 (server-save-buffers-kill-terminal): Update accordingly.
4179
4180 * server.el (server-with-environment): Simplify.
4181 (server-select-display, server-unselect-display): Re-add functions that
4182 seem to have been lost in the multi-tty merge.
4183 (server-eval-and-print, server-create-tty-frame)
4184 (server-create-window-system-frame, server-goto-toplevel)
4185 (server-execute, server-return-error): New functions extracted from
4186 server-process-filter.
4187 (server-execute-continuation): New functions.
4188 (server-process-filter): Restructure so that all arguments are analysed
4189 first and then acted upon in a subsequent stage. This way
4190 server-goto-toplevel can be executed later, when we know if
4191 it's necessary.
4192 Remove the "-version" and "-version-good" support.
4193
4194 2007-09-16 Drew Adams <drew.adams@oracle.com>
4195
4196 * cus-edit.el (custom-face-edit-activate): Doc fix.
4197
4198 2007-09-16 Glenn Morris <rgm@gnu.org>
4199
4200 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4201 Following cal-bahai renaming, update all instances of
4202 list-bahai-diary-entries to diary-bahai-list-entries,
4203 mark-bahai-diary-entries to diary-bahai-mark-entries,
4204 calendar-goto-bahai-date to calendar-bahai-goto-date,
4205 insert-bahai-diary-entry to diary-bahai-insert-entry,
4206 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
4207 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
4208 calendar-print-bahai-date to calendar-bahai-print-date.
4209
4210 * textmodes/tex-mode.el (tex-region): Handle the case where the
4211 region is not in `tex-main-file'. Move the old code that applies
4212 to both cases...
4213 (tex-region-1): ...to this new function.
4214
4215 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * vc.el (vc-process-sentinel): New function.
4218 (vc-exec-after): Use it instead of using ugly hackish analysis and
4219 construction of Elisp code.
4220 (vc-sentinel-movepoint): New dynamically scoped var.
4221 (vc-print-log, vc-annotate): Set it to move the user's point.
4222
4223 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4224 inhibit-modification-hooks.
4225
4226 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
4227 (calendar-bahai-print-date, calendar-bahai-goto-date)
4228 (diary-bahai-list-entries, diary-bahai-insert-entry):
4229 New names to clean up the namespace a bit more.
4230 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
4231
4232 2007-09-15 Glenn Morris <rgm@gnu.org>
4233
4234 * calendar/holidays.el (holiday-list): Rename it back to
4235 `list-holidays', but leave `holiday-list' as an alias.
4236
4237 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
4238 custom group.
4239
4240 * textmodes/css-mode.el (css): New custom group.
4241 (css-electrick-keys, css-selector, css-property)
4242 (css-indent-offset): Specify custom group.
4243
4244 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4247 (cvs-execute-single-file): Use process-file.
4248 (cvs-run-process): Use start-file-process.
4249
4250 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4253 level. Remove the hooks when turning off the mode.
4254
4255 * term/xterm.el: Require xt-mouse at compile time.
4256 (terminal-init-xterm): Turn on xterm mouse tracking for this
4257 terminal if xterm-mouse-mode is enabled.
4258
4259 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4260
4261 * term/xterm.el (xterm-function-map): Replace bindings that were
4262 deleted by the merge.
4263
4264 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
4265
4266 * play/bubbles.el (bubbles-version): Bump value to "0.5".
4267 (bubbles-mode-map): Move define-key statements here.
4268 (bubbles-game-theme-menu): Ditto.
4269 (bubbles-graphics-theme-menu): Ditto.
4270 (bubbles-menu): Ditto.
4271 (bubbles-mode): Initialize buffer-undo-list, redisplay.
4272 (bubbles--initialize): Reset buffer-undo-list, redisplay.
4273 (bubbles-plop): Set buffer-undo-list, redisplay.
4274 (bubbles-undo): Reset buffer-undo-list, redisplay.
4275 (bubbles--show-images): Take care of missing text properties.
4276
4277 2007-09-14 Glenn Morris <rgm@gnu.org>
4278
4279 * startup.el (fancy-startup-text, fancy-about-text): Fix face
4280 quoting.
4281
4282 * calendar/cal-hebrew.el, calendar/cal-menu.el
4283 * calendar/calendar.el, calendar/diary-lib.el
4284 * calendar/holidays.el: Rename all instances of
4285 list-calendar-holidays callers to calendar-list-holidays,
4286 list-holidays to holiday-list, check-calendar-holidays to
4287 calendar-check-holidays, mark-calendar-holidays to
4288 calendar-mark-holidays, and filter-visible-calendar-holidays to
4289 holiday-filter-visible-calendar.
4290
4291 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 * term/xterm.el (xterm-function-map): Add C-M- bindings.
4294
4295 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4296
4297 * play/bubbles.el (bubbles--initialize-images): Fix bug:
4298 Use transparent background for empty cells in graphics mode.
4299
4300 2007-09-13 Jari Aalto <jari.aalto@cante.net>
4301
4302 * man.el (Man-default-man-entry): At end of line, continue looking
4303 to the next line for possible end of hyphenated command.
4304
4305 2007-09-13 Chris Moore <dooglus@gmail.com>
4306
4307 * shell.el (shell-resync-dirs): Don't move the cursor relative to
4308 the command being edited.
4309
4310 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
4311
4312 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4313
4314 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4317 C-M-S- keys.
4318
4319 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4320
4321 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4322
4323 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
4324 New argument `filename-p' to use one set of confusing chars or another.
4325 (browse-url-file-url): Use the argument.
4326 Suggested by Johannes Weiner.
4327
4328 2007-09-12 Romain Francoise <romain@orebokech.com>
4329
4330 * cus-start.el (all): Revert 2007-09-08 change.
4331
4332 2007-09-12 Aaron Hawley <aaronh@garden.org>
4333
4334 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4335 extract .Z files, since it is more common than uncompress.
4336
4337 2007-09-12 Glenn Morris <rgm@gnu.org>
4338
4339 * textmodes/org-publish.el (org-publish-org-to-html): Remove
4340 duplicate function definition.
4341
4342 2007-09-10 Chris Moore <dooglus@gmail.com>
4343
4344 * diff-mode.el (diff-sanity-check-hunk):
4345 Also accept single-line hunks.
4346
4347 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * startup.el (startup-screen-inhibit-startup-screen)
4350 (pure-space-overflow-message): New vars.
4351 (fancy-splash-insert): Allow functions for face and link specs.
4352 (fancy-splash-head): Remove unused arg. Move splash text...
4353 (fancy-startup-text, fancy-about-text): ...here.
4354 (fancy-startup-tail): Rename from fancy-splash-tail.
4355 (fancy-startup-screen, fancy-about-screen): Split off from
4356 fancy-splash-screens.
4357 (display-startup-screen): New function.
4358 (display-about-screen): Rename from display-splash-screen.
4359 (command-line-1): Use concise startup screen if necessary.
4360
4361 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4362
4363 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4364 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
4365
4366 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4369 (python-font-lock-keywords): Update to the 2.5 version of the language.
4370 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4371 (python-backspace): Only behave funny in code.
4372 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4373 (inferior-python-mode): Add PDB prompt regexp.
4374 (python-fill-paragraph): Refine the fenced-string regexp.
4375 (python-find-imports): Handle imports spanning several lines.
4376 (python-mode): Add `class' to hideshow support.
4377
4378 2007-09-10 Dave Love <fx@gnu.org>
4379
4380 * outline.el (outline-4, outline-5, outline-7):
4381 Move font-lock-builtin-face down from 4 to 7 to better keep the
4382 progression of color brightness, and to better match Org-mode's faces.
4383
4384 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4385
4386 * progmodes/meta-mode.el (meta-font-lock-keywords)
4387 (font-lock-match-meta-declaration-item-and-skip-to-next)
4388 (meta-comment-indent, meta-indent-previous-line)
4389 (meta-indent-unfinished-line, meta-beginning-of-defun)
4390 (meta-end-of-defun, meta-common-initialization): Handle \f.
4391 (meta-indent-unfinished-line): Do not handle a `%' in a string as
4392 a comment-start.
4393
4394 * files.el (file-modes-char-to-who, file-modes-char-to-right)
4395 (file-modes-rights-to-number): Auxiliary functions for symbolic to
4396 numeric notation of file modes.
4397 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
4398 numeric value.
4399 (read-file-modes): New. Read either an octal value of a file mode or a
4400 symbolic value, and return its numeric value.
4401
4402 * dired-aux.el (dired-do-chmod): Change to use the built-in
4403 `set-file-modes' and the previous symbolic mode parsing functions.
4404
4405 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * textmodes/texinfo.el: Remove spurious * in docstrings.
4408 (texinfo-mode-syntax-table, texinfo-mode-map):
4409 Initialize in the declaration.
4410
4411 * tmm.el: Remove spurious * in docstrings.
4412 (tmm-prompt): Use with-current-buffer.
4413
4414 * vcursor.el: Remove spurious * in docstrings.
4415 (vcursor-map): Initialize in the declaration.
4416 (vcursor-use-vcursor-map): Use define-minor-mode.
4417 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4418
4419 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4420 Initialize in the declaration.
4421 (widget-minor-mode): Use define-minor-mode.
4422
4423 * woman.el (woman-mode-map, woman-syntax-table):
4424 Initialize in the declaration.
4425
4426 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
4427
4428 * doc-view.el: New file.
4429
4430 2007-09-09 Juri Linkov <juri@jurta.org>
4431
4432 * Makefile.in (update-authors): Add etc/ to AUTHORS.
4433
4434 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4435
4436 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4437 to "Startup screen". Fix docstring.
4438 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4439 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4440 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4441 (initial-scratch-message): Fix docstring.
4442 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4443 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4444 Add link to "Customize Startup" and set interval between links to
4445 5 spaces.
4446 (fancy-about-text): Add links "Authors" and "Contributing".
4447 (fancy-splash-head): Add text "Welcome to " on the startup screen,
4448 and "This is " on the about screen. Add link to
4449 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4450 For the about screen move emacs version to the header from
4451 `fancy-splash-tail' (as it's done already for normal about screen).
4452 (fancy-splash-tail): Insert emacs version only for startup screen.
4453 (normal-splash-screen): Remove duplicate empty lines.
4454 (normal-about-screen): Add links "Authors" and "Contributing".
4455
4456 * menu-bar.el (menu-bar-help-menu):
4457 Move "About Emacs" and "About GNU" to the end of the Help menu.
4458 Move "Emacs Psychotherapist" after "Send Bug Report...".
4459 Move "External Packages" after "Find Emacs Packages".
4460
4461 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
4462
4463 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4464 they are useless with the byte compiler.
4465 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4466 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4467 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4468 (tramp-file-name-real-host, tramp-file-name-port)
4469 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4470 defuns.
4471
4472 * net/tramp-cache.el (top): Improve error message when
4473 `tramp-persistency-file-name' is corrupted.
4474
4475 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
4476
4477 * textmodes/org.el (org-re): Also replace the :alpha: class.
4478 (org-todo-tag-alist): Variable removed.
4479 (org-todo-key-alist, org-todo-key-trigger): New variables.
4480 (org-use-fast-todo-selection): New option.
4481 (org-log-done): Docstring fixed.
4482 (org-deadline-warning-days): New default value 14.
4483 (org-edit-timestamp-down-means-later): New option.
4484 (org-tag-alist): Docstring fixed.
4485 (org-fast-tag-selection-include-todo): New option.
4486 (org-export-language-setup): New languages added.
4487 (org-set-regexps-and-options): Compute the new variables.
4488 (org-paste-subtree): Cleaning up.
4489 (org-remember-apply-template): New escape %A.
4490 (org-todo): Call fast TODO selection.
4491 (org-fast-todo-selection): New function.
4492 (org-add-log-note): Allow prefix for abort exit.
4493 (org-at-property-p, org-entry-properties)
4494 (org-columns-get-autowidth-alist): Use :alpha: class.
4495 (org-get-wdays): New function.
4496 (org-agenda-remove-date): New variable.
4497 (org-agenda-get-deadlines): Use `org-get-wdays'.
4498 (org-agenda-get-deadlines): Reverse ee before returning.
4499 (org-format-agenda-item): New argument REMOVE-RE.
4500 (org-agenda-convert-date): Baha'i calendar added.
4501 (org-infile-export-plist): Also find DATE line.
4502 (org-get-min-level): New function.
4503 (org-export-as-html, org-export-as-ascii): Use the date format.
4504 (org-shiftup, org-shiftdown): Use.
4505 `org-edit-timestamp-down-means-later'.
4506 (org-assign-fast-keys): New function.
4507
4508 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
4509
4510 * cus-start.el (all): Add prefer-window-split-horizontally from
4511 window.c.
4512
4513 2007-09-08 Eli Zaretskii <eliz@gnu.org>
4514
4515 * net/browse-url.el (browse-url-galeon): Fix last change.
4516 (top-level): Require cl when compiling.
4517
4518 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
4519
4520 * textmodes/org-export-latex.el: arch-tag restored.
4521
4522 * textmodes/org-publish.el: arch-tag restored.
4523
4524 2007-09-08 Masatake YAMATO <jet@gyve.org>
4525
4526 * progmodes/which-func.el (which-func-modes): Add diff-mode.
4527
4528 * progmodes/cc-langs.el: Support new keywords added to
4529 objective-c frontend of gcc.
4530 (c-simple-stmt-kwds): Add @throw.
4531 (c-block-stmt-2-kwds): Add @synchronized.
4532 (c-block-stmt-1-kwds): Add @finally and @try.
4533
4534 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
4535
4536 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
4537 (org-agenda-after-show-hook): New variable.
4538 (org-columns-compile-format)
4539 (org-columns-get-autowidth-alist, org-buffer-property-keys)
4540 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4541 property names.
4542 (org-get-wdays): New function.
4543
4544 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4547
4548 * term/xterm.el (xterm-function-map): Initialize in the declaration.
4549
4550 * vc-arch.el (vc-arch-checkin): Fix typo.
4551
4552 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4553
4554 * cus-face.el (custom-theme-set-faces): Set face attributes
4555 locally for each frame.
4556
4557 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4560 via font-lock-defaults.
4561
4562 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4563 derived-mode-p.
4564
4565 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
4566
4567 * progmodes/autoconf.el (autoconf-definition-regexp):
4568 Handle optional square brackets around definition name.
4569
4570 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
4571
4572 * net/browse-url.el (browse-url-browser-function): Add elinks.
4573 (browse-url-elinks-wrapper): New option.
4574 (browse-url-encode-url, browse-url-elinks)
4575 (browse-url-elinks-sentinel): New functions.
4576 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
4577 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4578 Use new function browse-url-encode-url.
4579
4580 2007-09-07 Glenn Morris <rgm@gnu.org>
4581
4582 * version.el (emacs-version): Revert 2007-08-29 change: no need to
4583 say if multi-tty is present.
4584
4585 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * cus-start.el (split-window-preferred-function): Add custom info.
4588
4589 * calendar/holidays.el (holiday-list, calendar-check-holidays)
4590 (calendar-mark-holidays, calendar-list-holidays)
4591 (holiday-filter-visible-calendar): New names to clean up namespace.
4592 (filter-visible-calendar-holidays, list-calendar-holidays)
4593 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
4594 Add compatibility aliases.
4595 (calendar-check-holidays, calendar-mark-holidays)
4596 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
4597 (holiday-sexp): Replace append with list.
4598 (holiday-filter-visible-calendar): Replace append with push.
4599
4600 * woman.el: Remove spurious * in docstrings.
4601 (woman-mini-help, woman-non-underline-faces, woman0-rename)
4602 (woman-topic-all-completions-merge, woman-file-name-all-completions)
4603 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
4604 (woman-write-directory-cache, woman-display-extended-fonts)
4605 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
4606 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
4607 (woman-mode): Use inhibit-read-only.
4608 (woman-negative-vertical-space): Use dotimes.
4609 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
4610
4611 2007-09-06 Romain Francoise <romain@orebokech.com>
4612
4613 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4614 (vc-bzr-workfile-version): Use it.
4615
4616 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
4617
4618 * complete.el (PC-do-completion): Don't try to treat
4619 empty string as an abbreviation.
4620
4621 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4622
4623 * help-fns.el (describe-variable): Keep doc's text properties.
4624
4625 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
4626
4627 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4628 instead of a file.
4629
4630 2007-09-06 Glenn Morris <rgm@gnu.org>
4631
4632 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4633 (checkdoc-minor-mode): Allow user to specify lighter via
4634 checkdoc-minor-mode-string.
4635
4636 2007-09-05 Richard Stallman <rms@gnu.org>
4637
4638 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4639 Several items removed, simplified, or put on one line.
4640 (fancy-about-text): Add substantial contents, part of startup text.
4641 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4642 (normal-splash-screen): Call normal-mouse-startup-screen,
4643 normal-no-mouse-startup-screen, or normal-about-screen.
4644 (normal-mouse-startup-screen): New fn, broken out, shortened.
4645 (normal-no-mouse-startup-screen): New fn, broken out.
4646 (normal-about-screen): New function, contents all new.
4647
4648 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4649
4650 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4651
4652 2007-09-05 Glenn Morris <rgm@gnu.org>
4653
4654 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4655 is bound.
4656
4657 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4658
4659 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4660 in doc string.
4661
4662 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4663
4664 * server.el (server-start, server-unload-hook): Undo previous change.
4665
4666 * xt-mouse.el: Undo previous change.
4667
4668 2007-09-04 Juri Linkov <juri@jurta.org>
4669
4670 * startup.el (fancy-about-text): New variable.
4671 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4672 (fancy-current-text, fancy-splash-stop-time)
4673 (fancy-splash-outer-buffer): Remove variables.
4674 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4675 `startup' and use it to conditionally display different texts for
4676 Startup and About screens. Don't display Help commands on the About
4677 screen.
4678 (fancy-splash-screens-1): Remove function and move its content to
4679 `fancy-splash-screens' to the part that dislpays the About screen.
4680 (exit-splash-screen): Don't treat specially exiting from
4681 alternating screens.
4682 (fancy-splash-screens): Rename argument `static' to `startup'.
4683 Fix docstring. Remove code for displaying alternating screens.
4684 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4685 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4686 for `inhibit-read-only'.
4687 (normal-splash-screen): Rename argument `static' to `startup'.
4688 Fix docstring. Use argument `startup' to conditionally display
4689 different texts for Startup and About screens. Don't display Help
4690 commands on the About screen. Remove `unwind-protect' `sit-for'
4691 delay and `kill-buffer' after it.
4692 (display-startup-echo-area-message): Remove call to
4693 `use-fancy-splash-screens-p' because image.el is preloaded and
4694 doesn't display "Loading image... done".
4695 (display-splash-screen): Rename argument `static' to `startup'.
4696 Fix docstring.
4697
4698 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4699
4700 * server.el (server-start, server-unload-hook):
4701 suspend-tty-functions has been renamed to suspend-tty-hook.
4702
4703 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4704 resume-tty-hook.
4705
4706 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4707
4708 * loadup.el: Fix merge problem, only load "button" once.
4709
4710 2007-09-03 Glenn Morris <rgm@gnu.org>
4711
4712 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4713 "Working file:" as the prefix, for the sake of
4714 log-view-current-file.
4715
4716 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4717
4718 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4719 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4720 if the selected frames is in
4721 xterm-modify-other-keys-terminal-list.
4722 (xterm-turn-off-modify-other-keys): Add an optional frame
4723 parameter. Only turn off modify-other-keys if FRAME is in
4724 xterm-modify-other-keys-terminal-list.
4725 (xterm-remove-modify-other-keys): New function.
4726 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4727 Add the selected frame to xterm-modify-other-keys-terminal-list.
4728
4729 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4730
4731 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4732 (icon-map-list): New variable.
4733 (x-gtk-map-stock): Use icon-map-list.
4734
4735 2007-09-02 Romain Francoise <romain@orebokech.com>
4736
4737 * log-view.el (log-view-current-file): Balance parens.
4738
4739 2007-09-02 Glenn Morris <rgm@gnu.org>
4740
4741 * comint.el (comint-mode): Don't set scroll-conservatively.
4742
4743 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4744 non-command arguments.
4745
4746 * log-view.el (log-view-current-file): Give a more explicit error
4747 if log-view-file-re fails to find a match.
4748
4749 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4750
4751 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4752 Fix bug: Don't expand top-level file name more than once.
4753 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4754
4755 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * server.el (server-process-filter): Don't display the splash screen.
4758 It's annoying enough on the initial screen and becomes positively
4759 obnoxious here.
4760
4761 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4764 Change naming to use "avl-tree--" for internal functions.
4765
4766 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4767
4768 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4769 the merge.
4770 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4771 (provide): Move to the end of file.
4772
4773 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4774
4775 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4776
4777 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4778 New variable. List of exceptions for the duplicated word rule.
4779 (flyspell-mark-duplications-flag): Mention it.
4780 (flyspell-word): Treat it.
4781
4782 * files.el (create-file-buffer): If the filename sans directory starts
4783 with spaces, remove them.
4784
4785 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4786
4787 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4788 (x-gtk-map-stock): Use two directory elements when matching
4789 file name.
4790
4791 2007-08-31 James Wright <james@chumsley.org>
4792
4793 * eshell/em-unix.el (eshell/info): New function.
4794
4795 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * frame.el (frame-initialize, make-frame):
4798 * server.el (server-process-filter):
4799 * faces.el (tty-set-up-initial-frame-faces): Don't set
4800 term-environment-variable since it's not used any more.
4801
4802 * env.el (setenv): Don't treat $TERM specially.
4803
4804 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4805 stated otherwise, subprocesses do not send back escape sequences
4806 corresponding to the terminal from which Emacs was started.
4807
4808 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4809
4810 * calculator.el: Require cl for compilation.
4811
4812 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4813
4814 * outline.el (outline-font-lock-levels): Comment out unused var.
4815 (outline-font-lock-face): Wrap around face list to handle any
4816 nesting depth gracefully.
4817
4818 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4819
4820 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4821 `set-file-times'.
4822
4823 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4824
4825 * textmodes/org.el (org-export-visible): Fix drawers before export.
4826 (org-do-sort): Allow sorting by priority.
4827 (org-agenda-files): Ignore non-existing files.
4828 (org-agenda-skip-unavailable-files): New variable.
4829 (org-ellipsis): All a face as value.
4830 (org-mode): Interprete the face value of `org-ellipsis'.
4831 (org-archive-save-context-info): New option.
4832 (org-archive-subtree): Store context info in archived entry.
4833 (org-fast-tag-selection-can-set-todo-state): New variable.
4834 (org-fast-tag-selection): Allow setting TODO states through this
4835 interface.
4836 (org-cycle): Docstring updated.
4837 (org-todo-keyword-faces): New option.
4838 (org-get-todo-face): New function.
4839 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4840 Use `org-get-todo-face'.
4841 (org-switch-to-buffer-other-window): New function.
4842 (org-table-edit-field, org-table-show-reference)
4843 (org-table-edit-formulas, org-add-log-note)
4844 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4845 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4846 `switch-to-buffer-other-window' to make sure that the temporary
4847 windows show up on the current frame.
4848 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4849 (org-get-entries-from-diary, org-replace-region-by-html):
4850 Don't allow pop-up frames.
4851 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4852 Fix problems with time-of-day.
4853 (org-export-get-title-from-subtree): New function.
4854 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4855 with listing items that are DONE.
4856 (org-change-tag-in-region): New command.
4857 (org-agenda-skip-scheduled-if-done)
4858 (org-agenda-skip-deadline-if-done): Docstring clarified.
4859 (org-mode): Hide drawers on startup.
4860 (org-get-todo-face): New function.
4861 (org-todo-keyword-faces): New option.
4862 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4863 (org-remove-keyword-keys): New function.
4864
4865 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4866
4867 * progmodes/grep.el (grep-find-ignored-directories):
4868 Add monotone _MTN bookkeeping directory in workspaces.
4869 Add RCS control directory. List items in alphabetical order.
4870
4871 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4872 Sort items in alphabetical order. Fix parens.
4873
4874 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4877 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4878 (vc-hg-pull): New functions.
4879 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4880
4881 * term/mac-win.el: Don't require url, only autoloaded url
4882 functions are used in this file.
4883
4884 2007-08-29 Andreas Schwab <schwab@suse.de>
4885
4886 * shell.el (shell): Return correct value from interactive spec.
4887
4888 2007-08-29 Glenn Morris <rgm@gnu.org>
4889
4890 * version.el (emacs-version): Increase to 23.0.50.
4891
4892 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4893
4894 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4895
4896 2007-08-29 Juri Linkov <juri@jurta.org>
4897
4898 * loadup.el: Add "button" loading after "faces" and move "startup"
4899 to load after "button".
4900
4901 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4902
4903 * loadup.el: Load term/mac-win on a Mac using Carbon.
4904
4905 * term/mac-win.el: Provide mac-win.
4906 (mac-initialized): New variable.
4907 (mac-initialize-window-system): New function. Move global setup here.
4908 (handle-args-function-alist, frame-creation-function-alist):
4909 (window-system-initialization-alist): Add mac entries.
4910 (x-setup-function-keys): New function containing all the
4911 top level function key definitions.
4912
4913 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4914
4915 * env.el (read-envvar-name): Don't consider the environment frame param.
4916
4917 * env.el (setenv):
4918 * frame.el (frame-initialize, make-frame):
4919 * faces.el (tty-set-up-initial-frame-faces):
4920 * server.el (server-process-filter): Set
4921 display-environment-variable and term-environment-variable.
4922
4923 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4924
4925 2007-08-29 Jason Rumney <jasonr@gnu.org>
4926
4927 * loadup.el: Only load term/x-win when X is compiled in.
4928 Load term/w32-win and dependencies on windows-nt.
4929
4930 * term/w32-win.el: Reorder to match x-win.el more closely.
4931 Provide w32-win. Don't throw error when global window-system not w32.
4932 (internal-face-interactive): Remove obsolete function.
4933 (x-setup-function-keys): Use local-function-key-map.
4934 (w32-initialized): New variable.
4935 (w32-initialize-window-system): Set it.
4936 Move more global setup here.
4937 (x-setup-function-keys): New function.
4938 (w32-initialize-window-system): Move non function key global setup here.
4939 (x-cut-buffer-max): Remove.
4940 (w32-initialize-window-system): New function.
4941 (handle-args-function-alist, frame-creation-function-alist):
4942 (window-system-initialization-alist): Add w32 entries.
4943
4944 2007-08-29 David Kastrup <dak@gnu.org>
4945
4946 * env.el (getenv): Pass frame to getenv-internal.
4947
4948 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4949
4950 * version.el (emacs-version): Show if multi-tty is present.
4951
4952 * loadup.el: Delay loading env; mule-conf gets confused by cl
4953 during bootstrap. Also load termdev and term/x-win.
4954
4955 * bindings.el (mode-line-client): New variable.
4956 (help-echo): Add it to the default mode-line format.
4957
4958 * cus-start.el: Remove bogus window-system reference from GTK test.
4959
4960 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4961 (ebrowse-electric-position-mode-map):
4962 * ebuff-menu.el (electric-buffer-menu-mode-map):
4963 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4964 not `suspend-emacs'.
4965
4966 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4967 (ediff-window-setup-function): Use it as default.
4968
4969 * files.el (save-buffers-kill-terminal): New function.
4970 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4971
4972 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4973 and `with-selected-frame'.
4974
4975 * help-fns.el (describe-variable): Describe frame-local variables
4976 correctly.
4977
4978 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4979 display support.
4980 (normal-erase-is-backspace-setup-frame): New function.
4981
4982 * subr.el (with-selected-frame): New function.
4983 (read-quoted-char): Use terminal-local binding of
4984 local-function-key-map instead of function-key-map.
4985
4986 * talk.el (talk): New function.
4987 (talk-handle-delete-frame): New function.
4988 (talk-add-display): Open a new frame only if FRAME was not a frame.
4989
4990 * termdev.el: New file.
4991
4992 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4993 * term/x-win.el: Don't bind f10.
4994 * tmm.el: Remove autoload binding for f10.
4995
4996 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4997 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4998 Store the saved input method as a terminal parameter. Add keymap
4999 parameter. Use it instead of changing key-translation-map directly.
5000 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
5001 Remove.
5002 (encoded-kbd-setup-display): New function.
5003
5004 * international/mule-cmds.el (set-locale-environment): Fix getenv
5005 call. Use save-buffers-kill-terminal. Ignore window-system; always
5006 set the keyboard coding system. Add DISPLAY parameter.
5007 (set-display-table-and-terminal-coding-system): Add DISPLAY
5008 parameter. Pass it to set-terminal-coding-system.
5009
5010 * international/mule.el (keyboard-coding-system): Test for
5011 encoded-kbd-setup-display, not encoded-kbd-mode.
5012 (set-terminal-coding-system, set-keyboard-coding-system): Add
5013 DISPLAY parameter.
5014 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5015
5016 * term/README: Update.
5017
5018 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5019
5020 * term/x-win.el (x-setup-function-keys): New function. Move
5021 function-key-map tweaks here. Protect against multiple calls on
5022 the same terminal. Use terminal-local binding of
5023 local-function-key-map instead of function-key-map.
5024 (x-initialize-window-system): Make a copy of pure list. Pass a
5025 frame getenv.
5026
5027 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5028 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5029 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5030 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5031 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5032 local-function-key-map instead of function-key-map.
5033
5034 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5035 `substitute-key-definition' and `define-key' calls against
5036 multiple execution. Use terminal-local binding of
5037 local-function-key-map instead of function-key-map. Pass a frame
5038 to getenv.
5039
5040 * edmacro.el (edmacro-format-keys):
5041 * emulation/cua-base.el (cua--pre-command-handler):
5042 * isearch.el (isearch-other-meta-char):
5043 * xt-mouse.el: Use terminal-local binding of
5044 local-function-key-map instead of function-key-map.
5045
5046 * fringe.el (set-fringe-mode): Simplify and fix using
5047 `modify-all-frames-parameters'.
5048 * scroll-bar.el (set-scroll-bar-mode): Ditto.
5049 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
5050 check before calling `tool-bar-setup'.
5051 (tool-bar-setup): New variable.
5052 (tool-bar-setup): Use it to guard against multiple calls. Add
5053 optional frame parameter, and select that frame before adding items.
5054 (toggle-tool-bar-mode-from-frame): New function.
5055
5056 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5057 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5058 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5059 "Tool-bar" toggles to reflect the state of the current frame.
5060 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5061
5062 * env.el: Require cl for byte compilation (for `block' and `return').
5063 (environment, setenv-internal): New functions.
5064 (let-environment): New macro.
5065 (setenv, getenv): Add optional terminal parameter. Update docs.
5066 (setenv): Use setenv-internal. Always set process-environment.
5067 Handle `local-environment-variables'.
5068 (read-envvar-name, setenv, getenv): Use frame parameters
5069 to store the local environment, not terminal parameters. Include
5070 `process-environment' as well.
5071
5072 * faces.el (tty-run-terminal-initialization): New function.
5073 (tty-create-frame-with-faces): Use it. Set up faces and
5074 background mode only after the terminal has been initialized.
5075 Call terminal-init-*. Don't load the initialization file more
5076 than once. Call set-locale-environment.
5077 (frame-set-background-mode): Handle the 'background-mode terminal
5078 parameter.
5079 (tty-find-type): New function.
5080 (x-create-frame-with-faces): Remove bogus check for
5081 first frame. Call `tool-bar-setup'. Don't make frame visible
5082 until we are done setting up all its parameters. Call
5083 x-setup-function-keys.
5084
5085 * frame.el (make-frame): Always inherit 'environment and 'client
5086 parameters. Set up the 'environment frame parameter, when needed.
5087 Also inherit 'client parameter. Don't override explicitly
5088 specified values with inherited ones. Add 'terminal frame
5089 parameter. Append window-system-default-frame-alist to parameters
5090 before calling frame-creation-function.
5091 (frame-initialize): Copy the environment from the initial frame.
5092 (window-system-default-frame-alist): Enhance doc string.
5093 (frame-notice-user-settings): Don't put 'tool-bar-lines in
5094 `default-frame-alist' when initial frame is on a tty.
5095 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
5096 Remove specified parameters from `window-system-default-frame-alist'.
5097 (make-frame-on-tty, framep-on-display, suspend-frame):
5098 Extend doc string, update parameter names.
5099 (frames-on-display-list): Use terminal-id to get the display id.
5100 (frame-notice-user-settings): Extend to apply
5101 settings in `window-system-default-frame-alist' as well.
5102 (terminal-id, terminal-parameters, terminal-parameter)
5103 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
5104 (delete-frame-functions): Add to `delete-frame-functions' hook.
5105 (blink-cursor-mode): Adapt blink-cursor-mode default
5106 value from startup.el.
5107 (make-frame-on-display): Protect condition on x-initialized when
5108 x-win.el is not loaded. Update doc.
5109 (suspend-frame): Use display-controlling-tty-p to decide between
5110 suspend-emacs and suspend-tty.
5111 (frames-on-display-list): Update for display ids.
5112 (framep-on-display): Ditto.
5113 (suspend-frame): Use display-name, not frame-tty-name.
5114 (selected-terminal): New function.
5115
5116 * server.el: Use `device' instead of `display' or `display-id' in
5117 variable and client parameter names.
5118 (server-select-display): Remove (unused).
5119 (server-tty-live-p, server-handle-delete-tty): Remove.
5120 (server-unquote-arg, server-quote-arg, server-buffer-clients):
5121 Update docs.
5122 (server-getenv-from, server-with-environment, server-send-string)
5123 (server-save-buffers-kill-terminal): New functions.
5124 (server-delete-client): Handle quits in kill-buffer. Don't kill
5125 modified buffers. Add extra logging. Delete frames after
5126 deleting the tty. Clear 'client parameter before deleting a frame.
5127 Use delete-display, not delete-tty.
5128 (server-visit-files): Don't set `server-existing-buffer' if the
5129 buffer already has other clients. Return list of buffers
5130 created. Update doc. Don't set client-record when nowait.
5131 (server-handle-delete-frame): Delete the client if this was its
5132 last frame. Check that the frame is alive. Remove bogus comment.
5133 Add note on possible race condition. Delete tty clients, if needed.
5134 (server-handle-suspend-tty): Use server-send-string. Kill the
5135 client in case of errors from process-send-string. Use the display
5136 parameter.
5137 (server-unload-hook): Remove obsolete delete-tty hook.
5138 (server-start): Ask before restarting if the old server still has
5139 clients. Add feedback messages. Remove obsolete delete-tty hook.
5140 (server-process-filter): Use server-send-string. Accept `-dir'
5141 command. Switch to *scratch* immediately after creating the frame,
5142 before evaluating any -evals. Protect `display-splash-screen'
5143 call in a condition-case. Explain why. Call
5144 `display-startup-echo-area-message' before
5145 `display-splash-screen'. Don't display the splash screen when no
5146 frame was created. Show the Emacs splash screen and startup echo
5147 area message. Display the *scratch* buffer by default. Store the
5148 local environment in a frame (not terminal) parameter. Do not try
5149 to decode environment strings. Fix reference to the 'display
5150 frame parameter. Change syntax of environment variables. Put
5151 environment into terminal parameters, not client parameters. Use
5152 a dummy client with --no-wait's X frames. In `-position LINE'
5153 handler, don't ruin the request string until the line number is
5154 extracted. Log opened files. Handle -current-frame command.
5155 Don't create frames when it is given. Don't bind X frames to the
5156 client when we are in -no-wait mode. Set locale environment
5157 variables from client while creating tty frames. Disable call to
5158 configure-display-for-locale. When processing -position command,
5159 don't change the request string until the parameters are
5160 extracted. Don't try to create an X frame when Emacs does not
5161 support it. Improve logging. Temporarily set ncurses-related
5162 environment variables to those of the client while creating a new
5163 tty frame. Select buffers opened by nowait clients, don't leave
5164 them buried under others. Set the display parameter, and use it
5165 when appropriate.
5166
5167 * startup.el (display-startup-echo-area-message): Handle
5168 `inhibit-startup-echo-area-message' here.
5169 (command-line-1): Moved from here.
5170 (fancy-splash-screens): Use `overriding-local-map' instead of
5171 `overriding-terminal-local-map' for now; the latter doesn't work
5172 right, it looses keypresses to another terminal. Use
5173 `overriding-terminal-local-map' to set up keymap. Install a
5174 `delete-frame-functions' hook to catch `delete-frame' events.
5175 Ignore `select-window' events to cope better with
5176 `focus-follows-mouse'. Don't switch back to the original buffer
5177 if the splash frame has been killed. Restore previous buffer, even
5178 if it's *scratch*.
5179 (normal-splash-screen): Don't let-bind `mode-line-format'; it
5180 changes the global binding - setq it instead. Use
5181 `save-buffers-kill-terminal'.
5182 (display-splash-screen): Don't do anything if the splash screen is
5183 already displayed elsewhere.
5184 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
5185 (command-line): Replace duplicated code with a call to
5186 tty-run-terminal-initialization. Don't load the terminal
5187 initialization file more than once. Remove call to nonexistent
5188 function `set-locale-translation-file-name'.
5189
5190 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
5191 parameters.
5192 (xterm-mouse-position-function, xterm-mouse-event): Update.
5193 (xterm-mouse-mode): Don't depend on current value of window-system.
5194 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5195 Update for multi-tty.
5196 (turn-on-xterm-mouse-tracking-on-terminal)
5197 (turn-off-xterm-mouse-tracking-on-terminal)
5198 (xterm-mouse-handle-delete-frame): New functions.
5199 (delete-frame-functions, after-make-frame-functions)
5200 (suspend-tty-functions, resume-tty-functions): Install extra hooks
5201 for multi-tty.
5202
5203 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * simple.el (invisible-p): Remove: implemented in C now.
5206 (line-move-invisible-p): Remove obsolete alias.
5207
5208 2007-08-28 Juri Linkov <juri@jurta.org>
5209
5210 * image-mode.el (image-type): New variable.
5211 (image-mode): Set default major mode name to "Image[text]".
5212 (image-minor-mode): Change LIGHTER to display image-type in the
5213 mode line.
5214 (image-minor-mode): Set default image-type to "text".
5215 (image-toggle-display): After switching to text mode, set
5216 image-type to "text" and major mode name to "Image[text]".
5217 After switching to image mode, set image-type to actual image
5218 type, and add image type to major mode name. Let-bind the same
5219 variable names as arguments of `image-type' and `create-image'.
5220 Bind `type' to the result of `image-type' and use it as arg
5221 of `create-image' to not determine the image type twice.
5222
5223 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
5224
5225 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
5226 (tramp-set-file-uid-gid, tramp-get-local-uid)
5227 (tramp-get-local-gid): New defuns.
5228 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
5229 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
5230 Improve fast track.
5231 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
5232 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
5233 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
5234 (tramp-handle-write-region): Improve fast track.
5235 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
5236 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
5237 be nil.
5238
5239 2007-08-28 Ivan Kanis <apple@kanis.eu>
5240
5241 * time.el: New feature to display several time zones in a buffer.
5242 (display-time-world-mode, display-time-world-display)
5243 (display-time-world, display-time-world-timer): New functions.
5244 (display-time-world-list, display-time-world-time-format)
5245 (display-time-world-buffer-name, display-time-world-timer-enable)
5246 (display-time-world-timer-second, display-time-world-mode-map):
5247 New variables.
5248
5249 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5250
5251 * term/x-win.el (x-gtk-stock-map): New variable.
5252 (x-gtk-map-stock): New function.
5253
5254 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5255 prev/next-node.
5256
5257 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5258
5259 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5260
5261 2007-08-28 Glenn Morris <rgm@gnu.org>
5262
5263 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
5264
5265 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5266
5267 * progmodes/modula2.el (m2-definition, m2-module):
5268 Don't use previous-line. Reported by T. V. Raman.
5269
5270 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5271
5272 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5273 argument to tool-bar-mode call.
5274
5275 2007-08-27 Glenn Morris <rgm@gnu.org>
5276
5277 * diff-mode.el (diff-find-file-name): Only accept regular files,
5278 to rule out /dev/null, directories, etc.
5279
5280 * vc-svn.el (vc-svn-diff): If the repository version of all the
5281 files is the same as the specified OLDVERS, do a local diff.
5282
5283 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5286 of buffers in uniquify-managed.
5287
5288 * simple.el (invisible-p): Rename from text-invisible-p.
5289 Update callers.
5290
5291 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5294 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5295 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5296 (cperl-etags-goto-tag-location): Use new style backquotes.
5297
5298 * net/browse-url.el: Remove spurious * in custom docstrings.
5299 (browse-url-filename-alist): Use new-style backquote.
5300
5301 * emacs-lisp/backquote.el (backquote-unquote-symbol)
5302 (backquote-splice-symbol): Clarify they're not new-style unquotes.
5303
5304 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5305 (\,@): Backslash the , and ,@ which are not new-style unquotes.
5306
5307 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5308
5309 * net/socks.el (socks-username/password-auth-filter):
5310 Remove unused vars `state' and `desired-len'.
5311 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5312 (socks-wait-for-state-change): Use new-style backquotes.
5313
5314 * pcvs.el (cvs-mode-status): Fix long-standing typo.
5315
5316 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5317 backquotes after each `read' rather than once per buffer.
5318
5319 * dframe.el: Remove spurious * in custom docstrings.
5320 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5321 (dframe-xemacs20p): Remove, inline at the sole use point.
5322 (defface): Don't defvar the face, don't use old-style backquote.
5323 (defcustom): Don't use old-style backquote.
5324 (dframe-frame-parameter, dframe-mouse-event-p):
5325 Make it obvious that it's always defined.
5326 (dframe-popup-kludge): New function to replace
5327 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5328 (dframe-frame-mode, dframe-set-timer-internal)
5329 (dframe-mouse-set-point): Remove use of with-no-warnings from
5330 XEmacs-specific code.
5331 (dframe-set-timer-internal): Fix very old bug with
5332 post-command-idle-hook.
5333
5334 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5335
5336 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5337
5338 * emacs-lisp/avl-tree.el: New file.
5339
5340 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5341
5342 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5343 was used.
5344
5345 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
5346
5347 * complete.el (PC-do-completion): Make RET accept a non-unique but
5348 complete expansion again.
5349
5350 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
5351
5352 * eshell/esh-opt.el (eshell-eval-using-options):
5353 Add debug declaration.
5354
5355 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5356
5357 * log-view.el (log-view-toggle-mark-entry): Add docstring.
5358 (log-view-get-marked): Likewise.
5359
5360 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5361 (vc-delete-automatic-version-backups): Likewise.
5362
5363 * vc.el (vc-dired-buffers-for-dir): Likewise.
5364
5365 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5366
5367 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5368 safe-local-variable setting.
5369 * progmodes/perl-mode.el (perl-indent-level): Likewise.
5370
5371 * log-view.el (log-view-marked-list): Delete variable.
5372 (log-view-mode): Don't use it.
5373 (log-view-toggle-mark-entry): Likewise, simplify.
5374 (log-view-current-tag): Don't return properties.
5375 (log-view-get-marked): New function.
5376
5377 2007-08-25 Alexandre Julliard <julliard@winehq.org>
5378
5379 * vc-git.el (vc-git-mode-line-string): New function.
5380
5381 2007-08-25 Alan Mackenzie <acm@muc.de>
5382
5383 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5384 new language variable.
5385
5386 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5387 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5388 "extern" etc., rather than BOI. Fix addition of spurious
5389 syntactic-symbol 'defun-block-intro, replacing it with
5390 'innamespace, etc.
5391
5392 2007-08-25 Juri Linkov <juri@jurta.org>
5393
5394 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5395
5396 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5397 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5398 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5399
5400 * image.el (image-type-header-regexps): Use more complex regexp for svg.
5401 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5402 (image-type-auto-detectable): Add (svg . maybe).
5403
5404 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5405 to treat it like .tgz.
5406
5407 * calendar/cal-bahai.el: Add file coding cookie.
5408
5409 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
5410
5411 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5412 Don't behave differently when executed via M-x. Add doc string.
5413
5414 * sort.el (sort-fold-case, sort-numeric-base): Mark as
5415 safe-local-variable.
5416
5417 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
5418
5419 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5420 the default value.
5421 (math-calendar-tzinfo): New variable.
5422 (math-get-calendar-tzinfo): New function.
5423 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5424 to get information when zone is nil.
5425
5426 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5427
5428 * log-view.el (log-view-toggle-mark-entry): New function.
5429 (log-view-mode-map): Bind it.
5430 (log-view-marked-list): New variable.
5431 (log-view-mode): Make it local.
5432
5433 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5434
5435 * play/zone.el (zone-pgm-rat-race): New func.
5436 (zone-programs): Add `zone-pgm-rat-race'.
5437
5438 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5441 a list.
5442
5443 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5444
5445 * progmodes/hideshow.el (hs-match-data): Delete alias.
5446 (hs-hide-block-at-point, hs-find-block-beginning)
5447 (hs-show-block): Use `match-data' directly.
5448
5449 2007-08-24 Martin Rudalics <rudalics@gmx.at>
5450
5451 * format.el (format-alist): Fix typo in doc-string.
5452
5453 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
5454
5455 * net/tramp.el (tramp-local-host-p): New defun.
5456 (tramp-handle-file-local-copy, tramp-handle-write-region):
5457 Implement fast track when being on the local host.
5458 (tramp-file-name-handler): Don't set "started" property. It shall
5459 be reserved for the "ftp" method.
5460 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5461
5462 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
5463 (tramp-ftp-file-name-handler): Set "started" property.
5464
5465 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5466
5467 * files.el (backup-buffer-copy): Don't wrap delete in
5468 condition-case, only try to delete if file exists.
5469
5470 2007-08-24 Glenn Morris <rgm@gnu.org>
5471
5472 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5473
5474 * startup.el (tutorial-directory): Set with eval-at-startup so it
5475 gets the right value in an installed Emacs.
5476
5477 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5478
5479 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
5480 (eldoc-highlight-function-argument): Use it.
5481
5482 2007-08-23 Masatake YAMATO <jet@gyve.org>
5483
5484 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
5485 name of parameters in document body.
5486
5487 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
5490 (byte-compile-output-as-comment): Use with-current-buffer rather than
5491 a weird set-buffer&prog1 combination.
5492
5493 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
5494 test so as to optimise cases where the `progn's result is constant.
5495
5496 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5497
5498 * locate.el (locate-get-file-positions):
5499 Use line-beginning-position and line-end-position.
5500
5501 2007-08-23 John Wiegley <johnw@newartisans.com>
5502
5503 * calendar/cal-bahai.el: Added in the diacriticals that were
5504 missing for many of the month names.
5505
5506 2007-08-22 Jason Rumney <jasonr@gnu.org>
5507
5508 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
5509
5510 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * image-mode.el (image-minor-mode): Use image-mode-text-map.
5513
5514 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5515
5516 * dabbrev.el (dabbrev--progress-reporter): New variable.
5517 (dabbrev--scanning-message): Delete func.
5518 (dabbrev--find-expansion): Use a progress reporter
5519 instead of dabbrev--scanning-message.
5520
5521 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * comint.el (comint-exec-1): Raise an error if
5524 `start-file-process' does not return a process object.
5525
5526 * shell.el (shell): Prompt for `default-directory' if it is a
5527 remote file name, and if called with a prefix arg.
5528
5529 2007-08-22 Sam Steingold <sds@gnu.org>
5530
5531 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5532
5533 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5534
5535 * textmodes/org-export-latex.el: New file.
5536
5537 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
5538
5539 * textmodes/org.el (org-agenda-skip): Allow a form for
5540 `org-agenda-skip-function'.
5541 (org-agenda-redo): Re-use local settings.
5542 (org-agenda): Store local settings.
5543 (org-agenda-deadline-faces): New option.
5544 (org-agenda-deadline-face): New function.
5545 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5546 entries on their due date.
5547 (org-agenda-get-timestamps): No longer handle the due dates of
5548 schedules and deadline items.
5549 (org-insert-link-global, org-open-at-point-global): New commands.
5550 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5551 :for-ascii parameter.
5552 (org-skip-comments): Function removed.
5553 (org-cleaned-string-for-export): Handle special table lines.
5554 (org-global-properties): New option.
5555 (org-entry-get-with-inheritance): Check global properties.
5556 (org-local-properties): New variable.
5557 (org-set-regexps-and-options): Find the #+PROPERTY line.
5558 (org-link-types): Change type into variable (was constant).
5559 (org-make-link-regexps): New function.
5560 (org-link-re-with-space, org-link-re-with-space2)
5561 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5562 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5563 these regular expressions happens now in the function
5564 `org-make-link-regexps'.
5565 (org-store-link): Call the functions in
5566 `org-store-link-functions'.
5567 (org-add-link-type): New function.
5568 (org-store-link-functions): New variable.
5569 (org-activate-tags): Force matches to be in headlines.
5570 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
5571 (org-columns-display-here): Make sure this works in a narrowed
5572 buffer by checking for point-min.
5573 (org-columns-display-here): Make the rest of the line intangible,
5574 so that point never can be there.
5575 (org-cleaned-string-for-export): Use `with-current-buffer'.
5576 (org-replace-region-by-html): Use `with-current-buffer'.
5577 (org-unfontify-region, org-do-occur, org-columns-display-here)
5578 (org-columns-remove-overlays, org-columns-quit)
5579 (org-columns-edit-value, org-columns-next-allowed-value)
5580 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5581 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5582 (org-agenda-todo, org-agenda-change-all-lines)
5583 (org-agenda-align-tags, org-agenda-priority)
5584 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5585 (org-agenda-show-new-time, org-cleaned-string-for-export)
5586 (org-export-grab-title-from-buffer)
5587 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5588 instead of `buffer-read-only'.
5589 (org-export-as-html): Set `coding-system-for-write'.
5590 (org-remember-store-without-prompt): New option.
5591 (org-archive-subtree): Fixed bug with modifying TODO keyword.
5592 (org-beginning-of-line): Also treat C-a special in items.
5593 (org-table-convert-refs-to-rc): Fixed problem with column
5594 reference after "..".
5595 (org-columns-compute): Don't mark buffer modified because of text
5596 properties.
5597 (org-batch-store-agenda-views): Use the variable
5598 `default-directory', not the function.
5599 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
5600 (org-clock-out-when-done): New option.
5601 (org-html-entities): Added HTML entities for smileys.
5602
5603 2007-08-22 Glenn Morris <rgm@gnu.org>
5604
5605 * image.el (create-image): Doc fix.
5606
5607 * startup.el (tutorial-directory): New constant.
5608 (fancy-splash-text): Tutorials now in tutorial-directory.
5609 * tutorial.el (help-with-tutorial): Tutorials now in
5610 tutorial-directory.
5611
5612 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5613
5614 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
5615 otherwise.
5616 (tramp-get-remote-path): New defun. Replace occurrences of
5617 `tramp-default-remote-path' by this function.
5618 (tramp-set-remote-path): Move most of the code to
5619 `tramp-get-remote-path'.
5620 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5621 existing directories, this is done already in
5622 `tramp-get-remote-path'.
5623
5624 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5625
5626 * image-file.el (image-file-name-extensions): Add "svg".
5627 * image.el (image-type-header-regexps): Add svg entry.
5628
5629 2007-08-22 Glenn Morris <rgm@gnu.org>
5630
5631 * files.el (backup-buffer-copy): Check backup directory is
5632 writable, to avoid infloop deleting old backup.
5633
5634 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5635 movemail related variables.
5636 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5637 will now be set before this is called.
5638
5639 2007-08-21 Juri Linkov <juri@jurta.org>
5640
5641 * delsel.el (delete-selection-pre-hook):
5642 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5643 instead of checking last-command.
5644
5645 2007-08-21 Juri Linkov <juri@jurta.org>
5646
5647 * loadup.el: Preload "button".
5648
5649 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5652 Add previous-line and next-line.
5653
5654 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5655 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5656
5657 * vc-hooks.el (vc-menu-entry): New var.
5658 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5659 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5660 (vc-menu-map): Declare and initialize in one step.
5661 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5662
5663 * menu-bar.el (vc-menu-map): Don't setup any more.
5664 Instead, just create the proper spot in the menu.
5665
5666 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * smerge-mode.el (smerge-resolve): New arg `safe'.
5669 (smerge-resolve-all, smerge-batch-resolve): New function.
5670 (smerge-refine): Make sure `diff' returns the expected result.
5671 (smerge-parsep-re): New const.
5672 (smerge-mode): Use it to adjust paragraph-separate.
5673
5674 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5675 Correctly match / regexp matchers as first char on a line when
5676 fontifying only that line.
5677
5678 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5679
5680 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5683 (vc-bzr-registered): Don't redundantly protect against
5684 file-error. Actually use the format-specific code.
5685 (vc-bzr-buffer-nonblank-p): Remove.
5686 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5687
5688 2007-08-20 Juri Linkov <juri@jurta.org>
5689
5690 * startup.el (fancy-splash-text): Change multiple tabs into one
5691 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5692 and "Recover Crashed Session").
5693 (fancy-splash-screens): Set tab-width to 22.
5694 (normal-splash-screen): Replace literal tabs with \t and
5695 fix whitespace. Remove "Useful File menu items" section (with
5696 "Exit Emacs" and "Recover Crashed Session").
5697
5698 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5699
5700 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5701 extracted from `eval-last-sexp-1'.
5702 (eval-last-sexp-1): Call `preceding-sexp'.
5703
5704 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5705
5706 * vc-rcs.el (vc-rcs-annotate-command):
5707 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5708 Add back :vc-annotate-prefix propertization.
5709
5710 2007-08-20 Andreas Schwab <schwab@suse.de>
5711
5712 * mail/rmail.el (rmail-autodetect): Doc fix.
5713
5714 2007-08-19 Juri Linkov <juri@jurta.org>
5715
5716 * startup.el (normal-splash-screen): Add more links.
5717
5718 2007-08-19 Juri Linkov <juri@jurta.org>
5719
5720 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5721 because it's common to both types of splash screen: fancy and normal.
5722 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5723 (exit-splash-screen): Rename from `fancy-splash-quit'.
5724 Use `quit-window' instead of `kill-buffer'.
5725 (fancy-splash-head): Use make-button to insert GNU image link.
5726 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5727 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5728 (normal-splash-screen): Put "Browse manuals" on the same line with
5729 "Emacs manual". Remove descriptions from "Useful tasks" and put
5730 all links in two columns on two lines.
5731
5732 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5733
5734 * emulation/viper.el (viper-remove-hooks): Remove some additional
5735 viper hooks when the user calls viper-go-away.
5736 (viper-go-away): Restore the default of default-major-mode.
5737 Save the value of default-major-mode before vaperization.
5738
5739 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5740
5741 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5742
5743 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5744 buffer for which file is created.
5745
5746 2007-08-19 Glenn Morris <rgm@gnu.org>
5747
5748 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5749 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5750 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5751 shadow files messing up the compilation.
5752
5753 2007-08-18 Glenn Morris <rgm@gnu.org>
5754
5755 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5756 string. Also apply eldoc-argument-case in the help-split-fundoc
5757 case. Adapt for changed behavior of eldoc-function-argstring,
5758 eldoc-function-argstring-format, and
5759 eldoc-highlight-function-argument.
5760 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5761 just call eldoc-docstring-format-sym-doc in that case.
5762 (eldoc-function-argstring): Change the behavior. Now it converts
5763 an argument list to a string.
5764 (eldoc-function-argstring-format): Change the behavior. Now it
5765 applies `eldoc-argument-case' to a string.
5766
5767 * progmodes/scheme.el (scheme-mode-variables): Set
5768 font-lock-comment-start-skip.
5769
5770 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5771
5772 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5773 set-syntax-table from here to ...
5774 (ada-mode): ... here. Do not change global value of
5775 comment-multi-line. Call new function
5776 ada-initialize-syntax-table-properties and add new function
5777 ada-handle-syntax-table-properties to font-lock-mode-hook.
5778 (ada-deactivate-properties, ada-initialize-properties): Replace
5779 by new functions ...
5780 (ada-handle-syntax-table-properties)
5781 (ada-initialize-syntax-table-properties)
5782 (ada-set-syntax-table-properties): ... to set up syntax-table
5783 properties uniformly, independently from whether font-lock-mode
5784 is enabled or not. Handle read-only buffers and do not change
5785 undo-list when setting syntax-table properties.
5786 (ada-after-change-function): Use ada-set-syntax-table-properties.
5787
5788 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5789
5790 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5791 (meta-indent-current-nesting): Use a computation of the nesting
5792 instead.
5793 (meta-indent-current-indentation): Indentation is given according
5794 to nesting and if the previous line was finished or not.
5795 (meta-indent-unfinished-line): Tell if the current line ends with
5796 a finished expression.
5797 (meta-indent-looking-at-code): Like `looking-at', but checks if
5798 the point is in a string before.
5799 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5800 done in the nesting function.
5801 (meta-indent-in-string-p): Tell if the current point is in a
5802 string.
5803 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5804 previous functions.
5805
5806 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5807
5808 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5809 (copyright-update-year, copyright-update)
5810 (copyright-fix-years): Use it.
5811
5812 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5813
5814 * emacs-lisp/copyright.el (copyright-update-year):
5815 Fix bug: Handle nil copyright-limit.
5816
5817 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5818
5819 * calc/calc-units.el (math-standard-units): Give exact
5820 conversion for tsp.
5821
5822 * calc/calc.el (math-bignum-digit-length): Compute the
5823 appropriate value.
5824
5825 * calc/calc-bin.el (math-bignum-logb-digit-size)
5826 (math-bignum-digit-power-of-two):
5827 * calc/calc-comb.el (math-small-factorial-table):
5828 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5829 (math-approx-gamma-const):
5830 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5831 (math-besY1, math-bernoulli-b-cache):
5832 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5833 Remove `eval-when-compile's.
5834
5835 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5836
5837 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5838 (cperl-find-pods-heres): Fix an error when typing expressions like
5839 `s{a}{b}'.
5840
5841 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5842
5843 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5844 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5845 a special case (there's no build number).
5846
5847 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5848
5849 * completion.el (symbol-under-point, symbol-before-point)
5850 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5851
5852 2007-08-17 Glenn Morris <rgm@gnu.org>
5853
5854 * progmodes/compile.el (compilation-get-file-structure): Make use
5855 of the directory part when checking for an existing entry, to
5856 handle files with same basename in different directories.
5857
5858 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5859
5860 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5861
5862 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5863
5864 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5865 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5866 (ps-paragraph-spacing): Docstring fix.
5867
5868 2007-08-16 Glenn Morris <rgm@gnu.org>
5869
5870 * ps-print.el (ps-font-size): Doc fix.
5871
5872 2007-08-16 Richard Stallman <rms@gnu.org>
5873
5874 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5875
5876 2007-08-15 Juri Linkov <juri@jurta.org>
5877
5878 * startup.el (initialization): Change parent group from `internal'
5879 to `environment'.
5880 (initial-buffer-choice): New variable.
5881 (command-line): Revert 2007-07-02 change that sets
5882 buffer-offer-save in *scratch* and enables auto-save in it.
5883 (fancy-splash-text): Add links to existing items. Add new items
5884 with links for useful tasks. Move information about Control-g to
5885 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5886 (fancy-splash-keymap): New variable.
5887 (fancy-splash-last-input-event): Remove variable.
5888 (fancy-splash-insert): Add processing of `:link' element.
5889 (fancy-splash-head): Replace "Type Control-l to begin editing"
5890 with "Type `q' to exit".
5891 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5892 (fancy-splash-default-action, fancy-splash-special-event-action):
5893 Remove functions.
5894 (fancy-splash-quit): New function.
5895 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5896 `static' and reverse the condition of its usage. Don't preserve
5897 original values of `minor-mode-map-alist',
5898 `emulation-mode-map-alists', `special-event-map'.
5899 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5900 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5901 Remove processing of special events. Use local key map
5902 `fancy-splash-keymap'. Set buffer to read-only.
5903 (normal-splash-screen): Rename input arg from `hide-on-input' to
5904 `static' and reverse the condition of its usage.
5905 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5906 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5907 Add links to existing items. Add new items with links for useful
5908 tasks. Use local key map `fancy-splash-keymap'.
5909 (display-splash-screen): Rename input arg from `hide-on-input' to
5910 `static'.
5911 (about-emacs): Add alias to display-splash-screen.
5912 (command-line-1): Use `initial-buffer-choice'.
5913
5914 * menu-bar.el (menu-bar-help-menu):
5915 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5916 item to about-emacs instead of display-splash-screen.
5917
5918 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5919
5920 * calc/calc-units.el (math-standard-units): Update values.
5921 Put in exact, rational values when possible.
5922 (math-unit-prefixes): Replace floats with powers of ten.
5923 (math-standard-units-systems): Replace floats with integers.
5924 (math-make-unit-string): Remove extra spaces in output.
5925
5926 2007-08-15 Glenn Morris <rgm@gnu.org>
5927
5928 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5929 sloppier, for the sake of GNU Mailman.
5930 (rmail-digest-rfc1153): Initialize `result' correctly.
5931
5932 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5933
5934 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5935 in the mail title. Suggested by Reiner Steib.
5936
5937 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5938
5939 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5940 representation of integers to the list of outputs.
5941
5942 2007-08-14 Glenn Morris <rgm@gnu.org>
5943
5944 * simple.el (bad-packages-alist): New constant.
5945 (bad-package-check): New function. Together, these two add elements
5946 to `after-load-alist' to check for problematic external packages.
5947 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5948
5949 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5950
5951 * calc/calc-units.el (math-get-standard-units)
5952 (math-get-units, math-make-unit-string)
5953 (math-get-default-units, math-put-default-units): New functions.
5954 (math-default-units-table): New variable.
5955 (calc-convert-units, calc-convert-temperature): Add machinery
5956 to supply default values.
5957
5958 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5961 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5962 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5963 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5964
5965 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5966 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5967 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5968 Make into a proper minor-mode.
5969 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5970 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5971 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5972 (tpu-set-cursor-free, tpu-set-cursor-bound):
5973 Delegate to tpu-cursor-free-mode.
5974 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5975 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5976 Use line-move or forward-line instead of next-line-internal.
5977
5978 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5979
5980 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5981
5982 2007-08-12 Richard Stallman <rms@gnu.org>
5983
5984 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5985 (cvs-execute-single-file): Use new name split-string-and-unquote.
5986 (cvs-header-msg): Use new name combine-and-quote-strings.
5987
5988 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5989
5990 * progmodes/gud.el (gud-common-init): Use new name
5991 split-string-and-unquote.
5992
5993 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5994 in javac regexp.
5995
5996 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5997 combine-and-quote-strings and split-string-and-unquote.
5998
5999 * subr.el (combine-and-quote-strings): Rename from strings->string.
6000 (split-string-and-unquote): Rename from string->strings.
6001
6002 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
6005 to buffer-local settings.
6006
6007 * emacs-lisp/backquote.el (backquote-delay-process): New function.
6008 (backquote-process): Add internal arg `level'. Use the two to
6009 correctly handle nested backquotes.
6010
6011 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
6012
6013 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6014 (vc-bzr-state-words): Add "kind changed" state word.
6015 (vc-bzr-status): New function. Return Bzr idea of file status,
6016 which is different from VC's.
6017 (vc-bzr-state): Use vc-bzr-status.
6018 (vc-workfile-unchanged-p): Use vc-bzr-status.
6019 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6020 (vc-dired-state): Process "kind changed" state word.
6021
6022 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6025
6026 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6027 Move from vc-default-find-file-not-found-hook.
6028
6029 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * man.el: Remove spurious * in docstrings.
6032 Merge defvars and toplevel setq-defaults.
6033 (Man-highlight-references0): Limit=nil rather than point-max.
6034 (Man-mode-map): Move initialization into the declaration.
6035 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6036 (Man-view-header-file): Use expand-file-name rather than concat.
6037 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6038
6039 * man.el (Man-next-section): Make sure we do not move backward.
6040
6041 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * files.el (auto-mode-alist): Use the purecopied text (duh!).
6044
6045 2007-08-08 Glenn Morris <rgm@gnu.org>
6046
6047 * Replace `iff' in doc-strings and comments.
6048
6049 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6050
6051 * dired.el (dired-pop-to-buffer):
6052 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6053 * calendar/calendar.el (generate-calendar-window):
6054 * progmodes/compile.el (compilation-set-window-height):
6055 * textmodes/two-column.el (2C-two-columns, 2C-merge):
6056 Use window-full-width-p instead of comparing frame-width and
6057 window-width.
6058
6059 * progmodes/compile.el (compilation-find-buffer): Remove extra
6060 argument in call to compilation-buffer-internal-p.
6061
6062 2007-08-07 Tom Tromey <tromey@redhat.com>
6063
6064 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6065 Add safe-local-variable property.
6066
6067 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * image-mode.el (image-toggle-display): Use image-refresh.
6070
6071 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
6072
6073 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6074 unofficial version.
6075 (vc-bzr-command): Remove redundant setting of process-connection-type.
6076 (vc-bzr-admin-checkout-format-file): Add autoload.
6077 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6078 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6079 (vc-bzr-registered): Compare dirstate format tag with known good
6080 value, abort parsing if match fails. Warn user in docstring.
6081 (vc-bzr-workfile-version): Case for different Bzr branch formats.
6082 See bzrlib/branch.py in Bzr sources.
6083 (vc-bzr-diff): First argument FILES may be a string rather than a list.
6084 (vc-bzr-shell-command): Remove in favor of
6085 vc-bzr-command-discarding-stderr.
6086 (vc-bzr-command-discarding-stderr): New function.
6087
6088 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
6089
6090 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
6091 program, and return nil.
6092 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6093 (vc-bzr-state): Look for path names relative to the repository
6094 root after status keyword.
6095 (vc-bzr-file-name-relative): New function.
6096 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
6097 depend on it.
6098 (vc-bzr-admin-dirname, ...-checkout-format-file)
6099 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
6100 files that we now parse directly for speed.
6101 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
6102 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
6103 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
6104 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
6105 Bzr warnings, so we must discard it.
6106 (vc-bzr-workfile-version): Speedup counting lines from
6107 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
6108 if that file doesn't exist.
6109 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
6110 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
6111 to `vc-directory-exclusion-list'.
6112 (vc-bzr-shell-command): New function.
6113
6114 2007-08-06 Tom Tromey <tromey@redhat.com>
6115
6116 * diff-mode.el (diff-unified->context, diff-reverse-direction)
6117 (diff-fixup-modifs): Typo in docstring.
6118
6119 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
6122 count-screen-lines.
6123 (tpu-edt-off): Disable relevant pieces of advice.
6124
6125 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6126 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
6127 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6128 redefining the function.
6129 (tpu-set-scroll-margins): Activate the pieces of advice.
6130
6131 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6132
6133 * help.el (resize-temp-buffer-window): Use window-full-width-p
6134 instead of comparing frame-width and window-width.
6135
6136 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
6137
6138 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6139 optional quotes around files in NEED-UPDATE . REMOVED case.
6140
6141 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6142 (ada-treat-cmd-string): Improve error message.
6143 (ada-do-file-completion): Call `ada-require-project-file', so
6144 project variables are set properly.
6145 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6146 (ada-gnatfind-buffer-name): New constant.
6147 (ada-find-any-references): Use new constant. Set buffer name
6148 properly in compilation-start. Toggle read-only properly.
6149 (ada-find-in-src-path): Fix spelling error in docstring.
6150
6151 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6152 by zero error.
6153
6154 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6157
6158 2007-08-12 Richard Stallman <rms@gnu.org>
6159
6160 * progmodes/sh-script.el (sh): Delete group `unix'.
6161
6162 * progmodes/gud.el (gud): Change to group `processes'.
6163
6164 2007-08-11 Glenn Morris <rgm@gnu.org>
6165
6166 * progmodes/compile.el (compilation-buffer-name): Don't check
6167 compilation-arguments. It is superfluous, and the variable isn't
6168 even set when this function is called.
6169
6170 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6171
6172 * term/mac-win.el (mac-ae-reopen-application): New function.
6173 (mac-apple-event-map): Bind "reopen application" Apple event to it.
6174
6175 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
6178 take tex-font-script-display into account.
6179 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
6180 cell to a list of 2 elements to simplify the unfontify code.
6181
6182 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6183
6184 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
6185 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
6186 ps-print-color-p is neither nil nor black-white. Reported by Christian
6187 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6188
6189 2007-08-08 Andreas Schwab <schwab@suse.de>
6190
6191 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
6192 self-insert-command, not self-insert.
6193
6194 2007-08-08 Glenn Morris <rgm@gnu.org>
6195
6196 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
6197 argument optional, for backwards compatibility, and only highlight
6198 args when present. Fix symbol name typo (doc/args).
6199
6200 * help-mode.el (help-make-xrefs): Search for symbol constituents,
6201 rather than just `-'.
6202
6203 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
6204
6205 * calc/calc-units.el (calc-convert-temperature):
6206 Use `/' to create fractions.
6207
6208 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
6209
6210 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
6211 global matching.
6212 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
6213 ERROR-BUFFER more robust. Display output.
6214 (tramp-file-name-handler): Add a connection property when we found
6215 a foreign file name handler. This allows backends like ftp to
6216 profit also from usr/host name completion based on connection
6217 cache.
6218 (tramp-send-command-and-read): Search for trash after the regexp
6219 until eol only. In XEmacs, there is a problem with \n.
6220
6221 * net/tramp-cache.el (top): Read persistent connection history
6222 when cache is empty.
6223
6224 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
6225
6226 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
6227 resulting output.
6228
6229 2007-08-07 Sam Steingold <sds@gnu.org>
6230
6231 * progmodes/compile.el (compilation-start): Pass nil as startfile
6232 to comint-exec.
6233
6234 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6235
6236 * longlines.el (longlines-decoded): New variable.
6237 (longlines-mode): Avoid encoding or decoding the buffer twice.
6238
6239 2007-08-07 Martin Rudalics <rudalics@gmx.at>
6240
6241 * format.el (format-insert-file): Make sure that at most one undo
6242 entry is recorded for the insertion. Inhibit point-motion and
6243 modification hooks around call to insert-file-contents.
6244
6245 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6248 Select the buffer's window before moving point.
6249
6250 2007-08-07 Richard Stallman <rms@gnu.org>
6251
6252 * term.el (term): Remove parent group `unix'.
6253
6254 * simple.el (default-indent-new-line): New function.
6255 It calls comment-line-break-function if there are comments.
6256 (do-auto-fill): Use that.
6257
6258 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
6259
6260 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6261 (PC-do-completion): Add "acronym completion" for symbols and
6262 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6263
6264 2007-08-06 Sam Steingold <sds@gnu.org>
6265
6266 * mouse.el (mouse-buffer-menu): Pass mode-name through
6267 format-mode-line because it may be a list,
6268 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6269
6270 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
6271
6272 * printing.el (pr-update-menus): Docstring fix.
6273
6274 2007-08-06 Jason Rumney <jasonr@gnu.org>
6275
6276 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6277
6278 * vc-hooks.el (vc-call): Add doc string.
6279
6280 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
6281
6282 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6283 process-filter.
6284
6285 2007-08-06 Kenichi Handa <handa@m17n.org>
6286
6287 * international/quail.el: Wrap (require 'help-mode) by
6288 eval-when-compile.
6289 (quail-help-init): New function.
6290 (quail-help): Call quail-help-init.
6291 (quail-store-decode-map-key): Change it to a function.
6292
6293 2007-08-05 Jason Rumney <jasonr@gnu.org>
6294
6295 * vc.el (vc-rollback): Add norevert argument back.
6296 (vc-revert-buffer): Add back as obsolete alias.
6297
6298 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
6299
6300 * term.el: Honor term-default-fg-color and term-default-bg-color
6301 settings when modifying term-current-face.
6302 (term-default-fg-color, term-default-bg-color): Initialize from
6303 default term-current-face.
6304 (term-mode, term-reset-terminal): Set term-current-face with
6305 term-default-fg-color and term-default-bg-color.
6306 (term-handle-colors-array): term-current-face has term-default-fg-color
6307 and term-default-bg-color after reset escape sequence.
6308 (term-handle-colors-array): Set term-current-color with
6309 term-default-fg/bg-color instead of ansi-term-color-vector when the
6310 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6311
6312 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6313
6314 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
6315 (math-nlfit-givens): Let bind free variables.
6316
6317 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
6318
6319 * printing.el: Require lpr and ps-print when loading printing package.
6320 Reported by Glenn Morris <rgm@gnu.org>.
6321
6322 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * files.el (set-auto-mode): Handle also remote files wrt
6325 `auto-mode-alist'.
6326
6327 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
6328
6329 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6330 curves and plotting.
6331
6332 * calc/calc-nlfit.el: New file.
6333
6334 2007-08-04 Glenn Morris <rgm@gnu.org>
6335
6336 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6337 zero, not nil, when the library is first loaded. Check for a file
6338 that has been modified on disk.
6339
6340 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6341 Remove duplicate defvar preventing initialization.
6342 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6343
6344 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6347 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6348 may match up to 4 lines.
6349 (diff-beginning-of-file-and-junk): Rewrite.
6350
6351 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6352
6353 * printing.el: Evaluate require only during compilation.
6354 (pr-version): New version 6.9.1.
6355 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6356 (pr-global-menubar): Fix code.
6357
6358 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
6359
6360 * term.el (term-erase-in-display): Fix case when point is not at
6361 the beginning of the line.
6362
6363 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6364
6365 * calc/calc-ext.el (math-get-value, math-get-sdev)
6366 (math-contains-sdev): New functions.
6367
6368 * calc/calc-graph.el (calc-graph-format-data)
6369 (calc-graph-add-curve): Check for error forms.
6370 (calc-graph-set-styles): Add option for error forms.
6371
6372 2007-08-03 Miles Bader <miles@gnu.org>
6373
6374 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6375 backend names for new backends to `Git', `Hg', and `Bzr'.
6376 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6377 not `HG'.
6378 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6379 name, not `GIT'.
6380 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6381 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6382
6383 2007-08-03 Richard Stallman <rms@gnu.org>
6384
6385 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6386 to update deleted flag.
6387
6388 * cus-edit.el (customize-apropos, customize-apropos-options)
6389 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6390
6391 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6392
6393 * startup.el (fancy-splash-head, startup-echo-area-message):
6394 Change message text.
6395
6396 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6397 All callers use line-move.
6398
6399 * progmodes/compile.el (compilation-find-buffer): Return current
6400 buffer immediately if suitable.
6401 (compile, compilation-buffer-name, compilation-start): Doc fixes.
6402
6403 2007-08-03 Daiki Ueno <ueno@unixuser.org>
6404
6405 * faces.el (face-normalize-spec): New function.
6406 (frame-set-background-mode): Normalize face-spec before calling
6407 face-spec-match-p.
6408
6409 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * server.el (server-window): Add switch-to-buffer-other-frame option.
6412
6413 2007-08-03 Glenn Morris <rgm@gnu.org>
6414
6415 * cus-edit.el (customize-apropos): Make the error message indicate
6416 what kind of thing the user was trying to customize.
6417
6418 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6419
6420 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6421 Fix off-by-one error in previous change.
6422
6423 2007-08-03 Drew Adams <drew.adams@oracle.com>
6424
6425 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6426 Make buffer writable.
6427
6428 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6429
6430 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6431 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
6432 Use native Emacs functions, when appropriate.
6433
6434 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6435 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * vc.el: Document new VC operation `extra-menu'.
6438
6439 * vc-hooks.el (vc-default-extra-menu): New function.
6440
6441 * menu-bar.el (menu-bar-vc-filter): New function.
6442 (menu-bar-tools-menu): Use it as a filter.
6443
6444 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
6445
6446 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6447
6448 2007-08-01 Glenn Morris <rgm@gnu.org>
6449
6450 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6451 strings.
6452 (fortran-tab-mode-default): Remove needless autoload.
6453 (fortran-tab-mode-string): Add help-echo and mouse properties, and
6454 mark as risky.
6455 (fortran-line-length): New buffer-local variable, safe if integer.
6456 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6457 Change from variables to constants.
6458 (fortran-font-lock-syntactic-keywords): Delete as a variable,
6459 replace with a new function definition.
6460 (fortran-mode): Use fortran-line-length, and
6461 fortran-font-lock-syntactic-keywords as a function. Add a
6462 hack-local-variables-hook function.
6463 (fortran-line-length, fortran-hack-local-variables): New functions.
6464 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6465 Use fortran-line-length rather than 72.
6466 (fortran-window-create-momentarily): Doc fix.
6467
6468 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
6469
6470 * cus-edit.el (custom-group-value-create, custom-goto-parent):
6471 Fix parent groups link.
6472
6473 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
6474
6475 * progmodes/python.el (python-current-defun): Adjust to never fall
6476 into infinite loop.
6477
6478 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
6481
6482 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
6483
6484 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
6485 (copyright-fix-years, copyright): Correctly handle the case where
6486 copyright-limit is nil.
6487
6488 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
6489
6490 * progmodes/python.el (run-python): Fix path separator under w32.
6491
6492 2007-07-30 Richard Stallman <rms@gnu.org>
6493
6494 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6495 Treat non-break space as whitespace in Lisp.
6496
6497 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * vc.el (vc-dired-hook): Use inhibit-read-only.
6500
6501 * progmodes/compile.el (compilation-forget-errors):
6502 Reset compilation-auto-jump-to-next.
6503
6504 2007-07-30 Michael Olson <mwolson@gnu.org>
6505
6506 * cus-edit.el (custom-group-save): Fix void function definition
6507 error. Thanks to Zhang Wei for the report.
6508
6509 * ps-print.el: Check in trivial changes to the autoloads section
6510 caused by the build process. These autoloads really ought to be
6511 placed in a separate file, methinks.
6512
6513 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * calendar/calendar.el (calendar-mode): Make sure
6516 displayed-(month|year) are set.
6517 (calendar-basic-setup): Display buffer before adjusting window sizes.
6518 (generate-calendar-window): Use inhibit-read-only. Simplify.
6519 Generate buffer and set displayed-month and displayed-year before
6520 calling update-calendar-mode-line.
6521
6522 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6523
6524 * net/tramp.el:
6525 * net/tramp-uu.el:
6526 * net/trampver.el: Use utf-8 encoding with coding cookie.
6527
6528 * net/tramp-cache.el:
6529 * net/tramp-fish.el:
6530 * net/tramp-ftp.el:
6531 * net/tramp-gw.el:
6532 * net/tramp-smb.el: Remove coding cookie.
6533
6534 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6535 Flush buffer file-name's file property.
6536 (tramp-handle-file-remote-p): The first parameter is FILENAME.
6537
6538 * net/trampver.el: Update release number.
6539
6540 2007-07-29 Juri Linkov <juri@jurta.org>
6541
6542 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6543 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6544 when major-mode is not dired-mode.
6545 (dired-toggle-read-only): New function.
6546 (dired-recursive-deletes): Remove obsolete comments about old
6547 default value.
6548 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6549
6550 * wdired.el (wdired-exit): New function.
6551 (wdired-mode-map): Bind C-x C-q to wdired-exit.
6552
6553 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * cus-edit.el (customize-read-group): New fun.
6556 (customize-group-other-window, customize-face-other-window):
6557 Prompt before delegating to customize-(group|face).
6558 Bind pop-up-windows rather than use the other-window argument.
6559 (customize-group, customize-face): Prompt from the interactive spec.
6560 Remove args `prompt-for-group' and `other-window'.
6561
6562 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6563 (ad-body-forms, ad-advised-interactive-form): Revert this part of
6564 last change.
6565
6566 2007-07-28 Masatake YAMATO <jet@gyve.org>
6567
6568 * vc.el (vc-dired-mode): Add a menu for VC related operation.
6569 Use backend name as the menu label. Suggested by David Kastrup.
6570
6571 2007-07-28 Alan Mackenzie <acm@muc.de>
6572
6573 Fix problem with modes derived from CC Mode:
6574 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
6575 macro to cc-langs.
6576 (c-init-language-vars-for): Remove call to above macro.
6577 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
6578 been moved to here.
6579 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
6580
6581 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6582
6583 * net/trampver.el: Fix the `coding' cookie.
6584
6585 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6586
6587 * vc-git.el (vc-git-print-log): Support both the old single file
6588 interface and the new one.
6589
6590 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6591
6592 * bindings.el (mode-line-remote): Use updated %@ construct.
6593
6594 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6597 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
6598 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6599 (diary-list-bahai-entries, diary-bahai-mark-entries)
6600 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
6601 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6602 New names to clean up namespace.
6603 (list-bahai-diary-entries, mark-bahai-diary-entries)
6604 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6605 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
6606 Add compatibility aliases.
6607
6608 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
6609
6610 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
6611 (calendar-scroll-left-three-months)
6612 (calendar-scroll-right-three-months): Clean up namespace.
6613 (scroll-calendar-left, scroll-calendar-right)
6614 (scroll-calendar-left-three-months)
6615 (scroll-calendar-right-three-months): Add compatibility aliases.
6616
6617 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6618 Behave like mouse-scroll-calendar-* when used from the mouse.
6619
6620 * calendar/cal-menu.el (cal-menu-scroll-menu)
6621 (cal-menu-global-mouse-menu):
6622 * calendar/calendar.el (calendar-mode-map):
6623 Use new calendar-scroll-* names.
6624 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6625 Remove. Use calendar-scroll-* directly instead.
6626
6627 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6630 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6631 (ad-make-advised-definition, ad-cache-id-verification-code):
6632 Use commandp and interactive-form instead.
6633
6634 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6635
6636 * vc-git.el: Relicense to GPLv3 or later.
6637 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6638
6639 * vc-hooks.el (vc-handled-backends): Add GIT.
6640
6641 * vc.el (vc-directory-exclusion-list): Add .git.
6642
6643 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6644
6645 * vc-git.el (vc-git-revision-table)
6646 (vc-git-revision-completion-table): New functions.
6647
6648 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6649
6650 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6651 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6652 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6653 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6654 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6655 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6656 New command actions for EPS header and EPS footer.
6657
6658 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6659 footer. Fix some problems with one-or-more, zero-or-more and
6660 alternative constructions generation. Some log messages
6661 implementation. Doc fix.
6662 (ebnf-version): New version 4.4.
6663 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6664 (ebnf-eps-footer, ebnf-log): New options.
6665 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6666 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6667 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6668 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6669 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6670 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6671 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6672 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6673 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6674 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6675 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6676 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6677 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6678 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6679 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6680 (ebnf-except-dimension, ebnf-alternative-dimension)
6681 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6682 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6683 message fun.
6684 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6685 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6686 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6687 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6688 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6689 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6690 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6691 compatibility with Emacs 20 & 21.
6692 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6693 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6694 (ebnf-basic-empty-height): New vars.
6695 (ebnf-prologue): Fix PostScript code.
6696 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6697 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6698 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6699 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6700
6701 2007-07-25 Glenn Morris <rgm@gnu.org>
6702
6703 * Relicense all FSF files to GPLv3 or later.
6704
6705 * COPYING: Switch to GPLv3.
6706
6707 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6710 Replace it with another one which disables undo before calling
6711 erase-buffer and then turns it back on if needed.
6712
6713 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6714
6715 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6716
6717 2007-07-24 Glenn Morris <rgm@gnu.org>
6718
6719 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6720 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6721 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6722 (cal-tex-cursor-week, cal-tex-cursor-week2)
6723 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6724 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6725 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6726 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6727
6728 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * calendar/calendar.el (calendar-mode-map): Move initialization
6731 into declaration. Add menu bindings (used to be done in cal-menu).
6732 (calendar-mode): Don't add an activate-menubar-hook.
6733
6734 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6735 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6736 can be used on the menu entries.
6737 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6738 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6739 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6740 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6741 (calendar-flatten, cal-menu-update): Remove.
6742 (calendar-mouse-insert-hebrew-diary-entry)
6743 (calendar-mouse-insert-islamic-diary-entry)
6744 (calendar-mouse-insert-bahai-diary-entry):
6745 Remove (fold into cal-menu-diary-menu).
6746 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6747 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6748 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6749 (calendar-mouse-view-diary-entries): Minor simplifications.
6750 (calendar-event-to-date): Use with-current-buffer.
6751
6752 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6753
6754 * add-log.el (change-log-redate): Remove (not needed anymore and
6755 doesn't appear to work).
6756
6757 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * frame.el: Use mapc and dolist instead of mapcar where possible.
6760 (close-display-connection): New command.
6761
6762 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6763
6764 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6765 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6766
6767 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6768
6769 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6770
6771 * ps-mule.el: Doc fix.
6772 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6773 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6774
6775 2007-07-25 Glenn Morris <rgm@gnu.org>
6776
6777 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6778 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6779 (cal-tex-daily-end, cal-tex-hook)
6780 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6781 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6782 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6783 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6784 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6785 (cal-tex-day-prefix, cal-tex-day-name-format)
6786 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6787 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6788 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6789 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6790 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6791 etc, rather than \bf.
6792 (cal-tex-mini-calendar): Fix typos in previous change.
6793 (cal-tex-latexify-list): Remove inner let binding.
6794 (cal-tex-end-document, cal-tex-banner): Use multi-line
6795 cal-tex-comment.
6796 (cal-tex-comment): Handle embedded newlines.
6797 (cal-tex-LaTeXify-string): Use substring-no-properties.
6798
6799 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6800
6801 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6802 Add support for the Maden build tool.
6803
6804 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6805
6806 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6807
6808 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6811
6812 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6813
6814 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6815 C-x C-q.
6816
6817 * vc-git.el (vc-git-print-log): Fix previous change.
6818
6819 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * window.el (save-selected-window): Minor optimization.
6822 (bw-adjust-window): If operation failed, try with a smaller delta.
6823 (window-fixed-size-p): New function.
6824 (window-area-factor): New var.
6825 (balance-windows-area): New command.
6826
6827 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6828 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6829 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6830 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6831 (ps-mule-begin-job): Use dolist.
6832
6833 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6834
6835 * subr.el (start-file-process-shell-command)
6836 (process-file-shell-command): New defuns.
6837
6838 * progmodes/compile.el (compilation-start):
6839 Apply `start-file-process-shell-command'.
6840
6841 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6842
6843 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6844
6845 2007-07-24 Alan Mackenzie <acm@muc.de>
6846
6847 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6848 Initialise byte-compile-unresolved-functions before rather than
6849 after a compilation.
6850 (byte-compile-unresolved-functions): Amplify doc string.
6851
6852 2007-07-24 Glenn Morris <rgm@gnu.org>
6853
6854 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6855
6856 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6857 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6858 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6859 (cal-tex-cursor-week, cal-tex-cursor-week2)
6860 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6861 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6862 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6863 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6864
6865 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6866 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6867 (cal-tex-day-name-format, cal-tex-cal-one-month)
6868 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6869 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6870 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6871 (cal-tex-list-holidays, cal-tex-cursor-year)
6872 (cal-tex-cursor-year-landscape, cal-tex-year)
6873 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6874 (cal-tex-cursor-month, cal-tex-insert-days)
6875 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6876 (cal-tex-first-blank-p, cal-tex-cursor-week)
6877 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6878 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6879 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6880 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6881 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6882 (cal-tex-latexify-list, cal-tex-previous-month)
6883 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6884 modernization, including using dotimes rather than
6885 calendar-for-loop.
6886 (cal-tex-LaTeX-subst-list): Remove `@'.
6887 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6888 Use \textit and \textbf rather than \em and \it.
6889
6890 * calendar/cal-bahai.el (list-bahai-diary-entries)
6891 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6892 * calendar/cal-islam.el (list-islamic-diary-entries)
6893 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6894 * calendar/diary-lib.el (diary-list-entries)
6895 (mark-calendar-date-pattern): Use `dotimes' rather than
6896 `calendar-for-loop'.
6897
6898 * calendar/calendar.el (calendar-for-loop): Doc fix.
6899
6900 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6903 underlying file is uptodate.
6904
6905 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6906
6907 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6908
6909 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * vc-hooks.el (vc-mode-line-map): New const.
6912 (vc-mode-line): Use it.
6913
6914 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6915
6916 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6917 (vc-git-unregister): New functions.
6918 (vc-git-find-version): Use the result of ls-files as a parameter
6919 for cat-file.
6920
6921 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6922
6923 * net/tramp.el (tramp-perl-file-attributes)
6924 (tramp-perl-directory-files-and-attributes)
6925 (tramp-handle-file-attributes-with-stat)
6926 (tramp-handle-directory-files-and-attributes-with-stat)
6927 (tramp-convert-file-attributes): Handle huge file sizes.
6928
6929 2007-07-23 Juri Linkov <juri@jurta.org>
6930
6931 * isearch.el (isearch-message-function): New variable.
6932 (isearch-update, isearch-search): Use it.
6933
6934 * simple.el (goto-history-element): New function created from
6935 next-history-element.
6936 (next-history-element): Most code moved to goto-history-element.
6937 Call goto-history-element with (- minibuffer-history-position n).
6938 (previous-history-element): Call goto-history-element with (+
6939 minibuffer-history-position n).
6940 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6941 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6942 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6943 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6944 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6945 (minibuffer-history-isearch-pop-state): New functions.
6946
6947 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6948
6949 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6950 Also, if FILE is a list, return non-nil if any of its elements
6951 should stay local. Update docstring.
6952
6953 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6956 change by reverting a small part.
6957
6958 2007-07-23 Richard Stallman <rms@gnu.org>
6959
6960 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6961
6962 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6963
6964 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6965 handling it. Use vc-git-command.
6966 (vc-git-find-version, vc-git-diff-tree): New functions.
6967 (vc-git-revert): Use vc-git-command.
6968 (vc-git--run-command): Delete.
6969
6970 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6971
6972 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6973
6974 2007-07-20 Kenichi Handa <handa@m17n.org>
6975
6976 * international/utf-8.el (utf-8-post-read-conversion):
6977 Temporarily bind utf-8-compose-scripts to nil while running
6978 *-compose-region functions.
6979
6980 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6981
6982 * vc-git.el: Update status.
6983 (vc-directory-exclusion-list): Use eval-after-load.
6984
6985 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6986
6987 * bindings.el (mode-line-remote): New variable.
6988 (help-echo): Add to default values of mode-line-format.
6989
6990 * files.el: Mark mode-line-remote as risky.
6991
6992 2007-07-22 Juri Linkov <juri@jurta.org>
6993
6994 * isearch.el (isearch-edit-string): Save old point and
6995 isearch-other-end to old-point and old-other-end before reading
6996 the search string from minibuffer. After exiting minibuffer set
6997 point to old-other-end if point and the search direction is the
6998 same as before reading the search string.
6999 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
7000 to isearch-other-end. Instead of isearch-search-and-update call
7001 three functions isearch-search, isearch-push-state and isearch-update.
7002
7003 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7004
7005 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
7006 deal with multiple file arguments.
7007 (vc-git-print-log): Deal with multiple file arguments.
7008
7009 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7012 diff-refine-hunk. Adjust users.
7013 (diff-unified-hunk-p, diff-splittable-p): New functions.
7014 (diff-mode-menu): Use it to disable Split when it doesn't work.
7015
7016 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7017
7018 * diff-mode.el (diff-mode-menu): New entries.
7019
7020 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7023 if applicable, so as to save undo-log space.
7024
7025 * diff-mode.el (diff-find-file-name): Add arg `batch'.
7026
7027 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7028 (diff-file-kill): Use it.
7029 (diff-beginning-of-hunk): Add arg `try-harder' using it.
7030 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7031 Use it so they find the hunk even when we're in the file header.
7032
7033 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 * vc-git.el (vc-git-revision-granularity, vc-git-root)
7036 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
7037 (vc-git-create-repo): New functions.
7038 (vc-git-registered): New autoloaded function definition.
7039 (vc-git-registered): Use vc-git-root.
7040 (vc-git-responsible-p): New defalias.
7041 (vc-git-annotate-extract-revision-at-line): Uncomment.
7042 (vc-git-print-log): Add the file name to the log.
7043 (vc-git-log-view-mode): New derived mode.
7044 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
7045
7046 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7047
7048 * progmodes/grep.el (grep-compute-defaults): Keep default values.
7049
7050 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
7051
7052 * textmodes/reftex.el (reftex-access-parse-file): Create parse
7053 file in a way that does not interfere with recentf mode.
7054 (reftex-access-parse-file): Do not risk destroying an existing
7055 buffer.
7056
7057 2007-07-22 Alexandre Julliard <julliard@winehq.org>
7058
7059 * vc-git.el: New file.
7060
7061 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * textmodes/tex-mode.el (tex-font-script-display): Change default.
7064
7065 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7066
7067 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7068 for branches and new files.
7069
7070 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7071 local-map handling ...
7072 (vc-mode-line): ... here. Improve handling of help-echo.
7073
7074 * vc.el (mode-line-string): Document help-echo usage.
7075
7076 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7077
7078 Sync with Tramp 2.1.10.
7079
7080 * net/tramp.el (tramp-get-ls-command): Fix typo.
7081
7082 * net/trampver.el: Update release number.
7083
7084 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7085
7086 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
7087
7088 * term/x-win.el (x-handle-no-bitmap-icon): New function.
7089
7090 2007-07-22 Martin Rudalics <rudalics@gmx.at>
7091
7092 * add-log.el (change-log-fill-parenthesized-list): New function.
7093 (change-log-indent): Call change-log-fill-parenthesized-list.
7094 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
7095 Have lines with leading asterisk start a paragraph.
7096
7097 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7098
7099 * calc/calc-math.el (math-emacs-precision)
7100 (math-largest-emacs-expt, math-smallest-emacs-expt):
7101 New variables.
7102 (math-use-emacs-fn): New function.
7103 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
7104 appropriate.
7105
7106 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7107
7108 * image-dired.el (image-dired-sane-db-file): New func.
7109 (image-dired-write-tags, image-dired-remove-tag)
7110 (image-dired-list-tags, image-dired-write-comments)
7111 (image-dired-get-comment, image-dired-mark-tagged-files)
7112 (image-dired-create-gallery-lists): Call new func.
7113 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
7114
7115 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7116
7117 * vc-hg.el (vc-hg-dir-state): Fix loop.
7118 (vc-hg-print-log): Fix expected return value for vc-hg-command.
7119 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
7120 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7121 (vc-hg-revert): Likewise.
7122 (vc-hg-revision-table, vc-hg-revision-completion-table): New
7123 functions.
7124
7125 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * add-log.el (change-log-resolve-conflict): Don't lose data if the
7128 merge fails.
7129
7130 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7131
7132 * progmodes/compile.el (compilation-auto-jump-to-first-error):
7133 Add group and version.
7134
7135 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * add-log.el (add-log-file-name): Use file-relative-name.
7138 (add-change-log-entry): Delay reading
7139 add-log-(full-name|mailing-address) to after we've switched to the
7140 ChangeLog buffer so we get the right value.
7141 (add-change-log-entry, add-log-current-defun, change-log-merge):
7142 Use derived-mode-p rather than checking major-mode directly.
7143
7144 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7145 name for buffer-file-name if it refers to a directory.
7146
7147 * vc-arch.el (vc-arch-diff): Fix last change.
7148
7149 * progmodes/compile.el (compilation-start): Remember the original
7150 directory in a buffer-local compilation-directory.
7151 (compile): Set the global value of compilation-directory.
7152 (recompile): Use compilation-directory even in the compilation buffer.
7153
7154 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7155
7156 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7157
7158 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7159
7160 * ps-print.el: Problem with foreground and background color when
7161 printing a buffer with and without faces. Reported by Christian
7162 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7163 (ps-print-version): New version 6.7.5.
7164 (ps-default-fg): Change default value to nil, so black color is used
7165 when a face does not specify a foreground color.
7166 (ps-default-bg): Change default value to nil, so white color is used
7167 for background color.
7168 (ps-begin-job): Fix code.
7169
7170 2007-07-20 Eli Zaretskii <eliz@gnu.org>
7171
7172 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
7173 in $(INSTALL_DIR)/lisp/ if they already exist.
7174
7175 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
7176
7177 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
7178 in $(INSTALL_DIR)/lisp/ if they already exist.
7179
7180 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * progmodes/vera-mode.el (vera-re-search-forward)
7183 (vera-re-search-backward): Remove use of store-match-data.
7184 (vera-mode-map): Move initialization into declaration.
7185
7186 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
7187 (flymake-find-buildfile): Use locate-dominating-file.
7188
7189 * vc.el (vc-delistify): Use mapconcat.
7190 (vc-do-command): Minor simplification.
7191 (vc-expand-dirs): Use push.
7192
7193 * vc-mcvs.el (vc-mcvs-create-repo):
7194 * vc-cvs.el (vc-cvs-create-repo): Remove.
7195
7196 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
7197 directory and the root as well.
7198
7199 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7200
7201 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
7202 instead of a file.
7203
7204 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
7205 (vc-hg-registered): Replace if with when.
7206 (vc-hg-state): Deal with nonexistent files and handle removed files.
7207 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
7208 (vc-hg-checkout): Re-enable.
7209 (vc-hg-create-repo): Fix typos.
7210 (vc-hg-print-log): Fix for multiple files.
7211 (vc-hg-workfile-unchanged-p): New function.
7212
7213 * vc.el: Fix typo.
7214 (vc-print-log): Fix call to print-log.
7215 (vc-default-comment-history): Likewise.
7216 (vc-directory-exclusion-list): Add .hg and .bzr.
7217 (vc-diff-internal): Pass a list instead of a file.
7218
7219 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
7220
7221 * vc-bzr.el (vc-bzr-create-repo): New function.
7222
7223 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
7226 `file' from which to start the search.
7227
7228 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
7229
7230 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
7231 having a single file argument to having a list of files as the
7232 first argument.
7233
7234 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * files.el (locate-dominating-file): New function.
7237
7238 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
7239
7240 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
7241 (grep-compute-defaults): Use it.
7242
7243 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * uniquify.el: Docstring fixes.
7246
7247 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
7248
7249 * vc.el (revision-granularity, create-repo): Document new vc
7250 backend properties.
7251 (vc-rollback): Renamed from vc-cancel-version. Update
7252 references. Pass a list instead of a file.
7253 (vc-revert): Renamed from vc-revert-buffer. Update references.
7254 (vc-delistify, vc-expand-dirs): New functions.
7255 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7256 of files instead of a single file.
7257 (vc-position-context, vc-resync-window, vc-diff-internal)
7258 (vc-print-log): Pass a list instead of a file.
7259
7260 * vc-hooks.el (vc-stay-local-p, vc-backend)
7261 (vc-backend-subdirectory-name): Work on a file list, not a single
7262 file.
7263 (vc-workfile-version): Update docstring.
7264 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7265 vc-revert instead of vc-revert-buffer.
7266 (vc-prefix-map): Likewise. Bind vc-update.
7267
7268 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7269 (vc-svn-wash-log): New functions.
7270 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7271 (vc-svn-command): Deal with a list of files, not a single file.
7272
7273 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7274 (vc-rcs-wash-log): New functions.
7275 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7276 Deal with a list of files, not a single file.
7277 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7278
7279 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7280 functions.
7281 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7282 list of files, not a single file.
7283
7284 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7285 New functions.
7286 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7287 (vc-mcvs-diff): Deal with a list of files, not a single file.
7288
7289 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7290 functions.
7291 (vc-hg-print-log): Deal with a list of files, not a single file.
7292 (vc-hg-diff-tree): New function, replace defalias with the same
7293 name.
7294 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7295 FILES to denote that it is a file list, not a single file.
7296
7297 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7298 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7299 a single file.
7300 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7301 that it is a file list, not a single file.
7302 (vc-cvs-diff): Likewise. Simplify.
7303
7304 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7305 Deal with a list of files, not a single file.
7306
7307 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7308 (vc-bzr-print-log): Update FILE parameter name to denote that it
7309 is a file list, not a single file.
7310 (vc-bzr-diff): Likewise. Use the car of files.
7311
7312 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7315 (follow-delete-other-windows-and-split, follow-recenter)
7316 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7317 (follow-redisplay, follow-estimate-first-window-start)
7318 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7319 Fix typos in docstrings.
7320
7321 2007-07-18 Martin Rudalics <rudalics@gmx.at>
7322
7323 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7324 avoid that filling introduces lines with a single asterisk.
7325
7326 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7327 avoid incorrect kmacro-ring-empty-p messages.
7328 Reported by Michael Schierl <schierlm@gmx.de>.
7329
7330 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7331
7332 * vc.el: Add more info about the vc-registered function.
7333
7334 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7335
7336 * files.el (file-remote-p): Introduce optional parameter
7337 IDENTIFICATION.
7338
7339 * recentf.el (recentf-keep-default-predicate): Adapt call of
7340 `file-remote-p'.
7341
7342 * progmodes/grep.el (grep-probe): Use `process-file'.
7343 (grep-compute-defaults): Handle variables host specific.
7344
7345 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
7346 parameter IDENTIFICATION.
7347
7348 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7349 parameter IDENTIFICATION.
7350 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
7351 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7352 Add entry for `set-file-times'.
7353 (tramp-do-copy-or-rename-file-via-buffer)
7354 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7355 (tramp-handle-unhandled-file-name-directory): Rewrite.
7356 (tramp-convert-file-attributes): Add error handling when inode is
7357 extraordinary big.
7358 (tramp-get-inode): Change parameter from FILE to VEC.
7359 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7360 is nil. This is according to the specification. Goto (point-max)
7361 when ready.
7362 (tramp-handle-shell-command): Rewrite completely, using
7363 `process-file' and `start-file-process'.
7364 (tramp-methods, tramp-find-shell)
7365 (tramp-open-connection-setup-interactive-shell)
7366 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7367 var. Reported by Steve Youngs <steve@sxemacs.org>.
7368
7369 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7370 entry for `set-file-times'. Rename `start-process' into
7371 `start-file-process'. Remove `call-process' entry.
7372 (tramp-fish-handle-set-file-times): New defun.
7373 (tramp-fish-handle-executable-find): Use `process-file'.
7374 (tramp-fish-handle-process-file): New defun. Replaces
7375 `tramp-fish-handle-call-process'.
7376 (tramp-fish-do-copy-or-rename-file-directly): Use
7377 `set-file-times'.
7378 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7379
7380 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7381 `tramp-get-inode' parameter.
7382
7383 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7386 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
7387 nowadays, and by the time Emacs-23 comes out, nobody will even remember
7388 it has ever existed.
7389
7390 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7391
7392 * vc.el: Undo previous change.
7393
7394 2007-07-16 Eli Zaretskii <eliz@gnu.org>
7395
7396 * makefile.w32-in (clean): Don't delete *~.
7397
7398 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * textmodes/tex-mode.el (tex-verbatim-environments):
7401 Add safe-local-variable property.
7402 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7403 when starting font-lock rather than when loading tex-mode.el.
7404
7405 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7406 whole $( rather than just the $. Rename from sh-quoted-subshell.
7407 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7408
7409 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7410
7411 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7412 bookmark-alist. Instead, if not sorting, simply return it.
7413 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7414 for its return value, not for its side effect.
7415
7416 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7417 case of alignment under a constant symbol, find and consider
7418 the sexp actually at indentation to be the "last sexp".
7419
7420 2007-07-16 Drew Adams <drew.adams@oracle.com>
7421
7422 * mouse.el (mouse-yank-secondary): Better error message if no
7423 secondary selection.
7424
7425 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7426
7427 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7428
7429 * term/xterm.el (xterm-turn-on-modify-other-keys)
7430 (xterm-turn-off-modify-other-keys): New functions.
7431 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7432 terminal supports it.
7433
7434 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7435
7436 * bookmark.el (bookmark-show-all-annotations):
7437 Make sure each inserted annotation ends with newline.
7438
7439 2007-07-15 Richard Stallman <rms@gnu.org>
7440
7441 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
7442
7443 * tutorial.el (tutorial--find-changed-keys):
7444 Handle C-x specially like ESC.
7445
7446 2007-07-15 Aaron Hawley <aaronh@garden.org>
7447
7448 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
7449
7450 2007-07-15 Juri Linkov <juri@jurta.org>
7451
7452 * delsel.el (delete-selection-pre-hook):
7453 * emulation/cua-base.el (cua-paste): Before a yank command,
7454 check also whether last-command is one of mouse-save-then-kill,
7455 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7456
7457 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
7458
7459 * recentf.el (recentf-keep-default-predicate): New defun.
7460 (recentf-keep): Use it as initial value.
7461
7462 2007-07-15 Karl Fogel <kfogel@red-bean.com>
7463
7464 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7465 thus restoring bookmark bindings to three slots under C-x r. See
7466 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7467
7468 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7469
7470 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
7471
7472 2007-07-15 Jason Rumney <jasonr@gnu.org>
7473
7474 * w32-fns.el (set-default-process-coding-system): Use dos line ends
7475 for input to cmdproxy on all versions of Windows.
7476 Use dos line ends for input to plink.
7477
7478 * comint.el (comint-simple-send): Concat newline before sending.
7479 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
7480
7481 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
7484 safe-local-variable setting.
7485
7486 2007-07-14 David Kastrup <dak@gnu.org>
7487
7488 * emacs-lisp/advice.el (defadvice): Doc fix.
7489
7490 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * subr.el (when, unless): Doc fix.
7493
7494 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7495
7496 * replace.el (match): Use yellow1 instead of yellow.
7497
7498 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
7499 red.
7500
7501 * pcvs-info.el (cvs-unknown): Likewise.
7502
7503 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7504
7505 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
7506 (install): Use them to copy all *.el files before *.elc.
7507
7508 2007-07-13 Drew Adams <drew.adams@oracle.com>
7509
7510 * bookmark.el (bookmark-jump-other-window): New function.
7511 (bookmark-map): Bind it to "o".
7512
7513 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
7514 and its thread contains discussion about this change.
7515 The original patch was slightly tweaked by Karl Fogel
7516 <kfogel@red-bean.com> before committing.
7517
7518 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7519
7520 * bookmark.el: Shorten some comments to fit within 80 lines.
7521
7522 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7523
7524 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7525 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
7526 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
7527 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7528
7529 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
7530
7531 * textmodes/org.el: Bug fixes.
7532 (org-end-of-line): Move to end of line if in headline without tags.
7533
7534 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * vc-hooks.el: Remove spurious * in docstrings.
7537 (vc-handled-backends): Add BZR.
7538
7539 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7540
7541 2007-07-12 Davis Herring <herring@lanl.gov>
7542
7543 * desktop.el (desktop-buffer-info, desktop-save):
7544 Use `desktop-dirname' instead of `dirname'.
7545
7546 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7547
7548 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7549
7550 * progmodes/python.el (python-which-func-length-limit): New var.
7551 (python-which-func): New function.
7552 (python-current-defun): Add optional `length-limit' and try to fit
7553 computed function name to that length.
7554 (python-mode): Hook `python-which-func' up.
7555
7556 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7557
7558 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7559
7560 * comint.el (comint-dynamic-complete-as-filename):
7561 Use read-file-name-completion-ignore-case.
7562
7563 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * comint.el (comint-dynamic-list-filename-completions):
7566 Use read-file-name-completion-ignore-case.
7567
7568 * vc-cvs.el: Require CL.
7569 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7570 New functions to provide completion of revision names.
7571
7572 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7573 (vc-cvs-annotate-first-line-re): New const.
7574 (vc-cvs-annotate-process-filter): New fun.
7575 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7576
7577 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7578
7579 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7580 (eldoc-print-current-symbol-info): Adjust for changed helper
7581 function signatures.
7582 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7583 `eldoc-highlight-function-argument'.
7584 (eldoc-highlight-function-argument): New function.
7585 (eldoc-get-var-docstring): Format documentation with
7586 `font-lock-variable-name-face'.
7587 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7588 where suited.
7589 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7590 (eldoc-beginning-of-sexp): Return number of skipped sexps.
7591
7592 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
7593
7594 * progmodes/compile.el (compilation-start): `start-process' must
7595 still be redefined when calling `start-process-shell-command'.
7596
7597 * progmodes/gud.el (gud-file-name): When `default-directory' is a
7598 remote file name, prepend its remote part to the filename.
7599 (gud-common-init): When `default-directory' is a remote file name,
7600 make the filename relative to it.
7601 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
7602
7603 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7604
7605 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
7606 mouse binding and a tooltip.
7607
7608 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * menu-bar.el (vc-menu-map): New defalias.
7611
7612 2007-07-10 Richard Stallman <rms@gnu.org>
7613
7614 * emacs-lisp/lisp-mode.el (eval-defun):
7615 Explain special handling of `defface'.
7616
7617 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
7618
7619 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7620
7621 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7622
7623 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7626
7627 * vc-arch.el (vc-arch-complete): Remove.
7628 (vc-arch-revision-completion-table): Use complete-with-action.
7629
7630 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7631 (complete-with-action): New function.
7632 (dynamic-completion-table): Use it.
7633
7634 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * comint.el (make-comint, make-comint-in-buffer)
7637 (comint-exec-1): Replace `start-process' by `start-file-process'.
7638
7639 * progmodes/compile.el (compilation-start): Revert redefining
7640 `start-process'.
7641
7642 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7645 with EOLs when generating MD5 checksums.
7646
7647 * follow.el: Don't change the global map from the follow-mode-map
7648 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7649 XEmacs code.
7650 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7651 since `follow-mode' should be used instead for that.
7652
7653 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7654 (easy-menu-do-define): Use it.
7655 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7656
7657 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7658 (compilation-auto-jump-to-next): New vars.
7659 (compilation-auto-jump): New function.
7660 (compilation-error-properties): Use them to jump to first error.
7661 (compilation-start): Set the var if requested.
7662
7663 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7664 duplicates without also removing entries from other directories.
7665
7666 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7667
7668 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7669 Remember span as default.
7670 (org-columns-edit-value): Rename from `org-column-edit'.
7671 (org-columns-display-here-title): Rename from
7672 `org-overlay-columns-title'.
7673 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7674 (org-columns-get-autowidth-alist): Rename from
7675 `org-get-columns-autowidth-alist'.
7676 (org-columns-display-here): Rename from `org-overlay-columns'.
7677 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7678 (org-columns-quit): Rename from `org-column-quit'.
7679 (org-columns-show-value): Rename from `org-column-show-value'.
7680 (org-columns-content, org-columns-widen)
7681 (org-columns-next-allowed-value)
7682 (org-columns-edit-allowed, org-columns-store-format)
7683 (org-columns-uncompile-format, org-columns-redo)
7684 (org-columns-edit-attributes, org-delete-property)
7685 (org-set-property, org-columns-update)
7686 (org-columns-compute, org-columns-eval)
7687 (org-columns-not-in-agenda, org-columns-compute-all)
7688 (org-property-next-allowed-value)
7689 (org-columns-compile-format)
7690 (org-fill-paragraph-experimental)
7691 (org-string-to-number, org-property-action)
7692 (org-columns-move-left, org-columns-new)
7693 (org-column-number-to-string)
7694 (org-property-previous-allowed-value)
7695 (org-at-property-p, org-columns-delete)
7696 (org-columns-previous-allowed-value)
7697 (org-columns-move-right, org-columns-narrow)
7698 (org-property-get-allowed-values)
7699 (org-verify-version, org-column-string-to-number)
7700 (org-delete-property-globally): New functions.
7701 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7702 (org-columns-overlays): Rename from `org-column-overlays'.
7703 (org-columns-map): Rename from `org-column-map'.
7704 (org-columns-current-maxwidths): Rename from
7705 `org-current-columns-maxwidths'.
7706 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7707 (org-previous-header-line-format)
7708 (org-columns-inhibit-recalculation)
7709 (org-columns-top-level-marker): New variables.
7710 (org-columns-default-format): Rename from `org-default-columns-format'.
7711 (org-property-re): New constant.
7712
7713 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7714
7715 * subr.el (looking-at-p, string-match-p): New functions.
7716
7717 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7718
7719 * textmodes/tex-mode.el (tex-fontify-script)
7720 (tex-font-script-display): New variables to make display of
7721 superscripts and subscripts customizable.
7722 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7723
7724 2007-07-09 Richard Stallman <rms@gnu.org>
7725
7726 * isearch.el (isearch-edit-string): Call to isearch-push-state
7727 after the search.
7728
7729 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7730
7731 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7732 to 1 as enlarge-window uses the value to resize/shrink windows other
7733 than WINDOW if needed.
7734
7735 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * cus-start.el (file-coding-system-alist): Fix custom type.
7738
7739 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7742 modified.
7743 (longlines-auto-wrap, longlines-window-change-function):
7744 Remove unnecessary calls to set-buffer-modified-p.
7745
7746 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7747
7748 * cus-start.el (file-coding-system-alist): Fix custom type.
7749
7750 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7753 (vc-cvs-checkout): Remove last arg now unused; simplify.
7754
7755 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7756
7757 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7758
7759 * net/tramp.el:
7760 * net/tramp-ftp.el:
7761 * net/tramp-smb.el:
7762 * net/tramp-uu.el:
7763 * net/trampver.el: Migrate to Tramp 2.1.
7764
7765 * net/tramp-cache.el:
7766 * net/tramp-fish.el:
7767 * net/tramp-gw.el: New Tramp packages.
7768
7769 * net/tramp-util.el:
7770 * net/tramp-vc.el: Removed.
7771
7772 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7773 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7774
7775 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7776
7777 * progmodes/compile.el (compilation-start): Redefine
7778 `start-process' temporarily when `default-directory' is remote.
7779 Remove case of synchronous compilation, this won't happen ever.
7780 (compilation-setup): Make local variable `comint-file-name-prefix'
7781 for remote compilation.
7782
7783 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7784
7785 * novice.el (disabled-command-function): Fit window to buffer to
7786 make last line visible.
7787 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7788
7789 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7790 when handling the terminating event.
7791
7792 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7793
7794 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7795 (math-bignum-digit-length): Change to optimal value.
7796
7797 * calc/calc-bin.el (math-bignum-logb-digit-size)
7798 (math-bignum-digit-power-of-two): Evaluate when compiled.
7799
7800 * calc/calc-comb.el (math-small-factorial-table)
7801 (math-init-random-base, math-prime-test): Remove unnecessary calls
7802 to `math-read-number-simple'.
7803
7804 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7805 (math-approx-gamma-const): Add docstrings.
7806
7807 * calc/calc-forms.el (math-julian-date-beginning)
7808 (math-julian-date-beginning-int): New constants.
7809 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7810 Use the new constants.
7811
7812 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7813
7814 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7815 Add docstrings.
7816
7817 2007-07-07 Tom Tromey <tromey@redhat.com>
7818
7819 * vc.el (vc-annotate): Jump to line and output message only after the
7820 process is really all done.
7821
7822 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * vc.el (vc-exec-after): Don't move point from the sentinel.
7825 Forcefully read all the remaining text in the pipe upon process exit.
7826 (vc-annotate-display-autoscale, vc-annotate-lines):
7827 Don't stop at the first unrecognized line.
7828 (vc-annotate-display-select): Run autoscale after the process is done
7829 since it depends on the whole result.
7830
7831 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7832
7833 * term/w32-win.el (menu-bar-open): New function.
7834 Bind <f10> to it.
7835
7836 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7837
7838 * simple.el (start-file-process): New defun.
7839
7840 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * files.el (find-file-confirm-nonexistent-file): Rename from
7843 find-file-confirm-inexistent-file. Update users.
7844
7845 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7846 format of autoload block where the file's time-stamp is replaced by its
7847 MD5 checksum.
7848 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7849 time-stamp for secondary autoloads files.
7850 (update-directory-autoloads): Remove duplicate entries.
7851 Use time-less-p for time-stamps, as done in autoload-find-destination.
7852
7853 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7854
7855 * calc/calc.el (math-read-number): Replace number by variable.
7856 (math-read-number-simple): Properly parse small integers.
7857
7858 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7859
7860 * vc.el: Fix doc for the checkout function.
7861
7862 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * vc-hg.el (vc-hg-root): New function.
7865 (vc-hg-registered): Use it.
7866 (vc-hg-diff-tree): New defalias.
7867 (vc-hg-responsible-p): Likewise.
7868 (vc-hg-checkout): Comment out, not needed.
7869 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7870 (vc-hg-find-version, vc-hg-next-version): New functions.
7871
7872 2007-07-06 Andreas Schwab <schwab@suse.de>
7873
7874 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7875 dynamic bindings around the evaluation of the expression.
7876 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7877
7878 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7881 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7882 Use run-hooks rather than run-mode-hooks.
7883
7884 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7885
7886 * calc/calc-comb.el (math-random-digit): Rename to
7887 `math-random-three-digit-number'.
7888 (math-random-digits): Don't depend on representation of integer.
7889
7890 * calc/calc-bin.el (math-bignum-logb-digit-size)
7891 (math-bignum-digit-power-of-two): New constants.
7892 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7893 (math-not-bignum, math-clip-bignum): Use the constants
7894 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7895 instead of their values.
7896 (math-clip): Use math-small-integer-size instead of its value.
7897
7898 * calc/calc.el (math-add-bignum): Replace number by constant.
7899
7900 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7901
7902 * wid-edit.el (widget-documentation-string-value-create):
7903 Insert indentation spaces.
7904
7905 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7906
7907 * emacs-lisp/byte-opt.el: Revert last change.
7908
7909 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7910
7911 * vc-hooks.el (vc-handled-backends): Add HG.
7912
7913 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7914
7915 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * complete.el (PC-do-complete-and-exit): Add support for the new
7918 `confirm-only' confirmation mode.
7919
7920 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * cus-edit.el (custom-commands): New variable.
7923 (custom-tool-bar-map): New variable. Initialize using
7924 `custom-commands'.
7925 (custom-mode): Use `custom-tool-bar-map'.
7926 (custom-buffer-create-internal): Insert action buttons only if
7927 tool bar is not used. Use `custom-commands'.
7928 (Custom-help, custom-command-apply): New function.
7929 (custom-command-apply, Custom-set, Custom-save)
7930 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7931 Use `custom-command-apply' instead of duplicating code.
7932 (customize-group-other-window): Call `customize-group' instead of
7933 duplicating code.
7934 (customize-face-other-window): Call `customize-face' instead of
7935 duplicating code.
7936 (customize-group, customize-face): Add optional args for opening
7937 in another window.
7938 (custom-variable-tag): Don't inherit `variable-pitch' face.
7939 (custom-group-tag): Inherit `variable-pitch' face.
7940 (custom-variable-value-create): Set documentation indentation.
7941 (custom-group-value-create): Make group name a link, instead of
7942 using an extra "go to group" button.
7943 (custom-prompt-variable, custom-group-set, custom-group-save)
7944 (custom-group-reset-current, custom-group-reset-saved)
7945 (custom-group-reset-standard): Minor cleanup.
7946
7947 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7948
7949 * Makefile.in (bootstrap-prepare): When copying from
7950 ldefs-boot.el, make sure loaddefs.el is writeable.
7951
7952 (bootstrap-prepare): Make $(lisp)/ps-print.el
7953 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7954
7955 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7956
7957 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7958 only caller, and delete.
7959 (vc-hg-state): Deal with exceptions and only parse the output on
7960 successful return.
7961 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7962 caller, and delete.
7963 (vc-hg-workfile-version): Deal with exceptions and only parse the
7964 output on successful return.
7965 (vc-hg-revert): New function.
7966
7967 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7968
7969 * calculator.el (calculator-expt): Use more cases to determine
7970 the value.
7971
7972 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7975 file names.
7976
7977 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7978
7979 * calculator.el (calculator-expt, calculator-integer-p):
7980 New functions.
7981 (calculator-fact): Check to see if the factorial will be too
7982 large before computing it.
7983 (calculator-initial-operators): Use `calculator-expt' to
7984 compute "^".
7985 (calculator-mode): Mention that results which are too large
7986 will return inf.
7987 * calc/calc-comb.el (math-small-factorial-table): Replace list
7988 by vector.
7989
7990 2007-07-03 David Kastrup <dak@gnu.org>
7991
7992 * shell.el: On request of the authors, remove their addresses for
7993 the sake of bug reports, and add the developer list address as
7994 maintainer information.
7995
7996 2007-07-03 Richard Stallman <rms@gnu.org>
7997
7998 * files.el (make-directory): Doc fix.
7999 (find-file-confirm-inexistent-file): Make it a defcustom.
8000 Make nil the default.
8001
8002 2007-07-02 Richard Stallman <rms@gnu.org>
8003
8004 * startup.el (command-line): Set buffer-offer-save in *scratch*
8005 and enable auto-save in it.
8006
8007 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8008
8009 * textmodes/org.el (orgstruct-mode-map): New variable.
8010 (orgstruct-mode): New minor mode.
8011 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8012 (orgstruct-make-binding, org-context-p, org-get-local-variables)
8013 (org-run-like-in-org-mode): New functions.
8014 (org-cycle-list-bullet): New command.
8015 (org-special-properties, org-property-start-re)
8016 (org-property-end-re): New constants.
8017 (org-with-point-at): New macro.
8018 (org-get-property-block, org-entry-properties, org-entry-get)
8019 (org-entry-delete, org-entry-get-with-inheritance)
8020 (org-entry-put, org-buffer-property-keys): New functions.
8021 (org-insert-property-drawer): New command.
8022 (org-entry-property-inherited-from): New variable.
8023 (org-column): New face.
8024 (org-column-overlays, org-current-columns-fmt)
8025 (org-current-columns-maxwidths, org-column-map): New variables.
8026 (org-column-menu): New menu.
8027 (org-new-column-overlay, org-overlay-columns)
8028 (org-overlay-columns-title, org-remove-column-overlays)
8029 (org-column-show-value, org-column-quit, org-column-edit):
8030 New functions.
8031 (org-columns, org-agenda-columns): New commands.
8032 (org-get-columns-autowidth-alist): New functions.
8033 (org-properties): New customize group.
8034 (org-default-columns-format): New option.
8035 (org-priority): Realign tags after changing priority.
8036 (org-preserve-lc): New macro.
8037 (org-update-checkbox-count): Catch case when there is no headline.
8038 (org-agenda-quit): Remove any column overlays.
8039 (org-beginning-of-item-list): Fixed bug when non-item line is
8040 indented too deep.
8041 (org-cached-props): New variable.
8042 (org-cached-entry-get): New function.
8043 (org-make-tags-matcher): Handle property matches.
8044 (org-table-recalculate): Swap evaluation order: Field formula
8045 first, then column formulas, but don't allow them to overwrite the
8046 field formulas.
8047 (org-table-eval-formula): New argument untouchable.
8048 (org-table-put-field-property): New function.
8049
8050 2007-07-02 Martin Rudalics <rudalics@gmx.at>
8051
8052 * help-mode.el (help-make-xrefs): Skip spaces too when
8053 skipping tabs.
8054
8055 * ffap.el (dired-at-point-prompter): Improve prompt in
8056 list-directory case.
8057
8058 2007-07-01 Richard Stallman <rms@gnu.org>
8059
8060 * files.el (find-file-visit-truename): Fix safe-local-variable value.
8061
8062 2007-07-01 Richard Stallman <rms@gnu.org>
8063
8064 * cus-start.el (max-mini-window-height): Added.
8065
8066 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8067
8068 * complete.el (partial-completion-mode): Remove advice of
8069 read-file-name-internal.
8070 (PC-do-completion): Rebind minibuffer-completion-table.
8071 (PC-read-file-name-internal): New function doing what
8072 read-file-name-internal advice did.
8073
8074 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
8075
8076 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8077 property on a few symbols.
8078 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8079 (byte-optimize-lapcode): Remove bindings that are not referenced
8080 and certainly will not effect through dynamic scoping.
8081
8082 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * files.el (find-file-confirm-inexistent-file): New var.
8085 (find-file, find-file-other-window, find-file-other-frame)
8086 (find-file-read-only, find-file-read-only-other-window)
8087 (find-file-read-only-other-frame): Use it.
8088
8089 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8092
8093 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * generic-x.el (generic-define-mswindows-modes)
8096 (generic-define-unix-modes, apache-log-generic-mode)
8097 (bat-generic-mode-keymap, java-manifest-generic-mode)
8098 (show-tabs-generic-mode): Fix typos in docstrings.
8099
8100 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
8101
8102 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
8103 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
8104 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
8105 (rcirc-print): Never ignore messages from ourself.
8106
8107 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
8110 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
8111
8112 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8113
8114 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
8115 replace-regexp-in-string.
8116
8117 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * emacs-lisp/cl.el: Set edebug and indentation before loading
8120 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
8121
8122 2007-06-28 Andreas Schwab <schwab@suse.de>
8123
8124 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8125 $(lisp)/subdirs.el.
8126
8127 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
8128
8129 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8130 the speedbar frame if nil; that deletes the current frame or
8131 causes an error if it is the only frame.
8132 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8133
8134 2007-06-28 Kevin Ryde <user42@zip.com.au>
8135
8136 * textmodes/nroff-mode.el: Groff \# comments.
8137 (nroff-mode-syntax-table): \# comment intro,
8138 plain # as punct per global table.
8139 (nroff-font-lock-keywords): Add # as a single char escape.
8140 (nroff-mode): In comment-start-skip, match \#.
8141
8142 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8145 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8146 point-min == 1.
8147
8148 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
8149
8150 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8151 Rename and move to...
8152
8153 * subr.el (strings->string, string->strings): ...here.
8154
8155 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8156 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8157
8158 * progmodes/gud.el (gud-common-init): Call string->strings instead
8159 of split-string.
8160
8161 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
8162
8163 * dired-aux.el: Remove `dired-call-process'.
8164 (dired-check-process): Call `process-file'.
8165
8166 * wdired.el (wdired-do-perm-changes): Call `process-file'.
8167
8168 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
8169 `ange-ftp-process-file'.
8170
8171 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
8174
8175 * emacs-lisp/cl-extra.el:
8176 * emacs-lisp/cl-seq.el:
8177 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
8178 Add autoload cookies on all defs autoloaded manually in cl.el.
8179
8180 * emacs-lisp/cl-loaddefs.el: New file.
8181
8182 * textmodes/texinfmt.el (texinfo-raisesections-alist)
8183 (texinfo-lowersections-alist): Merge definition and declaration.
8184 (texinfo-start-of-header, texinfo-end-of-header): Remove.
8185 (texinfo-format-syntax-table): Merge init into declaration.
8186 (texinfo-format-parse-line-args, texinfo-format-parse-args)
8187 (texinfo-format-parse-defun-args, texinfo-format-node)
8188 (texinfo-push-stack, texinfo-multitable-widths)
8189 (texinfo-define-info-enclosure, texinfo-alias)
8190 (texinfo-format-defindex, batch-texinfo-format): Use push.
8191 (texinfo-footnote-number): Remove duplicate declaration.
8192
8193 * ps-print.el: Update with auto-generated autoloads.
8194
8195 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
8196
8197 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
8200 relative to current dir for file-local settings.
8201 (autoload-generate-file-autoloads): Add `outfile' arg.
8202 (update-directory-autoloads): Use it to directly call
8203 autoload-generate-file-autoloads instead of going through
8204 update-file-autoloads so we avoid redundant searches and so we can know
8205 the set of buffers changed so we can save them all.
8206
8207 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
8208 rather than throwing `up-to-date'.
8209 (autoload-generate-file-autoloads): Adjust correspondingly.
8210 (update-file-autoloads): Be careful to let-bind
8211 autoload-modified-buffers and adjust to new calling conventions.
8212 (autoload-modified-buffers): Make it a dynamically scoped var.
8213 (update-directory-autoloads): Use file-relative-name instead of
8214 autoload-trim-file-name.
8215 (autoload-insert-section-header): Don't use autoload-trim-file-name
8216 since the file is already relative now.
8217 (autoload-trim-file-name): Remove.
8218
8219 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
8220 (vc-arch-complete, vc-arch--version-completion-table)
8221 (vc-arch-revision-completion-table): New functions to provide
8222 completion of revision names.
8223 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
8224 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
8225 to let the user trim the revlib.
8226
8227 * vc.el: Add new VC operation `revision-completion-table'.
8228 (vc-default-revision-completion-table): New function.
8229 (vc-version-diff, vc-version-other-window): Use it to provide
8230 completion of revision names if the backend provides it.
8231
8232 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
8233
8234 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
8235 of newer .svn/entries.
8236
8237 2007-06-25 David Kastrup <dak@gnu.org>
8238
8239 * calc/calc-poly.el (math-padded-polynomial)
8240 (math-partial-fractions): Add some function comments.
8241
8242 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8245 Make `outbuf' optional.
8246 (update-file-autoloads): Use it.
8247
8248 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8251 (autoload-find-destination): Keep it uptodate.
8252 (autoload-save-buffers): New fun.
8253 (update-file-autoloads): Use it. Re-add the "up to date" message.
8254
8255 * emacs-lisp/autoload.el: Refactor for upcoming changes.
8256 (autoload-find-destination): New function extracted from
8257 update-file-autoloads.
8258 (update-file-autoloads): Use it.
8259 (autoload-generate-file-autoloads): New function extracted from
8260 generate-file-autoloads. Use file-relative-name. Delay computation of
8261 output-start to the first cookie. Remove done-any, replaced by
8262 output-start.
8263 (generate-file-autoloads): Use it.
8264
8265 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8266
8267 * calc/calc-comb.el (math-init-random-base, math-prime-test):
8268 Use math-read-number-simple to insert constants.
8269 (math-prime-test): Redo calculation of sum.
8270
8271 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8272
8273 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
8274 math-scale-bignum-3.
8275 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8276 math-bignum-digit-size.
8277 (math-isqrt-small): Add another possible initial guess.
8278
8279 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8280
8281 * textmodes/bibtex.el (bibtex-entry-format): New options
8282 `whitespace', `braces', and `string'.
8283 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8284 (bibtex-field-braces-opt, bibtex-field-strings-opt)
8285 (bibtex-cite-matcher-alist): New variables.
8286 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8287 (bibtex-flash-head): Use blink-matching-delay.
8288 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8289 (bibtex-format-entry, bibtex-reformat): Handle new options of
8290 bibtex-entry-format.
8291 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8292 New functions.
8293 (bibtex-complete-internal): Do not display messages while
8294 minibuffer is used. Do not leave around a completions buffer
8295 that is out of date.
8296 (bibtex-copy-summary-as-kill): New optional arg.
8297 (bibtex-font-lock-url): New optional arg no-button.
8298 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8299 (bibtex-url): Allow multiple URLs per entry.
8300
8301 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * emacs-lisp/autoload.el (autoload-generated-file): New function.
8304 (update-file-autoloads, update-directory-autoloads): Use it.
8305 (autoload-file-load-name): New function.
8306 (generate-file-autoloads, update-file-autoloads): Use it.
8307 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8308 (generate-file-autoloads): If the autoloaded form is malformed,
8309 indicate the problem with a warning instead of aborting.
8310
8311 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8312
8313 * simple.el (next-error-recenter): Accept `(4)' as well;
8314 also, specify `integer' instead of `number'.
8315
8316 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8317
8318 * ls-lisp.el (insert-directory): If an invalid regexp error is
8319 thrown, try using FILE as a literal file name, not a wildcard.
8320
8321 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * ruler-mode.el (ruler-mode): Prevent clobbering the original
8324 `header-line-format' when reentering ruler mode.
8325
8326 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8327
8328 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
8329 FILE exists as a file.
8330
8331 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8332
8333 * calc/calc.el (math-bignum-digit-length)
8334 (math-bignum-digit-size, math-small-integer-size):
8335 New constants.
8336 (math-normalize, math-bignum-big, math-make-float)
8337 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8338 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
8339 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
8340 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8341 (math-quotient, math-div-bignum, math-div-bignum-digit)
8342 (math-div-bignum-part, math-format-bignum-decimal)
8343 (math-read-bignum): Use math-bignum-digit-length,
8344 math-bignum-digit-size and math-small-integer-size.
8345
8346 * calc/calc-ext.el (math-fixnum-big): Use the variable
8347 math-bignum-digit-size.
8348
8349 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8350
8351 * log-view.el (log-view-mode-menu): New menu.
8352
8353 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8356 differently.
8357
8358 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8359 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8360
8361 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8362
8363 * vc-hg.el (vc-hg-print-log): Insert the file name.
8364 (vc-hg-log-view-mode): Fontify the file name.
8365
8366 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8367
8368 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8369 (calcFunc-julian): Fix incorrect number used in calculations.
8370
8371 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
8372
8373 * simple.el (next-error-recenter): New defcustom.
8374 (next-error, next-error-internal): Recenter if specified,
8375 immediately prior to running `next-error-hook'.
8376
8377 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8378 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8379
8380 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8381
8382 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8383
8384 * calc/calc-comb.el (math-small-factorial-table): New variable.
8385 (calcFunc-fact): Use `math-small-factorial-table'.
8386
8387 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8388 initial values.
8389 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
8390 New variables to use in caches.
8391
8392 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8393 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
8394
8395 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
8396 (math-bernoulli-b-cache): Use math-read-number-simple to insert
8397 bignums.
8398
8399 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8400 New variables to use in caches.
8401
8402 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8403
8404 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
8405
8406 * vc-hg.el (vc-hg-log-view-mode): New mode.
8407
8408 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
8409
8410 * calc/calc.el (math-read-number-simple): New function.
8411
8412 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
8415 (vera-font-lock-match-item): Fix doc string.
8416 (vera-in-comment-p): Remove unused function.
8417 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
8418 use `syntax-ppss'.
8419 (vera-forward-syntactic-ws): Fix argument order.
8420 (vera-prepare-search): Use `with-syntax-table'.
8421 (vera-indent-line): Fix doc string.
8422 (vera-electric-tab): Fix doc string.
8423 (vera-expand-abbrev): Define alias instead of using `fset'.
8424 (vera-comment-uncomment-region): Use `comment-start-skip'.
8425
8426 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
8427
8428 * textmodes/org.el (org-export-with-footnotes): New option.
8429 (org-export-as-html): Fix replacement bug for XEmacs.
8430 (org-agenda-default-appointment-duration): New option.
8431
8432 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8433
8434 * vc-hg.el: Add to do items.
8435 (vc-hg-diff): Add support for comparing different revisions.
8436 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8437 (vc-hg-annotate-extract-revision-at-line)
8438 (vc-hg-previous-version, vc-hg-checkin): New functions.
8439 (vc-hg-annotate-re): New constant.
8440
8441 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8442
8443 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
8444
8445 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8448 buffer-local value of log-view-*-re if applicable.
8449
8450 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8451 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8452 (vc-bzr-command*): Remove both (incompatible) versions.
8453 (vc-bzr-do-command*): Remove.
8454 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8455 Remove by folding into its only caller vc-bzr-command.
8456 (vc-bzr-command): Always set the environment, even when ineffective.
8457 (vc-bzr-version): Minor fix up.
8458 (vc-bzr-admin-dirname): New var.
8459 (vc-bzr-bzr-dir): Remove.
8460 (vc-bzr-root-dir): New fun.
8461 (vc-bzr-registered): Use it. Add an autoloaded version.
8462 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8463 (vc-bzr-view-log-function): Remove.
8464 (vc-bzr-log-view-mode): New major mode to replace it.
8465 (vc-bzr-print-log): Only activate the old hack if needed.
8466
8467 * vc.el (vc-default-log-view-mode): New function.
8468 (vc-print-log): Add new `log-view-mode' VC operation.
8469
8470 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
8471
8472 * ido.el (ido-find-file-in-dir): Don't signal an error for
8473 empty directories.
8474
8475 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8476
8477 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
8478 directory where the desktop file was found, as the docstring says.
8479 (desktop-kill): Use `read-directory-name'.
8480
8481 2007-06-20 Alan Mackenzie <acm@muc.de>
8482
8483 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
8484 When removing lines, also remove the \n. Correction of patch of
8485 2007-04-21.
8486
8487 2007-06-20 Martin Rudalics <rudalics@gmx.at>
8488
8489 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
8490 event is not a cons cell. Do not unread drag-mouse-1 events.
8491 Select right window in check whether space was stolen from
8492 window above.
8493
8494 * help-mode.el (help-make-xrefs): Adjust position of new forward
8495 button.
8496
8497 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
8498
8499 * vc-bzr.el (vc-bzr-with-process-environment)
8500 (vc-bzr-std-process-invocation): New macros.
8501 (vc-bzr-command, vc-bzr-command*): Use them.
8502 (vc-bzr-with-c-locale): Remove.
8503 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8504 (vc-bzr-buffer-nonblank-p): New function.
8505 (vc-bzr-state-words): New const.
8506 (vc-bzr-state): Look for `bzr status' keywords in output.
8507 Display everything else as a warning message to the user.
8508 Fix status report with bzr >= 0.15.
8509
8510 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8511
8512 * vc-hg.el (vc-hg-global-switches): Simplify.
8513 (vc-hg-state): Handle more states.
8514 (vc-hg-diff): Fix doc-string.
8515 (vc-hg-register): New function.
8516 (vc-hg-checkout): Likewise.
8517
8518 2007-06-20 Reto Zimmermann <reto@gnu.org>
8519
8520 * progmodes/vera-mode.el: New file.
8521
8522 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8523
8524 * calc/calc.el (calc-multiplication-has-precendence):
8525 New variable.
8526 (math-standard-ops, math-standard-ops-p, math-expr-ops):
8527 New functions.
8528 (math-expr-opers): Define using math-standard-ops rather than
8529 math-standard-opers.
8530 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8531 equal the function math-standard-ops rather than the variable
8532 math-standard-opers.
8533 (calc-algebraic-entry): Let math-expr-opers equal
8534 math-standard-ops or math-expr-ops, as appropriate.
8535 (math-expr-read-level, math-read-factor): Let math-expr-opers
8536 equal math-expr-ops.
8537 * calc/calc-embed.el (calc-embedded-finish-edit):
8538 Let math-expr-opers equal the function math-standard-ops
8539 rather than the variable math-standard-opers.
8540 * calc/calc-ext.el (math-read-plain-expr)
8541 (math-format-flat-expr-fancy): Let math-expr-opers equal the
8542 function math-standard-ops rather than the variable
8543 math-standard-opers.
8544 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
8545 Let math-expr-opers equal the function math-standard-ops rather
8546 than the variable math-standard-opers.
8547 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8548 equal the function math-standard-ops rather than the variable
8549 math-standard-opers.
8550 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8551 equal the function math-standard-ops rather than the variable
8552 math-standard-opers.
8553 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8554 math-expr-ops.
8555
8556 2007-06-19 Ivan Kanis <apple@kanis.eu>
8557
8558 * vc-hg.el: New file.
8559
8560 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8563 with font-lock-multiline.
8564
8565 2007-06-17 Glenn Morris <rgm@gnu.org>
8566
8567 * lpr.el (lpr-page-header-switches): Move %s to separate element
8568 for correct quoting. Doc fix.
8569
8570 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8573 than setting sgml-xml-mode.
8574 (sgml-mode, html-mode): Set sgml-xml-mode.
8575 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8576 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8577 (sgml-electric-tag-pair-before-change-function)
8578 (sgml-electric-tag-pair-flush-overlays): New functions.
8579 (sgml-electric-tag-pair-mode): New minor mode.
8580 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8581 (sgml-calculate-indent): Use assoc-string.
8582
8583 2007-06-16 Karl Fogel <kfogel@red-bean.com>
8584
8585 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8586 chars before the "@" in an email address. Andreas Roehler noticed
8587 this problem.
8588
8589 2007-06-15 Karl Fogel <kfogel@red-bean.com>
8590
8591 * thingatpt.el: Add support for email addresses (`email').
8592 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8593 (thing-at-point-email-regexp): New variable.
8594 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
8595 properties on this symbol, with lambda forms for values.
8596
8597 2007-06-15 Masatake YAMATO <jet@gyve.org>
8598
8599 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
8600
8601 * vc.el (vc-dired-hook): Check the backend returned from
8602 `vc-responsible-backend' can really handle `subdir'.
8603
8604 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
8605
8606 * wid-edit.el (widget-add-documentation-string-button):
8607 Fix handling of documentation indent.
8608
8609 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
8610
8611 * mb-depth.el: New file.
8612
8613 2007-06-15 Masatake YAMATO <jet@gyve.org>
8614
8615 * vc.el (vc-dired-mode): Show backend name as part of mode name.
8616
8617 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * wid-edit.el (widget-default-create): Move ?h handling here...
8620 (widget-default-format-handler): ...from here.
8621 (widget-docstring, widget-add-documentation-string-button): New funs.
8622 (documentation-string): Add :visibility-widget property.
8623 (widget-documentation-string-value-create): Use it.
8624
8625 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8626 (custom-buffer-create-internal): Simplify message.
8627 (custom-variable-tag): Reduce height to normal.
8628 (custom-variable-value-create, custom-face-value-create)
8629 (custom-visibility): New widget.
8630 (custom-visibility): New face.
8631 (custom-group-value-create):
8632 Call widget-add-documentation-string-button, using `custom-visibility'.
8633
8634 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8637 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8638 change. Apparently the "warning even if the group is implicit" is
8639 a feature rather than a bug.
8640
8641 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8642
8643 * emulation/viper.el (viper-describe-key-ad)
8644 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8645 Compile them conditionally.
8646 (viper-version): Belated version change.
8647
8648 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8649
8650 * follow.el (follow-all-followers, follow-generic-filter):
8651 * pcomplete.el (pcomplete-restore-windows):
8652 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8653 (x-dnd-drop-data):
8654 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8655 * progmodes/python.el (python-complete-symbol):
8656 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8657
8658 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8659
8660 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8661 around bright and dim regexps. Make sure bright and dim matches
8662 use word anchors. Send text through rcirc-markup functions.
8663 (rcirc-url-regexp): Add single quote character.
8664 (rcirc-connect): Write logs to disk on auto-save-hook.
8665 Make server a non-optional argument.
8666 (rcirc-log-alist): New variable.
8667 (rcirc-log-directory): Make customizable.
8668 (rcirc-log-flag): New customizable variable.
8669 (rcirc-log): New function.
8670 (rcirc-print): Use above function.
8671 (rcirc-log-write): New function.
8672 (rcirc-generate-new-buffer-name): Strip text properties.
8673 (rcirc-switch-to-buffer-function): Remove variable.
8674 (rcirc-last-non-irc-buffer): Remove variable.
8675 (rcirc-non-irc-buffer): Add function.
8676 (rcirc-next-active-buffer): Use above function.
8677 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8678 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8679 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8680 (rcirc-omit-mode): Add minor-mode.
8681 (rcirc-mode-map): Change C-c C-o binding.
8682 (rcirc-mode): Clear mode-line-process. Use a custom
8683 fill-paragraph-function. Set up buffer-invisibility-spec.
8684 (rcirc-response-formats): Remove timestamp code.
8685 (rcirc-omit-responses): Add variable.
8686 (rcirc-print): Don't put the overlay arrow on potentially omitted
8687 lines. Log line to disk. Record activity for private messages
8688 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8689 (rcirc-jump-to-first-unread-line): Print message if there is no
8690 unread text.
8691 (rcirc-clear-unread): New function.
8692 (rcirc-markup-text-functions): Add variable.
8693 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8694 (rcirc-debug): Don't mess with window configuration.
8695 (rcirc-send-message): Send message before printing locally.
8696 Add SILENT argument, do not print message if non-nil.
8697 (rcirc-visible-buffers): New function and variable.
8698 (rcirc-window-configuration-change-1): Add function.
8699 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8700 server buffer.
8701 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8702 (rcirc-fill-paragraph): Add function.
8703 (rcirc-record-activity, rcirc-window-configuration-change-1):
8704 Only update the activity string if it has actually changed.
8705 (rcirc-update-activity-string): Remove padding characters from the
8706 mode-line string.
8707 (rcirc-disconnect-buffer): New function to be called when a
8708 channel is parted or the user quits.
8709 (rcirc-server-name): Warn when the server-name hasn't been set.
8710 (rcirc-window-configuration-change): Postpone work until
8711 post-command-hook.
8712 (rcirc-window-configuration-change-1): Update mode-line and
8713 overlay arrows here.
8714 (rcirc-authenticate): Fixc hanserv identification.
8715 (rcirc-default-server): Remove variable.
8716 (rcirc): Connect according to rcirc-connections.
8717 (rcirc-connections): Add variable.
8718 (rcirc-startup-channels-alist): Remove variable.
8719 (rcirc-startup-channels): Remove function.
8720
8721 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8724
8725 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8726
8727 * term/xterm.el (terminal-init-xterm): Escape parens in character
8728 constants.
8729
8730 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8733 Use [:alpha:] and [:alnum:] where applicable.
8734 (sh-quoted-subshell): Rewrite to correctly
8735 handle nested mixes of `...' and $(...).
8736 (sh-apply-quoted-subshell): Remove.
8737 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8738
8739 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8740
8741 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8742
8743 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8744 previous change.
8745
8746 2007-06-12 Tom Tromey <tromey@redhat.com>
8747
8748 * subr.el (user-emacs-directory): New defconst.
8749 * cmuscheme.el (scheme-start-file):
8750 * shell.el (shell):
8751 * completion.el (save-completions-file-name):
8752 * custom.el (custom-theme-directory):
8753 * term/x-win.el (emacs-session-filename):
8754 * filesets.el (filesets-menu-cache-file):
8755 * thumbs.el (thumbs-thumbsdir):
8756 * server.el (server-auth-dir):
8757 * image-dired.el (image-dired-dir):
8758 (image-dired-db-file):
8759 (image-dired-temp-image-file):
8760 (image-dired-gallery-dir):
8761 (image-dired-temp-rotate-image-file):
8762 * play/gamegrid.el (gamegrid-user-score-file-directory):
8763 * savehist.el (savehist-file):
8764 * tutorial.el (tutorial--saved-dir):
8765 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8766
8767 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8768
8769 * scroll-lock.el (scroll-lock-mode): Doc fix.
8770
8771 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8772
8773 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8774
8775 * ediff-init.el: Doc strings.
8776
8777 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8780 (byte-compile-file): Bind it.
8781 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8782 group argument is provided implicitly.
8783 (byte-compile-format-warn, byte-compile-from-buffer)
8784 (byte-compile-insert-header): Don't hardcode point-min==1.
8785 (byte-compile-file-form-require): Remove unused var old-load-list.
8786 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8787
8788 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8789
8790 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8791 Display error messages.
8792 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8793 Get rid of cl.el dependencies.
8794
8795 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8796 New variable.
8797 (viper-activate-input-method-action)
8798 (viper-inactivate-input-method-action):
8799 Use viper-suppress-input-method-change-message.
8800
8801 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8802 for C-s, C-r.
8803
8804 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8805 Use viper-replace-overlay-cursor-color instead of
8806 viper-replace-overlay-cursor-color.
8807 (viper-sit-for-short): Use sit-for with 3 arguments.
8808
8809 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8810 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8811 to gud-mode.
8812
8813 * ediff-mult.el (ediff-meta-buffer-brief-message)
8814 (ediff-meta-buffer-verbose-message): New variables.
8815 (ediff-meta-buffer-message): Variable deleted.
8816 (ediff-verbose-help-enabled): New variable.
8817 (ediff-toggle-verbose-help-meta-buffer): New function.
8818 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8819 message options.
8820
8821 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8822 (ediff-fixup-patch-map): Improve heuristic.
8823
8824 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8827 (log-view-font-lock-keywords): Simplify.
8828 (log-view-current-file, log-view-current-tag): Simplify.
8829
8830 2007-06-12 Sam Steingold <sds@gnu.org>
8831
8832 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8833
8834 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8835
8836 * desktop.el (desktop-load-locked-desktop): New option.
8837 (desktop-read): Use it.
8838 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8839 Use `when'.
8840
8841 2007-06-12 Davis Herring <herring@lanl.gov>
8842
8843 * desktop.el (desktop-save-mode-off): New function.
8844 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8845 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8846 (desktop-claim-lock, desktop-release-lock): New functions.
8847 (desktop-kill): Tell `desktop-save' that this is the last save.
8848 Release the lock afterwards.
8849 (desktop-buffer-info): New function.
8850 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8851 says to. Detect conflicts, and manage the lock.
8852 (desktop-read): Detect conflicts. Manage the lock.
8853
8854 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8857
8858 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8859 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8860 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8861 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8862 keysyms rather than byte sequences.
8863 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8864
8865 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8868 half-activated, forcefully activate it completely.
8869
8870 2007-06-11 Richard Stallman <rms@gnu.org>
8871
8872 * cus-edit.el (custom-variable-type): Doc fix.
8873
8874 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8877 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8878 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8879 different possible cases for \'.
8880
8881 * complete.el (PC-bindings): Don't bind things already bound in the
8882 parent keymap.
8883
8884 * textmodes/bibtex-style.el: New file.
8885
8886 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8887
8888 * vc-bzr.el: New file.
8889
8890 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * vc-svn.el (vc-svn-program): New var.
8893 (vc-svn-command): Use it.
8894
8895 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8896
8897 * server.el (server-switch-buffer): Remove redundant check.
8898
8899 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8900
8901 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8902 Match against file-name-nondirectory.
8903 Fix text on user customization variables.
8904 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8905
8906 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8907
8908 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8909
8910 2007-06-09 Davis Herring <herring@lanl.gov>
8911
8912 * desktop.el (desktop-minor-mode-table): Doc fix.
8913
8914 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * textmodes/css-mode.el (css-navigation-syntax-table):
8917 Use set-char-table-range so it also works in the unicode branch.
8918
8919 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * help-mode.el (help-xref-forward-stack)
8922 (help-xref-stack-forward-item, help-forward-label): New variables.
8923 (help-forward): New button type.
8924 (help-setup-xref): Initialise help-xref-forward-stack.
8925 (help-make-xrefs): Add forward button, if appropriate.
8926 (help-xref-go-back): Push item on forward stack.
8927 (help-xref-go-forward, help-go-forward): New functions.
8928
8929 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * dired.el (dired-mode-map): Remove spurious separator.
8932
8933 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8934
8935 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8936
8937 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8938 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8939
8940 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8941
8942 * textmodes/org.el: Version number fixed.
8943
8944 2007-06-07 Glenn Morris <rgm@gnu.org>
8945
8946 * version.el (emacs-copyright): New constant.
8947 * startup.el (fancy-splash-tail): Use emacs-copyright.
8948 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8949
8950 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8951 `make-local'.
8952 (byte-compile-warnings-safe-p): Add `make-local'.
8953 (byte-compile-make-variable-buffer-local):
8954 Allow byte-compile-warnings to suppress this warning.
8955
8956 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8957 format of "menu" description.
8958 (tutorial--find-changed-keys): Describe the specific menu a
8959 command is in.
8960
8961 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8962 Rewrite compatibility functions to silence byte-compiler.
8963
8964 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8965
8966 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8967 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8968
8969 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8970
8971 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8972
8973 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * progmodes/ebrowse.el (ebrowse-member-table):
8976 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8977 (org-batch-agenda-csv): Fix typos in docstrings.
8978
8979 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8980
8981 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8982 (sort-coding-systems, search-unencodable-char): Doc fixes.
8983 (coding-system-change-eol-conversion, set-default-coding-systems)
8984 (prefer-coding-system, find-multibyte-characters, princ-list)
8985 (leim-list-entry-regexp, set-input-method, locale-language-names)
8986 (input-method-exit-on-first-char, exit-language-environment-hook)
8987 (locale-charset-language-names): Fix typos in docstrings.
8988
8989 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * pgg.el (pgg-sign-region, pgg-sign):
8992 * ses.el (ses-call-printer):
8993 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8994 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8995
8996 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8997
8998 * textmodes/org.el (org-export-region-as-html)
8999 (org-replace-region-by-html, org-number-to-letters)
9000 (org-table-fedit-finish, org-normalize-color)
9001 (org-table-fedit-ref-right, org-date-to-gregorian)
9002 (org-table-fedit-move, org-table-convert-refs-to-rc)
9003 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
9004 (org-write-agenda, org-colgroup-info-to-vline-list)
9005 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
9006 (org-indent-line-function, org-export-as-html-to-buffer)
9007 (org-store-agenda-views, org-update-mode-line)
9008 (org-find-if, org-delete-all)
9009 (org-table-fedit-convert-buffer, org-emphasize)
9010 (org-uniquify, org-table-fedit-lisp-indent)
9011 (org-table-fedit-scroll, org-get-todo-sequence-head)
9012 (org-table-fedit-scroll-down, org-table-fedit-line-down)
9013 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9014 (org-table-fedit-toggle-coordinates, org-dvipng-color)
9015 (org-table-fedit-line-up, org-table-fedit-ref-down)
9016 (org-table-formula-from-user, org-mode-flyspell-verify)
9017 (org-cycle-show-empty-lines, org-ctrl-c-ret)
9018 (org-table-formula-to-user, org-diary-to-ical-string)
9019 (orgtbl-export, org-table-fedit-post-command)
9020 (org-closed-in-range, org-shiftcontrolright)
9021 (org-table-convert-refs-to-an, org-table-hline-and-move)
9022 (org-table-formula-less-p, org-format-table-ascii)
9023 (org-agenda-get-sexps, org-shift-refpart)
9024 (org-diary-sexp-entry, org-time-string-to-absolute)
9025 (org-table-show-reference, org-letters-to-number)
9026 (org-fix-agenda-info, org-table-fedit-ref-up)
9027 (org-table-fedit-shift-reference, org-table-fedit-abort)
9028 (org-closest-date, org-shiftcontrolleft)
9029 (org-at-heading-or-item-p, org-rematch-and-replace)
9030 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9031 New functions.
9032 (org-table-edit-scroll-down, org-finish-edit-formulas)
9033 (org-table-edit-next-field, org-abort-edit-formulas)
9034 (org-font-lock-level, org-export-find-first-heading-line)
9035 (org-table-edit-line-down, org-table-edit-backward-field)
9036 (org-edit-formula-lisp-indent, org-table-edit-move)
9037 (org-check-log-option, org-this-word)
9038 (org-table-edit-line-up, org-table-edit-formulas-post-command)
9039 (org-agenda-file-to-end, org-expand-file-name)
9040 (org-fake-empty-table-line, org-table-edit-scroll)
9041 (org-toggle-log-option, org-show-reference): Function removed.
9042 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9043 New defsubsts.
9044 (org-unmodified, org-batch-store-agenda-views)
9045 (org-batch-agenda-csv): New macro.
9046 (org-agenda-export): New customization group.
9047 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9048 (org-highest-priority, org-agenda-exporter-settings)
9049 (org-log-done-with-time, org-replace-disputed-keys)
9050 (org-format-latex-header, org-export-table-header-tags)
9051 (org-cycle-separator-lines, org-export-table-data-tags)
9052 (org-icalendar-include-sexps)
9053 (org-empty-line-terminates-plain-lists)
9054 (org-log-repeat, org-special-ctrl-a)
9055 (org-table-use-standard-references, org-disputed-keys)
9056 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9057 (org-agenda-export-html-style): New option.
9058 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
9059 (org-CUA-compatible): Option removed.
9060 (org-agenda-structure, org-sexp-date): New face.
9061 (org-todo-keywords-for-agenda, org-not-done-keywords)
9062 (org-planning-or-clock-line-re, org-agenda-name)
9063 (org-table-colgroup-info, org-todo-sets)
9064 (constants-unit-system, org-clock-mode-line-entry)
9065 (org-mode-line-timer, org-table-current-begin-pos)
9066 (org-todo-keywords-1, org-mode-line-string)
9067 (org-table-clean-did-remove-column, org-table-fedit-map)
9068 (org-clock-heading, org-table-buffer-is-an)
9069 (org-agenda-info, org-done-keywords)
9070 (org-done-keywords-for-agenda, org-todo-heads)
9071 (org-todo-kwd-alist, org-clock-start-time): New variable.
9072 (org-todo-kwd-priority-p, org-edit-formulas-map)
9073 (org-repeat-re, org-todo-kwd-max-priority)
9074 (org-version, org-done-string)
9075 (org-table-clean-did-remove-column-1, org-disputed-keys):
9076 Remove variables.
9077 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
9078 (org-ts-lengths): Constant removed.
9079 (org-follow-gnus-link): Don't ask how many articles to read.
9080 (org-export-find-first-export-line): Rename from
9081 `org-export-find-first-heading'.
9082 Use `org-export-skip-text-before-1st-heading'.
9083 (org-table-fedit-post-command): Rename from
9084 `org-table-edit-formulas-post-command'.
9085 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9086 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9087 (org-table-fedit-lisp-indent): Rename from
9088 `org-edit-formula-lisp-indent'.
9089 (org-table-show-reference): Rename from `org-show-reference'.
9090 (org-table-store-formulas): Use `org-table-formula-less-p'.
9091 (org-table-edit-formulas): Position cursor to current field equation.
9092 (org-update-checkbox-count, org-hide-archived-subtrees)
9093 (org-timestamp-up-day, org-timestamp-down-day)
9094 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9095 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
9096 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
9097 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
9098 Let `org-on-heading-p' also check for invisible heading.
9099 (org-read-date): Match am/pm times.
9100 (org-eval-in-calendar): Fix default date in prompt.
9101
9102 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
9103
9104 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
9105 "ChangeLog.a" entries, giving the latter lower priority.
9106
9107 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
9108
9109 * faces.el (face-id): If the argument is a face alias,
9110 return the ID of the target face.
9111
9112 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
9113
9114 * net/socks.el (top): Remove unnecessary copyright line.
9115
9116 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * longlines.el (longlines-auto-wrap): Handle argument correctly.
9119
9120 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
9121
9122 * net/socks.el: New file, taken from w3 repository.
9123 (top): Update Copyright. Don't load cl.el.
9124 (all): Replace `case' by `cond', `string-to-int' by
9125 `string-to-number', and `process-kill-without-query' by
9126 `set-process-query-on-exit-flag'.
9127 (socks-char-int): Remove defalias and all occurrences.
9128
9129 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
9130
9131 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9132 Fix typos in docstrings.
9133 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9134 (compilation-finish-function): Fix typo in obsolescence declaration.
9135
9136 2007-06-03 Sam Steingold <sds@gnu.org>
9137
9138 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9139 handle unending automatic recompilation of changed files (`omake -P').
9140 (compilation-loop): VISITED is now 5th CDR.
9141 (compilation-next-error-function): Set TIMESTAMP.
9142
9143 2007-06-03 Sam Steingold <sds@gnu.org>
9144
9145 * files.el (kill-buffer-ask): New function.
9146 (kill-some-buffers): Use it.
9147 (kill-matching-buffers): New user command.
9148
9149 2007-06-01 David Kastrup <dak@gnu.org>
9150
9151 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9152 Change default to `top'.
9153
9154 2007-05-31 Richard Stallman <rms@gnu.org>
9155
9156 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9157
9158 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * textmodes/css-mode.el: New file.
9161
9162 2007-05-30 Michael Olson <mwolson@gnu.org>
9163
9164 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
9165 died and we are trying to send a signal to it. The program using
9166 tq.el should periodically check to see whether the process has
9167 died and react appropriately -- this is not the responsibility of
9168 tq.el, and is consistent with the rest of the tq.el source code.
9169
9170 2007-05-29 Martin Rudalics <rudalics@gmx.at>
9171
9172 * textmodes/table.el (table--point-entered-cell-function)
9173 (table--point-left-cell-function):
9174 Bind `inhibit-point-motion-hooks' to t.
9175
9176 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9177
9178 * emacs-lisp/rx.el (rx): Doc fix.
9179
9180 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
9181
9182 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
9183
9184 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
9185
9186 Sync with Tramp 2.0.56.
9187
9188 * net/tramp.el:
9189 * net/tramp-ftp.el:
9190 * net/tramp-smb.el:
9191 * net/tramp-util.el:
9192 * net/tramp-vc.el:
9193 Don't load cl.el, because that pollutes the namespace. Replace cl
9194 macros by their implementations where necessary. Requested by
9195 Richard Stallman <rms@gnu.org>.
9196
9197 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
9198 doesn't exist.
9199 (with-parsed-tramp-file-name): Protect debug spec during compilation.
9200 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
9201 (tramp-file-name-p, tramp-file-name-multi-method)
9202 (tramp-file-name-method, tramp-file-name-user)
9203 (tramp-file-name-host, tramp-file-name-localname): New defuns,
9204 replacing defstruct `tramp-file-name'.
9205 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
9206 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
9207 Apply `vector' instead of `make-tramp-file-name'.
9208 (tramp-handle-make-auto-save-file-name):
9209 Apply `tramp-temporary-file-directory' for compatibility reasons.
9210 (tramp-completion-mode): Use `natnump' instead of `wholenump'
9211 because of XEmacs.
9212 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
9213 started.
9214
9215 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
9216
9217 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
9218
9219 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9220
9221 * log-edit.el (log-edit-changelog-paragraph): Return point-max
9222 as the end of the ChangeLog paragraph when it ends without a line
9223 termination.
9224
9225 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
9226
9227 * net/webjump.el (webjump-sample-sites):
9228 Add simple Wikipedia query.
9229
9230 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
9233 compatibility code.
9234
9235 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
9236 (copyright-update-year): Use it.
9237
9238 * edmacro.el (edmacro-format-keys): Use current-active-maps.
9239
9240 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
9241 Add indentation and debugging info. Fix up comment convention.
9242
9243 * cus-dep.el (custom-make-dependencies): Simplify.
9244
9245 * composite.el (compose-region, decompose-region):
9246 Use inhibit-read-only and restore-buffer-modified-p.
9247
9248 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9249 (xterm-mouse-event): Use it.
9250
9251 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
9252
9253 * bs.el (bs-cycle-previous): Don't modify the cycle list until
9254 `switch-to-buffer' has returned succesfully.
9255 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
9256 window is dedicated (it could iconify the frame).
9257
9258 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
9259
9260 * vc-hooks.el (vc-find-root): Fix file attribute test.
9261
9262 2007-05-24 Richard Stallman <rms@gnu.org>
9263
9264 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9265 Don't let opoint be nil.
9266 (flyspell-emacs-popup): Explicit error if no dialogs.
9267
9268 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9271 (image-next-line, image-previous-line, image-scroll-up)
9272 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9273 New functions.
9274 (image-mode-map): Remap motion commands.
9275 (image-mode-text-map): New keymap for viewing images as text.
9276 (image-mode): Use image-mode-map.
9277 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9278
9279 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * textmodes/fill.el (canonically-space-region): Make the second arg
9282 a marker if it's not already the case.
9283
9284 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9285
9286 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9287 (tar-get-descriptor): Handle type 55, an extended pax header.
9288
9289 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9292 to confuse outline-minor-mode.
9293
9294 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9295
9296 * tar-mode.el (tar-file-name-handler): New function.
9297 (tar-extract): Bind file-name-handler-alist to it to force
9298 find-buffer-file-type-coding-system behave as if the file being
9299 extracted existed. Use last-coding-system-used to force
9300 buffer-file-coding-system to what decode-coding-region actually
9301 used to decode the file.
9302
9303 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9304
9305 * progmodes/compile.el (compilation-handle-exit):
9306 `compilation-finish-function' may change the current buffer.
9307
9308 2007-05-22 Richard Stallman <rms@gnu.org>
9309
9310 * files.el (set-auto-mode): Doc fix.
9311
9312 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9313
9314 * help-fns.el (find-source-lisp-file): New function.
9315 (describe-function-1): Use find-source-lisp-file to find source
9316 file in compile tree.
9317
9318 2007-05-22 Eli Zaretskii <eliz@gnu.org>
9319
9320 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9321
9322 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * emacs-lisp/easy-mmode.el (define-minor-mode)
9325 (easy-mmode-define-navigation): Fix typos in docstrings.
9326
9327 2007-05-22 Glenn Morris <rgm@gnu.org>
9328
9329 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
9330
9331 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333 * mail/mail-extr.el (mail-extract-address-components):
9334 Recognize non-ASCII characters except for NBSP as words.
9335
9336 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
9337
9338 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9339 (rcirc-print): Handle `window-width'.
9340 (rcirc-buffer-maximum-lines): Doc fix.
9341
9342 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
9343
9344 * image-mode.el (image-toggle-display): Don't clear image cache.
9345 Only use filename in image spec if the file is readable.
9346 Call image-refresh.
9347
9348 * image.el (image-type-from-file-name, image-type): Simplify.
9349 (image-type-auto-detected-p): Don't scan auto-mode-alist.
9350
9351 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9352 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9353
9354 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9355
9356 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9357 is an error.
9358
9359 * term/linux.el (terminal-init-linux): Don't signal an error
9360 if gpm isn't running.
9361
9362 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9363
9364 * t-mouse.el: Reduce to a minor-mode macro call.
9365 (t-mouse-mode): Remove the lighter.
9366
9367 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
9368
9369 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
9370
9371 * files.el (auto-mode-alist): Change the regexp so that
9372 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9373
9374 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * Version 22.1 released.
9377
9378 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9381 changes.
9382
9383 2007-05-19 Kevin Ryde <user42@zip.com.au>
9384
9385 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9386
9387 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9388
9389 * textmodes/sgml-mode.el: Revert last change.
9390
9391 2007-05-18 Richard Stallman <rms@gnu.org>
9392
9393 * simple.el (push-mark): Doc fix.
9394
9395 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
9396
9397 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
9398 tpu-global-map.
9399 (tpu-original-global-map): Variable deleted.
9400 (tpu-control-keys-map): New keymap variable.
9401 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
9402 setting keymapping directly.
9403 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
9404 tpu-global-map.
9405 (tpu-edt-on): Activate the tpu-global-map.
9406 (tpu-edt-off): Deactivate the tpu-global-map.
9407
9408 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
9409
9410 * textmodes/ispell.el (ispell-get-word): Return markers
9411 for start and end positions.
9412 (ispell-word): Assume END is a marker.
9413
9414 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9415
9416 * printing.el: Group together all XEmacs/Emacs definitions.
9417 (pr-version): New version 6.9.
9418 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9419 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9420 (pr-menu-bind): Fix code.
9421 (pr-e-frame-char-height, pr-e-frame-char-width)
9422 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9423 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9424 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9425 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9426 (pr-x-event-y-pixel): Aliases eliminated.
9427 (pr-xemacs-global-menubar): Macro moved.
9428 (current-menubar, current-mouse-event, zmacs-region-stays)
9429 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9430 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9431 Vars moved.
9432 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9433 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9434 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9435 (pr-menu-set-utility-title, pr-even-or-odd-pages)
9436 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9437 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9438 moved.
9439
9440 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
9441
9442 * textmodes/sgml-mode.el (sgml-tag):
9443 Fix bug: Call sgml-transformation-function.
9444
9445 2007-05-17 Martin Rudalics <rudalics@gmx.at>
9446
9447 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9448 modified flag of buffer. Use `inhibit-modification-hooks'.
9449
9450 2007-05-16 Richard Stallman <rms@gnu.org>
9451
9452 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9453
9454 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * files.el (magic-mode-alist, magic-fallback-mode-alist):
9457 Move the *ml, Postscript, and XmCD entries to the fallback part.
9458
9459 * files.el (magic-fallback-mode-alist):
9460 Rename from file-start-mode-alist.
9461
9462 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9463
9464 * progmodes/compile.el (compilation-handle-exit): Quote first
9465 argument of `run-hook-with-args'.
9466
9467 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
9468
9469 * buff-menu.el (Buffer-menu-sort-column):
9470 * dabbrev.el (dabbrev-upcase-means-case-search):
9471 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9472 * info.el (Info-current-subfile):
9473 * ls-lisp.el (ls-lisp-verbosity):
9474 * msb.el (msb-menu-cond):
9475 * pcvs.el (cvs-dired-use-hook):
9476 * simple.el (set-mark-command-repeat-pop):
9477 * time.el (display-time-24hr-format, display-time-mail-file):
9478 Doc fixes.
9479
9480 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
9481 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
9482
9483 * view.el (view-inhibit-help-message): Fix typo in docstring.
9484 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
9485
9486 2007-05-16 Martin Rudalics <rudalics@gmx.at>
9487
9488 * textmodes/ispell.el (ispell-start-process): Defend against bad
9489 default-directory.
9490
9491 2007-05-14 Eli Zaretskii <eliz@gnu.org>
9492
9493 * mail/rmail.el (rmail-convert-to-babyl-format): Check
9494 content-transfer-encoding _last_, because it's its position that
9495 we need as value of base64-header-field-end.
9496
9497 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
9498
9499 * files.el (mode-require-final-newline, require-final-newline)
9500 (enable-local-variables, enable-local-eval): Doc fixes.
9501
9502 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9503
9504 * ps-print.el: Use default color when foreground or background color
9505 are unspecified. Reported by Leo <sdl.web@gmail.com>.
9506 (ps-print-version): New version 6.7.4.
9507 (ps-rgb-color): New argument. Use default color when color is
9508 unspecified.
9509 (ps-begin-job): Fix code.
9510
9511 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
9512
9513 * longlines.el (longlines-mode): Make longlines-auto-wrap
9514 buffer-local. Add hooks unconditionally.
9515 (longlines-auto-wrap): Toggle wrapping.
9516 (longlines-after-change-function)
9517 (longlines-post-command-function): Check longlines-auto-wrap.
9518
9519 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
9520
9521 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9522 (xterm-mouse-translate): Use it.
9523
9524 2007-05-10 Richard Stallman <rms@gnu.org>
9525
9526 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9527 (iso-cvt-write-only): Likewise.
9528
9529 * emacs-lisp/easy-mmode.el (define-minor-mode):
9530 Fix generated doc string.
9531
9532 * startup.el (fancy-splash-text): Add URL of guided tour.
9533 Adjust horizontal and vertical whitespace.
9534
9535 * progmodes/compile.el (compilation-handle-exit):
9536 Use run-hook-with-args to run compilation-finish-functions.
9537
9538 * files.el (file-start-mode-alist): New variable.
9539 (magic-mode-regexp-match-limit): Doc fix.
9540 (set-auto-mode): Handle file-start-mode-alist.
9541 A little cleanup of structure.
9542
9543 * dabbrev.el (dabbrev-eliminate-newlines):
9544 Renamed from dabbrev--eliminate-newlines. All uses changed.
9545
9546 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9547
9548 * man.el (Man-next-section): Don't consider the last line of the page
9549 as being part of any section.
9550
9551 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9554 can take any number of values.
9555
9556 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9559 to the list of citation commands.
9560
9561 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9564
9565 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
9566
9567 * progmodes/python.el (python-font-lock-keywords)
9568 (python-open-block-statement-p, python-mode): Add support for the new
9569 "with" keyword.
9570
9571 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9574 the exact opposite of diff-goto-source.
9575
9576 * emacs-lisp/advice.el (ad-special-forms): Remove.
9577 (ad-special-form-p): Use subr-arity.
9578
9579 * newcomment.el (comment-search-forward): Make sure we search forward.
9580 (comment-enter-backward): Try and distinguish the non-matching case at
9581 EOB from the non-matching case with a missing comment-end-skip for
9582 a 2-char comment ender.
9583 (comment-choose-indent): New function extracted from comment-indent.
9584 Improve the alignment algorithm.
9585 (comment-indent): Use it.
9586
9587 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9588 XML style Processing Instructions.
9589 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
9590 (sgml-calculate-indent): Handle `pi' context.
9591
9592 * vc.el: Ensure that update-changelog issues an error when used with
9593 a backend that does not implement it.
9594 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
9595 Remove `backend' argument. Use expand-file-name.
9596 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
9597
9598 * progmodes/python.el (python-end-of-block): Revert last change.
9599 (python-end-of-statement): Make sure we move *forward*.
9600
9601 2007-05-08 Richard Stallman <rms@gnu.org>
9602
9603 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9604 Don't include non-self-insert commands in the exception for `-'.
9605
9606 2007-05-08 David Reitter <david.reitter@gmail.com>
9607
9608 * progmodes/python.el (python-guess-indent): Check non-nullness
9609 before comparing indent against the 2..8 interval.
9610
9611 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9612
9613 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9614 available.
9615
9616 2007-05-06 Richard Stallman <rms@gnu.org>
9617
9618 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9619
9620 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9623 rather than storing their value in the revert-buffer function.
9624
9625 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9626
9627 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9628 when disabling t-mouse-mode.
9629
9630 2007-05-01 Davis Herring <herring@lanl.gov>
9631
9632 * calendar/timeclock.el: Update version number.
9633 (timeclock-modeline-display): Mention timeclock-use-display-time
9634 in explanatory message.
9635 (timeclock-in): Fix non-interactive workday specifications.
9636 (timeclock-log): Don't kill the log buffer if it already existed.
9637 Suppress warnings when finding the log. Don't check for a nil
9638 project twice. Run hooks after killing the buffer (if applicable).
9639 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9640 was geometric). All uses changed.
9641 (timeclock-generate-report): Support prefix argument.
9642
9643 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9644
9645 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9646 disconnections.
9647
9648 2007-05-01 Romain Francoise <romain@orebokech.com>
9649
9650 * dired-x.el: Revert 2007-04-06 change.
9651
9652 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9653
9654 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9655
9656 2007-04-29 Richard Stallman <rms@gnu.org>
9657
9658 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9659
9660 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9663 than 1.
9664
9665 2007-04-28 Richard Stallman <rms@gnu.org>
9666
9667 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9668
9669 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9670
9671 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9672 don't put stop on toolbar.
9673
9674 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9677
9678 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9679
9680 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9681 instead of $(lisp)/mh-e.
9682
9683 2007-04-28 Glenn Morris <rgm@gnu.org>
9684
9685 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9686 (image-dired-cmd-create-temp-image-options): Replace option
9687 +profile "*" with -strip.
9688
9689 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9692 Use window-start and window-end.
9693
9694 2007-04-27 Andreas Schwab <schwab@suse.de>
9695
9696 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9697
9698 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9699
9700 * textmodes/fill.el (fill-paragraph): Doc fix.
9701
9702 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9703
9704 * locate.el (locate-in-alternate-database): Doc fix.
9705
9706 2007-04-26 Glenn Morris <rgm@gnu.org>
9707
9708 * button.el (button): Use underline if supported, else fall back
9709 to color.
9710
9711 * version.el (emacs-version): Increase to 22.1.50.
9712
9713 2007-04-25 Richard Stallman <rms@gnu.org>
9714
9715 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9716
9717 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9718
9719 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9720 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9721 pushing mark.
9722 (idlwave-current-routine): Don't push mark.
9723
9724 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9725
9726 * image-dired.el (image-dired-display-image): Derive image-type from
9727 filename rather than assuming jpeg, in case no resizing was needed.
9728
9729 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9730
9731 * custom.el (defface): Doc fix.
9732
9733 See ChangeLog.12 for earlier changes.
9734
9735 ;; Local Variables:
9736 ;; coding: iso-2022-7bit
9737 ;; add-log-time-zone-rule: t
9738 ;; End:
9739
9740 Copyright (C) 2007 Free Software Foundation, Inc.
9741
9742 This file is part of GNU Emacs.
9743
9744 GNU Emacs is free software; you can redistribute it and/or modify
9745 it under the terms of the GNU General Public License as published by
9746 the Free Software Foundation; either version 3, or (at your option)
9747 any later version.
9748
9749 GNU Emacs is distributed in the hope that it will be useful,
9750 but WITHOUT ANY WARRANTY; without even the implied warranty of
9751 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9752 GNU General Public License for more details.
9753
9754 You should have received a copy of the GNU General Public License
9755 along with GNU Emacs; see the file COPYING. If not, write to the
9756 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9757 Boston, MA 02110-1301, USA.
9758
9759 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af