]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Move tutorials from etc/ to etc/tutorials/
[gnu-emacs] / lisp / ChangeLog
1 2007-08-22 Glenn Morris <rgm@gnu.org>
2
3 * startup.el (tutorial-directory): New constant.
4 (fancy-splash-text): Tutorials now in tutorial-directory.
5 * tutorial.el (help-with-tutorial): Tutorials now in
6 tutorial-directory.
7
8 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
11 otherwise.
12 (tramp-get-remote-path): New defun. Replace occurences of
13 `tramp-default-remote-path' by this function.
14 (tramp-set-remote-path): Move most of the code to
15 `tramp-get-remote-path'.
16 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
17 existing directories, this is done already in
18 `tramp-get-remote-path'.
19
20 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21
22 * image-file.el (image-file-name-extensions): Add "svg".
23 * image.el (image-type-header-regexps): Add svg entry.
24
25 2007-08-22 Glenn Morris <rgm@gnu.org>
26
27 * files.el (backup-buffer-copy): Check backup directory is
28 writable, to avoid infloop deleting old backup.
29
30 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
31 movemail related variables.
32 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
33 will now be set before this is called.
34
35 2007-08-21 Juri Linkov <juri@jurta.org>
36
37 * delsel.el (delete-selection-pre-hook):
38 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
39 instead of checking last-command.
40
41 2007-08-21 Juri Linkov <juri@jurta.org>
42
43 * loadup.el: Preload "button".
44
45 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
48 Add previous-line and next-line.
49
50 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
51 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
52
53 * vc-hooks.el (vc-menu-entry): New var.
54 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
55 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
56 (vc-menu-map): Declare and initialize in one step.
57 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter
58
59 * menu-bar.el (vc-menu-map): Don't setup any more.
60 Instead, just create the proper spot in the menu.
61
62 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * smerge-mode.el (smerge-resolve): New arg `safe'.
65 (smerge-resolve-all, smerge-batch-resolve): New function.
66 (smerge-refine): Make sure `diff' returns the expected result.
67 (smerge-parsep-re): New const.
68 (smerge-mode): Use it to adjust paragraph-separate.
69
70 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
71 Correctly match / regexp matchers as first char on a line when
72 fontifying only that line.
73
74 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
75
76 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * vc-bzr.el: Don't fiddle with vc-handled-backend.
79 (vc-bzr-registered): Don't redundantly protect against
80 file-error. Actually use the format-specific code.
81 (vc-bzr-buffer-nonblank-p): Remove.
82 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
83
84 2007-08-20 Juri Linkov <juri@jurta.org>
85
86 * startup.el (fancy-splash-text): Change multiple tabs into one
87 tab. Remove "Useful File menu items" section (with "Exit Emacs"
88 and "Recover Crashed Session").
89 (fancy-splash-screens): Set tab-width to 22.
90 (normal-splash-screen): Replace literal tabs with \t and
91 fix whitespace. Remove "Useful File menu items" section (with
92 "Exit Emacs" and "Recover Crashed Session").
93
94 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
95
96 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
97 extracted from `eval-last-sexp-1'.
98 (eval-last-sexp-1): Call `preceding-sexp'.
99
100 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
101
102 * vc-rcs.el (vc-rcs-annotate-command):
103 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
104 Add back :vc-annotate-prefix propertization.
105
106 2007-08-20 Andreas Schwab <schwab@suse.de>
107
108 * mail/rmail.el (rmail-autodetect): Doc fix.
109
110 2007-08-19 Juri Linkov <juri@jurta.org>
111
112 * startup.el (normal-splash-screen): Add more links.
113
114 2007-08-19 Juri Linkov <juri@jurta.org>
115
116 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
117 because it's common to both types of splash screen: fancy and normal.
118 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
119 (exit-splash-screen): Rename from `fancy-splash-quit'.
120 Use `quit-window' instead of `kill-buffer'.
121 (fancy-splash-head): Use make-button to insert GNU image link.
122 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
123 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
124 (normal-splash-screen): Put "Browse manuals" on the same line with
125 "Emacs manual". Remove descriptions from "Useful tasks" and put
126 all links in two columns on two lines.
127
128 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
129
130 * viper.el (viper-remove-hooks): remove some additional viper hooks
131 when the user calls viper-go-away.
132 (viper-go-away): restore the default of default-major-mode.
133 Save the value of default-major-mode before vaperization.
134
135 * viper-cmd.el: Replace error "" with "Viper bell".
136
137 * viper-ex.el: Replace error "" with "Viper bell".
138
139 * ediff-util.el (ediff-make-temp-file): use the coding system of the
140 buffer for which file is created.
141
142 2007-08-19 Glenn Morris <rgm@gnu.org>
143
144 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
145 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
146 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
147 shadow files messing up the compilation.
148
149 2007-08-18 Glenn Morris <rgm@gnu.org>
150
151 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
152 string. Also apply eldoc-argument-case in the help-split-fundoc
153 case. Adapt for changed behavior of eldoc-function-argstring,
154 eldoc-function-argstring-format, and
155 eldoc-highlight-function-argument.
156 (eldoc-highlight-function-argument): Handle nil INDEX argument,
157 just call eldoc-docstring-format-sym-doc in that case.
158 (eldoc-function-argstring): Change the behavior. Now it converts
159 an argument list to a string.
160 (eldoc-function-argstring-format): Change the behavior. Now it
161 applies `eldoc-argument-case' to a string.
162
163 * progmodes/scheme.el (scheme-mode-variables): Set
164 font-lock-comment-start-skip.
165
166 2007-08-18 Martin Rudalics <rudalics@gmx.at>
167
168 * progmodes/ada-mode.el (ada-create-syntax-table): Move
169 set-syntax-table from here to ...
170 (ada-mode): ... here. Do not change global value of
171 comment-multi-line. Call new function
172 ada-initialize-syntax-table-properties and add new function
173 ada-handle-syntax-table-properties to font-lock-mode-hook.
174 (ada-deactivate-properties, ada-initialize-properties): Replace
175 by new functions ...
176 (ada-handle-syntax-table-properties)
177 (ada-initialize-syntax-table-properties)
178 (ada-set-syntax-table-properties): ... to set up syntax-table
179 properties uniformly, independently from whether font-lock-mode
180 is enabled or not. Handle read-only buffers and do not change
181 undo-list when setting syntax-table properties.
182 (ada-after-change-function): Use
183 ada-set-syntax-table-properties.
184
185 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
186
187 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
188 (meta-indent-current-nesting): Use a computation of the nesting
189 instead.
190 (meta-indent-current-indentation): Indentation is given according
191 to nesting and if the previous line was finished or not.
192 (meta-indent-unfinished-line): Tell if the current line ends with
193 a finished expression.
194 (meta-indent-looking-at-code): Like `looking-at', but checks if
195 the point is in a string before.
196 (meta-indent-level-count): Use it. Don't count parenthesis as it's
197 done in the nesting function.
198 (meta-indent-in-string-p): Tell if the current point is in a
199 string.
200 (meta-indent-calculate): Treat b-o-b as a special case. Use the
201 previous functions.
202
203 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
204
205 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
206 (copyright-update-year, copyright-update)
207 (copyright-fix-years): Use it.
208
209 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
210
211 * emacs-lisp/copyright.el (copyright-update-year):
212 Fix bug: Handle nil copyright-limit.
213
214 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
215
216 * calc/calc-units.el (math-standard-units): Give exact
217 conversion for tsp.
218
219 * calc/calc.el (math-bignum-digit-length): Compute the
220 appropriate value.
221
222 * calc/calc-bin.el (math-bignum-logb-digit-size)
223 (math-bignum-digit-power-of-two):
224 * calc/calc-comb.el (math-small-factorial-table):
225 * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e)
226 (math-approx-gamma-const):
227 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
228 (math-besY1, math-bernoulli-b-cache):
229 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
230 Remove `eval-when-compile's.
231
232 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
233
234 * progmode/cperl-mode.el (cperl-look-at-leading-count)
235 (cperl-find-pods-heres): Fix an error when typing expressions like
236 `s{a}{b}'.
237
238 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
239
240 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
241 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
242 a special case (there's no build number).
243
244 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
245
246 * completion.el (symbol-under-point, symbol-before-point)
247 (symbol-before-point-for-complete): Use
248 buffer-substring-no-properties.
249
250 2007-08-17 Glenn Morris <rgm@gnu.org>
251
252 * progmodes/compile.el (compilation-get-file-structure): Make use
253 of the directory part when checking for an existing entry, to
254 handle files with same basename in different directories.
255
256 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
257
258 * calc/calc.el (calc-language-alist): Add texinfo-mode.
259
260 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
261
262 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
263 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
264 (ps-paragraph-spacing): Docstring fix.
265
266 2007-08-16 Glenn Morris <rgm@gnu.org>
267
268 * ps-print.el (ps-font-size): Doc fix.
269
270 2007-08-16 Richard Stallman <rms@gnu.org>
271
272 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
273
274 2007-08-15 Juri Linkov <juri@jurta.org>
275
276 * startup.el (initialization): Change parent group from `internal'
277 to `environment'.
278 (initial-buffer-choice): New variable.
279 (command-line): Revert 2007-07-02 change that sets
280 buffer-offer-save in *scratch* and enables auto-save in it.
281 (fancy-splash-text): Add links to existing items. Add new items
282 with links for useful tasks. Move information about Control-g to
283 fancy-splash-head. Move "Emacs Guided Tour" to the end.
284 (fancy-splash-keymap): New variable.
285 (fancy-splash-last-input-event): Remove variable.
286 (fancy-splash-insert): Add processing of `:link' element.
287 (fancy-splash-head): Replace "Type Control-l to begin editing"
288 with "Type `q' to exit".
289 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
290 (fancy-splash-default-action, fancy-splash-special-event-action):
291 Remove functions.
292 (fancy-splash-quit): New function.
293 (fancy-splash-screens): Rename input arg from `hide-on-input' to
294 `static' and reverse the condition of its usage. Don't preserve
295 original values of `minor-mode-map-alist',
296 `emulation-mode-map-alists', `special-event-map'.
297 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
298 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
299 Remove processing of special events. Use local key map
300 `fancy-splash-keymap'. Set buffer to read-only.
301 (normal-splash-screen): Rename input arg from `hide-on-input' to
302 `static' and reverse the condition of its usage.
303 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
304 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
305 Add links to existing items. Add new items with links for useful
306 tasks. Use local key map `fancy-splash-keymap'.
307 (display-splash-screen): Rename input arg from `hide-on-input' to
308 `static'.
309 (about-emacs): Add alias to display-splash-screen.
310 (command-line-1): Use `initial-buffer-choice'.
311
312 * menu-bar.el (menu-bar-help-menu):
313 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
314 item to about-emacs instead of display-splash-screen.
315
316 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
317
318 * calc/calc-units.el (math-standard-units): Update values.
319 Put in exact, rational values when possible.
320 (math-unit-prefixes): Replace floats with powers of ten.
321 (math-standard-units-systems): Replace floats with integers.
322 (math-make-unit-string): Remove extra spaces in output.
323
324 2007-08-15 Glenn Morris <rgm@gnu.org>
325
326 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
327 sloppier, for the sake of GNU Mailman.
328 (rmail-digest-rfc1153): Initialize `result' correctly.
329
330 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
331
332 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
333 in the mail title. Suggested by Reiner Steib.
334
335 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
336
337 * calc/calc-aent.el (calc-do-quick-calc): Add binary
338 representation of integers to the list of outputs.
339
340 2007-08-14 Glenn Morris <rgm@gnu.org>
341
342 * simple.el (bad-packages-alist): New constant.
343 (bad-package-check): New function. Together, these two add
344 elements to `after-load-alist' to check for problematic external
345 packages.
346 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
347
348 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
349
350 * calc/calc-units.el (math-get-standard-units)
351 (math-get-units,math-make-unit-string)
352 (math-get-default-units,math-put-default-units): New functions.
353 (math-default-units-table): New variable.
354 (calc-convert-units, calc-convert-temperature): Add machinery
355 to supply default values.
356
357 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
360 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
361 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
362 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
363
364 * emulation/tpu-extras.el: Remove spurious * in docstrings.
365 Put its autoloads into tpu-edt.el rather than loaddefs.el.
366 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
367 Make into a proper minor-mode.
368 (tpu-backward-char, tpu-next-line, tpu-previous-line)
369 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
370 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
371 (tpu-set-cursor-free, tpu-set-cursor-bound):
372 Delegate to tpu-cursor-free-mode.
373 (tpu-next-line, tpu-previous-line, tpu-forward-line)
374 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
375 Use line-move or forward-line instead of next-line-internal.
376
377 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
378
379 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
380
381 2007-08-12 Richard Stallman <rms@gnu.org>
382
383 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
384 (cvs-execute-single-file): Use new name split-string-and-unquote.
385 (cvs-header-msg): Use new name combine-and-quote-strings.
386
387 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
388
389 * progmodes/gud.el (gud-common-init): Use new name
390 split-string-and-unquote.
391
392 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
393 in javac regexp.
394
395 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
396 combine-and-quote-strings and split-string-and-unquote.
397
398 * subr.el (combine-and-quote-strings): Rename from strings->string.
399 (split-string-and-unquote): Rename from string->strings.
400
401 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
404 to buffer-local settings.
405
406 * emacs-lisp/backquote.el (backquote-delay-process): New function.
407 (backquote-process): Add internal arg `level'. Use the two to
408 correctly handle nested backquotes.
409
410 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
411
412 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
413 (vc-bzr-state-words): Add "kind changed" state word.
414 (vc-bzr-status): New function. Return Bzr idea of file status,
415 which is different from VC's.
416 (vc-bzr-state): Use vc-bzr-status.
417 (vc-workfile-unchanged-p): Use vc-bzr-status.
418 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
419 (vc-dired-state): Process "kind changed" state word.
420
421 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
424
425 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
426 Move from vc-default-find-file-not-found-hook.
427
428 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * man.el: Remove spurious * in docstrings.
431 Merge defvars and toplevel setq-defaults.
432 (Man-highlight-references0): Limit=nil rather than point-max.
433 (Man-mode-map): Move initialization into the declaration.
434 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
435 (Man-view-header-file): Use expand-file-name rather than concat.
436 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
437
438 * man.el (Man-next-section): Make sure we do not move backward.
439
440 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * files.el (auto-mode-alist): Use the purecopied text (duh!).
443
444 2007-08-08 Glenn Morris <rgm@gnu.org>
445
446 * Replace `iff' in doc-strings and comments.
447
448 2007-08-08 Martin Rudalics <rudalics@gmx.at>
449
450 * dired.el (dired-pop-to-buffer):
451 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
452 * calendar/calendar.el (generate-calendar-window):
453 * progmodes/compile.el (compilation-set-window-height):
454 * textmodes/two-column.el (2C-two-columns, 2C-merge):
455 Use window-full-width-p instead of comparing frame-width and
456 window-width.
457
458 * progmodes/compile.el (compilation-find-buffer): Remove extra
459 argument in call to compilation-buffer-internal-p.
460
461 2007-08-07 Tom Tromey <tromey@redhat.com>
462
463 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
464 Add safe-local-variable property.
465
466 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
467
468 * image-mode.el (image-toggle-display): Use image-refresh.
469
470 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
471
472 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
473 unofficial version.
474 (vc-bzr-command): Remove redundant setting of process-connection-type.
475 (vc-bzr-admin-checkout-format-file): Add autoload.
476 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
477 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
478 (vc-bzr-registered): Compare dirstate format tag with known good
479 value, abort parsing if match fails. Warn user in docstring.
480 (vc-bzr-workfile-version): Case for different Bzr branch formats.
481 See bzrlib/branch.py in Bzr sources.
482 (vc-bzr-diff): First argument FILES may be a string rather than a list.
483 (vc-bzr-shell-command): Remove in favor of
484 vc-bzr-command-discarding-stderr.
485 (vc-bzr-command-discarding-stderr): New function.
486
487 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
488
489 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
490 program, and return nil
491 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
492 (vc-bzr-state): Look for path names relative to the repository
493 root after status keyword.
494 (vc-bzr-file-name-relative): New function.
495 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
496 depend on it.
497 (vc-bzr-admin-dirname, ...-checkout-format-file)
498 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
499 files that we now parse directly for speed.
500 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
501 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
502 (vc-bzr-state): "bzr status" successful only if exitcode is 0
503 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
504 Bzr warnings, so we must discard it.
505 (vc-bzr-workfile-version): Speedup counting lines from
506 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
507 if that file doesn't exist.
508 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
509 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
510 (not ".bzr"!) to `vc-directory-exclusion-list'
511 (vc-bzr-shell-command): New function.
512
513 2007-08-06 Tom Tromey <tromey@redhat.com>
514
515 * diff-mode.el (diff-unified->context, diff-reverse-direction)
516 (diff-fixup-modifs): Typo in docstring.
517
518 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
521 count-screen-lines.
522 (tpu-edt-off): Disable relevant pieces of advice.
523
524 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
525 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
526 (newline, newline-and-indent, do-auto-fill): Use advice instead of
527 redefining the function.
528 (tpu-set-scroll-margins): Activate the pieces of advice.
529
530 2007-08-06 Martin Rudalics <rudalics@gmx.at>
531
532 * help.el (resize-temp-buffer-window): Use window-full-width-p
533 instead of comparing frame-width and window-width.
534
535 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
536
537 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
538 optional quotes around files in NEED-UPDATE . REMOVED case.
539
540 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
541 (ada-treat-cmd-string): Improve error message.
542 (ada-do-file-completion): Call `ada-require-project-file', so
543 project variables are set properly.
544 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
545 (ada-gnatfind-buffer-name): New constant.
546 (ada-find-any-references): Use new constant. Set buffer name
547 properly in compilation-start. Toggle read-only properly.
548 (ada-find-in-src-path): Fix spelling error in docstring.
549
550 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
551 by zero error.
552
553 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
556
557 2007-08-12 Richard Stallman <rms@gnu.org>
558
559 * progmodes/sh-script.el (sh): Delete group `unix'.
560
561 * progmodes/gud.el (gud): Change to group `processes'.
562
563 2007-08-11 Glenn Morris <rgm@gnu.org>
564
565 * progmodes/compile.el (compilation-buffer-name): Don't check
566 compilation-arguments. It is superfluous, and the variable isn't
567 even set when this function is called.
568
569 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
570
571 * term/mac-win.el (mac-ae-reopen-application): New function.
572 (mac-apple-event-map): Bind "reopen application" Apple event to it.
573
574 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
577 take tex-font-script-display into account.
578 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
579 cell to a list of 2 elements to simplify the unfontify code.
580
581 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
582
583 * url/url-auth.el (url-basic-auth): When prompting for username
584 and password, default to the username and password in the URL.
585
586 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
587
588 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
589 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
590 ps-print-color-p is neither nil nor black-white. Reported by Christian
591 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
592
593 2007-08-08 Andreas Schwab <schwab@suse.de>
594
595 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
596 self-insert-command, not self-insert.
597
598 2007-08-08 Glenn Morris <rgm@gnu.org>
599
600 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
601 argument optional, for backwards compatibility, and only highlight
602 args when present. Fix symbol name typo (doc/args).
603
604 * help-mode.el (help-make-xrefs): Search for symbol constituents,
605 rather than just `-'.
606
607 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
608
609 * calc/calc-units.el (calc-convert-temperature):
610 Use `/' to create fractions.
611
612 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
613
614 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
615 global matching.
616 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
617 ERROR-BUFFER more robust. Display output.
618 (tramp-file-name-handler): Add a connection property when we found
619 a foreign file name handler. This allows backends like ftp to
620 profit also from usr/host name completion based on connection
621 cache.
622 (tramp-send-command-and-read): Search for trash after the regexp
623 until eol only. In XEmacs, there is a problem with \n.
624
625 * net/tramp-cache.el (top): Read persistent connection history
626 when cache is empty.
627
628 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
629
630 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
631 resulting output.
632
633 2007-08-07 Sam Steingold <sds@gnu.org>
634
635 * progmodes/compile.el (compilation-start): Pass nil as startfile
636 to comint-exec.
637
638 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
639
640 * longlines.el (longlines-decoded): New variable.
641 (longlines-mode): Avoid encoding or decoding the buffer twice.
642
643 2007-08-07 Martin Rudalics <rudalics@gmx.at>
644
645 * format.el (format-insert-file): Make sure that at most one undo
646 entry is recorded for the insertion. Inhibit point-motion and
647 modification hooks around call to insert-file-contents.
648
649 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
652 Select the buffer's window before moving point.
653
654 2007-08-07 Richard Stallman <rms@gnu.org>
655
656 * term.el (term): Remove parent group `unix'.
657
658 * simple.el (default-indent-new-line): New function.
659 It calls comment-line-break-function if there are comments.
660 (do-auto-fill): Use that.
661
662 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
663
664 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
665 (PC-do-completion): Add "acronym completion" for symbols and
666 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
667
668 2007-08-06 Sam Steingold <sds@gnu.org>
669
670 * mouse.el (mouse-buffer-menu): Pass mode-name through
671 format-mode-line because it may be a list,
672 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
673
674 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
675
676 * printing.el (pr-update-menus): Docstring fix.
677
678 2007-08-06 Jason Rumney <jasonr@gnu.org>
679
680 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
681
682 * vc-hooks.el (vc-call): Add doc string.
683
684 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
685
686 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
687 process-filter.
688
689 2007-08-06 Kenichi Handa <handa@m17n.org>
690
691 * international/quail.el: Wrap (require 'help-mode) by
692 eval-when-compile.
693 (quail-help-init): New function.
694 (quail-help): Call quail-help-init.
695 (quail-store-decode-map-key): Change it to a function.
696
697 2007-08-05 Jason Rumney <jasonr@gnu.org>
698
699 * vc.el (vc-rollback): Add norevert argument back.
700 (vc-revert-buffer): Add back as obsolete alias.
701
702 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
703
704 * term.el: Honor term-default-fg-color and term-default-bg-color
705 settings when modifying term-current-face.
706 (term-default-fg-color, term-default-bg-color): Initialize from
707 default term-current-face.
708 (term-mode, term-reset-terminal): Set term-current-face with
709 term-default-fg-color and term-default-bg-color.
710 (term-handle-colors-array): term-current-face has term-default-fg-color
711 and term-default-bg-color after reset escape sequence.
712 (term-handle-colors-array): Set term-current-color with
713 term-default-fg/bg-color instead of ansi-term-color-vector when the
714 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
715
716 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
717
718 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
719 (math-nlfit-givens): Let bind free variables.
720
721 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
722
723 * printing.el: Require lpr and ps-print when loading printing package.
724 Reported by Glenn Morris <rgm@gnu.org>.
725
726 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
727
728 * files.el (set-auto-mode): Handle also remote files wrt
729 `auto-mode-alist'.
730
731 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
732
733 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
734 curves and plotting.
735
736 * calc/calc-nlfit.el: New file.
737
738 2007-08-04 Glenn Morris <rgm@gnu.org>
739
740 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
741 zero, not nil, when the library is first loaded. Check for a file
742 that has been modified on disk.
743
744 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
745 Remove duplicate defvar preventing initialization.
746 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
747
748 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
751 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
752 may match up to 4 lines.
753 (diff-beginning-of-file-and-junk): Rewrite.
754
755 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
756
757 * printing.el: Evaluate require only during compilation.
758 (pr-version): New version 6.9.1.
759 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
760 (pr-global-menubar): Fix code.
761
762 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
763
764 * term.el (term-erase-in-display): Fix case when point is not at
765 the beginning of the line.
766
767 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
768
769 * calc/calc-ext.el (math-get-value, math-get-sdev)
770 (math-contains-sdev): New functions.
771
772 * calc/calc-graph.el (calc-graph-format-data)
773 (calc-graph-add-curve): Check for error forms.
774 (calc-graph-set-styles): Add option for error forms.
775
776 2007-08-03 Miles Bader <miles@gnu.org>
777
778 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
779 backend names for new backends to `Git', `Hg', and `Bzr'.
780 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
781 not `HG'.
782 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
783 name, not `GIT'.
784 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
785 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
786
787 2007-08-03 Richard Stallman <rms@gnu.org>
788
789 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
790 to update deleted flag.
791
792 * cus-edit.el (customize-apropos, customize-apropos-options)
793 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
794
795 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
796
797 * startup.el (fancy-splash-head, startup-echo-area-message):
798 Change message text.
799
800 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
801 All callers use line-move.
802
803 * progmodes/compile.el (compilation-find-buffer): Return current
804 buffer immediately if suitable.
805 (compile, compilation-buffer-name, compilation-start): Doc fixes.
806
807 2007-08-03 Daiki Ueno <ueno@unixuser.org>
808
809 * faces.el (face-normalize-spec): New function.
810 (frame-set-background-mode): Normalize face-spec before calling
811 face-spec-match-p.
812
813 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * server.el (server-window): Add switch-to-buffer-other-frame option.
816
817 2007-08-03 Glenn Morris <rgm@gnu.org>
818
819 * cus-edit.el (customize-apropos): Make the error message indicate
820 what kind of thing the user was trying to customize.
821
822 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
823
824 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
825 Fix off-by-one error in previous change.
826
827 2007-08-03 Drew Adams <drew.adams@oracle.com>
828
829 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
830 Make buffer writable.
831
832 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
833
834 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
835 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
836 Use native Emacs functions, when appropriate.
837
838 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
839 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * vc.el: Document new VC operation `extra-menu'.
842
843 * vc-hooks.el (vc-default-extra-menu): New function.
844
845 * menu-bar.el (menu-bar-vc-filter): New function.
846 (menu-bar-tools-menu): Use it as a filter.
847
848 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
849
850 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
851
852 2007-08-01 Glenn Morris <rgm@gnu.org>
853
854 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
855 strings.
856 (fortran-tab-mode-default): Remove needless autoload.
857 (fortran-tab-mode-string): Add help-echo and mouse properties, and
858 mark as risky.
859 (fortran-line-length): New buffer-local variable, safe if integer.
860 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
861 Change from variables to constants.
862 (fortran-font-lock-syntactic-keywords): Delete as a variable,
863 replace with a new function definition.
864 (fortran-mode): Use fortran-line-length, and
865 fortran-font-lock-syntactic-keywords as a function. Add a
866 hack-local-variables-hook function.
867 (fortran-line-length, fortran-hack-local-variables): New functions.
868 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
869 Use fortran-line-length rather than 72.
870 (fortran-window-create-momentarily): Doc fix.
871
872 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
873
874 * cus-edit.el (custom-group-value-create, custom-goto-parent):
875 Fix parent groups link.
876
877 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
878
879 * progmodes/python.el (python-current-defun): Adjust to never fall
880 into infinite loop.
881
882 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
885
886 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
887
888 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
889 (copyright-fix-years, copyright): Correctly handle the case where
890 copyright-limit is nil.
891
892 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
893
894 * progmodes/python.el (run-python): Fix path separator under w32.
895
896 2007-07-30 Richard Stallman <rms@gnu.org>
897
898 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
899 Treat non-break space as whitespace in Lisp.
900
901 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * vc.el (vc-dired-hook): Use inhibit-read-only.
904
905 * progmodes/compile.el (compilation-forget-errors):
906 Reset compilation-auto-jump-to-next.
907
908 2007-07-30 Michael Olson <mwolson@gnu.org>
909
910 * cus-edit.el (custom-group-save): Fix void function definition
911 error. Thanks to Zhang Wei for the report.
912
913 * ps-print.el: Check in trivial changes to the autoloads section
914 caused by the build process. These autoloads really ought to be
915 placed in a separate file, methinks.
916
917 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * calendar/calendar.el (calendar-mode): Make sure
920 displayed-(month|year) are set.
921 (calendar-basic-setup): Display buffer before adjusting window sizes.
922 (generate-calendar-window): Use inhibit-read-only. Simplify.
923 Generate buffer and set displayed-month and displayed-year before
924 calling update-calendar-mode-line.
925
926 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
927
928 * net/tramp.el:
929 * net/tramp-uu.el:
930 * net/trampver.el: Use utf-8 encoding with coding cookie.
931
932 * net/tramp-cache.el:
933 * net/tramp-fish.el:
934 * net/tramp-ftp.el:
935 * net/tramp-gw.el:
936 * net/tramp-smb.el: Remove coding cookie.
937
938 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
939 Flush buffer file-name's file property.
940 (tramp-handle-file-remote-p): The first parameter is FILENAME.
941
942 * net/trampver.el: Update release number.
943
944 2007-07-29 Juri Linkov <juri@jurta.org>
945
946 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
947 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
948 when major-mode is not dired-mode.
949 (dired-toggle-read-only): New function.
950 (dired-recursive-deletes): Remove obsolete comments about old
951 default value.
952 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
953
954 * wdired.el (wdired-exit): New function.
955 (wdired-mode-map): Bind C-x C-q to wdired-exit.
956
957 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * cus-edit.el (customize-read-group): New fun.
960 (customize-group-other-window, customize-face-other-window):
961 Prompt before delegating to customize-(group|face).
962 Bind pop-up-windows rather than use the other-window argument.
963 (customize-group, customize-face): Prompt from the interactive spec.
964 Remove args `prompt-for-group' and `other-window'.
965
966 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
967 (ad-body-forms, ad-advised-interactive-form): Revert this part of
968 last change.
969
970 2007-07-28 Masatake YAMATO <jet@gyve.org>
971
972 * vc.el (vc-dired-mode): Add a menu for VC related operation.
973 Use backend name as the menu label. Suggested by David Kastrup.
974
975 2007-07-28 Alan Mackenzie <acm@muc.de>
976
977 Fix problem with modes derived from CC Mode:
978 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
979 macro to cc-langs.
980 (c-init-language-vars-for): Remove call to above macro.
981 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
982 been moved to here.
983 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
984
985 2007-07-28 Eli Zaretskii <eliz@gnu.org>
986
987 * net/trampver.el: Fix the `coding' cookie.
988
989 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
990
991 * vc-git.el (vc-git-print-log): Support both the old single file
992 interface and the new one.
993
994 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
995
996 * bindings.el (mode-line-remote): Use updated %@ construct.
997
998 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
1001 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
1002 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
1003 (diary-list-bahai-entries, diary-bahai-mark-entries)
1004 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
1005 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1006 New names to clean up namespace.
1007 (list-bahai-diary-entries, mark-bahai-diary-entries)
1008 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1009 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
1010 Add compatibility aliases.
1011
1012 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
1013
1014 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
1015 (calendar-scroll-left-three-months)
1016 (calendar-scroll-right-three-months): Clean up namespace.
1017 (scroll-calendar-left, scroll-calendar-right)
1018 (scroll-calendar-left-three-months)
1019 (scroll-calendar-right-three-months): Add compatibility aliases.
1020
1021 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
1022 Behave like mouse-scroll-calendar-* when used from the mouse.
1023
1024 * calendar/cal-menu.el (cal-menu-scroll-menu)
1025 (cal-menu-global-mouse-menu):
1026 * calendar/calendar.el (calendar-mode-map):
1027 Use new calendar-scroll-* names.
1028 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
1029 Remove. Use calendar-scroll-* directly instead.
1030
1031 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
1034 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
1035 (ad-make-advised-definition, ad-cache-id-verification-code):
1036 Use commandp and interactive-form instead.
1037
1038 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1039
1040 * vc-git.el: Relicense to GPLv3 or later.
1041 (vc-directory-exclusion-list, vc-handled-backends): Remove.
1042
1043 * vc-hooks.el (vc-handled-backends): Add GIT.
1044
1045 * vc.el (vc-directory-exclusion-list): Add .git.
1046
1047 2007-07-26 Alexandre Julliard <julliard@winehq.org>
1048
1049 * vc-git.el (vc-git-revision-table)
1050 (vc-git-revision-completion-table): New functions.
1051
1052 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1053
1054 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
1055 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
1056 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
1057 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
1058 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
1059 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
1060 New command actions for EPS header and EPS footer.
1061
1062 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
1063 footer. Fix some problems with one-or-more, zero-or-more and
1064 alternative constructions generation. Some log messages
1065 implementation. Doc fix.
1066 (ebnf-version): New version 4.4.
1067 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
1068 (ebnf-eps-footer, ebnf-log): New options.
1069 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
1070 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
1071 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
1072 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
1073 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
1074 (ebnf-style-custom-list, ebnf-style-database): Put new values.
1075 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
1076 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
1077 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
1078 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
1079 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
1080 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
1081 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
1082 (ebnf-non-terminal-dimension, ebnf-special-dimension)
1083 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
1084 (ebnf-except-dimension, ebnf-alternative-dimension)
1085 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
1086 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
1087 message fun.
1088 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
1089 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
1090 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
1091 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
1092 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
1093 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
1094 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
1095 compatibility with Emacs 20 & 21.
1096 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
1097 (ebnf-eps-file-alist, ebnf-basic-width-extra)
1098 (ebnf-basic-empty-height): New vars.
1099 (ebnf-prologue): Fix PostScript code.
1100 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
1101 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
1102 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
1103 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
1104
1105 2007-07-25 Glenn Morris <rgm@gnu.org>
1106
1107 * Relicense all FSF files to GPLv3 or later.
1108
1109 * COPYING: Switch to GPLv3.
1110
1111 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1114 Replace it with another one which disables undo before calling
1115 erase-buffer and then turns it back on if needed.
1116
1117 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1118
1119 * ps-print.el: Problem with foreground and background color when
1120 printing a buffer with and without faces. Reported by Christian
1121 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1122 (ps-print-version): New version 6.7.5.
1123 (ps-default-fg): Change default value to nil, so black color is used
1124 when a face does not specify a foreground color.
1125 (ps-default-bg): Change default value to nil, so white color is used
1126 for background color.
1127 (ps-begin-job): Fix code.
1128
1129 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1132
1133 2007-07-24 Glenn Morris <rgm@gnu.org>
1134
1135 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1136 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1137 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1138 (cal-tex-cursor-week, cal-tex-cursor-week2)
1139 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1140 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1141 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1142 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1143
1144 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * calendar/calendar.el (calendar-mode-map): Move initialization
1147 into declaration. Add menu bindings (used to be done in cal-menu).
1148 (calendar-mode): Don't add an activate-menubar-hook.
1149
1150 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
1151 modify calendar-mode-map), use easy-menu, and make sure that C-h k
1152 can be used on the menu entries.
1153 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
1154 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
1155 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
1156 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
1157 (calendar-flatten, cal-menu-update): Remove.
1158 (calendar-mouse-insert-hebrew-diary-entry)
1159 (calendar-mouse-insert-islamic-diary-entry)
1160 (calendar-mouse-insert-bahai-diary-entry):
1161 Remove (fold into cal-menu-diary-menu).
1162 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
1163 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
1164 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
1165 (calendar-mouse-view-diary-entries): Minor simplifications.
1166 (calendar-event-to-date): Use with-current-buffer.
1167
1168 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1169
1170 * add-log.el (change-log-redate): Remove (not needed anymore and
1171 doesn't appear to work).
1172
1173 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * frame.el: Use mapc and dolist instead of mapcar where possible.
1176 (close-display-connection): New command.
1177
1178 2007-07-25 Alexandre Julliard <julliard@winehq.org>
1179
1180 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
1181 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
1182
1183 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1184
1185 * ps-print.el (ps-multibyte-buffer): Docstring fix.
1186
1187 * ps-mule.el: Doc fix.
1188 (ps-multibyte-buffer, ps-mule-font-info-database-default)
1189 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
1190
1191 2007-07-25 Glenn Morris <rgm@gnu.org>
1192
1193 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
1194 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
1195 (cal-tex-daily-end, cal-tex-hook)
1196 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
1197 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
1198 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1199 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1200 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
1201 (cal-tex-day-prefix, cal-tex-day-name-format)
1202 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
1203 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
1204 (cal-tex-LaTeX-subst-list): Change from variables to constants.
1205 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
1206 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
1207 etc, rather than \bf.
1208 (cal-tex-mini-calendar): Fix typos in previous change.
1209 (cal-tex-latexify-list): Remove inner let binding.
1210 (cal-tex-end-document, cal-tex-banner): Use multi-line
1211 cal-tex-comment.
1212 (cal-tex-comment): Handle embedded newlines.
1213 (cal-tex-LaTeXify-string): Use substring-no-properties.
1214
1215 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
1216
1217 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1218 Add support for the Maden build tool.
1219
1220 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
1221
1222 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
1223
1224 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1227
1228 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1229
1230 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
1231 C-x C-q.
1232
1233 * vc-git.el (vc-git-print-log): Fix previous change.
1234
1235 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * window.el (save-selected-window): Minor optimization.
1238 (bw-adjust-window): If operation failed, try with a smaller delta.
1239 (window-fixed-size-p): New function.
1240 (window-area-factor): New var.
1241 (balance-windows-area): New command.
1242
1243 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
1244 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
1245 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
1246 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
1247 (ps-mule-begin-job): Use dolist.
1248
1249 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * subr.el (start-file-process-shell-command)
1252 (process-file-shell-command): New defuns.
1253
1254 * progmodes/compile.el (compilation-start):
1255 Apply `start-file-process-shell-command'.
1256
1257 2007-07-24 Alexandre Julliard <julliard@winehq.org>
1258
1259 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
1260
1261 2007-07-24 Alan Mackenzie <acm@muc.de>
1262
1263 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1264 Initialise byte-compile-unresolved-functions before rather than
1265 after a compilation.
1266 (byte-compile-unresolved-functions): Amplify doc string.
1267
1268 2007-07-24 Glenn Morris <rgm@gnu.org>
1269
1270 * startup.el (normal-splash-screen): Use `emacs-copyright'.
1271
1272 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1273 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1274 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1275 (cal-tex-cursor-week, cal-tex-cursor-week2)
1276 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1277 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1278 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1279 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1280
1281 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
1282 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
1283 (cal-tex-day-name-format, cal-tex-cal-one-month)
1284 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
1285 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
1286 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
1287 (cal-tex-list-holidays, cal-tex-cursor-year)
1288 (cal-tex-cursor-year-landscape, cal-tex-year)
1289 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
1290 (cal-tex-cursor-month, cal-tex-insert-days)
1291 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1292 (cal-tex-first-blank-p, cal-tex-cursor-week)
1293 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1294 (cal-tex-week-hours, cal-tex-cursor-week-monday)
1295 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
1296 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1297 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
1298 (cal-tex-latexify-list, cal-tex-previous-month)
1299 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
1300 modernization, including using dotimes rather than
1301 calendar-for-loop.
1302 (cal-tex-LaTeX-subst-list): Remove `@'.
1303 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
1304 Use \textit and \textbf rather than \em and \it.
1305
1306 * calendar/cal-bahai.el (list-bahai-diary-entries)
1307 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
1308 * calendar/cal-islam.el (list-islamic-diary-entries)
1309 * calendar/calendar.el (generate-calendar, generate-calendar-month)
1310 * calendar/diary-lib.el (diary-list-entries)
1311 (mark-calendar-date-pattern): Use `dotimes' rather than
1312 `calendar-for-loop'.
1313
1314 * calendar/calendar.el (calendar-for-loop): Doc fix.
1315
1316 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1319 underlying file is uptodate.
1320
1321 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
1322
1323 * replace.el (perform-replace): Use isearch-no-upper-case-p.
1324
1325 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * vc-hooks.el (vc-mode-line-map): New const.
1328 (vc-mode-line): Use it.
1329
1330 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1331
1332 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
1333 (vc-git-unregister): New functions.
1334 (vc-git-find-version): Use the result of ls-files as a parameter
1335 for cat-file.
1336
1337 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp.el (tramp-perl-file-attributes)
1340 (tramp-perl-directory-files-and-attributes)
1341 (tramp-handle-file-attributes-with-stat)
1342 (tramp-handle-directory-files-and-attributes-with-stat)
1343 (tramp-convert-file-attributes): Handle huge file sizes.
1344
1345 2007-07-23 Juri Linkov <juri@jurta.org>
1346
1347 * isearch.el (isearch-message-function): New variable.
1348 (isearch-update, isearch-search): Use it.
1349
1350 * simple.el (goto-history-element): New function created from
1351 next-history-element.
1352 (next-history-element): Most code moved to goto-history-element.
1353 Call goto-history-element with (- minibuffer-history-position n).
1354 (previous-history-element): Call goto-history-element with (+
1355 minibuffer-history-position n).
1356 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
1357 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
1358 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
1359 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
1360 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
1361 (minibuffer-history-isearch-pop-state): New functions.
1362
1363 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1364
1365 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
1366 Also, if FILE is a list, return non-nil if any of its elements
1367 should stay local. Update docstring.
1368
1369 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
1372 change by reverting a small part.
1373
1374 2007-07-23 Richard Stallman <rms@gnu.org>
1375
1376 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1377
1378 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
1381 handling it. Use vc-git-command.
1382 (vc-git-find-version, vc-git-diff-tree): New functions.
1383 (vc-git-revert): Use vc-git-command.
1384 (vc-git--run-command): Delete.
1385
1386 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1387
1388 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
1389
1390 2007-07-20 Kenichi Handa <handa@m17n.org>
1391
1392 * international/utf-8.el (utf-8-post-read-conversion):
1393 Temporarily bind utf-8-compose-scripts to nil while running
1394 *-compose-region functions.
1395
1396 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * vc-git.el: Update status.
1399 (vc-directory-exclusion-list): Use eval-after-load.
1400
1401 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
1402
1403 * bindings.el (mode-line-remote): New variable.
1404 (help-echo): Add to default values of mode-line-format.
1405
1406 * files.el: Mark mode-line-remote as risky.
1407
1408 2007-07-22 Juri Linkov <juri@jurta.org>
1409
1410 * isearch.el (isearch-edit-string): Save old point and
1411 isearch-other-end to old-point and old-other-end before reading
1412 the search string from minibuffer. After exiting minibuffer set
1413 point to old-other-end if point and the search direction is the
1414 same as before reading the search string.
1415 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1416 to isearch-other-end. Instead of isearch-search-and-update call
1417 three functions isearch-search, isearch-push-state and isearch-update.
1418
1419 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1420
1421 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
1422 deal with multiple file arguments.
1423 (vc-git-print-log): Deal with multiple file arguments.
1424
1425 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
1428 diff-refine-hunk. Adjust users.
1429 (diff-unified-hunk-p, diff-splittable-p): New functions.
1430 (diff-mode-menu): Use it to disable Split when it doesn't work.
1431
1432 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1433
1434 * diff-mode.el (diff-mode-menu): New entries.
1435
1436 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
1439 if applicable, so as to save undo-log space.
1440
1441 * diff-mode.el (diff-find-file-name): Add arg `batch'.
1442
1443 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1444 (diff-file-kill): Use it.
1445 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1446 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1447 Use it so they find the hunk even when we're in the file header.
1448
1449 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1450
1451 * vc-git.el (vc-git-revision-granularity, vc-git-root)
1452 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
1453 (vc-git-create-repo): New functions.
1454 (vc-git-registered): New autoloaded function definition.
1455 (vc-git-registered): Use vc-git-root.
1456 (vc-git-responsible-p): New defalias.
1457 (vc-git-annotate-extract-revision-at-line): Uncomment.
1458 (vc-git-print-log): Add the file name to the log.
1459 (vc-git-log-view-mode): New derived mode.
1460 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
1461
1462 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1463
1464 * progmodes/grep.el (grep-compute-defaults): Keep default values.
1465
1466 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1467
1468 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1469 file in a way that does not interfere with recentf mode.
1470 (reftex-access-parse-file): Do not risk destroying an existing
1471 buffer.
1472
1473 2007-07-22 Alexandre Julliard <julliard@winehq.org>
1474
1475 * vc-git.el: New file.
1476
1477 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * textmodes/tex-mode.el (tex-font-script-display): Change default.
1480
1481 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1482
1483 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
1484 for branches and new files.
1485
1486 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
1487 local-map handling ...
1488 (vc-mode-line): ... here. Improve handling of help-echo.
1489
1490 * vc.el (mode-line-string): Document help-echo usage.
1491
1492 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1493
1494 Sync with Tramp 2.1.10.
1495
1496 * net/tramp.el (tramp-get-ls-command): Fyx typo.
1497
1498 * net/trampver.el: Update release number.
1499
1500 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1501
1502 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1503
1504 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1505
1506 2007-07-22 Martin Rudalics <rudalics@gmx.at>
1507
1508 * add-log.el (change-log-fill-parenthesized-list): New function.
1509 (change-log-indent): Call change-log-fill-parenthesized-list.
1510 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
1511 Have lines with leading asterisk start a paragraph.
1512
1513 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1514
1515 * calc/calc-math.el (math-emacs-precision)
1516 (math-largest-emacs-expt, math-smallest-emacs-expt):
1517 New variables.
1518 (math-use-emacs-fn): New function.
1519 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
1520 appropriate.
1521
1522 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1523
1524 * image-dired.el (image-dired-sane-db-file): New func.
1525 (image-dired-write-tags, image-dired-remove-tag)
1526 (image-dired-list-tags, image-dired-write-comments)
1527 (image-dired-get-comment, image-dired-mark-tagged-files)
1528 (image-dired-create-gallery-lists): Call new func.
1529 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1530
1531 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1532
1533 * vc-hg.el (vc-hg-dir-state): Fix loop.
1534 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1535 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1536 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1537 (vc-hg-revert): Likewise.
1538 (vc-hg-revision-table, vc-hg-revision-completion-table): New
1539 functions.
1540
1541 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * add-log.el (change-log-resolve-conflict): Don't lose data if the
1544 merge fails.
1545
1546 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1547
1548 * progmodes/compile.el (compilation-auto-jump-to-first-error):
1549 Add group and version.
1550
1551 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * add-log.el (add-log-file-name): Use file-relative-name.
1554 (add-change-log-entry): Delay reading
1555 add-log-(full-name|mailing-address) to after we've switched to the
1556 ChangeLog buffer so we get the right value.
1557 (add-change-log-entry, add-log-current-defun, change-log-merge):
1558 Use derived-mode-p rather than checking major-mode directly.
1559
1560 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1561 name for buffer-file-name if it refers to a directory.
1562
1563 * vc-arch.el (vc-arch-diff): Fix last change.
1564
1565 * progmodes/compile.el (compilation-start): Remember the original
1566 directory in a buffer-local compilation-directory.
1567 (compile): Set the global value of compilation-directory.
1568 (recompile): Use compilation-directory even in the compilation buffer.
1569
1570 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1571
1572 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1573
1574 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1575
1576 * ps-print.el: Problem with foreground and background color when
1577 printing a buffer with and without faces. Reported by Christian
1578 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1579 (ps-print-version): New version 6.7.5.
1580 (ps-default-fg): Change default value to nil, so black color is used
1581 when a face does not specify a foreground color.
1582 (ps-default-bg): Change default value to nil, so white color is used
1583 for background color.
1584 (ps-begin-job): Fix code.
1585
1586 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1587
1588 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
1589 in $(INSTALL_DIR)/lisp/ if they already exist.
1590
1591 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1592
1593 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
1594 in $(INSTALL_DIR)/lisp/ if they already exist.
1595
1596 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * progmodes/vera-mode.el (vera-re-search-forward)
1599 (vera-re-search-backward): Remove use of store-match-data.
1600 (vera-mode-map): Move initialization into declaration.
1601
1602 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
1603 (flymake-find-buildfile): Use locate-dominating-file.
1604
1605 * vc.el (vc-delistify): Use mapconcat.
1606 (vc-do-command): Minor simplification.
1607 (vc-expand-dirs): Use push.
1608
1609 * vc-mcvs.el (vc-mcvs-create-repo):
1610 * vc-cvs.el (vc-cvs-create-repo): Remove.
1611
1612 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
1613 directory and the root as well.
1614
1615 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1616
1617 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
1618 instead of a file.
1619
1620 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
1621 (vc-hg-registered): Replace if with when.
1622 (vc-hg-state): Deal with nonexistent files and handle removed files.
1623 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1624 (vc-hg-checkout): Re-enable.
1625 (vc-hg-create-repo): Fix typos.
1626 (vc-hg-print-log): Fix for multiple files.
1627 (vc-hg-workfile-unchanged-p): New function.
1628
1629 * vc.el: Fix typo.
1630 (vc-print-log): Fix call to print-log.
1631 (vc-default-comment-history): Likewise.
1632 (vc-directory-exclusion-list): Add .hg and .bzr.
1633 (vc-diff-internal): Pass a list instead of a file.
1634
1635 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
1636
1637 * vc-bzr.el (vc-bzr-create-repo): New function.
1638
1639 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1642 `file' from which to start the search.
1643
1644 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
1645
1646 * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
1647
1648 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * files.el (locate-dominating-file): New function.
1651
1652 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
1655 (grep-compute-defaults): Use it.
1656
1657 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * uniquify.el: Docstring fixes.
1660
1661 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1662
1663 * vc-hooks.el: Generalize stay-local-p to operate on lists of
1664 files. Change two keybindings to point to new function names.
1665 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
1666 vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
1667 * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
1668
1669 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1672 (follow-delete-other-windows-and-split, follow-recenter)
1673 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1674 (follow-redisplay, follow-estimate-first-window-start)
1675 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1676 Fix typos in docstrings.
1677
1678 2007-07-18 Martin Rudalics <rudalics@gmx.at>
1679
1680 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
1681 avoid that filling introduces lines with a single asterisk.
1682
1683 * kmacro.el (kmacro-end-macro): When ignoring empty macro
1684 avoid incorrect kmacro-ring-empty-p messages.
1685 Reported by Michael Schierl <schierlm@gmx.de>.
1686
1687 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * vc.el: Add more info about the vc-registered function.
1690
1691 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * files.el (file-remote-p): Introduce optional parameter
1694 IDENTIFICATION.
1695
1696 * recentf.el (recentf-keep-default-predicate): Adapt call of
1697 `file-remote-p'.
1698
1699 * progmodes/grep.el (grep-probe): Use `process-file'.
1700 (grep-compute-defaults): Handle variables host specific.
1701
1702 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
1703 parameter IDENTIFICATION.
1704
1705 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1706 parameter IDENTIFICATION.
1707 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
1708 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1709 Add entry for `set-file-times'.
1710 (tramp-do-copy-or-rename-file-via-buffer)
1711 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
1712 (tramp-handle-unhandled-file-name-directory): Rewrite.
1713 (tramp-convert-file-attributes): Add error handling when inode is
1714 extraordinary big.
1715 (tramp-get-inode): Change parameter from FILE to VEC.
1716 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
1717 is nil. This is according to the specification. Goto (point-max)
1718 when ready.
1719 (tramp-handle-shell-command): Rewrite completely, using
1720 `process-file' and `start-file-process'.
1721 (tramp-methods, tramp-find-shell)
1722 (tramp-open-connection-setup-interactive-shell)
1723 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
1724 var. Reported by Steve Youngs <steve@sxemacs.org>.
1725
1726 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
1727 entry for `set-file-times'. Rename `start-process' into
1728 `start-file-process'. Remove `call-process' entry.
1729 (tramp-fish-handle-set-file-times): New defun.
1730 (tramp-fish-handle-executable-find): Use `process-file'.
1731 (tramp-fish-handle-process-file): New defun. Replaces
1732 `tramp-fish-handle-call-process'.
1733 (tramp-fish-do-copy-or-rename-file-directly): Use
1734 `set-file-times'.
1735 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
1736
1737 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
1738 `tramp-get-inode' parameter.
1739
1740 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
1743 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
1744 nowadays, and by the time Emacs-23 comes out, nobody will even remember
1745 it has ever existed.
1746
1747 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1748
1749 * vc.el: Undo previous change.
1750
1751 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1752
1753 * makefile.w32-in (clean): Don't delete *~.
1754
1755 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * textmodes/tex-mode.el (tex-verbatim-environments):
1758 Add safe-local-variable property.
1759 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
1760 when starting font-lock rather than when loading tex-mode.el.
1761
1762 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
1763 whole $( rather than just the $. Rename from sh-quoted-subshell.
1764 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
1765
1766 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1767
1768 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
1769 bookmark-alist. Instead, if not sorting, simply return it.
1770 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1771 for its return value, not for its side effect.
1772
1773 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1774 case of alignment under a constant symbol, find and consider
1775 the sexp actually at indentation to be the "last sexp".
1776
1777 2007-07-16 Drew Adams <drew.adams@oracle.com>
1778
1779 * mouse.el (mouse-yank-secondary): Better error message if no
1780 secondary selection.
1781
1782 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1783
1784 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
1785
1786 * term/xterm.el (xterm-turn-on-modify-other-keys)
1787 (xterm-turn-off-modify-other-keys): New functions.
1788 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
1789 terminal supports it.
1790
1791 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1792
1793 * bookmark.el (bookmark-show-all-annotations):
1794 Make sure each inserted annotation ends with newline.
1795
1796 2007-07-15 Richard Stallman <rms@gnu.org>
1797
1798 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1799
1800 * tutorial.el (tutorial--find-changed-keys):
1801 Handle C-x specially like ESC.
1802
1803 2007-07-15 Aaron Hawley <aaronh@garden.org>
1804
1805 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1806
1807 2007-07-15 Juri Linkov <juri@jurta.org>
1808
1809 * delsel.el (delete-selection-pre-hook):
1810 * emulation/cua-base.el (cua-paste): Before a yank command,
1811 check also whether last-command is one of mouse-save-then-kill,
1812 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
1813
1814 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
1815
1816 * recentf.el (recentf-keep-default-predicate): New defun.
1817 (recentf-keep): Use it as initial value.
1818
1819 2007-07-15 Karl Fogel <kfogel@red-bean.com>
1820
1821 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
1822 thus restoring bookmark bindings to three slots under C-x r. See
1823 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
1824
1825 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1826
1827 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1828
1829 2007-07-15 Jason Rumney <jasonr@gnu.org>
1830
1831 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1832 for input to cmdproxy on all versions of Windows.
1833 Use dos line ends for input to plink.
1834
1835 * comint.el (comint-simple-send): Concat newline before sending.
1836 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1837
1838 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
1841 safe-local-variable setting.
1842
1843 2007-07-14 David Kastrup <dak@gnu.org>
1844
1845 * emacs-lisp/advice.el (defadvice): Doc fix.
1846
1847 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * subr.el (when, unless): Doc fix.
1850
1851 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * replace.el (match): Use yellow1 instead of yellow.
1854
1855 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1856
1857 * pcvs-info.el (cvs-unknown): Likewise.
1858
1859 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1860
1861 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1862 (install): Use them to copy all *.el files before *.elc.
1863
1864 2007-07-13 Drew Adams <drew.adams@oracle.com>
1865
1866 * bookmark.el (bookmark-jump-other-window): New function.
1867 (bookmark-map): Bind it to "o".
1868
1869 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
1870 and its thread contains discussion about this change.
1871 The original patch was slightly tweaked by Karl Fogel
1872 <kfogel@red-bean.com> before committing.
1873
1874 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1875
1876 * bookmark.el: Shorten some comments to fit within 80 lines.
1877
1878 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1879
1880 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
1881 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
1882 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
1883 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
1884
1885 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
1886
1887 * textmodes/org.el: Bug fixes.
1888 (org-end-of-line): Move to end of line if in headline without tags.
1889
1890 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * vc-hooks.el: Remove spurious * in docstrings.
1893 (vc-handled-backends): Add BZR.
1894
1895 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
1896
1897 2007-07-12 Davis Herring <herring@lanl.gov>
1898
1899 * desktop.el (desktop-buffer-info, desktop-save):
1900 Use `desktop-dirname' instead of `dirname'.
1901
1902 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
1903
1904 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
1905
1906 * progmodes/python.el (python-which-func-length-limit): New var.
1907 (python-which-func): New function.
1908 (python-current-defun): Add optional `length-limit' and try to fit
1909 computed function name to that length.
1910 (python-mode): Hook `python-which-func' up.
1911
1912 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
1913
1914 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
1915
1916 * comint.el (comint-dynamic-complete-as-filename):
1917 Use read-file-name-completion-ignore-case.
1918
1919 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * comint.el (comint-dynamic-list-filename-completions):
1922 Use read-file-name-completion-ignore-case.
1923
1924 * vc-cvs.el: Require CL.
1925 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1926 New functions to provide completion of revision names.
1927
1928 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
1929 (vc-cvs-annotate-first-line-re): New const.
1930 (vc-cvs-annotate-process-filter): New fun.
1931 (vc-cvs-annotate-command): Use them and run the command asynchronously.
1932
1933 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
1934
1935 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
1936 (eldoc-print-current-symbol-info): Adjust for changed helper
1937 function signatures.
1938 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
1939 `eldoc-highlight-function-argument'.
1940 (eldoc-highlight-function-argument): New function.
1941 (eldoc-get-var-docstring): Format documentation with
1942 `font-lock-variable-name-face'.
1943 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
1944 where suited.
1945 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
1946 (eldoc-beginning-of-sexp): Return number of skipped sexps.
1947
1948 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * progmodes/compile.el (compilation-start): `start-process' must
1951 still be redefined when calling `start-process-shell-command'.
1952
1953 * progmodes/gud.el (gud-file-name): When `default-directory' is a
1954 remote file name, prepend its remote part to the filename.
1955 (gud-common-init): When `default-directory' is a remote file name,
1956 make the filename relative to it.
1957 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
1958
1959 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1960
1961 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
1962 mouse binding and a tooltip.
1963
1964 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * menu-bar.el (vc-menu-map): New defalias.
1967
1968 2007-07-10 Richard Stallman <rms@gnu.org>
1969
1970 * emacs-lisp/lisp-mode.el (eval-defun):
1971 Explain special handling of `defface'.
1972
1973 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1974
1975 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1976
1977 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1978
1979 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
1982
1983 * vc-arch.el (vc-arch-complete): Remove.
1984 (vc-arch-revision-completion-table): Use complete-with-action.
1985
1986 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
1987 (complete-with-action): New function.
1988 (dynamic-completion-table): Use it.
1989
1990 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
1991
1992 * comint.el (make-comint, make-comint-in-buffer)
1993 (comint-exec-1): Replace `start-process' by `start-file-process'.
1994
1995 * progmodes/compile.el (compilation-start): Revert redefining
1996 `start-process'.
1997
1998 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
2001 with EOLs when generating MD5 checksums.
2002
2003 * follow.el: Don't change the global map from the follow-mode-map
2004 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
2005 XEmacs code.
2006 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
2007 since `follow-mode' should be used instead for that.
2008
2009 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
2010 (easy-menu-do-define): Use it.
2011 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
2012
2013 * progmodes/compile.el (compilation-auto-jump-to-first-error)
2014 (compilation-auto-jump-to-next): New vars.
2015 (compilation-auto-jump): New function.
2016 (compilation-error-properties): Use them to jump to first error.
2017 (compilation-start): Set the var if requested.
2018
2019 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
2020 duplicates without also removing entries from other directories.
2021
2022 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
2023
2024 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
2025 Remember span as default.
2026 (org-columns-edit-value): Rename from `org-column-edit'.
2027 (org-columns-display-here-title): Rename from
2028 `org-overlay-columns-title'.
2029 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
2030 (org-columns-get-autowidth-alist): Rename from
2031 `org-get-columns-autowidth-alist'.
2032 (org-columns-display-here): Rename from `org-overlay-columns'.
2033 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
2034 (org-columns-quit): Rename from `org-column-quit'.
2035 (org-columns-show-value): Rename from `org-column-show-value'.
2036 (org-columns-content, org-columns-widen)
2037 (org-columns-next-allowed-value)
2038 (org-columns-edit-allowed, org-columns-store-format)
2039 (org-columns-uncompile-format, org-columns-redo)
2040 (org-columns-edit-attributes, org-delete-property)
2041 (org-set-property, org-columns-update)
2042 (org-columns-compute, org-columns-eval)
2043 (org-columns-not-in-agenda, org-columns-compute-all)
2044 (org-property-next-allowed-value)
2045 (org-columns-compile-format)
2046 (org-fill-paragraph-experimental)
2047 (org-string-to-number, org-property-action)
2048 (org-columns-move-left, org-columns-new)
2049 (org-column-number-to-string)
2050 (org-property-previous-allowed-value)
2051 (org-at-property-p, org-columns-delete)
2052 (org-columns-previous-allowed-value)
2053 (org-columns-move-right, org-columns-narrow)
2054 (org-property-get-allowed-values)
2055 (org-verify-version, org-column-string-to-number)
2056 (org-delete-property-globally): New functions.
2057 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
2058 (org-columns-overlays): Rename from `org-column-overlays'.
2059 (org-columns-map): Rename from `org-column-map'.
2060 (org-columns-current-maxwidths): Rename from
2061 `org-current-columns-maxwidths'.
2062 (org-columns-begin-marker, org-columns-current-fmt-compiled)
2063 (org-previous-header-line-format)
2064 (org-columns-inhibit-recalculation)
2065 (org-columns-top-level-marker): New variables.
2066 (org-columns-default-format): Rename from `org-default-columns-format'.
2067 (org-property-re): New constant.
2068
2069 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
2070
2071 * subr.el (looking-at-p, string-match-p): New functions.
2072
2073 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
2074
2075 * textmodes/tex-mode.el (tex-fontify-script)
2076 (tex-font-script-display): New variables to make display of
2077 superscripts and subscripts customizable.
2078 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
2079
2080 2007-07-09 Richard Stallman <rms@gnu.org>
2081
2082 * isearch.el (isearch-edit-string): Call to isearch-push-state
2083 after the search.
2084
2085 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2086
2087 * window.el (fit-window-to-buffer): Remove setting of window-min-height
2088 to 1 as enlarge-window uses the value to resize/shrink windows other
2089 than WINDOW if needed.
2090
2091 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * cus-start.el (file-coding-system-alist): Fix custom type.
2094
2095 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2098 modified.
2099 (longlines-auto-wrap, longlines-window-change-function):
2100 Remove unnecessary calls to set-buffer-modified-p.
2101
2102 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2103
2104 * cus-start.el (file-coding-system-alist): Fix custom type.
2105
2106 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
2109 (vc-cvs-checkout): Remove last arg now unused; simplify.
2110
2111 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
2112
2113 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
2114
2115 * net/tramp.el:
2116 * net/tramp-ftp.el:
2117 * net/tramp-smb.el:
2118 * net/tramp-uu.el:
2119 * net/trampver.el: Migrate to Tramp 2.1.
2120
2121 * net/tramp-cache.el:
2122 * net/tramp-fish.el:
2123 * net/tramp-gw.el: New Tramp packages.
2124
2125 * net/tramp-util.el:
2126 * net/tramp-vc.el: Removed.
2127
2128 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
2129 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
2130
2131 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
2132
2133 * progmodes/compile.el (compilation-start): Redefine
2134 `start-process' temporarily when `default-directory' is remote.
2135 Remove case of synchronous compilation, this won't happen ever.
2136 (compilation-setup): Make local variable `comint-file-name-prefix'
2137 for remote compilation.
2138
2139 2007-07-08 Martin Rudalics <rudalics@gmx.at>
2140
2141 * novice.el (disabled-command-function): Fit window to buffer to
2142 make last line visible.
2143 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2144
2145 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2146 when handling the terminating event.
2147
2148 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2149
2150 * calc/calc.el (math-read-number-simple): Remove leading 0s.
2151 (math-bignum-digit-length): Change to optimal value.
2152
2153 * calc/calc-bin.el (math-bignum-logb-digit-size)
2154 (math-bignum-digit-power-of-two): Evaluate when compiled.
2155
2156 * calc/calc-comb.el (math-small-factorial-table)
2157 (math-init-random-base, math-prime-test): Remove unnecessary calls
2158 to `math-read-number-simple'.
2159
2160 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2161 (math-approx-gamma-const): Add docstrings.
2162
2163 * calc/calc-forms.el (math-julian-date-beginning)
2164 (math-julian-date-beginning-int): New constants.
2165 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
2166 Use the new constants.
2167
2168 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
2169
2170 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2171 Add docstrings.
2172
2173 2007-07-07 Tom Tromey <tromey@redhat.com>
2174
2175 * vc.el (vc-annotate): Jump to line and output message only after the
2176 process is really all done.
2177
2178 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * vc.el (vc-exec-after): Don't move point from the sentinel.
2181 Forcefully read all the remaining text in the pipe upon process exit.
2182 (vc-annotate-display-autoscale, vc-annotate-lines):
2183 Don't stop at the first unrecognized line.
2184 (vc-annotate-display-select): Run autoscale after the process is done
2185 since it depends on the whole result.
2186
2187 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2188
2189 * term/w32-win.el (menu-bar-open): New function.
2190 Bind <f10> to it.
2191
2192 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
2193
2194 * simple.el (start-file-process): New defun.
2195
2196 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * files.el (find-file-confirm-nonexistent-file): Rename from
2199 find-file-confirm-inexistent-file. Update users.
2200
2201 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
2202 format of autoload block where the file's time-stamp is replaced by its
2203 MD5 checksum.
2204 (autoload-generate-file-autoloads): Use MD5 checksum instead of
2205 time-stamp for secondary autoloads files.
2206 (update-directory-autoloads): Remove duplicate entries.
2207 Use time-less-p for time-stamps, as done in autoload-find-destination.
2208
2209 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2210
2211 * calc/calc.el (math-read-number): Replace number by variable.
2212 (math-read-number-simple): Properly parse small integers.
2213
2214 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2215
2216 * vc.el: Fix doc for the checkout function.
2217
2218 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2219
2220 * vc-hg.el (vc-hg-root): New function.
2221 (vc-hg-registered): Use it.
2222 (vc-hg-diff-tree): New defalias.
2223 (vc-hg-responsible-p): Likewise.
2224 (vc-hg-checkout): Comment out, not needed.
2225 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
2226 (vc-hg-find-version, vc-hg-next-version): New functions.
2227
2228 2007-07-06 Andreas Schwab <schwab@suse.de>
2229
2230 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2231 dynamic bindings around the evaluation of the expression.
2232 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2233
2234 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
2237 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
2238 Use run-hooks rather than run-mode-hooks.
2239
2240 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
2241
2242 * calc/calc-comb.el (math-random-digit): Rename to
2243 `math-random-three-digit-number'.
2244 (math-random-digits): Don't depend on representation of integer.
2245
2246 * calc/calc-bin.el (math-bignum-logb-digit-size)
2247 (math-bignum-digit-power-of-two): New constants.
2248 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
2249 (math-not-bignum, math-clip-bignum): Use the constants
2250 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
2251 instead of their values.
2252 (math-clip): Use math-small-integer-size instead of its value.
2253
2254 * calc/calc.el (math-add-bignum): Replace number by constant.
2255
2256 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * wid-edit.el (widget-documentation-string-value-create):
2259 Insert indentation spaces.
2260
2261 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
2262
2263 * emacs-lisp/byte-opt.el: Revert last change.
2264
2265 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2266
2267 * vc-hooks.el (vc-handled-backends): Add HG.
2268
2269 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
2270
2271 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * complete.el (PC-do-complete-and-exit): Add support for the new
2274 `confirm-only' confirmation mode.
2275
2276 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * cus-edit.el (custom-commands): New variable.
2279 (custom-tool-bar-map): New variable. Initialize using
2280 `custom-commands'.
2281 (custom-mode): Use `custom-tool-bar-map'.
2282 (custom-buffer-create-internal): Insert action buttons only if
2283 tool bar is not used. Use `custom-commands'.
2284 (Custom-help, custom-command-apply): New function.
2285 (custom-command-apply, Custom-set, Custom-save)
2286 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
2287 Use `custom-command-apply' instead of duplicating code.
2288 (customize-group-other-window): Call `customize-group' instead of
2289 duplicating code.
2290 (customize-face-other-window): Call `customize-face' instead of
2291 duplicating code.
2292 (customize-group, customize-face): Add optional args for opening
2293 in another window.
2294 (custom-variable-tag): Don't inherit `variable-pitch' face.
2295 (custom-group-tag): Inherit `variable-pitch' face.
2296 (custom-variable-value-create): Set documentation indentation.
2297 (custom-group-value-create): Make group name a link, instead of
2298 using an extra "go to group" button.
2299 (custom-prompt-variable, custom-group-set, custom-group-save)
2300 (custom-group-reset-current, custom-group-reset-saved)
2301 (custom-group-reset-standard): Minor cleanup.
2302
2303 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
2304
2305 * Makefile.in (bootstrap-prepare): When copying from
2306 ldefs-boot.el, make sure loaddefs.el is writeable.
2307
2308 (bootstrap-prepare): Make $(lisp)/ps-print.el
2309 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
2310
2311 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
2314 only caller, and delete.
2315 (vc-hg-state): Deal with exceptions and only parse the output on
2316 successful return.
2317 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
2318 caller, and delete.
2319 (vc-hg-workfile-version): Deal with exceptions and only parse the
2320 output on successful return.
2321 (vc-hg-revert): New function.
2322
2323 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
2324
2325 * calculator.el (calculator-expt): Use more cases to determine
2326 the value.
2327
2328 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2329
2330 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2331 file names.
2332
2333 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2334
2335 * calculator.el (calculator-expt, calculator-integer-p):
2336 New functions.
2337 (calculator-fact): Check to see if the factorial will be too
2338 large before computing it.
2339 (calculator-initial-operators): Use `calculator-expt' to
2340 compute "^".
2341 (calculator-mode): Mention that results which are too large
2342 will return inf.
2343 * calc/calc-comb.el (math-small-factorial-table): Replace list
2344 by vector.
2345
2346 2007-07-03 David Kastrup <dak@gnu.org>
2347
2348 * shell.el: On request of the authors, remove their addresses for
2349 the sake of bug reports, and add the developer list address as
2350 maintainer information.
2351
2352 2007-07-03 Richard Stallman <rms@gnu.org>
2353
2354 * files.el (make-directory): Doc fix.
2355 (find-file-confirm-inexistent-file): Make it a defcustom.
2356 Make nil the default.
2357
2358 2007-07-02 Richard Stallman <rms@gnu.org>
2359
2360 * startup.el (command-line): Set buffer-offer-save in *scratch*
2361 and enable auto-save in it.
2362
2363 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
2364
2365 * textmodes/org.el (orgstruct-mode-map): New variable.
2366 (orgstruct-mode): New minor mode.
2367 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
2368 (orgstruct-make-binding, org-context-p, org-get-local-variables)
2369 (org-run-like-in-org-mode): New functions.
2370 (org-cycle-list-bullet): New command.
2371 (org-special-properties, org-property-start-re)
2372 (org-property-end-re): New constants.
2373 (org-with-point-at): New macro.
2374 (org-get-property-block, org-entry-properties, org-entry-get)
2375 (org-entry-delete, org-entry-get-with-inheritance)
2376 (org-entry-put, org-buffer-property-keys): New functions.
2377 (org-insert-property-drawer): New command.
2378 (org-entry-property-inherited-from): New variable.
2379 (org-column): New face.
2380 (org-column-overlays, org-current-columns-fmt)
2381 (org-current-columns-maxwidths, org-column-map): New variables.
2382 (org-column-menu): New menu.
2383 (org-new-column-overlay, org-overlay-columns)
2384 (org-overlay-columns-title, org-remove-column-overlays)
2385 (org-column-show-value, org-column-quit, org-column-edit): New
2386 functions.
2387 (org-columns, org-agenda-columns): New commands.
2388 (org-get-columns-autowidth-alist): New functions.
2389 (org-properties): New customize group.
2390 (org-default-columns-format): New option.
2391 (org-priority): Realign tags after changing priority.
2392 (org-preserve-lc): New macro.
2393 (org-update-checkbox-count): Catch case when there is no headline.
2394 (org-agenda-quit): Remove any column overlays.
2395 (org-beginning-of-item-list): Fixed bug when non-item line is
2396 indented too deep.
2397 (org-cached-props): New variable.
2398 (org-cached-entry-get): New function.
2399 (org-make-tags-matcher): Handle property matches.
2400 (org-table-recalculate): Swap evaluation order: Field formula
2401 first, then column formulas, but don't allow them to overwrite the
2402 field formulas.
2403 (org-table-eval-formula): New argument untouchable.
2404 (org-table-put-field-property): New function.
2405
2406 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2407
2408 * help-mode.el (help-make-xrefs): Skip spaces too when
2409 skipping tabs.
2410
2411 * ffap.el (dired-at-point-prompter): Improve prompt in
2412 list-directory case.
2413
2414 2007-07-01 Richard Stallman <rms@gnu.org>
2415
2416 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2417
2418 2007-07-01 Richard Stallman <rms@gnu.org>
2419
2420 * cus-start.el (max-mini-window-height): Added.
2421
2422 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
2423
2424 * complete.el (partial-completion-mode): Remove advice of
2425 read-file-name-internal.
2426 (PC-do-completion): Rebind minibuffer-completion-table.
2427 (PC-read-file-name-internal): New function doing what
2428 read-file-name-internal advice did.
2429
2430 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
2431
2432 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
2433 property on a few symbols.
2434 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
2435 (byte-optimize-lapcode): Remove bindings that are not referenced
2436 and certainly will not effect through dynamic scoping.
2437
2438 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * files.el (find-file-confirm-inexistent-file): New var.
2441 (find-file, find-file-other-window, find-file-other-frame)
2442 (find-file-read-only, find-file-read-only-other-window)
2443 (find-file-read-only-other-frame): Use it.
2444
2445 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
2448
2449 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * generic-x.el (generic-define-mswindows-modes)
2452 (generic-define-unix-modes, apache-log-generic-mode)
2453 (bat-generic-mode-keymap, java-manifest-generic-mode)
2454 (show-tabs-generic-mode): Fix typos in docstrings.
2455
2456 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
2457
2458 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
2459 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
2460 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
2461 (rcirc-print): Never ignore messages from ourself.
2462
2463 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
2466 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
2467
2468 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2469
2470 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2471 replace-regexp-in-string.
2472
2473 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * emacs-lisp/cl.el: Set edebug and indentation before loading
2476 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
2477
2478 2007-06-28 Andreas Schwab <schwab@suse.de>
2479
2480 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2481 $(lisp)/subdirs.el.
2482
2483 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2486 the speedbar frame if nil; that deletes the current frame or
2487 causes an error if it is the only frame.
2488 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2489
2490 2007-06-28 Kevin Ryde <user42@zip.com.au>
2491
2492 * textmodes/nroff-mode.el: Groff \# comments.
2493 (nroff-mode-syntax-table): \# comment intro,
2494 plain # as punct per global table.
2495 (nroff-font-lock-keywords): Add # as a single char escape.
2496 (nroff-mode): In comment-start-skip, match \#.
2497
2498 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
2501 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
2502 point-min == 1.
2503
2504 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
2505
2506 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2507 Rename and move to...
2508
2509 * subr.el (strings->string, string->strings): ...here.
2510
2511 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2512 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2513
2514 * progmodes/gud.el (gud-common-init): Call string->strings instead
2515 of split-string.
2516
2517 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
2518
2519 * dired-aux.el: Remove `dired-call-process'.
2520 (dired-check-process): Call `process-file'.
2521
2522 * wdired.el (wdired-do-perm-changes): Call `process-file'.
2523
2524 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
2525 `ange-ftp-process-file'.
2526
2527 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
2530
2531 * emacs-lisp/cl-extra.el:
2532 * emacs-lisp/cl-seq.el:
2533 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
2534 Add autoload cookies on all defs autoloaded manually in cl.el.
2535
2536 * emacs-lisp/cl-loaddefs.el: New file.
2537
2538 * textmodes/texinfmt.el (texinfo-raisesections-alist)
2539 (texinfo-lowersections-alist): Merge definition and declaration.
2540 (texinfo-start-of-header, texinfo-end-of-header): Remove.
2541 (texinfo-format-syntax-table): Merge init into declaration.
2542 (texinfo-format-parse-line-args, texinfo-format-parse-args)
2543 (texinfo-format-parse-defun-args, texinfo-format-node)
2544 (texinfo-push-stack, texinfo-multitable-widths)
2545 (texinfo-define-info-enclosure, texinfo-alias)
2546 (texinfo-format-defindex, batch-texinfo-format): Use push.
2547 (texinfo-footnote-number): Remove duplicate declaration.
2548
2549 * ps-print.el: Update with auto-generated autoloads.
2550
2551 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
2552
2553 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
2556 relative to current dir for file-local settings.
2557 (autoload-generate-file-autoloads): Add `outfile' arg.
2558 (update-directory-autoloads): Use it to directly call
2559 autoload-generate-file-autoloads instead of going through
2560 update-file-autoloads so we avoid redundant searches and so we can know
2561 the set of buffers changed so we can save them all.
2562
2563 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
2564 rather than throwing `up-to-date'.
2565 (autoload-generate-file-autoloads): Adjust correspondingly.
2566 (update-file-autoloads): Be careful to let-bind
2567 autoload-modified-buffers and adjust to new calling conventions.
2568 (autoload-modified-buffers): Make it a dynamically scoped var.
2569 (update-directory-autoloads): Use file-relative-name instead of
2570 autoload-trim-file-name.
2571 (autoload-insert-section-header): Don't use autoload-trim-file-name
2572 since the file is already relative now.
2573 (autoload-trim-file-name): Remove.
2574
2575 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
2576 (vc-arch-complete, vc-arch--version-completion-table)
2577 (vc-arch-revision-completion-table): New functions to provide
2578 completion of revision names.
2579 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
2580 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
2581 to let the user trim the revlib.
2582
2583 * vc.el: Add new VC operation `revision-completion-table'.
2584 (vc-default-revision-completion-table): New function.
2585 (vc-version-diff, vc-version-other-window): Use it to provide
2586 completion of revision names if the backend provides it.
2587
2588 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
2589
2590 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
2591 of newer .svn/entries.
2592
2593 2007-06-25 David Kastrup <dak@gnu.org>
2594
2595 * calc/calc-poly.el (math-padded-polynomial)
2596 (math-partial-fractions): Add some function comments.
2597
2598 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2601 Make `outbuf' optional.
2602 (update-file-autoloads): Use it.
2603
2604 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
2607 (autoload-find-destination): Keep it uptodate.
2608 (autoload-save-buffers): New fun.
2609 (update-file-autoloads): Use it. Re-add the "up to date" message.
2610
2611 * emacs-lisp/autoload.el: Refactor for upcoming changes.
2612 (autoload-find-destination): New function extracted from
2613 update-file-autoloads.
2614 (update-file-autoloads): Use it.
2615 (autoload-generate-file-autoloads): New function extracted from
2616 generate-file-autoloads. Use file-relative-name. Delay computation of
2617 output-start to the first cookie. Remove done-any, replaced by
2618 output-start.
2619 (generate-file-autoloads): Use it.
2620
2621 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2622
2623 * calc/calc-comb.el (math-init-random-base, math-prime-test):
2624 Use math-read-number-simple to insert constants.
2625 (math-prime-test): Redo calculation of sum.
2626
2627 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
2628
2629 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
2630 math-scale-bignum-3.
2631 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
2632 math-bignum-digit-size.
2633 (math-isqrt-small): Add another possible initial guess.
2634
2635 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2636
2637 * textmodes/bibtex.el (bibtex-entry-format): New options
2638 `whitespace', `braces', and `string'.
2639 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2640 (bibtex-field-braces-opt, bibtex-field-strings-opt)
2641 (bibtex-cite-matcher-alist): New variables.
2642 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
2643 (bibtex-flash-head): Use blink-matching-delay.
2644 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
2645 (bibtex-format-entry, bibtex-reformat): Handle new options of
2646 bibtex-entry-format.
2647 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
2648 New functions.
2649 (bibtex-complete-internal): Do not display messages while
2650 minibuffer is used. Do not leave around a completions buffer
2651 that is out of date.
2652 (bibtex-copy-summary-as-kill): New optional arg.
2653 (bibtex-font-lock-url): New optional arg no-button.
2654 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
2655 (bibtex-url): Allow multiple URLs per entry.
2656
2657 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * emacs-lisp/autoload.el (autoload-generated-file): New function.
2660 (update-file-autoloads, update-directory-autoloads): Use it.
2661 (autoload-file-load-name): New function.
2662 (generate-file-autoloads, update-file-autoloads): Use it.
2663 (autoload-find-file): Accept non-absolute argument. Set default-dir.
2664 (generate-file-autoloads): If the autoloaded form is malformed,
2665 indicate the problem with a warning instead of aborting.
2666
2667 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2668
2669 * simple.el (next-error-recenter): Accept `(4)' as well;
2670 also, specify `integer' instead of `number'.
2671
2672 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2673
2674 * ls-lisp.el (insert-directory): If an invalid regexp error is
2675 thrown, try using FILE as a literal file name, not a wildcard.
2676
2677 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2680 `header-line-format' when reentering ruler mode.
2681
2682 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2683
2684 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2685 FILE exists as a file.
2686
2687 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2688
2689 * calc/calc.el (math-bignum-digit-length)
2690 (math-bignum-digit-size, math-small-integer-size):
2691 New constants.
2692 (math-normalize, math-bignum-big, math-make-float)
2693 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
2694 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
2695 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
2696 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
2697 (math-quotient, math-div-bignum, math-div-bignum-digit)
2698 (math-div-bignum-part, math-format-bignum-decimal)
2699 (math-read-bignum): Use math-bignum-digit-length,
2700 math-bignum-digit-size and math-small-integer-size.
2701
2702 * calc/calc-ext.el (math-fixnum-big): Use the variable
2703 math-bignum-digit-size.
2704
2705 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * log-view.el (log-view-mode-menu): New menu.
2708
2709 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
2712 differently.
2713
2714 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
2715 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
2716
2717 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2718
2719 * vc-hg.el (vc-hg-print-log): Insert the file name.
2720 (vc-hg-log-view-mode): Fontify the file name.
2721
2722 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2723
2724 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
2725 (calcFunc-julian): Fix incorrect number used in calculations.
2726
2727 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
2728
2729 * simple.el (next-error-recenter): New defcustom.
2730 (next-error, next-error-internal): Recenter if specified,
2731 immediately prior to running `next-error-hook'.
2732
2733 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
2734 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
2735
2736 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
2737
2738 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2739
2740 * calc/calc-comb.el (math-small-factorial-table): New variable.
2741 (calcFunc-fact): Use `math-small-factorial-table'.
2742
2743 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
2744 initial values.
2745 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
2746 New variables to use in caches.
2747
2748 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
2749 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
2750
2751 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
2752 (math-bernoulli-b-cache): Use math-read-number-simple to insert
2753 bignums.
2754
2755 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2756 New variables to use in caches.
2757
2758 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2759
2760 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
2761
2762 * vc-hg.el (vc-hg-log-view-mode): New mode.
2763
2764 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
2765
2766 * calc/calc.el (math-read-number-simple): New function.
2767
2768 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2771 (vera-font-lock-match-item): Fix doc string.
2772 (vera-in-comment-p): Remove unused function.
2773 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2774 use `syntax-ppss'.
2775 (vera-forward-syntactic-ws): Fix argument order.
2776 (vera-prepare-search): Use `with-syntax-table'.
2777 (vera-indent-line): Fix doc string.
2778 (vera-electric-tab): Fix doc string.
2779 (vera-expand-abbrev): Define alias instead of using `fset'.
2780 (vera-comment-uncomment-region): Use `comment-start-skip'.
2781
2782 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
2783
2784 * textmodes/org.el (org-export-with-footnotes): New option.
2785 (org-export-as-html): Fix replacement bug for XEmacs.
2786 (org-agenda-default-appointment-duration): New option.
2787
2788 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * vc-hg.el: Add to do items.
2791 (vc-hg-diff): Add support for comparing different revisions.
2792 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
2793 (vc-hg-annotate-extract-revision-at-line)
2794 (vc-hg-previous-version, vc-hg-checkin): New functions.
2795 (vc-hg-annotate-re): New constant.
2796
2797 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2798
2799 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
2800
2801 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
2804 buffer-local value of log-view-*-re if applicable.
2805
2806 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
2807 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
2808 (vc-bzr-command*): Remove both (incompatible) versions.
2809 (vc-bzr-do-command*): Remove.
2810 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
2811 Remove by folding into its only caller vc-bzr-command.
2812 (vc-bzr-command): Always set the environment, even when ineffective.
2813 (vc-bzr-version): Minor fix up.
2814 (vc-bzr-admin-dirname): New var.
2815 (vc-bzr-bzr-dir): Remove.
2816 (vc-bzr-root-dir): New fun.
2817 (vc-bzr-registered): Use it. Add an autoloaded version.
2818 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
2819 (vc-bzr-view-log-function): Remove.
2820 (vc-bzr-log-view-mode): New major mode to replace it.
2821 (vc-bzr-print-log): Only activate the old hack if needed.
2822
2823 * vc.el (vc-default-log-view-mode): New function.
2824 (vc-print-log): Add new `log-view-mode' VC operation.
2825
2826 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * ido.el (ido-find-file-in-dir): Don't signal an error for
2829 empty directories.
2830
2831 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
2832
2833 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2834 directory where the desktop file was found, as the docstring says.
2835 (desktop-kill): Use `read-directory-name'.
2836
2837 2007-06-20 Alan Mackenzie <acm@muc.de>
2838
2839 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2840 When removing lines, also remove the \n. Correction of patch of
2841 2007-04-21.
2842
2843 2007-06-20 Martin Rudalics <rudalics@gmx.at>
2844
2845 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2846 event is not a cons cell. Do not unread drag-mouse-1 events.
2847 Select right window in check whether space was stolen from
2848 window above.
2849
2850 * help-mode.el (help-make-xrefs): Adjust position of new forward
2851 button.
2852
2853 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
2854
2855 * vc-bzr.el (vc-bzr-with-process-environment)
2856 (vc-bzr-std-process-invocation): New macros.
2857 (vc-bzr-command, vc-bzr-command*): Use them.
2858 (vc-bzr-with-c-locale): Remove.
2859 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
2860 (vc-bzr-buffer-nonblank-p): New function.
2861 (vc-bzr-state-words): New const.
2862 (vc-bzr-state): Look for `bzr status` keywords in output.
2863 Display everything else as a warning message to the user.
2864 Fix status report with bzr >= 0.15.
2865
2866 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 * vc-hg.el (vc-hg-global-switches): Simplify.
2869 (vc-hg-state): Handle more states.
2870 (vc-hg-diff): Fix doc-string.
2871 (vc-hg-register): New function.
2872 (vc-hg-checkout): Likewise.
2873
2874 2007-06-20 Reto Zimmermann <reto@gnu.org>
2875
2876 * progmodes/vera-mode.el: New file.
2877
2878 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2879
2880 * calc/calc.el (calc-multiplication-has-precendence):
2881 New variable.
2882 (math-standard-ops, math-standard-ops-p, math-expr-ops):
2883 New functions.
2884 (math-expr-opers): Define using math-standard-ops rather than
2885 math-standard-opers.
2886 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
2887 equal the function math-standard-ops rather than the variable
2888 math-standard-opers.
2889 (calc-algebraic-entry): Let math-expr-opers equal
2890 math-standard-ops or math-expr-ops, as appropriate.
2891 (math-expr-read-level, math-read-factor): Let math-expr-opers
2892 equal math-expr-ops.
2893 * calc/calc-embed.el (calc-embedded-finish-edit):
2894 Let math-expr-opers equal the function math-standard-ops
2895 rather than the variable math-standard-opers.
2896 * calc/calc-ext.el (math-read-plain-expr)
2897 (math-format-flat-expr-fancy): Let math-expr-opers equal the
2898 function math-standard-ops rather than the variable
2899 math-standard-opers.
2900 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
2901 Let math-expr-opers equal the function math-standard-ops rather
2902 than the variable math-standard-opers.
2903 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
2904 equal the function math-standard-ops rather than the variable
2905 math-standard-opers.
2906 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
2907 equal the function math-standard-ops rather than the variable
2908 math-standard-opers.
2909 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
2910 math-expr-ops.
2911
2912 2007-06-19 Ivan Kanis <apple@kanis.eu>
2913
2914 * vc-hg.el: New file.
2915
2916 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
2919 with font-lock-multiline.
2920
2921 2007-06-17 Glenn Morris <rgm@gnu.org>
2922
2923 * lpr.el (lpr-page-header-switches): Move %s to separate element
2924 for correct quoting. Doc fix.
2925
2926 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
2929 than setting sgml-xml-mode.
2930 (sgml-mode, html-mode): Set sgml-xml-mode.
2931 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
2932 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
2933 (sgml-electric-tag-pair-before-change-function)
2934 (sgml-electric-tag-pair-flush-overlays): New functions.
2935 (sgml-electric-tag-pair-mode): New minor mode.
2936 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
2937 (sgml-calculate-indent): Use assoc-string.
2938
2939 2007-06-16 Karl Fogel <kfogel@red-bean.com>
2940
2941 * thingatpt.el (thing-at-point-email-regexp): Don't require two
2942 chars before the "@" in an email address. Andreas Roehler noticed
2943 this problem.
2944
2945 2007-06-15 Karl Fogel <kfogel@red-bean.com>
2946
2947 * thingatpt.el: Add support for email addresses (`email').
2948 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
2949 (thing-at-point-email-regexp): New variable.
2950 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
2951 properties on this symbol, with lambda forms for values.
2952
2953 2007-06-15 Masatake YAMATO <jet@gyve.org>
2954
2955 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
2956
2957 * vc.el (vc-dired-hook): Check the backend returned from
2958 `vc-responsible-backend' can really handle `subdir'.
2959
2960 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * wid-edit.el (widget-add-documentation-string-button):
2963 Fix handling of documentation indent.
2964
2965 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
2966
2967 * mb-depth.el: New file.
2968
2969 2007-06-15 Masatake YAMATO <jet@gyve.org>
2970
2971 * vc.el (vc-dired-mode): Show backend name as part of mode name.
2972
2973 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * wid-edit.el (widget-default-create): Move ?h handling here...
2976 (widget-default-format-handler): ...from here.
2977 (widget-docstring, widget-add-documentation-string-button): New funs.
2978 (documentation-string): Add :visibility-widget property.
2979 (widget-documentation-string-value-create): Use it.
2980
2981 * cus-edit.el (custom-split-regexp-maybe): Simplify.
2982 (custom-buffer-create-internal): Simplify message.
2983 (custom-variable-tag): Reduce height to normal.
2984 (custom-variable-value-create, custom-face-value-create)
2985 (custom-visibility): New widget.
2986 (custom-visibility): New face.
2987 (custom-group-value-create):
2988 Call widget-add-documentation-string-button, using `custom-visibility'.
2989
2990 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * emacs-lisp/bytecomp.el (byte-compile-current-group)
2993 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
2994 change. Apparently the "warning even if the group is implicit" is
2995 a feature rather than a bug.
2996
2997 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
2998
2999 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
3000 Different advices for Emacs and XEmacs. Compile them conditionally.
3001 (viper-version): Belated version change.
3002
3003 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * follow.el (follow-all-followers, follow-generic-filter):
3006 * pcomplete.el (pcomplete-restore-windows):
3007 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
3008 (x-dnd-drop-data):
3009 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
3010 * progmodes/python.el (python-complete-symbol):
3011 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
3012
3013 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
3014
3015 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
3016 around bright and dim regexps. Make sure bright and dim matches
3017 use word anchors. Send text through rcirc-markup functions.
3018 (rcirc-url-regexp): Add single quote character.
3019 (rcirc-connect): Write logs to disk on auto-save-hook.
3020 Make server a non-optional argument.
3021 (rcirc-log-alist): New variable.
3022 (rcirc-log-directory): Make customizable.
3023 (rcirc-log-flag): New customizable variable.
3024 (rcirc-log): New function.
3025 (rcirc-print): Use above function.
3026 (rcirc-log-write): New function.
3027 (rcirc-generate-new-buffer-name): Strip text properties.
3028 (rcirc-switch-to-buffer-function): Remove variable.
3029 (rcirc-last-non-irc-buffer): Remove variable.
3030 (rcirc-non-irc-buffer): Add function.
3031 (rcirc-next-active-buffer): Use above function.
3032 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
3033 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
3034 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
3035 (rcirc-omit-mode): Add minor-mode.
3036 (rcirc-mode-map): Change C-c C-o binding.
3037 (rcirc-mode): Clear mode-line-process. Use a custom
3038 fill-paragraph-function. Set up buffer-invisibility-spec.
3039 (rcirc-response-formats): Remove timestamp code.
3040 (rcirc-omit-responses): Add variable.
3041 (rcirc-print): Don't put the overlay arrow on potentially omitted
3042 lines. Log line to disk. Record activity for private messages
3043 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
3044 (rcirc-jump-to-first-unread-line): Print message if there is no
3045 unread text.
3046 (rcirc-clear-unread): New function.
3047 (rcirc-markup-text-functions): Add variable.
3048 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
3049 (rcirc-debug): Don't mess with window configuration.
3050 (rcirc-send-message): Send message before printing locally.
3051 Add SILENT argument, do not print message if non-nil.
3052 (rcirc-visible-buffers): New function and variable.
3053 (rcirc-window-configuration-change-1): Add function.
3054 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
3055 server buffer.
3056 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
3057 (rcirc-fill-paragraph): Add function.
3058 (rcirc-record-activity, rcirc-window-configuration-change-1):
3059 Only update the activity string if it has actually changed.
3060 (rcirc-update-activity-string): Remove padding characters from the
3061 mode-line string.
3062 (rcirc-disconnect-buffer): New function to be called when a
3063 channel is parted or the user quits.
3064 (rcirc-server-name): Warn when the server-name hasn't been set.
3065 (rcirc-window-configuration-change): Postpone work until
3066 post-command-hook.
3067 (rcirc-window-configuration-change-1): Update mode-line and
3068 overlay arrows here.
3069 (rcirc-authenticate): Fixc hanserv identification.
3070 (rcirc-default-server): Remove variable.
3071 (rcirc): Connect according to rcirc-connections.
3072 (rcirc-connections): Add variable.
3073 (rcirc-startup-channels-alist): Remove variable.
3074 (rcirc-startup-channels): Remove function.
3075
3076 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
3079
3080 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3081
3082 * term/xterm.el (terminal-init-xterm): Escape parens in character
3083 constants.
3084
3085 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * progmodes/sh-script.el: Remove unneeded * from docstrings.
3088 Use [:alpha:] and [:alnum:] where applicable.
3089 (sh-quoted-subshell): Rewrite to correctly
3090 handle nested mixes of `...` and $(...).
3091 (sh-apply-quoted-subshell): Remove.
3092 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
3093
3094 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
3095
3096 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
3097
3098 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
3099 previous change.
3100
3101 2007-06-12 Tom Tromey <tromey@redhat.com>
3102
3103 * subr.el (user-emacs-directory): New defconst.
3104 * cmuscheme.el (scheme-start-file):
3105 * shell.el (shell):
3106 * completion.el (save-completions-file-name):
3107 * custom.el (custom-theme-directory):
3108 * term/x-win.el (emacs-session-filename):
3109 * filesets.el (filesets-menu-cache-file):
3110 * thumbs.el (thumbs-thumbsdir):
3111 * server.el (server-auth-dir):
3112 * image-dired.el (image-dired-dir):
3113 (image-dired-db-file):
3114 (image-dired-temp-image-file):
3115 (image-dired-gallery-dir):
3116 (image-dired-temp-rotate-image-file):
3117 * play/gamegrid.el (gamegrid-user-score-file-directory):
3118 * savehist.el (savehist-file):
3119 * tutorial.el (tutorial--saved-dir):
3120 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
3121
3122 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3123
3124 * scroll-lock.el (scroll-lock-mode): Doc fix.
3125
3126 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
3127
3128 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
3129
3130 * ediff-init.el: Doc strings.
3131
3132 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3135 (byte-compile-file): Bind it.
3136 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
3137 group argument is provided implicitly.
3138 (byte-compile-format-warn, byte-compile-from-buffer)
3139 (byte-compile-insert-header): Don't hardcode point-min==1.
3140 (byte-compile-file-form-require): Remove unused var old-load-list.
3141 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
3142
3143 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
3144
3145 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
3146 Display error messages.
3147 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
3148 Get rid of cl.el dependencies.
3149
3150 * emulation/viper-init.el (viper-suppress-input-method-change-message):
3151 New variable.
3152 (viper-activate-input-method-action)
3153 (viper-inactivate-input-method-action):
3154 Use viper-suppress-input-method-change-message.
3155
3156 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
3157 for C-s, C-r.
3158
3159 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
3160 Use viper-replace-overlay-cursor-color instead of
3161 viper-replace-overlay-cursor-color.
3162 (viper-sit-for-short): Use sit-for with 3 arguments.
3163
3164 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
3165 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
3166 to gud-mode.
3167
3168 * ediff-mult.el (ediff-meta-buffer-brief-message)
3169 (ediff-meta-buffer-verbose-message): New variables.
3170 (ediff-meta-buffer-message): Variable deleted.
3171 (ediff-verbose-help-enabled): New variable.
3172 (ediff-toggle-verbose-help-meta-buffer): New function.
3173 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
3174 message options.
3175
3176 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
3177 (ediff-fixup-patch-map): Improve heuristic.
3178
3179 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
3182 (log-view-font-lock-keywords): Simplify.
3183 (log-view-current-file, log-view-current-tag): Simplify.
3184
3185 2007-06-12 Sam Steingold <sds@gnu.org>
3186
3187 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
3188
3189 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
3190
3191 * desktop.el (desktop-load-locked-desktop): New option.
3192 (desktop-read): Use it.
3193 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3194 Use `when'.
3195
3196 2007-06-12 Davis Herring <herring@lanl.gov>
3197
3198 * desktop.el (desktop-save-mode-off): New function.
3199 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3200 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3201 (desktop-claim-lock, desktop-release-lock): New functions.
3202 (desktop-kill): Tell `desktop-save' that this is the last save.
3203 Release the lock afterwards.
3204 (desktop-buffer-info): New function.
3205 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3206 says to. Detect conflicts, and manage the lock.
3207 (desktop-read): Detect conflicts. Manage the lock.
3208
3209 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
3212
3213 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
3214 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
3215 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
3216 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
3217 keysyms rather than byte sequences.
3218 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
3219
3220 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3223 half-activated, forcefully activate it completely.
3224
3225 2007-06-11 Richard Stallman <rms@gnu.org>
3226
3227 * cus-edit.el (custom-variable-type): Doc fix.
3228
3229 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3232 (sh-font-lock-flush-syntax-ppss-cache): New functions.
3233 (sh-font-lock-syntactic-keywords): Use them to distinguish the
3234 different possible cases for \'.
3235
3236 * complete.el (PC-bindings): Don't bind things already bound in the
3237 parent keymap.
3238
3239 * textmodes/bibtex-style.el: New file.
3240
3241 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
3242
3243 * vc-bzr.el: New file.
3244
3245 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * vc-svn.el (vc-svn-program): New var.
3248 (vc-svn-command): Use it.
3249
3250 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * server.el (server-switch-buffer): Remove redundant check.
3253
3254 2007-06-10 Martin Rudalics <rudalics@gmx.at>
3255
3256 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3257 Match against file-name-nondirectory.
3258 Fix text on user customization variables.
3259 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
3260
3261 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3262
3263 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3264
3265 2007-06-09 Davis Herring <herring@lanl.gov>
3266
3267 * desktop.el (desktop-minor-mode-table): Doc fix.
3268
3269 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3270
3271 * textmodes/css-mode.el (css-navigation-syntax-table):
3272 Use set-char-table-range so it also works in the unicode branch.
3273
3274 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
3275
3276 * help-mode.el (help-xref-forward-stack)
3277 (help-xref-stack-forward-item, help-forward-label): New variables.
3278 (help-forward): New button type.
3279 (help-setup-xref): Initialise help-xref-forward-stack.
3280 (help-make-xrefs): Add forward button, if appropriate.
3281 (help-xref-go-back): Push item on forward stack.
3282 (help-xref-go-forward, help-go-forward): New functions.
3283
3284 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * dired.el (dired-mode-map): Remove spurious separator.
3287
3288 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3291
3292 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3293 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3294
3295 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
3296
3297 * textmodes/org.el: Version number fixed.
3298
3299 2007-06-07 Glenn Morris <rgm@gnu.org>
3300
3301 * version.el (emacs-copyright): New constant.
3302 * startup.el (fancy-splash-tail): Use emacs-copyright.
3303 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
3304
3305 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
3306 `make-local'.
3307 (byte-compile-warnings-safe-p): Add `make-local'.
3308 (byte-compile-make-variable-buffer-local):
3309 Allow byte-compile-warnings to suppress this warning.
3310
3311 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
3312 format of "menu" description.
3313 (tutorial--find-changed-keys): Describe the specific menu a
3314 command is in.
3315
3316 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
3317 Rewrite compatibility functions to silence byte-compiler.
3318
3319 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3320
3321 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3322 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3323
3324 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
3325
3326 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
3327
3328 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * progmodes/ebrowse.el (ebrowse-member-table):
3331 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
3332 (org-batch-agenda-csv): Fix typos in docstrings.
3333
3334 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3337 (sort-coding-systems, search-unencodable-char): Doc fixes.
3338 (coding-system-change-eol-conversion, set-default-coding-systems)
3339 (prefer-coding-system, find-multibyte-characters, princ-list)
3340 (leim-list-entry-regexp, set-input-method, locale-language-names)
3341 (input-method-exit-on-first-char, exit-language-environment-hook)
3342 (locale-charset-language-names): Fix typos in docstrings.
3343
3344 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3345
3346 * pgg.el (pgg-sign-region, pgg-sign):
3347 * ses.el (ses-call-printer):
3348 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3349 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3350
3351 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
3352
3353 * textmodes/org.el
3354 (org-export-region-as-html, org-replace-region-by-html)
3355 (org-number-to-letters, org-table-fedit-finish)
3356 (org-normalize-color, org-table-fedit-ref-right)
3357 (org-date-to-gregorian, org-table-fedit-move)
3358 (org-table-convert-refs-to-rc, org-calendar-holiday)
3359 (org-table-fedit-toggle-ref-type, org-write-agenda)
3360 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
3361 (org-defkey, org-encode-for-stdout)
3362 (org-indent-line-function, org-export-as-html-to-buffer)
3363 (org-store-agenda-views, org-update-mode-line)
3364 (org-find-if, org-delete-all)
3365 (org-table-fedit-convert-buffer, org-emphasize)
3366 (org-uniquify, org-table-fedit-lisp-indent)
3367 (org-table-fedit-scroll, org-get-todo-sequence-head)
3368 (org-table-fedit-scroll-down, org-table-fedit-line-down)
3369 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
3370 (org-table-fedit-toggle-coordinates, org-dvipng-color)
3371 (org-table-fedit-line-up, org-table-fedit-ref-down)
3372 (org-table-formula-from-user, org-mode-flyspell-verify)
3373 (org-cycle-show-empty-lines, org-ctrl-c-ret)
3374 (org-table-formula-to-user, org-diary-to-ical-string)
3375 (orgtbl-export, org-table-fedit-post-command)
3376 (org-closed-in-range, org-shiftcontrolright)
3377 (org-table-convert-refs-to-an, org-table-hline-and-move)
3378 (org-table-formula-less-p, org-format-table-ascii)
3379 (org-agenda-get-sexps, org-shift-refpart)
3380 (org-diary-sexp-entry, org-time-string-to-absolute)
3381 (org-table-show-reference, org-letters-to-number)
3382 (org-fix-agenda-info, org-table-fedit-ref-up)
3383 (org-table-fedit-shift-reference, org-table-fedit-abort)
3384 (org-closest-date, org-shiftcontrolleft)
3385 (org-at-heading-or-item-p, org-rematch-and-replace)
3386 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
3387 New functions.
3388 (org-table-edit-scroll-down, org-finish-edit-formulas)
3389 (org-table-edit-next-field, org-abort-edit-formulas)
3390 (org-font-lock-level, org-export-find-first-heading-line)
3391 (org-table-edit-line-down, org-table-edit-backward-field)
3392 (org-edit-formula-lisp-indent, org-table-edit-move)
3393 (org-check-log-option, org-this-word)
3394 (org-table-edit-line-up, org-table-edit-formulas-post-command)
3395 (org-agenda-file-to-end, org-expand-file-name)
3396 (org-fake-empty-table-line, org-table-edit-scroll)
3397 (org-toggle-log-option, org-show-reference): Function removed.
3398 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
3399 New defsubsts.
3400 (org-unmodified, org-batch-store-agenda-views)
3401 (org-batch-agenda-csv): New macro.
3402 (org-agenda-export): New customization group.
3403 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
3404 (org-highest-priority, org-agenda-exporter-settings)
3405 (org-log-done-with-time, org-replace-disputed-keys)
3406 (org-format-latex-header, org-export-table-header-tags)
3407 (org-cycle-separator-lines, org-export-table-data-tags)
3408 (org-icalendar-include-sexps)
3409 (org-empty-line-terminates-plain-lists)
3410 (org-log-repeat, org-special-ctrl-a)
3411 (org-table-use-standard-references, org-disputed-keys)
3412 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
3413 (org-agenda-export-html-style): New option.
3414 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
3415 (org-CUA-compatible): Option removed.
3416 (org-agenda-structure, org-sexp-date): New face.
3417 (org-todo-keywords-for-agenda, org-not-done-keywords)
3418 (org-planning-or-clock-line-re, org-agenda-name)
3419 (org-table-colgroup-info, org-todo-sets)
3420 (constants-unit-system, org-clock-mode-line-entry)
3421 (org-mode-line-timer, org-table-current-begin-pos)
3422 (org-todo-keywords-1, org-mode-line-string)
3423 (org-table-clean-did-remove-column, org-table-fedit-map)
3424 (org-clock-heading, org-table-buffer-is-an)
3425 (org-agenda-info, org-done-keywords)
3426 (org-done-keywords-for-agenda, org-todo-heads)
3427 (org-todo-kwd-alist, org-clock-start-time): New variable.
3428 (org-todo-kwd-priority-p, org-edit-formulas-map)
3429 (org-repeat-re, org-todo-kwd-max-priority)
3430 (org-version, org-done-string)
3431 (org-table-clean-did-remove-column-1, org-disputed-keys):
3432 Remove variables.
3433 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
3434 (org-ts-lengths): Constant removed.
3435 (org-follow-gnus-link): Don't ask how many articles to read.
3436 (org-export-find-first-export-line): Rename from
3437 `org-export-find-first-heading'.
3438 Use `org-export-skip-text-before-1st-heading'.
3439 (org-table-fedit-post-command): Rename from
3440 `org-table-edit-formulas-post-command'.
3441 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
3442 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
3443 (org-table-fedit-lisp-indent): Rename from
3444 `org-edit-formula-lisp-indent'.
3445 (org-table-show-reference): Rename from `org-show-reference'.
3446 (org-table-store-formulas): Use `org-table-formula-less-p'.
3447 (org-table-edit-formulas): Position cursor to current field equation.
3448 (org-update-checkbox-count, org-hide-archived-subtrees)
3449 (org-timestamp-up-day, org-timestamp-down-day)
3450 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3451 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3452 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
3453 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
3454 Let `org-on-heading-p' also check for invisible heading.
3455 (org-read-date): Match am/pm times.
3456 (org-eval-in-calendar): Fix default date in prompt.
3457
3458 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
3461 "ChangeLog.a" entries, giving the latter lower priority.
3462
3463 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * faces.el (face-id): If the argument is a face alias,
3466 return the ID of the target face.
3467
3468 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
3469
3470 * net/socks.el (top): Remove unnecessary copyright line.
3471
3472 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * longlines.el (longlines-auto-wrap): Handle argument correctly.
3475
3476 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
3477
3478 * net/socks.el: New file, taken from w3 repository.
3479 (top): Update Copyright. Don't load cl.el.
3480 (all): Replace `case' by `cond', `string-to-int' by
3481 `string-to-number', and `process-kill-without-query' by
3482 `set-process-query-on-exit-flag'.
3483 (socks-char-int): Remove defalias and all occurencies.
3484
3485 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3488 Fix typos in docstrings.
3489 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3490 (compilation-finish-function): Fix typo in obsolescence declaration.
3491
3492 2007-06-03 Sam Steingold <sds@gnu.org>
3493
3494 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
3495 handle unending automatic recompilation of changed files (`omake -P').
3496 (compilation-loop): VISITED is now 5th CDR.
3497 (compilation-next-error-function): Set TIMESTAMP.
3498
3499 2007-06-03 Sam Steingold <sds@gnu.org>
3500
3501 * files.el (kill-buffer-ask): New function.
3502 (kill-some-buffers): Use it.
3503 (kill-matching-buffers): New user command.
3504
3505 2007-06-01 David Kastrup <dak@gnu.org>
3506
3507 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3508 Change default to `top'.
3509
3510 2007-05-31 Richard Stallman <rms@gnu.org>
3511
3512 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
3513
3514 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * textmodes/css-mode.el: New file.
3517
3518 2007-05-30 Michael Olson <mwolson@gnu.org>
3519
3520 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3521 died and we are trying to send a signal to it. The program using
3522 tq.el should periodically check to see whether the process has
3523 died and react appropriately -- this is not the responsibility of
3524 tq.el, and is consistent with the rest of the tq.el source code.
3525
3526 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3527
3528 * textmodes/table.el (table--point-entered-cell-function)
3529 (table--point-left-cell-function):
3530 Bind `inhibit-point-motion-hooks' to t.
3531
3532 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3533
3534 * emacs-lisp/rx.el (rx): Doc fix.
3535
3536 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3539
3540 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
3541
3542 Sync with Tramp 2.0.56.
3543
3544 * net/tramp.el:
3545 * net/tramp-ftp.el:
3546 * net/tramp-smb.el:
3547 * net/tramp-util.el:
3548 * net/tramp-vc.el:
3549 Don't load cl.el, because that pollutes the namespace. Replace cl
3550 macros by their implementations where necessary. Requested by
3551 Richard Stallman <rms@gnu.org>.
3552
3553 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3554 doesn't exist.
3555 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3556 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3557 (tramp-file-name-p, tramp-file-name-multi-method)
3558 (tramp-file-name-method, tramp-file-name-user)
3559 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3560 replacing defstruct `tramp-file-name'.
3561 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3562 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3563 Apply `vector' instead of `make-tramp-file-name'.
3564 (tramp-handle-make-auto-save-file-name):
3565 Apply `tramp-temporary-file-directory' for compatibility reasons.
3566 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3567 because of XEmacs.
3568 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3569 started.
3570
3571 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3574
3575 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3576
3577 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3578 as the end of the ChangeLog paragraph when it ends without a line
3579 termination.
3580
3581 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
3582
3583 * net/webjump.el (webjump-sample-sites):
3584 Add simple Wikipedia query.
3585
3586 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
3589 compatibility code.
3590
3591 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
3592 (copyright-update-year): Use it.
3593
3594 * edmacro.el (edmacro-format-keys): Use current-active-maps.
3595
3596 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
3597 Add indentation and debugging info. Fix up comment convention.
3598
3599 * cus-dep.el (custom-make-dependencies): Simplify.
3600
3601 * composite.el (compose-region, decompose-region):
3602 Use inhibit-read-only and restore-buffer-modified-p.
3603
3604 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3605 (xterm-mouse-event): Use it.
3606
3607 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3610 `switch-to-buffer' has returned succesfully.
3611 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3612 window is dedicated (it could iconify the frame).
3613
3614 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3615
3616 * vc-hooks.el (vc-find-root): Fix file attribute test.
3617
3618 2007-05-24 Richard Stallman <rms@gnu.org>
3619
3620 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3621 Don't let opoint be nil.
3622 (flyspell-emacs-popup): Explicit error if no dialogs.
3623
3624 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3627 (image-next-line, image-previous-line, image-scroll-up)
3628 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3629 New functions.
3630 (image-mode-map): Remap motion commands.
3631 (image-mode-text-map): New keymap for viewing images as text.
3632 (image-mode): Use image-mode-map.
3633 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3634
3635 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * textmodes/fill.el (canonically-space-region): Make the second arg
3638 a marker if it's not already the case.
3639
3640 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3641
3642 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3643 (tar-get-descriptor): Handle type 55, an extended pax header.
3644
3645 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
3648 to confuse outline-minor-mode.
3649
3650 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3651
3652 * tar-mode.el (tar-file-name-handler): New function.
3653 (tar-extract): Bind file-name-handler-alist to it to force
3654 find-buffer-file-type-coding-system behave as if the file being
3655 extracted existed. Use last-coding-system-used to force
3656 buffer-file-coding-system to what decode-coding-region actually
3657 used to decode the file.
3658
3659 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3660
3661 * progmodes/compile.el (compilation-handle-exit):
3662 `compilation-finish-function' may change the current buffer.
3663
3664 2007-05-22 Richard Stallman <rms@gnu.org>
3665
3666 * files.el (set-auto-mode): Doc fix.
3667
3668 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3669
3670 * help-fns.el (find-source-lisp-file): New function.
3671 (describe-function-1): Use find-source-lisp-file to find source
3672 file in compile tree.
3673
3674 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3675
3676 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3677
3678 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
3679
3680 * emacs-lisp/easy-mmode.el (define-minor-mode)
3681 (easy-mmode-define-navigation): Fix typos in docstrings.
3682
3683 2007-05-22 Glenn Morris <rgm@gnu.org>
3684
3685 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3686
3687 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
3688
3689 * mail/mail-extr.el (mail-extract-address-components):
3690 Recognize non-ASCII characters except for NBSP as words.
3691
3692 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3693
3694 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3695 (rcirc-print): Handle `window-width'.
3696 (rcirc-buffer-maximum-lines): Doc fix.
3697
3698 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * image-mode.el (image-toggle-display): Don't clear image cache.
3701 Only use filename in image spec if the file is readable.
3702 Call image-refresh.
3703
3704 * image.el (image-type-from-file-name, image-type): Simplify.
3705 (image-type-auto-detected-p): Don't scan auto-mode-alist.
3706
3707 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3708 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3709
3710 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3711
3712 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
3713 is an error.
3714
3715 * term/linux.el (terminal-init-linux): Don't signal an error
3716 if gpm isn't running.
3717
3718 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3719
3720 * t-mouse.el: Reduce to a minor-mode macro call.
3721 (t-mouse-mode): Remove the lighter.
3722
3723 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
3724
3725 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 * files.el (auto-mode-alist): Change the regexp so that
3728 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
3729
3730 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * Version 22.1 released.
3733
3734 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3737 changes.
3738
3739 2007-05-19 Kevin Ryde <user42@zip.com.au>
3740
3741 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
3742
3743 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3744
3745 * textmodes/sgml-mode.el: Revert last change.
3746
3747 2007-05-18 Richard Stallman <rms@gnu.org>
3748
3749 * simple.el (push-mark): Doc fix.
3750
3751 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3752
3753 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3754 tpu-global-map.
3755 (tpu-original-global-map): Variable deleted.
3756 (tpu-control-keys-map): New keymap variable.
3757 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3758 setting keymapping directly.
3759 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3760 tpu-global-map.
3761 (tpu-edt-on): Activate the tpu-global-map.
3762 (tpu-edt-off): Deactivate the tpu-global-map.
3763
3764 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3765
3766 * textmodes/ispell.el (ispell-get-word): Return markers
3767 for start and end positions.
3768 (ispell-word): Assume END is a marker.
3769
3770 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3771
3772 * printing.el: Group together all XEmacs/Emacs definitions.
3773 (pr-version): New version 6.9.
3774 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
3775 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3776 (pr-menu-bind): Fix code.
3777 (pr-e-frame-char-height, pr-e-frame-char-width)
3778 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3779 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3780 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3781 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3782 (pr-x-event-y-pixel): Aliases eliminated.
3783 (pr-xemacs-global-menubar): Macro moved.
3784 (current-menubar, current-mouse-event, zmacs-region-stays)
3785 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3786 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3787 Vars moved.
3788 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3789 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3790 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3791 (pr-menu-set-utility-title, pr-even-or-odd-pages)
3792 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3793 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
3794 moved.
3795
3796 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
3797
3798 * textmodes/sgml-mode.el (sgml-tag):
3799 Fix bug: Call sgml-transformation-function.
3800
3801 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3802
3803 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3804 modified flag of buffer. Use `inhibit-modification-hooks'.
3805
3806 2007-05-16 Richard Stallman <rms@gnu.org>
3807
3808 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3809
3810 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3813 Move the *ml, Postscript, and XmCD entries to the fallback part.
3814
3815 * files.el (magic-fallback-mode-alist):
3816 Rename from file-start-mode-alist.
3817
3818 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3819
3820 * progmodes/compile.el (compilation-handle-exit): Quote first
3821 argument of `run-hook-with-args'.
3822
3823 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3824
3825 * buff-menu.el (Buffer-menu-sort-column):
3826 * dabbrev.el (dabbrev-upcase-means-case-search):
3827 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3828 * info.el (Info-current-subfile):
3829 * ls-lisp.el (ls-lisp-verbosity):
3830 * msb.el (msb-menu-cond):
3831 * pcvs.el (cvs-dired-use-hook):
3832 * simple.el (set-mark-command-repeat-pop):
3833 * time.el (display-time-24hr-format, display-time-mail-file):
3834 Doc fixes.
3835
3836 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3837 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3838
3839 * view.el (view-inhibit-help-message): Fix typo in docstring.
3840 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3841
3842 2007-05-16 Martin Rudalics <rudalics@gmx.at>
3843
3844 * textmodes/ispell.el (ispell-start-process): Defend against bad
3845 default-directory.
3846
3847 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3848
3849 * mail/rmail.el (rmail-convert-to-babyl-format): Check
3850 content-transfer-encoding _last_, because it's its position that
3851 we need as value of base64-header-field-end.
3852
3853 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * files.el (mode-require-final-newline, require-final-newline)
3856 (enable-local-variables, enable-local-eval): Doc fixes.
3857
3858 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3859
3860 * ps-print.el: Use default color when foreground or background color
3861 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3862 (ps-print-version): New version 6.7.4.
3863 (ps-rgb-color): New argument. Use default color when color is
3864 unspecified.
3865 (ps-begin-job): Fix code.
3866
3867 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * longlines.el (longlines-mode): Make longlines-auto-wrap
3870 buffer-local. Add hooks unconditionally.
3871 (longlines-auto-wrap): Toggle wrapping.
3872 (longlines-after-change-function)
3873 (longlines-post-command-function): Check longlines-auto-wrap.
3874
3875 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
3876
3877 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
3878 (xterm-mouse-translate): Use it.
3879
3880 2007-05-10 Richard Stallman <rms@gnu.org>
3881
3882 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3883 (iso-cvt-write-only): Likewise.
3884
3885 * emacs-lisp/easy-mmode.el (define-minor-mode):
3886 Fix generated doc string.
3887
3888 * startup.el (fancy-splash-text): Add URL of guided tour.
3889 Adjust horizontal and vertical whitespace.
3890
3891 * progmodes/compile.el (compilation-handle-exit):
3892 Use run-hook-with-args to run compilation-finish-functions.
3893
3894 * files.el (file-start-mode-alist): New variable.
3895 (magic-mode-regexp-match-limit): Doc fix.
3896 (set-auto-mode): Handle file-start-mode-alist.
3897 A little cleanup of structure.
3898
3899 * dabbrev.el (dabbrev-eliminate-newlines):
3900 Renamed from dabbrev--eliminate-newlines. All uses changed.
3901
3902 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3903
3904 * man.el (Man-next-section): Don't consider the last line of the page
3905 as being part of any section.
3906
3907 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
3910 can take any number of values.
3911
3912 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
3915 to the list of citation commands.
3916
3917 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3920
3921 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
3922
3923 * progmodes/python.el (python-font-lock-keywords)
3924 (python-open-block-statement-p, python-mode): Add support for the new
3925 "with" keyword.
3926
3927 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
3930 the exact opposite of diff-goto-source.
3931
3932 * emacs-lisp/advice.el (ad-special-forms): Remove.
3933 (ad-special-form-p): Use subr-arity.
3934
3935 * newcomment.el (comment-search-forward): Make sure we search forward.
3936 (comment-enter-backward): Try and distinguish the non-matching case at
3937 EOB from the non-matching case with a missing comment-end-skip for
3938 a 2-char comment ender.
3939 (comment-choose-indent): New function extracted from comment-indent.
3940 Improve the alignment algorithm.
3941 (comment-indent): Use it.
3942
3943 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
3944 XML style Processing Instructions.
3945 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
3946 (sgml-calculate-indent): Handle `pi' context.
3947
3948 * vc.el: Ensure that update-changelog issues an error when used with
3949 a backend that does not implement it.
3950 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
3951 Remove `backend' argument. Use expand-file-name.
3952 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
3953
3954 * progmodes/python.el (python-end-of-block): Revert last change.
3955 (python-end-of-statement): Make sure we move *forward*.
3956
3957 2007-05-08 Richard Stallman <rms@gnu.org>
3958
3959 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3960 Don't include non-self-insert commands in the exception for `-'.
3961
3962 2007-05-08 David Reitter <david.reitter@gmail.com>
3963
3964 * progmodes/python.el (python-guess-indent): Check non-nullness
3965 before comparing indent against the 2..8 interval.
3966
3967 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3968
3969 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3970 available.
3971
3972 2007-05-06 Richard Stallman <rms@gnu.org>
3973
3974 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3975
3976 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
3979 rather than storing their value in the revert-buffer function.
3980
3981 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
3982
3983 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
3984 when disabling t-mouse-mode.
3985
3986 2007-05-01 Davis Herring <herring@lanl.gov>
3987
3988 * calendar/timeclock.el: Update version number.
3989 (timeclock-modeline-display): Mention timeclock-use-display-time
3990 in explanatory message.
3991 (timeclock-in): Fix non-interactive workday specifications.
3992 (timeclock-log): Don't kill the log buffer if it already existed.
3993 Suppress warnings when finding the log. Don't check for a nil
3994 project twice. Run hooks after killing the buffer (if applicable).
3995 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3996 was geometric). All uses changed.
3997 (timeclock-generate-report): Support prefix argument.
3998
3999 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
4000
4001 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4002 disconnections.
4003
4004 2007-05-01 Romain Francoise <romain@orebokech.com>
4005
4006 * dired-x.el: Revert 2007-04-06 change.
4007
4008 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
4009
4010 * find-dired.el (find-dired-filter): Propertize all text down to eob.
4011
4012 2007-04-29 Richard Stallman <rms@gnu.org>
4013
4014 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4015
4016 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * progmodes/cc-mode.el (c-before-change): Use point-min rather
4019 than 1.
4020
4021 2007-04-28 Richard Stallman <rms@gnu.org>
4022
4023 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4024
4025 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
4026
4027 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4028 don't put stop on toolbar.
4029
4030 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4033
4034 2007-04-28 Eli Zaretskii <eliz@gnu.org>
4035
4036 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4037 instead of $(lisp)/mh-e.
4038
4039 2007-04-28 Glenn Morris <rgm@gnu.org>
4040
4041 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4042 (image-dired-cmd-create-temp-image-options): Replace option
4043 +profile "*" with -strip.
4044
4045 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4048 Use window-start and window-end.
4049
4050 2007-04-27 Andreas Schwab <schwab@suse.de>
4051
4052 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4053
4054 2007-04-27 Eli Zaretskii <eliz@gnu.org>
4055
4056 * textmodes/fill.el (fill-paragraph): Doc fix.
4057
4058 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
4059
4060 * locate.el (locate-in-alternate-database): Doc fix.
4061
4062 2007-04-26 Glenn Morris <rgm@gnu.org>
4063
4064 * button.el (button): Use underline if supported, else fall back
4065 to color.
4066
4067 * version.el (emacs-version): Increase to 22.1.50.
4068
4069 2007-04-25 Richard Stallman <rms@gnu.org>
4070
4071 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4072
4073 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
4074
4075 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4076 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4077 pushing mark.
4078 (idlwave-current-routine): Don't push mark.
4079
4080 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
4081
4082 * image-dired.el (image-dired-display-image): Derive image-type from
4083 filename rather than assuming jpeg, in case no resizing was needed.
4084
4085 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4086
4087 * custom.el (defface): Doc fix.
4088
4089 See ChangeLog.12 for earlier changes.
4090
4091 ;; Local Variables:
4092 ;; coding: iso-2022-7bit
4093 ;; add-log-time-zone-rule: t
4094 ;; End:
4095
4096 Copyright (C) 2007 Free Software Foundation, Inc.
4097
4098 This file is part of GNU Emacs.
4099
4100 GNU Emacs is free software; you can redistribute it and/or modify
4101 it under the terms of the GNU General Public License as published by
4102 the Free Software Foundation; either version 3, or (at your option)
4103 any later version.
4104
4105 GNU Emacs is distributed in the hope that it will be useful,
4106 but WITHOUT ANY WARRANTY; without even the implied warranty of
4107 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4108 GNU General Public License for more details.
4109
4110 You should have received a copy of the GNU General Public License
4111 along with GNU Emacs; see the file COPYING. If not, write to the
4112 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4113 Boston, MA 02110-1301, USA.
4114
4115 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af