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