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