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