]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2008-01-02 Miles Bader <Miles Bader <miles@gnu.org>>
2
3 * net/rcirc.el (rcirc-log-filename-function): New variable.
4 (rcirc-log): Use `rcirc-log-filename-function' to generate the
5 log-file name. Don't log anything if it returns nil.
6 (rcirc-log-write): Use `expand-file-name' when merging the
7 log-file name from the alist with rcirc-log-directory; this does
8 the right thing if the name in the alist already an absolute
9 filename. Make the log-file directory if necessary.
10
11 2007-12-29 Richard Stallman <rms@gnu.org>
12
13 * font-lock.el (font-lock-prepend-text-property)
14 (font-lock-append-text-property): Canonicalize the face and
15 font-lock-face properties.
16
17 * faces.el (facep): Doc fix.
18
19 * startup.el (fancy-startup-tail, fancy-about-text)
20 (fancy-startup-text): Regularize format of face property.
21
22 * facemenu.el (list-colors-print): Use :background and :foreground
23 instead of background-color and foreground-color.
24
25 2007-12-29 Drew Adams <drew.adams@oracle.com>
26
27 * cus-edit.el (custom-add-parent-links):
28 Fill the "Parent documentation" text.
29
30 2007-12-29 Eli Zaretskii <eliz@gnu.org>
31
32 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
33 MS-Windows and MS-DOS.
34 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
35
36 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
37
38 * vc-svn.el (vc-svn-modify-change comment): New function.
39
40 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * vc-git.el (vc-git-dir-state): Set the vc-backend property. Do
43 not disable undo, with-temp-buffer does it by default.
44
45 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
46
47 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
48 correctly.
49
50 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
51 with vc-state.
52 (vc-next-action): Fix vc-transfer-file call.
53
54 2007-12-31 Tom Tromey <tromey@redhat.com>
55
56 * emacs-lisp/elp.el (elp-results): Use header-line-format for
57 header. Move point to the start of the buffer.
58
59 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
60
61 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
62
63 * vc.el: State that dir-state is required to set the vc-state and
64 vc-backend properties.
65
66 2007-12-31 Martin Rudalics <rudalics@gmx.at>
67
68 * man.el (Man-default-man-entry): Make this a defun. Improve
69 guessing mechanism and handling of section numbers.
70
71 2007-12-31 Richard Stallman <rms@gnu.org>
72
73 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
74
75 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
76
77 * calc/calc-units.el (calc-convert-temperature): Ensure that units
78 are on the result even when the result is zero.
79
80 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
83 resistent towards wrong parameters.
84 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
85
86 2007-12-30 Richard Stallman <rms@gnu.org>
87
88 * faces.el (face-all-attributes): New function.
89
90 * faces.el (face-differs-from-default-p): Compute list of attr names
91 from face-attribute-name-alist.
92
93 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
94 (custom-face-save): Likewise.
95 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
96
97 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
98 (custom-theme-set-faces): Clear `face-override-spec' property.
99 Call `face-spec-set' with FOR-DEFFACE.
100
101 * custom.el (custom-theme-recalc-face):
102 Simply call `face-spec-recalc'.
103
104 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
105 Use of frame as third arg is deprecated.
106 Handle `face-override-spec' property.
107 (face-spec-recalc): New function.
108 (face-spec-set-2): New function.
109 (frame-set-background-mode): Handle `face-override-spec' property.
110 Use `face-spec-recalc'.
111 (face-set-after-frame-default): Use `face-spec-recalc'.
112
113 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
114
115 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
116
117 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
118
119 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
120
121 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
122
123 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
124 'added, 'removed.
125
126 * vc.el (header coment): Better description of dir-state.
127 (vc-compatible-state): New function. Checks whether two states
128 can be in the same changeset; used with 'edited it can test whether
129 the next action for a state should be commit.
130 (vc-default-dired-format0info): Display 'added state.
131 (vc-dired-hook): Turn off undo, this is a speed tweak.
132
133 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
134
135 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
136 Cope with the possibility that the 'C' status flag might change
137 in 0.9,6.
138
139 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
140
141 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
142
143 * files.el (cd-absolute): Fix omission bug:
144 Make `list-buffers-directory' buffer-local.
145
146 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
147
148 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
149
150 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
151
152 * calc/calc-aent.el (math-read-token): Fix misplaced
153 parentheses.
154
155 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
156 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
157 (math-yacas-compose-deriv, math-yacas-compose-taylor)
158 (math-maxima-parse-subst, math-maxima-parse-taylor)
159 (math-maxima-compose-taylor, math-maxima-compose-subst)
160 (math-maxima-compose-if, math-lang-switch-args)
161 (math-lang-compose-switch-args, math-read-giac-subscr):
162 New functions.
163 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
164 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
165 Add languages.
166 (math-vector-brackets, math-complex-format, math-variable-table)
167 (math-parse-table, math-oper-table, math-function-table)
168 (math-special-function-table, math-compose-subscr):
169 Add values for new languages.
170
171 * calc/calccomp.el (math-compose-expr): Add new languages.
172
173 * calc/calc.el (calc-language): Add languages to docstring.
174
175 * calc/calc-ext.el (calc-init-extensions): Add keybindings
176 for new languages. Autoload commands to change languages.
177
178 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
179
180 * calc/calc-menu.el (calc-modes-menu): Add new languages.
181 (calc-arithmetic-menu, calc-scientific-function-menu)
182 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
183 (calc-units-menu, calc-variables-menu, calc-stack-menu):
184 Add :active keywords.
185
186 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
187
188 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
189 returns 'ignored or 'unregistered.
190 (vc-hg-state): Pass "-A" to the status command and deal with the
191 output.
192 (vc-hg-dir-state): Pass "-A" to the status command.
193
194 2007-12-29 Richard Stallman <rms@gnu.org>
195
196 * progmodes/compile.el (compilation-start): Set initial visible
197 point properly even when compilation buffer already current.
198
199 2007-12-29 Richard Stallman <rms@gnu.org>
200
201 * files.el (conf-mode-maybe): New function.
202 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
203
204 2007-12-29 Martin Rudalics <rudalics@gmx.at>
205
206 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
207
208 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
209
210 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
211
212 2007-12-29 Richard Stallman <rms@gnu.org>
213
214 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
215 so they never do EOF.
216
217 2007-12-29 Richard Stallman <rms@gnu.org>
218
219 * faces.el (copy-face): Create the new face explicitly if it
220 does not exist already.
221
222 2007-12-29 Eli Zaretskii <eliz@gnu.org>
223
224 * simple.el (minibuffer-history, shell-command-history)
225 (set-variable-value-history):
226 * replace.el (regexp-history):
227 * international/mule-cmds.el (input-method-history):
228 * files.el (file-name-history): Add reference to history-length in
229 the doc string.
230
231 2007-12-29 Richard Stallman <rms@gnu.org>
232
233 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
234
235 2007-12-29 Jason Rumney <jasonr@gnu.org>
236
237 * find-dired.el (find-name-arg): New custom variable.
238 (find-name-dired): Use it.
239 (find-dired-find-program): Remove.
240 (find-dired): Use find-program.
241 (find-grep-dired): Use grep-program.
242
243 * progmodes/grep.el (rgrep): Use find-name-arg.
244
245 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
246
247 * progmodes/cc-vars.el (defcustom-c-stylevar):
248 Revert to pre-2007-12-12 version.
249
250 2007-12-29 Richard Stallman <rms@gnu.org>
251
252 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
253
254 * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
255 Use changed.
256
257 * startup.el (fancy-splash-help-echo): Var deleted.
258 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
259 (fancy-about-screen): Don't display fancy-splash-help-echo.
260
261 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
262
263 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
264
265 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
266 to vc-hooks.el so it will be available to other modes, such as
267 speedbar.el. Also, teach it to recognize monotone state directories.
268
269 * speedbar.el: Remove this mode's fragile assumptions about
270 version-control systems. Instead, make it use logic from
271 vc-hooks.el so it will become smarter whenever VC mode does.
272
273 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
274 Fix the documentation.
275
276 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
277 Modify all instances of the dir-state back-end method to suppress
278 keeping undo lists on the buffers holding status output, which
279 can get extremely large.
280
281 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
282 so they don't do work that the default one can do instead.
283
284 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
285 states, and the new return-value convention. These are not
286 actually used yet, just set.
287
288 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
289 states when appropriate.
290
291 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
292 'unregistered when appropriate.
293
294 * vc-git.el: Document that we don't set the new states yet.
295
296 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
297 'ignored states.
298
299 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
300 appropriate.
301
302 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
303 when appropriate.
304
305 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
306
307 * thumbs.el (thumbs-call-convert): Use call-process directly
308 with thumbs-conversion-program instead of through shell-file-name
309 for better error reporting.
310
311 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
312
313 * calc/calc-aent.el (math-remove-percentsigns):
314 * calc/calccomp.el (math-to-percentsigns): Change placeholder
315 for percent signs.
316
317 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
318
319 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
320 use completion-ignored-extensions to detect files that should be
321 ignorted in VC-Dired listings, heading off lots of expensive calls
322 to (vc-state).
323
324 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
325 non-terse mode.
326 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
327 Makefile.in or Makefile.am
328
329 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
330
331 * ps-print.el (ps-mark-active-p): Fun returned back.
332 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
333 `region-active-p' for error checking.
334
335 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
336
337 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: Put
338 new machinery in place to support editing of change comments
339 with 'e' in a log-view buffer. Not documented yet as this
340 only works for SCCS, RCS, and maybe CVS if you have admin
341 privileges. When we have backend support for Subversion and
342 more modern systems it will be time to write this up.
343
344 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
345
346 * international/mule-cmds.el (select-safe-coding-system):
347 When a buffer is modified, cancel the writing.
348
349 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
350
351 * log-view.el: Add Subversion and Mercurial log format samples.
352
353 * vc.el (vc-dired-hook): Significantly speed up by arranging for
354 it to call the backend dir-state hook (if it exists)
355 exactly *once*, rather than once per each subdirectory (with
356 dired-state-info calls on all toplevel files slowing it down even
357 further). For this to work, backend dir-state methods have to
358 recurse to subdirectories. Most of them already did anyway; a few
359 needed *non*-recursion switches removed. This change mostly
360 removed code that was perversely bad and should have been shot
361 through the head years ago.
362
363 * vc-bzr.el (vc-bzr-dir-state):
364 * vc-cvs.el (vc-cvs-dir-state):
365 * vc-mcvs.el (vc-mcvs-dir-state):
366 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
367
368 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
369 multiple arguments, so generate logs sequentially when we get them.
370 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
371 headers so the various log bindings can do the right thing.
372 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
373
374 2007-12-26 Andreas Schwab <schwab@suse.de>
375
376 * font-lock.el (save-buffer-state): Make sure the state of the
377 buffer is always restored.
378
379 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
380
381 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
382
383 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
384 a variable.
385
386 * calc/calccomp.el (math-to-percentsigns): New function.
387 (math-compose-var): Handle variables with percent signs.
388 (math-compose-expr): Handle function names with percent signs.
389
390 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
391 (math-read-exprs): Handle percent signs in languages that
392 allow them.
393 (math-restore-underscores): Remove function.
394 (math-remove-percentsigns, math-restore-placeholders):
395 New functions.
396
397 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
398
399 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
400 of `mark' for error checking.
401
402 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
403
404 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
405 New functions.
406 (image-mode): Set bookmark-make-cell-function appropriately.
407
408 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
409
410 * bookmark.el (bookmark-make-cell-function): New variable.
411 (bookmark-make): Call bookmark-make-cell-function's function
412 instead of bookmark-make-cell.
413 (bookmark-get-handler, bookmark-jump-internal): New functions.
414 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
415 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
416 Use bookmark-jump-internal.
417 (bookmark-make-cell-for-text-file): Renamed from bookmark-make-cell.
418
419 * doc-view.el (doc-view-bookmark-make-cell)
420 (doc-view-bookmark-jump): New functions.
421 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
422
423 2007-12-25 Miles Bader <miles@gnu.org>
424
425 * indent.el (indent-for-tab-command): Rigidly indent the following
426 sexp along with the current line when a prefix arg is given in the
427 non-active-region case. Specify raw prefix in interactive spec.
428 Simplify main indentation logic to get rid of the conditional call
429 to `indent-according-to-mode' (it just ended up calling
430 `indent-line-function' in all cases anyway, which can be done more
431 simply here). Remove unnecessary test of ARG in active region case.
432
433 2007-12-25 Richard Stallman <rms@gnu.org>
434
435 * allout.el (allout-region-active-p): Rename from my-region-active-p.
436 Use `use-region-p'.
437 (allout-write-file-hook-handler): Simplify code.
438
439 * ps-print.el (ps-mark-active-p): Function deleted.
440 (ps-print-preprint-region): Use (mark) for the error check.
441
442 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
443
444 * winner.el (winner-active-region): Use `mark-active' if it's defined.
445
446 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
447
448 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
449
450 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
451
452 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
453
454 * progmodes/cc-defs.el (c-region-is-active-p):
455 Use `mark-active' if it's defined.
456
457 * progmodes/cc-cmds.el (c-indent-line-or-region):
458 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
459
460 * simple.el (select-active-regions): New option.
461 (set-mark): Obey it.
462 (yank-pop-change-selection): New option.
463 (current-kill): Obey it.
464
465 * simple.el (use-region-p): Renamed from `region-active-p'.
466 (region-active-p): New function.
467
468 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
469
470 * term/x-win.el (x-select-enable-primary): New option.
471 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
472
473 * mouse.el (mouse-yank-primary): New function (almost same
474 as mouse-yank-secondary).
475
476 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
477
478 * calculator.el:
479 * dframe.el:
480 * iswitchb.el:
481 * whitespace.el:
482 * winner.el:
483 * emacs-lisp/checkdoc.el:
484 * mail/feedmail.el:
485 * net/quickurl.el:
486 * obsolete/fast-lock.el:
487 * play/5x5.el:
488 * progmodes/delphi.el:
489 * progmodes/idlw-shell.el:
490 * progmodes/idlwave.el:
491 * textmodes/artist.el:
492 * textmodes/ispell.el:
493 * textmodes/texinfmt.el:
494 * textmodes/texinfo.el: Remove obsolete definitions of backward
495 compatibility macros for defcustom, defgroup, defface, when,
496 unless, with-current-buffer and with-temp-message.
497
498 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
501
502 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
505 indeed a process.
506
507 2007-12-23 Richard Stallman <rms@gnu.org>
508
509 * simple.el (region-active-p): New function.
510 (use-empty-active-region): New variable.
511
512 * dired-aux.el (dired): Load dired.el at run time too.
513
514 2007-12-23 Juri Linkov <juri@jurta.org>
515
516 * man.el (Man-follow-manual-reference): Fill the minibuffer's
517 default list with a full list of references.
518
519 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
520
521 2007-12-23 Andreas Schwab <schwab@suse.de>
522
523 * files.el (switch-to-buffer-other-frame): Return the buffer
524 switched to.
525
526 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
527
528 Sync with Tramp 2.1.12.
529
530 * net/tramp.el: New todo item.
531
532 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
533 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
534
535 * net/trampver.el: Update release number.
536
537 2007-12-22 Richard Stallman <rms@gnu.org>
538
539 * newcomment.el (comment-region-default): Don't triple the
540 comment starter if the first region line isn't indented enough.
541
542 2007-12-21 Martin Rudalics <rudalics@gmx.at>
543
544 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
545 specifier from format-string. Reported by Ye Wenbin.
546
547 2007-12-20 Jason Rumney <jasonr@gnu.org>
548
549 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
550 Parent group is font-lock-faces.
551 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
552 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
553 (nxml-version): Remove.
554 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
555 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
556 (nxml-processing-instruction-delimiter)
557 (nxml-processing-instruction-target)
558 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
559 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
560 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
561 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
562 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
563 (nxml-attribute-prefix, nxml-attribute-colon)
564 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
565 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
566 (nxml-attribute-value, nxml-attribute-value-delimiter)
567 (nxml-namespace-attibute-value)
568 (nxml-namespace-attribure-value-delimiter)
569 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
570 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
571 (nxml-glyph): Rename, removing -face suffix.
572 Inherit from existing font-lock faces.
573 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
574 Use new face names.
575
576 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
577 (nxml-outline-active-indicator, nxml-outline-ellipsis):
578 Rename, removing -face suffix.
579 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
580 (nxml-highlighted-colon, nxml-highlighted-slash)
581 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
582 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
583 (nxml-highlighted-qname, nxml-outline-display-heading):
584 Use new face names.
585
586 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
587
588 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
589
590 2007-12-19 Martin Rudalics <rudalics@gmx.at>
591
592 * cus-start.el (all): Use correct group name for members of
593 mode-line group.
594
595 * man.el (Man-default-man-entry): When looking for default man
596 entry title search text preceding point. Use when instead of if.
597
598 * indent.el (indent-for-tab-command): Fix doc-string typo.
599
600 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
601 vc-parent-buffer is the current buffer.
602
603 * info-look.el (info-lookup, info-lookup-setup-mode)
604 (info-lookup-make-completions): Avoid clobbering Info-history and
605 Info-history-list.
606
607 2007-12-19 Glenn Morris <rgm@gnu.org>
608
609 * progmodes/verilog-mode.el (top-level): Don't require compile.
610 (compilation-error-regexp-alist, compilation-last-buffer):
611 Define for compiler.
612 (verilog-insert-1): New function.
613 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
614 Use verilog-insert-1.
615 (verilog-surelint-off): Use next-error-last-buffer if bound.
616 Check compile buffer is live.
617
618 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
619
620 * progmodes/compile.el (compilation-start): Don't pass a FRAME
621 argument to display-buffer.
622
623 2007-12-19 Jason Rumney <jasonr@gnu.org>
624
625 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
626 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
627 (rng-byte-compile-load, rng-write-version): Remove.
628
629 * nxml/rng-loc.el (rng-schema-locating-files-default)
630 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
631 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
632
633 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
634
635 * files.el (cd-absolute): Set `list-buffers-directory' in order to
636 show correct path in buffer list.
637
638 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
639 (tramp-find-shell): Send only single prompt setting commands, in
640 order to avoid double-prompt.
641
642 * net/tramp-compat.el (top): Require cl only when compiling.
643 Reported by Glenn Morris <rgm@gnu.org>.
644
645 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
646
647 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
648 (c-comment-continuation-stars): No longer declare with
649 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
650 (c-block-comment-prefix): Use symbol-value to
651 access c-comment-continuation-stars.
652 * progmodes/cc-mode.el (c-initialize-cc-mode):
653 Use symbol-value to access c-comment-continuation-stars.
654
655 2007-12-18 Mark A. Hershberger <mah@everybody.org>
656
657 * xml.el (xml-escape-string): New function. Escape string using
658 xml-entity-alist.
659 (xml-debug-print-internal): Use xml-escape-string to escape
660 characters in attributes and in text children of elements.
661
662 2007-12-18 Glenn Morris <rgm@gnu.org>
663
664 * progmodes/cc-subword.el (c-subword-mode): Drop support for
665 systems without define-minor-mode.
666
667 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
668
669 * progmodes/verilog-mode.el: Replace all instances of
670 string-to-int with string-to-number, insert-string with insert,
671 and read-input with read-string.
672 (top-level): No need to require imenu, reporter, dinotrace, vc,
673 font-lock when compiling. Always require compile. Relegate remaining
674 compatibility cruft to XEmacs. Don't require font-lock.
675 (verilog-version): Remove superfluous concat.
676 (dinotrace-unannotate-all, zmacs-activate-region)
677 (customize-apropos): No need to define.
678 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
679 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
680 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
681 (verilog-startup-message-displayed): These are variables, not constants.
682 (verilog-batch-execute-func, verilog-auto-inst)
683 (verilog-auto-inst-param): Use mapc rather than mapcar.
684 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
685 actually defining.
686 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
687 (verilog-modi-get-outputs, verilog-modi-get-inouts)
688 (verilog-modi-get-inputs, verilog-modi-get-wires)
689 (verilog-modi-get-regs, verilog-modi-get-assigns)
690 (verilog-modi-get-consts, verilog-modi-get-gparams)
691 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
692 (verilog-modi-get-sub-inputs): Move inline functions earlier in
693 the file.
694 (sigs-in, sigs-out): Don't declare multiple times.
695 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
696 `defvar'.
697 (verilog-auto): Call dinotrace-unannotate-all only if bound.
698 (verilog-module-inside-filename-p): No need to wrap fboundp test
699 in condition-case.
700 (reporter-submit-bug-report): Autoload it.
701 (verilog-mark-defun): Call zmacs-activate-region only if bound.
702 (verilog-font-customize): Call customize-apropos only if bound.
703 (verilog-getopt-flags, verilog-auto-reeval-locals): Use
704 make-local-variable rather than make-variable-buffer-local.
705 (verilog-company, verilog-project, verilog-modi-cache-list):
706 Move make-variable-buffer-local calls to top-level.
707 (font-lock-defaults-alist): Don't define it.
708 (verilog-need-fld): Remove.
709 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
710 (verilog-mode): Only call make-local-hook on XEmacs. Set
711 font-lock-defaults rather than using verilog-font-lock-init.
712
713 2007-12-17 Andreas Schwab <schwab@suse.de>
714
715 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
716 Fix comment typo.
717
718 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
719
720 * net/dbus.el (dbus-name-owner-changed-handler):
721 Use `dbus-unregister-signal' for removing old rules.
722 Obey new structure of `dbus-registered-functions-table'.
723
724 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
725
726 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
727
728 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
729
730 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
731 function.
732 (add-submenu): Only define for XEmacs.
733 (verilog-regexp-words): Revert previous change, keep the other
734 definition.
735
736 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * progmodes/perl-mode.el (perl-continued-statement-offset)
739 (perl-continued-brace-offset, perl-brace-offset)
740 (perl-brace-imaginary-offset, perl-label-offset):
741 * progmodes/cperl-mode.el (cperl-brace-offset)
742 (cperl-continued-brace-offset, cperl-label-offset)
743 (cperl-continued-statement-offset)
744 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
745 Add safe-local-variable properties.
746
747 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
748
749 * progmodes/verilog-mode.el (verilog-mode-map)
750 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
751 (verilog-colorize-include-files): Use only overlay functions so
752 that it can work on both emacs and XEmacs.
753 (set-extent-keymap): Remove unused defun.
754 (verilog-kill-existing-comment, verilog-insert-date)
755 (verilog-insert-year): Rename in order not to pollute the global
756 namespace from kill-existing-comment, insert-date and
757 insert-year, respectively.
758 (verilog-set-auto-endcomments, verilog-header): Update callers.
759
760 * files.el (auto-mode-alist): Recognize verilog files.
761
762 * progmodes/verilog-mode.el (verilog-string-replace-matches)
763 (verilog-string-remove-spaces, verilog-re-search-forward)
764 (verilog-re-search-backward, verilog-re-search-forward-quick)
765 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
766 (verilog-get-end-of-line, verilog-within-string): Move definitions
767 before first use. No code changes.
768
769 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
770
771 * progmodes/verilog-mode.el (verilog-mode-version)
772 (verilog-mode-release-date): Don't use expanding keywords.
773 (provide): Move to the end of file.
774 (fboundp): Don't check if eval-when-compile is bound, it is used
775 later in the file without checking.
776 (when, unless): Copy definitions from subr.el.
777 (char-before, defcustom, defface, customize-group)
778 (verilog-batch-error-wrapper): Don't use old style backquotes.
779 (verilog-regexp-opt): Avoid using the cl function case.
780 (verilog-regexp-words): Remove duplicated definition.
781 (verilog-mode-abbrev-table): Remove, duplicate.
782 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
783 Declare and initialize in one step.
784 (verilog-declaration-prefix-re, verilog-declaration-re)
785 (verilog-end-of-statement, verilog-indent-declaration)
786 (verilog-get-lineup-indent): Remove trailing whitespace.
787 (verilog-mode): Fix autoload cookie. Set
788 beginning-of-defun-function and end-of-defun-function. Use when
789 instead of if.
790 (verilog-emacs-features, verilog-auto-ascii-enum)
791 (verilog-insert-indices): Escape braces in doc strings.
792
793 2007-12-08 Michael McNamara <mac@verilog.com>
794 Wilson Snyder <wsnyder@wsnyder.org>
795
796 * progmodes/verilog-mode.el: New file.
797
798 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
799
800 * international/latexenc.el (latexenc-find-file-coding-system): If
801 both coding-system-for-write and buffer-file-coding-system of
802 latex-main-file are nil, use `undecided'.
803
804 2007-12-06 Jason Rumney <jasonr@gnu.org>
805
806 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
807
808 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
809
810 * files.el (revert-buffer): Docstring fix.
811
812 2007-12-11 Glenn Morris <rgm@gnu.org>
813
814 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
815
816 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
817
818 * calc/calc-aent.el (math-restore-underscores)
819 (math-string-restore-underscores): New functions.
820 (math-read-factor): Properly check variable names with underscores
821 for entries in `math-expr-variable-mapping'.
822
823 * calc/calc-lang.el (math-lang-name): New property name.
824
825 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
826 to set language name.
827
828 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
829
830 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
831
832 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * server.el (server-select-display): Fix important typo.
835 (server-process-filter): Turn a "" display into nil.
836
837 2007-12-09 Juri Linkov <juri@jurta.org>
838
839 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
840 Check search-upper-case before calling isearch-no-upper-case-p
841 to set case-fold-search.
842 (occur): Doc fix.
843 (occur-1, perform-replace): Check search-upper-case before calling
844 isearch-no-upper-case-p to set case-fold-search.
845
846 * isearch.el (search-upper-case): Doc fix.
847 (isearch-mode-map): Bind `M-s o' to isearch-occur.
848 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
849 (isearch-query-replace-regexp): Doc fix.
850 (isearch-occur): New function.
851
852 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
853
854 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
855 backward compatibility.
856
857 * net/imap.el (imap-string-to-integer): New function.
858
859 2007-12-09 David Kastrup <dak@gnu.org>
860
861 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
862 directories. Not sure anybody uses this anymore, though.
863
864 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
865
866 * printing.el: Fix pr-interface-map initialization code.
867 (pr-version): New version 6.9.3.
868 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
869 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
870 (pr-f-read-string): Replace by pr-read-string.
871 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
872 name.
873 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
874
875 2007-12-09 Glenn Morris <rgm@gnu.org>
876
877 * emulation/viper-init.el (top-level): Use dolist rather than mapc
878 in make-variable-frame-local call.
879
880 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
881
882 * mail/hashcash.el (declare-function):
883 * net/imap.el (declare-function): New no-op macro for backward
884 compatibility.
885
886 2007-12-08 Eli Zaretskii <eliz@gnu.org>
887
888 Sync makefile.w32-in with Makefile.in.
889
890 * makefile.w32-in (check-declare): New target.
891 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
892 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
893 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
894 ($(lisp)/progmodes/cc-mode.elc): Use it.
895 ($(lisp)/progmodes/cc-mode.elc): New rule.
896
897 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
898
899 * indent.el (tab-stop-list): Mark as safe-local-variable.
900
901 * generic-x.el (etc-sudoers-generic-mode): New mode.
902 (generic-unix-modes): Add it.
903
904 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
905
906 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
907 apply wildcards in a hash table key; there is no usable hash code then.
908 (dbus-registered-functions-table): Use `equal' as test function.
909 (dbus-name-owner-changed-handler): Rewrite due to new hash table
910 structure.
911
912 2007-12-08 Martin Rudalics <rudalics@gmx.at>
913
914 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
915 bound error in block comment branch.
916
917 2007-12-08 David Kastrup <dak@gnu.org>
918
919 * textmodes/reftex.el (reftex-select-with-char):
920 * textmodes/reftex-toc.el (reftex-toc-do-promote)
921 (reftex-toc-visit-location, reftex-toc-find-section):
922 * textmodes/reftex-index.el (reftex-index-show-entry):
923 * textmodes/org.el (org-cycle-hide-archived-subtrees)
924 (org-table-rotate-recalc-marks, org-mark-ring-push)
925 (org-follow-info-link, org-mhe-get-message-folder-from-index)
926 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
927 (org-evaluate-time-range, org-edit-agenda-file-list):
928 * textmodes/artist.el (artist-select-next-op-in-list)
929 (artist-select-prev-op-in-list):
930 * term/mac-win.el (mac-service-insert-text):
931 * startup.el (fancy-about-screen):
932 * progmodes/vhdl-mode.el (vhdl-decision-query):
933 * progmodes/idlwave.el (idlwave-template)
934 (idlwave-scroll-completions, idlwave-display-completion-list):
935 * progmodes/ebrowse.el (ebrowse-show-progress):
936 * progmodes/cperl-mode.el (cperl-find-pods-heres):
937 * progmodes/antlr-mode.el (antlr-insert-option-do):
938 * play/mpuz.el (mpuz-close-game):
939 * net/rcirc.el (rcirc-next-active-buffer):
940 * mail/reporter.el (reporter-update-status):
941 * kmacro.el (kmacro-display):
942 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
943 * emulation/viper-util.el (viper-save-setting):
944 * emacs-lisp/lisp-mnt.el (lm-verify):
945 * emacs-lisp/edebug.el (edebug-set-mode):
946 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
947 * calendar/calendar.el (calendar-print-day-of-year):
948 * calc/calcalg3.el (calc-curve-fit):
949 * calc/calcalg2.el (math-integral):
950 * calc/calc.el (calc-read-key-sequence, calc-version):
951 * calc/calc-mode.el (calc-set-simplify-mode):
952 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
953
954 2007-12-07 D. Goel <deego3@gmail.com>
955
956 * progmodes/idlw-shell.el (idlwave-shell-display-line)
957 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
958 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
959 * mail/uce.el (uce-reply-to-uce)
960 * progmodes/vhdl-mode.el (vhdl-template-modify)
961 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
962 to `error' (as suggested by RMS.)
963
964 2007-12-07 Glenn Morris <rgm@gnu.org>
965
966 * allout.el (allout-write-file-hook-handler):
967 * textmodes/reftex.el (reftex-TeX-master-file):
968 * textmodes/reftex-parse.el (reftex-short-context):
969 Revert previous change.
970
971 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
972
973 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
974 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
975 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
976 (dbus-event-service-name, dbus-event-path-name)
977 (dbus-event-interface-name, dbus-event-member-name): Fix for new
978 event structure.
979 (dbus-list-activatable-names, dbus-list-names)
980 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
981 Reorder `dbus-call-method' arguments.
982
983 2007-12-06 D. Goel <deego3@gmail.com>
984
985 * allout.el (allout-write-file-hook-handler):
986 * textmodes/reftex.el (reftex-TeX-master-file):
987 * textmodes/org.el (org-paste-subtree):
988 * progmodes/vhdl-mode.el (vhdl-template-modify):
989 * progmodes/idlw-shell.el (idlwave-shell-send-command)
990 (idlwave-shell-display-line):
991 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
992 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
993 * net/trampver.el (x):
994 * mail/uce.el (uce-reply-to-uce):
995 * mail/rmailout.el (rmail-output):
996 * mail/feedmail.el (feedmail-dump-message-to-queue):
997 * whitespace.el (whitespace-write-file-hook):
998 * wdired.el (wdired-check-kill-buffer):
999 * vc.el (vc-update):
1000 * vc-mcvs.el (vc-mcvs-checkin):
1001 * vc-cvs.el (vc-cvs-checkin):
1002 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1003 * ibuffer.el (ibuffer-current-buffer):
1004 * dired.el (dired-move-to-end-of-filename):
1005 * bindings.el (complete-symbol):
1006 * textmodes/org-publish.el (org-publish-file):
1007 (org-publish-current-project):
1008 * textmodes/reftex-parse.el (reftex-short-context):
1009 * textmodes/texinfmt.el: Fix buggy calls to `error'.
1010
1011 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * doc-view.el (doc-view-dvi->pdf-sentinel)
1014 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1015 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1016 within a sentinel or timer.
1017 (doc-view-display): Don't try to display before the requested page
1018 is available, unless told to do so explicitly.
1019 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1020 Force display even if the requested page is not available.
1021
1022 2007-12-06 Richard Stallman <rms@gnu.org>
1023
1024 * help-fns.el (describe-function-1): Call ad-get-advice-info
1025 only on symbols.
1026
1027 2007-12-06 Glenn Morris <rgm@gnu.org>
1028
1029 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1030 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1031 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1032 faces in non-light-background case.
1033
1034 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1035 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1036 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1037 * emulation/vi.el, emulation/viper-cmd.el:
1038 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1039 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1040 * textmodes/fill.el: Remove directory part from filenames in
1041 function declarations.
1042
1043 * dired-aux.el (mailcap-mime-info): Update declaration.
1044
1045 2007-12-05 Richard Stallman <rms@gnu.org>
1046
1047 * wid-edit.el (widget-type): Doc fix.
1048
1049 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1052 Don't match "sub { (...) ... }".
1053
1054 2007-12-05 Richard Stallman <rms@gnu.org>
1055
1056 * international/mule-cmds.el (toggle-input-method-active): New var.
1057 (toggle-input-method): Bind toggle-input-method-active to t.
1058 Error if it was already non-nil.
1059
1060 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1061
1062 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1063
1064 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1065
1066 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1067 see if certs should be verified and what is to be done in the
1068 event of a verification failure.
1069
1070 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1071
1072 * net/tls.el (tls-program): Provide more custom choices from
1073 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
1074 (tls-process-connection-type, tls-success): Remove "*" in doc string.
1075 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1076 version. Minor improvement to doc strings.
1077 (tls-program): Add comment.
1078
1079 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1080
1081 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1082 (tls-checktrust): New variable. Check if GNU TLS complained about a
1083 mismatch between the hostname provided in the certificate and the name
1084 of the host connnecting to.
1085 (open-tls-stream): Use them. Check certificates against trusted root
1086 certificates.
1087
1088 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
1089
1090 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1091 (imap-parse-status): Upcase status-att for broken servers that sends
1092 them lower-case (e.g., MS Exchange 2007).
1093
1094 2007-12-05 D. Goel <deego3@gmail.com>
1095
1096 * simple.el (undo):
1097 * image-dired.el (image-dired-display-thumb-properties):
1098 (image-dired-modify-mark-on-thumb-original-file):
1099 (image-dired-dired-display-properties):
1100 * help.el (help-window-display-message):
1101 * files.el (hack-local-variables-confirm):
1102 * ediff.el (ediff-version):
1103 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1104 `message' and `error': Ensure that first arg is a format string.
1105
1106 * emacs-lisp/find-func.el (find-library-name): Prefer files with
1107 ".el" suffix over "".
1108
1109 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
1110
1111 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1112 interface and member fields.
1113
1114 2007-12-05 Glenn Morris <rgm@gnu.org>
1115
1116 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1117 (pcomplete-here): Autoload it.
1118
1119 * eshell/em-basic.el (print-func): No need to define for compiler.
1120
1121 * eshell/esh-cmd.el (eshell-debug-command):
1122 * eshell/esh-io.el (eshell-print): Move definitions before use.
1123
1124 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1125
1126 * eshell/esh-util.el (top-level): Don't require pp.
1127 Use condition-case rather than ignore-errors.
1128
1129 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1130
1131 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1132 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1133 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1134 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1135 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1136 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1137 * eshell/esh-util.el, eshell/eshell.el: Require individual files
1138 if needed when compiling, rather than esh-maint. Collect any
1139 require statements. Move provide statement to end. Move any
1140 commentary to start.
1141
1142 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1143 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1144 * eshell/esh-proc.el, eshell/esh-var.el:
1145 Require individual files if needed when compiling, rather than
1146 esh-maint. Collect any require statements. Leave provide at start.
1147 Move any commentary to start.
1148
1149 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1150 Remove declared function from byte-compile-noruntime-functions.
1151
1152 * ediff-util.el (ediff-version):
1153 * progmodes/python.el (compilation-shell-minor-mode):
1154 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1155 (calendar-bahai-date-string, calendar-check-holidays)
1156 (calendar-chinese-date-string, calendar-coptic-date-string)
1157 (calendar-ethiopic-date-string, calendar-forward-day)
1158 (calendar-french-date-string, calendar-goto-date)
1159 (calendar-goto-today, calendar-hebrew-date-string)
1160 (calendar-islamic-date-string, calendar-iso-date-string)
1161 (calendar-julian-date-string, calendar-mayan-date-string)
1162 (calendar-persian-date-string, gnus-summary-last-subject)
1163 (parse-time-string, rmail-show-message): Declare as functions.
1164
1165 2007-12-05 Michael Olson <mwolson@gnu.org>
1166
1167 * textmodes/remember.el: Merge contents of remember-diary.el here,
1168 updating header. Add autoload cookie so that byte-compilation
1169 works without warning.
1170 (remember-diary-file): Default to nil, since diary might not yet
1171 be loaded at this point, which would deny us access to diary-file.
1172 (remember-diary-extract-entries): If remember-diary-file is nil,
1173 then use diary-file instead.
1174
1175 * textmodes/remember-diary.el: Remove, due to the issue of needing
1176 the first 8 characters of a filename to be unique.
1177
1178 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/dbus.el (dbus-hash-table=): New defun.
1181 (dbus-hash-table-test) New hash table test function, used in
1182 `dbus-registered-functions-table'.
1183 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1184 (dbus-event-service-name, dbus-event-path-name)
1185 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1186 due to new structure of `dbus-event'.
1187
1188 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * ido.el (ido-save-history): Set the `coding' local
1191 variable in the first line of the file.
1192
1193 2007-12-04 Glenn Morris <rgm@gnu.org>
1194
1195 * password-cache.el: Move here from gnus/password.el.
1196 (top-level): Don't require cl when compiling.
1197 (password-read-and-add): Doc fix. Make obsolete.
1198
1199 * net/tramp.el: Require password-cache or password.
1200
1201 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1202 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
1203 compiling.
1204 (cua-set-rectangle-mark): Add doc string to autoload.
1205 (cua--rectangle, cua--last-killed-rectangle)
1206 (cua--global-mark-active): Always define for compiler.
1207 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1208 (cua--delete-rectangle, cua--insert-rectangle)
1209 (cua--rectangle-corner, cua--rectangle-assert)
1210 (cua--insert-at-global-mark, cua--global-mark-post-command):
1211 Declare as functions.
1212
1213 * emulation/cua-gmrk.el (top-level): Move provide to end.
1214
1215 * emulation/cua-rect.el (top-level): Move provide to end.
1216 Don't require cua-gmrk when compiling.
1217 (cua--cut-rectangle-to-global-mark)
1218 (cua--copy-rectangle-to-global-mark): Declare as functions.
1219
1220 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1221 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1222 (viper-vi-state-cursor-color):
1223 Consolidate make-variable-frame-local calls.
1224
1225 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1226 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1227 than bbdb-address-street1,2,3.
1228
1229 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1230 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
1231
1232 2007-12-03 Karl Fogel <kfogel@red-bean.com>
1233
1234 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1235 (save-place-alist-to-file, load-save-place-alist-from-file):
1236 Don't print non-error messages at all, there's really no need.
1237 Do print if there's a problem, and clarify message in that case.
1238
1239 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * ediff-diff.el (ediff-prepare-error-list):
1242 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1243
1244 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
1245
1246 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1247 (doc-view-current-overlay, doc-view-pending-cache-flush):
1248 Add doc string.
1249
1250 2007-12-03 Richard Stallman <rms@gnu.org>
1251
1252 * subr.el (declare-function): Move from byte-run.el.
1253
1254 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1255
1256 * window.el (recenter-top-bottom): Don't use `ecase'.
1257
1258 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1259
1260 * saveplace.el (save-place-alist-to-file):
1261 Set coding-system-for-write once and refer to it throughout.
1262 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1263
1264 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1265
1266 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1267 system when writing, and set it in the first-line file variables.
1268 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1269 Juanma Barranquero.
1270
1271 2007-12-02 Glenn Morris <rgm@gnu.org>
1272
1273 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1274 Reverse branches of if statement.
1275
1276 * emulation/viper-cmd.el (top-level): Don't require advice.
1277 Don't load viper-util, viper-keym, viper-mous, viper-macs,
1278 viper-ex when compiling.
1279
1280 * emulation/viper-ex.el (top-level): Don't load viper-util,
1281 viper-keym when compiling.
1282
1283 * emulation/viper-init.el (top-level): Move provide statement to end.
1284
1285 * emulation/viper-keym.el (top-level): Don't load viper-util when
1286 compiling. Move provide statement to end.
1287
1288 * emulation/viper-macs.el (top-level): Don't load viper-util,
1289 viper-keym, viper-mous when compiling.
1290
1291 * emulation/viper-mous.el (top-level): Don't load viper-util when
1292 compiling.
1293
1294 * emulation/viper-util.el (top-level): Don't load viper-init when
1295 compiling.
1296
1297 * emulation/viper.el (top-level): Don't require ring.
1298 Don't load viper-init, viper-cmd when compiling.
1299
1300 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1301 Move here from gnus/.
1302
1303 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1304
1305 Offer option for saveplace to be quiet about loading and saving.
1306 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1307
1308 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1309 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1310 to determine whether to print loading/saving messages.
1311
1312 2007-12-02 Glenn Morris <rgm@gnu.org>
1313
1314 * mail/binhex.el: Move here from gnus/.
1315 (binhex): New custom group.
1316 (binhex-decoder-program, binhex-decoder-switches)
1317 (binhex-use-external): Move to the binhex custom group.
1318
1319 * mail/uudecode.el: Move here from gnus/.
1320 (uudecode): New custom group.
1321 (uudecode-decoder-program, uudecode-decoder-switches)
1322 (uudecode-use-external): Move to the uudecode custom group.
1323
1324 * net/netrc.el (top-level): Don't load `encrypt' features.
1325 (netrc-parse): Don't use encrypt.
1326 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1327
1328 * progmodes/python.el (top-level): Don't require cl when compiling.
1329
1330 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
1331
1332 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1333 encoding for aspell process and for communication with it.
1334 Only add "-d" option if not already present.
1335 Use ispell-current-dictionary and ispell-current-personal-dictionary.
1336 General reorganization.
1337
1338 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1339 encoding here.
1340 (ispell-start-process): Explicitly set encoding here if using aspell.
1341
1342 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
1343
1344 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1345 function to log-edit.
1346
1347 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1348
1349 * net/dbus.el: New file.
1350
1351 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
1352
1353 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1354 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1355 (calc-lang-parens-are-subscripts): New variables.
1356 (math-expr-special-function-mapping): Remove variable.
1357 (math-eqn-ignore-words, math-tex-ignore-words)
1358 (math-latex-ignore-words): Move to calc-lang.el.
1359
1360 * calc/calc-lang.el (math-compose-vector, math-compose-var)
1361 (math-tex-expr-is-flat): Declare as functions.
1362 (calc-lang-slash-idiv, calc-lang-allow-underscores)
1363 (math-comp-left-bracket, math-comp-right-bracket)
1364 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1365 (math-var-formatter, math-matrix-formatter)
1366 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1367 (math-punc-table, math-compose-subscr, math-dots)
1368 (math-func-formatter): New property names to store language
1369 specific information.
1370 (math-compose-tex-var, math-compose-tex-intv)
1371 (math-compose-maple-intv, math-compose-eqn-intv)
1372 (math-compose-tex-sum, math-compose-tex-func)
1373 (math-compose-tex-intv): New functions.
1374 (math-eqn-ignore-words, math-tex-ignore-words)
1375 (math-latex-ignore-words): Move from calc.el.
1376 (math-special-function-table): Add entries for tex.
1377 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1378 New variables.
1379 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1380 (math-compose-tex-matrix, math-compose-eqn-matrix)
1381 (math-eqn-special-functions): Move from calccomp.el.
1382
1383 * calc/calccomp.el (math-compose-var): New function.
1384 (math-compose-expr): Allow more special functions to be used.
1385 Change test for formatting fractions. Use variables and property
1386 names to help with language specific formatting.
1387 (math-compose-tex-matrix, math-compose-eqn-matrix)
1388 (math-eqn-special-functions): Move to calc-lang.el.
1389 (math-compose-rows): Use property names to help with language
1390 specific formatting.
1391
1392 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1393 into nested subscripts.
1394 (math-read-token): Use variables and property names to help with
1395 language specific parsing.
1396 (math-read-expression-level): Use variables to help with language
1397 specific parsing.
1398
1399 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1402 (archive-rar-summarize): Allow the file name to be passed as argument.
1403 Remove unused vars `header' and `footer'.
1404 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1405
1406 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1407
1408 * log-edit.el (log-edit-show-diff): New function.
1409 (log-edit-mode-map, log-edit-menu): Bind it.
1410 (log-edit-diff-function): New variable.
1411 (log-edit): Change the 3rd param to be an alist and accept a
1412 function that computes a diff for the files involved.
1413
1414 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1415
1416 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1417
1418 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1419 wrap next-/previous-line in with-no-warnings.
1420
1421 2007-12-01 Glenn Morris <rgm@gnu.org>
1422
1423 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1424
1425 * net/dig.el: Move here from gnus/.
1426 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1427
1428 * net/dns.el: Move here from gnus/.
1429 (top-level): Don't require mm-util, or cl when compiling.
1430 (dns-write-name, dns-read, dns-read-type, query-dns):
1431 Replace mm-with-unibyte-buffer with its expansion.
1432 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1433
1434 * progmodes/gdb-ui.el (gud-remove, gud-break):
1435 * progmodes/gud.el (gdb-create-define-alist)
1436 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1437 (hl-line-highlight, gdb-display-source-buffer)
1438 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1439 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1440
1441 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1442
1443 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1444 Move args on defun line.
1445
1446 * textmodes/org.el (org-calendar-holiday):
1447 Use calendar-check-holidays instead of the obsolete
1448 check-calendar-holidays.
1449 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1450 (bbdb-company, bbdb-current-record, bbdb-name)
1451 (bbdb-record-getprop, bbdb-record-name)
1452 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1453 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1454 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1455 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1456 (mh-header-display, mh-index-previous-folder)
1457 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1458 (mh-show-buffer-message-number, mh-show-header-display)
1459 (mh-show-msg, mh-show-show, mh-visit-folder)
1460 (org-export-latex-cleaned-string, remember)
1461 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1462 (rmail-what-message, elmo-folder-exists-p)
1463 (elmo-message-entity-field, elmo-message-field)
1464 (vm-beginning-of-message, vm-follow-summary-cursor)
1465 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1466 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1467 (vm-summarize, wl-folder-get-elmo-folder)
1468 (wl-summary-goto-folder-subr)
1469 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1470 (wl-summary-line-subject, wl-summary-message-number)
1471 (wl-summary-redisplay): Declare as functions.
1472
1473 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1474
1475 * longlines.el (longlines-show-hard-newlines): Remove handling of
1476 buffer-undo-list and buffer-modified status.
1477 (longlines-show-region, longlines-unshow-hard-newlines):
1478 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1479 inhibit-modification-hooks here to avoid that a buffer appears
1480 modified when toggling visibility of hard newlines.
1481
1482 2007-11-30 Glenn Morris <rgm@gnu.org>
1483
1484 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1485
1486 * progmodes/idlw-complete-structtag.el
1487 (idlwave-sintern-structtag):
1488 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1489 (idlwave-sintern-sysvartag):
1490 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1491 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1492 functions.
1493
1494 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1495
1496 * textmodes/reftex-index.el (texmathp):
1497 * textmodes/reftex-auc.el (TeX-argument-insert)
1498 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1499 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1500 (LaTeX-label-list):
1501 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1502 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1503 functions.
1504 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1505
1506 2007-11-30 Glenn Morris <rgm@gnu.org>
1507
1508 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1509 argument and document it.
1510
1511 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1512 Third argument to declare-function must be a list to specify arglist.
1513
1514 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1515 Handle declare-function third argument `t' and fourth argument.
1516 (check-declare-verify): Doc fix. Handle `fileonly' case.
1517 Use progn rather than prog1.
1518
1519 * desktop.el (uniquify-item-base):
1520 * term/mac-win.el (url-type): Declare as functions.
1521
1522 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1523 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1524 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1525 fourth arg to declare-function.
1526
1527 * play/dunnet.el: Don't require cl when compiling.
1528 (byte-compile-warnings): Set via file local variables.
1529 (dun-parse): Let-bind `beg' and `line'.
1530
1531 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1532
1533 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1534
1535 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1536
1537 * calendar/time-date.el (encode-time-value): Doc fix.
1538
1539 2007-11-29 Glenn Morris <rgm@gnu.org>
1540
1541 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1542
1543 * textmodes/css-mode.el (prog-mode): Remove.
1544 (css-mode): Derive from fundamental-mode rather than prog-mode.
1545
1546 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1547
1548 * emacs-lisp/check-declare.el (check-declare-locate)
1549 (check-declare-verify): Handle `external' files.
1550 (check-declare-errmsg): New function.
1551 (check-declare-verify, check-declare-file, check-declare-directory):
1552 Use check-declare-errmsg to report the number of problems.
1553
1554 * ffap.el (w3-view-this-url)
1555 * mail/mspools.el (vm-visit-folder)
1556 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1557 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1558 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1559 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1560 (bbdb-records)
1561 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1562 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1563 (sasl-make-client, sasl-next-step, sasl-step-data)
1564 (sasl-step-set-data)
1565 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1566 (htmlr-step): Declare as functions.
1567
1568 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1569 Use bbdb-address-zip rather than bbdb-address-zip-string.
1570
1571 2007-11-28 Richard Stallman <rms@gnu.org>
1572
1573 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1574 Move here from gnus/.
1575
1576 2007-11-28 Martin Rudalics <rudalics@gmx.at>
1577
1578 * newcomment.el (comment-region-internal): Fix newline insertion
1579 in `block' case.
1580
1581 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
1584
1585 2007-11-28 Glenn Morris <rgm@gnu.org>
1586
1587 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
1588 delete .elc files.
1589
1590 * nxml/char-name/unicode: Move to etc/nxml/.
1591 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
1592
1593 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
1594 Declare as a function.
1595
1596 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
1597 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
1598 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
1599
1600 * nxml/nxml-outln.el (nxml-token-start-tag-p)
1601 (nxml-token-end-tag-p): Move definitions before use.
1602
1603 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
1604
1605 * nxml/nxml-uchnm.el (top-level)
1606 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
1607 (nxml-enabled-unicode-blocks): Add custom group.
1608
1609 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
1610 Use string-to-number rather than string-to-int.
1611
1612 * dired-x.el (dired-omit-old-add-entry): Declare as function.
1613 Move definition before use.
1614 (dired-old-find-buffer-nocreate): Declare as function.
1615
1616 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
1617 (check-declare-verify): Handle fset.
1618
1619 * emulation/edt.el (edt-user-emulation-setup):
1620 Test edt-setup-user-bindings is bound before calling.
1621
1622 * emulation/tpu-edt.el: Don't require cl when compiling.
1623 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
1624 (tpu-edt-off): Use condition-case rather than ignore-errors.
1625 Use with-no-warnings.
1626
1627 * eshell/esh-util.el (top-level): Use require rather than load for
1628 ange-ftp.
1629
1630 * mail/supercite.el (sc-version): Redefine as an alias for
1631 emacs-version.
1632 (sc-help-address): Remove.
1633 (sc-version): Use emacs-version rather than sc-version.
1634 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
1635
1636 * net/socks.el (socks-original-open-network-stream): Declare as
1637 function. Move definition before use.
1638
1639 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1640
1641 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
1642 (math-make-frac): Declare as functions.
1643
1644 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
1647 Pacify byte compiler.
1648 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
1649
1650 * progmodes/idlwave.el (idlwave-shell-get-path-info)
1651 (idlwave-shell-temp-file, idlwave-shell-is-running)
1652 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
1653 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
1654 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
1655 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
1656 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
1657 (idlwave-completing-read, idlwave-current-routine)
1658 (idlwave-downcase-safe, idlwave-entry-find-keyword)
1659 (idlwave-expand-keyword, idlwave-find-class-definition)
1660 (idlwave-find-inherited-class, idlwave-find-struct-tag)
1661 (idlwave-get-buffer-visiting, idlwave-in-quote)
1662 (idlwave-make-full-name, idlwave-members-only)
1663 (idlwave-popup-select, idlwave-routine-source-file)
1664 (idlwave-routines, idlwave-sintern-class)
1665 (idlwave-sintern-keyword, idlwave-sintern-method)
1666 (idlwave-sintern-routine-or-method)
1667 (idlwave-substitute-link-target, idlwave-sys-dir)
1668 (idlwave-this-word, idlwave-what-module-find-class)
1669 (idlwave-where):
1670 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
1671 * mail/uce.el (rmail-msg-is-pruned)
1672 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
1673 (rmail-toggle-header):
1674 * mail/sendmail.el (dired-view-file, dired-get-filename):
1675 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
1676 (rmail-display-labels, rmail-msgbeg)
1677 (rmail-set-message-deleted-p, rmail-message-labels-p)
1678 (rmail-show-message, mail-comma-list-regexp)
1679 (mail-parse-comma-list):
1680 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
1681 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
1682 (rfc822-addresses, mail-abbrev-make-syntax-table)
1683 (mail-sendmail-delimit-header, mail-header-end):
1684 * mail/hashcash.el (message-narrow-to-headers-or-head)
1685 (message-fetch-field, message-goto-eoh)
1686 (message-narrow-to-headers):
1687 * vc.el (view-mode-exit): Declare as functions.
1688
1689 * mail/vms-pmail.el:
1690 * vmsproc.el:
1691 * vms-patch.el: Don't byte compile these files, they don't work.
1692
1693 2007-11-27 Glenn Morris <rgm@gnu.org>
1694
1695 * calc/calc-ext.el (math-read-big-rec):
1696 * calc/calc-nlfit.el (math-map-binop):
1697 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
1698
1699 * eshell/eshell.el (eshell-report-bug): Add version number of
1700 obsolescence.
1701
1702 * emulation/viper.el, emulation/viper-util.el,
1703 emulation/viper-macs.el, emulation/viper-keym.el,
1704 emulation/viper-ex.el, emulation/viper-cmd.el:
1705 Load viper-*.el files silently.
1706
1707 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
1708 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
1709 Load ediff-*.el files silently.
1710
1711 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
1712 compiling.
1713 (Info-goto-node): Declare as a function.
1714
1715 * ediff-init.el: Don't load ange-ftp when compiling.
1716 * ediff-util.el: Don't load reporter when compiling.
1717
1718 * ediff-wind.el (ediff-display-pixel-width)
1719 (ediff-display-pixel-height):
1720 * generic-x.el (ini-generic-mode):
1721 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
1722 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
1723 (ps-mule-initialize, ps-mule-begin-job):
1724 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
1725 (mark-calendar-days-named):
1726 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
1727 (add-to-diary-list, diary-name-pattern)
1728 (mark-calendar-days-named):
1729 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
1730 (mark-calendar-days-named):
1731 * calendar/cal-x.el (make-fancy-diary-buffer):
1732 * calendar/holidays.el (calendar-absolute-from-julian):
1733 * calendar/todo-mode.el (calendar-current-date):
1734 * calendar/cal-menu.el (calendar-increment-month)
1735 (calendar-month-name, extract-calendar-year)
1736 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
1737 (calendar-current-date, calendar-cursor-holidays)
1738 (calendar-date-string, insert-diary-entry, calendar-set-mark)
1739 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1740 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1741 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
1742 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
1743 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
1744 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
1745 (calendar-day-of-year-string, calendar-iso-date-string)
1746 (calendar-julian-date-string, calendar-astro-date-string)
1747 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
1748 (calendar-persian-date-string, calendar-bahai-date-string)
1749 (calendar-islamic-date-string, calendar-chinese-date-string)
1750 (calendar-coptic-date-string, calendar-ethiopic-date-string)
1751 (calendar-french-date-string, calendar-mayan-date-string)
1752 (calendar-print-chinese-date, calendar-goto-date):
1753 Declare as functions.
1754
1755 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
1756 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
1757
1758 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
1759 aliases for report-emacs-bug.
1760 (gnus-summary-select-article, gnus-configure-windows): Declare as
1761 functions.
1762
1763 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
1764 compiler.
1765
1766 * pgg.el (pgg-clear-string): Declare as a function.
1767 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
1768 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
1769
1770 * emacs-lisp/check-declare.el (check-declare-locate):
1771 Handle compressed files.
1772 (check-declare-verify): Handle define-generic-mode,
1773 define-global(ized)-minor-mode, define-obsolete-function-alias.
1774
1775 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
1776
1777 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
1778 algebraic modes.
1779
1780 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
1781 (math-is-true, calc-explain-why, calc-alg-edit)
1782 (math-composite-inequalities, math-flatten-lands)
1783 (math-multi-subst, calcFunc-vmatches, math-simplify)
1784 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
1785 (math-read-string, math-read-brackets, math-read-angle-brackets):
1786 Declare as functions.
1787
1788 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
1789 (calc-fit-bell-shaped-logistic-curve)
1790 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
1791 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
1792 (math-max-list): Declare as functions.
1793 (math-map-binop): New function.
1794 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
1795
1796 * calc/calc.el (calc-set-language, calc-edit-finish)
1797 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
1798 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
1799 (math-lessp, calc-embedded-finish-command)
1800 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
1801 (calc-push-list-in-macro, calc-replace-selections)
1802 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
1803 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
1804 (calc-embedded-stack-change, calc-refresh-evaltos)
1805 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
1806 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
1807 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
1808 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
1809 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
1810 (math-dimension-error, calc-incomplete-error, math-float-fancy)
1811 (math-neg-fancy, math-zerop, calc-add-fractions)
1812 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
1813 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
1814 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
1815 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
1816 (math-compose-expr, math-comp-width, math-composition-to-string)
1817 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
1818 (math-adjust-fraction, math-format-binary, math-format-radix)
1819 (math-group-float, math-mod, math-format-number-fancy)
1820 (math-format-bignum-fancy, math-read-number-fancy)
1821 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
1822 (calc-do-embedded-activate, math-do-defmath)
1823 (calc-load-everything): Declare as functions.
1824
1825 * calc/calc-ext.el (math-clip, math-round, math-simplify)
1826 (math-simplify-extended, math-simplify-units, calc-set-language)
1827 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
1828 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
1829 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
1830 (math-normalize-hms, math-normalize-mod, math-make-sdev)
1831 (math-make-intv, math-normalize-logical-op, math-possible-signs)
1832 (math-infinite-dir, math-calcFunc-to-var)
1833 (calc-embedded-evaluate-expr, math-known-nonzerop)
1834 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
1835 (math-format-date, math-vector-is-string, math-vector-to-string)
1836 (math-format-radix-float, math-compose-expr, math-abs)
1837 (math-format-bignum-binary, math-format-bignum-octal)
1838 (math-format-bignum-hex, math-format-bignum-radix)
1839 (math-compute-max-digits): Declare as functions.
1840 (math-provably-realp): Fix typo.
1841
1842 * calc/calc-forms.el (calendar-current-time-zone)
1843 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
1844 functions.
1845
1846 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
1847
1848 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
1849 Declare as functions.
1850
1851 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
1852 (math-posp, math-compare, math-bignum, math-compare-bignum):
1853 Declare as functions.
1854
1855 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
1856 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
1857 (calc-explain-why, calc-clear-command-flag)
1858 (calc-roll-down-with-selections, calc-roll-up-with-selections)
1859 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
1860 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
1861 (math-trunc-special, math-trunc-fancy, math-floor-special)
1862 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
1863 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
1864 (math-pow-zero, math-pow-fancy): Declare as functions.
1865
1866 * calc/calc-mode.el (calc-embedded-save-original-modes):
1867 Declare as a function.
1868
1869 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
1870 Declare as functions.
1871 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
1872 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
1873 Replace `mapcar*' by `math-map-binop'.
1874 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1875
1876 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
1877 (math-read-expr-level): Declare as functions.
1878
1879 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
1880
1881 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
1884 end-of-defun-function is called consistently, even for negative
1885 arguments.
1886 (end-of-defun-function): Default to forward-sexp.
1887
1888 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1891
1892 2007-11-26 Glenn Morris <rgm@gnu.org>
1893
1894 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
1895 than :suffix.
1896
1897 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1898
1899 2007-11-26 Simon Josefsson <simon@josefsson.org>
1900
1901 * net/imap.el: Move from ../gnus.
1902
1903 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
1904
1905 * doc-view.el (doc-view-mode-p): New function.
1906
1907 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
1908
1909 * mail/mspools.el (rmail-get-new-mail):
1910 * mail/reporter.el (mail-position-on-field, mail-text):
1911 * mail/rmail.el (mail-position-on-field, mail-text-start)
1912 (rmail-update-summary):
1913 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
1914 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
1915 * mail/rmailout.el (rmail-update-summary):
1916 * mail/rmailsort.el (rmail-update-summary):
1917 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
1918 (dired-view-file):
1919 * mail/uce.el (mail-strip-quoted-names):
1920 * mail/undigest.el (rmail-update-summary):
1921 * mail/unrmail.el (mail-strip-quoted-names):
1922 * ediff.el (diff-latest-backup-file): Declare as functions.
1923
1924 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
1925 (kill-to-end-of-line):
1926 * obsolete/rnews.el (news-set-minor-modes):
1927 Remove non working functions.
1928
1929 2007-11-25 Glenn Morris <rgm@gnu.org>
1930
1931 * eshell/esh-maint.el (top-level): Use require with NOERROR for
1932 pcomplete. Don't mess with load-path.
1933
1934 * eshell/eshell.el (eshell-report-bug-address): Remove.
1935 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
1936
1937 2007-11-24 Glenn Morris <rgm@gnu.org>
1938
1939 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1940 (appt-disp-window): Don't require electric.
1941 Simplify minibuffer-avoidance code.
1942 (appt-select-lowest-window): Avoid minibuffer.
1943
1944 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
1945 (esh-mode): Require it.
1946 (esh-util): Use require rather than featurep and load.
1947 (eshell): No need to test if eshell-mode is bound; remove obsolete
1948 reference to eshell-auto.
1949 (eshell-command, eshell-command-result): Don't require esh-mode
1950 now that the file does.
1951 (top-level): Move provide statement to the end of the file.
1952 Re-order and update commentary.
1953
1954 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1955
1956 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
1957 (vc-annotate-toggle-annotation-visibility): New command.
1958 (vc-annotate-mode-map): Bind "V" to it.
1959 (vc-annotate-mode-menu): Add entry for it.
1960 (vc-annotate-get-time-set-line-props): New func.
1961 (vc-annotate-display-autoscale)
1962 (vc-annotate-display-difference): Use it.
1963
1964 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1965 Also, match one space at end of annotation text, after last paren.
1966
1967 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1970 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
1971 `tramp-completion-mode'.
1972
1973 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1974
1975 * vc-git.el (vc-git-show-log-entry): New func.
1976
1977 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1978 (vc-git-state): Use vc-git--call.
1979 (vc-git-registered, vc-git-working-revision)
1980 (vc-git-previous-revision, vc-git-next-revision)
1981 (vc-git--run-command-string, vc-git-symbolic-commit):
1982 Use vc-git--out-ok.
1983
1984 2007-11-24 Glenn Morris <rgm@gnu.org>
1985
1986 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1987
1988 2007-11-24 Kenichi Handa <handa@m17n.org>
1989
1990 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1991
1992 2007-11-23 David Kastrup <dak@gnu.org>
1993
1994 * server.el (server-process-filter): Use `command-line-args-left'.
1995
1996 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1999
2000 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2001
2002 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2003 buffer if the parent buffer is in vc-dired-mode.
2004
2005 2007-11-23 Mark A. Hershberger <mah@everybody.org>
2006
2007 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
2008
2009 2007-11-23 Juri Linkov <juri@jurta.org>
2010
2011 * dired.el (dired-read-dir-and-switches): For C-x d, set the
2012 value for M-n to the visited file name of the current buffer.
2013 Use minibuffer-with-setup-hook to set minibuffer-default to
2014 buffer-file-name inside read-file-name.
2015
2016 * man.el (Man-getpage-in-background): Don't disregard user option
2017 `Man-width' on non-window systems. Remove test for `window-system'
2018 around setting envvar "COLUMNS" depending on the value of `Man-width'.
2019
2020 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2021 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
2022 of "--color=always".
2023
2024 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2027 beginning-of-defun-function.
2028
2029 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2030
2031 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
2032
2033 2007-11-22 Glenn Morris <rgm@gnu.org>
2034
2035 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2036
2037 * emacs-lisp/check-declare.el (check-declare-locate): New function.
2038 (check-declare-scan): Use check-declare-locate.
2039 (check-declare-verify): No longer adjust fnfile, now
2040 check-declare-locate does it.
2041
2042 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2043
2044 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * subr.el (posn-col-row): Make the `default-value' use explicit.
2047
2048 * window.el (balance-windows): Remove unused var `counter'.
2049 (bw-balance-sub): Remove unused var `lastchild'.
2050 (split-window-vertically): Remove unused var `switch'.
2051 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2052
2053 * emacs-lisp/bytecomp.el
2054 (byte-compile-file-form-custom-declare-variable): Simplify.
2055
2056 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2059 Set `show-trailing-whitespace' to nil.
2060
2061 * dired.el (make-symbolic-link):
2062 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2063 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2064 * dired-x.el (make-symbolic-link):
2065 * frame.el (x-initialize-window-system):
2066 * menu-bar.el (x-menu-bar-open):
2067 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2068 (x-store-cut-buffer-internal):
2069 * wdired.el (make-symbolic-link):
2070 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2071 (x-send-client-message):
2072 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2073
2074 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2075
2076 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2077
2078 2007-11-22 Glenn Morris <rgm@gnu.org>
2079
2080 * dos-fns.el (int86):
2081 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2082
2083 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2084
2085 * calendar/holidays.el (holiday-list): Add autoload cookie.
2086
2087 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2088 files relative to src/ directory.
2089 (check-declare-verify): Handle .c files. Warn if could not find
2090 an arglist to check.
2091
2092 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2093
2094 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
2095
2096 * replace.el (occur-mode-map): Add a major mode menu with entries
2097 for all occur operations.
2098
2099 * international/titdic-cnv.el (dos-8+3-filename):
2100 * obsolete/fast-lock.el (msdos-long-file-names):
2101 * frame.el (msdos-mouse-p):
2102 * files.el (msdos-long-file-names, w32-long-file-name):
2103 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2104 (mac-resume-apple-event, mac-font-panel-mode)
2105 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2106 (mac-clear-font-name-table):
2107 * term/pc-win.el (msdos-remember-default-colors)
2108 (w16-set-clipboard-data, w16-get-clipboard-data):
2109 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2110 (set-message-beep):
2111 * net/browse-url.el (w32-shell-execute):
2112 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2113 (w32-get-locale-info, w32-get-valid-locale-ids)
2114 (w32-set-clipboard-data):
2115 * dos-fns.el (int86, msdos-long-file-names):
2116 * dos-w32.el (default-printer-name): Declare as functions.
2117
2118 2007-11-21 Jason Rumney <jasonr@gnu.org>
2119
2120 * emacs-lisp/byte-run.el (declare-function): Return nil.
2121
2122 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2125
2126 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2127
2128 * ps-print.el (ps-lpr-switches): Docstring fix.
2129 (ps-string-list): New fun.
2130 (ps-do-despool): Code fix.
2131
2132 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2133
2134 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2135
2136 2007-11-21 Glenn Morris <rgm@gnu.org>
2137
2138 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2139 for now. Handle define-minor-mode, and defalias (with no argument
2140 checking).
2141
2142 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * frame.el (msdos-mouse-p):
2145 * files.el (msdos-long-file-names, w32-long-file-name):
2146 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2147 (mac-resume-apple-event, mac-font-panel-mode)
2148 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2149 (mac-clear-font-name-table):
2150 * term/pc-win.el (msdos-remember-default-colors)
2151 (w16-set-clipboard-data, w16-get-clipboard-data):
2152 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2153 (set-message-beep):
2154 * net/browse-url.el (w32-shell-execute):
2155 * dos-fns.el (int86, msdos-long-file-names):
2156 * dos-w32.el (default-printer-name): Undo previous change.
2157
2158 2007-11-21 Eli Zaretskii <eliz@gnu.org>
2159
2160 * international/mule-cmds.el (set-locale-environment):
2161 Set default-file-name-coding-system _after_ keyboard and terminal
2162 coding systems. This fixes last change.
2163
2164 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2165 one space after "Subject:".
2166
2167 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2170 in order to determine if there's a conflict.
2171
2172 2007-11-21 Richard Stallman <rms@gnu.org>
2173
2174 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2175
2176 * reposition.el (reposition-window):
2177 Binding C-M-l moved to bindings.el.
2178
2179 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2180
2181 * add-log.el (add-change-log-entry-other-window):
2182 Key binding C-x 4 a moved to bindings.el.
2183
2184 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2185 from filecache.el.
2186
2187 * filecache.el: Minibuffer map bindings moved to bindings.el.
2188
2189 2007-11-21 Jason Rumney <jasonr@gnu.org>
2190
2191 * international/mule-cmds.el (set-locale-environment):
2192 Set default-file-name-coding-system from system defaults on Windows.
2193
2194 2007-11-21 Jason Rumney <jasonr@gnu.org>
2195
2196 * term/w32console.el: New term init file for w32 console.
2197
2198 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2199 (x-setup-function-keys): Likewise, replacing top-level key definitions.
2200 (w32-tty-standard-colors): Move to term/w32console.el.
2201
2202 * term/w32-win.el (x-setup-function-keys): Remove.
2203
2204 * term/tty-colors.el (tty-register-default-colors): Remove special
2205 case for w32.
2206
2207 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2208
2209 * frame.el (msdos-mouse-p):
2210 * generic-x.el (w32-shell-name):
2211 * files.el (msdos-long-file-names, w32-long-file-name)
2212 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2213 (dos-8+3-filename, vms-read-directory, view-mode-disable):
2214 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2215 (mac-resume-apple-event, mac-font-panel-mode)
2216 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2217 (mac-clear-font-name-table):
2218 * term/pc-win.el (msdos-remember-default-colors)
2219 (w16-set-clipboard-data, w16-get-clipboard-data):
2220 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2221 (set-message-beep):
2222 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2223 (w32-get-locale-info, w32-get-valid-locale-ids)
2224 (w32-set-clipboard-data):
2225 * help-fns.el (ad-get-advice-info):
2226 * font-lock.el (fast-lock-after-fontify-buffer)
2227 (fast-lock-after-unfontify-buffer, fast-lock-mode)
2228 (lazy-lock-after-fontify-buffer)
2229 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2230 * net/browse-url.el (w32-shell-execute):
2231 * dos-fns.el (int86, msdos-long-file-names):
2232 * dos-w32.el (default-printer-name): Declare as functions.
2233
2234 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2235
2236 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2237 Reported by Drew Adams <drew.adams@oracle.com>.
2238
2239 2007-11-20 Jason Rumney <jasonr@gnu.org>
2240
2241 * term/w32-win.el (x-setup-function-keys): Protect against
2242 multiple calls on the same terminal.
2243
2244 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2245
2246 * term/mac-win.el (x-setup-function-keys): Only setup
2247 local-function-key-map if it has not been setup already for the
2248 current frame. Move the suspend-emacs processing here.
2249
2250 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * progmodes/grep.el (xargs-program): New variable.
2253 (grep-compute-defaults): Use it.
2254 (grep-default-command): Doc fix.
2255 (grep, lgrep, rgrep): Reflow docstrings.
2256
2257 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 * vc.el (vc-find-revision): Set the parent buffer.
2260 Use when instead of if.
2261
2262 * progmodes/python.el (info-lookup-maybe-add-help):
2263 * progmodes/ps-mode.el (doc-view-minor-mode):
2264 * mail/emacsbug.el (Info-menu, Info-goto-node):
2265 * emulation/viper-keym.el (viper-ex)
2266 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2267 * emulation/viper-cmd.el (widget-type, widget-button-press)
2268 (viper-set-hooks):
2269 * emacs-lisp/tcover-unsafep.el (unsafep-function):
2270 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2271 (ses-load, ses-vector-delete, ses-create-header-string)
2272 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2273 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2274
2275 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2278
2279 2007-11-20 Glenn Morris <rgm@gnu.org>
2280
2281 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2282 for end of function-name. Handle define-derived-mode.
2283
2284 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2285
2286 * progmodes/idlw-help.el: Require browse-url unconditionally, it
2287 is available by default.
2288 (idlwave-help-browse-url-available): Change default to t.
2289
2290 * emulation/edt.el (defgroup, defcustom): Remove definition.
2291 (eval-when-compile): Remove.
2292 (c-mark-function):
2293 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2294 * textmodes/fill.el (comment-search-forward)
2295 (comment-string-strip):
2296 * progmodes/prolog.el (comint-mode, comint-send-string)
2297 (comint-send-region, comint-send-eof):
2298 * progmodes/dcl-mode.el (imenu-default-create-index-function):
2299 * emulation/viper-util.el (viper-forward-Word):
2300 * emulation/vi.el (c-mark-function):
2301 * emulation/edt-vt100.el (vt100-wide-mode):
2302 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2303
2304 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2307 Still some tuning in case of an echoing shell.
2308 (tramp-send-command): Connection property "remote-echo" is not
2309 persistent; cache key is the process therefore.
2310
2311 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2314 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2315
2316 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2317
2318 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2319 * play/yow.el (doctor-ret-or-read):
2320 * vc-hooks.el (vc-dired-resynch-file):
2321 * vc-hg.el (log-view-get-marked):
2322 * smerge-mode.el (ediff-cleanup-mess):
2323 * pcvs.el (vc-editable-p, vc-checkout):
2324 * pcomplete.el (comint-bol):
2325 * informat.el (texinfo-format-refill):
2326 * ido.el (tramp-tramp-file-p):
2327 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2328 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2329 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2330 functions.
2331
2332 * textmodes/ispell.el (ispell-int-char): Make it a defalias
2333 instead of fset.
2334 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2335
2336 * ido.el (ido-file-internal): Move with-no-warnings to include the
2337 ffap-string-at-point call.
2338
2339 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2340
2341 * vc-hg.el (vc-hg-revision-table): Fix last change.
2342
2343 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2344
2345 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2346 clipboard-yank when the buffer is read-only.
2347
2348 * cus-edit.el (custom-field-keymap): Move to other Custom mode
2349 keymaps such that it's before the definition of Custom-mode-menu.
2350 (Custom-mode-menu): Show it for custom-field-keymap too.
2351
2352 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2353
2354 * progmodes/gdb-ui.el: Update commentary.
2355
2356 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2357
2358 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2359
2360 2007-11-19 Glenn Morris <rgm@gnu.org>
2361
2362 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2363 does not exist, try adding `.el' extension. Also search for defsubsts.
2364
2365 * cus-edit.el (recentf-expand-file-name):
2366 * dired.el (dired-relist-entry):
2367 * subr.el (w32-shell-dos-semantics):
2368 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2369 Declare as functions.
2370
2371 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2374 (prepare-abbrev-list-buffer): Use dolist.
2375 (clear-abbrev-table): Preserve properties.
2376
2377 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2378
2379 * textmodes/texinfmt.el (texinfo-format-printindex):
2380 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2381 Reported on <bug-texinfo@gnu.org>.
2382
2383 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2384
2385 * net/tramp.el (tramp-completion-reread-directory-timeout):
2386 New defcustom.
2387 (tramp-handle-file-name-all-completions): Flush directory contents
2388 from cache regularly.
2389 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2390 (tramp-open-connection-setup-interactive-shell):
2391 Call `tramp-cleanup-connection' via funcall.
2392
2393 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2394 created when copying.
2395
2396 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2397
2398 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2399 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2400 * eshell/esh-ext.el (eshell-external-command):
2401 * eshell/esh-cmd.el (require):
2402 * eshell/em-unix.el (eshell-plain-locate-behavior):
2403 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2404 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2405 * eshell/esh-mode.el (characterp, char-int): Remove unused
2406 conditional defaliases.
2407
2408 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2409 Rename from event-matches-key-specifier-p, define unconditionally.
2410 (event-basic-type): Remove unused defalias.
2411 (pcomplete-show-completions):
2412 Use pcomplete-event-matches-key-specifier-p.
2413
2414 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2415
2416 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2417 when saving esh-groups.el.
2418
2419 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2420
2421 * wid-edit.el (widget-default-complete):
2422 * progmodes/flymake.el (flymake-goto-file-and-line):
2423 Fix typo in (doc-)string.
2424
2425 2007-11-17 Glenn Morris <rgm@gnu.org>
2426
2427 * emacs-lisp/byte-run.el (declare-function): New macro.
2428 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2429 New function, byte-hunk-handler for declare-function.
2430 (byte-compile-callargs-warn): Handle declared functions.
2431
2432 * emacs-lisp/check-declare.el: New file.
2433 * Makefile.in (check-declare): New target.
2434
2435 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2436
2437 * subr.el (process-lines): Move here from ../admin/admin.el.
2438 * emacs-lisp/authors.el (authors-process-lines): Remove.
2439 (authors): Use process-lines rather than authors-process-lines.
2440
2441 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2442 Remove these files.
2443
2444 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2445
2446 * emacs-lisp/backquote.el (backquote):
2447 Improve argument/docstring consistency.
2448
2449 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2450 (ring-length, ring-empty-p): Use c[ad]dr.
2451 (ring-plus1): Use `1+'.
2452 (ring-minus1): Use `zerop'.
2453 (ring-remove): Use c[ad]dr. Use `when'.
2454 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2455 (ring-ref): Use `let', not `let*'.
2456 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2457 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2458 (ring-member): Simplify. Doc fix.
2459 (ring-convert-sequence-to-ring): Simplify.
2460
2461 2007-11-17 Juri Linkov <juri@jurta.org>
2462
2463 * dired-aux.el (dired-create-directory): Allow creating
2464 a directory of an arbitrary depth. Add a loop to find the topmost
2465 nonexistent parent dir `new', and call `dired-add-file' on it.
2466 Set the `PARENTS' arg of `make-directory' to t.
2467
2468 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2469
2470 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2471 (math-build-parse-table): Get parse information from math-parse-table.
2472
2473 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * window.el (recenter-last-op): New var.
2476 (recenter-top-bottom): New command.
2477 (global-map): Bind it to C-l.
2478
2479 * abbrev.el (abbrev--write): Fix error in transcription from C.
2480
2481 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2482 (pc-select-ensure-mark): Set mark-active to a special value instead.
2483 Rename from ensure-mark. Update call callers.
2484 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2485 Rewrite. Update all callers.
2486 (pc-selection-mode): Remove redundant var declaration.
2487
2488 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2489
2490 * doc-view.el (doc-view-search-backward, doc-view-search):
2491 Fix assignment to free variable bug.
2492
2493 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2494
2495 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2496 (ensure-mark): Set it.
2497 (maybe-deactivate-mark): New fun.
2498 Use it everywhere instead of (setq mark-active nil).
2499
2500 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2503 Add check for XEmacs.
2504
2505 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2506
2507 * doc-view.el (doc-view-resolution): Add missing :group.
2508
2509 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * subr.el (make-variable-frame-local):
2512 Fix typo in obsolescence declaration.
2513
2514 2007-11-16 Werner Lemberg <wl@gnu.org>
2515
2516 * files.el (set-auto-mode-1): Check second line for -*- if file
2517 starts with '\" (which is used by man pages to identify needed
2518 troff preprocessors).
2519
2520 2007-11-16 Glenn Morris <rgm@gnu.org>
2521
2522 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2523
2524 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2525
2526 * calc/calc-lang.el (math-oper-table): Fix typo.
2527 Reduce precedence of "/" for TeX.
2528
2529 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2530
2531 2007-11-16 Juri Linkov <juri@jurta.org>
2532
2533 * dired-aux.el (dired-read-shell-command-default): New function.
2534 (dired-read-shell-command): Use its return value for DEFAULT arg.
2535
2536 * replace.el (keep-lines-read-args, occur-read-primary-args):
2537 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2538
2539 * man.el (Man-heading-regexp): Add 0-9.
2540 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2541
2542 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2545 (doc-view-resolution): New custom var.
2546 (doc-view-pdf/ps->png): Use it.
2547 (doc-view-shrink-factor): New var.
2548 (doc-view-enlarge, doc-view-shrink): New commands.
2549 (doc-view-mode-map): Use them.
2550
2551 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2552
2553 * ediff-wind.el (ediff-window-setup-function):
2554 * simple.el (normal-erase-is-backspace):
2555 * eshell/em-unix.el (eshell/info):
2556 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2557 Fix typos in docstrings.
2558
2559 * emulation/cua-base.el (cua--keymaps-initialized):
2560 Rename from `cua--keymaps-initalized'. Callers changed.
2561 (cua-highlight-region-shift-only): Doc fix.
2562 (cua-paste-pop): Fix typo in docstring.
2563
2564 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * emulation/cua-base.el (cua--pre-command-handler-1):
2567 Use input-decode-map instead of function-key-map.
2568 Use event-modifiers now that it works reliably.
2569
2570 * vc.el (vc-diff-internal): Pop-to-buffer later.
2571
2572 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2573
2574 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2575 did not touch them.
2576
2577 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2578
2579 * calc/calc-menu.el: New file.
2580 * calc/calc.el (calc-mode): Require calc-menu.
2581
2582 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
2585
2586 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2587
2588 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2589 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2590 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2591 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2592 locations.
2593 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2594 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2595 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2596
2597 2007-11-13 Noah Friedman <friedman@splode.com>
2598
2599 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
2600 bindings to remap when `calc-scan-for-dels' is non-nil.
2601
2602 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
2605 constant forms.
2606 (byte-compile-nilconstp): New function.
2607 (byte-optimize-cond): Kill subsequent branches when a branch is
2608 know to be taken or not taken.
2609 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
2610
2611 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2612
2613 * vc.el (vc-register): Allow registering a file passed as a
2614 parameter instead of just the current buffer.
2615
2616 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
2617
2618 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2619 Check whether the output of "uname -sr" has been changed.
2620
2621 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2622
2623 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
2624 patterns from compilation-perl.el and compilation-weblint.el files.
2625
2626 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2627
2628 * progmodes/compilation-perl.el:
2629 * progmodes/compilation-weblint.el: Disable autoloads, they cause
2630 a bootstrap failure.
2631
2632 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
2633 instead of doing "cvs diff" in order to avoid accessing the repository.
2634
2635 2007-11-12 Kevin Ryde <user42@zip.com.au>
2636
2637 * progmodes/compilation-perl.el:
2638 * progmodes/compilation-weblint.el: New files.
2639
2640 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2643 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2644 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2645 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2646 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2647 Rewrite in active voice.
2648
2649 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
2650
2651 * doc-view.el: Add comments about isearch support.
2652
2653 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2654
2655 * vc.el (vc-start-entry): Fix setting the in the case the function
2656 is called from vc-dired. Use when instead of if where appropriate.
2657
2658 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2659
2660 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
2661 to be a list.
2662 (ps-begin-job): Error if ps-lpr-switches is not a list.
2663
2664 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2665
2666 * faces.el (face-normalize-spec): Remove function.
2667 (frame-set-background-mode): Undo last change.
2668
2669 2007-11-10 Jason Rumney <jasonr@gnu.org>
2670
2671 * w32-fns.el: Sync charset names with setup-default-fontset.
2672 Append "-1" where second part missing.
2673
2674 2007-11-10 Juri Linkov <juri@jurta.org>
2675
2676 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
2677 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
2678
2679 * custom.el (custom-note-var-changed): Remove the `interactive'
2680 spec from this new non-interactive function.
2681
2682 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
2683
2684 * doc-view.el (doc-view-mode-map, doc-view-menu)
2685 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
2686 (doc-view-search-backward): New function.
2687 (doc-view-search): Query new regexp if prefix arg is given, else
2688 jump to next/previous match.
2689 (doc-view-mode): Handle compressed files.
2690 (jka-compr): Required for compressed files.
2691
2692 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2693
2694 * replace.el (query-replace-show-replacement): New defcustom.
2695 (perform-replace): Use `match-substitute-replacement' if
2696 `query-replace-show-replacement' is non-nil.
2697
2698 2007-11-10 David Kastrup <dak@gnu.org>
2699
2700 * subr.el (match-substitute-replacement): New function.
2701
2702 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
2703
2704 * files.el (auto-mode-alist): Select org-mode for files with the
2705 extension ".org".
2706
2707 2007-11-10 Martin Rudalics <rudalics@gmx.at>
2708
2709 * help.el (help-window, help-window-point-marker): New variables.
2710 (help-window-select): New option.
2711 (with-help-window): New macro for displaying help windows.
2712 (help-window-display-message, help-window-setup-finish)
2713 (help-window-setup): New functions used for setting up help windows.
2714 (print-help-return-message): Reset help-window to nil.
2715 (view-lossage): Use with-help-window instead of
2716 with-output-to-temp-buffer and move help-window-point-marker after
2717 inserted text.
2718 (describe-bindings, describe-key, describe-mode): Use
2719 with-help-window instead of with-output-to-temp-buffer.
2720
2721 * help-mode.el (help-mode): Set view-exit-action to bury the
2722 buffer instead of fiddling with windows. Simplify code.
2723 (help-mode-finish): When help-window eqs t set it to the selected
2724 window and have with-help-window set up view-return-to-alist.
2725 (help-buffer): Add autoload cookie.
2726
2727 * view.el (view-remove-frame-by-deleting): Change default value to t.
2728 Add autoload cookie.
2729 (view-exit-action, view-file, view-file-other-window)
2730 (view-file-other-frame, view-buffer, view-buffer-other-window)
2731 (view-buffer-other-frame): Rewrite doc strings.
2732 (view-return-to-alist-update): New function to remove stale entries
2733 from view-return-to-alist.
2734 (view-mode-enter): Rewrite doc string and simplify code.
2735 (view-mode-exit): Handle new case 'keep-frame. Don't reset
2736 view-exit-action to nil. Simplify code and rewrite doc string.
2737
2738 * apropos.el (apropos-describe-plist):
2739 * descr-text.el (describe-char):
2740 * disp-table.el (describe-display-table):
2741 * faces.el (list-faces-display, describe-face):
2742 * facemenu.el (list-colors-display):
2743 * help-fns.el (describe-function, describe-variable)
2744 (describe-syntax, describe-categories):
2745 Use with-help-window instead of with-output-to-temp-buffer.
2746
2747 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
2750 Optimize (featurep 'emacs) to t.
2751
2752 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
2753 New function.
2754 (byte-compile-maybe-guarded): Use it to also look for bound
2755 symbols inside `and' forms. Comment out non-working code that was
2756 trying to avoid warnings for XEmacs code.
2757
2758 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2759
2760 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
2761 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
2762 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
2763 (vc-cvs-annotate-command):
2764 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
2765 is bound, it always is.
2766
2767 2007-11-10 Jason Rumney <jasonr@gnu.org>
2768
2769 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
2770 setup here from global scope.
2771
2772 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2773
2774 * ido.el (ido-save-history): Save the history file in UTF-8, not
2775 the current filename coding system.
2776
2777 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * simple.el (interprogram-cut-function, interprogram-paste-function):
2780 Don't make them frame-local any more.
2781
2782 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
2783 Don't set interprogram-(cut|paste)-function on each frame.
2784
2785 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2786 Make them work in tty frames.
2787 (interprogram-cut-function, interprogram-paste-function):
2788 Set them globally.
2789
2790 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2793 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2794 (iso-iso2duden-trans-tab): Add docstring.
2795
2796 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * abbrev.el (define-abbrev-table): Record the variable definition.
2799
2800 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
2801 New function.
2802
2803 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2804
2805 * ps-print.el: Clean the code for checking suitable Emacs version.
2806 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
2807 (ps-print-version): New version 6.8.1.
2808
2809 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * files.el (enable-local-variables): Doc fix.
2812
2813 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2814
2815 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2816
2817 2007-11-09 Sven Joachim <svenjoac@gmx.de>
2818
2819 * dired-aux.el (dired-copy-file-recursive):
2820 Preserve directory permissions.
2821
2822 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2825 (whitespace-unload-function): New-style unload function. When run,
2826 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2827 to stop the old hook from messing with the unloading.
2828
2829 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2832 (elp-unset-master, elp-results): Fix typos.
2833 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2834 Doc fixes.
2835
2836 * msb.el (msb--many-menus): Remove variable.
2837 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2838 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2839 (msb--toggle-menu-type): Fix typos in docstrings.
2840
2841 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2842 (shadow-insert-var): Doc fixes.
2843 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2844 Reflow docstrings.
2845 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2846
2847 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2850 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2851 Fix typos in autoload docstrings.
2852
2853 2007-11-09 Richard Stallman <rms@gnu.org>
2854
2855 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2856
2857 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2860 (gdb-var-update-handler-1): Use it.
2861
2862 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2863
2864 * loadhist.el (unload-feature): Remove erroneous check for the
2865 FEATURE-unload-function variable; check the existence of the
2866 function (that's what the docstring says, and it makes more sense).
2867
2868 * follow.el (follow-unload-function): Add docstring.
2869 (follow-unload-function): Remove variable.
2870
2871 * server.el (server-unload-function): Remove variable.
2872 (server-unload-function): Unbind `server-edit' from `C-x #'.
2873
2874 * ses.el (ses-unload-function): New function.
2875
2876 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2877
2878 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2879 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2880
2881 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2882 before use to avoid a warning in packages that require uniquify.
2883 (uniquify-unload-function): New function and var.
2884
2885 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
2886
2887 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2888 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
2889 (ediff-current-diff-A, ediff-current-diff-B)
2890 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
2891 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
2892 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
2893 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
2894 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
2895 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
2896 (ediff-setup-windows-plain-merge)
2897 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
2898 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
2899 * ediff-util.el (ediff-setup-keymap, )
2900 (ediff-toggle-wide-display, ediff-toggle-multiframe)
2901 (ediff-toggle-use-toolbar, ediff-really-quit)
2902 (ediff-good-frame-under-mouse)
2903 (ediff-highlight-diff-in-one-buffer)
2904 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
2905 (ediff-make-bullet-proof-overlay):
2906 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
2907 (ediff-set-meta-overlay):
2908 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
2909 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
2910 ediff-emacs-p with their former definitions.
2911
2912 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
2913 (viper-has-face-support-p, viper-inactivate-input-method)
2914 (viper-activate-input-method)
2915 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
2916 * emulation/viper-mous.el (viper-multiclick-timeout)
2917 (viper-surrounding-word, viper-mouse-click-insert-word)
2918 (viper-mouse-click-search-word, viper-parse-mouse-key):
2919 * emulation/viper-macs.el (viper-char-array-to-macro):
2920 * emulation/viper.el (viper-go-away, viper-set-hooks)
2921 (viper-non-hook-settings):
2922 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
2923 (viper-get-saved-cursor-color-in-insert-mode)
2924 (viper-get-saved-cursor-color-in-emacs-mode)
2925 (viper-check-version, viper-get-visible-buffer-window)
2926 (viper-file-checked-in-p, viper-set-replace-overlay)
2927 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
2928 (viper-check-minibuffer-overlay, viper-read-key-sequence)
2929 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
2930 with their former definitions.
2931 (viper-eventify-list-xemacs): Only do work for XEmacs.
2932 (viper-set-unread-command-events): Only do work for Emacs.
2933 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
2934 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
2935 (viper-overlay-get, viper-overlay-put, viper-read-event)
2936 (viper-characterp, viper-int-to-char, viper-get-face)
2937 (viper-color-defined-p, viper-iconify): New defaliases replacing
2938 the old fsets.
2939
2940 * progmodes/fortran.el (comment-region-function)
2941 (uncomment-region-function): Pacify byte compiler.
2942
2943 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
2944
2945 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
2948 `process-environment'.
2949
2950 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2951
2952 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2953 match dir like "a...b".
2954
2955 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
2958
2959 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * net/tramp.el (tramp-handle-substitute-in-file-name):
2962 Don't expand the remote connection identification.
2963 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2964 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
2965 before calling stty.
2966
2967 * net/tramp-cache.el (tramp-cache-print)
2968 (tramp-dump-connection-properties): Fix docstring.
2969 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2970
2971 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2972
2973 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2974 remote connection identification when setting connection property.
2975
2976 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2977 "//" substitutes only in the local filename part.
2978
2979 2007-11-07 David Hansen <david.hansen@gmx.net>
2980
2981 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2982
2983 2007-11-07 Glenn Morris <rgm@gnu.org>
2984
2985 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2986 Remove superfluous concats. Move final set-buffer to
2987 non-emacs-specific code.
2988
2989 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
2990
2991 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2992
2993 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2994
2995 * eshell/esh-mode.el (eshell-output-filter):
2996 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2997 Use `with-current-buffer'.
2998
2999 2007-11-07 Andreas Schwab <schwab@suse.de>
3000
3001 * server.el (server-start): Only register cleanup after server was
3002 started.
3003
3004 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
3005
3006 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3007
3008 * net/tramp-cache (tramp-cache-print): Move down.
3009 (tramp-cache-list-connections): New defun.
3010
3011 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3012
3013 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * ido.el (ido-save-history): Write the history file in the current
3016 filename coding system, and add `coding' file-local variable.
3017
3018 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
3019
3020 * textmodes/org.el (org-table-formula-substitute-names):
3021 Remove forgotten temporary debugging code.
3022
3023 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3026 the prompt.
3027
3028 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
3029
3030 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3031
3032 2007-11-05 Simon Josefsson <simon@josefsson.org>
3033
3034 * net/tls.el (tls-end-of-info): Doc fix.
3035
3036 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
3037
3038 * international/utf-7.el (utf-7-imap): New coding system.
3039 (utf-7-imap-post-read-conversion): New function.
3040 (utf-7-imap-pre-write-conversion): New function.
3041
3042 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * abbrev.el (abbrev--write): Fix up typo.
3045
3046 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
3047
3048 * abbrev.el (define-abbrev-table): Doc fix.
3049
3050 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
3051
3052 * info.el (Info-revert-buffer-function): New func.
3053 (Info-mode): Arrange to use it for reverting.
3054 (Info-copy-current-node-name): Add space between filename and nodename.
3055
3056 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * abbrev.el (expand-abbrev): Move point back to expansion's end.
3059
3060 2007-11-04 Glenn Morris <rgm@gnu.org>
3061
3062 * net/tls.el: Don't require rx when compiling.
3063 (tls-end-of-info): Rewrite without using rx.
3064 (open-tls-stream): Use with-current-buffer.
3065
3066 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
3067
3068 * net/tls.el: Require rx when compiling.
3069 (tls-end-of-info): New variable.
3070 (open-tls-stream): Keep reading input until `tls-end-of-info' is
3071 matched.
3072
3073 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
3074
3075 * register.el (append-to-register, prepend-to-register):
3076 Don't signal error on empty register; use the text, instead.
3077
3078 2007-11-03 Michael Olson <mwolson@gnu.org>
3079
3080 * textmodes/remember.el (remember-buffer):
3081 Use define-obsolete-function-alias rather than defalias.
3082
3083 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3084
3085 * simple.el (bad-packages-alist): Anchor semantic regexp.
3086
3087 2007-11-03 Glenn Morris <rgm@gnu.org>
3088
3089 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3090 if defined, for blank lines. Doc fix.
3091
3092 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3093 (fortran-mode): Set values for comment-region-function,
3094 uncomment-region-function and comment-insert-comment-function.
3095 (fortran-uncomment-region): New function.
3096
3097 * textmodes/nroff-mode.el (nroff-mode):
3098 Set comment-insert-comment-function rather than indent-line-function.
3099 (nroff-indent-line-function): Remove.
3100 (nroff-insert-comment-function): New function.
3101
3102 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3103
3104 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3105
3106 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3107
3108 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3109
3110 * emulation/viper-cmd.el (viper-prev-destructive-command)
3111 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3112 copy-sequence.
3113
3114 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3115 Got rid of ediff-copy-list.
3116
3117 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3118 use face-name.
3119 (ediff-test-utility, ediff-diff-mandatory-option)
3120 (ediff-reset-diff-options): Remove to simplify the mandatory option
3121 handling on Windows.
3122 (ediff-set-diff-options): Add.
3123 (ediff-diff-options): Set "--binary" option as default in some cases.
3124
3125 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3126 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3127 ediff-vc-working-revision. Require vc-hooks.
3128
3129 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
3130
3131 * files.el (hack-local-variables): Fix membership tests to avoid
3132 treating all variables as safe if `enable-local-variables' is
3133 set to :safe (CVE-2007-5795).
3134
3135 2007-11-02 Glenn Morris <rgm@gnu.org>
3136
3137 * newcomment.el (comment-indent): Let comment-insert-comment-function,
3138 if defined, do all the work of inserting a new comment.
3139
3140 * progmodes/etags.el (tags-table-mode): Disable undo.
3141
3142 * simple.el (bad-packages-alist): Revert previous change.
3143
3144 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
3145
3146 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3147
3148 * obsolete/lselect.el: Do not warn about unknown functions.
3149
3150 2007-11-02 Michael Olson <mwolson@gnu.org>
3151
3152 * textmodes/remember.el (remember-buffer): Make this an alias of
3153 remember-finalize, because Org uses it.
3154
3155 2007-11-01 Michael Olson <mwolson@gnu.org>
3156
3157 * textmodes/remember.el: Improve documentation in heading.
3158 (remember-before-remember-hook): Turn into a customizable option.
3159 (remember): Document INITIAL argument.
3160 (remember-region): Remove autoload cookie. Improve docstring to
3161 mention that it is called from the *Remember* buffer, and does not
3162 have any functional overlap with the `remember' function.
3163 (remember-finalize): Remove autoload cookie. Rename from
3164 remember-buffer to emphasize that this does not have any
3165 functional overlap with the `remember' function.
3166 (remember-destroy): Remove autoload cookie.
3167 (remember-mode-map): Define and initialize in one step.
3168 (remember-mode): Improve docstring.
3169 (remember-annotation-functions): Default to just '(buffer-file-name),
3170 and don't try to take the default value from Planner.
3171
3172 2007-11-01 Glenn Morris <rgm@gnu.org>
3173
3174 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3175
3176 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3177
3178 * emacs-lisp/authors.el (authors-scan-change-log)
3179 (authors-scan-el): Don't enable local eval; enable only safe local
3180 variables, without querying.
3181
3182 * mail/footnote.el (footnote-numeric-regexp)
3183 (footnote-english-upper-regexp, footnote-english-lower-regexp)
3184 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3185 Match multi-character footnotes.
3186
3187 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3188 (nroff-indent-line-function): New function.
3189 (nroff-count-text-lines): Use nroff-forward-text-line rather than
3190 obsolete alias.
3191
3192 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
3193
3194 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3195 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
3196 (rcirc-print): Only update the line count when not marking the
3197 line as omittable.
3198 (rcirc-log-write): Specify coding system when writing logfile.
3199 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3200
3201 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3202
3203 * printing.el (printing): Fix :version, printing.el was included
3204 for in emacs-22.1.
3205 (pr-path-style, pr-path-alist, pr-txt-name)
3206 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3207 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3208 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3209 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3210 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3211 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3212 (pr-setting-database, pr-visible-entry-list)
3213 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3214 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3215
3216 * ediff-util.el (ediff-nuke-selective-display): Move definition to
3217 top level, make it dependent on the emacs flavor.
3218
3219 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3220 Test for XEmacs not for itimer.
3221
3222 * term/sun-mouse.el:
3223 * obsolete/sun-fns.el:
3224 * obsolete/sun-curs.el: Remove files.
3225
3226 * term/sun.el (select-previous-complex-command): Remove obsolete code.
3227
3228 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
3229
3230 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3231 was given to concat.
3232
3233 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3236 used normally for goto-line. Change `g' to revert the buffer.
3237 Add redundant `r' binding for buffer-revert.
3238
3239 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3240 (mail-abbrevs-setup): Use abbrev-expand-functions.
3241 (build-mail-abbrevs): Use with-temp-buffer.
3242 (define-mail-abbrev): Simplify.
3243 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3244 Change it for use on abbrev-expand-functions.
3245 (mail-abbrev-complete-alias): Use with-syntax-table.
3246
3247 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3250 directly. Fix bug in deleting temp file.
3251
3252 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3255 Merge defvar and define-abbrev-table.
3256 (def-python-skeleton): Use :case-fixed and :enable-function.
3257 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3258 Remove.
3259 (python-mode): Don't modify pre-abbrev-expand-hook.
3260
3261 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * ediff-util.el (ediff-file-checked-out-p)
3264 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3265
3266 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * abbrev.el (abbrev-symbol): Correct let->let*.
3269 (abbrev--before-point): Only use abbrev-start-location if before point.
3270
3271 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
3274 (strokes-unload-hook): Remove function and variable.
3275 (strokes-unload-function): New-style unload function, adapted
3276 from `strokes-unload-hook'.
3277
3278 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3279 (cl-unload-hook): Remove variable.
3280 (cl-unload-function): New-style unload function, adapted
3281 from `cl-cannot-unload'.
3282
3283 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3284 (elp-unload-function): New-style unload function, adapted
3285 from `elp-unload-hook'.
3286
3287 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
3288
3289 * emacs-lisp/find-func.el (find-library): Use library at
3290 point as default interactive argument.
3291
3292 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * shadowfile.el (shadow-join): Remove.
3295 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3296 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3297 (shadowfile-unload-hook): Remove function and variable.
3298 (shadowfile-unload-function): New-style unload function, adapted
3299 from `shadowfile-unload-hook'.
3300
3301 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3302
3303 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3304 only if it is bound.
3305
3306 * textmodes/reftex.el: Move autoloads for before all uses.
3307 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3308 (reftex-delete-overlay): Move to the top level with the condition
3309 in the body.
3310
3311 * progmodes/simula.el: Use when instead of if.
3312
3313 * iimage.el (iimage-locate-file): Define unconditionally.
3314
3315 * mail/mailabbrev.el (mail-abbrev-next-line):
3316 * emulation/vip.el (vip-enlarge-region, vip-line)
3317 (vip-next-line-at-bol, vip-previous-line)
3318 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3319 Wrap with-no-warnings around uses of next-line and previous-line.
3320
3321 * ediff.el (run-ediff-from-cvs-buffer):
3322 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3323 Remove function not used by pcl-cvs anymore.
3324 (noninteractive, generic-sc-get-latest-rev)
3325 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3326 Delete support for long obsolete generic-sc.el.
3327
3328 2007-10-31 Glenn Morris <rgm@gnu.org>
3329
3330 * cvs-status.el: No longer require pcvs when compiling.
3331
3332 * doc-view.el (doc-view-conversion-refresh-interval)
3333 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3334 (doc-view-reset-slice): Doc fixes.
3335 (doc-view-menu): Remove deleted function doc-view-edit-doc.
3336
3337 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * help-at-pt.el (help-at-pt-unload-hook): Remove.
3340 Timers are automatically canceled by `unload-feature'.
3341
3342 * delsel.el (delsel-unload-hook): Remove function and variable.
3343 (delsel-unload-function): New-style unload function, adapted
3344 from `delsel-unload-hook'.
3345
3346 * msb.el (msb-unload-hook): Remove function and variable.
3347 (msb-unload-function): New-style unload function, adapted from
3348 `msb-unload-hook'.
3349
3350 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * desktop.el (uniquify-managed): Pacify byte compiler.
3353 (desktop-buffer-info): If the buffer name is managed by uniquify,
3354 save the base name, not the uniquified one.
3355 (desktop-create-buffer): Allow `rename-buffer' to generate a new
3356 name in case of conflict.
3357
3358 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * doc-view.el: Use expand-file-name rather than concat.
3361 (doc-view-cache-directory): Add the UID so multiple users won't clash.
3362 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3363 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3364 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3365 not to have to touch the buffer's content.
3366 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3367 (doc-view-mode): Use it. Don't mark as a special mode.
3368 Put the page numbers in the modeline.
3369 Set up the overlay. Hide the cursor. Run the mode hook.
3370 Use after-revert-hook rather than revert-buffer-function.
3371 (doc-view-search-internal): Fix typo.
3372 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3373 image-cache flush.
3374 (doc-view-reconvert-doc): Don't reset the whole mode.
3375 (doc-view-make-safe-dir): New function.
3376 (doc-view-current-cache-dir): Use it.
3377
3378 2007-10-30 Jason Rumney <jasonr@gnu.org>
3379
3380 * time.el (display-time-world-list): Test for zoneinfo support.
3381
3382 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3383
3384 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3385
3386 * net/tramp-cache.el (tramp-flush-file-function): Check also
3387 `default-directory' if `buffer-file-name' does not return a
3388 string. Added to `eshell-pre-command-hook'.
3389
3390 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * doc-view.el (doc-view-current-doc): Remove.
3393 Replace all uses by buffer-file-name.
3394 (doc-view-menu): New menu.
3395 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3396 unused var `doc'.
3397 (doc-view-sort): Simplify.
3398 (doc-view-buffer-message): Don't change buffer-modified-p.
3399 (doc-view-mode): Change it here instead.
3400 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3401 Don't modify the global value of revert-buffer-function.
3402
3403 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3404 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3405 (image-toggle-display): Take overlays into account and don't assume
3406 point-min==1.
3407
3408 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3409
3410 * vc.el (vc-annotate): Fix omission bug:
3411 Specify value for vc-sentinel-movepoint.
3412
3413 2007-10-30 Michael Olson <mwolson@gnu.org>
3414
3415 * textmodes/remember.el (remember-mode-hook)
3416 (remember-handler-functions, remember-annotation-functions):
3417 Add additional items as options, including some Org functions.
3418
3419 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3420
3421 * doc-view.el: Remove cl-dependency.
3422 (doc-view-buffer-message): Mention new binding K.
3423 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3424 instead of variable.
3425 (doc-view-current-cache-dir): Better cache dir naming.
3426 (doc-view-current-display): Remove variable.
3427 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3428 (doc-view-kill-proc): Set converter process to nil.
3429 (doc-view-minor-mode): New minor mode.
3430 (doc-view-minor-mode-map): New keymap.
3431 (doc-view-mode): Remove text/image switching code. Use plain defun.
3432 (doc-view-mode-map): New binding K kills converter process.
3433 Remove C-c C-e binding.
3434 (doc-view-mode-text-map): Remove keymap.
3435 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3436 d-v-display-maybe.
3437 (doc-view-previous-major-mode): New variable.
3438 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3439 (doc-view-remove-if): New function.
3440 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3441 (doc-view-toggle-display): Toggle modes instead of display styles.
3442 (doc-view-reconvert-doc): Adapt to new way of doing things.
3443
3444 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3445
3446 2007-10-30 Glenn Morris <rgm@gnu.org>
3447
3448 * dirtrack.el (dirtrack-mode): Doc fix.
3449
3450 * shell.el (shell-dirtrack-verbose, shell-mode)
3451 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3452
3453 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3454 (byte-compile-enable-warning): Doc fix.
3455
3456 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3457 suppress byte-opt warning.
3458
3459 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3460
3461 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3462 (edt-gnu-emacs19-p): Remove.
3463 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3464 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3465 (edt-end-of-line-forward, edt-end-of-line-backward)
3466 (edt-one-word-forward, edt-one-word-backward, edt-character)
3467 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3468 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3469 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3470 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3471 (edt-sentence-backward, edt-paragraph-forward)
3472 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3473 (edt-window-bottom, edt-scroll-window-forward-line)
3474 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3475 (edt-line-to-top-of-window, edt-paragraph-backward)
3476 (edt-restore-key, edt-window-top, edt-window-bottom)
3477 (edt-scroll-window-forward-line)
3478 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3479 (edt-line-to-middle-of-window, edt-goto-percentage)
3480 (edt-display-the-time, edt-remember, edt-split-window)
3481 (edt-emulation-on, edt-emulation-off)
3482 (edt-default-emulation-setup, edt-user-emulation-setup)
3483 (edt-select-default-global-map, edt-select-user-global-map):
3484 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3485 tests.
3486
3487 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3488 Use feature test instead of boundp test so it can be resolved at
3489 compile time.
3490
3491 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3492
3493 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3496 Update all users.
3497 (abbrev-get, abbrev-put): Simplify.
3498 (define-abbrev): Don't store the `force' value in the :system property.
3499 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3500
3501 2007-10-30 Michael Olson <mwolson@gnu.org>
3502
3503 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3504
3505 * textmodes/remember.el: New file that implements a mode for
3506 quickly jotting down things to remember.
3507
3508 * textmodes/remember-diary.el: A backend for remember.el that
3509 implements saving notes to a Diary file.
3510
3511 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3512
3513 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3514 Relocate in file.
3515 (allout-doublecheck-at-and-shallower): Increase to include
3516 slightly greater depths, since yank interaction is now ok.
3517 Also, elaborate the docstring to explain the situation.
3518 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3519 instead of concat, so we accommodate key sequences expressed as
3520 vectors as well as strings and lists.
3521 (allout-flag-region, allout-hide-by-annotation): Make the
3522 hidden-text overlays 'front-advance.
3523 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3524 (allout-aberrant-container-p, allout-on-current-heading-p)
3525 (allout-e-o-prefix-p, allout-next-heading)
3526 (allout-previous-heading, allout-goto-prefix)
3527 (allout-end-of-prefix, allout-next-sibling-leap)
3528 (allout-next-visible-heading, allout-auto-fill)
3529 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3530 (allout-yank-processing, allout-resolve-xref)
3531 (allout-current-topic-collapsed-p, allout-hide-region-body)
3532 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3533 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3534 (count-trailing-whitespace-region): Preserve match data, so allout
3535 outline navigation doesn't disrupt other Emacs operations.
3536 (allout-beginning-of-line): Retreat to the beginning of the hidden
3537 text, so fields are respected (for submodes that care).
3538 (allout-end-of-line): Preserve mark activation status when jumping.
3539 (allout-open-topic): Account for opening after a child that
3540 contains a hidden trailing newline. Preserve match data.
3541 Run allout-structure-added-hook
3542 (allout-encrypt-decrypted): Preserve match data.
3543 (allout-toggle-current-subtree-exposure): Add new interactive
3544 function for toggle subtree exposure - suggested by tassilo.
3545 (move-beginning-of-line, move-end-of-line): Don't use
3546 line-move-invisible-p, it's obsolete - substitute the code, instead.
3547
3548 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3549
3550 * textmodes/flyspell.el (message-signature-separator):
3551 * longlines.el (message-indent-citation-function): Pacify byte
3552 compiler.
3553
3554 * emacs-lisp/cl-loaddefs.el:
3555 * ldefs-boot.el: Regenerate.
3556
3557 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3558 (.el.elc, compile, compile-always, compile-calc)
3559 ($(lisp)/progmodes/cc-mode.elc): Use it.
3560
3561 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3562 Only do work for XEmacs.
3563 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3564 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3565 on XEmacs.
3566 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3567 (ps-x-color-name, ps-x-color-specifier-p)
3568 (ps-x-copy-coding-system, ps-x-device-class)
3569 (ps-x-extent-end-position, ps-x-extent-face)
3570 (ps-x-extent-priority, ps-x-extent-start-position)
3571 (ps-x-face-font-instance, ps-x-find-coding-system)
3572 (ps-x-font-instance-properties, ps-x-make-color-instance)
3573 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3574 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3575 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3576 (ps-generate-postscript-with-faces): Delete defaliases.
3577 (ps-face-foreground-name, ps-face-background-name)
3578 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3579 Move definitions to top level, make the body conditional on the Emacs
3580 flavor. Replace uses of deleted aliases and renamed functions.
3581 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3582 of deleted aliases and renamed functions.
3583
3584 * calc/calc.el (calc-emacs-type-lucid): Remove.
3585 (calc-digit-map, calcDigit-start, calc-read-key)
3586 (calc-clear-unread-commands):
3587 * calc/calc-ext.el (calc-user-key-map): Replace uses of
3588 calc-emacs-type-lucid with (featurep 'xemacs)
3589
3590 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
3591 (featurep 'xemacs).
3592 (tpu-lucid-emacs19-p): Remove.
3593 (tpu-map-key): Make it a function instead of using fset. Inline
3594 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
3595 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
3596
3597 * ielm.el: Use featurep 'xemacs.
3598
3599 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
3600 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
3601 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
3602 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
3603 cperl-xemacs-p with (featurep 'xemacs).
3604 (font-lock-cache-position): Pacify byte compiler.
3605
3606 2007-10-29 Drew Adams <drew.adams@oracle.com>
3607
3608 * faces.el (read-color): New function.
3609 (face-at-point, foreground-color-at-point)
3610 (background-color-at-point): New functions.
3611
3612 2007-10-28 Richard Stallman <rms@gnu.org>
3613
3614 * net/browse-url.el (browse-url-text-xterm): Rename from
3615 browse-url-lynx-xterm and made generic.
3616 (browse-url-text-emacs): Likewise.
3617 (browse-url-text-browser): New variable.
3618 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
3619 (browse-url-text-input-field, browse-url-text-input-attempts)
3620 (browse-url-kde-program): Likewise.
3621
3622 2007-10-29 Glenn Morris <rgm@gnu.org>
3623
3624 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3625 Use mapc rather than mapcar (reinstall change deleted without log
3626 entry 2007-10-22).
3627
3628 2007-10-29 Martin Rudalics <rudalics@gmx.at>
3629
3630 * wdired.el (wdired-next-line, wdired-previous-line):
3631 Use next-line and previous-line wrapped in with-no-warnings.
3632
3633 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
3634
3635 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
3636 (rcirc-recent-quit-alist): New function.
3637 (rcirc): Print a better message when there is only one connected server.
3638 (rcirc-complete-nick): Do not update the nick table here.
3639 (rcirc-mode-map): Add M-o.
3640 (rcirc-current-line): Add variable.
3641 (rcirc-mode): Setup variables for line based omit.
3642 (rcirc-edit-multiline): Strip text properties.
3643 (rcirc-omit-responses): Add NICK.
3644 (rcirc-omit-threshold): Add variable.
3645 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
3646 Add functions.
3647 (rcirc-print): Keep track of current line. Do not fill text if
3648 `rcirc-fill-flag' is null. Only omit text if the last activity
3649 from the sender is more than `rcirc-omit-threshold' lines ago.
3650 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
3651 numbers instead of time.
3652 (rcirc-channel-nicks): Sort by line numbers instead of time.
3653 (rcirc-omit-mode): Add `...' when omitting text and recenter.
3654 (rcirc-handler-JOIN): Restore the joiners linestamp.
3655 (rcirc-maybe-remember-nick-quit): Add function.
3656 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
3657
3658 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * loadhist.el (unload-feature-special-hooks):
3661 Add `delete-frame-functions' and `suspend-tty-functions'.
3662
3663 * server.el (server-unload-function): Rename from `server-unload-hook'
3664 and adapt to new `unload-feature' functionality. Remove hook from
3665 `kill-buffer-hook' buffer-locally.
3666 (server-unload-hook): Remove.
3667 (server-unload-function): New var; replaces `server-unload-hook'.
3668
3669 2007-10-29 Glenn Morris <rgm@gnu.org>
3670
3671 * dirtrack.el (dirtrack-debug): Doc fix.
3672 (dirtrack-mode, dirtrack-debug-mode): New names for
3673 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
3674 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
3675 Make obsolete.
3676 (dirtrack-debug-message): Only print message if
3677 dirtrack-debug-mode is non-nil. Use with-current-buffer.
3678 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
3679 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
3680
3681 2007-10-28 Glenn Morris <rgm@gnu.org>
3682
3683 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
3684 (byte-compile-warnings-safe-p): Handle `not'.
3685 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
3686 (byte-compile-enable-warning): New functions.
3687 (byte-compile-eval-before-compile)
3688 (byte-compile-file-form-require): Use byte-compile-disable-warning.
3689 (byte-compile-close-variables): Locally bind byte-compile-warnings,
3690 but do not modify it.
3691 (byte-compile-eval, byte-compile-obsolete)
3692 (byte-compile-warn-about-unresolved-functions)
3693 (byte-compile-file-form-defvar)
3694 (byte-compile-file-form-custom-declare-variable)
3695 (byte-compile-file-form-require)
3696 (byte-compile-file-form-defmumble, byte-compile-lambda)
3697 (byte-compile-form, byte-compile-normal-call)
3698 (byte-compile-variable-ref, byte-compile-defvar)
3699 (byte-compile-make-variable-buffer-local):
3700 Use byte-compile-warning-enabled-p.
3701 * emacs-lisp/advice.el (ad-compile-function):
3702 Use byte-compile-disable-warning.
3703 * emacs-lisp/cl.el: Move local variables to end of file, and set
3704 byte-compile-warnings to `(not cl-functions)'.
3705 * emacs-lisp/cl-compat.el: Add a local variables section, and set
3706 byte-compile-warnings to `(not cl-functions)'.
3707 * emacs-lisp/cl-macs.el: Unify local variable section, and set
3708 byte-compile-warnings to `(not cl-functions)'.
3709 (cl-do-proclaim): Use byte-compile-disable-warning and
3710 byte-compile-enable-warning.
3711 * emacs-lisp/cl-seq.el: Unify local variable section, and set
3712 byte-compile-warnings to `(not cl-functions)'.
3713 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
3714 Use byte-compile-disable-warning.
3715
3716 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3717
3718 * cus-edit.el (custom-browse-insert-prefix):
3719 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
3720
3721 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * server.el (server-process-filter): Fix typo in docstring.
3724 (server-log): Reflow docstrings.
3725 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
3726 (server-goto-line-column): Use `when'.
3727
3728 2007-10-28 Juri Linkov <juri@jurta.org>
3729
3730 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
3731 when mouse is clicked on the isearch message.
3732 (isearch-resume): Call `isearch-update' at the end.
3733 Rename argument `search' to `string' to conform to the
3734 isearch terminology.
3735
3736 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 Rewrite abbrev.c in Elisp.
3739 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
3740 (abbrev-table-get, abbrev-table-put, abbrev-get)
3741 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
3742 (define-abbrev, abbrev--check-chars, define-global-abbrev)
3743 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
3744 (abbrev-expansion, abbrev--before-point, expand-abbrev)
3745 (unexpand-abbrev, abbrev--write, abbrev--describe)
3746 (insert-abbrev-table-description, define-abbrev-table):
3747 New funs, largely transcribed from abbrev.c.
3748 (abbrev-with-wrapper-hook): New macro.
3749 (abbrev-table-name-list, global-abbrev-table)
3750 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
3751 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
3752 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
3753 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
3754 New vars, largely transcribed from abbrev.c.
3755 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
3756 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
3757 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
3758
3759 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3760
3761 * ps-print.el: Now detect if text foreground and background colors are
3762 equal and replace the foreground color by another color, so the text
3763 becomes visible. Doc fix.
3764 (ps-print-version): New version 6.8.
3765 (ps-default-fg, ps-default-bg): Docstring fix.
3766 (ps-postscript-code-directory): Fix default value code.
3767 (ps-fg-list, ps-fg-validate-p): New options.
3768 (ps-foreground-list): New var.
3769 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3770
3771 2007-10-27 Glenn Morris <rgm@gnu.org>
3772
3773 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
3774 (shell-dirtrack-toggle): Mark as obsolete.
3775 (dirtrack-toggle, dirtrack-mode): No longer alias to
3776 shell-dirtrack-mode.
3777
3778 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
3779
3780 * calc/calc.el (math-standard-opers): Lower the precedence
3781 of negation.
3782 * calc/calc-lang.el (math-oper-table): Lower precedence of
3783 negation for C, TeX, and eqn.
3784
3785 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3786
3787 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
3788
3789 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
3792 (desktop-not-loaded-hook): Fix :version tags.
3793
3794 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
3795
3796 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
3797 (tramp-get-remote-tmpdir): New defun.
3798 (tramp-make-tramp-temp-file): Use it.
3799 (tramp-local-call-process): New defun. Replace all calls of
3800 `call-process' by this when appropriate.
3801 (tramp-handle-write-region): Replace calls of `file-attributes' by
3802 `tramp-compat-file-attributes'.
3803 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3804 Make the first command a `tramp-send-command' call, with let-bind
3805 of `tramp-end-of-output'.
3806 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
3807 (tramp-load-report-modules, tramp-append-tramp-buffers):
3808 Move to tramp-cmds.el.
3809
3810 * net/tramp-fish.el (tramp-fish-handle-copy-file)
3811 (tramp-fish-do-copy-or-rename-file)
3812 (tramp-fish-do-copy-or-rename-file-directly):
3813 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3814 Add parameter PRESERVE-UID-GID.
3815
3816 2007-10-27 Eli Zaretskii <eliz@gnu.org>
3817
3818 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
3819 New defcustoms.
3820 (display-time-world-list): Use them as appropriate for the current
3821 value of `system-type'.
3822
3823 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3824
3825 * printing.el: Pacify byte compiler, that is, no compiler warnings.
3826 Move (again) some variable definitions before use, define some fun
3827 aliases, no code change.
3828 (pr-version): New version 6.9.2.
3829 (pr-path-style, pr-auto-region, pr-menu-char-height)
3830 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3831 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3832 via (defvar VAR).
3833 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3834 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3835 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3836 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3837 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
3838 (pr-menu-print-item, pr-ps-printer-menu-modified)
3839 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3840 (pr-even-or-odd-alist): Vars definition moved.
3841
3842 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3843
3844 * emulation/pc-select.el (next-line-mark, next-line-nomark)
3845 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
3846 around uses of previous-line and next-line.
3847
3848 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
3849 New defvars.
3850
3851 * textmodes/css-mode.el (comment-continue):
3852 * net/browse-url.el (url-handler-regexp):
3853 * progmodes/idlw-help.el (idlwave-system-routines):
3854 Pacify byte-compiler.
3855
3856 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
3857 line-move-invisible-p with its former definition: invisible-p.
3858 line-move-invisible-p was removed on 2007-08-29.
3859
3860 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3861
3862 * files.el (kill-emacs-query-functions): Doc fix;
3863 `save-buffers-kill-emacs' is no longer bound to a key.
3864
3865 2007-10-26 Richard Stallman <rms@gnu.org>
3866
3867 * isearch-multi.el (isearch-buffers-multi): New option.
3868 (isearch-buffers-search-fun): Test it.
3869
3870 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
3871 Put ps-run-clear on C-c C-l.
3872
3873 * newcomment.el (comment-styles): New style indent-or-triple.
3874 (comment-style): Make that the default.
3875 (comment-add defvar): Doc fix.
3876 (comment-add): Delete arg EXTRA.
3877 (comment-region-default): Open code call to comment-add.
3878 Handle indent-or-triple style which uses `multi-char' for INDENT.
3879
3880 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * eshell/em-unix.el (nil-blank-string): Doc fix.
3883
3884 2007-10-26 John Wiegley <johnw@newartisans.com>
3885
3886 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
3887 function, ensure that the third argument is turned into a nil if
3888 the string is otherwise completely empty (either no characters, or
3889 all tabs/spaces). This fixes a bug from a user who found himself
3890 unable to customize `diff-switches' and still use Eshell's diff
3891 command.
3892
3893 2007-10-26 Glenn Morris <rgm@gnu.org>
3894
3895 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
3896 safe-local-variable property.
3897
3898 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
3899
3900 * net/browse-url.el (browse-url-browser-function): Delete grail.
3901 (browse-url-grail): Function and variable deleted.
3902 (browse-url-browser-function): Delete IXI Mosaic.
3903 (browse-url-default-browser): Don't try IXI Mosaic.
3904 (browse-url-iximosaic): Function deleted.
3905 (browse-url-browser-function): Delete MMM.
3906 (browse-url-default-browser): Don't try MMM.
3907 (browse-url-mmm): Function deleted.
3908
3909 2007-10-26 Drew Adams <drew.adams@oracle.com>
3910
3911 * custom.el (custom-note-var-changed): New function.
3912
3913 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
3914
3915 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
3916 use with the definition. Remove.
3917
3918 * add-log.el (change-log-start-entry-re): New defconst.
3919 (change-log-sortable-date-at): Use it.
3920 (change-log-beginning-of-defun, change-log-end-of-defun):
3921 New functions.
3922 (change-log-mode): Use them for beginning-of-defun-function and
3923 end-of-defun-function.
3924
3925 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
3926
3927 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
3928 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
3929 (ses-recalculate-cell): Deal with point being just beyond end of
3930 data area (why does this happen?)
3931 (ses-set-curcell): Ditto.
3932 (ses-column-letter): Handle columns beyond 702. Code written by
3933 Gareth Rees.
3934
3935 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
3936
3937 * textmodes/org.el (org-agenda-get-restriction-and-command):
3938 Use `mapc' instead of `mapcar'.
3939 (org-agenda-list): Numeric prefix argument can specify the number
3940 of days.
3941 (remember-register, remember-buffer): Prevent byte compiler from
3942 complaining.
3943 (org-todo): Save and restore match data.
3944 (org-no-warnings): New macro.
3945 (org-columns-eval): Use `org-no-warnings'.
3946
3947 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
3948
3949 * comint.el (comint-password-prompt-regexp):
3950 Handle `[sudo] password'-style prompt.
3951
3952 2007-10-25 Glenn Morris <rgm@gnu.org>
3953
3954 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
3955 (defcustom): Doc fix.
3956
3957 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
3958 Add `non_intrinsic'.
3959 (f90-constants-re): Add ieee modules.
3960 (f90-typedef-matcher, f90-typedec-matcher)
3961 (f90-imenu-type-matcher): New functions.
3962 (f90-font-lock-keywords-1): Give module procedures function-name face.
3963 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
3964 Add `use, intrinsic'.
3965 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3966 Move start of `enum' blocks to separate entry.
3967 (f90-start-block-re): Fix `type', `abstract interface'.
3968 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3969 derived types.
3970 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3971 `elemental', change `enumerator'.
3972 (f90-no-block-limit): Fix `abstract interface'.
3973
3974 * progmodes/f90.el (f90-indented-comment-re)
3975 (f90-directive-comment-re, f90-break-delimiters):
3976 * progmodes/fortran.el (fortran-comment-line-start-skip)
3977 (fortran-directive-re):
3978 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3979 as safe if they are strings.
3980
3981 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * startup.el (window-system): Remove. Don't make it frame-local.
3984
3985 2007-10-24 Richard Stallman <rms@gnu.org>
3986
3987 * savehist.el (savehist-save): Omit unreadable elements.
3988
3989 * loadhist.el (unload-function-defs-list): Rename from
3990 unload-function-features-list.
3991 (unload-feature-special-hooks, unload-feature): Doc fixes.
3992
3993 * indent.el (indent-to-left-margin): If point's in the indentation,
3994 move to the end of the indentation.
3995
3996 * cus-edit.el (customize-changed-options): Make arg optional.
3997
3998 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4001
4002 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4003
4004 * textmodes/org-publish.el (org-publish-attachment): Re-install
4005 accidentally deleted change.
4006
4007 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * term/iris-ansi.el (iris-function-map): Move init into declaration.
4010
4011 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4014 (Buffer-menu-mode-map): Initialize in the declaration.
4015 (Buffer-menu-mode): Define with `define-derived-mode'.
4016
4017 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
4018
4019 * textmodes/org.el (org-version): Change to 5.13e.
4020 (org-agenda-file-regexp): Fix typo in docstring.
4021 (org-add-planning-info): Fix bug in parenthesis settings.
4022 (org-scan-tags): Catch the case of indirect buffers with no filename.
4023 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4024 Re-install switch to mapc, had been removed by accident.
4025 (org-columns-map): New binding `C-c C-o'.
4026 (org-columns-menu): Change menu text and added new entry.
4027 (org-columns-eval): Document the use of `next-line'.
4028 (org-columns-open-link): New function.
4029 (org-columns-follow-link): Remove function.
4030 (org-open-link-from-string): New function.
4031 (org-read-date-get-relative): Fix typo in docstring.
4032 (org-read-date-get-relative): Leading +/- is not optional.
4033 (org-agenda-get-restriction-and-command): Always resize window on
4034 first loop cycle.
4035 (org-agenda-open-link): Make sure the link abbreviations are
4036 present in the agenda buffer.
4037 (org-agenda-copy-local-variable): New function.
4038
4039 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4042
4043 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * simple.el (reindent-then-newline-and-indent): Use a `move after
4046 insert' kind of marker in the save-excursion.
4047
4048 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * textmodes/css-mode.el: Require CL.
4051 (comment-continue): Declare.
4052
4053 * subr.el (make-variable-frame-localizable): Remove.
4054 (make-variable-frame-local): Mark obsolete.
4055
4056 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4059 of the subdirs is unreadable.
4060
4061 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
4062
4063 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4064 when we are local.
4065
4066 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * progmodes/python.el (python-current-defun): Remove left-over
4069 assignment to `start'.
4070
4071 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4074 than `mapcar'; return value is not used.
4075
4076 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4077
4078 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4079 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4080
4081 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4082
4083 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4084 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4085
4086 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4089
4090 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * emacs-lisp/advice.el (ad-make-advised-docstring):
4093 Add ad-advice-info text property to doc string.
4094
4095 2007-10-23 Glenn Morris <rgm@gnu.org>
4096
4097 * progmodes/f90.el (f90-do-indent, f90-if-indent)
4098 (f90-type-indent, f90-program-indent, f90-associate-indent)
4099 (f90-continuation-indent, f90-comment-region)
4100 (f90-beginning-ampersand, f90-smart-end)
4101 (f90-break-before-delimiters, f90-auto-keyword-case)
4102 (f90-leave-line-no, f90-mode-hook):
4103 Give an appropriate safe-local-variable property.
4104
4105 * progmodes/fortran.el (fortran-tab-mode-default)
4106 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4107 (fortran-structure-indent, fortran-continuation-indent)
4108 (fortran-comment-indent, fortran-comment-line-extra-indent)
4109 (fortran-comment-line-start)
4110 (fortran-minimum-statement-indent-fixed)
4111 (fortran-minimum-statement-indent-tab)
4112 (fortran-comment-indent-char, fortran-line-number-indent)
4113 (fortran-check-all-num-for-matching-do)
4114 (fortran-blink-matching-if, fortran-continuation-string)
4115 (fortran-comment-region, fortran-electric-line-number)
4116 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4117 (fortran-analyze-depth, fortran-break-before-delimiters):
4118 Give an appropriate safe-local-variable property.
4119
4120 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4121
4122 * printing.el: Move variable definitions before use.
4123 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4124
4125 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4128 (tpu-edt-off): Use it.
4129 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
4130 the global-map before adding it to global-map.
4131
4132 * menu-bar.el (global-buffers-menu-map): New var.
4133 (global-map, menu-bar-update-buffers): Use it.
4134 * msb.el (msb-menu-bar-update-buffers): Use it.
4135 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4136 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4137 Use with-current-buffer.
4138
4139 2007-10-22 Juri Linkov <juri@jurta.org>
4140
4141 * isearch-multi.el: New file.
4142
4143 * isearch.el (isearch-search-string): After finding the next
4144 occurrence switch to buffer isearch-buffers-current-buffer when
4145 isearch-buffers-next-buffer-function is non-nil and
4146 isearch-buffers-current-buffer is live.
4147
4148 * add-log.el (change-log-mode): Make and set buffer-local variable
4149 isearch-buffers-next-buffer-function to change-log-next-buffer.
4150 Call isearch-buffers-minor-mode.
4151 (change-log-next-buffer): New function.
4152
4153 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
4154
4155 * org-export-latex.el (org-export-latex-protect-string):
4156 Renaming of `org-latex-protect'.
4157 (org-export-latex-emphasis-alist): By default, don't protect
4158 any emphasis formatter from further conversion.
4159 (org-export-latex-tables): Honor column grouping for tables.
4160 (org-export-latex-title-command): New option.
4161 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4162 export backslash character.
4163
4164 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4165
4166 * textmodes/org.el (org-read-date-get-relative): New function.
4167 (org-agenda-file-regexp): New variable.
4168 (org-agenda-files): Allow directories in the variable.
4169 (org-agenda-get-restriction-and-command): New function.
4170 (org-agenda): Use `org-agenda-get-restriction-and-command'.
4171 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4172 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4173 New functions.
4174 (org-entry-add-to-multivalued-property)
4175 (org-entry-remove-from-multivalued-property)
4176 (org-entry-member-in-multivalued-property): New functions.
4177 (org-remember-apply-template): Catch C-g and make sure window
4178 configuration is restored.
4179 (org-agenda-open-link): Make it work with several links in the line.
4180 (org-drawers, org-set-regexps-and-options)
4181 (org-get-current-options): Add support for a DRAWERS in-buffer option.
4182 (org-agenda-window-frame-fractions): New option.
4183 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4184 (org-columns-cleanup-item, org-find-entry-with-id)
4185 (org-insert-columns-dblock, org-listtable-to-string)
4186 (org-dblock-write:columnview, org-columns-capture-view)
4187 (org-edit-headline): New functions.
4188 (org-agenda-to-appt): Require calendar.
4189 (org-entry-get-with-inheritance): Widen for search.
4190 (org-columns-display-here): Don't mark buffer as modified when
4191 adding space characters to accomodate column overlays.
4192 (org-export-as-html): Better formatting of tags in the toc.
4193 (org-columns-display-here): Make the ITEM column as compact as possible.
4194 (org-remember-templates): Customization interface improved.
4195 (org-export-with-property-drawer): Variable removed.
4196 (org-export-with-drawers): New option.
4197 (org-complex-heading-regexp): New variable.
4198 (org-sort-entries): Rewrite using `sort-subr'.
4199 (org-set-property): More appropriate completion during interactive use.
4200 (org-sort-entries): Allow sorting by property.
4201 (org-additional-option-like-keywords): Add more values.
4202 (org-sort-entries-or-items): Rename from `org-sort-entries'.
4203
4204 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4205
4206 * textmodes/org.el (org-get-date-from-calendar): New function.
4207 (org-at-timestamp-p, org-timestamp-change)
4208 (org-remember-templates): First element of each entry is now a
4209 name for the template.
4210 (org-store-log-note): Check for `org-note-abort'.
4211 (org-kill-note-or-show-branches): New command.
4212 (org-fontify-priorities): New option.
4213 (org-fontify-priorities): New function.
4214 (org-cut-subtree, org-copy-subtree): New argument N to
4215 act on N sequential subtrees.
4216 (org-paste-subtree): Fix the level at which a tree is pasted.
4217 (org-fit-agenda-window): Limitations on window size removed.
4218 (org-agenda-find-same-or-today-or-agenda): Rename from
4219 `org-agenda-find-today-or-agenda'.
4220 (org-scheduled-past-days): New option.
4221 (org-agenda-scheduled-leaders)
4222 (org-agenda-deadline-leaders): New options.
4223 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4224 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4225 (org-export-with-tags, org-export-plist-vars)
4226 (org-infile-export-plist): New "tags" option.
4227 (org-use-property-inheritance): New option.
4228 (org-cached-entry-get): Use `org-use-property-inheritance'.
4229 (org-remember-apply-template): Fix typo.
4230
4231 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
4232
4233 * net/tramp.el (tramp-find-shell)
4234 (tramp-open-connection-setup-interactive-shell): Improve sending
4235 initial commands.
4236 (tramp-action-terminal): Send debug message.
4237 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4238 (tramp-barf-if-no-shell-prompt): Insert code of
4239 `tramp-wait-for-shell-prompt'.
4240
4241 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4244
4245 * term/vt200.el (terminal-init-vt200):
4246 * term/vt201.el (terminal-init-vt201):
4247 * term/vt220.el (terminal-init-vt220):
4248 * term/vt240.el (terminal-init-vt240):
4249 * term/vt300.el (terminal-init-vt300):
4250 * term/vt320.el (terminal-init-vt320):
4251 * term/vt400.el (terminal-init-vt400):
4252 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4253
4254 * term/wyse50.el (wyse50-terminal-map): New var.
4255 (terminal-init-wyse50): Use it and input-decode-map.
4256 (enable-arrow-keys): Emasculate.
4257
4258 * term/tvi970.el (tvi970-terminal-map): New var.
4259 (terminal-init-tvi970): Use it and input-decode-map.
4260 (tvi970-keypad-numeric): Remove.
4261 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4262
4263 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4264 (terminal-init-sun): Use it and input-decode-map.
4265
4266 * term/news.el (terminal-init-news):
4267 * term/lk201.el (terminal-init-lk201):
4268 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4269
4270 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4271
4272 * complete.el (PC-expand-many-files): Remove.
4273 (PC-do-completion): Call file-expand-wildcards instead of
4274 PC-expand-many-files.
4275
4276 * net/tramp.el (tramp-handle-expand-many-files): Remove.
4277 (PC-expand-many-files): Remove advice.
4278
4279 2007-10-22 Glenn Morris <rgm@gnu.org>
4280
4281 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4282 Add some support for Fortran 2003 syntax:
4283 (f90-type-indent): Now also applies to `enum'.
4284 (f90-associate-indent): New user option.
4285 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4286 Add some F2003 keywords.
4287 (f90-constants-re): New constant.
4288 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4289 Interface'.
4290 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4291 `class'. Arguments for `type'/`class' may have spaces. Add a new
4292 element for functions with specified types. Add `end enum' and
4293 `select type'. Add `implicit enumerator' and `procedure'.
4294 Add `class default' and `type is', `class is'. Fix `go to' regexp.
4295 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4296 (f90-font-lock-keywords-4): Add `f90-constants-re'.
4297 (f90-blocks-re): Add `enum' and `associate'.
4298 (f90-else-like-re): Add `class is', `type is', and `class default'.
4299 (f90-end-type-re): Add `enum'.
4300 (f90-end-associate-re, f90-typeis-re): New constants.
4301 (f90-end-block-re): Add `enum' and `associate'. Change from
4302 optional whitespace to end-of-word, to avoid `enumerator'.
4303 (f90-start-block-re): Add `select type', `abstract interface', and
4304 `enum'. Avoid `type is', and `type (sometype)'.
4305 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4306 (f90-mode): Doc fix.
4307 (f90-looking-at-select-case): Doc fix. Add `select type'.
4308 (f90-looking-at-associate): New function.
4309 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4310 Add `enum' and `abstract interface'.
4311 (f90-no-block-limit): Add `select type' and `abstract interface'.
4312 (f90-get-correct-indent, f90-calculate-indent)
4313 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4314 (f90-indent-region, f90-match-end): Handle `associate' blocks.
4315
4316 2007-10-22 Martin Rudalics <rudalics@gmx.at>
4317
4318 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4319 Use window-full-width-p.
4320
4321 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
4322
4323 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4324
4325 * tooltip.el: Use featurep 'xemacs.
4326
4327 * printing.el: Move variable definitions before use, no code change.
4328
4329 2007-10-22 Juri Linkov <juri@jurta.org>
4330
4331 * simple.el (goto-history-element): Allow minibuffer-default to be
4332 a list of default values accessible by typing M-n in the minibuffer.
4333
4334 * dired-x.el (dired-guess-shell-command): Put all guesses to the
4335 minibuffer default value list instead of pushing them temporarily
4336 to the history list.
4337
4338 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4339
4340 * hexl.el (hexl-menu): New major mode menu.
4341
4342 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4345
4346 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * w32-fns.el (w32-quote-process-args):
4349 * dos-w32.el (print-region-function, lpr-headers-switches)
4350 (ps-print-region-function): Pacify byte-compiler.
4351
4352 * emulation/edt-mapper.el (function-key-map):
4353 (edt-map-key): Make it a function instead of using fset.
4354 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
4355 (edt-gnu-map-key, edt-lucid-map-key): Remove.
4356 (edt-x-emacs-p): Remove.
4357 (edt-emacs-variant, edt-window-system, edt-xserver):
4358 Use featurep 'xemacs.
4359
4360 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4361 Replace eudc-xemacs-p with its definition.
4362 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4363 (eudc-emacs-mule-p): Remove.
4364 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4365 eudc-xemacs-p with feature tests.
4366
4367 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4368 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4369 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4370 (eudc-bob-toggle-inline-display):
4371 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4372 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4373
4374 * net/eudcb-ph.el (eudc-ph-open-session):
4375 Replace eudc-xemacs-mule-p with its former definition.
4376
4377 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4378 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4379
4380 * progmodes/vera-mode.el (vera-xemacs): Remove.
4381 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4382
4383 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4384 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4385 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4386 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4387 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4388 with (featurep 'xemacs).
4389
4390 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4391 (save-buffer-state-x):
4392 * obsolete/fast-lock.el (fast-lock-verbose):
4393 * emulation/viper-init.el (viper-xemacs-p)
4394 (viper-cond-compile-for-xemacs-or-emacs):
4395 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4396 * ps-print.el (case-fold-search):
4397 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4398 * calculator.el (calculator-help): Use featurep 'xemacs.
4399
4400 * progmodes/prolog.el: Undo previous change.
4401 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4402
4403 * progmodes/dcl-mode.el:
4404 * play/yow.el:
4405 * calendar/todo-mode.el:
4406 * calendar/cal-hebrew.el:
4407 * vc-hg.el: Undo previous change.
4408
4409 * vms-patch.el: Likewise.
4410 (print-region-function): Pacify byte-compiler.
4411
4412 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4413
4414 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4415 preserve-uid-gid.
4416
4417 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4418 compatibility. It is not used, though.
4419
4420 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4421 Require tramp-cmds.el.
4422 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4423 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4424 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4425 (tramp-do-copy-or-rename-file-out-of-band)
4426 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4427 possible, because we don't need to create the temporary file, but
4428 we need a prefix for ssh, which has its own temporary file handling.
4429 (tramp-handle-delete-directory): Add "-f" to rmdir.
4430 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4431 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4432 a signal, in order to give the callee a chance to suppress.
4433 (tramp-handle-write-region): Set owner also in case of short
4434 track. Don't use compatibility calls for `write-region' anymore.
4435 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4436 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4437
4438 * net/tramp-cmds.el: New file.
4439
4440 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4441 `tramp-clear-passwd'.
4442
4443 * net/trampver.el: Update release number.
4444
4445 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4446
4447 * progmodes/gud.el (gud-target-name): Move definition before use.
4448
4449 * progmodes/dcl-mode.el: Require imenu at compile time.
4450
4451 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4452 Pacify byte-compiler.
4453
4454 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4455
4456 * eshell/esh-mode.el (eshell-handle-ansi-color):
4457 Require ansi-color at compile time too.
4458
4459 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4460
4461 * w32-fns.el: Require w32-vars.
4462
4463 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4464 time too.
4465
4466 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * double.el ([ignore]): Use `ignore'.
4469 (double-setup): Inline into double-mode.
4470 (double-mode): Use define-minor-mode.
4471
4472 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4473
4474 * textmodes/reftex.el: Move require easymenu before first use.
4475 (reftex-info): Require info at compile too.
4476
4477 * textmodes/org-publish.el (org-publish-org-to-html)
4478 (org-publish-org-to): Require org at compile time too.
4479 (org-publish-attachment): Require at compile time too.
4480
4481 * term/tty-colors.el (w32-tty-standard-colors):
4482 Pacify byte-compiler.
4483
4484 * term/pc-win.el (frame-creation-function-alist): Add to this
4485 instead of setting frame-creation-function.
4486
4487 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4488
4489 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4490
4491 * calendar/todo-mode.el: Require calendar at compile time.
4492
4493 * calendar/cal-hebrew.el: Require holidays at compile time.
4494
4495 * w32-vars.el: Provide w32-vars.
4496
4497 * term/w32-win.el: Require w32-vars.
4498 (w32-color-map): Pacify byte-compiler.
4499
4500 * loadup.el: Load w32-vars before term/w32-win.
4501
4502 2007-10-20 Juri Linkov <juri@jurta.org>
4503
4504 * textmodes/fill.el (fill-paragraph): When the region is active,
4505 don't try other `or' branches regardless of the value returned by
4506 fill-region; just return t.
4507
4508 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4509
4510 * vc.el (vc-do-command): Condition out a misleading message when
4511 running asynchronously.
4512 (vc-deduce-fileset): New argument enables using an unregistered
4513 visited file as a singleton fileset if nothing else is available.
4514 (vc-next-action): Restore file-registering behavior.
4515
4516 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4517
4518 * calc/README: Add recent news.
4519
4520 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4521
4522 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4523 (x-gtk-map-stock): Delete duplicated definitions from merge.
4524
4525 * progmodes/compile.el (compilation-skip-to-next-location)
4526 (compilation-skip-threshold, compilation-skip-visited):
4527 Move definitions earlier.
4528
4529 * play/decipher.el (decipher-keypress):
4530 * play/zone.el (zone-fall-through-ws):
4531 * play/landmark.el (lm-move-down, lm-move-up):
4532 * play/handwrite.el (handwrite):
4533 * mail/mspools.el (mspools-visit-spool):
4534 * wdired.el (wdired-next-line, wdired-previous-line):
4535 * tar-mode.el (tar-subfile-save-buffer):
4536 * scroll-lock.el (scroll-lock-next-line)
4537 (scroll-lock-previous-line):
4538 * image-dired.el (image-dired-next-line)
4539 (image-dired-previous-line):
4540 * ediff-help.el (ediff-help-message-line-length):
4541 Use forward-line.
4542
4543 * smerge-mode.el (smerge-auto-refine):
4544 * diff-mode.el (diff-auto-refine): Add :group.
4545
4546 * play/yow.el: Require doctor at compile time.
4547
4548 * vmsproc.el: Provide vmsproc.
4549 (command-send-input): Use forward-line.
4550
4551 * vms-patch.el: Require ps-print and vmsproc at compile time.
4552
4553 * vc-mtn.el (log-view-message-re, log-view-file-re)
4554 (log-view-font-lock-keywords): Pacify byte-compiler.
4555
4556 * vc-hg.el: Require log-view at compile time.
4557
4558 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4559
4560 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4561
4562 2007-10-20 Glenn Morris <rgm@gnu.org>
4563
4564 * progmodes/f90.el (f90-font-lock-keywords-2)
4565 (f90-looking-at-type-like): Fix regexp typos.
4566
4567 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4570 (bs-mode): Set mode-class property to special.
4571
4572 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * diff-mode.el (diff-auto-refine): New var.
4575 (diff-hunk): Use it.
4576 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4577 (diff-refine-change): Rename from diff-fine-change. Change it.
4578 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4579 (diff-refine-hunk): Rename from diff-fine-highlight.
4580
4581 2007-10-20 John Paul Wallington <jpw@pobox.com>
4582
4583 * help-fns.el (describe-variable-custom-version-info): New function
4584 to return variable's version or package version note.
4585 (describe-variable): Use it, display result.
4586
4587 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * smerge-mode.el (smerge-auto-refine): New var.
4590 (smerge-next, smerge-prev): Use it.
4591 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
4592
4593 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4594 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
4595
4596 * vc-bzr.el (vc-bzr-diff-tree):
4597 * vc-git.el (vc-git-diff-tree):
4598 * vc-hg.el (vc-hg-diff-tree):
4599 * vc-mcvs.el (vc-mcvs-diff-tree):
4600 * vc-mtn.el (vc-mtn-diff-tree):
4601 * vc-svn.el (vc-svn-diff-tree): Remove.
4602
4603 * vc-mtn.el (vc-mtn-revision-completion-table):
4604 * vc-cvs.el (vc-cvs-revision-completion-table):
4605 * vc-arch.el (vc-arch-revision-completion-table):
4606 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
4607 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
4608 Make it work when the arg is a list of files.
4609
4610 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
4613 Also `revision-completion-table' now takes a list of files.
4614 (vc-deduce-fileset): Remove unused var `regexp'.
4615 Only obey allow-directory-wildcard in dired buffers.
4616 (vc-default-diff-tree): Remove.
4617 (vc-diff-added-files): New var.
4618 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
4619 (vc-version-diff): Revert from `vc-history-diff' to the original name.
4620 Remove the `backend' arg.
4621 (vc-contains-version-controlled-file): Remove.
4622 (vc-diff): Bring it closer to the version in Emacs-22.
4623 (vc-revert): Fix typo in let-binding.
4624 (vc-default-unregister): Remove.
4625 (vc-dired-buffers-for-dir): Remove N^2 behavior.
4626
4627 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4628
4629 * textmodes/two-column.el (2C-split, 2C-merge):
4630 * textmodes/bib-mode.el (bib-find-key, mark-bib):
4631 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4632 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
4633 * progmodes/ada-xref.el (ada-get-all-references):
4634 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
4635 * emulation/vi.el (vi-previous-line-first-nonwhite)
4636 (vi-effective-range, vi-put-before):
4637 * emulation/edt.el (edt-next-line, edt-previous-line)
4638 (edt-paragraph-forward): Use forward-line.
4639
4640 * progmodes/etags.el (tags-apropos): Require apropos at compile
4641 time too.
4642
4643 * progmodes/prolog.el: Require comint when compiling.
4644 (inferior-prolog-flavor): Move defvar before use.
4645
4646 2007-10-19 Richard Stallman <rms@gnu.org>
4647
4648 * font-core.el (turn-on-font-lock-if-desired):
4649 Rename from `turn-on-font-lock-if-enabled'.
4650 Fully obey `font-lock-global-modes'.
4651
4652 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
4655 which will not affect the behavior of things like forward-word.
4656 (diff-fine-highlight): Preserve point.
4657
4658 * doc-view.el (doc-view-mode-map): Use remapping.
4659 Don't rebind C-v, M-v to their default value.
4660 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
4661
4662 * smerge-mode.el: Add word-granularity refinement.
4663 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
4664 (smerge-refine-weight-hack): New vars.
4665 (smerge-refine-forward): New fun.
4666 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
4667 (smerge-refine-subst): Use them as well. Preserve point.
4668
4669 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * follow.el (follow-unload-function): New function.
4672
4673 * loadhist.el (unload-function-features-list):
4674 Rename from `unload-hook-features-list'.
4675 (unload-hook-features-list): Add as obsolete alias.
4676 (unload-feature): Use `unload-function-features-list'
4677 and new FEATURE-unload-function.
4678
4679 2007-10-19 Glenn Morris <rgm@gnu.org>
4680
4681 * bindings.el (mouse-minor-mode-menu)
4682 (minor-mode-menu-from-indicator): Move to mouse.el.
4683 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4684 Move here from bindings.el.
4685
4686 2007-10-19 Richard Stallman <rms@gnu.org>
4687
4688 * help-fns.el (describe-function-1): Don't use the advice origname
4689 if it has no function definition.
4690
4691 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4692
4693 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
4694 Use `save-restriction' rather than `widen'.
4695
4696 2007-10-18 Richard Stallman <rms@gnu.org>
4697
4698 * time.el (display-time-world-time-format): Display day # not month #.
4699
4700 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4701
4702 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
4703
4704 * doc-view.el: Remove version keyword.
4705 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4706 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
4707 (doc-view-ghostscript-options): Improve custom type.
4708 (doc-view-cache-directory, doc-view-conversion-buffer)
4709 (doc-view-conversion-refresh-interval): Simplify custom type.
4710
4711 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
4712
4713 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4714 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
4715 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4716 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
4717 Remove superfluous messages.
4718 (doc-view-mode-map): Use the image-mode scrolling commands.
4719 Don't rebind C-x k.
4720
4721 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4722
4723 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
4724 Add comment about "-dSAFER".
4725
4726 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * term/xterm.el: Don't require xt-mouse.
4729 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
4730 calling turn-on-xterm-mouse-tracking-on-terminal directly.
4731
4732 * xt-mouse.el: Don't change the global function-key-map anny more.
4733 (xterm-mouse-mode): Use terminal-init-xterm-hook.
4734 Don't use after-make-frame-functions now that term/xterm.el calls
4735 us directly.
4736 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4737 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
4738 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
4739 Setup input-decode-map and remember that xterm-mouse-mode was
4740 enabled in this terminal.
4741 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
4742 terminals where it has been enabled.
4743
4744 * faces.el (tty-create-frame-with-faces): Make sure not only
4745 tty-run-terminal-initialization but also set-locale-environment
4746 are run only once per terminal.
4747 (tty-run-terminal-initialization): Don't check if the terminal was
4748 already initted.
4749
4750 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4751 not to remove keymaps that just happen to inherit from one of ours.
4752 When setting up our keymap, make sure it won't be accidentally
4753 modified by someone else.
4754
4755 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4756
4757 * textmodes/artist.el (artist-previous-line, artist-next-line):
4758 * dired.el (dired-next-line, dired-previous-line):
4759 * progmodes/delphi.el (delphi-newline):
4760 * textmodes/org.el (org-columns-eval):
4761 Use forward-line.
4762
4763 * emerge.el (emerge-setup): Use insert-buffer-substring.
4764 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
4765
4766 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
4767
4768 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
4769 (adaptive-fill-function): Doc fix. Remove * from docstring.
4770
4771 2007-10-18 Tom Horsley <tom.horsley@att.net>
4772
4773 * simple.el (interprogram-paste-function): Doc fix.
4774 (current-kill): Accept list of strings as well
4775 as single string from `interprogram-paste-function'.
4776
4777 2007-10-18 Glenn Morris <rgm@gnu.org>
4778
4779 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
4780
4781 2007-10-18 Drew Adams <drew.adams@oracle.com>
4782
4783 * bindings.el (mode-line-minor-mode-keymap):
4784 Add mouse-minor-mode-menu on mouse-1.
4785 (mode-line-modes): Add mouse-1 to help-echo text.
4786 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4787 New functions.
4788 (mode-line-minor-mode-help): Doc fix.
4789
4790 2007-10-17 Juri Linkov <juri@jurta.org>
4791
4792 * textmodes/fill.el (fill-paragraph-or-region): Remove function
4793 at the request of RMS.
4794 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
4795 arg `region'. Fix docstring. At the first `or' branch add call to
4796 `fill-region' if it the region is active in transient-mark-mode.
4797
4798 * bindings.el (esc-map): Bind M-q to fill-paragraph
4799 instead of fill-paragraph-or-region.
4800
4801 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
4802 with fill-paragraph.
4803
4804 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
4805 Fix docstring.
4806
4807 * indent.el (indent-for-tab-command): Change interactive spec from
4808 "P" to "p". Add check for interactive arg before indenting the
4809 active region.
4810
4811 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
4812 Regroup.
4813
4814 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * emacs-lisp/find-func.el: Don't require loadhist.
4817
4818 * loadhist.el (feature-symbols, file-provides, file-requires)
4819 (file-set-intersect, file-dependents): Simplify.
4820 (unload-feature-special-hooks): Update list of special hooks.
4821
4822 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
4823
4824 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4825 extensions since they can be viewed with doc-view.
4826
4827 * files.el (auto-mode-alist): Make doc-view-mode the default mode
4828 for pdf, ps and dvi files.
4829
4830 * doc-view.el: Make doc-view-mode the standard mode for viewing
4831 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
4832 text and image display. Add binding C-c C-e to switch to an
4833 editing mode.
4834 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
4835 avoid security problems when rendering files from untrusted sources.
4836
4837 2007-10-17 Aaron Hawley <aaronh@garden.org>
4838
4839 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
4840 position is not saved.
4841
4842 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
4843
4844 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
4845 (doc-view-ghostscript-options): Fix typo in doc string.
4846
4847 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
4850 handling, so compilation-fake-loc works again.
4851
4852 * server.el (server-select-display): Nop if we do not support m-f-o-d.
4853 (server-process-filter): Revert last change.
4854
4855 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4856 behavior unrelated to filesets.
4857
4858 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * longlines.el (longlines-wrap-follows-window-size): Integer value
4861 specifies wrapping margin.
4862 (longlines-mode, longlines-window-change-function):
4863 Set window-specific wrapping margin based on the above.
4864
4865 2007-10-17 John Wiegley <johnw@newartisans.com>
4866
4867 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
4868
4869 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4870
4871 * server.el (server-process-filter): Only set display if X11 is
4872 supported.
4873
4874 2007-10-17 Glenn Morris <rgm@gnu.org>
4875
4876 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4877 Tweak regexp to avoid stack overflow.
4878
4879 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * simple.el (reindent-then-newline-and-indent): Don't assume that
4882 indent-according-to-mode preserves point.
4883
4884 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
4887 (bs--nth-wrapper): Simplify.
4888 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
4889 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
4890 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
4891 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
4892 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
4893 (bs-configurations, bs-default-configuration)
4894 (bs-alternative-configuration, bs-cycle-configuration-name)
4895 (bs-string-show-always, bs-string-show-never, bs-string-current)
4896 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
4897 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
4898 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
4899 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
4900 (bs--window-config-coming-from): Revert 2006-11-09 change.
4901 (bs--restore-window-config): Keep the selected frame.
4902 (bs--track-window-changes, bs--remove-hooks): New functions.
4903 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
4904 (bs--create-header): Remove.
4905 (bs--create-header-line): New function, based on `bs--create-header'.
4906 (bs--show-header): Use `bs--create-header-line'.
4907 (bs--show-with-configuration): Revert 2006-11-09 change.
4908 Don't reuse window unless it is visible on the selected frame.
4909 Restore window configuration (possibly in a different frame)
4910 before creating any window.
4911
4912 2007-10-16 Glenn Morris <rgm@gnu.org>
4913
4914 * simple.el (blink-matching-open): Don't report false errors with
4915 the `$' syntax class.
4916
4917 2007-10-16 Richard Stallman <rms@gnu.org>
4918
4919 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
4920 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
4921 (ad-is-advised, ad-get-advice-info-field)
4922 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
4923
4924 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * vc-hooks.el (vc-workfile-version): Compatibility alias.
4927 (vc-default-working-revision): Compatibility for backends.
4928
4929 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4932 (filesets-ormap, filesets-sort-case-sensitive-flag)
4933 (filesets-remake-shortcut, filesets-ingroup-collect-files):
4934 Fix typos in docstrings.
4935 (filesets-conditional-sort, filesets-find-or-display-file)
4936 (filesets-data-get-name, filesets-data-get-data)
4937 (filesets-data-set, filesets-cmd-query-replace-getargs)
4938 (filesets-ingroup-collect): Doc fixes.
4939
4940 2007-10-15 Sam Steingold <sds@gnu.org>
4941
4942 * mail/sendmail.el (sendmail-error-reporting-interactive)
4943 (sendmail-error-reporting-non-interactive): New variables for
4944 sendmail error reporting options to simplify support for imperfect
4945 sendmail emulators.
4946 (sendmail-send-it): Use them instead of list literals.
4947
4948 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4949
4950 * help-fns.el: Revert previous change; it creates a
4951 dependency loop between advice.el and help-fns.el.
4952
4953 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
4954
4955 * help-fns.el: Require advice when compiling.
4956
4957 2007-10-14 Drew Adams <drew.adams@oracle.com>
4958
4959 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
4960 (ring-insert+extend, ring-remove+insert+extend, ring-member)
4961 (ring-next, ring-previous): New functions.
4962
4963 2007-10-14 Richard Stallman <rms@gnu.org>
4964
4965 * emacs-lisp/advice.el (documentation): Advice deleted.
4966 Doc for advised functions is now handled at C level.
4967 (ad-stop-advice, ad-start-advice): Don't enable or disable
4968 advice for `documentation'.
4969 (ad-advised-definition-docstring-regexp): Var deleted.
4970 (ad-make-advised-definition-docstring): Store orig name
4971 as text property of string.
4972 (ad-advised-definition-p): Check for text property of docstring.
4973
4974 * help-fns.el (describe-function-1): Find source of advised functions.
4975
4976 2007-10-14 Juri Linkov <juri@jurta.org>
4977
4978 * faces.el (describe-face): Allow handling a string as the face name.
4979
4980 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4981 active region in transient-mark-mode.
4982 (ispell-region): Change messages displayed at the start and end of
4983 the spell-checking to be the same.
4984
4985 * startup.el (fancy-startup-tail): Say exactly what does the button
4986 dismiss ("Dismiss this startup screen"). Use text "Never show
4987 it again" for the checkbox after this button.
4988 (fancy-startup-screen, fancy-about-screen): Put point before the
4989 first link, so the user can quickly select links with the keyboard.
4990 (normal-mouse-startup-screen): Add more useful text describing how
4991 to follow a link.
4992
4993 2007-10-14 Glenn Morris <rgm@gnu.org>
4994
4995 * progmodes/etags.el (select-tags-table): Disable undo in the
4996 `*Tags Table List*' buffer.
4997
4998 2007-10-13 Eli Zaretskii <eliz@gnu.org>
4999
5000 * dired.el (dired-warn-writable): New face.
5001 (dired-warn-writable-face): New variable.
5002 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5003 of dired-warning-face, for group- and world-writable files.
5004
5005 2007-10-13 Richard Stallman <rms@gnu.org>
5006
5007 * files.el (directory-abbrev-alist): Doc fix.
5008
5009 2007-10-13 Jari Aalto <jari.aalto@cante.net>
5010
5011 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5012
5013 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5014
5015 * frame.el (set-frame-configuration): Assign name parameter only
5016 if it has been set explicitly before.
5017
5018 2007-10-11 Tom Tromey <tromey@redhat.com>
5019
5020 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5021 frame is visible.
5022
5023 2007-10-10 Richard Stallman <rms@gnu.org>
5024
5025 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5026 in *Backtrace*.
5027
5028 * faces.el (face-font-selection-order): Doc fix.
5029
5030 * loadhist.el (unload-feature): Doc fix.
5031
5032 2007-10-13 Glenn Morris <rgm@gnu.org>
5033
5034 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5035 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5036 Add doc string, and an explicit COUNT argument.
5037 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5038 `inc' to search functions.
5039
5040 * faces.el (face-spec-set): When FRAME is nil, set the default for
5041 new frames (restores pre-2007-09-17 behavior). Doc fix.
5042
5043 2007-10-13 John W. Eaton <jwe@octave.org>
5044
5045 * progmodes/octave-mod.el (octave-looking-at-kw)
5046 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5047 New functions.
5048 (octave-in-defun-p, calculate-octave-indent)
5049 (octave-blink-matching-block-open, octave-beginning-of-defun)
5050 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5051 to search for regexps that contain case-sensitive keywords.
5052 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5053 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5054
5055 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5056
5057 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5058 Do not use a single clause cond.
5059
5060 * cus-start.el (all): Use test that does not match the X11 version
5061 for mac.
5062
5063 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
5064
5065 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5066 BROWSE buffer.
5067
5068 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5069
5070 * cus-start.el (all): Undo previous change.
5071
5072 2007-10-13 Glenn Morris <rgm@gnu.org>
5073
5074 * woman.el (woman0-rename): Fix paren typo.
5075
5076 * mail/feedmail.el (feedmail-run-the-queue)
5077 (feedmail-look-at-queue-directory):
5078 * mail/reporter.el (reporter-dump-state):
5079 * net/eudc-hotlist.el (eudc-edit-hotlist):
5080 * net/eudc.el (eudc-display-records)
5081 (eudc-filter-duplicate-attributes)
5082 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5083 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5084 (eudc-bbdb-query-internal):
5085 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5086 * net/socks.el (socks-build-auth-list):
5087 * progmodes/cc-cmds.el (top level):
5088 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5089 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5090 (cperl-write-tags, cperl-tags-treeify):
5091 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5092 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5093 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5094 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5095 (idlwave-toolbar-remove-everywhere):
5096 * progmodes/idlwave.el (idlwave-indent-line)
5097 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5098 (idlwave-write-paths, idlwave-all-method-classes)
5099 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5100 (idlwave-fix-keywords, idlwave-display-calling-sequence)
5101 (idlwave-complete-in-buffer):
5102 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5103 (org-fast-tag-selection):
5104 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5105 than mapcar.
5106
5107 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5108
5109 * diff-mode.el (diff-fine-change): Add :group.
5110
5111 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5112
5113 * cus-start.el (all): Use the same test as the 22.2 branch.
5114
5115 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * diff-mode.el (diff-current-defun): Force recomputation of
5118 change-log-default-name.
5119
5120 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * startup.el (fancy-startup-screen): Remove an unnecessary newline
5123 and some leftover logic regarding dedicated frames. If showing
5124 concise startup screen, fit window to buffer.
5125 (command-line-1): If we will be using the splash screen, use
5126 find-file instead of find-file-other-window to find additional files.
5127 Comment out unused code for coping with the old sit-for behavior.
5128
5129 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5132 `meta' modifier consistently, rather than using sometimes meta
5133 sometimes alt.
5134
5135 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5136
5137 * window.el (handle-select-window): Revert part of 2007-10-08
5138 change setting the input focus.
5139
5140 2007-10-12 Glenn Morris <rgm@gnu.org>
5141
5142 * startup.el (command-line): Do not read abbrev file in batch mode.
5143
5144 * emacs-lisp/byte-opt.el (top level):
5145 * mail/rmail.el (rmail-list-to-menu):
5146 * obsolete/hilit19.el (hilit-mode):
5147 * progmodes/cc-mode.el (c-postprocess-file-styles)
5148 (c-submit-bug-report):
5149 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5150 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5151 (reftex-access-parse-file):
5152 * textmodes/reftex-cite.el (reftex-do-citation)
5153 (reftex-insert-bib-matches):
5154 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5155 * textmodes/reftex-sel.el (reftex-select-unmark):
5156 * textmodes/reftex-toc.el (reftex-toc-do-promote):
5157 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5158
5159 * cus-edit.el (custom-variable-menu, custom-face-menu)
5160 (custom-group-menu): Check init-file-user rather than
5161 user-init-file, in case cus-edit is loaded by site-run-file.
5162
5163 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5164
5165 * vc.el (vc-deduce-fileset): Delete unused code.
5166 (vc-next-action): Fix typos.
5167
5168 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * bs.el (bs--mark-unmark): New function.
5171 (bs-mark-current, bs-unmark-current): Use it.
5172
5173 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5174
5175 * vc.el (vc-diff):
5176 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
5177 temporarily disable the check for his edge case of
5178 vc-diff (stopping it from grinding when called from $HOME), as
5179 it's calling some brittle code in vc-hooks.el.
5180 (with-vc-properties): Fix evaluation time of a macro argument.
5181 * ediff-vers.el (ediff-vc-internal):
5182 * vc-hooks.el:
5183 * loaddefs.el: Follow up on VC terminology change.
5184
5185 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5186
5187 * follow.el (follow-stop-intercept-process-output):
5188 Use `follow-call-process-filter' rather than `process-filter'.
5189 Simplify.
5190
5191 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5192
5193 * vc-hooks.el (vc-registered): Robustify this function a bit
5194 against filenames with no directory component.
5195
5196 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * international/characters.el: Undo unwanted and unexplained change.
5199
5200 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5201
5202 * textmodes/org.el (org-additional-option-like-keywords): New constant.
5203 (org-complete): Use `org-additional-option-like-keywords'.
5204 (org-parse-local-options): New function.
5205
5206 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5207
5208 * textmodes/org.el (org-in-clocktable-p): New function.
5209 (org-clock-report): Only update the table at point, or insert a new one.
5210 (org-clock-goto): New function.
5211 (org-open-file): Use `start-process-shell-command' instead of
5212 `shell-command' with an ampersand.
5213 (org-deadline, org-schedule): New argument REMOVE to remove the
5214 date from the entry.
5215 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5216 argument to `org-schedule' and `org-deadline'.
5217 (org-trim): Use the correct expressions for beginning and end of
5218 the string.
5219 (org-get-cleaned-entry): Trim the string before returning it.
5220 (org-clock-find-position): New function.
5221 (org-clock-into-drawer): New option.
5222 (org-agenda-tags-column): Rename from
5223 `org-agenda-align-tags-to-column'.
5224 (org-agenda-align-tags): Allow negative values for
5225 `org-agenda-tags-column'.
5226 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5227 (org-agenda-to-appt): New optional argument FILTER.
5228 (org-completion-fallback-command): New variable.
5229 (org-complete): Use `org-completion-fallback-command'.
5230 (org-find-base-buffer-visiting): Catch the case that there is no
5231 buffer visiting the file.
5232 (org-property-or-variable-value): New function.
5233 (org-todo): Use `org-property-or-variable-value'
5234 (org-agenda-compact-blocks): New option.
5235 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5236 (org-agenda-schedule, org-agenda-deadline):
5237 Call `org-agenda-show-new-time'.
5238 (org-agenda-show-new-time): New argument PREFIX.
5239 (org-colgroup-info-to-vline-list): Fix but that cause a
5240 shift in the vertical lines.
5241 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5242 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5243 (org-indent-item): No arg in call to `org-fix-bullet-type'.
5244 (org-fix-bullet-type): Remove argument.
5245 (org-read-date): Check for am/pm twice, to catch the end time.
5246 (org-goto-map): Use `suppress-keymap'.
5247 (org-remember-apply-template): Respect the dynamically scoped
5248 selection character.
5249
5250 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
5251
5252 * textmodes/org-export-latex.el (org-export-latex-protect-string):
5253 Renaming of `org-latex-protect'.
5254 (org-export-latex-emphasis-alist): By default, don't protect
5255 any emphasis formatter from further conversion.
5256 (org-export-latex-tables): Honor column grouping for tables.
5257 (org-export-latex-title-command): New option.
5258 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5259 export backslash character.
5260
5261 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * frame.el (frame-inherited-parameters): Remove unused `environment'
5264 parameter, and let server.el add `client' when needed.
5265
5266 * server.el (server-create-tty-frame)
5267 (server-create-window-system-frame): Set frame-inherited-parameters.
5268
5269 * frame.el (frame-inherited-parameters): New var.
5270 (make-frame): Use it.
5271
5272 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5273
5274 * env.el (let-environment): Remove. Unused.
5275 (read-envvar-name): Simplify.
5276 (setenv): Remove unused arg `frame'.
5277
5278 * help-fns.el (describe-variable): Add missing " " for multiline
5279 obsolescence info and missing EOL after global value.
5280
5281 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5282
5283 * add-log.el:
5284 * ediff-vers.el:
5285 * log-view.el:
5286 * pcvs.el:
5287 * vc-arch.el:
5288 * vc-bzr.el:
5289 * vc-cvs.el:
5290 * vc.el:
5291 * vc-git.el:
5292 * vc-hg.el:
5293 * vc-hooks.el:
5294 * vc-mcvs.el:
5295 * vc-mtn.el:
5296 * vc-rcs.el:
5297 * vc-sccs.el:
5298 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5299 {find,init,next,previous,annotate-*,log}-version ->
5300 {find,init,next,previous,annotate-*,log}-revision,
5301 annotate-focus-version -> annotate-working-revision, The term
5302 'focus' is gone. The term 'revision' is now used consistently
5303 everywhere that reference to a revision ID is intended, replacing
5304 older use of 'version'.
5305
5306 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * follow.el: Change all instances of "Follow Mode" to "Follow
5309 mode" in docstrings and messages.
5310 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5311
5312 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5313
5314 * vc.el (vc-next-action): Rewrite completely; this principal
5315 entry point now operates on a current fileset selected either
5316 explicitly via VC-Dired or implicitly by visiting a file buffer,
5317 rather than always operating on the file of the current buffer as
5318 in older versions. Rewrite the rest of the mode to match.
5319 (with-vc-properties): Rewrite to operate on a file list.
5320 (with-vc-file): vc-checkin takes a file list argument now.
5321 (vc-post-command-functions): This hook now receives a file list.
5322 (vc-do-command): Take a either a file or a file list as argument.
5323 (vc-deduce-fileset): New function for deducing a file list to
5324 operate on.
5325 (vc-next-action-on-file, vc-next-action-dired): Remove.
5326 Merge into vc-next-action.
5327 (vc-register): Adapt to the fact that vc-start-entry now takes a
5328 file list.
5329 (vc-register-with): New function.
5330 (vc-start-entry): Take a file list argument rather than a
5331 file argument.
5332 (vc-checkout): Cope with vc-start-entry taking a file list.
5333 (vc-steal-lock): Cope with with-vc-properties taking a
5334 file list.
5335 (vc-checkin): Take a file list argument rather than a file argument.
5336 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5337 (vc-diff-internal): Rewrite for filesets.
5338 (vc-diff-sentinel): New function, tests whether changes were
5339 written into a diff buffer.
5340 (vc-diff): Rewrite for filesets.
5341 (vc-version-diff): Rewrite for filesets.
5342 (vc-print-log): Take a fileset argument.
5343 (vc-revert): Revert the entire selected fileset, not just the
5344 current buffer.
5345 (vc-rollback): Roll back the entire selected fileset, if
5346 possible. No longer accepts a prefix argument.
5347 (vc-update): Merge new changes for the entire selected
5348 fileset, not just the current buffer.
5349 (vc-revert-file): Cope with with-vc-properties taking a file list.
5350 (vc-default-dired-state-info): Add + status suffix if the file is
5351 modified.
5352 (vc-annotate-warp-version): Use the new diff machinery.
5353 (vc-log-edit): Take a file list argument rather than a file argument.
5354
5355 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5356
5357 Sync with Tramp 2.1.11.
5358
5359 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5360 Pacify byte compiler.
5361
5362 * net/trampver.el: Update release number.
5363
5364 2007-10-09 Richard Stallman <rms@gnu.org>
5365
5366 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5367
5368 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * follow.el: Require easymenu.
5371 (follow-mode-hook, follow-mode): Doc fixes.
5372 (follow-mode-off-hook): Mark as obsolete.
5373
5374 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5375
5376 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5377 select-window or select-frame events.
5378 (handle-select-window): When autoselecting window set input
5379 focus. Restructure.
5380
5381 * frame.el (focus-follows-mouse): Move to frame.c.
5382 * cus-start.el (all): Add focus-follows-mouse.
5383
5384 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5387 activate font-locking in the *buffer-selection* buffer.
5388 (bs-show-sorted): Doc fix.
5389
5390 * bs.el (bs--get-marked-string, bs--get-modified-string)
5391 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5392 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5393 (bs--format-aux): Doc fix.
5394
5395 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5396
5397 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5398
5399 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5400
5401 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5402 (gud-gdb): New function for old M-x gdb (text command mode).
5403 (gud-gdb-command-name, gdb): Move to...
5404
5405 * progmodes/gdb-ui.el: ...here and adapt doc string.
5406 (gud-gdba-command-name, gdba): Delete.
5407
5408 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5409
5410 * bs.el: Don't defvar `font-lock-verbose'.
5411 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5412 (bs--get-file-name): Fix typos in docstrings.
5413 (bs--show-header): Use `dolist' instead of `mapcar'.
5414 (bs-mode): Set `show-trailing-whitespace' to nil.
5415 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5416 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5417 Doc fixes.
5418
5419 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5420
5421 * progmodes/gud.el (pdb): Specify file for gud-break.
5422
5423 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5424
5425 * progmodes/gud.el (gdb): Make graphical mode the default and
5426 switch to text command mode if appropriate, i.e., reverse previous
5427 arrangement.
5428 (gud-gdb-marker-filter): Adapt for above change.
5429
5430 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5431 gud-minor-mode and gud-marker-filter.
5432 (gdb-fullname-regexp): New variable.
5433 (gud-gdba-marker-filter): Use it to switch to text command
5434 mode if appropriate.
5435
5436 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5437
5438 * progmodes/gud.el (gud-display-line): Find source buffer even when
5439 GUD buffer has its own frame.
5440
5441 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5442
5443 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5444
5445 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5446
5447 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5448
5449 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5450
5451 * allout.el (allout-before-change-handler): Replace got-char by
5452 goto-char.
5453
5454 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5457 Used to try and automatically enabled smerge-mode in the presence of
5458 conflicts and to call `svn resolved' when the conflicts are gone.
5459 (vc-svn-parse-status): Remember the svn-specific status.
5460
5461 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5462
5463 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5464 menu-bar-apropos-menu. All users changed.
5465 (menu-bar-help-menu): Change menu symbols to better match the text
5466 displayed by the menu.
5467
5468 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5469
5470 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5471 #, @, : and ^.
5472
5473 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5474
5475 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5476
5477 * log-view.el (log-view-mode-map): Likewise.
5478
5479 * diff-mode.el (diff-mode-shared-map): Likewise.
5480
5481 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5482
5483 * files.el (file-name-sans-versions): Also allow `A-Z'.
5484
5485 * vc.el: Mention all supported VC backends.
5486
5487 2007-10-08 Richard Stallman <rms@gnu.org>
5488
5489 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5490 neighbouring buttons.
5491
5492 2007-10-08 Andreas Schwab <schwab@suse.de>
5493
5494 * files.el (file-name-sans-versions): Also allow `_'.
5495
5496 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5497
5498 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5499
5500 * log-view.el (log-view-mode-map, log-view-mode-menu):
5501 Bind log-view-annotate-version.
5502 (log-view-beginning-of-defun, log-view-end-of-defun)
5503 (log-view-annotate-version): New functions.
5504 (log-view-mode): Use log-view-beginning-of-defun and
5505 log-view-end-of-defun.
5506
5507 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5510
5511 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5514 neighbouring buttons.
5515
5516 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5517 Recognize gcc's use of "note" for informational messages.
5518
5519 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5522 (css-mode): Update correspondingly.
5523
5524 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5525
5526 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5527 Signed-off-by, Acked-by and Merge.
5528
5529 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5532
5533 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * vc-mtn.el: New file.
5536
5537 * vc-hooks.el (vc-handled-backends): Add Mtn.
5538
5539 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5540
5541 * files.el (find-file, find-file-other-window)
5542 (find-file-other-frame, find-file-existing, find-file-read-only)
5543 (find-file-read-only-other-window)
5544 (find-file-read-only-other-frame)
5545 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5546
5547 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5548
5549 * progmodes/gud.el (gdb-ready): New variable.
5550 (gdb): Set it to nil. Set gud-running to nil here...
5551 (gud-common-init): ...instead of here.
5552
5553 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5554 Use gdb-ready. Discard input until GDB is ready to accept it.
5555
5556 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5557
5558 * dired.el (dired-warning): Inherit from font-lock-warning-face to
5559 make it show up with eight colors.
5560
5561 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5564 diffs are concatenated with no intervening line.
5565
5566 2007-10-08 Dave Love <fx@gnu.org>
5567
5568 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5569 (python-font-lock-keywords): Update to the 2.5 version of the language.
5570 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5571 (python-backspace): Only behave funny in code.
5572 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5573 (inferior-python-mode): Add PDB prompt regexp.
5574 (python-fill-paragraph): Refine the fenced-string regexp.
5575 (python-find-imports): Handle imports spanning several lines.
5576 (python-mode): Add `class' to hideshow support.
5577
5578 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5581 Use add-log-buffer-file-name-function rather than binding
5582 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
5583 when `fi' is the ChangeLog file itself.
5584
5585 * outline.el (outline-flag-region): Use front-advance.
5586
5587 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
5588
5589 * progmodes/cperl-mode.el: Merge upstream 5.23.
5590 (cperl-where-am-i): Remove function.
5591 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
5592 (cperl-sniff-for-indent): De-invert [string] and [comment].
5593 When looking for label, skip s:m:y:tr.
5594 (cperl-indent-line): Likewise.
5595 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
5596 (cperl-windowed-init): Wrong `ps-print' handling.
5597 Both thanks to Chong Yidong.
5598 (cperl-look-at-leading-count): Could fail with unfinished RExen.
5599 (cperl-find-pods-heres): If the second part of s()[] is missing,
5600 don't try to highlight delimiters...
5601
5602 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * progmodes/compile.el (compilation-get-file-structure): Complete last
5605 change by also using spec-directory in the puthash.
5606
5607 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
5608
5609 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5610 (vc-bzr-status): Fix shadowing of variable 'status'.
5611 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
5612 Use `expand-file-name' instead of `concat'.
5613 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
5614 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
5615
5616 2007-10-08 Jason Rumney <jasonr@gnu.org>
5617
5618 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
5619
5620 2007-10-08 Richard Stallman <rms@gnu.org>
5621
5622 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
5623 Add `safe-local-variable' property.
5624 (lisp-body-indent): Likewise.
5625
5626 2007-10-08 Richard Stallman <rms@gnu.org>
5627
5628 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
5629 Add doc string.
5630
5631 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5632
5633 * files.el (backup-buffer-copy): Try to overwrite old backup first.
5634
5635 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5636
5637 * repeat.el (repeat): Use last-repeatable-command instead of
5638 real-last-command. Run pre- and post-command hooks for
5639 self-insertion. Update doc-string.
5640
5641 2007-10-08 Alexandre Julliard <julliard@winehq.org>
5642
5643 * vc-git.el (vc-git-state): Call git-add --refresh to update the
5644 state of the file.
5645 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
5646 (vc-git-create-repo): Fix invalid command.
5647
5648 2007-10-08 Richard Stallman <rms@gnu.org>
5649
5650 * textmodes/flyspell.el (flyspell-mode):
5651 Catch errors in flyspell-mode-on.
5652
5653 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5654
5655 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
5656
5657 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * international/encoded-kb.el (encoded-kbd-setup-display):
5660 Use input-decode-map rather than local-key-translation-map.
5661
5662 * term/rxvt.el (rxvt-alternatives-map): New map.
5663 (terminal-init-rxvt): Use it.
5664 Bind rxvt-function-map in input-decode-map.
5665
5666 * term/xterm.el (xterm-alternatives-map): New map.
5667 (terminal-init-xterm): Use it.
5668 Bind xterm-function-map in input-decode-map.
5669
5670 * term/x-win.el (x-alternatives-map): New var.
5671 (x-setup-function-keys): Use it.
5672
5673 * help-fns.el (describe-variable): Slightly change the layout of
5674 meta-info to separate it better from the docstring.
5675 Standardize insertion of extra empty lines in various circumstances.
5676
5677 * diff-mode.el (diff-hunk-style): New fun.
5678 (diff-end-of-hunk): Use it.
5679 (diff-context->unified): Use the new `apply' undo element,
5680 if applicable, so as to save undo-log space.
5681 (diff-fine-change): New face.
5682 (diff-fine-highlight-preproc): New function.
5683 (diff-fine-highlight): New command.
5684 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
5685
5686 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
5687 (smerge-refine-highlight-change): Add `props' argument.
5688 (smerge-refine-subst): New function holding most of smerge-refine.
5689 (smerge-refine): Use it.
5690
5691 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
5692
5693 * vc.el (vc-default-wash-log): Remove unused code, the
5694 log washers all live in the backends now.
5695 (vc-default-comment-history): Correct for the fact
5696 that wash-log is argumentless in the new API.
5697
5698 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
5699
5700 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
5701 (tramp-maybe-send-script): Apply `member' but `memq'.
5702 (tramp-advice-file-expand-wildcards): Simplify implementation.
5703
5704 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
5707
5708 * mb-depth.el (minibuf-depth-indicator-function): New variable.
5709 (minibuf-depth-setup-minibuffer): Use it.
5710
5711 2007-10-07 Glenn Morris <rgm@gnu.org>
5712
5713 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
5714 version numbers.
5715
5716 2007-10-06 Juri Linkov <juri@jurta.org>
5717
5718 * textmodes/fill.el (fill-paragraph-or-region): New function.
5719
5720 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
5721 instead of fill-paragraph.
5722
5723 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5724 with fill-paragraph-or-region. Suspend command is now the same
5725 `suspend-frame' on window systems and on tty.
5726
5727 * image.el (image-type): Check if image-types is bound to not fail
5728 on tty.
5729
5730 * delsel.el (delete-selection-pre-hook):
5731 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5732 is fbound to not fail on mouseless tty.
5733
5734 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5735
5736 * net/tramp.el (top): Move loading of tramp-util.el and
5737 tramp-vc.el to tramp-compat.el.
5738 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
5739 temporary file if possible, in order to avoid a security hole.
5740 (tramp-do-copy-or-rename-file-out-of-band)
5741 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5742 with DONT-CREATE, because the connection is not setup yet.
5743 (tramp-handle-process-file): Rewrite temporary file handling.
5744 (tramp-completion-mode): New defvar.
5745 (tramp-completion-mode-p): Use it.
5746
5747 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5748
5749 * net/tramp-fish.el (tramp-fish-handle-process-file):
5750 Rewrite temporary file handling.
5751
5752 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5753
5754 * vc.el: Workfile version -> focus version change. Port various
5755 comments from new VC to reduce the noise in the diff.
5756 Patch in the new vc-create-repo function to go with the
5757 header comment about it already present.
5758 There are no changes to existing logic in this patch.
5759 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
5760
5761 2007-10-06 Aaron Hawley <aaronh@garden.org>
5762
5763 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
5764
5765 2007-10-05 Chris Moore <dooglus@gmail.com>
5766
5767 * server.el (server-kill-new-buffers): Doc fix.
5768
5769 2007-10-05 John W. Eaton <jwe@octave.org>
5770
5771 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
5772 (octave-begin-keywords): Add "do".
5773 (octave-end-keywords): Remove "end".
5774 (octave-reserved-words): Add "end". Remove "all_va_args",
5775 "gplot", and 'gsplot".
5776 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
5777 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
5778 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
5779 "default_return_value", "define_all_return_values",
5780 "do_fortran_indexing", "empty_list_elements_ok",
5781 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
5782 "ok_to_lose_imaginary_part", "prefer_column_vectors",
5783 "prefer_zero_one_indexing", "propagate_empty_matrices",
5784 "resize_on_range_error", "treat_neg_dim_as_zero",
5785 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
5786 "warn_divide_by_zero", "warn_function_name_clash",
5787 "warn_missing_semicolon", "whitespace_in_literal_matrix".
5788 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
5789 "crash_dumps_octave_core", "sighup_dumps_octave_core",
5790 "sigterm_dumps_octave_core".
5791 (octave-block-match-alist): Remove "end" from block-end keywords.
5792 (octave-mode): Update ftp site address.
5793
5794 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5795
5796 * vc.el: Reorder functions, no code changes.
5797
5798 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
5799
5800 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
5801 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
5802 the cond clauses where needed.
5803 (tramp-handle-write-region): Rearrange code for proper handling of
5804 tmpfile.
5805
5806 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5807
5808 * net/tramp.el:
5809 * net/tramp-fish.el:
5810 * net/tramp-ftp.el:
5811 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5812 `tramp-compat-make-temp-file'.
5813
5814 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5817
5818 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5821 already uses a more recent copyright version than the "current" one.
5822
5823 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5824
5825 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5826 (doc-view-insert-image): Minor aesthetical docstring changes.
5827
5828 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
5829
5830 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5831 completing filename.
5832 (doc-view-search-internal): Docstring change.
5833
5834 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5837 (tramp-file-name-handler-alist):
5838 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
5839 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
5840 used before, creates the file already, which is not desired.
5841 (tramp-do-copy-or-rename-file-directly): Simplify handling of
5842 temporary file.
5843 (tramp-handle-insert-file-contents): Assign the result in the
5844 short track case.
5845 (tramp-handle-insert-file-contents-literally): New defun.
5846 (tramp-completion-mode-p): Revert change from 2007-09-24.
5847 Checking for `return' etc as last character is not sufficient, for
5848 example in dired-mode when entering <g> (revert-buffer) or
5849 <s> (dired-sort).
5850
5851 * net/tramp-compat.el (top): Add also compatibility code for loading
5852 appropriate timer package.
5853 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5854 order to avoid autoloading problems.
5855
5856 * net/tramp-fish.el:
5857 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5858
5859 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5860 where the second parameter of `copy-file' or `rename-file' is a
5861 remote file but not via ftp.
5862
5863 2007-10-02 Richard Stallman <rms@gnu.org>
5864
5865 * frame.el (cursor-in-non-selected-windows): Doc fix.
5866
5867 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5868
5869 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5870 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5871
5872 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
5873
5874 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5875 when `expt' doesn't give range errors.
5876
5877 2007-10-01 Markus Triska <markus.triska@gmx.at>
5878
5879 * calc/calc-math.el (math-smallest-emacs-expt):
5880 Make the computation more robust.
5881
5882 2007-09-30 David Kastrup <dak@gnu.org>
5883
5884 * startup.el (argv): Alias for `command-line-args-left' to use as
5885 `(pop argv)' inside of --eval command sequences. Allows for
5886 passing shell commands into Emacs verbatim without need for Lisp
5887 quoting.
5888
5889 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5890 check only for changed size.
5891 (auto-revert-tail-handler): Get size from caller. If the file has
5892 shrunk, tail the whole file again (the file presumably has been
5893 rewritten).
5894
5895 * woman.el (woman-topic-all-completions, woman-mini-help):
5896 Fix fallout from 2007-09-07 introduction of `dolist' when the list
5897 actually was being manipulated in the loop.
5898 (woman-Cyg-to-Win, woman-pre-process-region)
5899 (woman-horizontal-escapes, woman-if-body, woman-unescape)
5900 (woman-strings, woman-special-characters, woman1-hc)
5901 (woman-change-fonts, woman-find-next-control-line):
5902 Use `match-beginning' rather than `match-string' when the result is
5903 just used as a flag.
5904
5905 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
5906
5907 * net/tramp-compat.el: New file.
5908
5909 * net/tramp.el:
5910 * net/tramp-fish.el:
5911 * net/tramp-smb.el:
5912 * net/tramp-uu.el:
5913 * net/trampver.el: Move compatibility code to tramp-compat.el.
5914 Apply `mapc' instead of `mapcar' when the code needs side effects
5915 only. Move utf-8 coding cookie to the second line.
5916
5917 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
5918
5919 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5920 Improve custom type.
5921 (icon-map-list): Make it customizable. Document how to disable
5922 stock icons.
5923
5924 2007-09-30 Richard Stallman <rms@gnu.org>
5925
5926 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5927
5928 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5929
5930 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5931
5932 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
5935 (t-mouse-mode): New compatibility alias.
5936
5937 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5938
5939 * server.el (server-delete-client): Only delete the terminal if it
5940 is non-nil.
5941
5942 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * net/tramp.el (with-file-property, with-connection-property):
5945 Highlight as keyword.
5946 (tramp-rfn-eshadow-setup-minibuffer)
5947 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5948 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5949 (tramp-do-copy-or-rename-file-directly)
5950 (tramp-do-copy-or-rename-file-out-of-band)
5951 (tramp-handle-shell-command, tramp-get-debug-buffer)
5952 (tramp-send-command-and-read, tramp-equal-remote)
5953 (tramp-get-local-gid): Pacify byte-compiler.
5954 (tramp-handle-file-name-directory): Result shall not be expanded.
5955 (tramp-find-foreign-file-name-handler): Rewrite.
5956 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5957
5958 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5959
5960 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5961 Apply `tramp-completion-mode-p'.
5962 (tramp-fish-handle-set-file-times)
5963 (tramp-fish-handle-executable-find)
5964 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5965 (tramp-fish-retrieve-data): Pacify byte-compiler.
5966
5967 * net/tramp-gw.el (tramp-gw-basic-authentication):
5968 Call `tramp-read-passwd' with first parameter `nil'.
5969
5970 2007-09-28 Glenn Morris <rgm@gnu.org>
5971
5972 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5973 than mapcar.
5974
5975 * textmodes/tex-mode.el (tex-suscript-height-ratio)
5976 (tex-suscript-height-minimum): New customizable variables.
5977 (tex-suscript-height): New function.
5978 (superscript, subscript): Set height using tex-suscript-height
5979 rather than fixing at 0.8.
5980 (tex-fontify-script, tex-font-script-display): Add :version tag.
5981
5982 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
5983
5984 * progmodes/python.el (python-eldoc-function): Doc fix.
5985
5986 2007-09-27 Glenn Morris <rgm@gnu.org>
5987
5988 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
5989 image if it is not in image-type-auto-detectable, or is there with
5990 a nil value.
5991
5992 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
5993
5994 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5995 connection more robust.
5996
5997 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
5998
5999 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6000 Deal with the case that special &keywords are at the beginning or
6001 end of the argument list. Also add some (incomplete) support for
6002 non-standard arglists.
6003
6004 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6005
6006 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6007 (eldoc-message-commands, eldoc-current-idle-delay)
6008 (eldoc-function-argstring-format): Fix typos in docstrings.
6009
6010 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
6011
6012 * calc/calc-units.el (calc-convert-units)
6013 (calc-convert-temperature): Remove unnecessary colons.
6014
6015 2007-09-26 Bastien Guerry <bzg@altern.org>
6016
6017 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6018 New function.
6019 (org-export-latex-remove-from-headlines): Name changed because of typo.
6020 (org-export-latex-quotation-marks-convention): Option removed.
6021 (org-export-latex-make-preamble): Handle the DATE option.
6022 (org-export-latex-cleaned-string): Now the only cleaning function,
6023 synched up with org.el.
6024 (org-export-latex-lists, org-export-latex-parse-list)
6025 (org-export-list-to-latex): New functions.
6026
6027 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6028
6029 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6030 (org-outline-regexp): New constant.
6031 (org-remember-handler): Throw error when the target file is not in
6032 org-mode.
6033 (org-cleaned-string-for-export): No longer call
6034 `org-export-latex-cleaned-string' with an argument.
6035 (org-get-tags): Returns now a list, not a string.
6036 (org-get-tags-string): New function.
6037 (org-archive-subtree): No need to split return of `org-get-tags'.
6038 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6039 instead of `org-get-tags'.
6040 (org-agenda-format-date): Rename from `org-agenda-date-format'.
6041 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6042 (org-compatible-face): New argument INHERITS. Inherit from this
6043 face if possible.
6044 (org-level-1, org-level-2, org-level-3, org-level-4)
6045 (org-level-5, org-level-6, org-level-7, org-level-8)
6046 (org-special-keyword, org-drawer, org-column, org-warning)
6047 (org-archived, org-todo, org-done, org-headline-done, org-table)
6048 (org-formula, org-code, org-agenda-structure)
6049 (org-scheduled-today, org-scheduled-previously)
6050 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6051 in the new way.
6052 (org-get-heading): New argument NO-TAGS.
6053 (org-fast-tag-selection-include-todo): Made defvar instead of
6054 defcustom, feature is not deprecated.
6055 (org-remember-store-without-prompt): New default value t.
6056 (org-todo-log-states): New variable.
6057 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6058 Compute the log states.
6059 (org-goto-map): More commands copied from global map. Also bind
6060 `org-occur'.
6061 (org-goto): Made into a general lookup command.
6062 (org-get-location): Complete rewrite.
6063 (org-goto-exit-command): New variable.
6064 (org-goto-selected-point): New variable.
6065 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6066 Set the new variables.
6067 (org-paste-subtree): Whitespace insertion strategy revised.
6068 (org-remember-apply-template): Protect v-A from the possibility
6069 that v-a might be nil.
6070 (org-remember-handler): Insertion rules revised.
6071 (org-todo): Respect org-todo-log-states.
6072 (org-up-heading-safe): New function.
6073 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6074
6075 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6076
6077 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6078 region if in transient-mark-mode.
6079
6080 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6081
6082 * calc/calc-ext.el (calc-init-extensions, calc-reset):
6083 * calc/calc-help.el (calc-full-help):
6084 * calc/calc-misc.el (another-calc):
6085 * calc/calc-store.el (calc-var-name-map):
6086 * calc/calc-stuff.el (calc-flush-caches):
6087 * calc/calc-units.el (math-build-units-table):
6088 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6089 (calc-quit):
6090 * calendar/icalendar.el (icalendar--format-ical-event)
6091 (icalendar--convert-ical-to-diary):
6092 * emacs-lisp/authors.el (authors):
6093 * emacs-lisp/cust-print.el (custom-print-install)
6094 (custom-print-uninstall):
6095 * emacs-lisp/disass.el (disassemble-1):
6096 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6097 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6098 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6099 (elint-check-let-form, elint-check-condition-case-form)
6100 (elint-initialize):
6101 * emacs-lisp/elp.el (elp-results):
6102 * emacs-lisp/generic.el (generic-mode-internal):
6103 * emacs-lisp/re-builder.el (reb-delete-overlays):
6104 * emacs-lisp/regi.el (regi-interpret):
6105 * emacs-lisp/sregex.el (sregex--char-aux):
6106 * emulation/cua-rect.el (cua--deactivate-rectangle)
6107 (cua--highlight-rectangle, cua--rectangle-post-command):
6108 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6109 * emulation/viper-macs.el (viper-describe-kbd-macros)
6110 (viper-describe-one-macro):
6111 * emulation/viper-util.el (viper-setup-master-buffer):
6112 * emulation/viper.el (set-viper-state-in-major-mode):
6113 * international/mule-diag.el (describe-current-coding-system):
6114 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6115 * mail/emacsbug.el (report-emacs-bug):
6116 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6117 * obsolete/hilit19.el (hilit-unhighlight-region)
6118 (hilit-set-mode-patterns):
6119 * play/solitaire.el (solitaire-check, solitaire-solve):
6120 * play/zone.el (zone-pgm-rotate):
6121 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6122 * progmodes/ada-prj.el (ada-prj-display-page):
6123 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6124 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6125 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6126 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6127 * progmodes/sh-script.el (sh-make-vars-local)
6128 (sh-reset-indent-vars-to-global-values):
6129 * progmodes/sql.el (top):
6130 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6131 * progmodes/xscheme.el (top):
6132 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6133 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6134 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6135 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6136 (artist-submit-bug-report):
6137 * textmodes/flyspell.el (flyspell-delay-commands)
6138 (flyspell-deplacement-commands):
6139 * textmodes/table.el (table--generate-source-epilogue, table-insert)
6140 (table--generate-source-cells-in-a-row, table--make-cell-map)
6141 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6142
6143 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
6144
6145 * allout.el (produce-allout-mode-map, allout-process-exposed):
6146 * ansi-color.el (ansi-color-make-color-map):
6147 * autoinsert.el (auto-insert):
6148 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6149 * dired-aux.el (dired-create-files):
6150 * dired.el (dired-restore-desktop-buffer):
6151 * ediff-diff.el (ediff-setup-fine-diff-regions):
6152 * ediff-mult.el (ediff-intersect-directories)
6153 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6154 (ediff-redraw-registry-buffer):
6155 * ediff-ptch.el (ediff-fixup-patch-map):
6156 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6157 (ediff-really-quit, ediff-clear-diff-vector):
6158 * emerge.el (emerge-really-quit):
6159 * ffap.el (ffap-replace-file-component):
6160 * filecache.el (file-cache-add-directory)
6161 (file-cache-add-directory-recursively)
6162 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6163 (file-cache-delete-directory, file-cache-files-matching-internal)
6164 (file-cache-display):
6165 * files.el (cd):
6166 * find-lisp.el (find-lisp-insert-directory):
6167 * finder.el (finder-compile-keywords):
6168 * help.el (view-emacs-news):
6169 * hi-lock.el (hi-lock-write-interactive-patterns):
6170 * ido.el (ido-to-end, ido-set-matches-1):
6171 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6172 (image-dired-mark-tagged-files):
6173 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6174 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6175 * ps-print.el (ps-background, ps-begin-file)
6176 (ps-build-reference-face-lists):
6177 * simple.el (clone-buffer):
6178 * startup.el (command-line):
6179 * tempo.el (tempo-insert-template, tempo-is-user-element)
6180 (tempo-forward-mark, tempo-backward-mark):
6181 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6182
6183 2007-09-25 Glenn Morris <rgm@gnu.org>
6184
6185 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6186
6187 * view.el (view-search-no-match-lines): Add a doc string.
6188 Rewrite to simplify and work better.
6189
6190 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * progmodes/cc-mode.el (c-mode-base-map):
6193 Use c-indent-line-or-region instead of c-indent-line.
6194
6195 * indent.el (indent-for-tab-command): First check if the region is
6196 active.
6197
6198 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6199
6200 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6201 whitespace-rescan-timer-time is 0.
6202
6203 2007-09-24 Karl Berry <karl@gnu.org>
6204
6205 * international/mule.el (coding-system-base): Fix doc string grammar.
6206
6207 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
6208
6209 * net/tramp.el (tramp-completion-mode-p): Rename from
6210 `tramp-completion-mode'. Revert logic, check `return', `newline'
6211 and such alike. Packages like Icicles tend to use other completion
6212 characters but `tab' and `space' only.
6213
6214 2007-09-24 Adam Hupp <adam@hupp.org>
6215
6216 * progmodes/python.el (run-python): Import emacs module without
6217 waiting; prevents lockup on error.
6218
6219 2007-09-23 Richard Stallman <rms@gnu.org>
6220
6221 * mail/sendmail.el (mail-bury): Delete the frame
6222 if this frame looks like it was made for this message.
6223
6224 * completion.el (completion-separator-self-insert-command)
6225 (completion-separator-self-insert-autofilling):
6226 If `self-insert-command' has been remapped, use the substitute.
6227
6228 * simple.el (copy-region-as-kill): Doc fix.
6229
6230 * textmodes/org.el (org-confirm-shell-link-function)
6231 (org-confirm-elisp-link-function): Doc fixes.
6232
6233 2007-09-23 Glenn Morris <rgm@gnu.org>
6234
6235 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6236
6237 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
6238
6239 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6240
6241 * term/tvi970.el (terminal-init-tvi970): Likewise.
6242
6243 * term/sun-mouse.el (print-mouse-format): Likewise.
6244
6245 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6246 Use forward-line instead of previous-line and next-line.
6247
6248 2007-09-22 Juri Linkov <juri@jurta.org>
6249
6250 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6251
6252 * tutorial.el (tutorial--default-keys): Update standard bindings:
6253 rename `iconify-or-deiconify-frame' to `suspend-frame',
6254 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6255
6256 2007-09-22 Juri Linkov <juri@jurta.org>
6257
6258 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6259 Add help-echo to external links and to links without description.
6260 (fancy-splash-insert): Use help-echo from the 3rd element of the
6261 link specification list, or "Follow this link" if it's nil. Doc fix.
6262
6263 2007-09-22 Juri Linkov <juri@jurta.org>
6264
6265 * startup.el (command-line): Rename `inhibit-startup-message' to
6266 `inhibit-startup-screen'.
6267 (fancy-about-text): Use shorter label for "Ordering Manuals".
6268 (fancy-startup-tail): Add optional arg `concise'. When `concise'
6269 is nil, display a line with "To start..." and 3 links to useful
6270 tasks. Display the "Dismiss" button and "Don't show this message
6271 again" only when concise is non-nil.
6272 (fancy-startup-screen): Call `fancy-startup-tail' with optional
6273 arg `concise'. If CONCISE is non-nil, display a concise version
6274 of the splash screen in another window. Otherwise, switch to the
6275 startup buffer in the same window.
6276 (startup-echo-area-message): Change displayed binding from
6277 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6278 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6279 the GNU system".
6280 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6281 to "*GNU Emacs*".
6282 (display-about-screen): Don't check the existence of the buffer
6283 "*About GNU Emacs*".
6284 (display-splash-screen): Make alias to `display-startup-screen'.
6285 (command-line-1): Rename `inhibit-startup-message' to
6286 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
6287 started with command line options "-f", "-funcall", "-e", "-eval",
6288 "-execute", "-insert", "-find-file", "-file", "-visit".
6289 Inhibit startup screen when Emacs is started with a file name only
6290 on tty (i.e. don't inhibit it when started with a file name like
6291 "emacs FILE..." on a window system).
6292 (command-line-1): Simplify logic of displaying the startup screen:
6293 if file-count > 0, then display the concise version in another
6294 window, otherwise display full version in the same window.
6295
6296 * help.el (help-map): Bind C-h C-a to about-emacs.
6297 (help-for-help-internal): Add C-a description to C-h help text.
6298
6299 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6300
6301 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6302 (checkdoc-permit-comma-termination-flag): Autoload the
6303 safe-local-variable setting.
6304
6305 * bookmark.el (bookmark-xemacsp): Remove.
6306 (bookmark-make): Don't use bookmark-xemacsp,
6307 use (featurep 'xemacs) instead.
6308
6309 * speedbar.el (speedbar-frame-mode)
6310 (speedbar-frame-reposition-smartly)
6311 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6312 (speedbar-check-vc): Remove use of non-existent variable
6313 dframe-xemacsp, use (featurep 'xemacs) instead.
6314
6315 * indent.el (indent-for-tab-command): Indent the region if
6316 transient-mark-mode and the region is active.
6317
6318 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
6319
6320 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6321 add inferior-octave-directory-tracker to the buffer-local value
6322 of comint-input-filter-functions.
6323
6324 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6325
6326 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6327
6328 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6331 on w32 frames.
6332
6333 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * startup.el (normal-top-level): Remove DISPLAY from
6336 process-environment to let it be computed dynamically in callproc.c.
6337
6338 * frame.el (frame-initialize, make-frame):
6339 * faces.el (tty-set-up-initial-frame-faces):
6340 * env.el (setenv): Don't set display-environment-variable.
6341
6342 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
6343 (server-create-tty-frame): Don't set unused `tty' property.
6344 Set `display' instead of display-environment-variable.
6345 (server-create-window-system-frame): No display-environment-variable.
6346
6347 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6350 (rfn-eshadow-update-overlay-hook): New defvars.
6351 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6352 Run the hooks.
6353
6354 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6355 (tramp-rfn-eshadow-setup-minibuffer)
6356 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6357 rfn-eshadow.el.
6358
6359 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6360 timeout.
6361
6362 2007-09-21 Glenn Morris <rgm@gnu.org>
6363
6364 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6365 * term/sun-mouse.el (suspend-emacstool): Remove.
6366 * term/sun.el: Remove emacstool-related code.
6367
6368 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6369 (byte-compile-warnings-safe-p): Add `mapcar'.
6370 (byte-compile-warning-types): Add mapcar and make-local.
6371 (byte-compile-normal-call): Add option to suppress mapcar warning.
6372 (top-level): Use mapc rather than mapcar in eval-when-compile.
6373
6374 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6375 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6376 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6377 Handle escaped parens.
6378 (latex-forward-sexp): Doc fix.
6379
6380 * eshell/esh-mode.el (eshell-output-filter-functions):
6381 Add eshell-postoutput-scroll-to-bottom.
6382
6383 * loadup.el: Remove termdev.
6384
6385 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6386 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6387
6388 2007-09-21 Markus Triska <markus.triska@gmx.at>
6389
6390 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6391 `mapcar' is called for effect.
6392
6393 2007-09-21 Kevin Ryde <user42@zip.com.au>
6394
6395 * international/mule.el (sgml-html-meta-auto-coding-function):
6396 Bind `case-fold-search' to t.
6397
6398 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * termdev.el: Remove.
6401
6402 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6403 (frames-on-display-list): Use it.
6404
6405 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6406
6407 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6408
6409 2007-09-20 Richard Stallman <rms@gnu.org>
6410
6411 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6412
6413 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6416
6417 2007-09-20 Glenn Morris <rgm@gnu.org>
6418
6419 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6420 motion functions, rather than hard-coding "\n\n".
6421 (tex-validate-region): Check for eobp, to speed up.
6422 (tex-next-unmatched-end): Doc fix.
6423
6424 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6427
6428 * international/mule.el (auto-coding-alist): Rar archives are binary.
6429
6430 * arc-mode.el: Add basic support for Rar.
6431 (archive-find-type): Recognize Rar's signature.
6432 (archive-desummarize): New fun.
6433 (archive-summarize): Use it to restore the buffer's data in case
6434 someone wants to switch to some other major mode.
6435 (archive-resummarize): Use it as well.
6436 (archive-rar-summarize, archive-rar-extract): New functions.
6437
6438 * filesets.el: Remove spurious * in docstrings.
6439 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6440 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6441 (filesets-ingroup-collect): Remove unused arg `depth'.
6442 (filesets-update): Remove unused arg `version'.
6443
6444 * finder.el (finder-compile-keywords): Fix up comment style.
6445 (finder-mouse-face-on-line): previous-line -> forward-line.
6446
6447 * recentf.el: Remove spurious * in docstrings.
6448 (recentf-save-list): Fix up comment style.
6449
6450 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6451 (octave-mode-map): Move init into declaration and remove \t binding.
6452 (octave-mode-startup-message): Remove unused var.
6453 (octave-scan-blocks): Remove unused arg `from'.
6454 (octave-forward-block, octave-down-block, octave-up-block):
6455 Update callers.
6456
6457 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6458 (meta-mode-map): Likewise and remove \t binding.
6459
6460 * net/snmp-mode.el: Remove spurious * in docstrings.
6461 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6462 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6463 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6464 that completion accepts lists of strings.
6465 (snmp-mode-syntax-table): Move initialization into declaration.
6466 (snmp-mode-map): Likewise and remove \t binding.
6467 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6468 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6469 (snmp-indent-command): Remove.
6470
6471 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6472 binding, so tab-always-indent works right.
6473
6474 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6475
6476 * net/browse-url.el (browse-url-elinks-new-window): New function.
6477 (browse-url-elinks): Use browse-url-elinks-new-window.
6478 Accept optional second argument `new-window'. Fix typo in doc-string.
6479 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6480 Improve error message.
6481
6482 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6483
6484 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6485 parameter name in the function body.
6486 Reported by Johannes Weiner.
6487
6488 2007-09-19 Glenn Morris <rgm@gnu.org>
6489
6490 * net/socks.el (socks-open-network-stream): Signal an explicit
6491 error if the port associated with a service string can't be found.
6492
6493 * textmodes/tex-mode.el (tex-terminate-paragraph):
6494 Use backward-paragraph.
6495
6496 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * server.el (server-running-p): New function.
6499
6500 2007-09-18 Jason Rumney <jasonr@gnu.org>
6501
6502 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6503 x-focus-frame.
6504
6505 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6506 Use x-focus-frame for w32.
6507
6508 2007-09-17 David Kastrup <dak@gnu.org>
6509
6510 * textmodes/tex-mode.el (tex-verbatim-environments):
6511 Eliminate CL dependency.
6512
6513 2007-09-17 Richard Stallman <rms@gnu.org>
6514
6515 * newcomment.el (comment-add): New arg EXTRA.
6516 (comment-region-default): Pass EXTRA if not indenting lines.
6517
6518 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6519
6520 * net/browse-url.el (browse-url-url-encode-chars): New function.
6521 URL-encode some chars in a string.
6522 (browse-url-encode-url): Rewrite using the previous function.
6523 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6524 (browse-url-elinks-sentinel): Fix typo.
6525 (browse-url-new-window-flag): Doc change.
6526
6527 2007-09-17 Glenn Morris <rgm@gnu.org>
6528
6529 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6530 filename from `--file-line-error', if it is available.
6531
6532 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6533
6534 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6535 TeX `--file-line-error' format.
6536
6537 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6538
6539 * xt-mouse.el: Delete add-hook calls that were moved to
6540 xterm-mouse-mode.
6541 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6542 does not work.
6543
6544 2007-09-17 Richard Stallman <rms@gnu.org>
6545
6546 * cus-face.el (custom-theme-set-faces): Undo previous change.
6547
6548 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6549
6550 2007-09-17 Glenn Morris <rgm@gnu.org>
6551
6552 * textmodes/tex-mode.el (tex-region): Simplify previous change,
6553 handling the case where the region is not in `tex-main-file'.
6554 (tex-region-1): Delete.
6555 (tex-region-header): New function, doing the header part of the
6556 old tex-region-1.
6557
6558 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * simple.el (newline): Simplify use of prefix-numeric-value.
6561 (line-move-partial): Remove unused var `ppos'.
6562 (line-move-1): Replace 9999 with most-positive-fixnum.
6563 (move-end-of-line): Use more efficient single-property search.
6564 (move-beginning-of-line): Remove unused var `start'.
6565 (blink-matching-open): Restructure in a more functional style.
6566
6567 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6568
6569 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6570
6571 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * server.el (server-clients): Only keep procs, no properties any more.
6574 (server-client): Remove.
6575 (server-client-get, server-client-set): Remove, replace all callers by
6576 process-get and process-put resp.
6577 (server-clients-with, server-add-client, server-delete-client)
6578 (server-create-tty-frame, server-create-window-system-frame)
6579 (server-process-filter, server-execute, server-visit-files)
6580 (server-buffer-done, server-kill-buffer-query-function)
6581 (server-kill-emacs-query-function, server-switch-buffer)
6582 (server-save-buffers-kill-terminal): Update accordingly.
6583
6584 * server.el (server-with-environment): Simplify.
6585 (server-select-display, server-unselect-display): Re-add functions that
6586 seem to have been lost in the multi-tty merge.
6587 (server-eval-and-print, server-create-tty-frame)
6588 (server-create-window-system-frame, server-goto-toplevel)
6589 (server-execute, server-return-error): New functions extracted from
6590 server-process-filter.
6591 (server-execute-continuation): New functions.
6592 (server-process-filter): Restructure so that all arguments are analysed
6593 first and then acted upon in a subsequent stage. This way
6594 server-goto-toplevel can be executed later, when we know if
6595 it's necessary.
6596 Remove the "-version" and "-version-good" support.
6597
6598 2007-09-16 Drew Adams <drew.adams@oracle.com>
6599
6600 * cus-edit.el (custom-face-edit-activate): Doc fix.
6601
6602 2007-09-16 Glenn Morris <rgm@gnu.org>
6603
6604 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
6605 Following cal-bahai renaming, update all instances of
6606 list-bahai-diary-entries to diary-bahai-list-entries,
6607 mark-bahai-diary-entries to diary-bahai-mark-entries,
6608 calendar-goto-bahai-date to calendar-bahai-goto-date,
6609 insert-bahai-diary-entry to diary-bahai-insert-entry,
6610 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
6611 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
6612 calendar-print-bahai-date to calendar-bahai-print-date.
6613
6614 * textmodes/tex-mode.el (tex-region): Handle the case where the
6615 region is not in `tex-main-file'. Move the old code that applies
6616 to both cases...
6617 (tex-region-1): ...to this new function.
6618
6619 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * vc.el (vc-process-sentinel): New function.
6622 (vc-exec-after): Use it instead of using ugly hackish analysis and
6623 construction of Elisp code.
6624 (vc-sentinel-movepoint): New dynamically scoped var.
6625 (vc-print-log, vc-annotate): Set it to move the user's point.
6626
6627 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
6628 inhibit-modification-hooks.
6629
6630 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
6631 (calendar-bahai-print-date, calendar-bahai-goto-date)
6632 (diary-bahai-list-entries, diary-bahai-insert-entry):
6633 New names to clean up the namespace a bit more.
6634 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
6635
6636 2007-09-15 Glenn Morris <rgm@gnu.org>
6637
6638 * calendar/holidays.el (holiday-list): Rename it back to
6639 `list-holidays', but leave `holiday-list' as an alias.
6640
6641 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
6642 custom group.
6643
6644 * textmodes/css-mode.el (css): New custom group.
6645 (css-electrick-keys, css-selector, css-property)
6646 (css-indent-offset): Specify custom group.
6647
6648 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
6651 (cvs-execute-single-file): Use process-file.
6652 (cvs-run-process): Use start-file-process.
6653
6654 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6655
6656 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
6657 level. Remove the hooks when turning off the mode.
6658
6659 * term/xterm.el: Require xt-mouse at compile time.
6660 (terminal-init-xterm): Turn on xterm mouse tracking for this
6661 terminal if xterm-mouse-mode is enabled.
6662
6663 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6664
6665 * term/xterm.el (xterm-function-map): Replace bindings that were
6666 deleted by the merge.
6667
6668 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
6669
6670 * play/bubbles.el (bubbles-version): Bump value to "0.5".
6671 (bubbles-mode-map): Move define-key statements here.
6672 (bubbles-game-theme-menu): Ditto.
6673 (bubbles-graphics-theme-menu): Ditto.
6674 (bubbles-menu): Ditto.
6675 (bubbles-mode): Initialize buffer-undo-list, redisplay.
6676 (bubbles--initialize): Reset buffer-undo-list, redisplay.
6677 (bubbles-plop): Set buffer-undo-list, redisplay.
6678 (bubbles-undo): Reset buffer-undo-list, redisplay.
6679 (bubbles--show-images): Take care of missing text properties.
6680
6681 2007-09-14 Glenn Morris <rgm@gnu.org>
6682
6683 * startup.el (fancy-startup-text, fancy-about-text): Fix face
6684 quoting.
6685
6686 * calendar/cal-hebrew.el, calendar/cal-menu.el
6687 * calendar/calendar.el, calendar/diary-lib.el
6688 * calendar/holidays.el: Rename all instances of
6689 list-calendar-holidays callers to calendar-list-holidays,
6690 list-holidays to holiday-list, check-calendar-holidays to
6691 calendar-check-holidays, mark-calendar-holidays to
6692 calendar-mark-holidays, and filter-visible-calendar-holidays to
6693 holiday-filter-visible-calendar.
6694
6695 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6696
6697 * term/xterm.el (xterm-function-map): Add C-M- bindings.
6698
6699 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6700
6701 * play/bubbles.el (bubbles--initialize-images): Fix bug:
6702 Use transparent background for empty cells in graphics mode.
6703
6704 2007-09-13 Jari Aalto <jari.aalto@cante.net>
6705
6706 * man.el (Man-default-man-entry): At end of line, continue looking
6707 to the next line for possible end of hyphenated command.
6708
6709 2007-09-13 Chris Moore <dooglus@gmail.com>
6710
6711 * shell.el (shell-resync-dirs): Don't move the cursor relative to
6712 the command being edited.
6713
6714 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
6715
6716 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
6717
6718 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
6719
6720 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
6721 C-M-S- keys.
6722
6723 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6724
6725 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6726
6727 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6728 New argument `filename-p' to use one set of confusing chars or another.
6729 (browse-url-file-url): Use the argument.
6730 Suggested by Johannes Weiner.
6731
6732 2007-09-12 Romain Francoise <romain@orebokech.com>
6733
6734 * cus-start.el (all): Revert 2007-09-08 change.
6735
6736 2007-09-12 Aaron Hawley <aaronh@garden.org>
6737
6738 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6739 extract .Z files, since it is more common than uncompress.
6740
6741 2007-09-12 Glenn Morris <rgm@gnu.org>
6742
6743 * textmodes/org-publish.el (org-publish-org-to-html): Remove
6744 duplicate function definition.
6745
6746 2007-09-10 Chris Moore <dooglus@gmail.com>
6747
6748 * diff-mode.el (diff-sanity-check-hunk):
6749 Also accept single-line hunks.
6750
6751 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
6752
6753 * startup.el (startup-screen-inhibit-startup-screen)
6754 (pure-space-overflow-message): New vars.
6755 (fancy-splash-insert): Allow functions for face and link specs.
6756 (fancy-splash-head): Remove unused arg. Move splash text...
6757 (fancy-startup-text, fancy-about-text): ...here.
6758 (fancy-startup-tail): Rename from fancy-splash-tail.
6759 (fancy-startup-screen, fancy-about-screen): Split off from
6760 fancy-splash-screens.
6761 (display-startup-screen): New function.
6762 (display-about-screen): Rename from display-splash-screen.
6763 (command-line-1): Use concise startup screen if necessary.
6764
6765 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6766
6767 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
6768 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
6769
6770 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6773 (python-font-lock-keywords): Update to the 2.5 version of the language.
6774 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6775 (python-backspace): Only behave funny in code.
6776 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6777 (inferior-python-mode): Add PDB prompt regexp.
6778 (python-fill-paragraph): Refine the fenced-string regexp.
6779 (python-find-imports): Handle imports spanning several lines.
6780 (python-mode): Add `class' to hideshow support.
6781
6782 2007-09-10 Dave Love <fx@gnu.org>
6783
6784 * outline.el (outline-4, outline-5, outline-7):
6785 Move font-lock-builtin-face down from 4 to 7 to better keep the
6786 progression of color brightness, and to better match Org-mode's faces.
6787
6788 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6789
6790 * progmodes/meta-mode.el (meta-font-lock-keywords)
6791 (font-lock-match-meta-declaration-item-and-skip-to-next)
6792 (meta-comment-indent, meta-indent-previous-line)
6793 (meta-indent-unfinished-line, meta-beginning-of-defun)
6794 (meta-end-of-defun, meta-common-initialization): Handle \f.
6795 (meta-indent-unfinished-line): Do not handle a `%' in a string as
6796 a comment-start.
6797
6798 * files.el (file-modes-char-to-who, file-modes-char-to-right)
6799 (file-modes-rights-to-number): Auxiliary functions for symbolic to
6800 numeric notation of file modes.
6801 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
6802 numeric value.
6803 (read-file-modes): New. Read either an octal value of a file mode or a
6804 symbolic value, and return its numeric value.
6805
6806 * dired-aux.el (dired-do-chmod): Change to use the built-in
6807 `set-file-modes' and the previous symbolic mode parsing functions.
6808
6809 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * textmodes/texinfo.el: Remove spurious * in docstrings.
6812 (texinfo-mode-syntax-table, texinfo-mode-map):
6813 Initialize in the declaration.
6814
6815 * tmm.el: Remove spurious * in docstrings.
6816 (tmm-prompt): Use with-current-buffer.
6817
6818 * vcursor.el: Remove spurious * in docstrings.
6819 (vcursor-map): Initialize in the declaration.
6820 (vcursor-use-vcursor-map): Use define-minor-mode.
6821 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6822
6823 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6824 Initialize in the declaration.
6825 (widget-minor-mode): Use define-minor-mode.
6826
6827 * woman.el (woman-mode-map, woman-syntax-table):
6828 Initialize in the declaration.
6829
6830 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
6831
6832 * doc-view.el: New file.
6833
6834 2007-09-09 Juri Linkov <juri@jurta.org>
6835
6836 * Makefile.in (update-authors): Add etc/ to AUTHORS.
6837
6838 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6839
6840 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6841 to "Startup screen". Fix docstring.
6842 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6843 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6844 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6845 (initial-scratch-message): Fix docstring.
6846 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6847 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6848 Add link to "Customize Startup" and set interval between links to
6849 5 spaces.
6850 (fancy-about-text): Add links "Authors" and "Contributing".
6851 (fancy-splash-head): Add text "Welcome to " on the startup screen,
6852 and "This is " on the about screen. Add link to
6853 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6854 For the about screen move emacs version to the header from
6855 `fancy-splash-tail' (as it's done already for normal about screen).
6856 (fancy-splash-tail): Insert emacs version only for startup screen.
6857 (normal-splash-screen): Remove duplicate empty lines.
6858 (normal-about-screen): Add links "Authors" and "Contributing".
6859
6860 * menu-bar.el (menu-bar-help-menu):
6861 Move "About Emacs" and "About GNU" to the end of the Help menu.
6862 Move "Emacs Psychotherapist" after "Send Bug Report...".
6863 Move "External Packages" after "Find Emacs Packages".
6864
6865 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
6866
6867 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6868 they are useless with the byte compiler.
6869 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6870 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6871 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6872 (tramp-file-name-real-host, tramp-file-name-port)
6873 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6874 defuns.
6875
6876 * net/tramp-cache.el (top): Improve error message when
6877 `tramp-persistency-file-name' is corrupted.
6878
6879 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
6880
6881 * textmodes/org.el (org-re): Also replace the :alpha: class.
6882 (org-todo-tag-alist): Variable removed.
6883 (org-todo-key-alist, org-todo-key-trigger): New variables.
6884 (org-use-fast-todo-selection): New option.
6885 (org-log-done): Docstring fixed.
6886 (org-deadline-warning-days): New default value 14.
6887 (org-edit-timestamp-down-means-later): New option.
6888 (org-tag-alist): Docstring fixed.
6889 (org-fast-tag-selection-include-todo): New option.
6890 (org-export-language-setup): New languages added.
6891 (org-set-regexps-and-options): Compute the new variables.
6892 (org-paste-subtree): Cleaning up.
6893 (org-remember-apply-template): New escape %A.
6894 (org-todo): Call fast TODO selection.
6895 (org-fast-todo-selection): New function.
6896 (org-add-log-note): Allow prefix for abort exit.
6897 (org-at-property-p, org-entry-properties)
6898 (org-columns-get-autowidth-alist): Use :alpha: class.
6899 (org-get-wdays): New function.
6900 (org-agenda-remove-date): New variable.
6901 (org-agenda-get-deadlines): Use `org-get-wdays'.
6902 (org-agenda-get-deadlines): Reverse ee before returning.
6903 (org-format-agenda-item): New argument REMOVE-RE.
6904 (org-agenda-convert-date): Baha'i calendar added.
6905 (org-infile-export-plist): Also find DATE line.
6906 (org-get-min-level): New function.
6907 (org-export-as-html, org-export-as-ascii): Use the date format.
6908 (org-shiftup, org-shiftdown): Use.
6909 `org-edit-timestamp-down-means-later'.
6910 (org-assign-fast-keys): New function.
6911
6912 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
6913
6914 * cus-start.el (all): Add prefer-window-split-horizontally from
6915 window.c.
6916
6917 2007-09-08 Eli Zaretskii <eliz@gnu.org>
6918
6919 * net/browse-url.el (browse-url-galeon): Fix last change.
6920 (top-level): Require cl when compiling.
6921
6922 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
6923
6924 * textmodes/org-export-latex.el: arch-tag restored.
6925
6926 * textmodes/org-publish.el: arch-tag restored.
6927
6928 2007-09-08 Masatake YAMATO <jet@gyve.org>
6929
6930 * progmodes/which-func.el (which-func-modes): Add diff-mode.
6931
6932 * progmodes/cc-langs.el: Support new keywords added to
6933 objective-c frontend of gcc.
6934 (c-simple-stmt-kwds): Add @throw.
6935 (c-block-stmt-2-kwds): Add @synchronized.
6936 (c-block-stmt-1-kwds): Add @finally and @try.
6937
6938 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
6939
6940 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6941 (org-agenda-after-show-hook): New variable.
6942 (org-columns-compile-format)
6943 (org-columns-get-autowidth-alist, org-buffer-property-keys)
6944 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6945 property names.
6946 (org-get-wdays): New function.
6947
6948 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6951
6952 * term/xterm.el (xterm-function-map): Initialize in the declaration.
6953
6954 * vc-arch.el (vc-arch-checkin): Fix typo.
6955
6956 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6957
6958 * cus-face.el (custom-theme-set-faces): Set face attributes
6959 locally for each frame.
6960
6961 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6964 via font-lock-defaults.
6965
6966 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6967 derived-mode-p.
6968
6969 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
6970
6971 * progmodes/autoconf.el (autoconf-definition-regexp):
6972 Handle optional square brackets around definition name.
6973
6974 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
6975
6976 * net/browse-url.el (browse-url-browser-function): Add elinks.
6977 (browse-url-elinks-wrapper): New option.
6978 (browse-url-encode-url, browse-url-elinks)
6979 (browse-url-elinks-sentinel): New functions.
6980 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6981 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6982 Use new function browse-url-encode-url.
6983
6984 2007-09-07 Glenn Morris <rgm@gnu.org>
6985
6986 * version.el (emacs-version): Revert 2007-08-29 change: no need to
6987 say if multi-tty is present.
6988
6989 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * cus-start.el (split-window-preferred-function): Add custom info.
6992
6993 * calendar/holidays.el (holiday-list, calendar-check-holidays)
6994 (calendar-mark-holidays, calendar-list-holidays)
6995 (holiday-filter-visible-calendar): New names to clean up namespace.
6996 (filter-visible-calendar-holidays, list-calendar-holidays)
6997 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6998 Add compatibility aliases.
6999 (calendar-check-holidays, calendar-mark-holidays)
7000 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7001 (holiday-sexp): Replace append with list.
7002 (holiday-filter-visible-calendar): Replace append with push.
7003
7004 * woman.el: Remove spurious * in docstrings.
7005 (woman-mini-help, woman-non-underline-faces, woman0-rename)
7006 (woman-topic-all-completions-merge, woman-file-name-all-completions)
7007 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7008 (woman-write-directory-cache, woman-display-extended-fonts)
7009 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7010 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7011 (woman-mode): Use inhibit-read-only.
7012 (woman-negative-vertical-space): Use dotimes.
7013 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7014
7015 2007-09-06 Romain Francoise <romain@orebokech.com>
7016
7017 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7018 (vc-bzr-workfile-version): Use it.
7019
7020 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
7021
7022 * complete.el (PC-do-completion): Don't try to treat
7023 empty string as an abbreviation.
7024
7025 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7026
7027 * help-fns.el (describe-variable): Keep doc's text properties.
7028
7029 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
7030
7031 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7032 instead of a file.
7033
7034 2007-09-06 Glenn Morris <rgm@gnu.org>
7035
7036 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7037 (checkdoc-minor-mode): Allow user to specify lighter via
7038 checkdoc-minor-mode-string.
7039
7040 2007-09-05 Richard Stallman <rms@gnu.org>
7041
7042 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7043 Several items removed, simplified, or put on one line.
7044 (fancy-about-text): Add substantial contents, part of startup text.
7045 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7046 (normal-splash-screen): Call normal-mouse-startup-screen,
7047 normal-no-mouse-startup-screen, or normal-about-screen.
7048 (normal-mouse-startup-screen): New fn, broken out, shortened.
7049 (normal-no-mouse-startup-screen): New fn, broken out.
7050 (normal-about-screen): New function, contents all new.
7051
7052 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7053
7054 * emacs-lisp/rx.el (rx): Fix typo in docstring.
7055
7056 2007-09-05 Glenn Morris <rgm@gnu.org>
7057
7058 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7059 is bound.
7060
7061 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7062
7063 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7064 in doc string.
7065
7066 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7067
7068 * server.el (server-start, server-unload-hook): Undo previous change.
7069
7070 * xt-mouse.el: Undo previous change.
7071
7072 2007-09-04 Juri Linkov <juri@jurta.org>
7073
7074 * startup.el (fancy-about-text): New variable.
7075 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7076 (fancy-current-text, fancy-splash-stop-time)
7077 (fancy-splash-outer-buffer): Remove variables.
7078 (fancy-splash-head, fancy-splash-tail): Add new optional argument
7079 `startup' and use it to conditionally display different texts for
7080 Startup and About screens. Don't display Help commands on the About
7081 screen.
7082 (fancy-splash-screens-1): Remove function and move its content to
7083 `fancy-splash-screens' to the part that dislpays the About screen.
7084 (exit-splash-screen): Don't treat specially exiting from
7085 alternating screens.
7086 (fancy-splash-screens): Rename argument `static' to `startup'.
7087 Fix docstring. Remove code for displaying alternating screens.
7088 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7089 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7090 for `inhibit-read-only'.
7091 (normal-splash-screen): Rename argument `static' to `startup'.
7092 Fix docstring. Use argument `startup' to conditionally display
7093 different texts for Startup and About screens. Don't display Help
7094 commands on the About screen. Remove `unwind-protect' `sit-for'
7095 delay and `kill-buffer' after it.
7096 (display-startup-echo-area-message): Remove call to
7097 `use-fancy-splash-screens-p' because image.el is preloaded and
7098 doesn't display "Loading image... done".
7099 (display-splash-screen): Rename argument `static' to `startup'.
7100 Fix docstring.
7101
7102 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7103
7104 * server.el (server-start, server-unload-hook):
7105 suspend-tty-functions has been renamed to suspend-tty-hook.
7106
7107 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
7108 resume-tty-hook.
7109
7110 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7111
7112 * loadup.el: Fix merge problem, only load "button" once.
7113
7114 2007-09-03 Glenn Morris <rgm@gnu.org>
7115
7116 * vc-svn.el (vc-svn-print-log): If there is only one file, use
7117 "Working file:" as the prefix, for the sake of
7118 log-view-current-file.
7119
7120 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7121
7122 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7123 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7124 if the selected frames is in
7125 xterm-modify-other-keys-terminal-list.
7126 (xterm-turn-off-modify-other-keys): Add an optional frame
7127 parameter. Only turn off modify-other-keys if FRAME is in
7128 xterm-modify-other-keys-terminal-list.
7129 (xterm-remove-modify-other-keys): New function.
7130 (terminal-init-xterm): Use it. Deal with delete-frame hook.
7131 Add the selected frame to xterm-modify-other-keys-terminal-list.
7132
7133 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7134
7135 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7136 (icon-map-list): New variable.
7137 (x-gtk-map-stock): Use icon-map-list.
7138
7139 2007-09-02 Romain Francoise <romain@orebokech.com>
7140
7141 * log-view.el (log-view-current-file): Balance parens.
7142
7143 2007-09-02 Glenn Morris <rgm@gnu.org>
7144
7145 * comint.el (comint-mode): Don't set scroll-conservatively.
7146
7147 * eshell/em-unix.el (eshell/time): Stringify and flatten the
7148 non-command arguments.
7149
7150 * log-view.el (log-view-current-file): Give a more explicit error
7151 if log-view-file-re fails to find a match.
7152
7153 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7154
7155 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7156 Fix bug: Don't expand top-level file name more than once.
7157 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7158
7159 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * server.el (server-process-filter): Don't display the splash screen.
7162 It's annoying enough on the initial screen and becomes positively
7163 obnoxious here.
7164
7165 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7168 Change naming to use "avl-tree--" for internal functions.
7169
7170 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
7171
7172 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7173 the merge.
7174 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7175 (provide): Move to the end of file.
7176
7177 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7178
7179 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7180
7181 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7182 New variable. List of exceptions for the duplicated word rule.
7183 (flyspell-mark-duplications-flag): Mention it.
7184 (flyspell-word): Treat it.
7185
7186 * files.el (create-file-buffer): If the filename sans directory starts
7187 with spaces, remove them.
7188
7189 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7190
7191 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7192 (x-gtk-map-stock): Use two directory elements when matching
7193 file name.
7194
7195 2007-08-31 James Wright <james@chumsley.org>
7196
7197 * eshell/em-unix.el (eshell/info): New function.
7198
7199 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * frame.el (frame-initialize, make-frame):
7202 * server.el (server-process-filter):
7203 * faces.el (tty-set-up-initial-frame-faces): Don't set
7204 term-environment-variable since it's not used any more.
7205
7206 * env.el (setenv): Don't treat $TERM specially.
7207
7208 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7209 stated otherwise, subprocesses do not send back escape sequences
7210 corresponding to the terminal from which Emacs was started.
7211
7212 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
7213
7214 * calculator.el: Require cl for compilation.
7215
7216 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
7217
7218 * outline.el (outline-font-lock-levels): Comment out unused var.
7219 (outline-font-lock-face): Wrap around face list to handle any
7220 nesting depth gracefully.
7221
7222 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
7223
7224 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7225 `set-file-times'.
7226
7227 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7228
7229 * textmodes/org.el (org-export-visible): Fix drawers before export.
7230 (org-do-sort): Allow sorting by priority.
7231 (org-agenda-files): Ignore non-existing files.
7232 (org-agenda-skip-unavailable-files): New variable.
7233 (org-ellipsis): All a face as value.
7234 (org-mode): Interprete the face value of `org-ellipsis'.
7235 (org-archive-save-context-info): New option.
7236 (org-archive-subtree): Store context info in archived entry.
7237 (org-fast-tag-selection-can-set-todo-state): New variable.
7238 (org-fast-tag-selection): Allow setting TODO states through this
7239 interface.
7240 (org-cycle): Docstring updated.
7241 (org-todo-keyword-faces): New option.
7242 (org-get-todo-face): New function.
7243 (org-set-font-lock-defaults, org-agenda-highlight-todo):
7244 Use `org-get-todo-face'.
7245 (org-switch-to-buffer-other-window): New function.
7246 (org-table-edit-field, org-table-show-reference)
7247 (org-table-edit-formulas, org-add-log-note)
7248 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7249 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7250 `switch-to-buffer-other-window' to make sure that the temporary
7251 windows show up on the current frame.
7252 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7253 (org-get-entries-from-diary, org-replace-region-by-html):
7254 Don't allow pop-up frames.
7255 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7256 Fix problems with time-of-day.
7257 (org-export-get-title-from-subtree): New function.
7258 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7259 with listing items that are DONE.
7260 (org-change-tag-in-region): New command.
7261 (org-agenda-skip-scheduled-if-done)
7262 (org-agenda-skip-deadline-if-done): Docstring clarified.
7263 (org-mode): Hide drawers on startup.
7264 (org-get-todo-face): New function.
7265 (org-todo-keyword-faces): New option.
7266 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7267 (org-remove-keyword-keys): New function.
7268
7269 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
7270
7271 * progmodes/grep.el (grep-find-ignored-directories):
7272 Add monotone _MTN bookkeeping directory in workspaces.
7273 Add RCS control directory. List items in alphabetical order.
7274
7275 * progmodes/grep.el (grep-files-aliases): Add cc alias.
7276 Sort items in alphabetical order. Fix parens.
7277
7278 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7279
7280 * vc-hg.el (vc-hg-extra-menu-map): New variable.
7281 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7282 (vc-hg-pull): New functions.
7283 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7284
7285 * term/mac-win.el: Don't require url, only autoloaded url
7286 functions are used in this file.
7287
7288 2007-08-29 Andreas Schwab <schwab@suse.de>
7289
7290 * shell.el (shell): Return correct value from interactive spec.
7291
7292 2007-08-29 Glenn Morris <rgm@gnu.org>
7293
7294 * version.el (emacs-version): Increase to 23.0.50.
7295
7296 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7297
7298 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7299
7300 2007-08-29 Juri Linkov <juri@jurta.org>
7301
7302 * loadup.el: Add "button" loading after "faces" and move "startup"
7303 to load after "button".
7304
7305 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7306
7307 * loadup.el: Load term/mac-win on a Mac using Carbon.
7308
7309 * term/mac-win.el: Provide mac-win.
7310 (mac-initialized): New variable.
7311 (mac-initialize-window-system): New function. Move global setup here.
7312 (handle-args-function-alist, frame-creation-function-alist):
7313 (window-system-initialization-alist): Add mac entries.
7314 (x-setup-function-keys): New function containing all the
7315 top level function key definitions.
7316
7317 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7318
7319 * env.el (read-envvar-name): Don't consider the environment frame param.
7320
7321 * env.el (setenv):
7322 * frame.el (frame-initialize, make-frame):
7323 * faces.el (tty-set-up-initial-frame-faces):
7324 * server.el (server-process-filter): Set
7325 display-environment-variable and term-environment-variable.
7326
7327 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7328
7329 2007-08-29 Jason Rumney <jasonr@gnu.org>
7330
7331 * loadup.el: Only load term/x-win when X is compiled in.
7332 Load term/w32-win and dependencies on windows-nt.
7333
7334 * term/w32-win.el: Reorder to match x-win.el more closely.
7335 Provide w32-win. Don't throw error when global window-system not w32.
7336 (internal-face-interactive): Remove obsolete function.
7337 (x-setup-function-keys): Use local-function-key-map.
7338 (w32-initialized): New variable.
7339 (w32-initialize-window-system): Set it.
7340 Move more global setup here.
7341 (x-setup-function-keys): New function.
7342 (w32-initialize-window-system): Move non function key global setup here.
7343 (x-cut-buffer-max): Remove.
7344 (w32-initialize-window-system): New function.
7345 (handle-args-function-alist, frame-creation-function-alist):
7346 (window-system-initialization-alist): Add w32 entries.
7347
7348 2007-08-29 David Kastrup <dak@gnu.org>
7349
7350 * env.el (getenv): Pass frame to getenv-internal.
7351
7352 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7353
7354 * version.el (emacs-version): Show if multi-tty is present.
7355
7356 * loadup.el: Delay loading env; mule-conf gets confused by cl
7357 during bootstrap. Also load termdev and term/x-win.
7358
7359 * bindings.el (mode-line-client): New variable.
7360 (help-echo): Add it to the default mode-line format.
7361
7362 * cus-start.el: Remove bogus window-system reference from GTK test.
7363
7364 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7365 (ebrowse-electric-position-mode-map):
7366 * ebuff-menu.el (electric-buffer-menu-mode-map):
7367 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7368 not `suspend-emacs'.
7369
7370 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7371 (ediff-window-setup-function): Use it as default.
7372
7373 * files.el (save-buffers-kill-terminal): New function.
7374 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7375
7376 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7377 and `with-selected-frame'.
7378
7379 * help-fns.el (describe-variable): Describe frame-local variables
7380 correctly.
7381
7382 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7383 display support.
7384 (normal-erase-is-backspace-setup-frame): New function.
7385
7386 * subr.el (with-selected-frame): New function.
7387 (read-quoted-char): Use terminal-local binding of
7388 local-function-key-map instead of function-key-map.
7389
7390 * talk.el (talk): New function.
7391 (talk-handle-delete-frame): New function.
7392 (talk-add-display): Open a new frame only if FRAME was not a frame.
7393
7394 * termdev.el: New file.
7395
7396 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7397 * term/x-win.el: Don't bind f10.
7398 * tmm.el: Remove autoload binding for f10.
7399
7400 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7401 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7402 Store the saved input method as a terminal parameter. Add keymap
7403 parameter. Use it instead of changing key-translation-map directly.
7404 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7405 Remove.
7406 (encoded-kbd-setup-display): New function.
7407
7408 * international/mule-cmds.el (set-locale-environment): Fix getenv
7409 call. Use save-buffers-kill-terminal. Ignore window-system; always
7410 set the keyboard coding system. Add DISPLAY parameter.
7411 (set-display-table-and-terminal-coding-system): Add DISPLAY
7412 parameter. Pass it to set-terminal-coding-system.
7413
7414 * international/mule.el (keyboard-coding-system): Test for
7415 encoded-kbd-setup-display, not encoded-kbd-mode.
7416 (set-terminal-coding-system, set-keyboard-coding-system): Add
7417 DISPLAY parameter.
7418 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7419
7420 * term/README: Update.
7421
7422 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7423
7424 * term/x-win.el (x-setup-function-keys): New function. Move
7425 function-key-map tweaks here. Protect against multiple calls on
7426 the same terminal. Use terminal-local binding of
7427 local-function-key-map instead of function-key-map.
7428 (x-initialize-window-system): Make a copy of pure list. Pass a
7429 frame getenv.
7430
7431 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7432 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7433 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7434 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7435 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7436 local-function-key-map instead of function-key-map.
7437
7438 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7439 `substitute-key-definition' and `define-key' calls against
7440 multiple execution. Use terminal-local binding of
7441 local-function-key-map instead of function-key-map. Pass a frame
7442 to getenv.
7443
7444 * edmacro.el (edmacro-format-keys):
7445 * emulation/cua-base.el (cua--pre-command-handler):
7446 * isearch.el (isearch-other-meta-char):
7447 * xt-mouse.el: Use terminal-local binding of
7448 local-function-key-map instead of function-key-map.
7449
7450 * fringe.el (set-fringe-mode): Simplify and fix using
7451 `modify-all-frames-parameters'.
7452 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7453 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7454 check before calling `tool-bar-setup'.
7455 (tool-bar-setup): New variable.
7456 (tool-bar-setup): Use it to guard against multiple calls. Add
7457 optional frame parameter, and select that frame before adding items.
7458 (toggle-tool-bar-mode-from-frame): New function.
7459
7460 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7461 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7462 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7463 "Tool-bar" toggles to reflect the state of the current frame.
7464 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7465
7466 * env.el: Require cl for byte compilation (for `block' and `return').
7467 (environment, setenv-internal): New functions.
7468 (let-environment): New macro.
7469 (setenv, getenv): Add optional terminal parameter. Update docs.
7470 (setenv): Use setenv-internal. Always set process-environment.
7471 Handle `local-environment-variables'.
7472 (read-envvar-name, setenv, getenv): Use frame parameters
7473 to store the local environment, not terminal parameters. Include
7474 `process-environment' as well.
7475
7476 * faces.el (tty-run-terminal-initialization): New function.
7477 (tty-create-frame-with-faces): Use it. Set up faces and
7478 background mode only after the terminal has been initialized.
7479 Call terminal-init-*. Don't load the initialization file more
7480 than once. Call set-locale-environment.
7481 (frame-set-background-mode): Handle the 'background-mode terminal
7482 parameter.
7483 (tty-find-type): New function.
7484 (x-create-frame-with-faces): Remove bogus check for
7485 first frame. Call `tool-bar-setup'. Don't make frame visible
7486 until we are done setting up all its parameters. Call
7487 x-setup-function-keys.
7488
7489 * frame.el (make-frame): Always inherit 'environment and 'client
7490 parameters. Set up the 'environment frame parameter, when needed.
7491 Also inherit 'client parameter. Don't override explicitly
7492 specified values with inherited ones. Add 'terminal frame
7493 parameter. Append window-system-default-frame-alist to parameters
7494 before calling frame-creation-function.
7495 (frame-initialize): Copy the environment from the initial frame.
7496 (window-system-default-frame-alist): Enhance doc string.
7497 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7498 `default-frame-alist' when initial frame is on a tty.
7499 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7500 Remove specified parameters from `window-system-default-frame-alist'.
7501 (make-frame-on-tty, framep-on-display, suspend-frame):
7502 Extend doc string, update parameter names.
7503 (frames-on-display-list): Use terminal-id to get the display id.
7504 (frame-notice-user-settings): Extend to apply
7505 settings in `window-system-default-frame-alist' as well.
7506 (terminal-id, terminal-parameters, terminal-parameter)
7507 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7508 (delete-frame-functions): Add to `delete-frame-functions' hook.
7509 (blink-cursor-mode): Adapt blink-cursor-mode default
7510 value from startup.el.
7511 (make-frame-on-display): Protect condition on x-initialized when
7512 x-win.el is not loaded. Update doc.
7513 (suspend-frame): Use display-controlling-tty-p to decide between
7514 suspend-emacs and suspend-tty.
7515 (frames-on-display-list): Update for display ids.
7516 (framep-on-display): Ditto.
7517 (suspend-frame): Use display-name, not frame-tty-name.
7518 (selected-terminal): New function.
7519
7520 * server.el: Use `device' instead of `display' or `display-id' in
7521 variable and client parameter names.
7522 (server-select-display): Remove (unused).
7523 (server-tty-live-p, server-handle-delete-tty): Remove.
7524 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7525 Update docs.
7526 (server-getenv-from, server-with-environment, server-send-string)
7527 (server-save-buffers-kill-terminal): New functions.
7528 (server-delete-client): Handle quits in kill-buffer. Don't kill
7529 modified buffers. Add extra logging. Delete frames after
7530 deleting the tty. Clear 'client parameter before deleting a frame.
7531 Use delete-display, not delete-tty.
7532 (server-visit-files): Don't set `server-existing-buffer' if the
7533 buffer already has other clients. Return list of buffers
7534 created. Update doc. Don't set client-record when nowait.
7535 (server-handle-delete-frame): Delete the client if this was its
7536 last frame. Check that the frame is alive. Remove bogus comment.
7537 Add note on possible race condition. Delete tty clients, if needed.
7538 (server-handle-suspend-tty): Use server-send-string. Kill the
7539 client in case of errors from process-send-string. Use the display
7540 parameter.
7541 (server-unload-hook): Remove obsolete delete-tty hook.
7542 (server-start): Ask before restarting if the old server still has
7543 clients. Add feedback messages. Remove obsolete delete-tty hook.
7544 (server-process-filter): Use server-send-string. Accept `-dir'
7545 command. Switch to *scratch* immediately after creating the frame,
7546 before evaluating any -evals. Protect `display-splash-screen'
7547 call in a condition-case. Explain why. Call
7548 `display-startup-echo-area-message' before
7549 `display-splash-screen'. Don't display the splash screen when no
7550 frame was created. Show the Emacs splash screen and startup echo
7551 area message. Display the *scratch* buffer by default. Store the
7552 local environment in a frame (not terminal) parameter. Do not try
7553 to decode environment strings. Fix reference to the 'display
7554 frame parameter. Change syntax of environment variables. Put
7555 environment into terminal parameters, not client parameters. Use
7556 a dummy client with --no-wait's X frames. In `-position LINE'
7557 handler, don't ruin the request string until the line number is
7558 extracted. Log opened files. Handle -current-frame command.
7559 Don't create frames when it is given. Don't bind X frames to the
7560 client when we are in -no-wait mode. Set locale environment
7561 variables from client while creating tty frames. Disable call to
7562 configure-display-for-locale. When processing -position command,
7563 don't change the request string until the parameters are
7564 extracted. Don't try to create an X frame when Emacs does not
7565 support it. Improve logging. Temporarily set ncurses-related
7566 environment variables to those of the client while creating a new
7567 tty frame. Select buffers opened by nowait clients, don't leave
7568 them buried under others. Set the display parameter, and use it
7569 when appropriate.
7570
7571 * startup.el (display-startup-echo-area-message): Handle
7572 `inhibit-startup-echo-area-message' here.
7573 (command-line-1): Moved from here.
7574 (fancy-splash-screens): Use `overriding-local-map' instead of
7575 `overriding-terminal-local-map' for now; the latter doesn't work
7576 right, it looses keypresses to another terminal. Use
7577 `overriding-terminal-local-map' to set up keymap. Install a
7578 `delete-frame-functions' hook to catch `delete-frame' events.
7579 Ignore `select-window' events to cope better with
7580 `focus-follows-mouse'. Don't switch back to the original buffer
7581 if the splash frame has been killed. Restore previous buffer, even
7582 if it's *scratch*.
7583 (normal-splash-screen): Don't let-bind `mode-line-format'; it
7584 changes the global binding - setq it instead. Use
7585 `save-buffers-kill-terminal'.
7586 (display-splash-screen): Don't do anything if the splash screen is
7587 already displayed elsewhere.
7588 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
7589 (command-line): Replace duplicated code with a call to
7590 tty-run-terminal-initialization. Don't load the terminal
7591 initialization file more than once. Remove call to nonexistent
7592 function `set-locale-translation-file-name'.
7593
7594 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
7595 parameters.
7596 (xterm-mouse-position-function, xterm-mouse-event): Update.
7597 (xterm-mouse-mode): Don't depend on current value of window-system.
7598 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
7599 Update for multi-tty.
7600 (turn-on-xterm-mouse-tracking-on-terminal)
7601 (turn-off-xterm-mouse-tracking-on-terminal)
7602 (xterm-mouse-handle-delete-frame): New functions.
7603 (delete-frame-functions, after-make-frame-functions)
7604 (suspend-tty-functions, resume-tty-functions): Install extra hooks
7605 for multi-tty.
7606
7607 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * simple.el (invisible-p): Remove: implemented in C now.
7610 (line-move-invisible-p): Remove obsolete alias.
7611
7612 2007-08-28 Juri Linkov <juri@jurta.org>
7613
7614 * image-mode.el (image-type): New variable.
7615 (image-mode): Set default major mode name to "Image[text]".
7616 (image-minor-mode): Change LIGHTER to display image-type in the
7617 mode line.
7618 (image-minor-mode): Set default image-type to "text".
7619 (image-toggle-display): After switching to text mode, set
7620 image-type to "text" and major mode name to "Image[text]".
7621 After switching to image mode, set image-type to actual image
7622 type, and add image type to major mode name. Let-bind the same
7623 variable names as arguments of `image-type' and `create-image'.
7624 Bind `type' to the result of `image-type' and use it as arg
7625 of `create-image' to not determine the image type twice.
7626
7627 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
7628
7629 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
7630 (tramp-set-file-uid-gid, tramp-get-local-uid)
7631 (tramp-get-local-gid): New defuns.
7632 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
7633 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
7634 Improve fast track.
7635 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
7636 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
7637 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
7638 (tramp-handle-write-region): Improve fast track.
7639 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
7640 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
7641 be nil.
7642
7643 2007-08-28 Ivan Kanis <apple@kanis.eu>
7644
7645 * time.el: New feature to display several time zones in a buffer.
7646 (display-time-world-mode, display-time-world-display)
7647 (display-time-world, display-time-world-timer): New functions.
7648 (display-time-world-list, display-time-world-time-format)
7649 (display-time-world-buffer-name, display-time-world-timer-enable)
7650 (display-time-world-timer-second, display-time-world-mode-map):
7651 New variables.
7652
7653 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7654
7655 * term/x-win.el (x-gtk-stock-map): New variable.
7656 (x-gtk-map-stock): New function.
7657
7658 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
7659 prev/next-node.
7660
7661 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7662
7663 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
7664
7665 2007-08-28 Glenn Morris <rgm@gnu.org>
7666
7667 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
7668
7669 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7670
7671 * progmodes/modula2.el (m2-definition, m2-module):
7672 Don't use previous-line. Reported by T. V. Raman.
7673
7674 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7675
7676 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
7677 argument to tool-bar-mode call.
7678
7679 2007-08-27 Glenn Morris <rgm@gnu.org>
7680
7681 * diff-mode.el (diff-find-file-name): Only accept regular files,
7682 to rule out /dev/null, directories, etc.
7683
7684 * vc-svn.el (vc-svn-diff): If the repository version of all the
7685 files is the same as the specified OLDVERS, do a local diff.
7686
7687 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
7690 of buffers in uniquify-managed.
7691
7692 * simple.el (invisible-p): Rename from text-invisible-p.
7693 Update callers.
7694
7695 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
7698 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
7699 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
7700 (cperl-etags-goto-tag-location): Use new style backquotes.
7701
7702 * net/browse-url.el: Remove spurious * in custom docstrings.
7703 (browse-url-filename-alist): Use new-style backquote.
7704
7705 * emacs-lisp/backquote.el (backquote-unquote-symbol)
7706 (backquote-splice-symbol): Clarify they're not new-style unquotes.
7707
7708 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
7709 (\,@): Backslash the , and ,@ which are not new-style unquotes.
7710
7711 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
7712
7713 * net/socks.el (socks-username/password-auth-filter):
7714 Remove unused vars `state' and `desired-len'.
7715 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
7716 (socks-wait-for-state-change): Use new-style backquotes.
7717
7718 * pcvs.el (cvs-mode-status): Fix long-standing typo.
7719
7720 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
7721 backquotes after each `read' rather than once per buffer.
7722
7723 * dframe.el: Remove spurious * in custom docstrings.
7724 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7725 (dframe-xemacs20p): Remove, inline at the sole use point.
7726 (defface): Don't defvar the face, don't use old-style backquote.
7727 (defcustom): Don't use old-style backquote.
7728 (dframe-frame-parameter, dframe-mouse-event-p):
7729 Make it obvious that it's always defined.
7730 (dframe-popup-kludge): New function to replace
7731 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7732 (dframe-frame-mode, dframe-set-timer-internal)
7733 (dframe-mouse-set-point): Remove use of with-no-warnings from
7734 XEmacs-specific code.
7735 (dframe-set-timer-internal): Fix very old bug with
7736 post-command-idle-hook.
7737
7738 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7739
7740 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7741
7742 * emacs-lisp/avl-tree.el: New file.
7743
7744 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7745
7746 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7747 was used.
7748
7749 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
7750
7751 * complete.el (PC-do-completion): Make RET accept a non-unique but
7752 complete expansion again.
7753
7754 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7755
7756 * eshell/esh-opt.el (eshell-eval-using-options):
7757 Add debug declaration.
7758
7759 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7760
7761 * log-view.el (log-view-toggle-mark-entry): Add docstring.
7762 (log-view-get-marked): Likewise.
7763
7764 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
7765 (vc-delete-automatic-version-backups): Likewise.
7766
7767 * vc.el (vc-dired-buffers-for-dir): Likewise.
7768
7769 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7770
7771 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
7772 safe-local-variable setting.
7773 * progmodes/perl-mode.el (perl-indent-level): Likewise.
7774
7775 * log-view.el (log-view-marked-list): Delete variable.
7776 (log-view-mode): Don't use it.
7777 (log-view-toggle-mark-entry): Likewise, simplify.
7778 (log-view-current-tag): Don't return properties.
7779 (log-view-get-marked): New function.
7780
7781 2007-08-25 Alexandre Julliard <julliard@winehq.org>
7782
7783 * vc-git.el (vc-git-mode-line-string): New function.
7784
7785 2007-08-25 Alan Mackenzie <acm@muc.de>
7786
7787 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
7788 new language variable.
7789
7790 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
7791 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
7792 "extern" etc., rather than BOI. Fix addition of spurious
7793 syntactic-symbol 'defun-block-intro, replacing it with
7794 'innamespace, etc.
7795
7796 2007-08-25 Juri Linkov <juri@jurta.org>
7797
7798 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
7799
7800 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
7801 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
7802 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
7803
7804 * image.el (image-type-header-regexps): Use more complex regexp for svg.
7805 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7806 (image-type-auto-detectable): Add (svg . maybe).
7807
7808 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7809 to treat it like .tgz.
7810
7811 * calendar/cal-bahai.el: Add file coding cookie.
7812
7813 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
7814
7815 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7816 Don't behave differently when executed via M-x. Add doc string.
7817
7818 * sort.el (sort-fold-case, sort-numeric-base): Mark as
7819 safe-local-variable.
7820
7821 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
7822
7823 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7824 the default value.
7825 (math-calendar-tzinfo): New variable.
7826 (math-get-calendar-tzinfo): New function.
7827 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7828 to get information when zone is nil.
7829
7830 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
7831
7832 * log-view.el (log-view-toggle-mark-entry): New function.
7833 (log-view-mode-map): Bind it.
7834 (log-view-marked-list): New variable.
7835 (log-view-mode): Make it local.
7836
7837 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7838
7839 * play/zone.el (zone-pgm-rat-race): New func.
7840 (zone-programs): Add `zone-pgm-rat-race'.
7841
7842 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7845 a list.
7846
7847 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7848
7849 * progmodes/hideshow.el (hs-match-data): Delete alias.
7850 (hs-hide-block-at-point, hs-find-block-beginning)
7851 (hs-show-block): Use `match-data' directly.
7852
7853 2007-08-24 Martin Rudalics <rudalics@gmx.at>
7854
7855 * format.el (format-alist): Fix typo in doc-string.
7856
7857 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
7858
7859 * net/tramp.el (tramp-local-host-p): New defun.
7860 (tramp-handle-file-local-copy, tramp-handle-write-region):
7861 Implement fast track when being on the local host.
7862 (tramp-file-name-handler): Don't set "started" property. It shall
7863 be reserved for the "ftp" method.
7864 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7865
7866 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7867 (tramp-ftp-file-name-handler): Set "started" property.
7868
7869 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
7870
7871 * files.el (backup-buffer-copy): Don't wrap delete in
7872 condition-case, only try to delete if file exists.
7873
7874 2007-08-24 Glenn Morris <rgm@gnu.org>
7875
7876 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7877
7878 * startup.el (tutorial-directory): Set with eval-at-startup so it
7879 gets the right value in an installed Emacs.
7880
7881 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7882
7883 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7884 (eldoc-highlight-function-argument): Use it.
7885
7886 2007-08-23 Masatake YAMATO <jet@gyve.org>
7887
7888 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7889 name of parameters in document body.
7890
7891 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7894 (byte-compile-output-as-comment): Use with-current-buffer rather than
7895 a weird set-buffer&prog1 combination.
7896
7897 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7898 test so as to optimise cases where the `progn's result is constant.
7899
7900 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7901
7902 * locate.el (locate-get-file-positions):
7903 Use line-beginning-position and line-end-position.
7904
7905 2007-08-23 John Wiegley <johnw@newartisans.com>
7906
7907 * calendar/cal-bahai.el: Added in the diacriticals that were
7908 missing for many of the month names.
7909
7910 2007-08-22 Jason Rumney <jasonr@gnu.org>
7911
7912 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7913
7914 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
7915
7916 * image-mode.el (image-minor-mode): Use image-mode-text-map.
7917
7918 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
7919
7920 * dabbrev.el (dabbrev--progress-reporter): New variable.
7921 (dabbrev--scanning-message): Delete func.
7922 (dabbrev--find-expansion): Use a progress reporter
7923 instead of dabbrev--scanning-message.
7924
7925 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7926
7927 * comint.el (comint-exec-1): Raise an error if
7928 `start-file-process' does not return a process object.
7929
7930 * shell.el (shell): Prompt for `default-directory' if it is a
7931 remote file name, and if called with a prefix arg.
7932
7933 2007-08-22 Sam Steingold <sds@gnu.org>
7934
7935 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7936
7937 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7938
7939 * textmodes/org-export-latex.el: New file.
7940
7941 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7942
7943 * textmodes/org.el (org-agenda-skip): Allow a form for
7944 `org-agenda-skip-function'.
7945 (org-agenda-redo): Re-use local settings.
7946 (org-agenda): Store local settings.
7947 (org-agenda-deadline-faces): New option.
7948 (org-agenda-deadline-face): New function.
7949 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7950 entries on their due date.
7951 (org-agenda-get-timestamps): No longer handle the due dates of
7952 schedules and deadline items.
7953 (org-insert-link-global, org-open-at-point-global): New commands.
7954 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7955 :for-ascii parameter.
7956 (org-skip-comments): Function removed.
7957 (org-cleaned-string-for-export): Handle special table lines.
7958 (org-global-properties): New option.
7959 (org-entry-get-with-inheritance): Check global properties.
7960 (org-local-properties): New variable.
7961 (org-set-regexps-and-options): Find the #+PROPERTY line.
7962 (org-link-types): Change type into variable (was constant).
7963 (org-make-link-regexps): New function.
7964 (org-link-re-with-space, org-link-re-with-space2)
7965 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7966 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7967 these regular expressions happens now in the function
7968 `org-make-link-regexps'.
7969 (org-store-link): Call the functions in
7970 `org-store-link-functions'.
7971 (org-add-link-type): New function.
7972 (org-store-link-functions): New variable.
7973 (org-activate-tags): Force matches to be in headlines.
7974 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7975 (org-columns-display-here): Make sure this works in a narrowed
7976 buffer by checking for point-min.
7977 (org-columns-display-here): Make the rest of the line intangible,
7978 so that point never can be there.
7979 (org-cleaned-string-for-export): Use `with-current-buffer'.
7980 (org-replace-region-by-html): Use `with-current-buffer'.
7981 (org-unfontify-region, org-do-occur, org-columns-display-here)
7982 (org-columns-remove-overlays, org-columns-quit)
7983 (org-columns-edit-value, org-columns-next-allowed-value)
7984 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7985 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7986 (org-agenda-todo, org-agenda-change-all-lines)
7987 (org-agenda-align-tags, org-agenda-priority)
7988 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7989 (org-agenda-show-new-time, org-cleaned-string-for-export)
7990 (org-export-grab-title-from-buffer)
7991 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7992 instead of `buffer-read-only'.
7993 (org-export-as-html): Set `coding-system-for-write'.
7994 (org-remember-store-without-prompt): New option.
7995 (org-archive-subtree): Fixed bug with modifying TODO keyword.
7996 (org-beginning-of-line): Also treat C-a special in items.
7997 (org-table-convert-refs-to-rc): Fixed problem with column
7998 reference after "..".
7999 (org-columns-compute): Don't mark buffer modified because of text
8000 properties.
8001 (org-batch-store-agenda-views): Use the variable
8002 `default-directory', not the function.
8003 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8004 (org-clock-out-when-done): New option.
8005 (org-html-entities): Added HTML entities for smileys.
8006
8007 2007-08-22 Glenn Morris <rgm@gnu.org>
8008
8009 * image.el (create-image): Doc fix.
8010
8011 * startup.el (tutorial-directory): New constant.
8012 (fancy-splash-text): Tutorials now in tutorial-directory.
8013 * tutorial.el (help-with-tutorial): Tutorials now in
8014 tutorial-directory.
8015
8016 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8019 otherwise.
8020 (tramp-get-remote-path): New defun. Replace occurrences of
8021 `tramp-default-remote-path' by this function.
8022 (tramp-set-remote-path): Move most of the code to
8023 `tramp-get-remote-path'.
8024 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8025 existing directories, this is done already in
8026 `tramp-get-remote-path'.
8027
8028 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8029
8030 * image-file.el (image-file-name-extensions): Add "svg".
8031 * image.el (image-type-header-regexps): Add svg entry.
8032
8033 2007-08-22 Glenn Morris <rgm@gnu.org>
8034
8035 * files.el (backup-buffer-copy): Check backup directory is
8036 writable, to avoid infloop deleting old backup.
8037
8038 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8039 movemail related variables.
8040 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8041 will now be set before this is called.
8042
8043 2007-08-21 Juri Linkov <juri@jurta.org>
8044
8045 * delsel.el (delete-selection-pre-hook):
8046 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8047 instead of checking last-command.
8048
8049 2007-08-21 Juri Linkov <juri@jurta.org>
8050
8051 * loadup.el: Preload "button".
8052
8053 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8056 Add previous-line and next-line.
8057
8058 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8059 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8060
8061 * vc-hooks.el (vc-menu-entry): New var.
8062 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8063 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8064 (vc-menu-map): Declare and initialize in one step.
8065 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8066
8067 * menu-bar.el (vc-menu-map): Don't setup any more.
8068 Instead, just create the proper spot in the menu.
8069
8070 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * smerge-mode.el (smerge-resolve): New arg `safe'.
8073 (smerge-resolve-all, smerge-batch-resolve): New function.
8074 (smerge-refine): Make sure `diff' returns the expected result.
8075 (smerge-parsep-re): New const.
8076 (smerge-mode): Use it to adjust paragraph-separate.
8077
8078 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8079 Correctly match / regexp matchers as first char on a line when
8080 fontifying only that line.
8081
8082 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8083
8084 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * vc-bzr.el: Don't fiddle with vc-handled-backend.
8087 (vc-bzr-registered): Don't redundantly protect against
8088 file-error. Actually use the format-specific code.
8089 (vc-bzr-buffer-nonblank-p): Remove.
8090 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8091
8092 2007-08-20 Juri Linkov <juri@jurta.org>
8093
8094 * startup.el (fancy-splash-text): Change multiple tabs into one
8095 tab. Remove "Useful File menu items" section (with "Exit Emacs"
8096 and "Recover Crashed Session").
8097 (fancy-splash-screens): Set tab-width to 22.
8098 (normal-splash-screen): Replace literal tabs with \t and
8099 fix whitespace. Remove "Useful File menu items" section (with
8100 "Exit Emacs" and "Recover Crashed Session").
8101
8102 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8103
8104 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8105 extracted from `eval-last-sexp-1'.
8106 (eval-last-sexp-1): Call `preceding-sexp'.
8107
8108 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
8109
8110 * vc-rcs.el (vc-rcs-annotate-command):
8111 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8112 Add back :vc-annotate-prefix propertization.
8113
8114 2007-08-20 Andreas Schwab <schwab@suse.de>
8115
8116 * mail/rmail.el (rmail-autodetect): Doc fix.
8117
8118 2007-08-19 Juri Linkov <juri@jurta.org>
8119
8120 * startup.el (normal-splash-screen): Add more links.
8121
8122 2007-08-19 Juri Linkov <juri@jurta.org>
8123
8124 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8125 because it's common to both types of splash screen: fancy and normal.
8126 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8127 (exit-splash-screen): Rename from `fancy-splash-quit'.
8128 Use `quit-window' instead of `kill-buffer'.
8129 (fancy-splash-head): Use make-button to insert GNU image link.
8130 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8131 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8132 (normal-splash-screen): Put "Browse manuals" on the same line with
8133 "Emacs manual". Remove descriptions from "Useful tasks" and put
8134 all links in two columns on two lines.
8135
8136 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
8137
8138 * emulation/viper.el (viper-remove-hooks): Remove some additional
8139 viper hooks when the user calls viper-go-away.
8140 (viper-go-away): Restore the default of default-major-mode.
8141 Save the value of default-major-mode before vaperization.
8142
8143 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8144
8145 * emulation/viper-ex.el: Replace error "" with "Viper bell".
8146
8147 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8148 buffer for which file is created.
8149
8150 2007-08-19 Glenn Morris <rgm@gnu.org>
8151
8152 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8153 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8154 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
8155 shadow files messing up the compilation.
8156
8157 2007-08-18 Glenn Morris <rgm@gnu.org>
8158
8159 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8160 string. Also apply eldoc-argument-case in the help-split-fundoc
8161 case. Adapt for changed behavior of eldoc-function-argstring,
8162 eldoc-function-argstring-format, and
8163 eldoc-highlight-function-argument.
8164 (eldoc-highlight-function-argument): Handle nil INDEX argument,
8165 just call eldoc-docstring-format-sym-doc in that case.
8166 (eldoc-function-argstring): Change the behavior. Now it converts
8167 an argument list to a string.
8168 (eldoc-function-argstring-format): Change the behavior. Now it
8169 applies `eldoc-argument-case' to a string.
8170
8171 * progmodes/scheme.el (scheme-mode-variables): Set
8172 font-lock-comment-start-skip.
8173
8174 2007-08-18 Martin Rudalics <rudalics@gmx.at>
8175
8176 * progmodes/ada-mode.el (ada-create-syntax-table): Move
8177 set-syntax-table from here to ...
8178 (ada-mode): ... here. Do not change global value of
8179 comment-multi-line. Call new function
8180 ada-initialize-syntax-table-properties and add new function
8181 ada-handle-syntax-table-properties to font-lock-mode-hook.
8182 (ada-deactivate-properties, ada-initialize-properties): Replace
8183 by new functions ...
8184 (ada-handle-syntax-table-properties)
8185 (ada-initialize-syntax-table-properties)
8186 (ada-set-syntax-table-properties): ... to set up syntax-table
8187 properties uniformly, independently from whether font-lock-mode
8188 is enabled or not. Handle read-only buffers and do not change
8189 undo-list when setting syntax-table properties.
8190 (ada-after-change-function): Use ada-set-syntax-table-properties.
8191
8192 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8193
8194 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8195 (meta-indent-current-nesting): Use a computation of the nesting
8196 instead.
8197 (meta-indent-current-indentation): Indentation is given according
8198 to nesting and if the previous line was finished or not.
8199 (meta-indent-unfinished-line): Tell if the current line ends with
8200 a finished expression.
8201 (meta-indent-looking-at-code): Like `looking-at', but checks if
8202 the point is in a string before.
8203 (meta-indent-level-count): Use it. Don't count parenthesis as it's
8204 done in the nesting function.
8205 (meta-indent-in-string-p): Tell if the current point is in a
8206 string.
8207 (meta-indent-calculate): Treat b-o-b as a special case. Use the
8208 previous functions.
8209
8210 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
8211
8212 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8213 (copyright-update-year, copyright-update)
8214 (copyright-fix-years): Use it.
8215
8216 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
8217
8218 * emacs-lisp/copyright.el (copyright-update-year):
8219 Fix bug: Handle nil copyright-limit.
8220
8221 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8222
8223 * calc/calc-units.el (math-standard-units): Give exact
8224 conversion for tsp.
8225
8226 * calc/calc.el (math-bignum-digit-length): Compute the
8227 appropriate value.
8228
8229 * calc/calc-bin.el (math-bignum-logb-digit-size)
8230 (math-bignum-digit-power-of-two):
8231 * calc/calc-comb.el (math-small-factorial-table):
8232 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8233 (math-approx-gamma-const):
8234 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8235 (math-besY1, math-bernoulli-b-cache):
8236 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8237 Remove `eval-when-compile's.
8238
8239 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8240
8241 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8242 (cperl-find-pods-heres): Fix an error when typing expressions like
8243 `s{a}{b}'.
8244
8245 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8246
8247 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8248 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
8249 a special case (there's no build number).
8250
8251 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
8252
8253 * completion.el (symbol-under-point, symbol-before-point)
8254 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8255
8256 2007-08-17 Glenn Morris <rgm@gnu.org>
8257
8258 * progmodes/compile.el (compilation-get-file-structure): Make use
8259 of the directory part when checking for an existing entry, to
8260 handle files with same basename in different directories.
8261
8262 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8263
8264 * calc/calc.el (calc-language-alist): Add texinfo-mode.
8265
8266 2007-08-16 Richard Stallman <rms@gnu.org>
8267
8268 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8269
8270 2007-08-15 Juri Linkov <juri@jurta.org>
8271
8272 * startup.el (initialization): Change parent group from `internal'
8273 to `environment'.
8274 (initial-buffer-choice): New variable.
8275 (command-line): Revert 2007-07-02 change that sets
8276 buffer-offer-save in *scratch* and enables auto-save in it.
8277 (fancy-splash-text): Add links to existing items. Add new items
8278 with links for useful tasks. Move information about Control-g to
8279 fancy-splash-head. Move "Emacs Guided Tour" to the end.
8280 (fancy-splash-keymap): New variable.
8281 (fancy-splash-last-input-event): Remove variable.
8282 (fancy-splash-insert): Add processing of `:link' element.
8283 (fancy-splash-head): Replace "Type Control-l to begin editing"
8284 with "Type `q' to exit".
8285 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8286 (fancy-splash-default-action, fancy-splash-special-event-action):
8287 Remove functions.
8288 (fancy-splash-quit): New function.
8289 (fancy-splash-screens): Rename input arg from `hide-on-input' to
8290 `static' and reverse the condition of its usage. Don't preserve
8291 original values of `minor-mode-map-alist',
8292 `emulation-mode-map-alists', `special-event-map'.
8293 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8294 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8295 Remove processing of special events. Use local key map
8296 `fancy-splash-keymap'. Set buffer to read-only.
8297 (normal-splash-screen): Rename input arg from `hide-on-input' to
8298 `static' and reverse the condition of its usage.
8299 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8300 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8301 Add links to existing items. Add new items with links for useful
8302 tasks. Use local key map `fancy-splash-keymap'.
8303 (display-splash-screen): Rename input arg from `hide-on-input' to
8304 `static'.
8305 (about-emacs): Add alias to display-splash-screen.
8306 (command-line-1): Use `initial-buffer-choice'.
8307
8308 * menu-bar.el (menu-bar-help-menu):
8309 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8310 item to about-emacs instead of display-splash-screen.
8311
8312 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8313
8314 * calc/calc-units.el (math-standard-units): Update values.
8315 Put in exact, rational values when possible.
8316 (math-unit-prefixes): Replace floats with powers of ten.
8317 (math-standard-units-systems): Replace floats with integers.
8318 (math-make-unit-string): Remove extra spaces in output.
8319
8320 2007-08-15 Glenn Morris <rgm@gnu.org>
8321
8322 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8323 sloppier, for the sake of GNU Mailman.
8324 (rmail-digest-rfc1153): Initialize `result' correctly.
8325
8326 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8327
8328 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8329 in the mail title. Suggested by Reiner Steib.
8330
8331 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8332
8333 * calc/calc-aent.el (calc-do-quick-calc): Add binary
8334 representation of integers to the list of outputs.
8335
8336 2007-08-14 Glenn Morris <rgm@gnu.org>
8337
8338 * simple.el (bad-packages-alist): New constant.
8339 (bad-package-check): New function. Together, these two add elements
8340 to `after-load-alist' to check for problematic external packages.
8341 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8342
8343 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8344
8345 * calc/calc-units.el (math-get-standard-units)
8346 (math-get-units, math-make-unit-string)
8347 (math-get-default-units, math-put-default-units): New functions.
8348 (math-default-units-table): New variable.
8349 (calc-convert-units, calc-convert-temperature): Add machinery
8350 to supply default values.
8351
8352 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8355 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8356 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8357 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8358
8359 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8360 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8361 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8362 Make into a proper minor-mode.
8363 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8364 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8365 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8366 (tpu-set-cursor-free, tpu-set-cursor-bound):
8367 Delegate to tpu-cursor-free-mode.
8368 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8369 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8370 Use line-move or forward-line instead of next-line-internal.
8371
8372 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8373
8374 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8375
8376 2007-08-12 Richard Stallman <rms@gnu.org>
8377
8378 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8379 (cvs-execute-single-file): Use new name split-string-and-unquote.
8380 (cvs-header-msg): Use new name combine-and-quote-strings.
8381
8382 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8383
8384 * progmodes/gud.el (gud-common-init): Use new name
8385 split-string-and-unquote.
8386
8387 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8388 in javac regexp.
8389
8390 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8391 combine-and-quote-strings and split-string-and-unquote.
8392
8393 * subr.el (combine-and-quote-strings): Rename from strings->string.
8394 (split-string-and-unquote): Rename from string->strings.
8395
8396 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8399 to buffer-local settings.
8400
8401 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8402 (backquote-process): Add internal arg `level'. Use the two to
8403 correctly handle nested backquotes.
8404
8405 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8406
8407 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8408 (vc-bzr-state-words): Add "kind changed" state word.
8409 (vc-bzr-status): New function. Return Bzr idea of file status,
8410 which is different from VC's.
8411 (vc-bzr-state): Use vc-bzr-status.
8412 (vc-workfile-unchanged-p): Use vc-bzr-status.
8413 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8414 (vc-dired-state): Process "kind changed" state word.
8415
8416 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8419
8420 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8421 Move from vc-default-find-file-not-found-hook.
8422
8423 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * man.el: Remove spurious * in docstrings.
8426 Merge defvars and toplevel setq-defaults.
8427 (Man-highlight-references0): Limit=nil rather than point-max.
8428 (Man-mode-map): Move initialization into the declaration.
8429 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8430 (Man-view-header-file): Use expand-file-name rather than concat.
8431 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8432
8433 * man.el (Man-next-section): Make sure we do not move backward.
8434
8435 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8438
8439 2007-08-08 Glenn Morris <rgm@gnu.org>
8440
8441 * Replace `iff' in doc-strings and comments.
8442
8443 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8444
8445 * dired.el (dired-pop-to-buffer):
8446 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8447 * calendar/calendar.el (generate-calendar-window):
8448 * progmodes/compile.el (compilation-set-window-height):
8449 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8450 Use window-full-width-p instead of comparing frame-width and
8451 window-width.
8452
8453 * progmodes/compile.el (compilation-find-buffer): Remove extra
8454 argument in call to compilation-buffer-internal-p.
8455
8456 2007-08-07 Tom Tromey <tromey@redhat.com>
8457
8458 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8459 Add safe-local-variable property.
8460
8461 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * image-mode.el (image-toggle-display): Use image-refresh.
8464
8465 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8466
8467 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8468 unofficial version.
8469 (vc-bzr-command): Remove redundant setting of process-connection-type.
8470 (vc-bzr-admin-checkout-format-file): Add autoload.
8471 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8472 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8473 (vc-bzr-registered): Compare dirstate format tag with known good
8474 value, abort parsing if match fails. Warn user in docstring.
8475 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8476 See bzrlib/branch.py in Bzr sources.
8477 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8478 (vc-bzr-shell-command): Remove in favor of
8479 vc-bzr-command-discarding-stderr.
8480 (vc-bzr-command-discarding-stderr): New function.
8481
8482 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8483
8484 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8485 program, and return nil.
8486 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8487 (vc-bzr-state): Look for path names relative to the repository
8488 root after status keyword.
8489 (vc-bzr-file-name-relative): New function.
8490 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8491 depend on it.
8492 (vc-bzr-admin-dirname, ...-checkout-format-file)
8493 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8494 files that we now parse directly for speed.
8495 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8496 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8497 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8498 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8499 Bzr warnings, so we must discard it.
8500 (vc-bzr-workfile-version): Speedup counting lines from
8501 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8502 if that file doesn't exist.
8503 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8504 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8505 to `vc-directory-exclusion-list'.
8506 (vc-bzr-shell-command): New function.
8507
8508 2007-08-06 Tom Tromey <tromey@redhat.com>
8509
8510 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8511 (diff-fixup-modifs): Typo in docstring.
8512
8513 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8516 count-screen-lines.
8517 (tpu-edt-off): Disable relevant pieces of advice.
8518
8519 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8520 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8521 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8522 redefining the function.
8523 (tpu-set-scroll-margins): Activate the pieces of advice.
8524
8525 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8526
8527 * help.el (resize-temp-buffer-window): Use window-full-width-p
8528 instead of comparing frame-width and window-width.
8529
8530 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8531
8532 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8533 optional quotes around files in NEED-UPDATE . REMOVED case.
8534
8535 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8536 (ada-treat-cmd-string): Improve error message.
8537 (ada-do-file-completion): Call `ada-require-project-file', so
8538 project variables are set properly.
8539 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8540 (ada-gnatfind-buffer-name): New constant.
8541 (ada-find-any-references): Use new constant. Set buffer name
8542 properly in compilation-start. Toggle read-only properly.
8543 (ada-find-in-src-path): Fix spelling error in docstring.
8544
8545 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8546 by zero error.
8547
8548 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8551
8552 2007-08-12 Richard Stallman <rms@gnu.org>
8553
8554 * progmodes/sh-script.el (sh): Delete group `unix'.
8555
8556 * progmodes/gud.el (gud): Change to group `processes'.
8557
8558 2007-08-11 Glenn Morris <rgm@gnu.org>
8559
8560 * progmodes/compile.el (compilation-buffer-name): Don't check
8561 compilation-arguments. It is superfluous, and the variable isn't
8562 even set when this function is called.
8563
8564 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8565
8566 * term/mac-win.el (mac-ae-reopen-application): New function.
8567 (mac-apple-event-map): Bind "reopen application" Apple event to it.
8568
8569 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
8572 take tex-font-script-display into account.
8573 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
8574 cell to a list of 2 elements to simplify the unfontify code.
8575
8576 2007-08-08 Andreas Schwab <schwab@suse.de>
8577
8578 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
8579 self-insert-command, not self-insert.
8580
8581 2007-08-08 Glenn Morris <rgm@gnu.org>
8582
8583 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
8584 argument optional, for backwards compatibility, and only highlight
8585 args when present. Fix symbol name typo (doc/args).
8586
8587 * help-mode.el (help-make-xrefs): Search for symbol constituents,
8588 rather than just `-'.
8589
8590 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
8591
8592 * calc/calc-units.el (calc-convert-temperature):
8593 Use `/' to create fractions.
8594
8595 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
8596
8597 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
8598 global matching.
8599 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
8600 ERROR-BUFFER more robust. Display output.
8601 (tramp-file-name-handler): Add a connection property when we found
8602 a foreign file name handler. This allows backends like ftp to
8603 profit also from usr/host name completion based on connection
8604 cache.
8605 (tramp-send-command-and-read): Search for trash after the regexp
8606 until eol only. In XEmacs, there is a problem with \n.
8607
8608 * net/tramp-cache.el (top): Read persistent connection history
8609 when cache is empty.
8610
8611 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
8612
8613 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
8614 resulting output.
8615
8616 2007-08-07 Sam Steingold <sds@gnu.org>
8617
8618 * progmodes/compile.el (compilation-start): Pass nil as startfile
8619 to comint-exec.
8620
8621 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8622
8623 * longlines.el (longlines-decoded): New variable.
8624 (longlines-mode): Avoid encoding or decoding the buffer twice.
8625
8626 2007-08-07 Martin Rudalics <rudalics@gmx.at>
8627
8628 * format.el (format-insert-file): Make sure that at most one undo
8629 entry is recorded for the insertion. Inhibit point-motion and
8630 modification hooks around call to insert-file-contents.
8631
8632 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
8635 Select the buffer's window before moving point.
8636
8637 2007-08-07 Richard Stallman <rms@gnu.org>
8638
8639 * term.el (term): Remove parent group `unix'.
8640
8641 * simple.el (default-indent-new-line): New function.
8642 It calls comment-line-break-function if there are comments.
8643 (do-auto-fill): Use that.
8644
8645 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
8646
8647 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
8648 (PC-do-completion): Add "acronym completion" for symbols and
8649 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
8650
8651 2007-08-06 Sam Steingold <sds@gnu.org>
8652
8653 * mouse.el (mouse-buffer-menu): Pass mode-name through
8654 format-mode-line because it may be a list,
8655 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
8656
8657 2007-08-06 Jason Rumney <jasonr@gnu.org>
8658
8659 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
8660
8661 * vc-hooks.el (vc-call): Add doc string.
8662
8663 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
8664
8665 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
8666 process-filter.
8667
8668 2007-08-06 Kenichi Handa <handa@m17n.org>
8669
8670 * international/quail.el: Wrap (require 'help-mode) by
8671 eval-when-compile.
8672 (quail-help-init): New function.
8673 (quail-help): Call quail-help-init.
8674 (quail-store-decode-map-key): Change it to a function.
8675
8676 2007-08-05 Jason Rumney <jasonr@gnu.org>
8677
8678 * vc.el (vc-rollback): Add norevert argument back.
8679 (vc-revert-buffer): Add back as obsolete alias.
8680
8681 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
8682
8683 * term.el: Honor term-default-fg-color and term-default-bg-color
8684 settings when modifying term-current-face.
8685 (term-default-fg-color, term-default-bg-color): Initialize from
8686 default term-current-face.
8687 (term-mode, term-reset-terminal): Set term-current-face with
8688 term-default-fg-color and term-default-bg-color.
8689 (term-handle-colors-array): term-current-face has term-default-fg-color
8690 and term-default-bg-color after reset escape sequence.
8691 (term-handle-colors-array): Set term-current-color with
8692 term-default-fg/bg-color instead of ansi-term-color-vector when the
8693 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
8694
8695 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8696
8697 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
8698 (math-nlfit-givens): Let bind free variables.
8699
8700 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
8701
8702 * files.el (set-auto-mode): Handle also remote files wrt
8703 `auto-mode-alist'.
8704
8705 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8706
8707 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
8708 curves and plotting.
8709
8710 * calc/calc-nlfit.el: New file.
8711
8712 2007-08-04 Glenn Morris <rgm@gnu.org>
8713
8714 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
8715 zero, not nil, when the library is first loaded. Check for a file
8716 that has been modified on disk.
8717
8718 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
8719 Remove duplicate defvar preventing initialization.
8720 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
8721
8722 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8725 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8726 may match up to 4 lines.
8727 (diff-beginning-of-file-and-junk): Rewrite.
8728
8729 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
8730
8731 * term.el (term-erase-in-display): Fix case when point is not at
8732 the beginning of the line.
8733
8734 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
8735
8736 * calc/calc-ext.el (math-get-value, math-get-sdev)
8737 (math-contains-sdev): New functions.
8738
8739 * calc/calc-graph.el (calc-graph-format-data)
8740 (calc-graph-add-curve): Check for error forms.
8741 (calc-graph-set-styles): Add option for error forms.
8742
8743 2007-08-03 Miles Bader <miles@gnu.org>
8744
8745 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
8746 backend names for new backends to `Git', `Hg', and `Bzr'.
8747 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
8748 not `HG'.
8749 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8750 name, not `GIT'.
8751 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
8752 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
8753
8754 2007-08-03 Richard Stallman <rms@gnu.org>
8755
8756 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
8757 to update deleted flag.
8758
8759 * cus-edit.el (customize-apropos, customize-apropos-options)
8760 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
8761
8762 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
8763
8764 * startup.el (fancy-splash-head, startup-echo-area-message):
8765 Change message text.
8766
8767 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
8768 All callers use line-move.
8769
8770 * progmodes/compile.el (compilation-find-buffer): Return current
8771 buffer immediately if suitable.
8772 (compile, compilation-buffer-name, compilation-start): Doc fixes.
8773
8774 2007-08-03 Daiki Ueno <ueno@unixuser.org>
8775
8776 * faces.el (face-normalize-spec): New function.
8777 (frame-set-background-mode): Normalize face-spec before calling
8778 face-spec-match-p.
8779
8780 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * server.el (server-window): Add switch-to-buffer-other-frame option.
8783
8784 2007-08-03 Glenn Morris <rgm@gnu.org>
8785
8786 * cus-edit.el (customize-apropos): Make the error message indicate
8787 what kind of thing the user was trying to customize.
8788
8789 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8790
8791 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8792 Fix off-by-one error in previous change.
8793
8794 2007-08-03 Drew Adams <drew.adams@oracle.com>
8795
8796 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8797 Make buffer writable.
8798
8799 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8800
8801 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8802 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8803 Use native Emacs functions, when appropriate.
8804
8805 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8806 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * vc.el: Document new VC operation `extra-menu'.
8809
8810 * vc-hooks.el (vc-default-extra-menu): New function.
8811
8812 * menu-bar.el (menu-bar-vc-filter): New function.
8813 (menu-bar-tools-menu): Use it as a filter.
8814
8815 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
8816
8817 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8818
8819 2007-08-01 Glenn Morris <rgm@gnu.org>
8820
8821 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8822 strings.
8823 (fortran-tab-mode-default): Remove needless autoload.
8824 (fortran-tab-mode-string): Add help-echo and mouse properties, and
8825 mark as risky.
8826 (fortran-line-length): New buffer-local variable, safe if integer.
8827 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8828 Change from variables to constants.
8829 (fortran-font-lock-syntactic-keywords): Delete as a variable,
8830 replace with a new function definition.
8831 (fortran-mode): Use fortran-line-length, and
8832 fortran-font-lock-syntactic-keywords as a function. Add a
8833 hack-local-variables-hook function.
8834 (fortran-line-length, fortran-hack-local-variables): New functions.
8835 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8836 Use fortran-line-length rather than 72.
8837 (fortran-window-create-momentarily): Doc fix.
8838
8839 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
8840
8841 * cus-edit.el (custom-group-value-create, custom-goto-parent):
8842 Fix parent groups link.
8843
8844 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
8845
8846 * progmodes/python.el (python-current-defun): Adjust to never fall
8847 into infinite loop.
8848
8849 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8852
8853 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
8854
8855 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8856 (copyright-fix-years, copyright): Correctly handle the case where
8857 copyright-limit is nil.
8858
8859 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
8860
8861 * progmodes/python.el (run-python): Fix path separator under w32.
8862
8863 2007-07-30 Richard Stallman <rms@gnu.org>
8864
8865 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8866 Treat non-break space as whitespace in Lisp.
8867
8868 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * vc.el (vc-dired-hook): Use inhibit-read-only.
8871
8872 * progmodes/compile.el (compilation-forget-errors):
8873 Reset compilation-auto-jump-to-next.
8874
8875 2007-07-30 Michael Olson <mwolson@gnu.org>
8876
8877 * cus-edit.el (custom-group-save): Fix void function definition
8878 error. Thanks to Zhang Wei for the report.
8879
8880 * ps-print.el: Check in trivial changes to the autoloads section
8881 caused by the build process. These autoloads really ought to be
8882 placed in a separate file, methinks.
8883
8884 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * calendar/calendar.el (calendar-mode): Make sure
8887 displayed-(month|year) are set.
8888 (calendar-basic-setup): Display buffer before adjusting window sizes.
8889 (generate-calendar-window): Use inhibit-read-only. Simplify.
8890 Generate buffer and set displayed-month and displayed-year before
8891 calling update-calendar-mode-line.
8892
8893 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * net/tramp.el:
8896 * net/tramp-uu.el:
8897 * net/trampver.el: Use utf-8 encoding with coding cookie.
8898
8899 * net/tramp-cache.el:
8900 * net/tramp-fish.el:
8901 * net/tramp-ftp.el:
8902 * net/tramp-gw.el:
8903 * net/tramp-smb.el: Remove coding cookie.
8904
8905 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8906 Flush buffer file-name's file property.
8907 (tramp-handle-file-remote-p): The first parameter is FILENAME.
8908
8909 * net/trampver.el: Update release number.
8910
8911 2007-07-29 Juri Linkov <juri@jurta.org>
8912
8913 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8914 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8915 when major-mode is not dired-mode.
8916 (dired-toggle-read-only): New function.
8917 (dired-recursive-deletes): Remove obsolete comments about old
8918 default value.
8919 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8920
8921 * wdired.el (wdired-exit): New function.
8922 (wdired-mode-map): Bind C-x C-q to wdired-exit.
8923
8924 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * cus-edit.el (customize-read-group): New fun.
8927 (customize-group-other-window, customize-face-other-window):
8928 Prompt before delegating to customize-(group|face).
8929 Bind pop-up-windows rather than use the other-window argument.
8930 (customize-group, customize-face): Prompt from the interactive spec.
8931 Remove args `prompt-for-group' and `other-window'.
8932
8933 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8934 (ad-body-forms, ad-advised-interactive-form): Revert this part of
8935 last change.
8936
8937 2007-07-28 Masatake YAMATO <jet@gyve.org>
8938
8939 * vc.el (vc-dired-mode): Add a menu for VC related operation.
8940 Use backend name as the menu label. Suggested by David Kastrup.
8941
8942 2007-07-28 Alan Mackenzie <acm@muc.de>
8943
8944 Fix problem with modes derived from CC Mode:
8945 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8946 macro to cc-langs.
8947 (c-init-language-vars-for): Remove call to above macro.
8948 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8949 been moved to here.
8950 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8951
8952 2007-07-28 Eli Zaretskii <eliz@gnu.org>
8953
8954 * net/trampver.el: Fix the `coding' cookie.
8955
8956 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8957
8958 * vc-git.el (vc-git-print-log): Support both the old single file
8959 interface and the new one.
8960
8961 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
8962
8963 * bindings.el (mode-line-remote): Use updated %@ construct.
8964
8965 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8968 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8969 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8970 (diary-list-bahai-entries, diary-bahai-mark-entries)
8971 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8972 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8973 New names to clean up namespace.
8974 (list-bahai-diary-entries, mark-bahai-diary-entries)
8975 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8976 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8977 Add compatibility aliases.
8978
8979 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8980
8981 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8982 (calendar-scroll-left-three-months)
8983 (calendar-scroll-right-three-months): Clean up namespace.
8984 (scroll-calendar-left, scroll-calendar-right)
8985 (scroll-calendar-left-three-months)
8986 (scroll-calendar-right-three-months): Add compatibility aliases.
8987
8988 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8989 Behave like mouse-scroll-calendar-* when used from the mouse.
8990
8991 * calendar/cal-menu.el (cal-menu-scroll-menu)
8992 (cal-menu-global-mouse-menu):
8993 * calendar/calendar.el (calendar-mode-map):
8994 Use new calendar-scroll-* names.
8995 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8996 Remove. Use calendar-scroll-* directly instead.
8997
8998 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9001 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9002 (ad-make-advised-definition, ad-cache-id-verification-code):
9003 Use commandp and interactive-form instead.
9004
9005 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
9006
9007 * vc-git.el: Relicense to GPLv3 or later.
9008 (vc-directory-exclusion-list, vc-handled-backends): Remove.
9009
9010 * vc-hooks.el (vc-handled-backends): Add GIT.
9011
9012 * vc.el (vc-directory-exclusion-list): Add .git.
9013
9014 2007-07-26 Alexandre Julliard <julliard@winehq.org>
9015
9016 * vc-git.el (vc-git-revision-table)
9017 (vc-git-revision-completion-table): New functions.
9018
9019 2007-07-25 Glenn Morris <rgm@gnu.org>
9020
9021 * Relicense all FSF files to GPLv3 or later.
9022
9023 * COPYING: Switch to GPLv3.
9024
9025 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9028 Replace it with another one which disables undo before calling
9029 erase-buffer and then turns it back on if needed.
9030
9031 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9032
9033 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9034
9035 2007-07-24 Glenn Morris <rgm@gnu.org>
9036
9037 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9038 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9039 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9040 (cal-tex-cursor-week, cal-tex-cursor-week2)
9041 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9042 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9043 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9044 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9045
9046 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * calendar/calendar.el (calendar-mode-map): Move initialization
9049 into declaration. Add menu bindings (used to be done in cal-menu).
9050 (calendar-mode): Don't add an activate-menubar-hook.
9051
9052 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9053 modify calendar-mode-map), use easy-menu, and make sure that C-h k
9054 can be used on the menu entries.
9055 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9056 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9057 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9058 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9059 (calendar-flatten, cal-menu-update): Remove.
9060 (calendar-mouse-insert-hebrew-diary-entry)
9061 (calendar-mouse-insert-islamic-diary-entry)
9062 (calendar-mouse-insert-bahai-diary-entry):
9063 Remove (fold into cal-menu-diary-menu).
9064 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9065 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9066 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9067 (calendar-mouse-view-diary-entries): Minor simplifications.
9068 (calendar-event-to-date): Use with-current-buffer.
9069
9070 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
9071
9072 * add-log.el (change-log-redate): Remove (not needed anymore and
9073 doesn't appear to work).
9074
9075 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9076
9077 * frame.el: Use mapc and dolist instead of mapcar where possible.
9078 (close-display-connection): New command.
9079
9080 2007-07-25 Alexandre Julliard <julliard@winehq.org>
9081
9082 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9083 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9084
9085 2007-07-25 Glenn Morris <rgm@gnu.org>
9086
9087 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9088 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9089 (cal-tex-daily-end, cal-tex-hook)
9090 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9091 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9092 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9093 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9094 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9095 (cal-tex-day-prefix, cal-tex-day-name-format)
9096 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9097 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9098 (cal-tex-LaTeX-subst-list): Change from variables to constants.
9099 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9100 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9101 etc, rather than \bf.
9102 (cal-tex-mini-calendar): Fix typos in previous change.
9103 (cal-tex-latexify-list): Remove inner let binding.
9104 (cal-tex-end-document, cal-tex-banner): Use multi-line
9105 cal-tex-comment.
9106 (cal-tex-comment): Handle embedded newlines.
9107 (cal-tex-LaTeXify-string): Use substring-no-properties.
9108
9109 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
9110
9111 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9112 Add support for the Maden build tool.
9113
9114 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
9115
9116 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9117
9118 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9121
9122 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9123
9124 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9125 C-x C-q.
9126
9127 * vc-git.el (vc-git-print-log): Fix previous change.
9128
9129 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * window.el (save-selected-window): Minor optimization.
9132 (bw-adjust-window): If operation failed, try with a smaller delta.
9133 (window-fixed-size-p): New function.
9134 (window-area-factor): New var.
9135 (balance-windows-area): New command.
9136
9137 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9138 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9139 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9140 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9141 (ps-mule-begin-job): Use dolist.
9142
9143 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
9144
9145 * subr.el (start-file-process-shell-command)
9146 (process-file-shell-command): New defuns.
9147
9148 * progmodes/compile.el (compilation-start):
9149 Apply `start-file-process-shell-command'.
9150
9151 2007-07-24 Alexandre Julliard <julliard@winehq.org>
9152
9153 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9154
9155 2007-07-24 Alan Mackenzie <acm@muc.de>
9156
9157 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9158 Initialise byte-compile-unresolved-functions before rather than
9159 after a compilation.
9160 (byte-compile-unresolved-functions): Amplify doc string.
9161
9162 2007-07-24 Glenn Morris <rgm@gnu.org>
9163
9164 * startup.el (normal-splash-screen): Use `emacs-copyright'.
9165
9166 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9167 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9168 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9169 (cal-tex-cursor-week, cal-tex-cursor-week2)
9170 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9171 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9172 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9173 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9174
9175 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9176 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9177 (cal-tex-day-name-format, cal-tex-cal-one-month)
9178 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9179 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9180 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9181 (cal-tex-list-holidays, cal-tex-cursor-year)
9182 (cal-tex-cursor-year-landscape, cal-tex-year)
9183 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9184 (cal-tex-cursor-month, cal-tex-insert-days)
9185 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9186 (cal-tex-first-blank-p, cal-tex-cursor-week)
9187 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9188 (cal-tex-week-hours, cal-tex-cursor-week-monday)
9189 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9190 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9191 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9192 (cal-tex-latexify-list, cal-tex-previous-month)
9193 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9194 modernization, including using dotimes rather than
9195 calendar-for-loop.
9196 (cal-tex-LaTeX-subst-list): Remove `@'.
9197 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9198 Use \textit and \textbf rather than \em and \it.
9199
9200 * calendar/cal-bahai.el (list-bahai-diary-entries)
9201 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9202 * calendar/cal-islam.el (list-islamic-diary-entries)
9203 * calendar/calendar.el (generate-calendar, generate-calendar-month)
9204 * calendar/diary-lib.el (diary-list-entries)
9205 (mark-calendar-date-pattern): Use `dotimes' rather than
9206 `calendar-for-loop'.
9207
9208 * calendar/calendar.el (calendar-for-loop): Doc fix.
9209
9210 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9211
9212 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9213 underlying file is uptodate.
9214
9215 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
9216
9217 * replace.el (perform-replace): Use isearch-no-upper-case-p.
9218
9219 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * vc-hooks.el (vc-mode-line-map): New const.
9222 (vc-mode-line): Use it.
9223
9224 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9225
9226 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9227 (vc-git-unregister): New functions.
9228 (vc-git-find-version): Use the result of ls-files as a parameter
9229 for cat-file.
9230
9231 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
9232
9233 * net/tramp.el (tramp-perl-file-attributes)
9234 (tramp-perl-directory-files-and-attributes)
9235 (tramp-handle-file-attributes-with-stat)
9236 (tramp-handle-directory-files-and-attributes-with-stat)
9237 (tramp-convert-file-attributes): Handle huge file sizes.
9238
9239 2007-07-23 Juri Linkov <juri@jurta.org>
9240
9241 * isearch.el (isearch-message-function): New variable.
9242 (isearch-update, isearch-search): Use it.
9243
9244 * simple.el (goto-history-element): New function created from
9245 next-history-element.
9246 (next-history-element): Most code moved to goto-history-element.
9247 Call goto-history-element with (- minibuffer-history-position n).
9248 (previous-history-element): Call goto-history-element with (+
9249 minibuffer-history-position n).
9250 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9251 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9252 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9253 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9254 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9255 (minibuffer-history-isearch-pop-state): New functions.
9256
9257 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9258
9259 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9260 Also, if FILE is a list, return non-nil if any of its elements
9261 should stay local. Update docstring.
9262
9263 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9266 change by reverting a small part.
9267
9268 2007-07-23 Richard Stallman <rms@gnu.org>
9269
9270 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9271
9272 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9273
9274 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9275 handling it. Use vc-git-command.
9276 (vc-git-find-version, vc-git-diff-tree): New functions.
9277 (vc-git-revert): Use vc-git-command.
9278 (vc-git--run-command): Delete.
9279
9280 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9281
9282 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9283
9284 2007-07-20 Kenichi Handa <handa@m17n.org>
9285
9286 * international/utf-8.el (utf-8-post-read-conversion):
9287 Temporarily bind utf-8-compose-scripts to nil while running
9288 *-compose-region functions.
9289
9290 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9291
9292 * vc-git.el: Update status.
9293 (vc-directory-exclusion-list): Use eval-after-load.
9294
9295 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * bindings.el (mode-line-remote): New variable.
9298 (help-echo): Add to default values of mode-line-format.
9299
9300 * files.el: Mark mode-line-remote as risky.
9301
9302 2007-07-22 Juri Linkov <juri@jurta.org>
9303
9304 * isearch.el (isearch-edit-string): Save old point and
9305 isearch-other-end to old-point and old-other-end before reading
9306 the search string from minibuffer. After exiting minibuffer set
9307 point to old-other-end if point and the search direction is the
9308 same as before reading the search string.
9309 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9310 to isearch-other-end. Instead of isearch-search-and-update call
9311 three functions isearch-search, isearch-push-state and isearch-update.
9312
9313 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9314
9315 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9316 deal with multiple file arguments.
9317 (vc-git-print-log): Deal with multiple file arguments.
9318
9319 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9322 diff-refine-hunk. Adjust users.
9323 (diff-unified-hunk-p, diff-splittable-p): New functions.
9324 (diff-mode-menu): Use it to disable Split when it doesn't work.
9325
9326 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9327
9328 * diff-mode.el (diff-mode-menu): New entries.
9329
9330 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9333 if applicable, so as to save undo-log space.
9334
9335 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9336
9337 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9338 (diff-file-kill): Use it.
9339 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9340 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9341 Use it so they find the hunk even when we're in the file header.
9342
9343 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9344
9345 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9346 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9347 (vc-git-create-repo): New functions.
9348 (vc-git-registered): New autoloaded function definition.
9349 (vc-git-registered): Use vc-git-root.
9350 (vc-git-responsible-p): New defalias.
9351 (vc-git-annotate-extract-revision-at-line): Uncomment.
9352 (vc-git-print-log): Add the file name to the log.
9353 (vc-git-log-view-mode): New derived mode.
9354 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9355
9356 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9357
9358 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9359
9360 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9361
9362 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9363 file in a way that does not interfere with recentf mode.
9364 (reftex-access-parse-file): Do not risk destroying an existing
9365 buffer.
9366
9367 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9368
9369 * vc-git.el: New file.
9370
9371 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9374
9375 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9376
9377 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9378 for branches and new files.
9379
9380 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9381 local-map handling ...
9382 (vc-mode-line): ... here. Improve handling of help-echo.
9383
9384 * vc.el (mode-line-string): Document help-echo usage.
9385
9386 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9387
9388 Sync with Tramp 2.1.10.
9389
9390 * net/tramp.el (tramp-get-ls-command): Fix typo.
9391
9392 * net/trampver.el: Update release number.
9393
9394 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9395
9396 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9397
9398 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9399
9400 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9401
9402 * add-log.el (change-log-fill-parenthesized-list): New function.
9403 (change-log-indent): Call change-log-fill-parenthesized-list.
9404 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9405 Have lines with leading asterisk start a paragraph.
9406
9407 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9408
9409 * calc/calc-math.el (math-emacs-precision)
9410 (math-largest-emacs-expt, math-smallest-emacs-expt):
9411 New variables.
9412 (math-use-emacs-fn): New function.
9413 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9414 appropriate.
9415
9416 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9417
9418 * image-dired.el (image-dired-sane-db-file): New func.
9419 (image-dired-write-tags, image-dired-remove-tag)
9420 (image-dired-list-tags, image-dired-write-comments)
9421 (image-dired-get-comment, image-dired-mark-tagged-files)
9422 (image-dired-create-gallery-lists): Call new func.
9423 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9424
9425 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9426
9427 * vc-hg.el (vc-hg-dir-state): Fix loop.
9428 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9429 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9430 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9431 (vc-hg-revert): Likewise.
9432 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9433 functions.
9434
9435 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9438 merge fails.
9439
9440 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9441
9442 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9443 Add group and version.
9444
9445 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * add-log.el (add-log-file-name): Use file-relative-name.
9448 (add-change-log-entry): Delay reading
9449 add-log-(full-name|mailing-address) to after we've switched to the
9450 ChangeLog buffer so we get the right value.
9451 (add-change-log-entry, add-log-current-defun, change-log-merge):
9452 Use derived-mode-p rather than checking major-mode directly.
9453
9454 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9455 name for buffer-file-name if it refers to a directory.
9456
9457 * vc-arch.el (vc-arch-diff): Fix last change.
9458
9459 * progmodes/compile.el (compilation-start): Remember the original
9460 directory in a buffer-local compilation-directory.
9461 (compile): Set the global value of compilation-directory.
9462 (recompile): Use compilation-directory even in the compilation buffer.
9463
9464 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9465
9466 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9467
9468 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9469
9470 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
9471 in $(INSTALL_DIR)/lisp/ if they already exist.
9472
9473 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9474
9475 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
9476 in $(INSTALL_DIR)/lisp/ if they already exist.
9477
9478 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * progmodes/vera-mode.el (vera-re-search-forward)
9481 (vera-re-search-backward): Remove use of store-match-data.
9482 (vera-mode-map): Move initialization into declaration.
9483
9484 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
9485 (flymake-find-buildfile): Use locate-dominating-file.
9486
9487 * vc.el (vc-delistify): Use mapconcat.
9488 (vc-do-command): Minor simplification.
9489 (vc-expand-dirs): Use push.
9490
9491 * vc-mcvs.el (vc-mcvs-create-repo):
9492 * vc-cvs.el (vc-cvs-create-repo): Remove.
9493
9494 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
9495 directory and the root as well.
9496
9497 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9498
9499 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
9500 instead of a file.
9501
9502 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
9503 (vc-hg-registered): Replace if with when.
9504 (vc-hg-state): Deal with nonexistent files and handle removed files.
9505 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
9506 (vc-hg-checkout): Re-enable.
9507 (vc-hg-create-repo): Fix typos.
9508 (vc-hg-print-log): Fix for multiple files.
9509 (vc-hg-workfile-unchanged-p): New function.
9510
9511 * vc.el: Fix typo.
9512 (vc-print-log): Fix call to print-log.
9513 (vc-default-comment-history): Likewise.
9514 (vc-directory-exclusion-list): Add .hg and .bzr.
9515 (vc-diff-internal): Pass a list instead of a file.
9516
9517 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
9518
9519 * vc-bzr.el (vc-bzr-create-repo): New function.
9520
9521 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
9524 `file' from which to start the search.
9525
9526 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
9527
9528 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
9529 having a single file argument to having a list of files as the
9530 first argument.
9531
9532 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * files.el (locate-dominating-file): New function.
9535
9536 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
9537
9538 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
9539 (grep-compute-defaults): Use it.
9540
9541 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 * uniquify.el: Docstring fixes.
9544
9545 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
9546
9547 * vc.el (revision-granularity, create-repo): Document new vc
9548 backend properties.
9549 (vc-rollback): Renamed from vc-cancel-version. Update
9550 references. Pass a list instead of a file.
9551 (vc-revert): Renamed from vc-revert-buffer. Update references.
9552 (vc-delistify, vc-expand-dirs): New functions.
9553 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
9554 of files instead of a single file.
9555 (vc-position-context, vc-resync-window, vc-diff-internal)
9556 (vc-print-log): Pass a list instead of a file.
9557
9558 * vc-hooks.el (vc-stay-local-p, vc-backend)
9559 (vc-backend-subdirectory-name): Work on a file list, not a single
9560 file.
9561 (vc-workfile-version): Update docstring.
9562 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
9563 vc-revert instead of vc-revert-buffer.
9564 (vc-prefix-map): Likewise. Bind vc-update.
9565
9566 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
9567 (vc-svn-wash-log): New functions.
9568 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
9569 (vc-svn-command): Deal with a list of files, not a single file.
9570
9571 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
9572 (vc-rcs-wash-log): New functions.
9573 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
9574 Deal with a list of files, not a single file.
9575 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
9576
9577 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
9578 functions.
9579 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
9580 list of files, not a single file.
9581
9582 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
9583 New functions.
9584 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
9585 (vc-mcvs-diff): Deal with a list of files, not a single file.
9586
9587 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
9588 functions.
9589 (vc-hg-print-log): Deal with a list of files, not a single file.
9590 (vc-hg-diff-tree): New function, replace defalias with the same
9591 name.
9592 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
9593 FILES to denote that it is a file list, not a single file.
9594
9595 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
9596 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
9597 a single file.
9598 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
9599 that it is a file list, not a single file.
9600 (vc-cvs-diff): Likewise. Simplify.
9601
9602 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
9603 Deal with a list of files, not a single file.
9604
9605 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
9606 (vc-bzr-print-log): Update FILE parameter name to denote that it
9607 is a file list, not a single file.
9608 (vc-bzr-diff): Likewise. Use the car of files.
9609
9610 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9613 (follow-delete-other-windows-and-split, follow-recenter)
9614 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
9615 (follow-redisplay, follow-estimate-first-window-start)
9616 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
9617 Fix typos in docstrings.
9618
9619 2007-07-18 Martin Rudalics <rudalics@gmx.at>
9620
9621 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
9622 avoid that filling introduces lines with a single asterisk.
9623
9624 * kmacro.el (kmacro-end-macro): When ignoring empty macro
9625 avoid incorrect kmacro-ring-empty-p messages.
9626 Reported by Michael Schierl <schierlm@gmx.de>.
9627
9628 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9629
9630 * vc.el: Add more info about the vc-registered function.
9631
9632 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
9633
9634 * files.el (file-remote-p): Introduce optional parameter
9635 IDENTIFICATION.
9636
9637 * recentf.el (recentf-keep-default-predicate): Adapt call of
9638 `file-remote-p'.
9639
9640 * progmodes/grep.el (grep-probe): Use `process-file'.
9641 (grep-compute-defaults): Handle variables host specific.
9642
9643 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
9644 parameter IDENTIFICATION.
9645
9646 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
9647 parameter IDENTIFICATION.
9648 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
9649 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9650 Add entry for `set-file-times'.
9651 (tramp-do-copy-or-rename-file-via-buffer)
9652 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
9653 (tramp-handle-unhandled-file-name-directory): Rewrite.
9654 (tramp-convert-file-attributes): Add error handling when inode is
9655 extraordinary big.
9656 (tramp-get-inode): Change parameter from FILE to VEC.
9657 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
9658 is nil. This is according to the specification. Goto (point-max)
9659 when ready.
9660 (tramp-handle-shell-command): Rewrite completely, using
9661 `process-file' and `start-file-process'.
9662 (tramp-methods, tramp-find-shell)
9663 (tramp-open-connection-setup-interactive-shell)
9664 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
9665 var. Reported by Steve Youngs <steve@sxemacs.org>.
9666
9667 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
9668 entry for `set-file-times'. Rename `start-process' into
9669 `start-file-process'. Remove `call-process' entry.
9670 (tramp-fish-handle-set-file-times): New defun.
9671 (tramp-fish-handle-executable-find): Use `process-file'.
9672 (tramp-fish-handle-process-file): New defun. Replaces
9673 `tramp-fish-handle-call-process'.
9674 (tramp-fish-do-copy-or-rename-file-directly): Use
9675 `set-file-times'.
9676 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
9677
9678 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
9679 `tramp-get-inode' parameter.
9680
9681 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
9684 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
9685 nowadays, and by the time Emacs-23 comes out, nobody will even remember
9686 it has ever existed.
9687
9688 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9689
9690 * vc.el: Undo previous change.
9691
9692 2007-07-16 Eli Zaretskii <eliz@gnu.org>
9693
9694 * makefile.w32-in (clean): Don't delete *~.
9695
9696 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * textmodes/tex-mode.el (tex-verbatim-environments):
9699 Add safe-local-variable property.
9700 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
9701 when starting font-lock rather than when loading tex-mode.el.
9702
9703 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9704 whole $( rather than just the $. Rename from sh-quoted-subshell.
9705 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
9706
9707 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9708
9709 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
9710 bookmark-alist. Instead, if not sorting, simply return it.
9711 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
9712 for its return value, not for its side effect.
9713
9714 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
9715 case of alignment under a constant symbol, find and consider
9716 the sexp actually at indentation to be the "last sexp".
9717
9718 2007-07-16 Drew Adams <drew.adams@oracle.com>
9719
9720 * mouse.el (mouse-yank-secondary): Better error message if no
9721 secondary selection.
9722
9723 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9724
9725 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9726
9727 * term/xterm.el (xterm-turn-on-modify-other-keys)
9728 (xterm-turn-off-modify-other-keys): New functions.
9729 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9730 terminal supports it.
9731
9732 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
9733
9734 * bookmark.el (bookmark-show-all-annotations):
9735 Make sure each inserted annotation ends with newline.
9736
9737 2007-07-15 Richard Stallman <rms@gnu.org>
9738
9739 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9740
9741 * tutorial.el (tutorial--find-changed-keys):
9742 Handle C-x specially like ESC.
9743
9744 2007-07-15 Aaron Hawley <aaronh@garden.org>
9745
9746 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9747
9748 2007-07-15 Juri Linkov <juri@jurta.org>
9749
9750 * delsel.el (delete-selection-pre-hook):
9751 * emulation/cua-base.el (cua-paste): Before a yank command,
9752 check also whether last-command is one of mouse-save-then-kill,
9753 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9754
9755 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
9756
9757 * recentf.el (recentf-keep-default-predicate): New defun.
9758 (recentf-keep): Use it as initial value.
9759
9760 2007-07-15 Karl Fogel <kfogel@red-bean.com>
9761
9762 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9763 thus restoring bookmark bindings to three slots under C-x r. See
9764 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9765
9766 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9767
9768 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9769
9770 2007-07-15 Jason Rumney <jasonr@gnu.org>
9771
9772 * w32-fns.el (set-default-process-coding-system): Use dos line ends
9773 for input to cmdproxy on all versions of Windows.
9774 Use dos line ends for input to plink.
9775
9776 * comint.el (comint-simple-send): Concat newline before sending.
9777 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9778
9779 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9782 safe-local-variable setting.
9783
9784 2007-07-14 David Kastrup <dak@gnu.org>
9785
9786 * emacs-lisp/advice.el (defadvice): Doc fix.
9787
9788 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
9789
9790 * subr.el (when, unless): Doc fix.
9791
9792 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9793
9794 * replace.el (match): Use yellow1 instead of yellow.
9795
9796 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9797 red.
9798
9799 * pcvs-info.el (cvs-unknown): Likewise.
9800
9801 2007-07-13 Eli Zaretskii <eliz@gnu.org>
9802
9803 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9804 (install): Use them to copy all *.el files before *.elc.
9805
9806 2007-07-13 Drew Adams <drew.adams@oracle.com>
9807
9808 * bookmark.el (bookmark-jump-other-window): New function.
9809 (bookmark-map): Bind it to "o".
9810
9811 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9812 and its thread contains discussion about this change.
9813 The original patch was slightly tweaked by Karl Fogel
9814 <kfogel@red-bean.com> before committing.
9815
9816 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9817
9818 * bookmark.el: Shorten some comments to fit within 80 lines.
9819
9820 2007-07-13 Karl Fogel <kfogel@red-bean.com>
9821
9822 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9823 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
9824 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
9825 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9826
9827 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
9828
9829 * textmodes/org.el: Bug fixes.
9830 (org-end-of-line): Move to end of line if in headline without tags.
9831
9832 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * vc-hooks.el: Remove spurious * in docstrings.
9835 (vc-handled-backends): Add BZR.
9836
9837 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9838
9839 2007-07-12 Davis Herring <herring@lanl.gov>
9840
9841 * desktop.el (desktop-buffer-info, desktop-save):
9842 Use `desktop-dirname' instead of `dirname'.
9843
9844 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9845
9846 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9847
9848 * progmodes/python.el (python-which-func-length-limit): New var.
9849 (python-which-func): New function.
9850 (python-current-defun): Add optional `length-limit' and try to fit
9851 computed function name to that length.
9852 (python-mode): Hook `python-which-func' up.
9853
9854 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9855
9856 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9857
9858 * comint.el (comint-dynamic-complete-as-filename):
9859 Use read-file-name-completion-ignore-case.
9860
9861 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * comint.el (comint-dynamic-list-filename-completions):
9864 Use read-file-name-completion-ignore-case.
9865
9866 * vc-cvs.el: Require CL.
9867 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9868 New functions to provide completion of revision names.
9869
9870 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9871 (vc-cvs-annotate-first-line-re): New const.
9872 (vc-cvs-annotate-process-filter): New fun.
9873 (vc-cvs-annotate-command): Use them and run the command asynchronously.
9874
9875 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
9876
9877 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9878 (eldoc-print-current-symbol-info): Adjust for changed helper
9879 function signatures.
9880 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
9881 `eldoc-highlight-function-argument'.
9882 (eldoc-highlight-function-argument): New function.
9883 (eldoc-get-var-docstring): Format documentation with
9884 `font-lock-variable-name-face'.
9885 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9886 where suited.
9887 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9888 (eldoc-beginning-of-sexp): Return number of skipped sexps.
9889
9890 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
9891
9892 * progmodes/compile.el (compilation-start): `start-process' must
9893 still be redefined when calling `start-process-shell-command'.
9894
9895 * progmodes/gud.el (gud-file-name): When `default-directory' is a
9896 remote file name, prepend its remote part to the filename.
9897 (gud-common-init): When `default-directory' is a remote file name,
9898 make the filename relative to it.
9899 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9900
9901 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9902
9903 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9904 mouse binding and a tooltip.
9905
9906 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * menu-bar.el (vc-menu-map): New defalias.
9909
9910 2007-07-10 Richard Stallman <rms@gnu.org>
9911
9912 * emacs-lisp/lisp-mode.el (eval-defun):
9913 Explain special handling of `defface'.
9914
9915 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
9916
9917 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9918
9919 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9920
9921 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9924
9925 * vc-arch.el (vc-arch-complete): Remove.
9926 (vc-arch-revision-completion-table): Use complete-with-action.
9927
9928 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9929 (complete-with-action): New function.
9930 (dynamic-completion-table): Use it.
9931
9932 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
9933
9934 * comint.el (make-comint, make-comint-in-buffer)
9935 (comint-exec-1): Replace `start-process' by `start-file-process'.
9936
9937 * progmodes/compile.el (compilation-start): Revert redefining
9938 `start-process'.
9939
9940 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9943 with EOLs when generating MD5 checksums.
9944
9945 * follow.el: Don't change the global map from the follow-mode-map
9946 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
9947 XEmacs code.
9948 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9949 since `follow-mode' should be used instead for that.
9950
9951 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9952 (easy-menu-do-define): Use it.
9953 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9954
9955 * progmodes/compile.el (compilation-auto-jump-to-first-error)
9956 (compilation-auto-jump-to-next): New vars.
9957 (compilation-auto-jump): New function.
9958 (compilation-error-properties): Use them to jump to first error.
9959 (compilation-start): Set the var if requested.
9960
9961 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9962 duplicates without also removing entries from other directories.
9963
9964 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
9965
9966 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9967 Remember span as default.
9968 (org-columns-edit-value): Rename from `org-column-edit'.
9969 (org-columns-display-here-title): Rename from
9970 `org-overlay-columns-title'.
9971 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9972 (org-columns-get-autowidth-alist): Rename from
9973 `org-get-columns-autowidth-alist'.
9974 (org-columns-display-here): Rename from `org-overlay-columns'.
9975 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9976 (org-columns-quit): Rename from `org-column-quit'.
9977 (org-columns-show-value): Rename from `org-column-show-value'.
9978 (org-columns-content, org-columns-widen)
9979 (org-columns-next-allowed-value)
9980 (org-columns-edit-allowed, org-columns-store-format)
9981 (org-columns-uncompile-format, org-columns-redo)
9982 (org-columns-edit-attributes, org-delete-property)
9983 (org-set-property, org-columns-update)
9984 (org-columns-compute, org-columns-eval)
9985 (org-columns-not-in-agenda, org-columns-compute-all)
9986 (org-property-next-allowed-value)
9987 (org-columns-compile-format)
9988 (org-fill-paragraph-experimental)
9989 (org-string-to-number, org-property-action)
9990 (org-columns-move-left, org-columns-new)
9991 (org-column-number-to-string)
9992 (org-property-previous-allowed-value)
9993 (org-at-property-p, org-columns-delete)
9994 (org-columns-previous-allowed-value)
9995 (org-columns-move-right, org-columns-narrow)
9996 (org-property-get-allowed-values)
9997 (org-verify-version, org-column-string-to-number)
9998 (org-delete-property-globally): New functions.
9999 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10000 (org-columns-overlays): Rename from `org-column-overlays'.
10001 (org-columns-map): Rename from `org-column-map'.
10002 (org-columns-current-maxwidths): Rename from
10003 `org-current-columns-maxwidths'.
10004 (org-columns-begin-marker, org-columns-current-fmt-compiled)
10005 (org-previous-header-line-format)
10006 (org-columns-inhibit-recalculation)
10007 (org-columns-top-level-marker): New variables.
10008 (org-columns-default-format): Rename from `org-default-columns-format'.
10009 (org-property-re): New constant.
10010
10011 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
10012
10013 * subr.el (looking-at-p, string-match-p): New functions.
10014
10015 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
10016
10017 * textmodes/tex-mode.el (tex-fontify-script)
10018 (tex-font-script-display): New variables to make display of
10019 superscripts and subscripts customizable.
10020 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10021
10022 2007-07-09 Richard Stallman <rms@gnu.org>
10023
10024 * isearch.el (isearch-edit-string): Call to isearch-push-state
10025 after the search.
10026
10027 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10028
10029 * window.el (fit-window-to-buffer): Remove setting of window-min-height
10030 to 1 as enlarge-window uses the value to resize/shrink windows other
10031 than WINDOW if needed.
10032
10033 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10034
10035 * cus-start.el (file-coding-system-alist): Fix custom type.
10036
10037 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
10038
10039 * longlines.el (longlines-wrap-region): Avoid marking buffer as
10040 modified.
10041 (longlines-auto-wrap, longlines-window-change-function):
10042 Remove unnecessary calls to set-buffer-modified-p.
10043
10044 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10045
10046 * cus-start.el (file-coding-system-alist): Fix custom type.
10047
10048 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10051 (vc-cvs-checkout): Remove last arg now unused; simplify.
10052
10053 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
10054
10055 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10056
10057 * net/tramp.el:
10058 * net/tramp-ftp.el:
10059 * net/tramp-smb.el:
10060 * net/tramp-uu.el:
10061 * net/trampver.el: Migrate to Tramp 2.1.
10062
10063 * net/tramp-cache.el:
10064 * net/tramp-fish.el:
10065 * net/tramp-gw.el: New Tramp packages.
10066
10067 * net/tramp-util.el:
10068 * net/tramp-vc.el: Removed.
10069
10070 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10071 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10072
10073 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10074
10075 * progmodes/compile.el (compilation-start): Redefine
10076 `start-process' temporarily when `default-directory' is remote.
10077 Remove case of synchronous compilation, this won't happen ever.
10078 (compilation-setup): Make local variable `comint-file-name-prefix'
10079 for remote compilation.
10080
10081 2007-07-08 Martin Rudalics <rudalics@gmx.at>
10082
10083 * novice.el (disabled-command-function): Fit window to buffer to
10084 make last line visible.
10085 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10086
10087 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10088 when handling the terminating event.
10089
10090 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10091
10092 * calc/calc.el (math-read-number-simple): Remove leading 0s.
10093 (math-bignum-digit-length): Change to optimal value.
10094
10095 * calc/calc-bin.el (math-bignum-logb-digit-size)
10096 (math-bignum-digit-power-of-two): Evaluate when compiled.
10097
10098 * calc/calc-comb.el (math-small-factorial-table)
10099 (math-init-random-base, math-prime-test): Remove unnecessary calls
10100 to `math-read-number-simple'.
10101
10102 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10103 (math-approx-gamma-const): Add docstrings.
10104
10105 * calc/calc-forms.el (math-julian-date-beginning)
10106 (math-julian-date-beginning-int): New constants.
10107 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10108 Use the new constants.
10109
10110 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10111
10112 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10113 Add docstrings.
10114
10115 2007-07-07 Tom Tromey <tromey@redhat.com>
10116
10117 * vc.el (vc-annotate): Jump to line and output message only after the
10118 process is really all done.
10119
10120 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * vc.el (vc-exec-after): Don't move point from the sentinel.
10123 Forcefully read all the remaining text in the pipe upon process exit.
10124 (vc-annotate-display-autoscale, vc-annotate-lines):
10125 Don't stop at the first unrecognized line.
10126 (vc-annotate-display-select): Run autoscale after the process is done
10127 since it depends on the whole result.
10128
10129 2007-07-07 Eli Zaretskii <eliz@gnu.org>
10130
10131 * term/w32-win.el (menu-bar-open): New function.
10132 Bind <f10> to it.
10133
10134 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
10135
10136 * simple.el (start-file-process): New defun.
10137
10138 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * files.el (find-file-confirm-nonexistent-file): Rename from
10141 find-file-confirm-inexistent-file. Update users.
10142
10143 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10144 format of autoload block where the file's time-stamp is replaced by its
10145 MD5 checksum.
10146 (autoload-generate-file-autoloads): Use MD5 checksum instead of
10147 time-stamp for secondary autoloads files.
10148 (update-directory-autoloads): Remove duplicate entries.
10149 Use time-less-p for time-stamps, as done in autoload-find-destination.
10150
10151 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10152
10153 * calc/calc.el (math-read-number): Replace number by variable.
10154 (math-read-number-simple): Properly parse small integers.
10155
10156 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10157
10158 * vc.el: Fix doc for the checkout function.
10159
10160 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
10161
10162 * vc-hg.el (vc-hg-root): New function.
10163 (vc-hg-registered): Use it.
10164 (vc-hg-diff-tree): New defalias.
10165 (vc-hg-responsible-p): Likewise.
10166 (vc-hg-checkout): Comment out, not needed.
10167 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10168 (vc-hg-find-version, vc-hg-next-version): New functions.
10169
10170 2007-07-06 Andreas Schwab <schwab@suse.de>
10171
10172 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10173 dynamic bindings around the evaluation of the expression.
10174 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10175
10176 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10179 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
10180 Use run-hooks rather than run-mode-hooks.
10181
10182 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
10183
10184 * calc/calc-comb.el (math-random-digit): Rename to
10185 `math-random-three-digit-number'.
10186 (math-random-digits): Don't depend on representation of integer.
10187
10188 * calc/calc-bin.el (math-bignum-logb-digit-size)
10189 (math-bignum-digit-power-of-two): New constants.
10190 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10191 (math-not-bignum, math-clip-bignum): Use the constants
10192 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10193 instead of their values.
10194 (math-clip): Use math-small-integer-size instead of its value.
10195
10196 * calc/calc.el (math-add-bignum): Replace number by constant.
10197
10198 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * wid-edit.el (widget-documentation-string-value-create):
10201 Insert indentation spaces.
10202
10203 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10204
10205 * emacs-lisp/byte-opt.el: Revert last change.
10206
10207 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10208
10209 * vc-hooks.el (vc-handled-backends): Add HG.
10210
10211 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10212
10213 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * complete.el (PC-do-complete-and-exit): Add support for the new
10216 `confirm-only' confirmation mode.
10217
10218 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * cus-edit.el (custom-commands): New variable.
10221 (custom-tool-bar-map): New variable. Initialize using
10222 `custom-commands'.
10223 (custom-mode): Use `custom-tool-bar-map'.
10224 (custom-buffer-create-internal): Insert action buttons only if
10225 tool bar is not used. Use `custom-commands'.
10226 (Custom-help, custom-command-apply): New function.
10227 (custom-command-apply, Custom-set, Custom-save)
10228 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10229 Use `custom-command-apply' instead of duplicating code.
10230 (customize-group-other-window): Call `customize-group' instead of
10231 duplicating code.
10232 (customize-face-other-window): Call `customize-face' instead of
10233 duplicating code.
10234 (customize-group, customize-face): Add optional args for opening
10235 in another window.
10236 (custom-variable-tag): Don't inherit `variable-pitch' face.
10237 (custom-group-tag): Inherit `variable-pitch' face.
10238 (custom-variable-value-create): Set documentation indentation.
10239 (custom-group-value-create): Make group name a link, instead of
10240 using an extra "go to group" button.
10241 (custom-prompt-variable, custom-group-set, custom-group-save)
10242 (custom-group-reset-current, custom-group-reset-saved)
10243 (custom-group-reset-standard): Minor cleanup.
10244
10245 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10246
10247 * Makefile.in (bootstrap-prepare): When copying from
10248 ldefs-boot.el, make sure loaddefs.el is writeable.
10249
10250 (bootstrap-prepare): Make $(lisp)/ps-print.el
10251 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10252
10253 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10254
10255 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10256 only caller, and delete.
10257 (vc-hg-state): Deal with exceptions and only parse the output on
10258 successful return.
10259 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10260 caller, and delete.
10261 (vc-hg-workfile-version): Deal with exceptions and only parse the
10262 output on successful return.
10263 (vc-hg-revert): New function.
10264
10265 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10266
10267 * calculator.el (calculator-expt): Use more cases to determine
10268 the value.
10269
10270 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10271
10272 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10273 file names.
10274
10275 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10276
10277 * calculator.el (calculator-expt, calculator-integer-p):
10278 New functions.
10279 (calculator-fact): Check to see if the factorial will be too
10280 large before computing it.
10281 (calculator-initial-operators): Use `calculator-expt' to
10282 compute "^".
10283 (calculator-mode): Mention that results which are too large
10284 will return inf.
10285 * calc/calc-comb.el (math-small-factorial-table): Replace list
10286 by vector.
10287
10288 2007-07-03 David Kastrup <dak@gnu.org>
10289
10290 * shell.el: On request of the authors, remove their addresses for
10291 the sake of bug reports, and add the developer list address as
10292 maintainer information.
10293
10294 2007-07-03 Richard Stallman <rms@gnu.org>
10295
10296 * files.el (make-directory): Doc fix.
10297 (find-file-confirm-inexistent-file): Make it a defcustom.
10298 Make nil the default.
10299
10300 2007-07-02 Richard Stallman <rms@gnu.org>
10301
10302 * startup.el (command-line): Set buffer-offer-save in *scratch*
10303 and enable auto-save in it.
10304
10305 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10306
10307 * textmodes/org.el (orgstruct-mode-map): New variable.
10308 (orgstruct-mode): New minor mode.
10309 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10310 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10311 (org-run-like-in-org-mode): New functions.
10312 (org-cycle-list-bullet): New command.
10313 (org-special-properties, org-property-start-re)
10314 (org-property-end-re): New constants.
10315 (org-with-point-at): New macro.
10316 (org-get-property-block, org-entry-properties, org-entry-get)
10317 (org-entry-delete, org-entry-get-with-inheritance)
10318 (org-entry-put, org-buffer-property-keys): New functions.
10319 (org-insert-property-drawer): New command.
10320 (org-entry-property-inherited-from): New variable.
10321 (org-column): New face.
10322 (org-column-overlays, org-current-columns-fmt)
10323 (org-current-columns-maxwidths, org-column-map): New variables.
10324 (org-column-menu): New menu.
10325 (org-new-column-overlay, org-overlay-columns)
10326 (org-overlay-columns-title, org-remove-column-overlays)
10327 (org-column-show-value, org-column-quit, org-column-edit):
10328 New functions.
10329 (org-columns, org-agenda-columns): New commands.
10330 (org-get-columns-autowidth-alist): New functions.
10331 (org-properties): New customize group.
10332 (org-default-columns-format): New option.
10333 (org-priority): Realign tags after changing priority.
10334 (org-preserve-lc): New macro.
10335 (org-update-checkbox-count): Catch case when there is no headline.
10336 (org-agenda-quit): Remove any column overlays.
10337 (org-beginning-of-item-list): Fixed bug when non-item line is
10338 indented too deep.
10339 (org-cached-props): New variable.
10340 (org-cached-entry-get): New function.
10341 (org-make-tags-matcher): Handle property matches.
10342 (org-table-recalculate): Swap evaluation order: Field formula
10343 first, then column formulas, but don't allow them to overwrite the
10344 field formulas.
10345 (org-table-eval-formula): New argument untouchable.
10346 (org-table-put-field-property): New function.
10347
10348 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10349
10350 * help-mode.el (help-make-xrefs): Skip spaces too when
10351 skipping tabs.
10352
10353 * ffap.el (dired-at-point-prompter): Improve prompt in
10354 list-directory case.
10355
10356 2007-07-01 Richard Stallman <rms@gnu.org>
10357
10358 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10359
10360 2007-07-01 Richard Stallman <rms@gnu.org>
10361
10362 * cus-start.el (max-mini-window-height): Added.
10363
10364 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10365
10366 * complete.el (partial-completion-mode): Remove advice of
10367 read-file-name-internal.
10368 (PC-do-completion): Rebind minibuffer-completion-table.
10369 (PC-read-file-name-internal): New function doing what
10370 read-file-name-internal advice did.
10371
10372 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10373
10374 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10375 property on a few symbols.
10376 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10377 (byte-optimize-lapcode): Remove bindings that are not referenced
10378 and certainly will not effect through dynamic scoping.
10379
10380 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * files.el (find-file-confirm-inexistent-file): New var.
10383 (find-file, find-file-other-window, find-file-other-frame)
10384 (find-file-read-only, find-file-read-only-other-window)
10385 (find-file-read-only-other-frame): Use it.
10386
10387 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10390
10391 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * generic-x.el (generic-define-mswindows-modes)
10394 (generic-define-unix-modes, apache-log-generic-mode)
10395 (bat-generic-mode-keymap, java-manifest-generic-mode)
10396 (show-tabs-generic-mode): Fix typos in docstrings.
10397
10398 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10399
10400 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10401 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10402 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10403 (rcirc-print): Never ignore messages from ourself.
10404
10405 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10408 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10409
10410 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10411
10412 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10413 replace-regexp-in-string.
10414
10415 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * emacs-lisp/cl.el: Set edebug and indentation before loading
10418 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10419
10420 2007-06-28 Andreas Schwab <schwab@suse.de>
10421
10422 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10423 $(lisp)/subdirs.el.
10424
10425 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10428 the speedbar frame if nil; that deletes the current frame or
10429 causes an error if it is the only frame.
10430 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10431
10432 2007-06-28 Kevin Ryde <user42@zip.com.au>
10433
10434 * textmodes/nroff-mode.el: Groff \# comments.
10435 (nroff-mode-syntax-table): \# comment intro,
10436 plain # as punct per global table.
10437 (nroff-font-lock-keywords): Add # as a single char escape.
10438 (nroff-mode): In comment-start-skip, match \#.
10439
10440 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10443 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10444 point-min == 1.
10445
10446 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
10447
10448 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10449 Rename and move to...
10450
10451 * subr.el (strings->string, string->strings): ...here.
10452
10453 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10454 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10455
10456 * progmodes/gud.el (gud-common-init): Call string->strings instead
10457 of split-string.
10458
10459 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
10460
10461 * dired-aux.el: Remove `dired-call-process'.
10462 (dired-check-process): Call `process-file'.
10463
10464 * wdired.el (wdired-do-perm-changes): Call `process-file'.
10465
10466 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10467 `ange-ftp-process-file'.
10468
10469 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
10472
10473 * emacs-lisp/cl-extra.el:
10474 * emacs-lisp/cl-seq.el:
10475 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
10476 Add autoload cookies on all defs autoloaded manually in cl.el.
10477
10478 * emacs-lisp/cl-loaddefs.el: New file.
10479
10480 * textmodes/texinfmt.el (texinfo-raisesections-alist)
10481 (texinfo-lowersections-alist): Merge definition and declaration.
10482 (texinfo-start-of-header, texinfo-end-of-header): Remove.
10483 (texinfo-format-syntax-table): Merge init into declaration.
10484 (texinfo-format-parse-line-args, texinfo-format-parse-args)
10485 (texinfo-format-parse-defun-args, texinfo-format-node)
10486 (texinfo-push-stack, texinfo-multitable-widths)
10487 (texinfo-define-info-enclosure, texinfo-alias)
10488 (texinfo-format-defindex, batch-texinfo-format): Use push.
10489 (texinfo-footnote-number): Remove duplicate declaration.
10490
10491 * ps-print.el: Update with auto-generated autoloads.
10492
10493 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
10494
10495 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10496
10497 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
10498 relative to current dir for file-local settings.
10499 (autoload-generate-file-autoloads): Add `outfile' arg.
10500 (update-directory-autoloads): Use it to directly call
10501 autoload-generate-file-autoloads instead of going through
10502 update-file-autoloads so we avoid redundant searches and so we can know
10503 the set of buffers changed so we can save them all.
10504
10505 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
10506 rather than throwing `up-to-date'.
10507 (autoload-generate-file-autoloads): Adjust correspondingly.
10508 (update-file-autoloads): Be careful to let-bind
10509 autoload-modified-buffers and adjust to new calling conventions.
10510 (autoload-modified-buffers): Make it a dynamically scoped var.
10511 (update-directory-autoloads): Use file-relative-name instead of
10512 autoload-trim-file-name.
10513 (autoload-insert-section-header): Don't use autoload-trim-file-name
10514 since the file is already relative now.
10515 (autoload-trim-file-name): Remove.
10516
10517 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
10518 (vc-arch-complete, vc-arch--version-completion-table)
10519 (vc-arch-revision-completion-table): New functions to provide
10520 completion of revision names.
10521 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
10522 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
10523 to let the user trim the revlib.
10524
10525 * vc.el: Add new VC operation `revision-completion-table'.
10526 (vc-default-revision-completion-table): New function.
10527 (vc-version-diff, vc-version-other-window): Use it to provide
10528 completion of revision names if the backend provides it.
10529
10530 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
10531
10532 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
10533 of newer .svn/entries.
10534
10535 2007-06-25 David Kastrup <dak@gnu.org>
10536
10537 * calc/calc-poly.el (math-padded-polynomial)
10538 (math-partial-fractions): Add some function comments.
10539
10540 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10543 Make `outbuf' optional.
10544 (update-file-autoloads): Use it.
10545
10546 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10547
10548 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
10549 (autoload-find-destination): Keep it uptodate.
10550 (autoload-save-buffers): New fun.
10551 (update-file-autoloads): Use it. Re-add the "up to date" message.
10552
10553 * emacs-lisp/autoload.el: Refactor for upcoming changes.
10554 (autoload-find-destination): New function extracted from
10555 update-file-autoloads.
10556 (update-file-autoloads): Use it.
10557 (autoload-generate-file-autoloads): New function extracted from
10558 generate-file-autoloads. Use file-relative-name. Delay computation of
10559 output-start to the first cookie. Remove done-any, replaced by
10560 output-start.
10561 (generate-file-autoloads): Use it.
10562
10563 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
10564
10565 * calc/calc-comb.el (math-init-random-base, math-prime-test):
10566 Use math-read-number-simple to insert constants.
10567 (math-prime-test): Redo calculation of sum.
10568
10569 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
10570
10571 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
10572 math-scale-bignum-3.
10573 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
10574 math-bignum-digit-size.
10575 (math-isqrt-small): Add another possible initial guess.
10576
10577 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10578
10579 * textmodes/bibtex.el (bibtex-entry-format): New options
10580 `whitespace', `braces', and `string'.
10581 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10582 (bibtex-field-braces-opt, bibtex-field-strings-opt)
10583 (bibtex-cite-matcher-alist): New variables.
10584 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
10585 (bibtex-flash-head): Use blink-matching-delay.
10586 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
10587 (bibtex-format-entry, bibtex-reformat): Handle new options of
10588 bibtex-entry-format.
10589 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
10590 New functions.
10591 (bibtex-complete-internal): Do not display messages while
10592 minibuffer is used. Do not leave around a completions buffer
10593 that is out of date.
10594 (bibtex-copy-summary-as-kill): New optional arg.
10595 (bibtex-font-lock-url): New optional arg no-button.
10596 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
10597 (bibtex-url): Allow multiple URLs per entry.
10598
10599 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * emacs-lisp/autoload.el (autoload-generated-file): New function.
10602 (update-file-autoloads, update-directory-autoloads): Use it.
10603 (autoload-file-load-name): New function.
10604 (generate-file-autoloads, update-file-autoloads): Use it.
10605 (autoload-find-file): Accept non-absolute argument. Set default-dir.
10606 (generate-file-autoloads): If the autoloaded form is malformed,
10607 indicate the problem with a warning instead of aborting.
10608
10609 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10610
10611 * simple.el (next-error-recenter): Accept `(4)' as well;
10612 also, specify `integer' instead of `number'.
10613
10614 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10615
10616 * ls-lisp.el (insert-directory): If an invalid regexp error is
10617 thrown, try using FILE as a literal file name, not a wildcard.
10618
10619 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
10620
10621 * ruler-mode.el (ruler-mode): Prevent clobbering the original
10622 `header-line-format' when reentering ruler mode.
10623
10624 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10625
10626 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
10627 FILE exists as a file.
10628
10629 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10630
10631 * calc/calc.el (math-bignum-digit-length)
10632 (math-bignum-digit-size, math-small-integer-size):
10633 New constants.
10634 (math-normalize, math-bignum-big, math-make-float)
10635 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
10636 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
10637 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
10638 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
10639 (math-quotient, math-div-bignum, math-div-bignum-digit)
10640 (math-div-bignum-part, math-format-bignum-decimal)
10641 (math-read-bignum): Use math-bignum-digit-length,
10642 math-bignum-digit-size and math-small-integer-size.
10643
10644 * calc/calc-ext.el (math-fixnum-big): Use the variable
10645 math-bignum-digit-size.
10646
10647 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10648
10649 * log-view.el (log-view-mode-menu): New menu.
10650
10651 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
10654 differently.
10655
10656 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
10657 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
10658
10659 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * vc-hg.el (vc-hg-print-log): Insert the file name.
10662 (vc-hg-log-view-mode): Fontify the file name.
10663
10664 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10665
10666 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
10667 (calcFunc-julian): Fix incorrect number used in calculations.
10668
10669 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
10670
10671 * simple.el (next-error-recenter): New defcustom.
10672 (next-error, next-error-internal): Recenter if specified,
10673 immediately prior to running `next-error-hook'.
10674
10675 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
10676 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
10677
10678 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
10679
10680 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10681
10682 * calc/calc-comb.el (math-small-factorial-table): New variable.
10683 (calcFunc-fact): Use `math-small-factorial-table'.
10684
10685 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
10686 initial values.
10687 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
10688 New variables to use in caches.
10689
10690 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
10691 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
10692
10693 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
10694 (math-bernoulli-b-cache): Use math-read-number-simple to insert
10695 bignums.
10696
10697 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10698 New variables to use in caches.
10699
10700 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10701
10702 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
10703
10704 * vc-hg.el (vc-hg-log-view-mode): New mode.
10705
10706 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
10707
10708 * calc/calc.el (math-read-number-simple): New function.
10709
10710 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
10713 (vera-font-lock-match-item): Fix doc string.
10714 (vera-in-comment-p): Remove unused function.
10715 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
10716 use `syntax-ppss'.
10717 (vera-forward-syntactic-ws): Fix argument order.
10718 (vera-prepare-search): Use `with-syntax-table'.
10719 (vera-indent-line): Fix doc string.
10720 (vera-electric-tab): Fix doc string.
10721 (vera-expand-abbrev): Define alias instead of using `fset'.
10722 (vera-comment-uncomment-region): Use `comment-start-skip'.
10723
10724 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
10725
10726 * textmodes/org.el (org-export-with-footnotes): New option.
10727 (org-export-as-html): Fix replacement bug for XEmacs.
10728 (org-agenda-default-appointment-duration): New option.
10729
10730 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * vc-hg.el: Add to do items.
10733 (vc-hg-diff): Add support for comparing different revisions.
10734 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10735 (vc-hg-annotate-extract-revision-at-line)
10736 (vc-hg-previous-version, vc-hg-checkin): New functions.
10737 (vc-hg-annotate-re): New constant.
10738
10739 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
10740
10741 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10742
10743 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10746 buffer-local value of log-view-*-re if applicable.
10747
10748 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10749 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10750 (vc-bzr-command*): Remove both (incompatible) versions.
10751 (vc-bzr-do-command*): Remove.
10752 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10753 Remove by folding into its only caller vc-bzr-command.
10754 (vc-bzr-command): Always set the environment, even when ineffective.
10755 (vc-bzr-version): Minor fix up.
10756 (vc-bzr-admin-dirname): New var.
10757 (vc-bzr-bzr-dir): Remove.
10758 (vc-bzr-root-dir): New fun.
10759 (vc-bzr-registered): Use it. Add an autoloaded version.
10760 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10761 (vc-bzr-view-log-function): Remove.
10762 (vc-bzr-log-view-mode): New major mode to replace it.
10763 (vc-bzr-print-log): Only activate the old hack if needed.
10764
10765 * vc.el (vc-default-log-view-mode): New function.
10766 (vc-print-log): Add new `log-view-mode' VC operation.
10767
10768 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
10769
10770 * ido.el (ido-find-file-in-dir): Don't signal an error for
10771 empty directories.
10772
10773 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10774
10775 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10776 directory where the desktop file was found, as the docstring says.
10777 (desktop-kill): Use `read-directory-name'.
10778
10779 2007-06-20 Alan Mackenzie <acm@muc.de>
10780
10781 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10782 When removing lines, also remove the \n. Correction of patch of
10783 2007-04-21.
10784
10785 2007-06-20 Martin Rudalics <rudalics@gmx.at>
10786
10787 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10788 event is not a cons cell. Do not unread drag-mouse-1 events.
10789 Select right window in check whether space was stolen from
10790 window above.
10791
10792 * help-mode.el (help-make-xrefs): Adjust position of new forward
10793 button.
10794
10795 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
10796
10797 * vc-bzr.el (vc-bzr-with-process-environment)
10798 (vc-bzr-std-process-invocation): New macros.
10799 (vc-bzr-command, vc-bzr-command*): Use them.
10800 (vc-bzr-with-c-locale): Remove.
10801 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10802 (vc-bzr-buffer-nonblank-p): New function.
10803 (vc-bzr-state-words): New const.
10804 (vc-bzr-state): Look for `bzr status' keywords in output.
10805 Display everything else as a warning message to the user.
10806 Fix status report with bzr >= 0.15.
10807
10808 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10809
10810 * vc-hg.el (vc-hg-global-switches): Simplify.
10811 (vc-hg-state): Handle more states.
10812 (vc-hg-diff): Fix doc-string.
10813 (vc-hg-register): New function.
10814 (vc-hg-checkout): Likewise.
10815
10816 2007-06-20 Reto Zimmermann <reto@gnu.org>
10817
10818 * progmodes/vera-mode.el: New file.
10819
10820 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
10821
10822 * calc/calc.el (calc-multiplication-has-precendence):
10823 New variable.
10824 (math-standard-ops, math-standard-ops-p, math-expr-ops):
10825 New functions.
10826 (math-expr-opers): Define using math-standard-ops rather than
10827 math-standard-opers.
10828 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10829 equal the function math-standard-ops rather than the variable
10830 math-standard-opers.
10831 (calc-algebraic-entry): Let math-expr-opers equal
10832 math-standard-ops or math-expr-ops, as appropriate.
10833 (math-expr-read-level, math-read-factor): Let math-expr-opers
10834 equal math-expr-ops.
10835 * calc/calc-embed.el (calc-embedded-finish-edit):
10836 Let math-expr-opers equal the function math-standard-ops
10837 rather than the variable math-standard-opers.
10838 * calc/calc-ext.el (math-read-plain-expr)
10839 (math-format-flat-expr-fancy): Let math-expr-opers equal the
10840 function math-standard-ops rather than the variable
10841 math-standard-opers.
10842 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10843 Let math-expr-opers equal the function math-standard-ops rather
10844 than the variable math-standard-opers.
10845 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10846 equal the function math-standard-ops rather than the variable
10847 math-standard-opers.
10848 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10849 equal the function math-standard-ops rather than the variable
10850 math-standard-opers.
10851 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10852 math-expr-ops.
10853
10854 2007-06-19 Ivan Kanis <apple@kanis.eu>
10855
10856 * vc-hg.el: New file.
10857
10858 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10861 with font-lock-multiline.
10862
10863 2007-06-17 Glenn Morris <rgm@gnu.org>
10864
10865 * lpr.el (lpr-page-header-switches): Move %s to separate element
10866 for correct quoting. Doc fix.
10867
10868 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10871 than setting sgml-xml-mode.
10872 (sgml-mode, html-mode): Set sgml-xml-mode.
10873 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10874 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10875 (sgml-electric-tag-pair-before-change-function)
10876 (sgml-electric-tag-pair-flush-overlays): New functions.
10877 (sgml-electric-tag-pair-mode): New minor mode.
10878 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10879 (sgml-calculate-indent): Use assoc-string.
10880
10881 2007-06-16 Karl Fogel <kfogel@red-bean.com>
10882
10883 * thingatpt.el (thing-at-point-email-regexp): Don't require two
10884 chars before the "@" in an email address. Andreas Roehler noticed
10885 this problem.
10886
10887 2007-06-15 Karl Fogel <kfogel@red-bean.com>
10888
10889 * thingatpt.el: Add support for email addresses (`email').
10890 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10891 (thing-at-point-email-regexp): New variable.
10892 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10893 properties on this symbol, with lambda forms for values.
10894
10895 2007-06-15 Masatake YAMATO <jet@gyve.org>
10896
10897 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10898
10899 * vc.el (vc-dired-hook): Check the backend returned from
10900 `vc-responsible-backend' can really handle `subdir'.
10901
10902 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * wid-edit.el (widget-add-documentation-string-button):
10905 Fix handling of documentation indent.
10906
10907 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
10908
10909 * mb-depth.el: New file.
10910
10911 2007-06-15 Masatake YAMATO <jet@gyve.org>
10912
10913 * vc.el (vc-dired-mode): Show backend name as part of mode name.
10914
10915 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * wid-edit.el (widget-default-create): Move ?h handling here...
10918 (widget-default-format-handler): ...from here.
10919 (widget-docstring, widget-add-documentation-string-button): New funs.
10920 (documentation-string): Add :visibility-widget property.
10921 (widget-documentation-string-value-create): Use it.
10922
10923 * cus-edit.el (custom-split-regexp-maybe): Simplify.
10924 (custom-buffer-create-internal): Simplify message.
10925 (custom-variable-tag): Reduce height to normal.
10926 (custom-variable-value-create, custom-face-value-create)
10927 (custom-visibility): New widget.
10928 (custom-visibility): New face.
10929 (custom-group-value-create):
10930 Call widget-add-documentation-string-button, using `custom-visibility'.
10931
10932 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * emacs-lisp/bytecomp.el (byte-compile-current-group)
10935 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10936 change. Apparently the "warning even if the group is implicit" is
10937 a feature rather than a bug.
10938
10939 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
10940
10941 * emulation/viper.el (viper-describe-key-ad)
10942 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10943 Compile them conditionally.
10944 (viper-version): Belated version change.
10945
10946 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * follow.el (follow-all-followers, follow-generic-filter):
10949 * pcomplete.el (pcomplete-restore-windows):
10950 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10951 (x-dnd-drop-data):
10952 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10953 * progmodes/python.el (python-complete-symbol):
10954 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10955
10956 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
10957
10958 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10959 around bright and dim regexps. Make sure bright and dim matches
10960 use word anchors. Send text through rcirc-markup functions.
10961 (rcirc-url-regexp): Add single quote character.
10962 (rcirc-connect): Write logs to disk on auto-save-hook.
10963 Make server a non-optional argument.
10964 (rcirc-log-alist): New variable.
10965 (rcirc-log-directory): Make customizable.
10966 (rcirc-log-flag): New customizable variable.
10967 (rcirc-log): New function.
10968 (rcirc-print): Use above function.
10969 (rcirc-log-write): New function.
10970 (rcirc-generate-new-buffer-name): Strip text properties.
10971 (rcirc-switch-to-buffer-function): Remove variable.
10972 (rcirc-last-non-irc-buffer): Remove variable.
10973 (rcirc-non-irc-buffer): Add function.
10974 (rcirc-next-active-buffer): Use above function.
10975 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10976 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10977 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10978 (rcirc-omit-mode): Add minor-mode.
10979 (rcirc-mode-map): Change C-c C-o binding.
10980 (rcirc-mode): Clear mode-line-process. Use a custom
10981 fill-paragraph-function. Set up buffer-invisibility-spec.
10982 (rcirc-response-formats): Remove timestamp code.
10983 (rcirc-omit-responses): Add variable.
10984 (rcirc-print): Don't put the overlay arrow on potentially omitted
10985 lines. Log line to disk. Record activity for private messages
10986 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
10987 (rcirc-jump-to-first-unread-line): Print message if there is no
10988 unread text.
10989 (rcirc-clear-unread): New function.
10990 (rcirc-markup-text-functions): Add variable.
10991 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10992 (rcirc-debug): Don't mess with window configuration.
10993 (rcirc-send-message): Send message before printing locally.
10994 Add SILENT argument, do not print message if non-nil.
10995 (rcirc-visible-buffers): New function and variable.
10996 (rcirc-window-configuration-change-1): Add function.
10997 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10998 server buffer.
10999 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11000 (rcirc-fill-paragraph): Add function.
11001 (rcirc-record-activity, rcirc-window-configuration-change-1):
11002 Only update the activity string if it has actually changed.
11003 (rcirc-update-activity-string): Remove padding characters from the
11004 mode-line string.
11005 (rcirc-disconnect-buffer): New function to be called when a
11006 channel is parted or the user quits.
11007 (rcirc-server-name): Warn when the server-name hasn't been set.
11008 (rcirc-window-configuration-change): Postpone work until
11009 post-command-hook.
11010 (rcirc-window-configuration-change-1): Update mode-line and
11011 overlay arrows here.
11012 (rcirc-authenticate): Fixc hanserv identification.
11013 (rcirc-default-server): Remove variable.
11014 (rcirc): Connect according to rcirc-connections.
11015 (rcirc-connections): Add variable.
11016 (rcirc-startup-channels-alist): Remove variable.
11017 (rcirc-startup-channels): Remove function.
11018
11019 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11022
11023 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
11024
11025 * term/xterm.el (terminal-init-xterm): Escape parens in character
11026 constants.
11027
11028 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * progmodes/sh-script.el: Remove unneeded * from docstrings.
11031 Use [:alpha:] and [:alnum:] where applicable.
11032 (sh-quoted-subshell): Rewrite to correctly
11033 handle nested mixes of `...' and $(...).
11034 (sh-apply-quoted-subshell): Remove.
11035 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11036
11037 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
11038
11039 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
11040
11041 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11042 previous change.
11043
11044 2007-06-12 Tom Tromey <tromey@redhat.com>
11045
11046 * subr.el (user-emacs-directory): New defconst.
11047 * cmuscheme.el (scheme-start-file):
11048 * shell.el (shell):
11049 * completion.el (save-completions-file-name):
11050 * custom.el (custom-theme-directory):
11051 * term/x-win.el (emacs-session-filename):
11052 * filesets.el (filesets-menu-cache-file):
11053 * thumbs.el (thumbs-thumbsdir):
11054 * server.el (server-auth-dir):
11055 * image-dired.el (image-dired-dir):
11056 (image-dired-db-file):
11057 (image-dired-temp-image-file):
11058 (image-dired-gallery-dir):
11059 (image-dired-temp-rotate-image-file):
11060 * play/gamegrid.el (gamegrid-user-score-file-directory):
11061 * savehist.el (savehist-file):
11062 * tutorial.el (tutorial--saved-dir):
11063 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11064
11065 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
11066
11067 * scroll-lock.el (scroll-lock-mode): Doc fix.
11068
11069 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11070
11071 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11072
11073 * ediff-init.el: Doc strings.
11074
11075 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11078 (byte-compile-file): Bind it.
11079 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11080 group argument is provided implicitly.
11081 (byte-compile-format-warn, byte-compile-from-buffer)
11082 (byte-compile-insert-header): Don't hardcode point-min==1.
11083 (byte-compile-file-form-require): Remove unused var old-load-list.
11084 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11085
11086 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11087
11088 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11089 Display error messages.
11090 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11091 Get rid of cl.el dependencies.
11092
11093 * emulation/viper-init.el (viper-suppress-input-method-change-message):
11094 New variable.
11095 (viper-activate-input-method-action)
11096 (viper-inactivate-input-method-action):
11097 Use viper-suppress-input-method-change-message.
11098
11099 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11100 for C-s, C-r.
11101
11102 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11103 Use viper-replace-overlay-cursor-color instead of
11104 viper-replace-overlay-cursor-color.
11105 (viper-sit-for-short): Use sit-for with 3 arguments.
11106
11107 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11108 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11109 to gud-mode.
11110
11111 * ediff-mult.el (ediff-meta-buffer-brief-message)
11112 (ediff-meta-buffer-verbose-message): New variables.
11113 (ediff-meta-buffer-message): Variable deleted.
11114 (ediff-verbose-help-enabled): New variable.
11115 (ediff-toggle-verbose-help-meta-buffer): New function.
11116 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11117 message options.
11118
11119 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11120 (ediff-fixup-patch-map): Improve heuristic.
11121
11122 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11125 (log-view-font-lock-keywords): Simplify.
11126 (log-view-current-file, log-view-current-tag): Simplify.
11127
11128 2007-06-12 Sam Steingold <sds@gnu.org>
11129
11130 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11131
11132 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
11133
11134 * desktop.el (desktop-load-locked-desktop): New option.
11135 (desktop-read): Use it.
11136 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11137 Use `when'.
11138
11139 2007-06-12 Davis Herring <herring@lanl.gov>
11140
11141 * desktop.el (desktop-save-mode-off): New function.
11142 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11143 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11144 (desktop-claim-lock, desktop-release-lock): New functions.
11145 (desktop-kill): Tell `desktop-save' that this is the last save.
11146 Release the lock afterwards.
11147 (desktop-buffer-info): New function.
11148 (desktop-save): Use it. Run `desktop-save-hook' where the doc
11149 says to. Detect conflicts, and manage the lock.
11150 (desktop-read): Detect conflicts. Manage the lock.
11151
11152 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11155
11156 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11157 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
11158 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11159 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11160 keysyms rather than byte sequences.
11161 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11162
11163 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * font-lock.el (font-lock-add-keywords): In case font-lock was only
11166 half-activated, forcefully activate it completely.
11167
11168 2007-06-11 Richard Stallman <rms@gnu.org>
11169
11170 * cus-edit.el (custom-variable-type): Doc fix.
11171
11172 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11175 (sh-font-lock-flush-syntax-ppss-cache): New functions.
11176 (sh-font-lock-syntactic-keywords): Use them to distinguish the
11177 different possible cases for \'.
11178
11179 * complete.el (PC-bindings): Don't bind things already bound in the
11180 parent keymap.
11181
11182 * textmodes/bibtex-style.el: New file.
11183
11184 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
11185
11186 * vc-bzr.el: New file.
11187
11188 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * vc-svn.el (vc-svn-program): New var.
11191 (vc-svn-command): Use it.
11192
11193 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
11194
11195 * server.el (server-switch-buffer): Remove redundant check.
11196
11197 2007-06-10 Martin Rudalics <rudalics@gmx.at>
11198
11199 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11200 Match against file-name-nondirectory.
11201 Fix text on user customization variables.
11202 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11203
11204 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11205
11206 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11207
11208 2007-06-09 Davis Herring <herring@lanl.gov>
11209
11210 * desktop.el (desktop-minor-mode-table): Doc fix.
11211
11212 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * textmodes/css-mode.el (css-navigation-syntax-table):
11215 Use set-char-table-range so it also works in the unicode branch.
11216
11217 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
11218
11219 * help-mode.el (help-xref-forward-stack)
11220 (help-xref-stack-forward-item, help-forward-label): New variables.
11221 (help-forward): New button type.
11222 (help-setup-xref): Initialise help-xref-forward-stack.
11223 (help-make-xrefs): Add forward button, if appropriate.
11224 (help-xref-go-back): Push item on forward stack.
11225 (help-xref-go-forward, help-go-forward): New functions.
11226
11227 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
11228
11229 * dired.el (dired-mode-map): Remove spurious separator.
11230
11231 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11232
11233 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11234
11235 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11236 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11237
11238 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
11239
11240 * textmodes/org.el: Version number fixed.
11241
11242 2007-06-07 Glenn Morris <rgm@gnu.org>
11243
11244 * version.el (emacs-copyright): New constant.
11245 * startup.el (fancy-splash-tail): Use emacs-copyright.
11246 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11247
11248 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11249 `make-local'.
11250 (byte-compile-warnings-safe-p): Add `make-local'.
11251 (byte-compile-make-variable-buffer-local):
11252 Allow byte-compile-warnings to suppress this warning.
11253
11254 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11255 format of "menu" description.
11256 (tutorial--find-changed-keys): Describe the specific menu a
11257 command is in.
11258
11259 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11260 Rewrite compatibility functions to silence byte-compiler.
11261
11262 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11263
11264 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11265 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11266
11267 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11268
11269 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11270
11271 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11272
11273 * progmodes/ebrowse.el (ebrowse-member-table):
11274 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11275 (org-batch-agenda-csv): Fix typos in docstrings.
11276
11277 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11278
11279 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11280 (sort-coding-systems, search-unencodable-char): Doc fixes.
11281 (coding-system-change-eol-conversion, set-default-coding-systems)
11282 (prefer-coding-system, find-multibyte-characters, princ-list)
11283 (leim-list-entry-regexp, set-input-method, locale-language-names)
11284 (input-method-exit-on-first-char, exit-language-environment-hook)
11285 (locale-charset-language-names): Fix typos in docstrings.
11286
11287 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * pgg.el (pgg-sign-region, pgg-sign):
11290 * ses.el (ses-call-printer):
11291 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11292 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11293
11294 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11295
11296 * textmodes/org.el (org-export-region-as-html)
11297 (org-replace-region-by-html, org-number-to-letters)
11298 (org-table-fedit-finish, org-normalize-color)
11299 (org-table-fedit-ref-right, org-date-to-gregorian)
11300 (org-table-fedit-move, org-table-convert-refs-to-rc)
11301 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11302 (org-write-agenda, org-colgroup-info-to-vline-list)
11303 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11304 (org-indent-line-function, org-export-as-html-to-buffer)
11305 (org-store-agenda-views, org-update-mode-line)
11306 (org-find-if, org-delete-all)
11307 (org-table-fedit-convert-buffer, org-emphasize)
11308 (org-uniquify, org-table-fedit-lisp-indent)
11309 (org-table-fedit-scroll, org-get-todo-sequence-head)
11310 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11311 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11312 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11313 (org-table-fedit-line-up, org-table-fedit-ref-down)
11314 (org-table-formula-from-user, org-mode-flyspell-verify)
11315 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11316 (org-table-formula-to-user, org-diary-to-ical-string)
11317 (orgtbl-export, org-table-fedit-post-command)
11318 (org-closed-in-range, org-shiftcontrolright)
11319 (org-table-convert-refs-to-an, org-table-hline-and-move)
11320 (org-table-formula-less-p, org-format-table-ascii)
11321 (org-agenda-get-sexps, org-shift-refpart)
11322 (org-diary-sexp-entry, org-time-string-to-absolute)
11323 (org-table-show-reference, org-letters-to-number)
11324 (org-fix-agenda-info, org-table-fedit-ref-up)
11325 (org-table-fedit-shift-reference, org-table-fedit-abort)
11326 (org-closest-date, org-shiftcontrolleft)
11327 (org-at-heading-or-item-p, org-rematch-and-replace)
11328 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11329 New functions.
11330 (org-table-edit-scroll-down, org-finish-edit-formulas)
11331 (org-table-edit-next-field, org-abort-edit-formulas)
11332 (org-font-lock-level, org-export-find-first-heading-line)
11333 (org-table-edit-line-down, org-table-edit-backward-field)
11334 (org-edit-formula-lisp-indent, org-table-edit-move)
11335 (org-check-log-option, org-this-word)
11336 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11337 (org-agenda-file-to-end, org-expand-file-name)
11338 (org-fake-empty-table-line, org-table-edit-scroll)
11339 (org-toggle-log-option, org-show-reference): Function removed.
11340 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11341 New defsubsts.
11342 (org-unmodified, org-batch-store-agenda-views)
11343 (org-batch-agenda-csv): New macro.
11344 (org-agenda-export): New customization group.
11345 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11346 (org-highest-priority, org-agenda-exporter-settings)
11347 (org-log-done-with-time, org-replace-disputed-keys)
11348 (org-format-latex-header, org-export-table-header-tags)
11349 (org-cycle-separator-lines, org-export-table-data-tags)
11350 (org-icalendar-include-sexps)
11351 (org-empty-line-terminates-plain-lists)
11352 (org-log-repeat, org-special-ctrl-a)
11353 (org-table-use-standard-references, org-disputed-keys)
11354 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11355 (org-agenda-export-html-style): New option.
11356 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11357 (org-CUA-compatible): Option removed.
11358 (org-agenda-structure, org-sexp-date): New face.
11359 (org-todo-keywords-for-agenda, org-not-done-keywords)
11360 (org-planning-or-clock-line-re, org-agenda-name)
11361 (org-table-colgroup-info, org-todo-sets)
11362 (constants-unit-system, org-clock-mode-line-entry)
11363 (org-mode-line-timer, org-table-current-begin-pos)
11364 (org-todo-keywords-1, org-mode-line-string)
11365 (org-table-clean-did-remove-column, org-table-fedit-map)
11366 (org-clock-heading, org-table-buffer-is-an)
11367 (org-agenda-info, org-done-keywords)
11368 (org-done-keywords-for-agenda, org-todo-heads)
11369 (org-todo-kwd-alist, org-clock-start-time): New variable.
11370 (org-todo-kwd-priority-p, org-edit-formulas-map)
11371 (org-repeat-re, org-todo-kwd-max-priority)
11372 (org-version, org-done-string)
11373 (org-table-clean-did-remove-column-1, org-disputed-keys):
11374 Remove variables.
11375 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11376 (org-ts-lengths): Constant removed.
11377 (org-follow-gnus-link): Don't ask how many articles to read.
11378 (org-export-find-first-export-line): Rename from
11379 `org-export-find-first-heading'.
11380 Use `org-export-skip-text-before-1st-heading'.
11381 (org-table-fedit-post-command): Rename from
11382 `org-table-edit-formulas-post-command'.
11383 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11384 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11385 (org-table-fedit-lisp-indent): Rename from
11386 `org-edit-formula-lisp-indent'.
11387 (org-table-show-reference): Rename from `org-show-reference'.
11388 (org-table-store-formulas): Use `org-table-formula-less-p'.
11389 (org-table-edit-formulas): Position cursor to current field equation.
11390 (org-update-checkbox-count, org-hide-archived-subtrees)
11391 (org-timestamp-up-day, org-timestamp-down-day)
11392 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11393 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11394 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11395 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11396 Let `org-on-heading-p' also check for invisible heading.
11397 (org-read-date): Match am/pm times.
11398 (org-eval-in-calendar): Fix default date in prompt.
11399
11400 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11401
11402 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11403 "ChangeLog.a" entries, giving the latter lower priority.
11404
11405 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11406
11407 * faces.el (face-id): If the argument is a face alias,
11408 return the ID of the target face.
11409
11410 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11411
11412 * net/socks.el (top): Remove unnecessary copyright line.
11413
11414 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11417
11418 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11419
11420 * net/socks.el: New file, taken from w3 repository.
11421 (top): Update Copyright. Don't load cl.el.
11422 (all): Replace `case' by `cond', `string-to-int' by
11423 `string-to-number', and `process-kill-without-query' by
11424 `set-process-query-on-exit-flag'.
11425 (socks-char-int): Remove defalias and all occurrences.
11426
11427 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11430 Fix typos in docstrings.
11431 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11432 (compilation-finish-function): Fix typo in obsolescence declaration.
11433
11434 2007-06-03 Sam Steingold <sds@gnu.org>
11435
11436 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11437 handle unending automatic recompilation of changed files (`omake -P').
11438 (compilation-loop): VISITED is now 5th CDR.
11439 (compilation-next-error-function): Set TIMESTAMP.
11440
11441 2007-06-03 Sam Steingold <sds@gnu.org>
11442
11443 * files.el (kill-buffer-ask): New function.
11444 (kill-some-buffers): Use it.
11445 (kill-matching-buffers): New user command.
11446
11447 2007-06-01 David Kastrup <dak@gnu.org>
11448
11449 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11450 Change default to `top'.
11451
11452 2007-05-31 Richard Stallman <rms@gnu.org>
11453
11454 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11455
11456 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * textmodes/css-mode.el: New file.
11459
11460 2007-05-30 Michael Olson <mwolson@gnu.org>
11461
11462 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11463 died and we are trying to send a signal to it. The program using
11464 tq.el should periodically check to see whether the process has
11465 died and react appropriately -- this is not the responsibility of
11466 tq.el, and is consistent with the rest of the tq.el source code.
11467
11468 2007-05-29 Martin Rudalics <rudalics@gmx.at>
11469
11470 * textmodes/table.el (table--point-entered-cell-function)
11471 (table--point-left-cell-function):
11472 Bind `inhibit-point-motion-hooks' to t.
11473
11474 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11475
11476 * emacs-lisp/rx.el (rx): Doc fix.
11477
11478 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
11479
11480 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
11481
11482 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
11483
11484 Sync with Tramp 2.0.56.
11485
11486 * net/tramp.el:
11487 * net/tramp-ftp.el:
11488 * net/tramp-smb.el:
11489 * net/tramp-util.el:
11490 * net/tramp-vc.el:
11491 Don't load cl.el, because that pollutes the namespace. Replace cl
11492 macros by their implementations where necessary. Requested by
11493 Richard Stallman <rms@gnu.org>.
11494
11495 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
11496 doesn't exist.
11497 (with-parsed-tramp-file-name): Protect debug spec during compilation.
11498 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
11499 (tramp-file-name-p, tramp-file-name-multi-method)
11500 (tramp-file-name-method, tramp-file-name-user)
11501 (tramp-file-name-host, tramp-file-name-localname): New defuns,
11502 replacing defstruct `tramp-file-name'.
11503 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
11504 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
11505 Apply `vector' instead of `make-tramp-file-name'.
11506 (tramp-handle-make-auto-save-file-name):
11507 Apply `tramp-temporary-file-directory' for compatibility reasons.
11508 (tramp-completion-mode): Use `natnump' instead of `wholenump'
11509 because of XEmacs.
11510 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
11511 started.
11512
11513 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
11514
11515 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
11516
11517 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
11518
11519 * log-edit.el (log-edit-changelog-paragraph): Return point-max
11520 as the end of the ChangeLog paragraph when it ends without a line
11521 termination.
11522
11523 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
11524
11525 * net/webjump.el (webjump-sample-sites):
11526 Add simple Wikipedia query.
11527
11528 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
11531 compatibility code.
11532
11533 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
11534 (copyright-update-year): Use it.
11535
11536 * edmacro.el (edmacro-format-keys): Use current-active-maps.
11537
11538 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
11539 Add indentation and debugging info. Fix up comment convention.
11540
11541 * cus-dep.el (custom-make-dependencies): Simplify.
11542
11543 * composite.el (compose-region, decompose-region):
11544 Use inhibit-read-only and restore-buffer-modified-p.
11545
11546 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
11547 (xterm-mouse-event): Use it.
11548
11549 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
11550
11551 * bs.el (bs-cycle-previous): Don't modify the cycle list until
11552 `switch-to-buffer' has returned succesfully.
11553 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
11554 window is dedicated (it could iconify the frame).
11555
11556 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
11557
11558 * vc-hooks.el (vc-find-root): Fix file attribute test.
11559
11560 2007-05-24 Richard Stallman <rms@gnu.org>
11561
11562 * textmodes/flyspell.el (flyspell-correct-word-before-point):
11563 Don't let opoint be nil.
11564 (flyspell-emacs-popup): Explicit error if no dialogs.
11565
11566 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
11567
11568 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
11569 (image-next-line, image-previous-line, image-scroll-up)
11570 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
11571 New functions.
11572 (image-mode-map): Remap motion commands.
11573 (image-mode-text-map): New keymap for viewing images as text.
11574 (image-mode): Use image-mode-map.
11575 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
11576
11577 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * textmodes/fill.el (canonically-space-region): Make the second arg
11580 a marker if it's not already the case.
11581
11582 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11583
11584 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
11585 (tar-get-descriptor): Handle type 55, an extended pax header.
11586
11587 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
11590 to confuse outline-minor-mode.
11591
11592 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11593
11594 * tar-mode.el (tar-file-name-handler): New function.
11595 (tar-extract): Bind file-name-handler-alist to it to force
11596 find-buffer-file-type-coding-system behave as if the file being
11597 extracted existed. Use last-coding-system-used to force
11598 buffer-file-coding-system to what decode-coding-region actually
11599 used to decode the file.
11600
11601 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11602
11603 * progmodes/compile.el (compilation-handle-exit):
11604 `compilation-finish-function' may change the current buffer.
11605
11606 2007-05-22 Richard Stallman <rms@gnu.org>
11607
11608 * files.el (set-auto-mode): Doc fix.
11609
11610 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11611
11612 * help-fns.el (find-source-lisp-file): New function.
11613 (describe-function-1): Use find-source-lisp-file to find source
11614 file in compile tree.
11615
11616 2007-05-22 Eli Zaretskii <eliz@gnu.org>
11617
11618 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11619
11620 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
11621
11622 * emacs-lisp/easy-mmode.el (define-minor-mode)
11623 (easy-mmode-define-navigation): Fix typos in docstrings.
11624
11625 2007-05-22 Glenn Morris <rgm@gnu.org>
11626
11627 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
11628
11629 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
11630
11631 * mail/mail-extr.el (mail-extract-address-components):
11632 Recognize non-ASCII characters except for NBSP as words.
11633
11634 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
11635
11636 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
11637 (rcirc-print): Handle `window-width'.
11638 (rcirc-buffer-maximum-lines): Doc fix.
11639
11640 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
11641
11642 * image-mode.el (image-toggle-display): Don't clear image cache.
11643 Only use filename in image spec if the file is readable.
11644 Call image-refresh.
11645
11646 * image.el (image-type-from-file-name, image-type): Simplify.
11647 (image-type-auto-detected-p): Don't scan auto-mode-alist.
11648
11649 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
11650 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
11651
11652 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11653
11654 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
11655 is an error.
11656
11657 * term/linux.el (terminal-init-linux): Don't signal an error
11658 if gpm isn't running.
11659
11660 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11661
11662 * t-mouse.el: Reduce to a minor-mode macro call.
11663 (t-mouse-mode): Remove the lighter.
11664
11665 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
11666
11667 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
11668
11669 * files.el (auto-mode-alist): Change the regexp so that
11670 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
11671
11672 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
11673
11674 * Version 22.1 released.
11675
11676 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
11677
11678 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
11679 changes.
11680
11681 2007-05-19 Kevin Ryde <user42@zip.com.au>
11682
11683 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
11684
11685 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11686
11687 * textmodes/sgml-mode.el: Revert last change.
11688
11689 2007-05-18 Richard Stallman <rms@gnu.org>
11690
11691 * simple.el (push-mark): Doc fix.
11692
11693 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
11694
11695 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
11696 tpu-global-map.
11697 (tpu-original-global-map): Variable deleted.
11698 (tpu-control-keys-map): New keymap variable.
11699 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
11700 setting keymapping directly.
11701 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
11702 tpu-global-map.
11703 (tpu-edt-on): Activate the tpu-global-map.
11704 (tpu-edt-off): Deactivate the tpu-global-map.
11705
11706 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
11707
11708 * textmodes/ispell.el (ispell-get-word): Return markers
11709 for start and end positions.
11710 (ispell-word): Assume END is a marker.
11711
11712 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
11713
11714 * textmodes/sgml-mode.el (sgml-tag):
11715 Fix bug: Call sgml-transformation-function.
11716
11717 2007-05-17 Martin Rudalics <rudalics@gmx.at>
11718
11719 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
11720 modified flag of buffer. Use `inhibit-modification-hooks'.
11721
11722 2007-05-16 Richard Stallman <rms@gnu.org>
11723
11724 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11725
11726 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * files.el (magic-mode-alist, magic-fallback-mode-alist):
11729 Move the *ml, Postscript, and XmCD entries to the fallback part.
11730
11731 * files.el (magic-fallback-mode-alist):
11732 Rename from file-start-mode-alist.
11733
11734 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11735
11736 * progmodes/compile.el (compilation-handle-exit): Quote first
11737 argument of `run-hook-with-args'.
11738
11739 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
11740
11741 * buff-menu.el (Buffer-menu-sort-column):
11742 * dabbrev.el (dabbrev-upcase-means-case-search):
11743 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11744 * info.el (Info-current-subfile):
11745 * ls-lisp.el (ls-lisp-verbosity):
11746 * msb.el (msb-menu-cond):
11747 * pcvs.el (cvs-dired-use-hook):
11748 * simple.el (set-mark-command-repeat-pop):
11749 * time.el (display-time-24hr-format, display-time-mail-file):
11750 Doc fixes.
11751
11752 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11753 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11754
11755 * view.el (view-inhibit-help-message): Fix typo in docstring.
11756 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11757
11758 2007-05-16 Martin Rudalics <rudalics@gmx.at>
11759
11760 * textmodes/ispell.el (ispell-start-process): Defend against bad
11761 default-directory.
11762
11763 2007-05-14 Eli Zaretskii <eliz@gnu.org>
11764
11765 * mail/rmail.el (rmail-convert-to-babyl-format): Check
11766 content-transfer-encoding _last_, because it's its position that
11767 we need as value of base64-header-field-end.
11768
11769 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
11770
11771 * files.el (mode-require-final-newline, require-final-newline)
11772 (enable-local-variables, enable-local-eval): Doc fixes.
11773
11774 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
11775
11776 * longlines.el (longlines-mode): Make longlines-auto-wrap
11777 buffer-local. Add hooks unconditionally.
11778 (longlines-auto-wrap): Toggle wrapping.
11779 (longlines-after-change-function)
11780 (longlines-post-command-function): Check longlines-auto-wrap.
11781
11782 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
11783
11784 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11785 (xterm-mouse-translate): Use it.
11786
11787 2007-05-10 Richard Stallman <rms@gnu.org>
11788
11789 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11790 (iso-cvt-write-only): Likewise.
11791
11792 * emacs-lisp/easy-mmode.el (define-minor-mode):
11793 Fix generated doc string.
11794
11795 * startup.el (fancy-splash-text): Add URL of guided tour.
11796 Adjust horizontal and vertical whitespace.
11797
11798 * progmodes/compile.el (compilation-handle-exit):
11799 Use run-hook-with-args to run compilation-finish-functions.
11800
11801 * files.el (file-start-mode-alist): New variable.
11802 (magic-mode-regexp-match-limit): Doc fix.
11803 (set-auto-mode): Handle file-start-mode-alist.
11804 A little cleanup of structure.
11805
11806 * dabbrev.el (dabbrev-eliminate-newlines):
11807 Renamed from dabbrev--eliminate-newlines. All uses changed.
11808
11809 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11810
11811 * man.el (Man-next-section): Don't consider the last line of the page
11812 as being part of any section.
11813
11814 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11815
11816 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11817 can take any number of values.
11818
11819 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11822 to the list of citation commands.
11823
11824 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11827
11828 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
11829
11830 * progmodes/python.el (python-font-lock-keywords)
11831 (python-open-block-statement-p, python-mode): Add support for the new
11832 "with" keyword.
11833
11834 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11837 the exact opposite of diff-goto-source.
11838
11839 * emacs-lisp/advice.el (ad-special-forms): Remove.
11840 (ad-special-form-p): Use subr-arity.
11841
11842 * newcomment.el (comment-search-forward): Make sure we search forward.
11843 (comment-enter-backward): Try and distinguish the non-matching case at
11844 EOB from the non-matching case with a missing comment-end-skip for
11845 a 2-char comment ender.
11846 (comment-choose-indent): New function extracted from comment-indent.
11847 Improve the alignment algorithm.
11848 (comment-indent): Use it.
11849
11850 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11851 XML style Processing Instructions.
11852 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
11853 (sgml-calculate-indent): Handle `pi' context.
11854
11855 * vc.el: Ensure that update-changelog issues an error when used with
11856 a backend that does not implement it.
11857 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11858 Remove `backend' argument. Use expand-file-name.
11859 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11860
11861 * progmodes/python.el (python-end-of-block): Revert last change.
11862 (python-end-of-statement): Make sure we move *forward*.
11863
11864 2007-05-08 Richard Stallman <rms@gnu.org>
11865
11866 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11867 Don't include non-self-insert commands in the exception for `-'.
11868
11869 2007-05-08 David Reitter <david.reitter@gmail.com>
11870
11871 * progmodes/python.el (python-guess-indent): Check non-nullness
11872 before comparing indent against the 2..8 interval.
11873
11874 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11875
11876 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11877 available.
11878
11879 2007-05-06 Richard Stallman <rms@gnu.org>
11880
11881 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11882
11883 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11886 rather than storing their value in the revert-buffer function.
11887
11888 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
11889
11890 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11891 when disabling t-mouse-mode.
11892
11893 2007-05-01 Davis Herring <herring@lanl.gov>
11894
11895 * calendar/timeclock.el: Update version number.
11896 (timeclock-modeline-display): Mention timeclock-use-display-time
11897 in explanatory message.
11898 (timeclock-in): Fix non-interactive workday specifications.
11899 (timeclock-log): Don't kill the log buffer if it already existed.
11900 Suppress warnings when finding the log. Don't check for a nil
11901 project twice. Run hooks after killing the buffer (if applicable).
11902 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11903 was geometric). All uses changed.
11904 (timeclock-generate-report): Support prefix argument.
11905
11906 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
11907
11908 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11909 disconnections.
11910
11911 2007-05-01 Romain Francoise <romain@orebokech.com>
11912
11913 * dired-x.el: Revert 2007-04-06 change.
11914
11915 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
11916
11917 * find-dired.el (find-dired-filter): Propertize all text down to eob.
11918
11919 2007-04-29 Richard Stallman <rms@gnu.org>
11920
11921 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11922
11923 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * progmodes/cc-mode.el (c-before-change): Use point-min rather
11926 than 1.
11927
11928 2007-04-28 Richard Stallman <rms@gnu.org>
11929
11930 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11931
11932 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
11933
11934 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11935 don't put stop on toolbar.
11936
11937 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11940
11941 2007-04-28 Eli Zaretskii <eliz@gnu.org>
11942
11943 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11944 instead of $(lisp)/mh-e.
11945
11946 2007-04-28 Glenn Morris <rgm@gnu.org>
11947
11948 * image-dired.el (image-dired-cmd-create-thumbnail-options)
11949 (image-dired-cmd-create-temp-image-options): Replace option
11950 +profile "*" with -strip.
11951
11952 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
11953
11954 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11955 Use window-start and window-end.
11956
11957 2007-04-27 Andreas Schwab <schwab@suse.de>
11958
11959 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11960
11961 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11962
11963 * textmodes/fill.el (fill-paragraph): Doc fix.
11964
11965 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
11966
11967 * locate.el (locate-in-alternate-database): Doc fix.
11968
11969 2007-04-26 Glenn Morris <rgm@gnu.org>
11970
11971 * button.el (button): Use underline if supported, else fall back
11972 to color.
11973
11974 * version.el (emacs-version): Increase to 22.1.50.
11975
11976 2007-04-25 Richard Stallman <rms@gnu.org>
11977
11978 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11979
11980 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
11981
11982 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11983 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11984 pushing mark.
11985 (idlwave-current-routine): Don't push mark.
11986
11987 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
11988
11989 * image-dired.el (image-dired-display-image): Derive image-type from
11990 filename rather than assuming jpeg, in case no resizing was needed.
11991
11992 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11993
11994 * custom.el (defface): Doc fix.
11995
11996 See ChangeLog.12 for earlier changes.
11997
11998 ;; Local Variables:
11999 ;; coding: iso-2022-7bit
12000 ;; add-log-time-zone-rule: t
12001 ;; End:
12002
12003 Copyright (C) 2007 Free Software Foundation, Inc.
12004
12005 This file is part of GNU Emacs.
12006
12007 GNU Emacs is free software; you can redistribute it and/or modify
12008 it under the terms of the GNU General Public License as published by
12009 the Free Software Foundation; either version 3, or (at your option)
12010 any later version.
12011
12012 GNU Emacs is distributed in the hope that it will be useful,
12013 but WITHOUT ANY WARRANTY; without even the implied warranty of
12014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12015 GNU General Public License for more details.
12016
12017 You should have received a copy of the GNU General Public License
12018 along with GNU Emacs; see the file COPYING. If not, write to the
12019 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12020 Boston, MA 02110-1301, USA.
12021
12022 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af