(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-01-09 Glenn Morris <rgm@gnu.org>
2
3 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
4 entry, for Windows.
5
6 2008-01-09 Tom Tromey <tromey@redhat.com>
7
8 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
9
10 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11
12 * ps-print.el: Some face attributes (like :strike-through) was not
13 being recognised. Reported by Leo <sdl.web@gmail.com>.
14 (ps-print-version): New version 6.8.2.
15 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
16 (ps-screen-to-bit-face): Fix code.
17
18 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
21 add a file-name handler.
22
23 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24
25 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
26 Rename from function bibtex-files-expand. New optional arg select.
27 (bibtex-flash-head): Allow blink-matching-delay being zero.
28 (bibtex-clean-entry): Use atomic-change-group.
29 (bibtex-format-entry): Check presence of required fields only
30 after formatting of fields. Use member-ignore-case. Do not use
31 bibtex-parse-entry. Do not use booktitle field to set a missing title.
32 (bibtex-autofill-entry): Do not call undo-boundary.
33 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
34 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
35 Parse keys if necessary.
36
37 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
38
39 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
40 quotes in case of spaces, e.g. STL containers (not pretty).
41
42 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
43
44 * progmodes/gdb-ui.el (gud-gdb-command-name):
45 Explain "--annotate=3" option is necessary for the Graphical Interface.
46
47 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
48
49 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
50 on menu bar.
51
52 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
53
54 * ffap.el (ffap-read-file-or-url): Let-bind
55 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
56
57 2008-01-08 Sven Joachim <svenjoac@gmx.de>
58
59 * vc-bzr.el: Fix typo in header.
60
61 2008-01-08 Eli Zaretskii <eliz@gnu.org>
62
63 * Makefile.in (custom-deps, finder-data): Depend on autoloads
64 instead of loaddefs.el.
65
66 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
69 gets inserted out-of-order.
70
71 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
72
73 * vc-bzr.el: Copyright and version headers update.
74 Remove some outdated comments through the whole file.
75 (vc-bzr-program-args): Remove because unused.
76 (vc-bzr-log-switches): New customization option.
77 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
78 use `vc-bzr-program-args'.
79 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
80 `vc-find-root' (patch by Andreas Hoenen).
81 (vc-bzr-status): Update regex to match latest Bzr output.
82 Remove redundant test.
83 (vc-bzr-init-version): New function.
84 (vc-bzr-unregister): Must not delete file.
85 (vc-bzr-find-version): New function.
86 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
87 a non-empty string, otherwise take head revision.
88 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
89 (vc-bzr-diff): Simpler build of the revision spec string.
90 (vc-annotate-convert-time, vc-bzr-annotate-difference):
91 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
92 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
93 (vc-bzr-dired-state-info): Only provide custom strings for
94 overloaded VC state 'edited; otherwise fallback to
95 `vc-default-dired-state-info'.
96
97 2008-01-08 Richard Stallman <rms@gnu.org>
98
99 * delsel.el (delete-selection-mode): Doc fix.
100
101 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
102
103 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
104 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
105
106 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
107 of watch expressions (only works fully with GDB 6.7 or later).
108
109 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
110
111 * time-stamp.el (time-stamp-time-zone):
112 * whitespace.el (whitespace-check-buffer-leading)
113 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
114 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
115 * progmodes/sh-script.el (sh-indentation):
116 * textmodes/ispell.el (ispell-local-pdict):
117 Add safe-local-variable properties.
118
119 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
120
121 * vc-git.el (vc-git--call): Apply `process-file' instead of
122 `call-process'.
123
124 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
125 Reported by Pete Forman <pete.forman@westerngeco.com>.
126 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
127 (tramp-handle-process-file): Handle the case where DESTINATION is
128 a consp with t as car.
129 (tramp-wait-for-output): We shall remove exactly what has been
130 find by the search.
131
132 2008-01-08 Kevin Ryde <user42@zip.com.au>
133
134 * progmodes/compile.el (compilation-error-regexp-alist-alist):
135 For perl, allow "during global destruction" at end. Add entry for
136 two-arg form of the Test module ok() func.
137
138 2008-01-08 Glenn Morris <rgm@gnu.org>
139
140 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
141 unified format.
142
143 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
144
145 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
146
147 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
148 Simplify selection of frame focusing function.
149
150 2008-01-08 Michael Olson <mwolson@gnu.org>
151
152 * textmodes/remember.el (remember-region): Fix typo in docstring.
153
154 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
155
156 * textmodes/remember.el (remember): If there is a visible region
157 [that is, the mark is active and transient mark mode is enabled]
158 then use this region for the initial contents of the *Remember*
159 buffer. Use `region-beginning' and `region-end' instead of
160 `point' and `mark'.
161
162 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
163
164 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
165 argument to vc-hg-command.
166 (vc-hg-log-view-mode): Handle the user field better.
167
168 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
171
172 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
173
174 * vc.el (vc-status-fileinfo): New defstruct.
175 (vc-status): New defvar
176 (vc-status-insert-headers, vc-status-printer, vc-status)
177 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
178 (vc-status-unmark-file, vc-status-marked-files): New functions.
179
180 * vc-hg.el (vc-hg-dir-status): New function.
181
182 2008-01-06 Martin Rudalics <rudalics@gmx.at>
183
184 * cus-edit.el (custom-tool-bar-map): Move initialization of this
185 keymap from here ...
186 (custom-mode): ... to here. Reported by Reiner Steib.
187
188 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
189
190 * obsolete/x-apollo.el: Remove file for unsupported system.
191
192 * term/x-win.el (vendor-specific-keysyms): Remove reference to
193 Apollo.
194
195 * progmodes/gud.el (gud-dgux-p): Remove.
196 (dbx): Remove reference to dgux.
197
198 * progmodes/ps-mode.el (ps-mode-print-function):
199 * ps-print.el (ps-lp-system):
200 * paths.el (rmail-spool-directory):
201 * ls-lisp.el (ls-lisp-emulation):
202 * lpr.el (lpr-lp-system):
203 * dired.el (dired-chown-program): Remove references to dgux.
204
205 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * vc.el (vc-process-sentinel): Fix apparent typo.
208 (vc-do-command): Forcefully kill any left over process.
209 Use start-file-process.
210 (vc-annotate-get-time-set-line-props): Check we don't move backward.
211
212 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/dbus.el (dbus-list-hash-table)
215 (dbus-name-owner-changed-handler): Replace "signal" by "member".
216 (dbus-check-event): Add serial number to event.
217 (dbus-handle-event): Apply return message if needed.
218 (dbus-event-serial-number): New defun.
219 (dbus-event-service-name, dbus-event-path-name)
220 (dbus-event-interface-name, dbus-event-member-name):
221 Adapt implementation to serial number.
222
223 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
224
225 * bs.el (bs--get-mode-name): Fix typo in previous change.
226
227 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
228
229 * mouse.el (mouse-popup-menubar): Fix typo.
230
231 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
232 form inside with-current-buffer.
233
234 * progmodes/antlr-mode.el (provide): Move to the end of file.
235 (require): Don't require font-lock and compile.
236 (outline-level, imenu-use-markers, imenu-create-index-function):
237 Move declarations to top level.
238 (cond-emacs-xemacs-macfn): Declare for compiler.
239
240 * vc-bzr.el (vc-bzr-root):
241 * vc-arch.el (vc-arch-root): Only set a property if the file is
242 managed by this backend.
243
244 * vc-hg.el (vc-hg-state): Support the new status code for
245 up-to-date.
246
247 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
248
249 * doc-view.el (doc-view-scroll-up-or-next-page)
250 (doc-view-scroll-down-or-previous-page): Don't scroll to the
251 top/bottom again when on the first/last page.
252
253 * doc-view.el (doc-view-scroll-up-or-next-page)
254 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
255 image-scroll-down instead of the non-image equivalents. Don't
256 rely on a signalled condition but switch pages when scrolling
257 doesn't change the vertical position anymore.
258 (doc-view-mode-map): Remap scroll-{up,down} to
259 image-scroll-{up,down}.
260
261 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
262
263 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
264 tpu-mapper command rather than load the tpu-mapper package.
265
266 * emulation/tpu-mapper.el (tpu-mapper): New command.
267 Contains all the code previously at top-level.
268
269 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * bs.el (bs--sort-by-mode, bs--get-mode-name):
272 * imenu.el (imenu-add-to-menubar):
273 * makesum.el (make-command-summary):
274 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
275 * msb.el (msb--mode-menu-cond):
276 * calc/calc-embed.el (calc-do-embedded):
277 * emacs-lisp/helper.el (Helper-describe-mode):
278 * mail/emacsbug.el (report-emacs-bug):
279 * progmodes/hideshow.el (hs-grok-mode-type):
280 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
281 * textmodes/table.el (*table--cell-describe-mode):
282 Pass mode-name through format-mode-line.
283
284 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * progmodes/ada-xref.el (ada-prj-find-prj-file):
287 * progmodes/ada-mode.el (comment-region):
288 * calendar/todo-mode.el (todo-insert-item):
289 * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
290
291 2008-01-04 Richard Stallman <rms@gnu.org>
292
293 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
294 Call byte-compile-warn-about-unresolved-functions outside
295 the with-current-buffer.
296 (byte-compile-insert-header): Use with-current-buffer.
297
298 2008-01-04 Glenn Morris <rgm@gnu.org>
299
300 * startup.el (fancy-about-screen): Remove reference to deleted
301 `fancy-splash-help-echo' variable.
302
303 * version.el (emacs-copyright): Update to 2008.
304
305 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
306 rather than mapcar.
307
308 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
309 change (merge mistake).
310
311 * doc-view.el (doc-view-search-internal): Don't use `incf'.
312
313 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
314 (bookmark-get-bookmark-record):
315 * image-mode.el (bookmark-make-cell-function)
316 (bookmark-get-filename, bookmark-get-bookmark-record)
317 (bookmark-get-position):
318 * log-view.el (vc-modify-change-comment):
319 * progmodes/grep.el (find-name-arg): Declare for compiler.
320
321 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
322
323 * savehist.el (savehist-coding-system): Default to a variant coding
324 system with explicit unix end-of-line conversion, which is safer.
325
326 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
329 * ibuffer.el (mode column): Use format-mode-line.
330
331 * server.el (server-create-window-system-frame): Remove workaround for
332 a bug that has been fixed.
333
334 2008-01-03 Magnus Henoch <magnus@zemdatav>
335
336 * net/dbus.el (dbus-name-owner-changed-handler):
337 Use dbus-unregister-object instead of dbus-unregister-signal.
338
339 2008-01-03 Drew Adams <drew.adams@oracle.com>
340
341 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
342
343 2008-01-03 Richard Stallman <rms@gnu.org>
344
345 * replace.el (occur-context-lines): New subroutine,
346 broken out of occur-engine.
347 (occur-engine): Call it.
348
349 2008-01-03 Alexandre Julliard <julliard@winehq.org>
350
351 * vc-git.el (vc-git--ls-files-state): New function.
352 (vc-git-dir-state): Use it instead of processing the status
353 results here.
354
355 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
356
357 * progmodes/grep.el (grep-find-ignored-directories):
358 Initialize from the value of vc-directory-exclusion-list.
359
360 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
361 even though we don't have a back end for darcs yet.
362
363 2008-01-02 Karl Fogel <kfogel@red-bean.com>
364
365 Change a return type, for greater extensibility. See
366 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
367 and its thread for discussion leading to this change.
368
369 * emacs-cvs/lisp/bookmark.el:
370 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
371 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
372 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
373 (bookmark-bmenu-switch-other-window): Adjust accordingly.
374 (bookmark-make-cell-function): Adjust documentation accordingly.
375
376 * emacs-cvs/lisp/image-mode.el
377 (image-bookmark-jump): Adjust return type accordingly; document.
378
379 * emacs-cvs/lisp/doc-view.el
380 (doc-view-bookmark-jump): Adjust return type accordingly; document.
381
382 2008-01-02 Miles Bader <miles@gnu.org>
383
384 * net/rcirc.el (rcirc-log-filename-function): New variable.
385 (rcirc-log): Use `rcirc-log-filename-function' to generate the
386 log-file name. Don't log anything if it returns nil.
387 (rcirc-log-write): Use `expand-file-name' when merging the
388 log-file name from the alist with rcirc-log-directory; this does
389 the right thing if the name in the alist already an absolute
390 filename. Make the log-file directory if necessary.
391
392 2007-12-29 Richard Stallman <rms@gnu.org>
393
394 * font-lock.el (font-lock-prepend-text-property)
395 (font-lock-append-text-property): Canonicalize the face and
396 font-lock-face properties.
397
398 * faces.el (facep): Doc fix.
399
400 * startup.el (fancy-startup-tail, fancy-about-text)
401 (fancy-startup-text): Regularize format of face property.
402
403 * facemenu.el (list-colors-print): Use :background and :foreground
404 instead of background-color and foreground-color.
405
406 2007-12-29 Drew Adams <drew.adams@oracle.com>
407
408 * cus-edit.el (custom-add-parent-links):
409 Fill the "Parent documentation" text.
410
411 2007-12-29 Eli Zaretskii <eliz@gnu.org>
412
413 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
414 MS-Windows and MS-DOS.
415 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
416
417 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
418
419 * vc-svn.el (vc-svn-modify-change comment): New function.
420
421 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
422
423 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
424 Do not disable undo, with-temp-buffer does it by default.
425
426 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
427
428 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
429 correctly.
430
431 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
432 with vc-state.
433 (vc-next-action): Fix vc-transfer-file call.
434
435 2007-12-31 Tom Tromey <tromey@redhat.com>
436
437 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
438 Move point to the start of the buffer.
439
440 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
441
442 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
443
444 * vc.el: State that dir-state is required to set the vc-state and
445 vc-backend properties.
446
447 2007-12-31 Martin Rudalics <rudalics@gmx.at>
448
449 * man.el (Man-default-man-entry): Make this a defun.
450 Improve guessing mechanism and handling of section numbers.
451
452 2007-12-31 Richard Stallman <rms@gnu.org>
453
454 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
455
456 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
457
458 * calc/calc-units.el (calc-convert-temperature): Ensure that units
459 are on the result even when the result is zero.
460
461 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
462
463 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
464 resistent towards wrong parameters.
465 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
466
467 2007-12-30 Richard Stallman <rms@gnu.org>
468
469 * faces.el (face-all-attributes): New function.
470
471 * faces.el (face-differs-from-default-p): Compute list of attr names
472 from face-attribute-name-alist.
473
474 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
475 (custom-face-save): Likewise.
476 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
477
478 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
479 (custom-theme-set-faces): Clear `face-override-spec' property.
480 Call `face-spec-set' with FOR-DEFFACE.
481
482 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
483
484 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
485 Use of frame as third arg is deprecated.
486 Handle `face-override-spec' property.
487 (face-spec-recalc): New function.
488 (face-spec-set-2): New function.
489 (frame-set-background-mode): Handle `face-override-spec' property.
490 Use `face-spec-recalc'.
491 (face-set-after-frame-default): Use `face-spec-recalc'.
492
493 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
494
495 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
496
497 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
498
499 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
500
501 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
502
503 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
504 'added, 'removed.
505
506 * vc.el (header coment): Better description of dir-state.
507 (vc-compatible-state): New function. Checks whether two states
508 can be in the same changeset; used with 'edited it can test whether
509 the next action for a state should be commit.
510 (vc-default-dired-state-info): Display 'removed state.
511 (vc-dired-hook): Turn off undo, this is a speed tweak.
512
513 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
514
515 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
516 Cope with the possibility that the 'C' status flag might change
517 in 0.9,6.
518
519 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
520
521 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
522
523 * files.el (cd-absolute): Fix omission bug:
524 Make `list-buffers-directory' buffer-local.
525
526 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
527
528 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
529
530 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
531
532 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
533
534 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
535 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
536 (math-yacas-compose-deriv, math-yacas-compose-taylor)
537 (math-maxima-parse-subst, math-maxima-parse-taylor)
538 (math-maxima-compose-taylor, math-maxima-compose-subst)
539 (math-maxima-compose-if, math-lang-switch-args)
540 (math-lang-compose-switch-args, math-read-giac-subscr):
541 New functions.
542 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
543 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
544 Add languages.
545 (math-vector-brackets, math-complex-format, math-variable-table)
546 (math-parse-table, math-oper-table, math-function-table)
547 (math-special-function-table, math-compose-subscr):
548 Add values for new languages.
549
550 * calc/calccomp.el (math-compose-expr): Add new languages.
551
552 * calc/calc.el (calc-language): Add languages to docstring.
553
554 * calc/calc-ext.el (calc-init-extensions): Add keybindings
555 for new languages. Autoload commands to change languages.
556
557 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
558
559 * calc/calc-menu.el (calc-modes-menu): Add new languages.
560 (calc-arithmetic-menu, calc-scientific-function-menu)
561 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
562 (calc-units-menu, calc-variables-menu, calc-stack-menu):
563 Add :active keywords.
564
565 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
566
567 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
568 returns 'ignored or 'unregistered.
569 (vc-hg-state): Pass "-A" to the status command and deal with the
570 output.
571 (vc-hg-dir-state): Pass "-A" to the status command.
572
573 2007-12-29 Richard Stallman <rms@gnu.org>
574
575 * progmodes/compile.el (compilation-start): Set initial visible
576 point properly even when compilation buffer already current.
577
578 2007-12-29 Richard Stallman <rms@gnu.org>
579
580 * files.el (conf-mode-maybe): New function.
581 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
582
583 2007-12-29 Martin Rudalics <rudalics@gmx.at>
584
585 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
586
587 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
588
589 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
590
591 2007-12-29 Richard Stallman <rms@gnu.org>
592
593 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
594 so they never do EOF.
595
596 2007-12-29 Richard Stallman <rms@gnu.org>
597
598 * faces.el (copy-face): Create the new face explicitly if it
599 does not exist already.
600
601 2007-12-29 Eli Zaretskii <eliz@gnu.org>
602
603 * simple.el (minibuffer-history, shell-command-history)
604 (set-variable-value-history):
605 * replace.el (regexp-history):
606 * international/mule-cmds.el (input-method-history):
607 * files.el (file-name-history): Add reference to history-length in
608 the doc string.
609
610 2007-12-29 Richard Stallman <rms@gnu.org>
611
612 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
613
614 2007-12-29 Jason Rumney <jasonr@gnu.org>
615
616 * find-dired.el (find-name-arg): New custom variable.
617 (find-name-dired): Use it.
618 (find-dired-find-program): Remove.
619 (find-dired): Use find-program.
620 (find-grep-dired): Use grep-program.
621
622 * progmodes/grep.el (rgrep): Use find-name-arg.
623
624 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
625
626 * progmodes/cc-vars.el (defcustom-c-stylevar):
627 Revert to pre-2007-12-12 version.
628
629 2007-12-29 Richard Stallman <rms@gnu.org>
630
631 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
632
633 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
634 Use changed.
635
636 * startup.el (fancy-splash-help-echo): Var deleted.
637 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
638 (fancy-about-screen): Don't display fancy-splash-help-echo.
639
640 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
641
642 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
643
644 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
645 to vc-hooks.el so it will be available to other modes, such as
646 speedbar.el. Also, teach it to recognize monotone state directories.
647
648 * speedbar.el: Remove this mode's fragile assumptions about
649 version-control systems. Instead, make it use logic from
650 vc-hooks.el so it will become smarter whenever VC mode does.
651
652 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
653 Fix the documentation.
654
655 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
656 Modify all instances of the dir-state back-end method to suppress
657 keeping undo lists on the buffers holding status output, which
658 can get extremely large.
659
660 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
661 so they don't do work that the default one can do instead.
662
663 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
664 states, and the new return-value convention. These are not
665 actually used yet, just set.
666
667 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
668 states when appropriate.
669
670 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
671 'unregistered when appropriate.
672
673 * vc-git.el: Document that we don't set the new states yet.
674
675 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
676 'ignored states.
677
678 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
679 appropriate.
680
681 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
682 when appropriate.
683
684 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
685
686 * thumbs.el (thumbs-call-convert): Use call-process directly
687 with thumbs-conversion-program instead of through shell-file-name
688 for better error reporting.
689
690 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
691
692 * calc/calc-aent.el (math-remove-percentsigns):
693 * calc/calccomp.el (math-to-percentsigns): Change placeholder
694 for percent signs.
695
696 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
697
698 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
699 use completion-ignored-extensions to detect files that should be
700 ignorted in VC-Dired listings, heading off lots of expensive calls
701 to (vc-state).
702
703 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
704 non-terse mode.
705 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
706 Makefile.in or Makefile.am
707
708 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
709
710 * ps-print.el (ps-mark-active-p): Fun returned back.
711 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
712 `region-active-p' for error checking.
713
714 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
715
716 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
717 Put new machinery in place to support editing of change comments
718 with 'e' in a log-view buffer. Not documented yet as this
719 only works for SCCS, RCS, and maybe CVS if you have admin
720 privileges. When we have backend support for Subversion and
721 more modern systems it will be time to write this up.
722
723 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
724
725 * international/mule-cmds.el (select-safe-coding-system):
726 When a buffer is modified, cancel the writing.
727
728 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
729
730 * log-view.el: Add Subversion and Mercurial log format samples.
731
732 * vc.el (vc-dired-hook): Significantly speed up by arranging for
733 it to call the backend dir-state hook (if it exists)
734 exactly *once*, rather than once per each subdirectory (with
735 dired-state-info calls on all toplevel files slowing it down even
736 further). For this to work, backend dir-state methods have to
737 recurse to subdirectories. Most of them already did anyway; a few
738 needed *non*-recursion switches removed. This change mostly
739 removed code that was perversely bad and should have been shot
740 through the head years ago.
741
742 * vc-bzr.el (vc-bzr-dir-state):
743 * vc-cvs.el (vc-cvs-dir-state):
744 * vc-mcvs.el (vc-mcvs-dir-state):
745 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
746
747 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
748 multiple arguments, so generate logs sequentially when we get them.
749 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
750 headers so the various log bindings can do the right thing.
751 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
752
753 2007-12-26 Andreas Schwab <schwab@suse.de>
754
755 * font-lock.el (save-buffer-state): Make sure the state of the
756 buffer is always restored.
757
758 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
759
760 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
761
762 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
763 a variable.
764
765 * calc/calccomp.el (math-to-percentsigns): New function.
766 (math-compose-var): Handle variables with percent signs.
767 (math-compose-expr): Handle function names with percent signs.
768
769 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
770 (math-read-exprs): Handle percent signs in languages that
771 allow them.
772 (math-restore-underscores): Remove function.
773 (math-remove-percentsigns, math-restore-placeholders):
774 New functions.
775
776 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
777
778 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
779 of `mark' for error checking.
780
781 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
782
783 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
784 New functions.
785 (image-mode): Set bookmark-make-cell-function appropriately.
786
787 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
788
789 * bookmark.el (bookmark-make-cell-function): New variable.
790 (bookmark-make): Call bookmark-make-cell-function's function
791 instead of bookmark-make-cell.
792 (bookmark-get-handler, bookmark-jump-internal): New functions.
793 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
794 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
795 Use bookmark-jump-internal.
796 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
797
798 * doc-view.el (doc-view-bookmark-make-cell)
799 (doc-view-bookmark-jump): New functions.
800 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
801
802 2007-12-25 Miles Bader <miles@gnu.org>
803
804 * indent.el (indent-for-tab-command): Rigidly indent the following
805 sexp along with the current line when a prefix arg is given in the
806 non-active-region case. Specify raw prefix in interactive spec.
807 Simplify main indentation logic to get rid of the conditional call
808 to `indent-according-to-mode' (it just ended up calling
809 `indent-line-function' in all cases anyway, which can be done more
810 simply here). Remove unnecessary test of ARG in active region case.
811
812 2007-12-25 Richard Stallman <rms@gnu.org>
813
814 * allout.el (allout-region-active-p): Rename from my-region-active-p.
815 Use `use-region-p'.
816 (allout-write-file-hook-handler): Simplify code.
817
818 * ps-print.el (ps-mark-active-p): Function deleted.
819 (ps-print-preprint-region): Use (mark) for the error check.
820
821 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
822
823 * winner.el (winner-active-region): Use `mark-active' if it's defined.
824
825 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
826
827 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
828
829 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
830
831 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
832
833 * progmodes/cc-defs.el (c-region-is-active-p):
834 Use `mark-active' if it's defined.
835
836 * progmodes/cc-cmds.el (c-indent-line-or-region):
837 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
838
839 * simple.el (select-active-regions): New option.
840 (set-mark): Obey it.
841 (yank-pop-change-selection): New option.
842 (current-kill): Obey it.
843
844 * simple.el (use-region-p): Rename from `region-active-p'.
845 (region-active-p): New function.
846
847 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
848
849 * term/x-win.el (x-select-enable-primary): New option.
850 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
851
852 * mouse.el (mouse-yank-primary): New function (almost same
853 as mouse-yank-secondary).
854
855 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
856
857 * calculator.el:
858 * dframe.el:
859 * iswitchb.el:
860 * whitespace.el:
861 * winner.el:
862 * emacs-lisp/checkdoc.el:
863 * mail/feedmail.el:
864 * net/quickurl.el:
865 * obsolete/fast-lock.el:
866 * play/5x5.el:
867 * progmodes/delphi.el:
868 * progmodes/idlw-shell.el:
869 * progmodes/idlwave.el:
870 * textmodes/artist.el:
871 * textmodes/ispell.el:
872 * textmodes/texinfmt.el:
873 * textmodes/texinfo.el: Remove obsolete definitions of backward
874 compatibility macros for defcustom, defgroup, defface, when,
875 unless, with-current-buffer and with-temp-message.
876
877 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
878
879 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
880
881 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
884 indeed a process.
885
886 2007-12-23 Richard Stallman <rms@gnu.org>
887
888 * simple.el (region-active-p): New function.
889 (use-empty-active-region): New variable.
890
891 * dired-aux.el (dired): Load dired.el at run time too.
892
893 2007-12-23 Juri Linkov <juri@jurta.org>
894
895 * man.el (Man-follow-manual-reference): Fill the minibuffer's
896 default list with a full list of references.
897
898 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
899
900 2007-12-23 Andreas Schwab <schwab@suse.de>
901
902 * files.el (switch-to-buffer-other-frame): Return the buffer
903 switched to.
904
905 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
906
907 Sync with Tramp 2.1.12.
908
909 * net/tramp.el: New todo item.
910
911 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
912 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
913
914 * net/trampver.el: Update release number.
915
916 2007-12-22 Richard Stallman <rms@gnu.org>
917
918 * newcomment.el (comment-region-default): Don't triple the
919 comment starter if the first region line isn't indented enough.
920
921 2007-12-21 Martin Rudalics <rudalics@gmx.at>
922
923 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
924 specifier from format-string. Reported by Ye Wenbin.
925
926 2007-12-20 Jason Rumney <jasonr@gnu.org>
927
928 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
929 Parent group is font-lock-faces.
930 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
931 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
932 (nxml-version): Remove.
933 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
934 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
935 (nxml-processing-instruction-delimiter)
936 (nxml-processing-instruction-target)
937 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
938 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
939 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
940 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
941 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
942 (nxml-attribute-prefix, nxml-attribute-colon)
943 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
944 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
945 (nxml-attribute-value, nxml-attribute-value-delimiter)
946 (nxml-namespace-attibute-value)
947 (nxml-namespace-attribure-value-delimiter)
948 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
949 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
950 (nxml-glyph): Rename, removing -face suffix.
951 Inherit from existing font-lock faces.
952 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
953 Use new face names.
954
955 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
956 (nxml-outline-active-indicator, nxml-outline-ellipsis):
957 Rename, removing -face suffix.
958 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
959 (nxml-highlighted-colon, nxml-highlighted-slash)
960 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
961 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
962 (nxml-highlighted-qname, nxml-outline-display-heading):
963 Use new face names.
964
965 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
966
967 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
968
969 2007-12-19 Martin Rudalics <rudalics@gmx.at>
970
971 * cus-start.el (all): Use correct group name for members of
972 mode-line group.
973
974 * man.el (Man-default-man-entry): When looking for default man
975 entry title search text preceding point. Use when instead of if.
976
977 * indent.el (indent-for-tab-command): Fix doc-string typo.
978
979 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
980 vc-parent-buffer is the current buffer.
981
982 * info-look.el (info-lookup, info-lookup-setup-mode)
983 (info-lookup-make-completions): Avoid clobbering Info-history and
984 Info-history-list.
985
986 2007-12-19 Glenn Morris <rgm@gnu.org>
987
988 * progmodes/verilog-mode.el (top-level): Don't require compile.
989 (compilation-error-regexp-alist, compilation-last-buffer):
990 Define for compiler.
991 (verilog-insert-1): New function.
992 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
993 Use verilog-insert-1.
994 (verilog-surelint-off): Use next-error-last-buffer if bound.
995 Check compile buffer is live.
996
997 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
998
999 * progmodes/compile.el (compilation-start): Don't pass a FRAME
1000 argument to display-buffer.
1001
1002 2007-12-19 Jason Rumney <jasonr@gnu.org>
1003
1004 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1005 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1006 (rng-byte-compile-load, rng-write-version): Remove.
1007
1008 * nxml/rng-loc.el (rng-schema-locating-files-default)
1009 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1010 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1011
1012 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
1013
1014 * files.el (cd-absolute): Set `list-buffers-directory' in order to
1015 show correct path in buffer list.
1016
1017 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1018 (tramp-find-shell): Send only single prompt setting commands, in
1019 order to avoid double-prompt.
1020
1021 * net/tramp-compat.el (top): Require cl only when compiling.
1022 Reported by Glenn Morris <rgm@gnu.org>.
1023
1024 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1025
1026 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1027 (c-comment-continuation-stars): No longer declare with
1028 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1029 (c-block-comment-prefix): Use symbol-value to
1030 access c-comment-continuation-stars.
1031 * progmodes/cc-mode.el (c-initialize-cc-mode):
1032 Use symbol-value to access c-comment-continuation-stars.
1033
1034 2007-12-18 Mark A. Hershberger <mah@everybody.org>
1035
1036 * xml.el (xml-escape-string): New function. Escape string using
1037 xml-entity-alist.
1038 (xml-debug-print-internal): Use xml-escape-string to escape
1039 characters in attributes and in text children of elements.
1040
1041 2007-12-18 Glenn Morris <rgm@gnu.org>
1042
1043 * progmodes/cc-subword.el (c-subword-mode): Drop support for
1044 systems without define-minor-mode.
1045
1046 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1047
1048 * progmodes/verilog-mode.el: Replace all instances of
1049 string-to-int with string-to-number, insert-string with insert,
1050 and read-input with read-string.
1051 (top-level): No need to require imenu, reporter, dinotrace, vc,
1052 font-lock when compiling. Always require compile. Relegate remaining
1053 compatibility cruft to XEmacs. Don't require font-lock.
1054 (verilog-version): Remove superfluous concat.
1055 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1056 No need to define.
1057 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1058 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1059 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1060 (verilog-startup-message-displayed): These are variables, not constants.
1061 (verilog-batch-execute-func, verilog-auto-inst)
1062 (verilog-auto-inst-param): Use mapc rather than mapcar.
1063 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1064 actually defining.
1065 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1066 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1067 (verilog-modi-get-inputs, verilog-modi-get-wires)
1068 (verilog-modi-get-regs, verilog-modi-get-assigns)
1069 (verilog-modi-get-consts, verilog-modi-get-gparams)
1070 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1071 (verilog-modi-get-sub-inputs): Move inline functions earlier in
1072 the file.
1073 (sigs-in, sigs-out): Don't declare multiple times.
1074 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1075 `defvar'.
1076 (verilog-auto): Call dinotrace-unannotate-all only if bound.
1077 (verilog-module-inside-filename-p): No need to wrap fboundp test
1078 in condition-case.
1079 (reporter-submit-bug-report): Autoload it.
1080 (verilog-mark-defun): Call zmacs-activate-region only if bound.
1081 (verilog-font-customize): Call customize-apropos only if bound.
1082 (verilog-getopt-flags, verilog-auto-reeval-locals):
1083 Use make-local-variable rather than make-variable-buffer-local.
1084 (verilog-company, verilog-project, verilog-modi-cache-list):
1085 Move make-variable-buffer-local calls to top-level.
1086 (font-lock-defaults-alist): Don't define it.
1087 (verilog-need-fld): Remove.
1088 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1089 (verilog-mode): Only call make-local-hook on XEmacs.
1090 Set font-lock-defaults rather than using verilog-font-lock-init.
1091
1092 2007-12-17 Andreas Schwab <schwab@suse.de>
1093
1094 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1095 Fix comment typo.
1096
1097 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/dbus.el (dbus-name-owner-changed-handler):
1100 Use `dbus-unregister-signal' for removing old rules.
1101 Obey new structure of `dbus-registered-functions-table'.
1102
1103 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
1104
1105 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1106
1107 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1108
1109 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1110 function.
1111 (add-submenu): Only define for XEmacs.
1112 (verilog-regexp-words): Revert previous change, keep the other
1113 definition.
1114
1115 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1116
1117 * progmodes/perl-mode.el (perl-continued-statement-offset)
1118 (perl-continued-brace-offset, perl-brace-offset)
1119 (perl-brace-imaginary-offset, perl-label-offset):
1120 * progmodes/cperl-mode.el (cperl-brace-offset)
1121 (cperl-continued-brace-offset, cperl-label-offset)
1122 (cperl-continued-statement-offset)
1123 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1124 Add safe-local-variable properties.
1125
1126 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1127
1128 * progmodes/verilog-mode.el (verilog-mode-map)
1129 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1130 (verilog-colorize-include-files): Use only overlay functions so
1131 that it can work on both emacs and XEmacs.
1132 (set-extent-keymap): Remove unused defun.
1133 (verilog-kill-existing-comment, verilog-insert-date)
1134 (verilog-insert-year): Rename in order not to pollute the global
1135 namespace from kill-existing-comment, insert-date and
1136 insert-year, respectively.
1137 (verilog-set-auto-endcomments, verilog-header): Update callers.
1138
1139 * files.el (auto-mode-alist): Recognize verilog files.
1140
1141 * progmodes/verilog-mode.el (verilog-string-replace-matches)
1142 (verilog-string-remove-spaces, verilog-re-search-forward)
1143 (verilog-re-search-backward, verilog-re-search-forward-quick)
1144 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1145 (verilog-get-end-of-line, verilog-within-string): Move definitions
1146 before first use. No code changes.
1147
1148 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * progmodes/verilog-mode.el (verilog-mode-version)
1151 (verilog-mode-release-date): Don't use expanding keywords.
1152 (provide): Move to the end of file.
1153 (fboundp): Don't check if eval-when-compile is bound, it is used
1154 later in the file without checking.
1155 (when, unless): Copy definitions from subr.el.
1156 (char-before, defcustom, defface, customize-group)
1157 (verilog-batch-error-wrapper): Don't use old style backquotes.
1158 (verilog-regexp-opt): Avoid using the cl function case.
1159 (verilog-regexp-words): Remove duplicated definition.
1160 (verilog-mode-abbrev-table): Remove, duplicate.
1161 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1162 Declare and initialize in one step.
1163 (verilog-declaration-prefix-re, verilog-declaration-re)
1164 (verilog-end-of-statement, verilog-indent-declaration)
1165 (verilog-get-lineup-indent): Remove trailing whitespace.
1166 (verilog-mode): Fix autoload cookie.
1167 Set beginning-of-defun-function and end-of-defun-function. Use when
1168 instead of if.
1169 (verilog-emacs-features, verilog-auto-ascii-enum)
1170 (verilog-insert-indices): Escape braces in doc strings.
1171
1172 2007-12-08 Michael McNamara <mac@verilog.com>
1173 Wilson Snyder <wsnyder@wsnyder.org>
1174
1175 * progmodes/verilog-mode.el: New file.
1176
1177 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1178
1179 * international/latexenc.el (latexenc-find-file-coding-system):
1180 If both coding-system-for-write and buffer-file-coding-system of
1181 latex-main-file are nil, use `undecided'.
1182
1183 2007-12-06 Jason Rumney <jasonr@gnu.org>
1184
1185 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1186
1187 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1188
1189 * files.el (revert-buffer): Docstring fix.
1190
1191 2007-12-11 Glenn Morris <rgm@gnu.org>
1192
1193 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1194
1195 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1196
1197 * calc/calc-aent.el (math-restore-underscores)
1198 (math-string-restore-underscores): New functions.
1199 (math-read-factor): Properly check variable names with underscores
1200 for entries in `math-expr-variable-mapping'.
1201
1202 * calc/calc-lang.el (math-lang-name): New property name.
1203
1204 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1205 to set language name.
1206
1207 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1210
1211 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * server.el (server-select-display): Fix important typo.
1214 (server-process-filter): Turn a "" display into nil.
1215
1216 2007-12-09 Juri Linkov <juri@jurta.org>
1217
1218 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1219 Check search-upper-case before calling isearch-no-upper-case-p
1220 to set case-fold-search.
1221 (occur): Doc fix.
1222 (occur-1, perform-replace): Check search-upper-case before calling
1223 isearch-no-upper-case-p to set case-fold-search.
1224
1225 * isearch.el (search-upper-case): Doc fix.
1226 (isearch-mode-map): Bind `M-s o' to isearch-occur.
1227 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
1228 (isearch-query-replace-regexp): Doc fix.
1229 (isearch-occur): New function.
1230
1231 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1232
1233 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1234 backward compatibility.
1235
1236 * net/imap.el (imap-string-to-integer): New function.
1237
1238 2007-12-09 David Kastrup <dak@gnu.org>
1239
1240 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1241 directories. Not sure anybody uses this anymore, though.
1242
1243 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1244
1245 * printing.el: Fix pr-interface-map initialization code.
1246 (pr-version): New version 6.9.3.
1247 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1248 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1249 (pr-f-read-string): Replace by pr-read-string.
1250 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1251 name.
1252 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1253
1254 2007-12-09 Glenn Morris <rgm@gnu.org>
1255
1256 * emulation/viper-init.el (top-level): Use dolist rather than mapc
1257 in make-variable-frame-local call.
1258
1259 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1260
1261 * mail/hashcash.el (declare-function):
1262 * net/imap.el (declare-function): New no-op macro for backward
1263 compatibility.
1264
1265 2007-12-08 Eli Zaretskii <eliz@gnu.org>
1266
1267 Sync makefile.w32-in with Makefile.in.
1268
1269 * makefile.w32-in (check-declare): New target.
1270 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1271 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1272 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1273 ($(lisp)/progmodes/cc-mode.elc): Use it.
1274 ($(lisp)/progmodes/cc-mode.elc): New rule.
1275
1276 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1277
1278 * indent.el (tab-stop-list): Mark as safe-local-variable.
1279
1280 * generic-x.el (etc-sudoers-generic-mode): New mode.
1281 (generic-unix-modes): Add it.
1282
1283 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
1286 apply wildcards in a hash table key; there is no usable hash code then.
1287 (dbus-registered-functions-table): Use `equal' as test function.
1288 (dbus-name-owner-changed-handler): Rewrite due to new hash table
1289 structure.
1290
1291 2007-12-08 Martin Rudalics <rudalics@gmx.at>
1292
1293 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1294 bound error in block comment branch.
1295
1296 2007-12-08 David Kastrup <dak@gnu.org>
1297
1298 * textmodes/reftex.el (reftex-select-with-char):
1299 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1300 (reftex-toc-visit-location, reftex-toc-find-section):
1301 * textmodes/reftex-index.el (reftex-index-show-entry):
1302 * textmodes/org.el (org-cycle-hide-archived-subtrees)
1303 (org-table-rotate-recalc-marks, org-mark-ring-push)
1304 (org-follow-info-link, org-mhe-get-message-folder-from-index)
1305 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1306 (org-evaluate-time-range, org-edit-agenda-file-list):
1307 * textmodes/artist.el (artist-select-next-op-in-list)
1308 (artist-select-prev-op-in-list):
1309 * term/mac-win.el (mac-service-insert-text):
1310 * startup.el (fancy-about-screen):
1311 * progmodes/vhdl-mode.el (vhdl-decision-query):
1312 * progmodes/idlwave.el (idlwave-template)
1313 (idlwave-scroll-completions, idlwave-display-completion-list):
1314 * progmodes/ebrowse.el (ebrowse-show-progress):
1315 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1316 * progmodes/antlr-mode.el (antlr-insert-option-do):
1317 * play/mpuz.el (mpuz-close-game):
1318 * net/rcirc.el (rcirc-next-active-buffer):
1319 * mail/reporter.el (reporter-update-status):
1320 * kmacro.el (kmacro-display):
1321 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1322 * emulation/viper-util.el (viper-save-setting):
1323 * emacs-lisp/lisp-mnt.el (lm-verify):
1324 * emacs-lisp/edebug.el (edebug-set-mode):
1325 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1326 * calendar/calendar.el (calendar-print-day-of-year):
1327 * calc/calcalg3.el (calc-curve-fit):
1328 * calc/calcalg2.el (math-integral):
1329 * calc/calc.el (calc-read-key-sequence, calc-version):
1330 * calc/calc-mode.el (calc-set-simplify-mode):
1331 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1332
1333 2007-12-07 D. Goel <deego3@gmail.com>
1334
1335 * progmodes/idlw-shell.el (idlwave-shell-display-line)
1336 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1337 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1338 * mail/uce.el (uce-reply-to-uce)
1339 * progmodes/vhdl-mode.el (vhdl-template-modify)
1340 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1341 to `error' (as suggested by RMS.)
1342
1343 2007-12-07 Glenn Morris <rgm@gnu.org>
1344
1345 * allout.el (allout-write-file-hook-handler):
1346 * textmodes/reftex.el (reftex-TeX-master-file):
1347 * textmodes/reftex-parse.el (reftex-short-context):
1348 Revert previous change.
1349
1350 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1353 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1354 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1355 (dbus-event-service-name, dbus-event-path-name)
1356 (dbus-event-interface-name, dbus-event-member-name): Fix for new
1357 event structure.
1358 (dbus-list-activatable-names, dbus-list-names)
1359 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1360 Reorder `dbus-call-method' arguments.
1361
1362 2007-12-06 D. Goel <deego3@gmail.com>
1363
1364 * allout.el (allout-write-file-hook-handler):
1365 * textmodes/reftex.el (reftex-TeX-master-file):
1366 * textmodes/org.el (org-paste-subtree):
1367 * progmodes/vhdl-mode.el (vhdl-template-modify):
1368 * progmodes/idlw-shell.el (idlwave-shell-send-command)
1369 (idlwave-shell-display-line):
1370 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1371 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1372 * net/trampver.el (x):
1373 * mail/uce.el (uce-reply-to-uce):
1374 * mail/rmailout.el (rmail-output):
1375 * mail/feedmail.el (feedmail-dump-message-to-queue):
1376 * whitespace.el (whitespace-write-file-hook):
1377 * wdired.el (wdired-check-kill-buffer):
1378 * vc.el (vc-update):
1379 * vc-mcvs.el (vc-mcvs-checkin):
1380 * vc-cvs.el (vc-cvs-checkin):
1381 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1382 * ibuffer.el (ibuffer-current-buffer):
1383 * dired.el (dired-move-to-end-of-filename):
1384 * bindings.el (complete-symbol):
1385 * textmodes/org-publish.el (org-publish-file):
1386 (org-publish-current-project):
1387 * textmodes/reftex-parse.el (reftex-short-context):
1388 * textmodes/texinfmt.el: Fix buggy calls to `error'.
1389
1390 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * doc-view.el (doc-view-dvi->pdf-sentinel)
1393 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1394 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1395 within a sentinel or timer.
1396 (doc-view-display): Don't try to display before the requested page
1397 is available, unless told to do so explicitly.
1398 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1399 Force display even if the requested page is not available.
1400
1401 2007-12-06 Richard Stallman <rms@gnu.org>
1402
1403 * help-fns.el (describe-function-1): Call ad-get-advice-info
1404 only on symbols.
1405
1406 2007-12-06 Glenn Morris <rgm@gnu.org>
1407
1408 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1409 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1410 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1411 faces in non-light-background case.
1412
1413 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1414 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1415 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1416 * emulation/vi.el, emulation/viper-cmd.el:
1417 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1418 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1419 * textmodes/fill.el: Remove directory part from filenames in
1420 function declarations.
1421
1422 * dired-aux.el (mailcap-mime-info): Update declaration.
1423
1424 2007-12-05 Richard Stallman <rms@gnu.org>
1425
1426 * wid-edit.el (widget-type): Doc fix.
1427
1428 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1431 Don't match "sub { (...) ... }".
1432
1433 2007-12-05 Richard Stallman <rms@gnu.org>
1434
1435 * international/mule-cmds.el (toggle-input-method-active): New var.
1436 (toggle-input-method): Bind toggle-input-method-active to t.
1437 Error if it was already non-nil.
1438
1439 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1440
1441 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1442
1443 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1444
1445 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1446 see if certs should be verified and what is to be done in the
1447 event of a verification failure.
1448
1449 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1450
1451 * net/tls.el (tls-program): Provide more custom choices from
1452 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
1453 (tls-process-connection-type, tls-success): Remove "*" in doc string.
1454 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1455 version. Minor improvement to doc strings.
1456 (tls-program): Add comment.
1457
1458 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1459
1460 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1461 (tls-checktrust): New variable. Check if GNU TLS complained about a
1462 mismatch between the hostname provided in the certificate and the name
1463 of the host connnecting to.
1464 (open-tls-stream): Use them. Check certificates against trusted root
1465 certificates.
1466
1467 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
1468
1469 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1470 (imap-parse-status): Upcase status-att for broken servers that sends
1471 them lower-case (e.g., MS Exchange 2007).
1472
1473 2007-12-05 D. Goel <deego3@gmail.com>
1474
1475 * simple.el (undo):
1476 * image-dired.el (image-dired-display-thumb-properties):
1477 (image-dired-modify-mark-on-thumb-original-file):
1478 (image-dired-dired-display-properties):
1479 * help.el (help-window-display-message):
1480 * files.el (hack-local-variables-confirm):
1481 * ediff.el (ediff-version):
1482 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1483 `message' and `error': Ensure that first arg is a format string.
1484
1485 * emacs-lisp/find-func.el (find-library-name): Prefer files with
1486 ".el" suffix over "".
1487
1488 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
1489
1490 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1491 interface and member fields.
1492
1493 2007-12-05 Glenn Morris <rgm@gnu.org>
1494
1495 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1496 (pcomplete-here): Autoload it.
1497
1498 * eshell/em-basic.el (print-func): No need to define for compiler.
1499
1500 * eshell/esh-cmd.el (eshell-debug-command):
1501 * eshell/esh-io.el (eshell-print): Move definitions before use.
1502
1503 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1504
1505 * eshell/esh-util.el (top-level): Don't require pp.
1506 Use condition-case rather than ignore-errors.
1507
1508 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1509
1510 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1511 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1512 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1513 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1514 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1515 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1516 * eshell/esh-util.el, eshell/eshell.el: Require individual files
1517 if needed when compiling, rather than esh-maint. Collect any
1518 require statements. Move provide statement to end. Move any
1519 commentary to start.
1520
1521 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1522 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1523 * eshell/esh-proc.el, eshell/esh-var.el:
1524 Require individual files if needed when compiling, rather than
1525 esh-maint. Collect any require statements. Leave provide at start.
1526 Move any commentary to start.
1527
1528 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1529 Remove declared function from byte-compile-noruntime-functions.
1530
1531 * ediff-util.el (ediff-version):
1532 * progmodes/python.el (compilation-shell-minor-mode):
1533 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1534 (calendar-bahai-date-string, calendar-check-holidays)
1535 (calendar-chinese-date-string, calendar-coptic-date-string)
1536 (calendar-ethiopic-date-string, calendar-forward-day)
1537 (calendar-french-date-string, calendar-goto-date)
1538 (calendar-goto-today, calendar-hebrew-date-string)
1539 (calendar-islamic-date-string, calendar-iso-date-string)
1540 (calendar-julian-date-string, calendar-mayan-date-string)
1541 (calendar-persian-date-string, gnus-summary-last-subject)
1542 (parse-time-string, rmail-show-message): Declare as functions.
1543
1544 2007-12-05 Michael Olson <mwolson@gnu.org>
1545
1546 * textmodes/remember.el: Merge contents of remember-diary.el here,
1547 updating header. Add autoload cookie so that byte-compilation
1548 works without warning.
1549 (remember-diary-file): Default to nil, since diary might not yet
1550 be loaded at this point, which would deny us access to diary-file.
1551 (remember-diary-extract-entries): If remember-diary-file is nil,
1552 then use diary-file instead.
1553
1554 * textmodes/remember-diary.el: Remove, due to the issue of needing
1555 the first 8 characters of a filename to be unique.
1556
1557 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1558
1559 * net/dbus.el (dbus-hash-table=): New defun.
1560 (dbus-hash-table-test): New hash table test function, used in
1561 `dbus-registered-functions-table'.
1562 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1563 (dbus-event-service-name, dbus-event-path-name)
1564 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1565 due to new structure of `dbus-event'.
1566
1567 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1568
1569 * ido.el (ido-save-history): Set the `coding' local
1570 variable in the first line of the file.
1571
1572 2007-12-04 Glenn Morris <rgm@gnu.org>
1573
1574 * password-cache.el: Move here from gnus/password.el.
1575 (top-level): Don't require cl when compiling.
1576 (password-read-and-add): Doc fix. Make obsolete.
1577
1578 * net/tramp.el: Require password-cache or password.
1579
1580 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1581 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
1582 compiling.
1583 (cua-set-rectangle-mark): Add doc string to autoload.
1584 (cua--rectangle, cua--last-killed-rectangle)
1585 (cua--global-mark-active): Always define for compiler.
1586 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1587 (cua--delete-rectangle, cua--insert-rectangle)
1588 (cua--rectangle-corner, cua--rectangle-assert)
1589 (cua--insert-at-global-mark, cua--global-mark-post-command):
1590 Declare as functions.
1591
1592 * emulation/cua-gmrk.el (top-level): Move provide to end.
1593
1594 * emulation/cua-rect.el (top-level): Move provide to end.
1595 Don't require cua-gmrk when compiling.
1596 (cua--cut-rectangle-to-global-mark)
1597 (cua--copy-rectangle-to-global-mark): Declare as functions.
1598
1599 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1600 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1601 (viper-vi-state-cursor-color):
1602 Consolidate make-variable-frame-local calls.
1603
1604 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1605 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1606 than bbdb-address-street1,2,3.
1607
1608 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1609 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
1610
1611 2007-12-03 Karl Fogel <kfogel@red-bean.com>
1612
1613 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1614 (save-place-alist-to-file, load-save-place-alist-from-file):
1615 Don't print non-error messages at all, there's really no need.
1616 Do print if there's a problem, and clarify message in that case.
1617
1618 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1619
1620 * ediff-diff.el (ediff-prepare-error-list):
1621 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1622
1623 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
1624
1625 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1626 (doc-view-current-overlay, doc-view-pending-cache-flush):
1627 Add doc string.
1628
1629 2007-12-03 Richard Stallman <rms@gnu.org>
1630
1631 * subr.el (declare-function): Move from byte-run.el.
1632
1633 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1634
1635 * window.el (recenter-top-bottom): Don't use `ecase'.
1636
1637 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1638
1639 * saveplace.el (save-place-alist-to-file):
1640 Set coding-system-for-write once and refer to it throughout.
1641 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1642
1643 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1644
1645 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1646 system when writing, and set it in the first-line file variables.
1647 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1648 Juanma Barranquero.
1649
1650 2007-12-02 Glenn Morris <rgm@gnu.org>
1651
1652 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1653 Reverse branches of if statement.
1654
1655 * emulation/viper-cmd.el (top-level): Don't require advice.
1656 Don't load viper-util, viper-keym, viper-mous, viper-macs,
1657 viper-ex when compiling.
1658
1659 * emulation/viper-ex.el (top-level): Don't load viper-util,
1660 viper-keym when compiling.
1661
1662 * emulation/viper-init.el (top-level): Move provide statement to end.
1663
1664 * emulation/viper-keym.el (top-level): Don't load viper-util when
1665 compiling. Move provide statement to end.
1666
1667 * emulation/viper-macs.el (top-level): Don't load viper-util,
1668 viper-keym, viper-mous when compiling.
1669
1670 * emulation/viper-mous.el (top-level): Don't load viper-util when
1671 compiling.
1672
1673 * emulation/viper-util.el (top-level): Don't load viper-init when
1674 compiling.
1675
1676 * emulation/viper.el (top-level): Don't require ring.
1677 Don't load viper-init, viper-cmd when compiling.
1678
1679 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1680 Move here from gnus/.
1681
1682 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1683
1684 Offer option for saveplace to be quiet about loading and saving.
1685 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1686
1687 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1688 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1689 to determine whether to print loading/saving messages.
1690
1691 2007-12-02 Glenn Morris <rgm@gnu.org>
1692
1693 * mail/binhex.el: Move here from gnus/.
1694 (binhex): New custom group.
1695 (binhex-decoder-program, binhex-decoder-switches)
1696 (binhex-use-external): Move to the binhex custom group.
1697
1698 * mail/uudecode.el: Move here from gnus/.
1699 (uudecode): New custom group.
1700 (uudecode-decoder-program, uudecode-decoder-switches)
1701 (uudecode-use-external): Move to the uudecode custom group.
1702
1703 * net/netrc.el (top-level): Don't load `encrypt' features.
1704 (netrc-parse): Don't use encrypt.
1705 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1706
1707 * progmodes/python.el (top-level): Don't require cl when compiling.
1708
1709 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
1710
1711 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1712 encoding for aspell process and for communication with it.
1713 Only add "-d" option if not already present.
1714 Use ispell-current-dictionary and ispell-current-personal-dictionary.
1715 General reorganization.
1716
1717 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1718 encoding here.
1719 (ispell-start-process): Explicitly set encoding here if using aspell.
1720
1721 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1724 function to log-edit.
1725
1726 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1727
1728 * net/dbus.el: New file.
1729
1730 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
1731
1732 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1733 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1734 (calc-lang-parens-are-subscripts): New variables.
1735 (math-expr-special-function-mapping): Remove variable.
1736 (math-eqn-ignore-words, math-tex-ignore-words)
1737 (math-latex-ignore-words): Move to calc-lang.el.
1738
1739 * calc/calc-lang.el (math-compose-vector, math-compose-var)
1740 (math-tex-expr-is-flat): Declare as functions.
1741 (calc-lang-slash-idiv, calc-lang-allow-underscores)
1742 (math-comp-left-bracket, math-comp-right-bracket)
1743 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1744 (math-var-formatter, math-matrix-formatter)
1745 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1746 (math-punc-table, math-compose-subscr, math-dots)
1747 (math-func-formatter): New property names to store language
1748 specific information.
1749 (math-compose-tex-var, math-compose-tex-intv)
1750 (math-compose-maple-intv, math-compose-eqn-intv)
1751 (math-compose-tex-sum, math-compose-tex-func)
1752 (math-compose-tex-intv): New functions.
1753 (math-eqn-ignore-words, math-tex-ignore-words)
1754 (math-latex-ignore-words): Move from calc.el.
1755 (math-special-function-table): Add entries for tex.
1756 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1757 New variables.
1758 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1759 (math-compose-tex-matrix, math-compose-eqn-matrix)
1760 (math-eqn-special-functions): Move from calccomp.el.
1761
1762 * calc/calccomp.el (math-compose-var): New function.
1763 (math-compose-expr): Allow more special functions to be used.
1764 Change test for formatting fractions. Use variables and property
1765 names to help with language specific formatting.
1766 (math-compose-tex-matrix, math-compose-eqn-matrix)
1767 (math-eqn-special-functions): Move to calc-lang.el.
1768 (math-compose-rows): Use property names to help with language
1769 specific formatting.
1770
1771 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1772 into nested subscripts.
1773 (math-read-token): Use variables and property names to help with
1774 language specific parsing.
1775 (math-read-expression-level): Use variables to help with language
1776 specific parsing.
1777
1778 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1781 (archive-rar-summarize): Allow the file name to be passed as argument.
1782 Remove unused vars `header' and `footer'.
1783 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1784
1785 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1786
1787 * log-edit.el (log-edit-show-diff): New function.
1788 (log-edit-mode-map, log-edit-menu): Bind it.
1789 (log-edit-diff-function): New variable.
1790 (log-edit): Change the 3rd param to be an alist and accept a
1791 function that computes a diff for the files involved.
1792
1793 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1794
1795 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1796
1797 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1798 wrap next-/previous-line in with-no-warnings.
1799
1800 2007-12-01 Glenn Morris <rgm@gnu.org>
1801
1802 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1803
1804 * net/dig.el: Move here from gnus/.
1805 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1806
1807 * net/dns.el: Move here from gnus/.
1808 (top-level): Don't require mm-util, or cl when compiling.
1809 (dns-write-name, dns-read, dns-read-type, query-dns):
1810 Replace mm-with-unibyte-buffer with its expansion.
1811 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1812
1813 * progmodes/gdb-ui.el (gud-remove, gud-break):
1814 * progmodes/gud.el (gdb-create-define-alist)
1815 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1816 (hl-line-highlight, gdb-display-source-buffer)
1817 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1818 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1819
1820 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1823 Move args on defun line.
1824
1825 * textmodes/org.el (org-calendar-holiday):
1826 Use calendar-check-holidays instead of the obsolete
1827 check-calendar-holidays.
1828 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1829 (bbdb-company, bbdb-current-record, bbdb-name)
1830 (bbdb-record-getprop, bbdb-record-name)
1831 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1832 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1833 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1834 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1835 (mh-header-display, mh-index-previous-folder)
1836 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1837 (mh-show-buffer-message-number, mh-show-header-display)
1838 (mh-show-msg, mh-show-show, mh-visit-folder)
1839 (org-export-latex-cleaned-string, remember)
1840 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1841 (rmail-what-message, elmo-folder-exists-p)
1842 (elmo-message-entity-field, elmo-message-field)
1843 (vm-beginning-of-message, vm-follow-summary-cursor)
1844 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1845 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1846 (vm-summarize, wl-folder-get-elmo-folder)
1847 (wl-summary-goto-folder-subr)
1848 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1849 (wl-summary-line-subject, wl-summary-message-number)
1850 (wl-summary-redisplay): Declare as functions.
1851
1852 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1853
1854 * longlines.el (longlines-show-hard-newlines): Remove handling of
1855 buffer-undo-list and buffer-modified status.
1856 (longlines-show-region, longlines-unshow-hard-newlines):
1857 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1858 inhibit-modification-hooks here to avoid that a buffer appears
1859 modified when toggling visibility of hard newlines.
1860
1861 2007-11-30 Glenn Morris <rgm@gnu.org>
1862
1863 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1864
1865 * progmodes/idlw-complete-structtag.el
1866 (idlwave-sintern-structtag):
1867 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1868 (idlwave-sintern-sysvartag):
1869 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1870 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1871 functions.
1872
1873 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1874
1875 * textmodes/reftex-index.el (texmathp):
1876 * textmodes/reftex-auc.el (TeX-argument-insert)
1877 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1878 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1879 (LaTeX-label-list):
1880 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1881 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1882 functions.
1883 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1884
1885 2007-11-30 Glenn Morris <rgm@gnu.org>
1886
1887 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1888 argument and document it.
1889
1890 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1891 Third argument to declare-function must be a list to specify arglist.
1892
1893 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1894 Handle declare-function third argument `t' and fourth argument.
1895 (check-declare-verify): Doc fix. Handle `fileonly' case.
1896 Use progn rather than prog1.
1897
1898 * desktop.el (uniquify-item-base):
1899 * term/mac-win.el (url-type): Declare as functions.
1900
1901 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1902 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1903 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1904 fourth arg to declare-function.
1905
1906 * play/dunnet.el: Don't require cl when compiling.
1907 (byte-compile-warnings): Set via file local variables.
1908 (dun-parse): Let-bind `beg' and `line'.
1909
1910 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1911
1912 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1913
1914 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1915
1916 * calendar/time-date.el (encode-time-value): Doc fix.
1917
1918 2007-11-29 Glenn Morris <rgm@gnu.org>
1919
1920 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1921
1922 * textmodes/css-mode.el (prog-mode): Remove.
1923 (css-mode): Derive from fundamental-mode rather than prog-mode.
1924
1925 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1926
1927 * emacs-lisp/check-declare.el (check-declare-locate)
1928 (check-declare-verify): Handle `external' files.
1929 (check-declare-errmsg): New function.
1930 (check-declare-verify, check-declare-file, check-declare-directory):
1931 Use check-declare-errmsg to report the number of problems.
1932
1933 * ffap.el (w3-view-this-url)
1934 * mail/mspools.el (vm-visit-folder)
1935 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1936 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1937 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1938 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1939 (bbdb-records)
1940 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1941 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1942 (sasl-make-client, sasl-next-step, sasl-step-data)
1943 (sasl-step-set-data)
1944 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1945 (htmlr-step): Declare as functions.
1946
1947 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1948 Use bbdb-address-zip rather than bbdb-address-zip-string.
1949
1950 2007-11-28 Richard Stallman <rms@gnu.org>
1951
1952 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1953 Move here from gnus/.
1954
1955 2007-11-28 Martin Rudalics <rudalics@gmx.at>
1956
1957 * newcomment.el (comment-region-internal): Fix newline insertion
1958 in `block' case.
1959
1960 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
1963
1964 2007-11-28 Glenn Morris <rgm@gnu.org>
1965
1966 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
1967 delete .elc files.
1968
1969 * nxml/char-name/unicode: Move to etc/nxml/.
1970 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
1971
1972 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
1973 Declare as a function.
1974
1975 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
1976 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
1977 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
1978
1979 * nxml/nxml-outln.el (nxml-token-start-tag-p)
1980 (nxml-token-end-tag-p): Move definitions before use.
1981
1982 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
1983
1984 * nxml/nxml-uchnm.el (top-level)
1985 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
1986 (nxml-enabled-unicode-blocks): Add custom group.
1987
1988 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
1989 Use string-to-number rather than string-to-int.
1990
1991 * dired-x.el (dired-omit-old-add-entry): Declare as function.
1992 Move definition before use.
1993 (dired-old-find-buffer-nocreate): Declare as function.
1994
1995 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
1996 (check-declare-verify): Handle fset.
1997
1998 * emulation/edt.el (edt-user-emulation-setup):
1999 Test edt-setup-user-bindings is bound before calling.
2000
2001 * emulation/tpu-edt.el: Don't require cl when compiling.
2002 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2003 (tpu-edt-off): Use condition-case rather than ignore-errors.
2004 Use with-no-warnings.
2005
2006 * eshell/esh-util.el (top-level): Use require rather than load for
2007 ange-ftp.
2008
2009 * mail/supercite.el (sc-version): Redefine as an alias for
2010 emacs-version.
2011 (sc-help-address): Remove.
2012 (sc-version): Use emacs-version rather than sc-version.
2013 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2014
2015 * net/socks.el (socks-original-open-network-stream): Declare as
2016 function. Move definition before use.
2017
2018 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2019
2020 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2021 (math-make-frac): Declare as functions.
2022
2023 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
2024
2025 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2026 Pacify byte compiler.
2027 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2028
2029 * progmodes/idlwave.el (idlwave-shell-get-path-info)
2030 (idlwave-shell-temp-file, idlwave-shell-is-running)
2031 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2032 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2033 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2034 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2035 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2036 (idlwave-completing-read, idlwave-current-routine)
2037 (idlwave-downcase-safe, idlwave-entry-find-keyword)
2038 (idlwave-expand-keyword, idlwave-find-class-definition)
2039 (idlwave-find-inherited-class, idlwave-find-struct-tag)
2040 (idlwave-get-buffer-visiting, idlwave-in-quote)
2041 (idlwave-make-full-name, idlwave-members-only)
2042 (idlwave-popup-select, idlwave-routine-source-file)
2043 (idlwave-routines, idlwave-sintern-class)
2044 (idlwave-sintern-keyword, idlwave-sintern-method)
2045 (idlwave-sintern-routine-or-method)
2046 (idlwave-substitute-link-target, idlwave-sys-dir)
2047 (idlwave-this-word, idlwave-what-module-find-class)
2048 (idlwave-where):
2049 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2050 * mail/uce.el (rmail-msg-is-pruned)
2051 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2052 (rmail-toggle-header):
2053 * mail/sendmail.el (dired-view-file, dired-get-filename):
2054 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2055 (rmail-display-labels, rmail-msgbeg)
2056 (rmail-set-message-deleted-p, rmail-message-labels-p)
2057 (rmail-show-message, mail-comma-list-regexp)
2058 (mail-parse-comma-list):
2059 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2060 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2061 (rfc822-addresses, mail-abbrev-make-syntax-table)
2062 (mail-sendmail-delimit-header, mail-header-end):
2063 * mail/hashcash.el (message-narrow-to-headers-or-head)
2064 (message-fetch-field, message-goto-eoh)
2065 (message-narrow-to-headers):
2066 * vc.el (view-mode-exit): Declare as functions.
2067
2068 * mail/vms-pmail.el:
2069 * vmsproc.el:
2070 * vms-patch.el: Don't byte compile these files, they don't work.
2071
2072 2007-11-27 Glenn Morris <rgm@gnu.org>
2073
2074 * calc/calc-ext.el (math-read-big-rec):
2075 * calc/calc-nlfit.el (math-map-binop):
2076 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2077
2078 * eshell/eshell.el (eshell-report-bug): Add version number of
2079 obsolescence.
2080
2081 * emulation/viper.el, emulation/viper-util.el,
2082 emulation/viper-macs.el, emulation/viper-keym.el,
2083 emulation/viper-ex.el, emulation/viper-cmd.el:
2084 Load viper-*.el files silently.
2085
2086 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2087 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2088 Load ediff-*.el files silently.
2089
2090 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
2091 compiling.
2092 (Info-goto-node): Declare as a function.
2093
2094 * ediff-init.el: Don't load ange-ftp when compiling.
2095 * ediff-util.el: Don't load reporter when compiling.
2096
2097 * ediff-wind.el (ediff-display-pixel-width)
2098 (ediff-display-pixel-height):
2099 * generic-x.el (ini-generic-mode):
2100 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2101 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2102 (ps-mule-initialize, ps-mule-begin-job):
2103 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2104 (mark-calendar-days-named):
2105 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2106 (add-to-diary-list, diary-name-pattern)
2107 (mark-calendar-days-named):
2108 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2109 (mark-calendar-days-named):
2110 * calendar/cal-x.el (make-fancy-diary-buffer):
2111 * calendar/holidays.el (calendar-absolute-from-julian):
2112 * calendar/todo-mode.el (calendar-current-date):
2113 * calendar/cal-menu.el (calendar-increment-month)
2114 (calendar-month-name, extract-calendar-year)
2115 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2116 (calendar-current-date, calendar-cursor-holidays)
2117 (calendar-date-string, insert-diary-entry, calendar-set-mark)
2118 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2119 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2120 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2121 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
2122 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
2123 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
2124 (calendar-day-of-year-string, calendar-iso-date-string)
2125 (calendar-julian-date-string, calendar-astro-date-string)
2126 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
2127 (calendar-persian-date-string, calendar-bahai-date-string)
2128 (calendar-islamic-date-string, calendar-chinese-date-string)
2129 (calendar-coptic-date-string, calendar-ethiopic-date-string)
2130 (calendar-french-date-string, calendar-mayan-date-string)
2131 (calendar-print-chinese-date, calendar-goto-date):
2132 Declare as functions.
2133
2134 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
2135 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2136
2137 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
2138 aliases for report-emacs-bug.
2139 (gnus-summary-select-article, gnus-configure-windows): Declare as
2140 functions.
2141
2142 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
2143 compiler.
2144
2145 * pgg.el (pgg-clear-string): Declare as a function.
2146 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
2147 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2148
2149 * emacs-lisp/check-declare.el (check-declare-locate):
2150 Handle compressed files.
2151 (check-declare-verify): Handle define-generic-mode,
2152 define-global(ized)-minor-mode, define-obsolete-function-alias.
2153
2154 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
2155
2156 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2157 algebraic modes.
2158
2159 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2160 (math-is-true, calc-explain-why, calc-alg-edit)
2161 (math-composite-inequalities, math-flatten-lands)
2162 (math-multi-subst, calcFunc-vmatches, math-simplify)
2163 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2164 (math-read-string, math-read-brackets, math-read-angle-brackets):
2165 Declare as functions.
2166
2167 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2168 (calc-fit-bell-shaped-logistic-curve)
2169 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2170 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2171 (math-max-list): Declare as functions.
2172 (math-map-binop): New function.
2173 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2174
2175 * calc/calc.el (calc-set-language, calc-edit-finish)
2176 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2177 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2178 (math-lessp, calc-embedded-finish-command)
2179 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2180 (calc-push-list-in-macro, calc-replace-selections)
2181 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2182 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2183 (calc-embedded-stack-change, calc-refresh-evaltos)
2184 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2185 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2186 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2187 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2188 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2189 (math-dimension-error, calc-incomplete-error, math-float-fancy)
2190 (math-neg-fancy, math-zerop, calc-add-fractions)
2191 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2192 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2193 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2194 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2195 (math-compose-expr, math-comp-width, math-composition-to-string)
2196 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2197 (math-adjust-fraction, math-format-binary, math-format-radix)
2198 (math-group-float, math-mod, math-format-number-fancy)
2199 (math-format-bignum-fancy, math-read-number-fancy)
2200 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2201 (calc-do-embedded-activate, math-do-defmath)
2202 (calc-load-everything): Declare as functions.
2203
2204 * calc/calc-ext.el (math-clip, math-round, math-simplify)
2205 (math-simplify-extended, math-simplify-units, calc-set-language)
2206 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2207 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2208 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2209 (math-normalize-hms, math-normalize-mod, math-make-sdev)
2210 (math-make-intv, math-normalize-logical-op, math-possible-signs)
2211 (math-infinite-dir, math-calcFunc-to-var)
2212 (calc-embedded-evaluate-expr, math-known-nonzerop)
2213 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2214 (math-format-date, math-vector-is-string, math-vector-to-string)
2215 (math-format-radix-float, math-compose-expr, math-abs)
2216 (math-format-bignum-binary, math-format-bignum-octal)
2217 (math-format-bignum-hex, math-format-bignum-radix)
2218 (math-compute-max-digits): Declare as functions.
2219 (math-provably-realp): Fix typo.
2220
2221 * calc/calc-forms.el (calendar-current-time-zone)
2222 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2223 functions.
2224
2225 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2226
2227 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2228 Declare as functions.
2229
2230 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2231 (math-posp, math-compare, math-bignum, math-compare-bignum):
2232 Declare as functions.
2233
2234 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2235 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2236 (calc-explain-why, calc-clear-command-flag)
2237 (calc-roll-down-with-selections, calc-roll-up-with-selections)
2238 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2239 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2240 (math-trunc-special, math-trunc-fancy, math-floor-special)
2241 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2242 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2243 (math-pow-zero, math-pow-fancy): Declare as functions.
2244
2245 * calc/calc-mode.el (calc-embedded-save-original-modes):
2246 Declare as a function.
2247
2248 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2249 Declare as functions.
2250 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2251 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2252 Replace `mapcar*' by `math-map-binop'.
2253 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2254
2255 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2256 (math-read-expr-level): Declare as functions.
2257
2258 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2259
2260 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2263 end-of-defun-function is called consistently, even for negative
2264 arguments.
2265 (end-of-defun-function): Default to forward-sexp.
2266
2267 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2268
2269 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2270
2271 2007-11-26 Glenn Morris <rgm@gnu.org>
2272
2273 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2274 than :suffix.
2275
2276 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2277
2278 2007-11-26 Simon Josefsson <simon@josefsson.org>
2279
2280 * net/imap.el: Move from ../gnus.
2281
2282 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
2283
2284 * doc-view.el (doc-view-mode-p): New function.
2285
2286 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
2287
2288 * mail/mspools.el (rmail-get-new-mail):
2289 * mail/reporter.el (mail-position-on-field, mail-text):
2290 * mail/rmail.el (mail-position-on-field, mail-text-start)
2291 (rmail-update-summary):
2292 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2293 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2294 * mail/rmailout.el (rmail-update-summary):
2295 * mail/rmailsort.el (rmail-update-summary):
2296 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2297 (dired-view-file):
2298 * mail/uce.el (mail-strip-quoted-names):
2299 * mail/undigest.el (rmail-update-summary):
2300 * mail/unrmail.el (mail-strip-quoted-names):
2301 * ediff.el (diff-latest-backup-file): Declare as functions.
2302
2303 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2304 (kill-to-end-of-line):
2305 * obsolete/rnews.el (news-set-minor-modes):
2306 Remove non working functions.
2307
2308 2007-11-25 Glenn Morris <rgm@gnu.org>
2309
2310 * eshell/esh-maint.el (top-level): Use require with NOERROR for
2311 pcomplete. Don't mess with load-path.
2312
2313 * eshell/eshell.el (eshell-report-bug-address): Remove.
2314 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2315
2316 2007-11-24 Glenn Morris <rgm@gnu.org>
2317
2318 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2319 (appt-disp-window): Don't require electric.
2320 Simplify minibuffer-avoidance code.
2321 (appt-select-lowest-window): Avoid minibuffer.
2322
2323 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2324 (esh-mode): Require it.
2325 (esh-util): Use require rather than featurep and load.
2326 (eshell): No need to test if eshell-mode is bound; remove obsolete
2327 reference to eshell-auto.
2328 (eshell-command, eshell-command-result): Don't require esh-mode
2329 now that the file does.
2330 (top-level): Move provide statement to the end of the file.
2331 Re-order and update commentary.
2332
2333 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2334
2335 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2336 (vc-annotate-toggle-annotation-visibility): New command.
2337 (vc-annotate-mode-map): Bind "V" to it.
2338 (vc-annotate-mode-menu): Add entry for it.
2339 (vc-annotate-get-time-set-line-props): New func.
2340 (vc-annotate-display-autoscale)
2341 (vc-annotate-display-difference): Use it.
2342
2343 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2344 Also, match one space at end of annotation text, after last paren.
2345
2346 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
2347
2348 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2349 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
2350 `tramp-completion-mode'.
2351
2352 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2353
2354 * vc-git.el (vc-git-show-log-entry): New func.
2355
2356 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2357 (vc-git-state): Use vc-git--call.
2358 (vc-git-registered, vc-git-working-revision)
2359 (vc-git-previous-revision, vc-git-next-revision)
2360 (vc-git--run-command-string, vc-git-symbolic-commit):
2361 Use vc-git--out-ok.
2362
2363 2007-11-24 Glenn Morris <rgm@gnu.org>
2364
2365 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2366
2367 2007-11-24 Kenichi Handa <handa@m17n.org>
2368
2369 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2370
2371 2007-11-23 David Kastrup <dak@gnu.org>
2372
2373 * server.el (server-process-filter): Use `command-line-args-left'.
2374
2375 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2378
2379 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2382 buffer if the parent buffer is in vc-dired-mode.
2383
2384 2007-11-23 Mark A. Hershberger <mah@everybody.org>
2385
2386 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
2387
2388 2007-11-23 Juri Linkov <juri@jurta.org>
2389
2390 * dired.el (dired-read-dir-and-switches): For C-x d, set the
2391 value for M-n to the visited file name of the current buffer.
2392 Use minibuffer-with-setup-hook to set minibuffer-default to
2393 buffer-file-name inside read-file-name.
2394
2395 * man.el (Man-getpage-in-background): Don't disregard user option
2396 `Man-width' on non-window systems. Remove test for `window-system'
2397 around setting envvar "COLUMNS" depending on the value of `Man-width'.
2398
2399 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2400 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
2401 of "--color=always".
2402
2403 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2406 beginning-of-defun-function.
2407
2408 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2409
2410 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
2411
2412 2007-11-22 Glenn Morris <rgm@gnu.org>
2413
2414 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2415
2416 * emacs-lisp/check-declare.el (check-declare-locate): New function.
2417 (check-declare-scan): Use check-declare-locate.
2418 (check-declare-verify): No longer adjust fnfile, now
2419 check-declare-locate does it.
2420
2421 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2422
2423 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * subr.el (posn-col-row): Make the `default-value' use explicit.
2426
2427 * window.el (balance-windows): Remove unused var `counter'.
2428 (bw-balance-sub): Remove unused var `lastchild'.
2429 (split-window-vertically): Remove unused var `switch'.
2430 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2431
2432 * emacs-lisp/bytecomp.el
2433 (byte-compile-file-form-custom-declare-variable): Simplify.
2434
2435 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2438 Set `show-trailing-whitespace' to nil.
2439
2440 * dired.el (make-symbolic-link):
2441 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2442 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2443 * dired-x.el (make-symbolic-link):
2444 * frame.el (x-initialize-window-system):
2445 * menu-bar.el (x-menu-bar-open):
2446 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2447 (x-store-cut-buffer-internal):
2448 * wdired.el (make-symbolic-link):
2449 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2450 (x-send-client-message):
2451 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2452
2453 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2454
2455 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2456
2457 2007-11-22 Glenn Morris <rgm@gnu.org>
2458
2459 * dos-fns.el (int86):
2460 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2461
2462 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2463
2464 * calendar/holidays.el (holiday-list): Add autoload cookie.
2465
2466 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2467 files relative to src/ directory.
2468 (check-declare-verify): Handle .c files. Warn if could not find
2469 an arglist to check.
2470
2471 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2472
2473 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
2474
2475 * replace.el (occur-mode-map): Add a major mode menu with entries
2476 for all occur operations.
2477
2478 * international/titdic-cnv.el (dos-8+3-filename):
2479 * obsolete/fast-lock.el (msdos-long-file-names):
2480 * frame.el (msdos-mouse-p):
2481 * files.el (msdos-long-file-names, w32-long-file-name):
2482 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2483 (mac-resume-apple-event, mac-font-panel-mode)
2484 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2485 (mac-clear-font-name-table):
2486 * term/pc-win.el (msdos-remember-default-colors)
2487 (w16-set-clipboard-data, w16-get-clipboard-data):
2488 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2489 (set-message-beep):
2490 * net/browse-url.el (w32-shell-execute):
2491 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2492 (w32-get-locale-info, w32-get-valid-locale-ids)
2493 (w32-set-clipboard-data):
2494 * dos-fns.el (int86, msdos-long-file-names):
2495 * dos-w32.el (default-printer-name): Declare as functions.
2496
2497 2007-11-21 Jason Rumney <jasonr@gnu.org>
2498
2499 * emacs-lisp/byte-run.el (declare-function): Return nil.
2500
2501 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2504
2505 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2506
2507 * ps-print.el (ps-lpr-switches): Docstring fix.
2508 (ps-string-list): New fun.
2509 (ps-do-despool): Code fix.
2510
2511 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2514
2515 2007-11-21 Glenn Morris <rgm@gnu.org>
2516
2517 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2518 for now. Handle define-minor-mode, and defalias (with no argument
2519 checking).
2520
2521 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2522
2523 * frame.el (msdos-mouse-p):
2524 * files.el (msdos-long-file-names, w32-long-file-name):
2525 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2526 (mac-resume-apple-event, mac-font-panel-mode)
2527 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2528 (mac-clear-font-name-table):
2529 * term/pc-win.el (msdos-remember-default-colors)
2530 (w16-set-clipboard-data, w16-get-clipboard-data):
2531 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2532 (set-message-beep):
2533 * net/browse-url.el (w32-shell-execute):
2534 * dos-fns.el (int86, msdos-long-file-names):
2535 * dos-w32.el (default-printer-name): Undo previous change.
2536
2537 2007-11-21 Eli Zaretskii <eliz@gnu.org>
2538
2539 * international/mule-cmds.el (set-locale-environment):
2540 Set default-file-name-coding-system _after_ keyboard and terminal
2541 coding systems. This fixes last change.
2542
2543 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2544 one space after "Subject:".
2545
2546 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2549 in order to determine if there's a conflict.
2550
2551 2007-11-21 Richard Stallman <rms@gnu.org>
2552
2553 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2554
2555 * reposition.el (reposition-window):
2556 Binding C-M-l moved to bindings.el.
2557
2558 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2559
2560 * add-log.el (add-change-log-entry-other-window):
2561 Key binding C-x 4 a moved to bindings.el.
2562
2563 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2564 from filecache.el.
2565
2566 * filecache.el: Minibuffer map bindings moved to bindings.el.
2567
2568 2007-11-21 Jason Rumney <jasonr@gnu.org>
2569
2570 * international/mule-cmds.el (set-locale-environment):
2571 Set default-file-name-coding-system from system defaults on Windows.
2572
2573 2007-11-21 Jason Rumney <jasonr@gnu.org>
2574
2575 * term/w32console.el: New term init file for w32 console.
2576
2577 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2578 (x-setup-function-keys): Likewise, replacing top-level key definitions.
2579 (w32-tty-standard-colors): Move to term/w32console.el.
2580
2581 * term/w32-win.el (x-setup-function-keys): Remove.
2582
2583 * term/tty-colors.el (tty-register-default-colors): Remove special
2584 case for w32.
2585
2586 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2587
2588 * frame.el (msdos-mouse-p):
2589 * generic-x.el (w32-shell-name):
2590 * files.el (msdos-long-file-names, w32-long-file-name)
2591 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2592 (dos-8+3-filename, vms-read-directory, view-mode-disable):
2593 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2594 (mac-resume-apple-event, mac-font-panel-mode)
2595 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2596 (mac-clear-font-name-table):
2597 * term/pc-win.el (msdos-remember-default-colors)
2598 (w16-set-clipboard-data, w16-get-clipboard-data):
2599 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2600 (set-message-beep):
2601 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2602 (w32-get-locale-info, w32-get-valid-locale-ids)
2603 (w32-set-clipboard-data):
2604 * help-fns.el (ad-get-advice-info):
2605 * font-lock.el (fast-lock-after-fontify-buffer)
2606 (fast-lock-after-unfontify-buffer, fast-lock-mode)
2607 (lazy-lock-after-fontify-buffer)
2608 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2609 * net/browse-url.el (w32-shell-execute):
2610 * dos-fns.el (int86, msdos-long-file-names):
2611 * dos-w32.el (default-printer-name): Declare as functions.
2612
2613 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2616 Reported by Drew Adams <drew.adams@oracle.com>.
2617
2618 2007-11-20 Jason Rumney <jasonr@gnu.org>
2619
2620 * term/w32-win.el (x-setup-function-keys): Protect against
2621 multiple calls on the same terminal.
2622
2623 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2624
2625 * term/mac-win.el (x-setup-function-keys): Only setup
2626 local-function-key-map if it has not been setup already for the
2627 current frame. Move the suspend-emacs processing here.
2628
2629 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
2630
2631 * progmodes/grep.el (xargs-program): New variable.
2632 (grep-compute-defaults): Use it.
2633 (grep-default-command): Doc fix.
2634 (grep, lgrep, rgrep): Reflow docstrings.
2635
2636 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2637
2638 * vc.el (vc-find-revision): Set the parent buffer.
2639 Use when instead of if.
2640
2641 * progmodes/python.el (info-lookup-maybe-add-help):
2642 * progmodes/ps-mode.el (doc-view-minor-mode):
2643 * mail/emacsbug.el (Info-menu, Info-goto-node):
2644 * emulation/viper-keym.el (viper-ex)
2645 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2646 * emulation/viper-cmd.el (widget-type, widget-button-press)
2647 (viper-set-hooks):
2648 * emacs-lisp/tcover-unsafep.el (unsafep-function):
2649 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2650 (ses-load, ses-vector-delete, ses-create-header-string)
2651 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2652 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2653
2654 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2657
2658 2007-11-20 Glenn Morris <rgm@gnu.org>
2659
2660 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2661 for end of function-name. Handle define-derived-mode.
2662
2663 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2664
2665 * progmodes/idlw-help.el: Require browse-url unconditionally, it
2666 is available by default.
2667 (idlwave-help-browse-url-available): Change default to t.
2668
2669 * emulation/edt.el (defgroup, defcustom): Remove definition.
2670 (eval-when-compile): Remove.
2671 (c-mark-function):
2672 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2673 * textmodes/fill.el (comment-search-forward)
2674 (comment-string-strip):
2675 * progmodes/prolog.el (comint-mode, comint-send-string)
2676 (comint-send-region, comint-send-eof):
2677 * progmodes/dcl-mode.el (imenu-default-create-index-function):
2678 * emulation/viper-util.el (viper-forward-Word):
2679 * emulation/vi.el (c-mark-function):
2680 * emulation/edt-vt100.el (vt100-wide-mode):
2681 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2682
2683 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
2684
2685 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2686 Still some tuning in case of an echoing shell.
2687 (tramp-send-command): Connection property "remote-echo" is not
2688 persistent; cache key is the process therefore.
2689
2690 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2693 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2694
2695 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2696
2697 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2698 * play/yow.el (doctor-ret-or-read):
2699 * vc-hooks.el (vc-dired-resynch-file):
2700 * vc-hg.el (log-view-get-marked):
2701 * smerge-mode.el (ediff-cleanup-mess):
2702 * pcvs.el (vc-editable-p, vc-checkout):
2703 * pcomplete.el (comint-bol):
2704 * informat.el (texinfo-format-refill):
2705 * ido.el (tramp-tramp-file-p):
2706 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2707 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2708 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2709 functions.
2710
2711 * textmodes/ispell.el (ispell-int-char): Make it a defalias
2712 instead of fset.
2713 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2714
2715 * ido.el (ido-file-internal): Move with-no-warnings to include the
2716 ffap-string-at-point call.
2717
2718 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2719
2720 * vc-hg.el (vc-hg-revision-table): Fix last change.
2721
2722 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2723
2724 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2725 clipboard-yank when the buffer is read-only.
2726
2727 * cus-edit.el (custom-field-keymap): Move to other Custom mode
2728 keymaps such that it's before the definition of Custom-mode-menu.
2729 (Custom-mode-menu): Show it for custom-field-keymap too.
2730
2731 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2732
2733 * progmodes/gdb-ui.el: Update commentary.
2734
2735 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2736
2737 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2738
2739 2007-11-19 Glenn Morris <rgm@gnu.org>
2740
2741 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2742 does not exist, try adding `.el' extension. Also search for defsubsts.
2743
2744 * cus-edit.el (recentf-expand-file-name):
2745 * dired.el (dired-relist-entry):
2746 * subr.el (w32-shell-dos-semantics):
2747 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2748 Declare as functions.
2749
2750 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2753 (prepare-abbrev-list-buffer): Use dolist.
2754 (clear-abbrev-table): Preserve properties.
2755
2756 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2757
2758 * textmodes/texinfmt.el (texinfo-format-printindex):
2759 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2760 Reported on <bug-texinfo@gnu.org>.
2761
2762 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2763
2764 * net/tramp.el (tramp-completion-reread-directory-timeout):
2765 New defcustom.
2766 (tramp-handle-file-name-all-completions): Flush directory contents
2767 from cache regularly.
2768 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2769 (tramp-open-connection-setup-interactive-shell):
2770 Call `tramp-cleanup-connection' via funcall.
2771
2772 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2773 created when copying.
2774
2775 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2776
2777 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2778 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2779 * eshell/esh-ext.el (eshell-external-command):
2780 * eshell/esh-cmd.el (require):
2781 * eshell/em-unix.el (eshell-plain-locate-behavior):
2782 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2783 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2784 * eshell/esh-mode.el (characterp, char-int): Remove unused
2785 conditional defaliases.
2786
2787 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2788 Rename from event-matches-key-specifier-p, define unconditionally.
2789 (event-basic-type): Remove unused defalias.
2790 (pcomplete-show-completions):
2791 Use pcomplete-event-matches-key-specifier-p.
2792
2793 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2794
2795 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2796 when saving esh-groups.el.
2797
2798 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2799
2800 * wid-edit.el (widget-default-complete):
2801 * progmodes/flymake.el (flymake-goto-file-and-line):
2802 Fix typo in (doc-)string.
2803
2804 2007-11-17 Glenn Morris <rgm@gnu.org>
2805
2806 * emacs-lisp/byte-run.el (declare-function): New macro.
2807 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2808 New function, byte-hunk-handler for declare-function.
2809 (byte-compile-callargs-warn): Handle declared functions.
2810
2811 * emacs-lisp/check-declare.el: New file.
2812 * Makefile.in (check-declare): New target.
2813
2814 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2815
2816 * subr.el (process-lines): Move here from ../admin/admin.el.
2817 * emacs-lisp/authors.el (authors-process-lines): Remove.
2818 (authors): Use process-lines rather than authors-process-lines.
2819
2820 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2821 Remove these files.
2822
2823 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * emacs-lisp/backquote.el (backquote):
2826 Improve argument/docstring consistency.
2827
2828 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2829 (ring-length, ring-empty-p): Use c[ad]dr.
2830 (ring-plus1): Use `1+'.
2831 (ring-minus1): Use `zerop'.
2832 (ring-remove): Use c[ad]dr. Use `when'.
2833 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2834 (ring-ref): Use `let', not `let*'.
2835 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2836 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2837 (ring-member): Simplify. Doc fix.
2838 (ring-convert-sequence-to-ring): Simplify.
2839
2840 2007-11-17 Juri Linkov <juri@jurta.org>
2841
2842 * dired-aux.el (dired-create-directory): Allow creating
2843 a directory of an arbitrary depth. Add a loop to find the topmost
2844 nonexistent parent dir `new', and call `dired-add-file' on it.
2845 Set the `PARENTS' arg of `make-directory' to t.
2846
2847 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2848
2849 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2850 (math-build-parse-table): Get parse information from math-parse-table.
2851
2852 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * window.el (recenter-last-op): New var.
2855 (recenter-top-bottom): New command.
2856 (global-map): Bind it to C-l.
2857
2858 * abbrev.el (abbrev--write): Fix error in transcription from C.
2859
2860 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2861 (pc-select-ensure-mark): Set mark-active to a special value instead.
2862 Rename from ensure-mark. Update call callers.
2863 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2864 Rewrite. Update all callers.
2865 (pc-selection-mode): Remove redundant var declaration.
2866
2867 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2868
2869 * doc-view.el (doc-view-search-backward, doc-view-search):
2870 Fix assignment to free variable bug.
2871
2872 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2873
2874 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2875 (ensure-mark): Set it.
2876 (maybe-deactivate-mark): New fun.
2877 Use it everywhere instead of (setq mark-active nil).
2878
2879 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2880
2881 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2882 Add check for XEmacs.
2883
2884 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2885
2886 * doc-view.el (doc-view-resolution): Add missing :group.
2887
2888 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * subr.el (make-variable-frame-local):
2891 Fix typo in obsolescence declaration.
2892
2893 2007-11-16 Werner Lemberg <wl@gnu.org>
2894
2895 * files.el (set-auto-mode-1): Check second line for -*- if file
2896 starts with '\" (which is used by man pages to identify needed
2897 troff preprocessors).
2898
2899 2007-11-16 Glenn Morris <rgm@gnu.org>
2900
2901 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2902
2903 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2904
2905 * calc/calc-lang.el (math-oper-table): Fix typo.
2906 Reduce precedence of "/" for TeX.
2907
2908 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2909
2910 2007-11-16 Juri Linkov <juri@jurta.org>
2911
2912 * dired-aux.el (dired-read-shell-command-default): New function.
2913 (dired-read-shell-command): Use its return value for DEFAULT arg.
2914
2915 * replace.el (keep-lines-read-args, occur-read-primary-args):
2916 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2917
2918 * man.el (Man-heading-regexp): Add 0-9.
2919 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2920
2921 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2924 (doc-view-resolution): New custom var.
2925 (doc-view-pdf/ps->png): Use it.
2926 (doc-view-shrink-factor): New var.
2927 (doc-view-enlarge, doc-view-shrink): New commands.
2928 (doc-view-mode-map): Use them.
2929
2930 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * ediff-wind.el (ediff-window-setup-function):
2933 * simple.el (normal-erase-is-backspace):
2934 * eshell/em-unix.el (eshell/info):
2935 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2936 Fix typos in docstrings.
2937
2938 * emulation/cua-base.el (cua--keymaps-initialized):
2939 Rename from `cua--keymaps-initalized'. Callers changed.
2940 (cua-highlight-region-shift-only): Doc fix.
2941 (cua-paste-pop): Fix typo in docstring.
2942
2943 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * emulation/cua-base.el (cua--pre-command-handler-1):
2946 Use input-decode-map instead of function-key-map.
2947 Use event-modifiers now that it works reliably.
2948
2949 * vc.el (vc-diff-internal): Pop-to-buffer later.
2950
2951 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2952
2953 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2954 did not touch them.
2955
2956 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2957
2958 * calc/calc-menu.el: New file.
2959 * calc/calc.el (calc-mode): Require calc-menu.
2960
2961 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
2964
2965 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2966
2967 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2968 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2969 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2970 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2971 locations.
2972 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2973 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2974 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2975
2976 2007-11-13 Noah Friedman <friedman@splode.com>
2977
2978 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
2979 bindings to remap when `calc-scan-for-dels' is non-nil.
2980
2981 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
2984 constant forms.
2985 (byte-compile-nilconstp): New function.
2986 (byte-optimize-cond): Kill subsequent branches when a branch is
2987 know to be taken or not taken.
2988 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
2989
2990 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2991
2992 * vc.el (vc-register): Allow registering a file passed as a
2993 parameter instead of just the current buffer.
2994
2995 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2998 Check whether the output of "uname -sr" has been changed.
2999
3000 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3001
3002 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3003 patterns from compilation-perl.el and compilation-weblint.el files.
3004
3005 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3006
3007 * progmodes/compilation-perl.el:
3008 * progmodes/compilation-weblint.el: Disable autoloads, they cause
3009 a bootstrap failure.
3010
3011 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3012 instead of doing "cvs diff" in order to avoid accessing the repository.
3013
3014 2007-11-12 Kevin Ryde <user42@zip.com.au>
3015
3016 * progmodes/compilation-perl.el:
3017 * progmodes/compilation-weblint.el: New files.
3018
3019 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3022 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3023 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3024 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3025 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3026 Rewrite in active voice.
3027
3028 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
3029
3030 * doc-view.el: Add comments about isearch support.
3031
3032 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3033
3034 * vc.el (vc-start-entry): Fix setting the in the case the function
3035 is called from vc-dired. Use when instead of if where appropriate.
3036
3037 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3038
3039 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3040 to be a list.
3041 (ps-begin-job): Error if ps-lpr-switches is not a list.
3042
3043 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3044
3045 * faces.el (face-normalize-spec): Remove function.
3046 (frame-set-background-mode): Undo last change.
3047
3048 2007-11-10 Jason Rumney <jasonr@gnu.org>
3049
3050 * w32-fns.el: Sync charset names with setup-default-fontset.
3051 Append "-1" where second part missing.
3052
3053 2007-11-10 Juri Linkov <juri@jurta.org>
3054
3055 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3056 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
3057
3058 * custom.el (custom-note-var-changed): Remove the `interactive'
3059 spec from this new non-interactive function.
3060
3061 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
3062
3063 * doc-view.el (doc-view-mode-map, doc-view-menu)
3064 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3065 (doc-view-search-backward): New function.
3066 (doc-view-search): Query new regexp if prefix arg is given, else
3067 jump to next/previous match.
3068 (doc-view-mode): Handle compressed files.
3069 (jka-compr): Required for compressed files.
3070
3071 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3072
3073 * replace.el (query-replace-show-replacement): New defcustom.
3074 (perform-replace): Use `match-substitute-replacement' if
3075 `query-replace-show-replacement' is non-nil.
3076
3077 2007-11-10 David Kastrup <dak@gnu.org>
3078
3079 * subr.el (match-substitute-replacement): New function.
3080
3081 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
3082
3083 * files.el (auto-mode-alist): Select org-mode for files with the
3084 extension ".org".
3085
3086 2007-11-10 Martin Rudalics <rudalics@gmx.at>
3087
3088 * help.el (help-window, help-window-point-marker): New variables.
3089 (help-window-select): New option.
3090 (with-help-window): New macro for displaying help windows.
3091 (help-window-display-message, help-window-setup-finish)
3092 (help-window-setup): New functions used for setting up help windows.
3093 (print-help-return-message): Reset help-window to nil.
3094 (view-lossage): Use with-help-window instead of
3095 with-output-to-temp-buffer and move help-window-point-marker after
3096 inserted text.
3097 (describe-bindings, describe-key, describe-mode): Use
3098 with-help-window instead of with-output-to-temp-buffer.
3099
3100 * help-mode.el (help-mode): Set view-exit-action to bury the
3101 buffer instead of fiddling with windows. Simplify code.
3102 (help-mode-finish): When help-window eqs t set it to the selected
3103 window and have with-help-window set up view-return-to-alist.
3104 (help-buffer): Add autoload cookie.
3105
3106 * view.el (view-remove-frame-by-deleting): Change default value to t.
3107 Add autoload cookie.
3108 (view-exit-action, view-file, view-file-other-window)
3109 (view-file-other-frame, view-buffer, view-buffer-other-window)
3110 (view-buffer-other-frame): Rewrite doc strings.
3111 (view-return-to-alist-update): New function to remove stale entries
3112 from view-return-to-alist.
3113 (view-mode-enter): Rewrite doc string and simplify code.
3114 (view-mode-exit): Handle new case 'keep-frame. Don't reset
3115 view-exit-action to nil. Simplify code and rewrite doc string.
3116
3117 * apropos.el (apropos-describe-plist):
3118 * descr-text.el (describe-char):
3119 * disp-table.el (describe-display-table):
3120 * faces.el (list-faces-display, describe-face):
3121 * facemenu.el (list-colors-display):
3122 * help-fns.el (describe-function, describe-variable)
3123 (describe-syntax, describe-categories):
3124 Use with-help-window instead of with-output-to-temp-buffer.
3125
3126 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
3127
3128 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
3129 Optimize (featurep 'emacs) to t.
3130
3131 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
3132 New function.
3133 (byte-compile-maybe-guarded): Use it to also look for bound
3134 symbols inside `and' forms. Comment out non-working code that was
3135 trying to avoid warnings for XEmacs code.
3136
3137 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
3138
3139 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
3140 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
3141 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
3142 (vc-cvs-annotate-command):
3143 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
3144 is bound, it always is.
3145
3146 2007-11-10 Jason Rumney <jasonr@gnu.org>
3147
3148 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3149 setup here from global scope.
3150
3151 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * ido.el (ido-save-history): Save the history file in UTF-8, not
3154 the current filename coding system.
3155
3156 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * simple.el (interprogram-cut-function, interprogram-paste-function):
3159 Don't make them frame-local any more.
3160
3161 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3162 Don't set interprogram-(cut|paste)-function on each frame.
3163
3164 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3165 Make them work in tty frames.
3166 (interprogram-cut-function, interprogram-paste-function):
3167 Set them globally.
3168
3169 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3170
3171 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3172 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3173 (iso-iso2duden-trans-tab): Add docstring.
3174
3175 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * abbrev.el (define-abbrev-table): Record the variable definition.
3178
3179 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3180 New function.
3181
3182 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3183
3184 * ps-print.el: Clean the code for checking suitable Emacs version.
3185 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3186 (ps-print-version): New version 6.8.1.
3187
3188 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * files.el (enable-local-variables): Doc fix.
3191
3192 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3195
3196 2007-11-09 Sven Joachim <svenjoac@gmx.de>
3197
3198 * dired-aux.el (dired-copy-file-recursive):
3199 Preserve directory permissions.
3200
3201 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3204 (whitespace-unload-function): New-style unload function. When run,
3205 unintern `whitespace-unload-hook' and call `unload-feature' recursively
3206 to stop the old hook from messing with the unloading.
3207
3208 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3209
3210 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3211 (elp-unset-master, elp-results): Fix typos.
3212 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3213 Doc fixes.
3214
3215 * msb.el (msb--many-menus): Remove variable.
3216 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3217 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3218 (msb--toggle-menu-type): Fix typos in docstrings.
3219
3220 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3221 (shadow-insert-var): Doc fixes.
3222 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3223 Reflow docstrings.
3224 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3225
3226 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3227
3228 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3229 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3230 Fix typos in autoload docstrings.
3231
3232 2007-11-09 Richard Stallman <rms@gnu.org>
3233
3234 * savehist.el (savehist-save): Obey savehist-ignored-variables.
3235
3236 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3237
3238 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3239 (gdb-var-update-handler-1): Use it.
3240
3241 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3242
3243 * loadhist.el (unload-feature): Remove erroneous check for the
3244 FEATURE-unload-function variable; check the existence of the
3245 function (that's what the docstring says, and it makes more sense).
3246
3247 * follow.el (follow-unload-function): Add docstring.
3248 (follow-unload-function): Remove variable.
3249
3250 * server.el (server-unload-function): Remove variable.
3251 (server-unload-function): Unbind `server-edit' from `C-x #'.
3252
3253 * ses.el (ses-unload-function): New function.
3254
3255 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3258 (unsafep-progn, unsafep-let): Fix typos in docstrings.
3259
3260 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3261 before use to avoid a warning in packages that require uniquify.
3262 (uniquify-unload-function): New function and var.
3263
3264 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
3265
3266 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3267 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3268 (ediff-current-diff-A, ediff-current-diff-B)
3269 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3270 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3271 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3272 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3273 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3274 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3275 (ediff-setup-windows-plain-merge)
3276 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3277 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3278 * ediff-util.el (ediff-setup-keymap, )
3279 (ediff-toggle-wide-display, ediff-toggle-multiframe)
3280 (ediff-toggle-use-toolbar, ediff-really-quit)
3281 (ediff-good-frame-under-mouse)
3282 (ediff-highlight-diff-in-one-buffer)
3283 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3284 (ediff-make-bullet-proof-overlay):
3285 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3286 (ediff-set-meta-overlay):
3287 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3288 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3289 ediff-emacs-p with their former definitions.
3290
3291 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3292 (viper-has-face-support-p, viper-inactivate-input-method)
3293 (viper-activate-input-method)
3294 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3295 * emulation/viper-mous.el (viper-multiclick-timeout)
3296 (viper-surrounding-word, viper-mouse-click-insert-word)
3297 (viper-mouse-click-search-word, viper-parse-mouse-key):
3298 * emulation/viper-macs.el (viper-char-array-to-macro):
3299 * emulation/viper.el (viper-go-away, viper-set-hooks)
3300 (viper-non-hook-settings):
3301 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3302 (viper-get-saved-cursor-color-in-insert-mode)
3303 (viper-get-saved-cursor-color-in-emacs-mode)
3304 (viper-check-version, viper-get-visible-buffer-window)
3305 (viper-file-checked-in-p, viper-set-replace-overlay)
3306 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3307 (viper-check-minibuffer-overlay, viper-read-key-sequence)
3308 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3309 with their former definitions.
3310 (viper-eventify-list-xemacs): Only do work for XEmacs.
3311 (viper-set-unread-command-events): Only do work for Emacs.
3312 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3313 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3314 (viper-overlay-get, viper-overlay-put, viper-read-event)
3315 (viper-characterp, viper-int-to-char, viper-get-face)
3316 (viper-color-defined-p, viper-iconify): New defaliases replacing
3317 the old fsets.
3318
3319 * progmodes/fortran.el (comment-region-function)
3320 (uncomment-region-function): Pacify byte compiler.
3321
3322 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3323
3324 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3327 `process-environment'.
3328
3329 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
3330
3331 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3332 match dir like "a...b".
3333
3334 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3337
3338 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
3339
3340 * net/tramp.el (tramp-handle-substitute-in-file-name):
3341 Don't expand the remote connection identification.
3342 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3343 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
3344 before calling stty.
3345
3346 * net/tramp-cache.el (tramp-cache-print)
3347 (tramp-dump-connection-properties): Fix docstring.
3348 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3349
3350 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3351
3352 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3353 remote connection identification when setting connection property.
3354
3355 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3356 "//" substitutes only in the local filename part.
3357
3358 2007-11-07 David Hansen <david.hansen@gmx.net>
3359
3360 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3361
3362 2007-11-07 Glenn Morris <rgm@gnu.org>
3363
3364 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3365 Remove superfluous concats. Move final set-buffer to
3366 non-emacs-specific code.
3367
3368 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
3369
3370 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3371
3372 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3373
3374 * eshell/esh-mode.el (eshell-output-filter):
3375 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3376 Use `with-current-buffer'.
3377
3378 2007-11-07 Andreas Schwab <schwab@suse.de>
3379
3380 * server.el (server-start): Only register cleanup after server was
3381 started.
3382
3383 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3386
3387 * net/tramp-cache (tramp-cache-print): Move down.
3388 (tramp-cache-list-connections): New defun.
3389
3390 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3391
3392 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * ido.el (ido-save-history): Write the history file in the current
3395 filename coding system, and add `coding' file-local variable.
3396
3397 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
3398
3399 * textmodes/org.el (org-table-formula-substitute-names):
3400 Remove forgotten temporary debugging code.
3401
3402 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
3403
3404 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3405 the prompt.
3406
3407 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
3408
3409 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3410
3411 2007-11-05 Simon Josefsson <simon@josefsson.org>
3412
3413 * net/tls.el (tls-end-of-info): Doc fix.
3414
3415 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
3416
3417 * international/utf-7.el (utf-7-imap): New coding system.
3418 (utf-7-imap-post-read-conversion): New function.
3419 (utf-7-imap-pre-write-conversion): New function.
3420
3421 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * abbrev.el (abbrev--write): Fix up typo.
3424
3425 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * abbrev.el (define-abbrev-table): Doc fix.
3428
3429 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
3430
3431 * info.el (Info-revert-buffer-function): New func.
3432 (Info-mode): Arrange to use it for reverting.
3433 (Info-copy-current-node-name): Add space between filename and nodename.
3434
3435 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * abbrev.el (expand-abbrev): Move point back to expansion's end.
3438
3439 2007-11-04 Glenn Morris <rgm@gnu.org>
3440
3441 * net/tls.el: Don't require rx when compiling.
3442 (tls-end-of-info): Rewrite without using rx.
3443 (open-tls-stream): Use with-current-buffer.
3444
3445 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
3446
3447 * net/tls.el: Require rx when compiling.
3448 (tls-end-of-info): New variable.
3449 (open-tls-stream): Keep reading input until `tls-end-of-info' is
3450 matched.
3451
3452 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
3453
3454 * register.el (append-to-register, prepend-to-register):
3455 Don't signal error on empty register; use the text, instead.
3456
3457 2007-11-03 Michael Olson <mwolson@gnu.org>
3458
3459 * textmodes/remember.el (remember-buffer):
3460 Use define-obsolete-function-alias rather than defalias.
3461
3462 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3463
3464 * simple.el (bad-packages-alist): Anchor semantic regexp.
3465
3466 2007-11-03 Glenn Morris <rgm@gnu.org>
3467
3468 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3469 if defined, for blank lines. Doc fix.
3470
3471 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3472 (fortran-mode): Set values for comment-region-function,
3473 uncomment-region-function and comment-insert-comment-function.
3474 (fortran-uncomment-region): New function.
3475
3476 * textmodes/nroff-mode.el (nroff-mode):
3477 Set comment-insert-comment-function rather than indent-line-function.
3478 (nroff-indent-line-function): Remove.
3479 (nroff-insert-comment-function): New function.
3480
3481 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3482
3483 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3484
3485 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3486
3487 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3488
3489 * emulation/viper-cmd.el (viper-prev-destructive-command)
3490 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3491 copy-sequence.
3492
3493 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3494 Got rid of ediff-copy-list.
3495
3496 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3497 use face-name.
3498 (ediff-test-utility, ediff-diff-mandatory-option)
3499 (ediff-reset-diff-options): Remove to simplify the mandatory option
3500 handling on Windows.
3501 (ediff-set-diff-options): Add.
3502 (ediff-diff-options): Set "--binary" option as default in some cases.
3503
3504 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3505 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3506 ediff-vc-working-revision. Require vc-hooks.
3507
3508 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
3509
3510 * files.el (hack-local-variables): Fix membership tests to avoid
3511 treating all variables as safe if `enable-local-variables' is
3512 set to :safe (CVE-2007-5795).
3513
3514 2007-11-02 Glenn Morris <rgm@gnu.org>
3515
3516 * newcomment.el (comment-indent): Let comment-insert-comment-function,
3517 if defined, do all the work of inserting a new comment.
3518
3519 * progmodes/etags.el (tags-table-mode): Disable undo.
3520
3521 * simple.el (bad-packages-alist): Revert previous change.
3522
3523 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
3524
3525 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3526
3527 * obsolete/lselect.el: Do not warn about unknown functions.
3528
3529 2007-11-02 Michael Olson <mwolson@gnu.org>
3530
3531 * textmodes/remember.el (remember-buffer): Make this an alias of
3532 remember-finalize, because Org uses it.
3533
3534 2007-11-01 Michael Olson <mwolson@gnu.org>
3535
3536 * textmodes/remember.el: Improve documentation in heading.
3537 (remember-before-remember-hook): Turn into a customizable option.
3538 (remember): Document INITIAL argument.
3539 (remember-region): Remove autoload cookie. Improve docstring to
3540 mention that it is called from the *Remember* buffer, and does not
3541 have any functional overlap with the `remember' function.
3542 (remember-finalize): Remove autoload cookie. Rename from
3543 remember-buffer to emphasize that this does not have any
3544 functional overlap with the `remember' function.
3545 (remember-destroy): Remove autoload cookie.
3546 (remember-mode-map): Define and initialize in one step.
3547 (remember-mode): Improve docstring.
3548 (remember-annotation-functions): Default to just '(buffer-file-name),
3549 and don't try to take the default value from Planner.
3550
3551 2007-11-01 Glenn Morris <rgm@gnu.org>
3552
3553 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3554
3555 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3556
3557 * emacs-lisp/authors.el (authors-scan-change-log)
3558 (authors-scan-el): Don't enable local eval; enable only safe local
3559 variables, without querying.
3560
3561 * mail/footnote.el (footnote-numeric-regexp)
3562 (footnote-english-upper-regexp, footnote-english-lower-regexp)
3563 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3564 Match multi-character footnotes.
3565
3566 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3567 (nroff-indent-line-function): New function.
3568 (nroff-count-text-lines): Use nroff-forward-text-line rather than
3569 obsolete alias.
3570
3571 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
3572
3573 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3574 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
3575 (rcirc-print): Only update the line count when not marking the
3576 line as omittable.
3577 (rcirc-log-write): Specify coding system when writing logfile.
3578 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3579
3580 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * printing.el (printing): Fix :version, printing.el was included
3583 for in emacs-22.1.
3584 (pr-path-style, pr-path-alist, pr-txt-name)
3585 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3586 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3587 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3588 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3589 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3590 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3591 (pr-setting-database, pr-visible-entry-list)
3592 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3593 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3594
3595 * ediff-util.el (ediff-nuke-selective-display): Move definition to
3596 top level, make it dependent on the emacs flavor.
3597
3598 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3599 Test for XEmacs not for itimer.
3600
3601 * term/sun-mouse.el:
3602 * obsolete/sun-fns.el:
3603 * obsolete/sun-curs.el: Remove files.
3604
3605 * term/sun.el (select-previous-complex-command): Remove obsolete code.
3606
3607 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
3608
3609 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3610 was given to concat.
3611
3612 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3615 used normally for goto-line. Change `g' to revert the buffer.
3616 Add redundant `r' binding for buffer-revert.
3617
3618 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3619 (mail-abbrevs-setup): Use abbrev-expand-functions.
3620 (build-mail-abbrevs): Use with-temp-buffer.
3621 (define-mail-abbrev): Simplify.
3622 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3623 Change it for use on abbrev-expand-functions.
3624 (mail-abbrev-complete-alias): Use with-syntax-table.
3625
3626 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
3627
3628 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3629 directly. Fix bug in deleting temp file.
3630
3631 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3634 Merge defvar and define-abbrev-table.
3635 (def-python-skeleton): Use :case-fixed and :enable-function.
3636 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3637 Remove.
3638 (python-mode): Don't modify pre-abbrev-expand-hook.
3639
3640 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3641
3642 * ediff-util.el (ediff-file-checked-out-p)
3643 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3644
3645 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * abbrev.el (abbrev-symbol): Correct let->let*.
3648 (abbrev--before-point): Only use abbrev-start-location if before point.
3649
3650 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
3653 (strokes-unload-hook): Remove function and variable.
3654 (strokes-unload-function): New-style unload function, adapted
3655 from `strokes-unload-hook'.
3656
3657 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3658 (cl-unload-hook): Remove variable.
3659 (cl-unload-function): New-style unload function, adapted
3660 from `cl-cannot-unload'.
3661
3662 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3663 (elp-unload-function): New-style unload function, adapted
3664 from `elp-unload-hook'.
3665
3666 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
3667
3668 * emacs-lisp/find-func.el (find-library): Use library at
3669 point as default interactive argument.
3670
3671 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * shadowfile.el (shadow-join): Remove.
3674 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3675 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3676 (shadowfile-unload-hook): Remove function and variable.
3677 (shadowfile-unload-function): New-style unload function, adapted
3678 from `shadowfile-unload-hook'.
3679
3680 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3681
3682 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3683 only if it is bound.
3684
3685 * textmodes/reftex.el: Move autoloads for before all uses.
3686 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3687 (reftex-delete-overlay): Move to the top level with the condition
3688 in the body.
3689
3690 * progmodes/simula.el: Use when instead of if.
3691
3692 * iimage.el (iimage-locate-file): Define unconditionally.
3693
3694 * mail/mailabbrev.el (mail-abbrev-next-line):
3695 * emulation/vip.el (vip-enlarge-region, vip-line)
3696 (vip-next-line-at-bol, vip-previous-line)
3697 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3698 Wrap with-no-warnings around uses of next-line and previous-line.
3699
3700 * ediff.el (run-ediff-from-cvs-buffer):
3701 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3702 Remove function not used by pcl-cvs anymore.
3703 (noninteractive, generic-sc-get-latest-rev)
3704 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3705 Delete support for long obsolete generic-sc.el.
3706
3707 2007-10-31 Glenn Morris <rgm@gnu.org>
3708
3709 * cvs-status.el: No longer require pcvs when compiling.
3710
3711 * doc-view.el (doc-view-conversion-refresh-interval)
3712 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3713 (doc-view-reset-slice): Doc fixes.
3714 (doc-view-menu): Remove deleted function doc-view-edit-doc.
3715
3716 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * help-at-pt.el (help-at-pt-unload-hook): Remove.
3719 Timers are automatically canceled by `unload-feature'.
3720
3721 * delsel.el (delsel-unload-hook): Remove function and variable.
3722 (delsel-unload-function): New-style unload function, adapted
3723 from `delsel-unload-hook'.
3724
3725 * msb.el (msb-unload-hook): Remove function and variable.
3726 (msb-unload-function): New-style unload function, adapted from
3727 `msb-unload-hook'.
3728
3729 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * desktop.el (uniquify-managed): Pacify byte compiler.
3732 (desktop-buffer-info): If the buffer name is managed by uniquify,
3733 save the base name, not the uniquified one.
3734 (desktop-create-buffer): Allow `rename-buffer' to generate a new
3735 name in case of conflict.
3736
3737 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * doc-view.el: Use expand-file-name rather than concat.
3740 (doc-view-cache-directory): Add the UID so multiple users won't clash.
3741 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3742 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3743 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3744 not to have to touch the buffer's content.
3745 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3746 (doc-view-mode): Use it. Don't mark as a special mode.
3747 Put the page numbers in the modeline.
3748 Set up the overlay. Hide the cursor. Run the mode hook.
3749 Use after-revert-hook rather than revert-buffer-function.
3750 (doc-view-search-internal): Fix typo.
3751 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3752 image-cache flush.
3753 (doc-view-reconvert-doc): Don't reset the whole mode.
3754 (doc-view-make-safe-dir): New function.
3755 (doc-view-current-cache-dir): Use it.
3756
3757 2007-10-30 Jason Rumney <jasonr@gnu.org>
3758
3759 * time.el (display-time-world-list): Test for zoneinfo support.
3760
3761 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3762
3763 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3764
3765 * net/tramp-cache.el (tramp-flush-file-function): Check also
3766 `default-directory' if `buffer-file-name' does not return a
3767 string. Added to `eshell-pre-command-hook'.
3768
3769 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * doc-view.el (doc-view-current-doc): Remove.
3772 Replace all uses by buffer-file-name.
3773 (doc-view-menu): New menu.
3774 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3775 unused var `doc'.
3776 (doc-view-sort): Simplify.
3777 (doc-view-buffer-message): Don't change buffer-modified-p.
3778 (doc-view-mode): Change it here instead.
3779 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3780 Don't modify the global value of revert-buffer-function.
3781
3782 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3783 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3784 (image-toggle-display): Take overlays into account and don't assume
3785 point-min==1.
3786
3787 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3788
3789 * vc.el (vc-annotate): Fix omission bug:
3790 Specify value for vc-sentinel-movepoint.
3791
3792 2007-10-30 Michael Olson <mwolson@gnu.org>
3793
3794 * textmodes/remember.el (remember-mode-hook)
3795 (remember-handler-functions, remember-annotation-functions):
3796 Add additional items as options, including some Org functions.
3797
3798 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3799
3800 * doc-view.el: Remove cl-dependency.
3801 (doc-view-buffer-message): Mention new binding K.
3802 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3803 instead of variable.
3804 (doc-view-current-cache-dir): Better cache dir naming.
3805 (doc-view-current-display): Remove variable.
3806 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3807 (doc-view-kill-proc): Set converter process to nil.
3808 (doc-view-minor-mode): New minor mode.
3809 (doc-view-minor-mode-map): New keymap.
3810 (doc-view-mode): Remove text/image switching code. Use plain defun.
3811 (doc-view-mode-map): New binding K kills converter process.
3812 Remove C-c C-e binding.
3813 (doc-view-mode-text-map): Remove keymap.
3814 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3815 d-v-display-maybe.
3816 (doc-view-previous-major-mode): New variable.
3817 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3818 (doc-view-remove-if): New function.
3819 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3820 (doc-view-toggle-display): Toggle modes instead of display styles.
3821 (doc-view-reconvert-doc): Adapt to new way of doing things.
3822
3823 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3824
3825 2007-10-30 Glenn Morris <rgm@gnu.org>
3826
3827 * dirtrack.el (dirtrack-mode): Doc fix.
3828
3829 * shell.el (shell-dirtrack-verbose, shell-mode)
3830 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3831
3832 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3833 (byte-compile-enable-warning): Doc fix.
3834
3835 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3836 suppress byte-opt warning.
3837
3838 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3841 (edt-gnu-emacs19-p): Remove.
3842 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3843 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3844 (edt-end-of-line-forward, edt-end-of-line-backward)
3845 (edt-one-word-forward, edt-one-word-backward, edt-character)
3846 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3847 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3848 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3849 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3850 (edt-sentence-backward, edt-paragraph-forward)
3851 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3852 (edt-window-bottom, edt-scroll-window-forward-line)
3853 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3854 (edt-line-to-top-of-window, edt-paragraph-backward)
3855 (edt-restore-key, edt-window-top, edt-window-bottom)
3856 (edt-scroll-window-forward-line)
3857 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3858 (edt-line-to-middle-of-window, edt-goto-percentage)
3859 (edt-display-the-time, edt-remember, edt-split-window)
3860 (edt-emulation-on, edt-emulation-off)
3861 (edt-default-emulation-setup, edt-user-emulation-setup)
3862 (edt-select-default-global-map, edt-select-user-global-map):
3863 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3864 tests.
3865
3866 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3867 Use feature test instead of boundp test so it can be resolved at
3868 compile time.
3869
3870 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3871
3872 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3875 Update all users.
3876 (abbrev-get, abbrev-put): Simplify.
3877 (define-abbrev): Don't store the `force' value in the :system property.
3878 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3879
3880 2007-10-30 Michael Olson <mwolson@gnu.org>
3881
3882 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3883
3884 * textmodes/remember.el: New file that implements a mode for
3885 quickly jotting down things to remember.
3886
3887 * textmodes/remember-diary.el: A backend for remember.el that
3888 implements saving notes to a Diary file.
3889
3890 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3891
3892 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3893 Relocate in file.
3894 (allout-doublecheck-at-and-shallower): Increase to include
3895 slightly greater depths, since yank interaction is now ok.
3896 Also, elaborate the docstring to explain the situation.
3897 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3898 instead of concat, so we accommodate key sequences expressed as
3899 vectors as well as strings and lists.
3900 (allout-flag-region, allout-hide-by-annotation): Make the
3901 hidden-text overlays 'front-advance.
3902 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3903 (allout-aberrant-container-p, allout-on-current-heading-p)
3904 (allout-e-o-prefix-p, allout-next-heading)
3905 (allout-previous-heading, allout-goto-prefix)
3906 (allout-end-of-prefix, allout-next-sibling-leap)
3907 (allout-next-visible-heading, allout-auto-fill)
3908 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3909 (allout-yank-processing, allout-resolve-xref)
3910 (allout-current-topic-collapsed-p, allout-hide-region-body)
3911 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3912 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3913 (count-trailing-whitespace-region): Preserve match data, so allout
3914 outline navigation doesn't disrupt other Emacs operations.
3915 (allout-beginning-of-line): Retreat to the beginning of the hidden
3916 text, so fields are respected (for submodes that care).
3917 (allout-end-of-line): Preserve mark activation status when jumping.
3918 (allout-open-topic): Account for opening after a child that
3919 contains a hidden trailing newline. Preserve match data.
3920 Run allout-structure-added-hook
3921 (allout-encrypt-decrypted): Preserve match data.
3922 (allout-toggle-current-subtree-exposure): Add new interactive
3923 function for toggle subtree exposure - suggested by tassilo.
3924 (move-beginning-of-line, move-end-of-line): Don't use
3925 line-move-invisible-p, it's obsolete - substitute the code, instead.
3926
3927 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3928
3929 * textmodes/flyspell.el (message-signature-separator):
3930 * longlines.el (message-indent-citation-function): Pacify byte
3931 compiler.
3932
3933 * emacs-lisp/cl-loaddefs.el:
3934 * ldefs-boot.el: Regenerate.
3935
3936 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3937 (.el.elc, compile, compile-always, compile-calc)
3938 ($(lisp)/progmodes/cc-mode.elc): Use it.
3939
3940 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3941 Only do work for XEmacs.
3942 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3943 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3944 on XEmacs.
3945 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3946 (ps-x-color-name, ps-x-color-specifier-p)
3947 (ps-x-copy-coding-system, ps-x-device-class)
3948 (ps-x-extent-end-position, ps-x-extent-face)
3949 (ps-x-extent-priority, ps-x-extent-start-position)
3950 (ps-x-face-font-instance, ps-x-find-coding-system)
3951 (ps-x-font-instance-properties, ps-x-make-color-instance)
3952 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3953 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3954 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3955 (ps-generate-postscript-with-faces): Delete defaliases.
3956 (ps-face-foreground-name, ps-face-background-name)
3957 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3958 Move definitions to top level, make the body conditional on the Emacs
3959 flavor. Replace uses of deleted aliases and renamed functions.
3960 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3961 of deleted aliases and renamed functions.
3962
3963 * calc/calc.el (calc-emacs-type-lucid): Remove.
3964 (calc-digit-map, calcDigit-start, calc-read-key)
3965 (calc-clear-unread-commands):
3966 * calc/calc-ext.el (calc-user-key-map): Replace uses of
3967 calc-emacs-type-lucid with (featurep 'xemacs)
3968
3969 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
3970 (featurep 'xemacs).
3971 (tpu-lucid-emacs19-p): Remove.
3972 (tpu-map-key): Make it a function instead of using fset. Inline
3973 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
3974 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
3975
3976 * ielm.el: Use featurep 'xemacs.
3977
3978 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
3979 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
3980 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
3981 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
3982 cperl-xemacs-p with (featurep 'xemacs).
3983 (font-lock-cache-position): Pacify byte compiler.
3984
3985 2007-10-29 Drew Adams <drew.adams@oracle.com>
3986
3987 * faces.el (read-color): New function.
3988 (face-at-point, foreground-color-at-point)
3989 (background-color-at-point): New functions.
3990
3991 2007-10-28 Richard Stallman <rms@gnu.org>
3992
3993 * net/browse-url.el (browse-url-text-xterm): Rename from
3994 browse-url-lynx-xterm and made generic.
3995 (browse-url-text-emacs): Likewise.
3996 (browse-url-text-browser): New variable.
3997 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
3998 (browse-url-text-input-field, browse-url-text-input-attempts)
3999 (browse-url-kde-program): Likewise.
4000
4001 2007-10-29 Glenn Morris <rgm@gnu.org>
4002
4003 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4004 Use mapc rather than mapcar (reinstall change deleted without log
4005 entry 2007-10-22).
4006
4007 2007-10-29 Martin Rudalics <rudalics@gmx.at>
4008
4009 * wdired.el (wdired-next-line, wdired-previous-line):
4010 Use next-line and previous-line wrapped in with-no-warnings.
4011
4012 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
4013
4014 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4015 (rcirc-recent-quit-alist): New function.
4016 (rcirc): Print a better message when there is only one connected server.
4017 (rcirc-complete-nick): Do not update the nick table here.
4018 (rcirc-mode-map): Add M-o.
4019 (rcirc-current-line): Add variable.
4020 (rcirc-mode): Setup variables for line based omit.
4021 (rcirc-edit-multiline): Strip text properties.
4022 (rcirc-omit-responses): Add NICK.
4023 (rcirc-omit-threshold): Add variable.
4024 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4025 Add functions.
4026 (rcirc-print): Keep track of current line. Do not fill text if
4027 `rcirc-fill-flag' is null. Only omit text if the last activity
4028 from the sender is more than `rcirc-omit-threshold' lines ago.
4029 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4030 numbers instead of time.
4031 (rcirc-channel-nicks): Sort by line numbers instead of time.
4032 (rcirc-omit-mode): Add `...' when omitting text and recenter.
4033 (rcirc-handler-JOIN): Restore the joiners linestamp.
4034 (rcirc-maybe-remember-nick-quit): Add function.
4035 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4036
4037 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * loadhist.el (unload-feature-special-hooks):
4040 Add `delete-frame-functions' and `suspend-tty-functions'.
4041
4042 * server.el (server-unload-function): Rename from `server-unload-hook'
4043 and adapt to new `unload-feature' functionality. Remove hook from
4044 `kill-buffer-hook' buffer-locally.
4045 (server-unload-hook): Remove.
4046 (server-unload-function): New var; replaces `server-unload-hook'.
4047
4048 2007-10-29 Glenn Morris <rgm@gnu.org>
4049
4050 * dirtrack.el (dirtrack-debug): Doc fix.
4051 (dirtrack-mode, dirtrack-debug-mode): New names for
4052 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
4053 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4054 Make obsolete.
4055 (dirtrack-debug-message): Only print message if
4056 dirtrack-debug-mode is non-nil. Use with-current-buffer.
4057 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
4058 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4059
4060 2007-10-28 Glenn Morris <rgm@gnu.org>
4061
4062 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4063 (byte-compile-warnings-safe-p): Handle `not'.
4064 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4065 (byte-compile-enable-warning): New functions.
4066 (byte-compile-eval-before-compile)
4067 (byte-compile-file-form-require): Use byte-compile-disable-warning.
4068 (byte-compile-close-variables): Locally bind byte-compile-warnings,
4069 but do not modify it.
4070 (byte-compile-eval, byte-compile-obsolete)
4071 (byte-compile-warn-about-unresolved-functions)
4072 (byte-compile-file-form-defvar)
4073 (byte-compile-file-form-custom-declare-variable)
4074 (byte-compile-file-form-require)
4075 (byte-compile-file-form-defmumble, byte-compile-lambda)
4076 (byte-compile-form, byte-compile-normal-call)
4077 (byte-compile-variable-ref, byte-compile-defvar)
4078 (byte-compile-make-variable-buffer-local):
4079 Use byte-compile-warning-enabled-p.
4080 * emacs-lisp/advice.el (ad-compile-function):
4081 Use byte-compile-disable-warning.
4082 * emacs-lisp/cl.el: Move local variables to end of file, and set
4083 byte-compile-warnings to `(not cl-functions)'.
4084 * emacs-lisp/cl-compat.el: Add a local variables section, and set
4085 byte-compile-warnings to `(not cl-functions)'.
4086 * emacs-lisp/cl-macs.el: Unify local variable section, and set
4087 byte-compile-warnings to `(not cl-functions)'.
4088 (cl-do-proclaim): Use byte-compile-disable-warning and
4089 byte-compile-enable-warning.
4090 * emacs-lisp/cl-seq.el: Unify local variable section, and set
4091 byte-compile-warnings to `(not cl-functions)'.
4092 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4093 Use byte-compile-disable-warning.
4094
4095 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
4096
4097 * cus-edit.el (custom-browse-insert-prefix):
4098 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4099
4100 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * server.el (server-process-filter): Fix typo in docstring.
4103 (server-log): Reflow docstrings.
4104 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4105 (server-goto-line-column): Use `when'.
4106
4107 2007-10-28 Juri Linkov <juri@jurta.org>
4108
4109 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4110 when mouse is clicked on the isearch message.
4111 (isearch-resume): Call `isearch-update' at the end.
4112 Rename argument `search' to `string' to conform to the
4113 isearch terminology.
4114
4115 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 Rewrite abbrev.c in Elisp.
4118 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4119 (abbrev-table-get, abbrev-table-put, abbrev-get)
4120 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4121 (define-abbrev, abbrev--check-chars, define-global-abbrev)
4122 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
4123 (abbrev-expansion, abbrev--before-point, expand-abbrev)
4124 (unexpand-abbrev, abbrev--write, abbrev--describe)
4125 (insert-abbrev-table-description, define-abbrev-table):
4126 New funs, largely transcribed from abbrev.c.
4127 (abbrev-with-wrapper-hook): New macro.
4128 (abbrev-table-name-list, global-abbrev-table)
4129 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
4130 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
4131 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
4132 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
4133 New vars, largely transcribed from abbrev.c.
4134 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
4135 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
4136 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
4137
4138 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4139
4140 * ps-print.el: Now detect if text foreground and background colors are
4141 equal and replace the foreground color by another color, so the text
4142 becomes visible. Doc fix.
4143 (ps-print-version): New version 6.8.
4144 (ps-default-fg, ps-default-bg): Docstring fix.
4145 (ps-postscript-code-directory): Fix default value code.
4146 (ps-fg-list, ps-fg-validate-p): New options.
4147 (ps-foreground-list): New var.
4148 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4149
4150 2007-10-27 Glenn Morris <rgm@gnu.org>
4151
4152 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4153 (shell-dirtrack-toggle): Mark as obsolete.
4154 (dirtrack-toggle, dirtrack-mode): No longer alias to
4155 shell-dirtrack-mode.
4156
4157 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4158
4159 * calc/calc.el (math-standard-opers): Lower the precedence
4160 of negation.
4161 * calc/calc-lang.el (math-oper-table): Lower precedence of
4162 negation for C, TeX, and eqn.
4163
4164 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4165
4166 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4167
4168 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4171 (desktop-not-loaded-hook): Fix :version tags.
4172
4173 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4176 (tramp-get-remote-tmpdir): New defun.
4177 (tramp-make-tramp-temp-file): Use it.
4178 (tramp-local-call-process): New defun. Replace all calls of
4179 `call-process' by this when appropriate.
4180 (tramp-handle-write-region): Replace calls of `file-attributes' by
4181 `tramp-compat-file-attributes'.
4182 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4183 Make the first command a `tramp-send-command' call, with let-bind
4184 of `tramp-end-of-output'.
4185 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4186 (tramp-load-report-modules, tramp-append-tramp-buffers):
4187 Move to tramp-cmds.el.
4188
4189 * net/tramp-fish.el (tramp-fish-handle-copy-file)
4190 (tramp-fish-do-copy-or-rename-file)
4191 (tramp-fish-do-copy-or-rename-file-directly):
4192 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4193 Add parameter PRESERVE-UID-GID.
4194
4195 2007-10-27 Eli Zaretskii <eliz@gnu.org>
4196
4197 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4198 New defcustoms.
4199 (display-time-world-list): Use them as appropriate for the current
4200 value of `system-type'.
4201
4202 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4203
4204 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4205 Move (again) some variable definitions before use, define some fun
4206 aliases, no code change.
4207 (pr-version): New version 6.9.2.
4208 (pr-path-style, pr-auto-region, pr-menu-char-height)
4209 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4210 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4211 via (defvar VAR).
4212 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4213 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4214 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4215 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4216 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4217 (pr-menu-print-item, pr-ps-printer-menu-modified)
4218 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4219 (pr-even-or-odd-alist): Vars definition moved.
4220
4221 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4222
4223 * emulation/pc-select.el (next-line-mark, next-line-nomark)
4224 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4225 around uses of previous-line and next-line.
4226
4227 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4228 New defvars.
4229
4230 * textmodes/css-mode.el (comment-continue):
4231 * net/browse-url.el (url-handler-regexp):
4232 * progmodes/idlw-help.el (idlwave-system-routines):
4233 Pacify byte-compiler.
4234
4235 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4236 line-move-invisible-p with its former definition: invisible-p.
4237 line-move-invisible-p was removed on 2007-08-29.
4238
4239 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4240
4241 * files.el (kill-emacs-query-functions): Doc fix;
4242 `save-buffers-kill-emacs' is no longer bound to a key.
4243
4244 2007-10-26 Richard Stallman <rms@gnu.org>
4245
4246 * isearch-multi.el (isearch-buffers-multi): New option.
4247 (isearch-buffers-search-fun): Test it.
4248
4249 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4250 Put ps-run-clear on C-c C-l.
4251
4252 * newcomment.el (comment-styles): New style indent-or-triple.
4253 (comment-style): Make that the default.
4254 (comment-add defvar): Doc fix.
4255 (comment-add): Delete arg EXTRA.
4256 (comment-region-default): Open code call to comment-add.
4257 Handle indent-or-triple style which uses `multi-char' for INDENT.
4258
4259 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4260
4261 * eshell/em-unix.el (nil-blank-string): Doc fix.
4262
4263 2007-10-26 John Wiegley <johnw@newartisans.com>
4264
4265 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4266 function, ensure that the third argument is turned into a nil if
4267 the string is otherwise completely empty (either no characters, or
4268 all tabs/spaces). This fixes a bug from a user who found himself
4269 unable to customize `diff-switches' and still use Eshell's diff
4270 command.
4271
4272 2007-10-26 Glenn Morris <rgm@gnu.org>
4273
4274 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4275 safe-local-variable property.
4276
4277 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
4278
4279 * net/browse-url.el (browse-url-browser-function): Delete grail.
4280 (browse-url-grail): Function and variable deleted.
4281 (browse-url-browser-function): Delete IXI Mosaic.
4282 (browse-url-default-browser): Don't try IXI Mosaic.
4283 (browse-url-iximosaic): Function deleted.
4284 (browse-url-browser-function): Delete MMM.
4285 (browse-url-default-browser): Don't try MMM.
4286 (browse-url-mmm): Function deleted.
4287
4288 2007-10-26 Drew Adams <drew.adams@oracle.com>
4289
4290 * custom.el (custom-note-var-changed): New function.
4291
4292 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
4293
4294 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4295 use with the definition. Remove.
4296
4297 * add-log.el (change-log-start-entry-re): New defconst.
4298 (change-log-sortable-date-at): Use it.
4299 (change-log-beginning-of-defun, change-log-end-of-defun):
4300 New functions.
4301 (change-log-mode): Use them for beginning-of-defun-function and
4302 end-of-defun-function.
4303
4304 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4305
4306 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4307 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4308 (ses-recalculate-cell): Deal with point being just beyond end of
4309 data area (why does this happen?)
4310 (ses-set-curcell): Ditto.
4311 (ses-column-letter): Handle columns beyond 702. Code written by
4312 Gareth Rees.
4313
4314 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
4315
4316 * textmodes/org.el (org-agenda-get-restriction-and-command):
4317 Use `mapc' instead of `mapcar'.
4318 (org-agenda-list): Numeric prefix argument can specify the number
4319 of days.
4320 (remember-register, remember-buffer): Prevent byte compiler from
4321 complaining.
4322 (org-todo): Save and restore match data.
4323 (org-no-warnings): New macro.
4324 (org-columns-eval): Use `org-no-warnings'.
4325
4326 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
4327
4328 * comint.el (comint-password-prompt-regexp):
4329 Handle `[sudo] password'-style prompt.
4330
4331 2007-10-25 Glenn Morris <rgm@gnu.org>
4332
4333 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4334 (defcustom): Doc fix.
4335
4336 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4337 Add `non_intrinsic'.
4338 (f90-constants-re): Add ieee modules.
4339 (f90-typedef-matcher, f90-typedec-matcher)
4340 (f90-imenu-type-matcher): New functions.
4341 (f90-font-lock-keywords-1): Give module procedures function-name face.
4342 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
4343 Add `use, intrinsic'.
4344 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4345 Move start of `enum' blocks to separate entry.
4346 (f90-start-block-re): Fix `type', `abstract interface'.
4347 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4348 derived types.
4349 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4350 `elemental', change `enumerator'.
4351 (f90-no-block-limit): Fix `abstract interface'.
4352
4353 * progmodes/f90.el (f90-indented-comment-re)
4354 (f90-directive-comment-re, f90-break-delimiters):
4355 * progmodes/fortran.el (fortran-comment-line-start-skip)
4356 (fortran-directive-re):
4357 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4358 as safe if they are strings.
4359
4360 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * startup.el (window-system): Remove. Don't make it frame-local.
4363
4364 2007-10-24 Richard Stallman <rms@gnu.org>
4365
4366 * savehist.el (savehist-save): Omit unreadable elements.
4367
4368 * loadhist.el (unload-function-defs-list): Rename from
4369 unload-function-features-list.
4370 (unload-feature-special-hooks, unload-feature): Doc fixes.
4371
4372 * indent.el (indent-to-left-margin): If point's in the indentation,
4373 move to the end of the indentation.
4374
4375 * cus-edit.el (customize-changed-options): Make arg optional.
4376
4377 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4380
4381 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4382
4383 * textmodes/org-publish.el (org-publish-attachment): Re-install
4384 accidentally deleted change.
4385
4386 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * term/iris-ansi.el (iris-function-map): Move init into declaration.
4389
4390 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4393 (Buffer-menu-mode-map): Initialize in the declaration.
4394 (Buffer-menu-mode): Define with `define-derived-mode'.
4395
4396 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
4397
4398 * textmodes/org.el (org-version): Change to 5.13e.
4399 (org-agenda-file-regexp): Fix typo in docstring.
4400 (org-add-planning-info): Fix bug in parenthesis settings.
4401 (org-scan-tags): Catch the case of indirect buffers with no filename.
4402 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4403 Re-install switch to mapc, had been removed by accident.
4404 (org-columns-map): New binding `C-c C-o'.
4405 (org-columns-menu): Change menu text and added new entry.
4406 (org-columns-eval): Document the use of `next-line'.
4407 (org-columns-open-link): New function.
4408 (org-columns-follow-link): Remove function.
4409 (org-open-link-from-string): New function.
4410 (org-read-date-get-relative): Fix typo in docstring.
4411 (org-read-date-get-relative): Leading +/- is not optional.
4412 (org-agenda-get-restriction-and-command): Always resize window on
4413 first loop cycle.
4414 (org-agenda-open-link): Make sure the link abbreviations are
4415 present in the agenda buffer.
4416 (org-agenda-copy-local-variable): New function.
4417
4418 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4421
4422 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * simple.el (reindent-then-newline-and-indent): Use a `move after
4425 insert' kind of marker in the save-excursion.
4426
4427 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * textmodes/css-mode.el: Require CL.
4430 (comment-continue): Declare.
4431
4432 * subr.el (make-variable-frame-localizable): Remove.
4433 (make-variable-frame-local): Mark obsolete.
4434
4435 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4438 of the subdirs is unreadable.
4439
4440 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4443 when we are local.
4444
4445 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 * progmodes/python.el (python-current-defun): Remove left-over
4448 assignment to `start'.
4449
4450 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4451
4452 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4453 than `mapcar'; return value is not used.
4454
4455 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4456
4457 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4458 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4459
4460 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4461
4462 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4463 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4464
4465 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4466
4467 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4468
4469 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4470
4471 * emacs-lisp/advice.el (ad-make-advised-docstring):
4472 Add ad-advice-info text property to doc string.
4473
4474 2007-10-23 Glenn Morris <rgm@gnu.org>
4475
4476 * progmodes/f90.el (f90-do-indent, f90-if-indent)
4477 (f90-type-indent, f90-program-indent, f90-associate-indent)
4478 (f90-continuation-indent, f90-comment-region)
4479 (f90-beginning-ampersand, f90-smart-end)
4480 (f90-break-before-delimiters, f90-auto-keyword-case)
4481 (f90-leave-line-no, f90-mode-hook):
4482 Give an appropriate safe-local-variable property.
4483
4484 * progmodes/fortran.el (fortran-tab-mode-default)
4485 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4486 (fortran-structure-indent, fortran-continuation-indent)
4487 (fortran-comment-indent, fortran-comment-line-extra-indent)
4488 (fortran-comment-line-start)
4489 (fortran-minimum-statement-indent-fixed)
4490 (fortran-minimum-statement-indent-tab)
4491 (fortran-comment-indent-char, fortran-line-number-indent)
4492 (fortran-check-all-num-for-matching-do)
4493 (fortran-blink-matching-if, fortran-continuation-string)
4494 (fortran-comment-region, fortran-electric-line-number)
4495 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4496 (fortran-analyze-depth, fortran-break-before-delimiters):
4497 Give an appropriate safe-local-variable property.
4498
4499 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4500
4501 * printing.el: Move variable definitions before use.
4502 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4503
4504 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4507 (tpu-edt-off): Use it.
4508 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
4509 the global-map before adding it to global-map.
4510
4511 * menu-bar.el (global-buffers-menu-map): New var.
4512 (global-map, menu-bar-update-buffers): Use it.
4513 * msb.el (msb-menu-bar-update-buffers): Use it.
4514 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4515 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4516 Use with-current-buffer.
4517
4518 2007-10-22 Juri Linkov <juri@jurta.org>
4519
4520 * isearch-multi.el: New file.
4521
4522 * isearch.el (isearch-search-string): After finding the next
4523 occurrence switch to buffer isearch-buffers-current-buffer when
4524 isearch-buffers-next-buffer-function is non-nil and
4525 isearch-buffers-current-buffer is live.
4526
4527 * add-log.el (change-log-mode): Make and set buffer-local variable
4528 isearch-buffers-next-buffer-function to change-log-next-buffer.
4529 Call isearch-buffers-minor-mode.
4530 (change-log-next-buffer): New function.
4531
4532 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
4533
4534 * org-export-latex.el (org-export-latex-protect-string):
4535 Renaming of `org-latex-protect'.
4536 (org-export-latex-emphasis-alist): By default, don't protect
4537 any emphasis formatter from further conversion.
4538 (org-export-latex-tables): Honor column grouping for tables.
4539 (org-export-latex-title-command): New option.
4540 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4541 export backslash character.
4542
4543 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4544
4545 * textmodes/org.el (org-read-date-get-relative): New function.
4546 (org-agenda-file-regexp): New variable.
4547 (org-agenda-files): Allow directories in the variable.
4548 (org-agenda-get-restriction-and-command): New function.
4549 (org-agenda): Use `org-agenda-get-restriction-and-command'.
4550 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4551 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4552 New functions.
4553 (org-entry-add-to-multivalued-property)
4554 (org-entry-remove-from-multivalued-property)
4555 (org-entry-member-in-multivalued-property): New functions.
4556 (org-remember-apply-template): Catch C-g and make sure window
4557 configuration is restored.
4558 (org-agenda-open-link): Make it work with several links in the line.
4559 (org-drawers, org-set-regexps-and-options)
4560 (org-get-current-options): Add support for a DRAWERS in-buffer option.
4561 (org-agenda-window-frame-fractions): New option.
4562 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4563 (org-columns-cleanup-item, org-find-entry-with-id)
4564 (org-insert-columns-dblock, org-listtable-to-string)
4565 (org-dblock-write:columnview, org-columns-capture-view)
4566 (org-edit-headline): New functions.
4567 (org-agenda-to-appt): Require calendar.
4568 (org-entry-get-with-inheritance): Widen for search.
4569 (org-columns-display-here): Don't mark buffer as modified when
4570 adding space characters to accomodate column overlays.
4571 (org-export-as-html): Better formatting of tags in the toc.
4572 (org-columns-display-here): Make the ITEM column as compact as possible.
4573 (org-remember-templates): Customization interface improved.
4574 (org-export-with-property-drawer): Variable removed.
4575 (org-export-with-drawers): New option.
4576 (org-complex-heading-regexp): New variable.
4577 (org-sort-entries): Rewrite using `sort-subr'.
4578 (org-set-property): More appropriate completion during interactive use.
4579 (org-sort-entries): Allow sorting by property.
4580 (org-additional-option-like-keywords): Add more values.
4581 (org-sort-entries-or-items): Rename from `org-sort-entries'.
4582
4583 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4584
4585 * textmodes/org.el (org-get-date-from-calendar): New function.
4586 (org-at-timestamp-p, org-timestamp-change)
4587 (org-remember-templates): First element of each entry is now a
4588 name for the template.
4589 (org-store-log-note): Check for `org-note-abort'.
4590 (org-kill-note-or-show-branches): New command.
4591 (org-fontify-priorities): New option.
4592 (org-fontify-priorities): New function.
4593 (org-cut-subtree, org-copy-subtree): New argument N to
4594 act on N sequential subtrees.
4595 (org-paste-subtree): Fix the level at which a tree is pasted.
4596 (org-fit-agenda-window): Limitations on window size removed.
4597 (org-agenda-find-same-or-today-or-agenda): Rename from
4598 `org-agenda-find-today-or-agenda'.
4599 (org-scheduled-past-days): New option.
4600 (org-agenda-scheduled-leaders)
4601 (org-agenda-deadline-leaders): New options.
4602 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4603 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4604 (org-export-with-tags, org-export-plist-vars)
4605 (org-infile-export-plist): New "tags" option.
4606 (org-use-property-inheritance): New option.
4607 (org-cached-entry-get): Use `org-use-property-inheritance'.
4608 (org-remember-apply-template): Fix typo.
4609
4610 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
4611
4612 * net/tramp.el (tramp-find-shell)
4613 (tramp-open-connection-setup-interactive-shell): Improve sending
4614 initial commands.
4615 (tramp-action-terminal): Send debug message.
4616 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4617 (tramp-barf-if-no-shell-prompt): Insert code of
4618 `tramp-wait-for-shell-prompt'.
4619
4620 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4623
4624 * term/vt200.el (terminal-init-vt200):
4625 * term/vt201.el (terminal-init-vt201):
4626 * term/vt220.el (terminal-init-vt220):
4627 * term/vt240.el (terminal-init-vt240):
4628 * term/vt300.el (terminal-init-vt300):
4629 * term/vt320.el (terminal-init-vt320):
4630 * term/vt400.el (terminal-init-vt400):
4631 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4632
4633 * term/wyse50.el (wyse50-terminal-map): New var.
4634 (terminal-init-wyse50): Use it and input-decode-map.
4635 (enable-arrow-keys): Emasculate.
4636
4637 * term/tvi970.el (tvi970-terminal-map): New var.
4638 (terminal-init-tvi970): Use it and input-decode-map.
4639 (tvi970-keypad-numeric): Remove.
4640 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4641
4642 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4643 (terminal-init-sun): Use it and input-decode-map.
4644
4645 * term/news.el (terminal-init-news):
4646 * term/lk201.el (terminal-init-lk201):
4647 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4648
4649 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4650
4651 * complete.el (PC-expand-many-files): Remove.
4652 (PC-do-completion): Call file-expand-wildcards instead of
4653 PC-expand-many-files.
4654
4655 * net/tramp.el (tramp-handle-expand-many-files): Remove.
4656 (PC-expand-many-files): Remove advice.
4657
4658 2007-10-22 Glenn Morris <rgm@gnu.org>
4659
4660 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4661 Add some support for Fortran 2003 syntax:
4662 (f90-type-indent): Now also applies to `enum'.
4663 (f90-associate-indent): New user option.
4664 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4665 Add some F2003 keywords.
4666 (f90-constants-re): New constant.
4667 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4668 Interface'.
4669 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4670 `class'. Arguments for `type'/`class' may have spaces. Add a new
4671 element for functions with specified types. Add `end enum' and
4672 `select type'. Add `implicit enumerator' and `procedure'.
4673 Add `class default' and `type is', `class is'. Fix `go to' regexp.
4674 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4675 (f90-font-lock-keywords-4): Add `f90-constants-re'.
4676 (f90-blocks-re): Add `enum' and `associate'.
4677 (f90-else-like-re): Add `class is', `type is', and `class default'.
4678 (f90-end-type-re): Add `enum'.
4679 (f90-end-associate-re, f90-typeis-re): New constants.
4680 (f90-end-block-re): Add `enum' and `associate'. Change from
4681 optional whitespace to end-of-word, to avoid `enumerator'.
4682 (f90-start-block-re): Add `select type', `abstract interface', and
4683 `enum'. Avoid `type is', and `type (sometype)'.
4684 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4685 (f90-mode): Doc fix.
4686 (f90-looking-at-select-case): Doc fix. Add `select type'.
4687 (f90-looking-at-associate): New function.
4688 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4689 Add `enum' and `abstract interface'.
4690 (f90-no-block-limit): Add `select type' and `abstract interface'.
4691 (f90-get-correct-indent, f90-calculate-indent)
4692 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4693 (f90-indent-region, f90-match-end): Handle `associate' blocks.
4694
4695 2007-10-22 Martin Rudalics <rudalics@gmx.at>
4696
4697 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4698 Use window-full-width-p.
4699
4700 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
4701
4702 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4703
4704 * tooltip.el: Use featurep 'xemacs.
4705
4706 * printing.el: Move variable definitions before use, no code change.
4707
4708 2007-10-22 Juri Linkov <juri@jurta.org>
4709
4710 * simple.el (goto-history-element): Allow minibuffer-default to be
4711 a list of default values accessible by typing M-n in the minibuffer.
4712
4713 * dired-x.el (dired-guess-shell-command): Put all guesses to the
4714 minibuffer default value list instead of pushing them temporarily
4715 to the history list.
4716
4717 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4718
4719 * hexl.el (hexl-menu): New major mode menu.
4720
4721 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4724
4725 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4726
4727 * w32-fns.el (w32-quote-process-args):
4728 * dos-w32.el (print-region-function, lpr-headers-switches)
4729 (ps-print-region-function): Pacify byte-compiler.
4730
4731 * emulation/edt-mapper.el (function-key-map):
4732 (edt-map-key): Make it a function instead of using fset.
4733 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
4734 (edt-gnu-map-key, edt-lucid-map-key): Remove.
4735 (edt-x-emacs-p): Remove.
4736 (edt-emacs-variant, edt-window-system, edt-xserver):
4737 Use featurep 'xemacs.
4738
4739 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4740 Replace eudc-xemacs-p with its definition.
4741 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4742 (eudc-emacs-mule-p): Remove.
4743 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4744 eudc-xemacs-p with feature tests.
4745
4746 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4747 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4748 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4749 (eudc-bob-toggle-inline-display):
4750 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4751 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4752
4753 * net/eudcb-ph.el (eudc-ph-open-session):
4754 Replace eudc-xemacs-mule-p with its former definition.
4755
4756 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4757 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4758
4759 * progmodes/vera-mode.el (vera-xemacs): Remove.
4760 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4761
4762 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4763 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4764 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4765 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4766 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4767 with (featurep 'xemacs).
4768
4769 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4770 (save-buffer-state-x):
4771 * obsolete/fast-lock.el (fast-lock-verbose):
4772 * emulation/viper-init.el (viper-xemacs-p)
4773 (viper-cond-compile-for-xemacs-or-emacs):
4774 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4775 * ps-print.el (case-fold-search):
4776 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4777 * calculator.el (calculator-help): Use featurep 'xemacs.
4778
4779 * progmodes/prolog.el: Undo previous change.
4780 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4781
4782 * progmodes/dcl-mode.el:
4783 * play/yow.el:
4784 * calendar/todo-mode.el:
4785 * calendar/cal-hebrew.el:
4786 * vc-hg.el: Undo previous change.
4787
4788 * vms-patch.el: Likewise.
4789 (print-region-function): Pacify byte-compiler.
4790
4791 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4794 preserve-uid-gid.
4795
4796 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4797 compatibility. It is not used, though.
4798
4799 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4800 Require tramp-cmds.el.
4801 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4802 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4803 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4804 (tramp-do-copy-or-rename-file-out-of-band)
4805 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4806 possible, because we don't need to create the temporary file, but
4807 we need a prefix for ssh, which has its own temporary file handling.
4808 (tramp-handle-delete-directory): Add "-f" to rmdir.
4809 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4810 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4811 a signal, in order to give the callee a chance to suppress.
4812 (tramp-handle-write-region): Set owner also in case of short
4813 track. Don't use compatibility calls for `write-region' anymore.
4814 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4815 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4816
4817 * net/tramp-cmds.el: New file.
4818
4819 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4820 `tramp-clear-passwd'.
4821
4822 * net/trampver.el: Update release number.
4823
4824 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4825
4826 * progmodes/gud.el (gud-target-name): Move definition before use.
4827
4828 * progmodes/dcl-mode.el: Require imenu at compile time.
4829
4830 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4831 Pacify byte-compiler.
4832
4833 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4834
4835 * eshell/esh-mode.el (eshell-handle-ansi-color):
4836 Require ansi-color at compile time too.
4837
4838 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4839
4840 * w32-fns.el: Require w32-vars.
4841
4842 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4843 time too.
4844
4845 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * double.el ([ignore]): Use `ignore'.
4848 (double-setup): Inline into double-mode.
4849 (double-mode): Use define-minor-mode.
4850
4851 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4852
4853 * textmodes/reftex.el: Move require easymenu before first use.
4854 (reftex-info): Require info at compile too.
4855
4856 * textmodes/org-publish.el (org-publish-org-to-html)
4857 (org-publish-org-to): Require org at compile time too.
4858 (org-publish-attachment): Require at compile time too.
4859
4860 * term/tty-colors.el (w32-tty-standard-colors):
4861 Pacify byte-compiler.
4862
4863 * term/pc-win.el (frame-creation-function-alist): Add to this
4864 instead of setting frame-creation-function.
4865
4866 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4867
4868 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4869
4870 * calendar/todo-mode.el: Require calendar at compile time.
4871
4872 * calendar/cal-hebrew.el: Require holidays at compile time.
4873
4874 * w32-vars.el: Provide w32-vars.
4875
4876 * term/w32-win.el: Require w32-vars.
4877 (w32-color-map): Pacify byte-compiler.
4878
4879 * loadup.el: Load w32-vars before term/w32-win.
4880
4881 2007-10-20 Juri Linkov <juri@jurta.org>
4882
4883 * textmodes/fill.el (fill-paragraph): When the region is active,
4884 don't try other `or' branches regardless of the value returned by
4885 fill-region; just return t.
4886
4887 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4888
4889 * vc.el (vc-do-command): Condition out a misleading message when
4890 running asynchronously.
4891 (vc-deduce-fileset): New argument enables using an unregistered
4892 visited file as a singleton fileset if nothing else is available.
4893 (vc-next-action): Restore file-registering behavior.
4894
4895 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4896
4897 * calc/README: Add recent news.
4898
4899 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4900
4901 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4902 (x-gtk-map-stock): Delete duplicated definitions from merge.
4903
4904 * progmodes/compile.el (compilation-skip-to-next-location)
4905 (compilation-skip-threshold, compilation-skip-visited):
4906 Move definitions earlier.
4907
4908 * play/decipher.el (decipher-keypress):
4909 * play/zone.el (zone-fall-through-ws):
4910 * play/landmark.el (lm-move-down, lm-move-up):
4911 * play/handwrite.el (handwrite):
4912 * mail/mspools.el (mspools-visit-spool):
4913 * wdired.el (wdired-next-line, wdired-previous-line):
4914 * tar-mode.el (tar-subfile-save-buffer):
4915 * scroll-lock.el (scroll-lock-next-line)
4916 (scroll-lock-previous-line):
4917 * image-dired.el (image-dired-next-line)
4918 (image-dired-previous-line):
4919 * ediff-help.el (ediff-help-message-line-length):
4920 Use forward-line.
4921
4922 * smerge-mode.el (smerge-auto-refine):
4923 * diff-mode.el (diff-auto-refine): Add :group.
4924
4925 * play/yow.el: Require doctor at compile time.
4926
4927 * vmsproc.el: Provide vmsproc.
4928 (command-send-input): Use forward-line.
4929
4930 * vms-patch.el: Require ps-print and vmsproc at compile time.
4931
4932 * vc-mtn.el (log-view-message-re, log-view-file-re)
4933 (log-view-font-lock-keywords): Pacify byte-compiler.
4934
4935 * vc-hg.el: Require log-view at compile time.
4936
4937 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4938
4939 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4940
4941 2007-10-20 Glenn Morris <rgm@gnu.org>
4942
4943 * progmodes/f90.el (f90-font-lock-keywords-2)
4944 (f90-looking-at-type-like): Fix regexp typos.
4945
4946 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4947
4948 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4949 (bs-mode): Set mode-class property to special.
4950
4951 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * diff-mode.el (diff-auto-refine): New var.
4954 (diff-hunk): Use it.
4955 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4956 (diff-refine-change): Rename from diff-fine-change. Change it.
4957 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4958 (diff-refine-hunk): Rename from diff-fine-highlight.
4959
4960 2007-10-20 John Paul Wallington <jpw@pobox.com>
4961
4962 * help-fns.el (describe-variable-custom-version-info): New function
4963 to return variable's version or package version note.
4964 (describe-variable): Use it, display result.
4965
4966 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * smerge-mode.el (smerge-auto-refine): New var.
4969 (smerge-next, smerge-prev): Use it.
4970 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
4971
4972 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4973 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
4974
4975 * vc-bzr.el (vc-bzr-diff-tree):
4976 * vc-git.el (vc-git-diff-tree):
4977 * vc-hg.el (vc-hg-diff-tree):
4978 * vc-mcvs.el (vc-mcvs-diff-tree):
4979 * vc-mtn.el (vc-mtn-diff-tree):
4980 * vc-svn.el (vc-svn-diff-tree): Remove.
4981
4982 * vc-mtn.el (vc-mtn-revision-completion-table):
4983 * vc-cvs.el (vc-cvs-revision-completion-table):
4984 * vc-arch.el (vc-arch-revision-completion-table):
4985 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
4986 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
4987 Make it work when the arg is a list of files.
4988
4989 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
4992 Also `revision-completion-table' now takes a list of files.
4993 (vc-deduce-fileset): Remove unused var `regexp'.
4994 Only obey allow-directory-wildcard in dired buffers.
4995 (vc-default-diff-tree): Remove.
4996 (vc-diff-added-files): New var.
4997 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
4998 (vc-version-diff): Revert from `vc-history-diff' to the original name.
4999 Remove the `backend' arg.
5000 (vc-contains-version-controlled-file): Remove.
5001 (vc-diff): Bring it closer to the version in Emacs-22.
5002 (vc-revert): Fix typo in let-binding.
5003 (vc-default-unregister): Remove.
5004 (vc-dired-buffers-for-dir): Remove N^2 behavior.
5005
5006 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5007
5008 * textmodes/two-column.el (2C-split, 2C-merge):
5009 * textmodes/bib-mode.el (bib-find-key, mark-bib):
5010 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5011 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5012 * progmodes/ada-xref.el (ada-get-all-references):
5013 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5014 * emulation/vi.el (vi-previous-line-first-nonwhite)
5015 (vi-effective-range, vi-put-before):
5016 * emulation/edt.el (edt-next-line, edt-previous-line)
5017 (edt-paragraph-forward): Use forward-line.
5018
5019 * progmodes/etags.el (tags-apropos): Require apropos at compile
5020 time too.
5021
5022 * progmodes/prolog.el: Require comint when compiling.
5023 (inferior-prolog-flavor): Move defvar before use.
5024
5025 2007-10-19 Richard Stallman <rms@gnu.org>
5026
5027 * font-core.el (turn-on-font-lock-if-desired):
5028 Rename from `turn-on-font-lock-if-enabled'.
5029 Fully obey `font-lock-global-modes'.
5030
5031 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5034 which will not affect the behavior of things like forward-word.
5035 (diff-fine-highlight): Preserve point.
5036
5037 * doc-view.el (doc-view-mode-map): Use remapping.
5038 Don't rebind C-v, M-v to their default value.
5039 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5040
5041 * smerge-mode.el: Add word-granularity refinement.
5042 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5043 (smerge-refine-weight-hack): New vars.
5044 (smerge-refine-forward): New fun.
5045 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5046 (smerge-refine-subst): Use them as well. Preserve point.
5047
5048 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * follow.el (follow-unload-function): New function.
5051
5052 * loadhist.el (unload-function-features-list):
5053 Rename from `unload-hook-features-list'.
5054 (unload-hook-features-list): Add as obsolete alias.
5055 (unload-feature): Use `unload-function-features-list'
5056 and new FEATURE-unload-function.
5057
5058 2007-10-19 Glenn Morris <rgm@gnu.org>
5059
5060 * bindings.el (mouse-minor-mode-menu)
5061 (minor-mode-menu-from-indicator): Move to mouse.el.
5062 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5063 Move here from bindings.el.
5064
5065 2007-10-19 Richard Stallman <rms@gnu.org>
5066
5067 * help-fns.el (describe-function-1): Don't use the advice origname
5068 if it has no function definition.
5069
5070 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5071
5072 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5073 Use `save-restriction' rather than `widen'.
5074
5075 2007-10-18 Richard Stallman <rms@gnu.org>
5076
5077 * time.el (display-time-world-time-format): Display day # not month #.
5078
5079 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5080
5081 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5082
5083 * doc-view.el: Remove version keyword.
5084 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5085 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
5086 (doc-view-ghostscript-options): Improve custom type.
5087 (doc-view-cache-directory, doc-view-conversion-buffer)
5088 (doc-view-conversion-refresh-interval): Simplify custom type.
5089
5090 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
5091
5092 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5093 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5094 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5095 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5096 Remove superfluous messages.
5097 (doc-view-mode-map): Use the image-mode scrolling commands.
5098 Don't rebind C-x k.
5099
5100 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5101
5102 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5103 Add comment about "-dSAFER".
5104
5105 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * term/xterm.el: Don't require xt-mouse.
5108 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5109 calling turn-on-xterm-mouse-tracking-on-terminal directly.
5110
5111 * xt-mouse.el: Don't change the global function-key-map anny more.
5112 (xterm-mouse-mode): Use terminal-init-xterm-hook.
5113 Don't use after-make-frame-functions now that term/xterm.el calls
5114 us directly.
5115 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5116 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
5117 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5118 Setup input-decode-map and remember that xterm-mouse-mode was
5119 enabled in this terminal.
5120 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5121 terminals where it has been enabled.
5122
5123 * faces.el (tty-create-frame-with-faces): Make sure not only
5124 tty-run-terminal-initialization but also set-locale-environment
5125 are run only once per terminal.
5126 (tty-run-terminal-initialization): Don't check if the terminal was
5127 already initted.
5128
5129 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
5130 not to remove keymaps that just happen to inherit from one of ours.
5131 When setting up our keymap, make sure it won't be accidentally
5132 modified by someone else.
5133
5134 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5135
5136 * textmodes/artist.el (artist-previous-line, artist-next-line):
5137 * dired.el (dired-next-line, dired-previous-line):
5138 * progmodes/delphi.el (delphi-newline):
5139 * textmodes/org.el (org-columns-eval):
5140 Use forward-line.
5141
5142 * emerge.el (emerge-setup): Use insert-buffer-substring.
5143 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
5144
5145 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
5148 (adaptive-fill-function): Doc fix. Remove * from docstring.
5149
5150 2007-10-18 Tom Horsley <tom.horsley@att.net>
5151
5152 * simple.el (interprogram-paste-function): Doc fix.
5153 (current-kill): Accept list of strings as well
5154 as single string from `interprogram-paste-function'.
5155
5156 2007-10-18 Glenn Morris <rgm@gnu.org>
5157
5158 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5159
5160 2007-10-18 Drew Adams <drew.adams@oracle.com>
5161
5162 * bindings.el (mode-line-minor-mode-keymap):
5163 Add mouse-minor-mode-menu on mouse-1.
5164 (mode-line-modes): Add mouse-1 to help-echo text.
5165 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5166 New functions.
5167 (mode-line-minor-mode-help): Doc fix.
5168
5169 2007-10-17 Juri Linkov <juri@jurta.org>
5170
5171 * textmodes/fill.el (fill-paragraph-or-region): Remove function
5172 at the request of RMS.
5173 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
5174 arg `region'. Fix docstring. At the first `or' branch add call to
5175 `fill-region' if it the region is active in transient-mark-mode.
5176
5177 * bindings.el (esc-map): Bind M-q to fill-paragraph
5178 instead of fill-paragraph-or-region.
5179
5180 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5181 with fill-paragraph.
5182
5183 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5184 Fix docstring.
5185
5186 * indent.el (indent-for-tab-command): Change interactive spec from
5187 "P" to "p". Add check for interactive arg before indenting the
5188 active region.
5189
5190 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5191 Regroup.
5192
5193 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * emacs-lisp/find-func.el: Don't require loadhist.
5196
5197 * loadhist.el (feature-symbols, file-provides, file-requires)
5198 (file-set-intersect, file-dependents): Simplify.
5199 (unload-feature-special-hooks): Update list of special hooks.
5200
5201 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
5202
5203 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5204 extensions since they can be viewed with doc-view.
5205
5206 * files.el (auto-mode-alist): Make doc-view-mode the default mode
5207 for pdf, ps and dvi files.
5208
5209 * doc-view.el: Make doc-view-mode the standard mode for viewing
5210 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5211 text and image display. Add binding C-c C-e to switch to an
5212 editing mode.
5213 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5214 avoid security problems when rendering files from untrusted sources.
5215
5216 2007-10-17 Aaron Hawley <aaronh@garden.org>
5217
5218 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5219 position is not saved.
5220
5221 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
5222
5223 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
5224 (doc-view-ghostscript-options): Fix typo in doc string.
5225
5226 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5229 handling, so compilation-fake-loc works again.
5230
5231 * server.el (server-select-display): Nop if we do not support m-f-o-d.
5232 (server-process-filter): Revert last change.
5233
5234 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5235 behavior unrelated to filesets.
5236
5237 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5238
5239 * longlines.el (longlines-wrap-follows-window-size): Integer value
5240 specifies wrapping margin.
5241 (longlines-mode, longlines-window-change-function):
5242 Set window-specific wrapping margin based on the above.
5243
5244 2007-10-17 John Wiegley <johnw@newartisans.com>
5245
5246 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5247
5248 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5249
5250 * server.el (server-process-filter): Only set display if X11 is
5251 supported.
5252
5253 2007-10-17 Glenn Morris <rgm@gnu.org>
5254
5255 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5256 Tweak regexp to avoid stack overflow.
5257
5258 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * simple.el (reindent-then-newline-and-indent): Don't assume that
5261 indent-according-to-mode preserves point.
5262
5263 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5266 (bs--nth-wrapper): Simplify.
5267 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
5268 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
5269 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5270 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5271 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5272 (bs-configurations, bs-default-configuration)
5273 (bs-alternative-configuration, bs-cycle-configuration-name)
5274 (bs-string-show-always, bs-string-show-never, bs-string-current)
5275 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5276 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5277 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5278 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5279 (bs--window-config-coming-from): Revert 2006-11-09 change.
5280 (bs--restore-window-config): Keep the selected frame.
5281 (bs--track-window-changes, bs--remove-hooks): New functions.
5282 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
5283 (bs--create-header): Remove.
5284 (bs--create-header-line): New function, based on `bs--create-header'.
5285 (bs--show-header): Use `bs--create-header-line'.
5286 (bs--show-with-configuration): Revert 2006-11-09 change.
5287 Don't reuse window unless it is visible on the selected frame.
5288 Restore window configuration (possibly in a different frame)
5289 before creating any window.
5290
5291 2007-10-16 Glenn Morris <rgm@gnu.org>
5292
5293 * simple.el (blink-matching-open): Don't report false errors with
5294 the `$' syntax class.
5295
5296 2007-10-16 Richard Stallman <rms@gnu.org>
5297
5298 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5299 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5300 (ad-is-advised, ad-get-advice-info-field)
5301 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5302
5303 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * vc-hooks.el (vc-workfile-version): Compatibility alias.
5306 (vc-default-working-revision): Compatibility for backends.
5307
5308 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5309
5310 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5311 (filesets-ormap, filesets-sort-case-sensitive-flag)
5312 (filesets-remake-shortcut, filesets-ingroup-collect-files):
5313 Fix typos in docstrings.
5314 (filesets-conditional-sort, filesets-find-or-display-file)
5315 (filesets-data-get-name, filesets-data-get-data)
5316 (filesets-data-set, filesets-cmd-query-replace-getargs)
5317 (filesets-ingroup-collect): Doc fixes.
5318
5319 2007-10-15 Sam Steingold <sds@gnu.org>
5320
5321 * mail/sendmail.el (sendmail-error-reporting-interactive)
5322 (sendmail-error-reporting-non-interactive): New variables for
5323 sendmail error reporting options to simplify support for imperfect
5324 sendmail emulators.
5325 (sendmail-send-it): Use them instead of list literals.
5326
5327 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * help-fns.el: Revert previous change; it creates a
5330 dependency loop between advice.el and help-fns.el.
5331
5332 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5333
5334 * help-fns.el: Require advice when compiling.
5335
5336 2007-10-14 Drew Adams <drew.adams@oracle.com>
5337
5338 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5339 (ring-insert+extend, ring-remove+insert+extend, ring-member)
5340 (ring-next, ring-previous): New functions.
5341
5342 2007-10-14 Richard Stallman <rms@gnu.org>
5343
5344 * emacs-lisp/advice.el (documentation): Advice deleted.
5345 Doc for advised functions is now handled at C level.
5346 (ad-stop-advice, ad-start-advice): Don't enable or disable
5347 advice for `documentation'.
5348 (ad-advised-definition-docstring-regexp): Var deleted.
5349 (ad-make-advised-definition-docstring): Store orig name
5350 as text property of string.
5351 (ad-advised-definition-p): Check for text property of docstring.
5352
5353 * help-fns.el (describe-function-1): Find source of advised functions.
5354
5355 2007-10-14 Juri Linkov <juri@jurta.org>
5356
5357 * faces.el (describe-face): Allow handling a string as the face name.
5358
5359 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5360 active region in transient-mark-mode.
5361 (ispell-region): Change messages displayed at the start and end of
5362 the spell-checking to be the same.
5363
5364 * startup.el (fancy-startup-tail): Say exactly what does the button
5365 dismiss ("Dismiss this startup screen"). Use text "Never show
5366 it again" for the checkbox after this button.
5367 (fancy-startup-screen, fancy-about-screen): Put point before the
5368 first link, so the user can quickly select links with the keyboard.
5369 (normal-mouse-startup-screen): Add more useful text describing how
5370 to follow a link.
5371
5372 2007-10-14 Glenn Morris <rgm@gnu.org>
5373
5374 * progmodes/etags.el (select-tags-table): Disable undo in the
5375 `*Tags Table List*' buffer.
5376
5377 2007-10-13 Eli Zaretskii <eliz@gnu.org>
5378
5379 * dired.el (dired-warn-writable): New face.
5380 (dired-warn-writable-face): New variable.
5381 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5382 of dired-warning-face, for group- and world-writable files.
5383
5384 2007-10-13 Richard Stallman <rms@gnu.org>
5385
5386 * files.el (directory-abbrev-alist): Doc fix.
5387
5388 2007-10-13 Jari Aalto <jari.aalto@cante.net>
5389
5390 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5391
5392 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5393
5394 * frame.el (set-frame-configuration): Assign name parameter only
5395 if it has been set explicitly before.
5396
5397 2007-10-11 Tom Tromey <tromey@redhat.com>
5398
5399 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5400 frame is visible.
5401
5402 2007-10-10 Richard Stallman <rms@gnu.org>
5403
5404 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5405 in *Backtrace*.
5406
5407 * faces.el (face-font-selection-order): Doc fix.
5408
5409 * loadhist.el (unload-feature): Doc fix.
5410
5411 2007-10-13 Glenn Morris <rgm@gnu.org>
5412
5413 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5414 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5415 Add doc string, and an explicit COUNT argument.
5416 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5417 `inc' to search functions.
5418
5419 * faces.el (face-spec-set): When FRAME is nil, set the default for
5420 new frames (restores pre-2007-09-17 behavior). Doc fix.
5421
5422 2007-10-13 John W. Eaton <jwe@octave.org>
5423
5424 * progmodes/octave-mod.el (octave-looking-at-kw)
5425 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5426 New functions.
5427 (octave-in-defun-p, calculate-octave-indent)
5428 (octave-blink-matching-block-open, octave-beginning-of-defun)
5429 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5430 to search for regexps that contain case-sensitive keywords.
5431 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5432 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5433
5434 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5435
5436 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5437 Do not use a single clause cond.
5438
5439 * cus-start.el (all): Use test that does not match the X11 version
5440 for mac.
5441
5442 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
5443
5444 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5445 BROWSE buffer.
5446
5447 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * cus-start.el (all): Undo previous change.
5450
5451 2007-10-13 Glenn Morris <rgm@gnu.org>
5452
5453 * woman.el (woman0-rename): Fix paren typo.
5454
5455 * mail/feedmail.el (feedmail-run-the-queue)
5456 (feedmail-look-at-queue-directory):
5457 * mail/reporter.el (reporter-dump-state):
5458 * net/eudc-hotlist.el (eudc-edit-hotlist):
5459 * net/eudc.el (eudc-display-records)
5460 (eudc-filter-duplicate-attributes)
5461 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5462 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5463 (eudc-bbdb-query-internal):
5464 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5465 * net/socks.el (socks-build-auth-list):
5466 * progmodes/cc-cmds.el (top level):
5467 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5468 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5469 (cperl-write-tags, cperl-tags-treeify):
5470 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5471 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5472 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5473 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5474 (idlwave-toolbar-remove-everywhere):
5475 * progmodes/idlwave.el (idlwave-indent-line)
5476 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5477 (idlwave-write-paths, idlwave-all-method-classes)
5478 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5479 (idlwave-fix-keywords, idlwave-display-calling-sequence)
5480 (idlwave-complete-in-buffer):
5481 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5482 (org-fast-tag-selection):
5483 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5484 than mapcar.
5485
5486 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5487
5488 * diff-mode.el (diff-fine-change): Add :group.
5489
5490 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5491
5492 * cus-start.el (all): Use the same test as the 22.2 branch.
5493
5494 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * diff-mode.el (diff-current-defun): Force recomputation of
5497 change-log-default-name.
5498
5499 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * startup.el (fancy-startup-screen): Remove an unnecessary newline
5502 and some leftover logic regarding dedicated frames. If showing
5503 concise startup screen, fit window to buffer.
5504 (command-line-1): If we will be using the splash screen, use
5505 find-file instead of find-file-other-window to find additional files.
5506 Comment out unused code for coping with the old sit-for behavior.
5507
5508 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5511 `meta' modifier consistently, rather than using sometimes meta
5512 sometimes alt.
5513
5514 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5515
5516 * window.el (handle-select-window): Revert part of 2007-10-08
5517 change setting the input focus.
5518
5519 2007-10-12 Glenn Morris <rgm@gnu.org>
5520
5521 * startup.el (command-line): Do not read abbrev file in batch mode.
5522
5523 * emacs-lisp/byte-opt.el (top level):
5524 * mail/rmail.el (rmail-list-to-menu):
5525 * obsolete/hilit19.el (hilit-mode):
5526 * progmodes/cc-mode.el (c-postprocess-file-styles)
5527 (c-submit-bug-report):
5528 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5529 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5530 (reftex-access-parse-file):
5531 * textmodes/reftex-cite.el (reftex-do-citation)
5532 (reftex-insert-bib-matches):
5533 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5534 * textmodes/reftex-sel.el (reftex-select-unmark):
5535 * textmodes/reftex-toc.el (reftex-toc-do-promote):
5536 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5537
5538 * cus-edit.el (custom-variable-menu, custom-face-menu)
5539 (custom-group-menu): Check init-file-user rather than
5540 user-init-file, in case cus-edit is loaded by site-run-file.
5541
5542 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * vc.el (vc-deduce-fileset): Delete unused code.
5545 (vc-next-action): Fix typos.
5546
5547 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * bs.el (bs--mark-unmark): New function.
5550 (bs-mark-current, bs-unmark-current): Use it.
5551
5552 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5553
5554 * vc.el (vc-diff):
5555 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
5556 temporarily disable the check for his edge case of
5557 vc-diff (stopping it from grinding when called from $HOME), as
5558 it's calling some brittle code in vc-hooks.el.
5559 (with-vc-properties): Fix evaluation time of a macro argument.
5560 * ediff-vers.el (ediff-vc-internal):
5561 * vc-hooks.el:
5562 * loaddefs.el: Follow up on VC terminology change.
5563
5564 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * follow.el (follow-stop-intercept-process-output):
5567 Use `follow-call-process-filter' rather than `process-filter'.
5568 Simplify.
5569
5570 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5571
5572 * vc-hooks.el (vc-registered): Robustify this function a bit
5573 against filenames with no directory component.
5574
5575 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * international/characters.el: Undo unwanted and unexplained change.
5578
5579 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5580
5581 * ps-print.el: Fix the usage of :foreground and :background face
5582 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
5583 (ps-print-version): New version 6.7.6.
5584 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
5585 Fix code.
5586 (ps-face-foreground-color-p, ps-face-background-color-p)
5587 (ps-face-color-p): New inline funs.
5588
5589 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5590
5591 * textmodes/org.el (org-additional-option-like-keywords): New constant.
5592 (org-complete): Use `org-additional-option-like-keywords'.
5593 (org-parse-local-options): New function.
5594
5595 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5596
5597 * textmodes/org.el (org-in-clocktable-p): New function.
5598 (org-clock-report): Only update the table at point, or insert a new one.
5599 (org-clock-goto): New function.
5600 (org-open-file): Use `start-process-shell-command' instead of
5601 `shell-command' with an ampersand.
5602 (org-deadline, org-schedule): New argument REMOVE to remove the
5603 date from the entry.
5604 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5605 argument to `org-schedule' and `org-deadline'.
5606 (org-trim): Use the correct expressions for beginning and end of
5607 the string.
5608 (org-get-cleaned-entry): Trim the string before returning it.
5609 (org-clock-find-position): New function.
5610 (org-clock-into-drawer): New option.
5611 (org-agenda-tags-column): Rename from
5612 `org-agenda-align-tags-to-column'.
5613 (org-agenda-align-tags): Allow negative values for
5614 `org-agenda-tags-column'.
5615 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5616 (org-agenda-to-appt): New optional argument FILTER.
5617 (org-completion-fallback-command): New variable.
5618 (org-complete): Use `org-completion-fallback-command'.
5619 (org-find-base-buffer-visiting): Catch the case that there is no
5620 buffer visiting the file.
5621 (org-property-or-variable-value): New function.
5622 (org-todo): Use `org-property-or-variable-value'
5623 (org-agenda-compact-blocks): New option.
5624 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5625 (org-agenda-schedule, org-agenda-deadline):
5626 Call `org-agenda-show-new-time'.
5627 (org-agenda-show-new-time): New argument PREFIX.
5628 (org-colgroup-info-to-vline-list): Fix but that cause a
5629 shift in the vertical lines.
5630 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5631 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5632 (org-indent-item): No arg in call to `org-fix-bullet-type'.
5633 (org-fix-bullet-type): Remove argument.
5634 (org-read-date): Check for am/pm twice, to catch the end time.
5635 (org-goto-map): Use `suppress-keymap'.
5636 (org-remember-apply-template): Respect the dynamically scoped
5637 selection character.
5638
5639 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
5640
5641 * textmodes/org-export-latex.el (org-export-latex-protect-string):
5642 Renaming of `org-latex-protect'.
5643 (org-export-latex-emphasis-alist): By default, don't protect
5644 any emphasis formatter from further conversion.
5645 (org-export-latex-tables): Honor column grouping for tables.
5646 (org-export-latex-title-command): New option.
5647 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5648 export backslash character.
5649
5650 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * frame.el (frame-inherited-parameters): Remove unused `environment'
5653 parameter, and let server.el add `client' when needed.
5654
5655 * server.el (server-create-tty-frame)
5656 (server-create-window-system-frame): Set frame-inherited-parameters.
5657
5658 * frame.el (frame-inherited-parameters): New var.
5659 (make-frame): Use it.
5660
5661 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5662
5663 * env.el (let-environment): Remove. Unused.
5664 (read-envvar-name): Simplify.
5665 (setenv): Remove unused arg `frame'.
5666
5667 * help-fns.el (describe-variable): Add missing " " for multiline
5668 obsolescence info and missing EOL after global value.
5669
5670 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5671
5672 * add-log.el:
5673 * ediff-vers.el:
5674 * log-view.el:
5675 * pcvs.el:
5676 * vc-arch.el:
5677 * vc-bzr.el:
5678 * vc-cvs.el:
5679 * vc.el:
5680 * vc-git.el:
5681 * vc-hg.el:
5682 * vc-hooks.el:
5683 * vc-mcvs.el:
5684 * vc-mtn.el:
5685 * vc-rcs.el:
5686 * vc-sccs.el:
5687 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5688 {find,init,next,previous,annotate-*,log}-version ->
5689 {find,init,next,previous,annotate-*,log}-revision,
5690 annotate-focus-version -> annotate-working-revision, The term
5691 'focus' is gone. The term 'revision' is now used consistently
5692 everywhere that reference to a revision ID is intended, replacing
5693 older use of 'version'.
5694
5695 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * follow.el: Change all instances of "Follow Mode" to "Follow
5698 mode" in docstrings and messages.
5699 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5700
5701 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5702
5703 * vc.el (vc-next-action): Rewrite completely; this principal
5704 entry point now operates on a current fileset selected either
5705 explicitly via VC-Dired or implicitly by visiting a file buffer,
5706 rather than always operating on the file of the current buffer as
5707 in older versions. Rewrite the rest of the mode to match.
5708 (with-vc-properties): Rewrite to operate on a file list.
5709 (with-vc-file): vc-checkin takes a file list argument now.
5710 (vc-post-command-functions): This hook now receives a file list.
5711 (vc-do-command): Take a either a file or a file list as argument.
5712 (vc-deduce-fileset): New function for deducing a file list to
5713 operate on.
5714 (vc-next-action-on-file, vc-next-action-dired): Remove.
5715 Merge into vc-next-action.
5716 (vc-register): Adapt to the fact that vc-start-entry now takes a
5717 file list.
5718 (vc-register-with): New function.
5719 (vc-start-entry): Take a file list argument rather than a
5720 file argument.
5721 (vc-checkout): Cope with vc-start-entry taking a file list.
5722 (vc-steal-lock): Cope with with-vc-properties taking a
5723 file list.
5724 (vc-checkin): Take a file list argument rather than a file argument.
5725 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5726 (vc-diff-internal): Rewrite for filesets.
5727 (vc-diff-sentinel): New function, tests whether changes were
5728 written into a diff buffer.
5729 (vc-diff): Rewrite for filesets.
5730 (vc-version-diff): Rewrite for filesets.
5731 (vc-print-log): Take a fileset argument.
5732 (vc-revert): Revert the entire selected fileset, not just the
5733 current buffer.
5734 (vc-rollback): Roll back the entire selected fileset, if
5735 possible. No longer accepts a prefix argument.
5736 (vc-update): Merge new changes for the entire selected
5737 fileset, not just the current buffer.
5738 (vc-revert-file): Cope with with-vc-properties taking a file list.
5739 (vc-default-dired-state-info): Add + status suffix if the file is
5740 modified.
5741 (vc-annotate-warp-version): Use the new diff machinery.
5742 (vc-log-edit): Take a file list argument rather than a file argument.
5743
5744 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5745
5746 Sync with Tramp 2.1.11.
5747
5748 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5749 Pacify byte compiler.
5750
5751 * net/trampver.el: Update release number.
5752
5753 2007-10-09 Richard Stallman <rms@gnu.org>
5754
5755 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5756
5757 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * follow.el: Require easymenu.
5760 (follow-mode-hook, follow-mode): Doc fixes.
5761 (follow-mode-off-hook): Mark as obsolete.
5762
5763 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5764
5765 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5766 select-window or select-frame events.
5767 (handle-select-window): When autoselecting window set input
5768 focus. Restructure.
5769
5770 * frame.el (focus-follows-mouse): Move to frame.c.
5771 * cus-start.el (all): Add focus-follows-mouse.
5772
5773 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5774
5775 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5776 activate font-locking in the *buffer-selection* buffer.
5777 (bs-show-sorted): Doc fix.
5778
5779 * bs.el (bs--get-marked-string, bs--get-modified-string)
5780 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5781 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5782 (bs--format-aux): Doc fix.
5783
5784 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5785
5786 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5787
5788 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5789
5790 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5791 (gud-gdb): New function for old M-x gdb (text command mode).
5792 (gud-gdb-command-name, gdb): Move to...
5793
5794 * progmodes/gdb-ui.el: ...here and adapt doc string.
5795 (gud-gdba-command-name, gdba): Delete.
5796
5797 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * bs.el: Don't defvar `font-lock-verbose'.
5800 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5801 (bs--get-file-name): Fix typos in docstrings.
5802 (bs--show-header): Use `dolist' instead of `mapcar'.
5803 (bs-mode): Set `show-trailing-whitespace' to nil.
5804 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5805 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5806 Doc fixes.
5807
5808 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5809
5810 * progmodes/gud.el (pdb): Specify file for gud-break.
5811
5812 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * progmodes/gud.el (gdb): Make graphical mode the default and
5815 switch to text command mode if appropriate, i.e., reverse previous
5816 arrangement.
5817 (gud-gdb-marker-filter): Adapt for above change.
5818
5819 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5820 gud-minor-mode and gud-marker-filter.
5821 (gdb-fullname-regexp): New variable.
5822 (gud-gdba-marker-filter): Use it to switch to text command
5823 mode if appropriate.
5824
5825 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5826
5827 * progmodes/gud.el (gud-display-line): Find source buffer even when
5828 GUD buffer has its own frame.
5829
5830 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5831
5832 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5833
5834 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5835
5836 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5837
5838 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5839
5840 * allout.el (allout-before-change-handler): Replace got-char by
5841 goto-char.
5842
5843 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5846 Used to try and automatically enabled smerge-mode in the presence of
5847 conflicts and to call `svn resolved' when the conflicts are gone.
5848 (vc-svn-parse-status): Remember the svn-specific status.
5849
5850 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5851
5852 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5853 menu-bar-apropos-menu. All users changed.
5854 (menu-bar-help-menu): Change menu symbols to better match the text
5855 displayed by the menu.
5856
5857 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5858
5859 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5860 #, @, : and ^.
5861
5862 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5863
5864 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5865
5866 * log-view.el (log-view-mode-map): Likewise.
5867
5868 * diff-mode.el (diff-mode-shared-map): Likewise.
5869
5870 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5871
5872 * files.el (file-name-sans-versions): Also allow `A-Z'.
5873
5874 * vc.el: Mention all supported VC backends.
5875
5876 2007-10-08 Richard Stallman <rms@gnu.org>
5877
5878 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5879 neighbouring buttons.
5880
5881 2007-10-08 Andreas Schwab <schwab@suse.de>
5882
5883 * files.el (file-name-sans-versions): Also allow `_'.
5884
5885 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5886
5887 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5888
5889 * log-view.el (log-view-mode-map, log-view-mode-menu):
5890 Bind log-view-annotate-version.
5891 (log-view-beginning-of-defun, log-view-end-of-defun)
5892 (log-view-annotate-version): New functions.
5893 (log-view-mode): Use log-view-beginning-of-defun and
5894 log-view-end-of-defun.
5895
5896 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5899
5900 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5903 neighbouring buttons.
5904
5905 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5906 Recognize gcc's use of "note" for informational messages.
5907
5908 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5911 (css-mode): Update correspondingly.
5912
5913 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5914
5915 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5916 Signed-off-by, Acked-by and Merge.
5917
5918 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5921
5922 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * vc-mtn.el: New file.
5925
5926 * vc-hooks.el (vc-handled-backends): Add Mtn.
5927
5928 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5929
5930 * files.el (find-file, find-file-other-window)
5931 (find-file-other-frame, find-file-existing, find-file-read-only)
5932 (find-file-read-only-other-window)
5933 (find-file-read-only-other-frame)
5934 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5935
5936 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5937
5938 * progmodes/gud.el (gdb-ready): New variable.
5939 (gdb): Set it to nil. Set gud-running to nil here...
5940 (gud-common-init): ...instead of here.
5941
5942 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5943 Use gdb-ready. Discard input until GDB is ready to accept it.
5944
5945 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5946
5947 * dired.el (dired-warning): Inherit from font-lock-warning-face to
5948 make it show up with eight colors.
5949
5950 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5953 diffs are concatenated with no intervening line.
5954
5955 2007-10-08 Dave Love <fx@gnu.org>
5956
5957 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5958 (python-font-lock-keywords): Update to the 2.5 version of the language.
5959 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5960 (python-backspace): Only behave funny in code.
5961 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5962 (inferior-python-mode): Add PDB prompt regexp.
5963 (python-fill-paragraph): Refine the fenced-string regexp.
5964 (python-find-imports): Handle imports spanning several lines.
5965 (python-mode): Add `class' to hideshow support.
5966
5967 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5970 Use add-log-buffer-file-name-function rather than binding
5971 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
5972 when `fi' is the ChangeLog file itself.
5973
5974 * outline.el (outline-flag-region): Use front-advance.
5975
5976 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
5977
5978 * progmodes/cperl-mode.el: Merge upstream 5.23.
5979 (cperl-where-am-i): Remove function.
5980 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
5981 (cperl-sniff-for-indent): De-invert [string] and [comment].
5982 When looking for label, skip s:m:y:tr.
5983 (cperl-indent-line): Likewise.
5984 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
5985 (cperl-windowed-init): Wrong `ps-print' handling.
5986 Both thanks to Chong Yidong.
5987 (cperl-look-at-leading-count): Could fail with unfinished RExen.
5988 (cperl-find-pods-heres): If the second part of s()[] is missing,
5989 don't try to highlight delimiters...
5990
5991 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * progmodes/compile.el (compilation-get-file-structure): Complete last
5994 change by also using spec-directory in the puthash.
5995
5996 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
5997
5998 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5999 (vc-bzr-status): Fix shadowing of variable 'status'.
6000 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6001 Use `expand-file-name' instead of `concat'.
6002 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6003 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
6004
6005 2007-10-08 Jason Rumney <jasonr@gnu.org>
6006
6007 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
6008
6009 2007-10-08 Richard Stallman <rms@gnu.org>
6010
6011 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6012 Add `safe-local-variable' property.
6013 (lisp-body-indent): Likewise.
6014
6015 2007-10-08 Richard Stallman <rms@gnu.org>
6016
6017 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6018 Add doc string.
6019
6020 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6021
6022 * files.el (backup-buffer-copy): Try to overwrite old backup first.
6023
6024 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6025
6026 * repeat.el (repeat): Use last-repeatable-command instead of
6027 real-last-command. Run pre- and post-command hooks for
6028 self-insertion. Update doc-string.
6029
6030 2007-10-08 Alexandre Julliard <julliard@winehq.org>
6031
6032 * vc-git.el (vc-git-state): Call git-add --refresh to update the
6033 state of the file.
6034 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6035 (vc-git-create-repo): Fix invalid command.
6036
6037 2007-10-08 Richard Stallman <rms@gnu.org>
6038
6039 * textmodes/flyspell.el (flyspell-mode):
6040 Catch errors in flyspell-mode-on.
6041
6042 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6043
6044 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6045
6046 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * international/encoded-kb.el (encoded-kbd-setup-display):
6049 Use input-decode-map rather than local-key-translation-map.
6050
6051 * term/rxvt.el (rxvt-alternatives-map): New map.
6052 (terminal-init-rxvt): Use it.
6053 Bind rxvt-function-map in input-decode-map.
6054
6055 * term/xterm.el (xterm-alternatives-map): New map.
6056 (terminal-init-xterm): Use it.
6057 Bind xterm-function-map in input-decode-map.
6058
6059 * term/x-win.el (x-alternatives-map): New var.
6060 (x-setup-function-keys): Use it.
6061
6062 * help-fns.el (describe-variable): Slightly change the layout of
6063 meta-info to separate it better from the docstring.
6064 Standardize insertion of extra empty lines in various circumstances.
6065
6066 * diff-mode.el (diff-hunk-style): New fun.
6067 (diff-end-of-hunk): Use it.
6068 (diff-context->unified): Use the new `apply' undo element,
6069 if applicable, so as to save undo-log space.
6070 (diff-fine-change): New face.
6071 (diff-fine-highlight-preproc): New function.
6072 (diff-fine-highlight): New command.
6073 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6074
6075 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6076 (smerge-refine-highlight-change): Add `props' argument.
6077 (smerge-refine-subst): New function holding most of smerge-refine.
6078 (smerge-refine): Use it.
6079
6080 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
6081
6082 * vc.el (vc-default-wash-log): Remove unused code, the
6083 log washers all live in the backends now.
6084 (vc-default-comment-history): Correct for the fact
6085 that wash-log is argumentless in the new API.
6086
6087 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
6088
6089 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6090 (tramp-maybe-send-script): Apply `member' but `memq'.
6091 (tramp-advice-file-expand-wildcards): Simplify implementation.
6092
6093 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6094
6095 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
6096
6097 * mb-depth.el (minibuf-depth-indicator-function): New variable.
6098 (minibuf-depth-setup-minibuffer): Use it.
6099
6100 2007-10-07 Glenn Morris <rgm@gnu.org>
6101
6102 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6103 version numbers.
6104
6105 2007-10-06 Juri Linkov <juri@jurta.org>
6106
6107 * textmodes/fill.el (fill-paragraph-or-region): New function.
6108
6109 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6110 instead of fill-paragraph.
6111
6112 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6113 with fill-paragraph-or-region. Suspend command is now the same
6114 `suspend-frame' on window systems and on tty.
6115
6116 * image.el (image-type): Check if image-types is bound to not fail
6117 on tty.
6118
6119 * delsel.el (delete-selection-pre-hook):
6120 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6121 is fbound to not fail on mouseless tty.
6122
6123 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6124
6125 * net/tramp.el (top): Move loading of tramp-util.el and
6126 tramp-vc.el to tramp-compat.el.
6127 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
6128 temporary file if possible, in order to avoid a security hole.
6129 (tramp-do-copy-or-rename-file-out-of-band)
6130 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
6131 with DONT-CREATE, because the connection is not setup yet.
6132 (tramp-handle-process-file): Rewrite temporary file handling.
6133 (tramp-completion-mode): New defvar.
6134 (tramp-completion-mode-p): Use it.
6135
6136 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
6137
6138 * net/tramp-fish.el (tramp-fish-handle-process-file):
6139 Rewrite temporary file handling.
6140
6141 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
6142
6143 * vc.el: Workfile version -> focus version change. Port various
6144 comments from new VC to reduce the noise in the diff.
6145 Patch in the new vc-create-repo function to go with the
6146 header comment about it already present.
6147 There are no changes to existing logic in this patch.
6148 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6149
6150 2007-10-06 Aaron Hawley <aaronh@garden.org>
6151
6152 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6153
6154 2007-10-05 Chris Moore <dooglus@gmail.com>
6155
6156 * server.el (server-kill-new-buffers): Doc fix.
6157
6158 2007-10-05 John W. Eaton <jwe@octave.org>
6159
6160 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6161 (octave-begin-keywords): Add "do".
6162 (octave-end-keywords): Remove "end".
6163 (octave-reserved-words): Add "end". Remove "all_va_args",
6164 "gplot", and 'gsplot".
6165 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6166 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6167 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6168 "default_return_value", "define_all_return_values",
6169 "do_fortran_indexing", "empty_list_elements_ok",
6170 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6171 "ok_to_lose_imaginary_part", "prefer_column_vectors",
6172 "prefer_zero_one_indexing", "propagate_empty_matrices",
6173 "resize_on_range_error", "treat_neg_dim_as_zero",
6174 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6175 "warn_divide_by_zero", "warn_function_name_clash",
6176 "warn_missing_semicolon", "whitespace_in_literal_matrix".
6177 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6178 "crash_dumps_octave_core", "sighup_dumps_octave_core",
6179 "sigterm_dumps_octave_core".
6180 (octave-block-match-alist): Remove "end" from block-end keywords.
6181 (octave-mode): Update ftp site address.
6182
6183 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * vc.el: Reorder functions, no code changes.
6186
6187 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
6188
6189 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6190 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6191 the cond clauses where needed.
6192 (tramp-handle-write-region): Rearrange code for proper handling of
6193 tmpfile.
6194
6195 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6196
6197 * net/tramp.el:
6198 * net/tramp-fish.el:
6199 * net/tramp-ftp.el:
6200 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6201 `tramp-compat-make-temp-file'.
6202
6203 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6204
6205 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6206
6207 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6210 already uses a more recent copyright version than the "current" one.
6211
6212 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6213
6214 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6215 (doc-view-insert-image): Minor aesthetical docstring changes.
6216
6217 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
6218
6219 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6220 completing filename.
6221 (doc-view-search-internal): Docstring change.
6222
6223 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
6224
6225 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6226 (tramp-file-name-handler-alist):
6227 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
6228 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
6229 used before, creates the file already, which is not desired.
6230 (tramp-do-copy-or-rename-file-directly): Simplify handling of
6231 temporary file.
6232 (tramp-handle-insert-file-contents): Assign the result in the
6233 short track case.
6234 (tramp-handle-insert-file-contents-literally): New defun.
6235 (tramp-completion-mode-p): Revert change from 2007-09-24.
6236 Checking for `return' etc as last character is not sufficient, for
6237 example in dired-mode when entering <g> (revert-buffer) or
6238 <s> (dired-sort).
6239
6240 * net/tramp-compat.el (top): Add also compatibility code for loading
6241 appropriate timer package.
6242 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6243 order to avoid autoloading problems.
6244
6245 * net/tramp-fish.el:
6246 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6247
6248 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6249 where the second parameter of `copy-file' or `rename-file' is a
6250 remote file but not via ftp.
6251
6252 2007-10-02 Richard Stallman <rms@gnu.org>
6253
6254 * frame.el (cursor-in-non-selected-windows): Doc fix.
6255
6256 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6257
6258 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6259 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6260
6261 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
6262
6263 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6264 when `expt' doesn't give range errors.
6265
6266 2007-10-01 Markus Triska <markus.triska@gmx.at>
6267
6268 * calc/calc-math.el (math-smallest-emacs-expt):
6269 Make the computation more robust.
6270
6271 2007-09-30 David Kastrup <dak@gnu.org>
6272
6273 * startup.el (argv): Alias for `command-line-args-left' to use as
6274 `(pop argv)' inside of --eval command sequences. Allows for
6275 passing shell commands into Emacs verbatim without need for Lisp
6276 quoting.
6277
6278 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6279 check only for changed size.
6280 (auto-revert-tail-handler): Get size from caller. If the file has
6281 shrunk, tail the whole file again (the file presumably has been
6282 rewritten).
6283
6284 * woman.el (woman-topic-all-completions, woman-mini-help):
6285 Fix fallout from 2007-09-07 introduction of `dolist' when the list
6286 actually was being manipulated in the loop.
6287 (woman-Cyg-to-Win, woman-pre-process-region)
6288 (woman-horizontal-escapes, woman-if-body, woman-unescape)
6289 (woman-strings, woman-special-characters, woman1-hc)
6290 (woman-change-fonts, woman-find-next-control-line):
6291 Use `match-beginning' rather than `match-string' when the result is
6292 just used as a flag.
6293
6294 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
6295
6296 * net/tramp-compat.el: New file.
6297
6298 * net/tramp.el:
6299 * net/tramp-fish.el:
6300 * net/tramp-smb.el:
6301 * net/tramp-uu.el:
6302 * net/trampver.el: Move compatibility code to tramp-compat.el.
6303 Apply `mapc' instead of `mapcar' when the code needs side effects
6304 only. Move utf-8 coding cookie to the second line.
6305
6306 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
6307
6308 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6309 Improve custom type.
6310 (icon-map-list): Make it customizable. Document how to disable
6311 stock icons.
6312
6313 2007-09-30 Richard Stallman <rms@gnu.org>
6314
6315 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6316
6317 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6318
6319 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6320
6321 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
6324 (t-mouse-mode): New compatibility alias.
6325
6326 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6327
6328 * server.el (server-delete-client): Only delete the terminal if it
6329 is non-nil.
6330
6331 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/tramp.el (with-file-property, with-connection-property):
6334 Highlight as keyword.
6335 (tramp-rfn-eshadow-setup-minibuffer)
6336 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6337 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6338 (tramp-do-copy-or-rename-file-directly)
6339 (tramp-do-copy-or-rename-file-out-of-band)
6340 (tramp-handle-shell-command, tramp-get-debug-buffer)
6341 (tramp-send-command-and-read, tramp-equal-remote)
6342 (tramp-get-local-gid): Pacify byte-compiler.
6343 (tramp-handle-file-name-directory): Result shall not be expanded.
6344 (tramp-find-foreign-file-name-handler): Rewrite.
6345 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6346
6347 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6348
6349 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6350 Apply `tramp-completion-mode-p'.
6351 (tramp-fish-handle-set-file-times)
6352 (tramp-fish-handle-executable-find)
6353 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6354 (tramp-fish-retrieve-data): Pacify byte-compiler.
6355
6356 * net/tramp-gw.el (tramp-gw-basic-authentication):
6357 Call `tramp-read-passwd' with first parameter `nil'.
6358
6359 2007-09-28 Glenn Morris <rgm@gnu.org>
6360
6361 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6362 than mapcar.
6363
6364 * textmodes/tex-mode.el (tex-suscript-height-ratio)
6365 (tex-suscript-height-minimum): New customizable variables.
6366 (tex-suscript-height): New function.
6367 (superscript, subscript): Set height using tex-suscript-height
6368 rather than fixing at 0.8.
6369 (tex-fontify-script, tex-font-script-display): Add :version tag.
6370
6371 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
6372
6373 * progmodes/python.el (python-eldoc-function): Doc fix.
6374
6375 2007-09-27 Glenn Morris <rgm@gnu.org>
6376
6377 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
6378 image if it is not in image-type-auto-detectable, or is there with
6379 a nil value.
6380
6381 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
6382
6383 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
6384 connection more robust.
6385
6386 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6387
6388 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6389 Deal with the case that special &keywords are at the beginning or
6390 end of the argument list. Also add some (incomplete) support for
6391 non-standard arglists.
6392
6393 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6394
6395 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6396 (eldoc-message-commands, eldoc-current-idle-delay)
6397 (eldoc-function-argstring-format): Fix typos in docstrings.
6398
6399 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
6400
6401 * calc/calc-units.el (calc-convert-units)
6402 (calc-convert-temperature): Remove unnecessary colons.
6403
6404 2007-09-26 Bastien Guerry <bzg@altern.org>
6405
6406 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6407 New function.
6408 (org-export-latex-remove-from-headlines): Name changed because of typo.
6409 (org-export-latex-quotation-marks-convention): Option removed.
6410 (org-export-latex-make-preamble): Handle the DATE option.
6411 (org-export-latex-cleaned-string): Now the only cleaning function,
6412 synched up with org.el.
6413 (org-export-latex-lists, org-export-latex-parse-list)
6414 (org-export-list-to-latex): New functions.
6415
6416 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6417
6418 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6419 (org-outline-regexp): New constant.
6420 (org-remember-handler): Throw error when the target file is not in
6421 org-mode.
6422 (org-cleaned-string-for-export): No longer call
6423 `org-export-latex-cleaned-string' with an argument.
6424 (org-get-tags): Returns now a list, not a string.
6425 (org-get-tags-string): New function.
6426 (org-archive-subtree): No need to split return of `org-get-tags'.
6427 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6428 instead of `org-get-tags'.
6429 (org-agenda-format-date): Rename from `org-agenda-date-format'.
6430 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6431 (org-compatible-face): New argument INHERITS. Inherit from this
6432 face if possible.
6433 (org-level-1, org-level-2, org-level-3, org-level-4)
6434 (org-level-5, org-level-6, org-level-7, org-level-8)
6435 (org-special-keyword, org-drawer, org-column, org-warning)
6436 (org-archived, org-todo, org-done, org-headline-done, org-table)
6437 (org-formula, org-code, org-agenda-structure)
6438 (org-scheduled-today, org-scheduled-previously)
6439 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6440 in the new way.
6441 (org-get-heading): New argument NO-TAGS.
6442 (org-fast-tag-selection-include-todo): Made defvar instead of
6443 defcustom, feature is not deprecated.
6444 (org-remember-store-without-prompt): New default value t.
6445 (org-todo-log-states): New variable.
6446 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6447 Compute the log states.
6448 (org-goto-map): More commands copied from global map. Also bind
6449 `org-occur'.
6450 (org-goto): Made into a general lookup command.
6451 (org-get-location): Complete rewrite.
6452 (org-goto-exit-command): New variable.
6453 (org-goto-selected-point): New variable.
6454 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6455 Set the new variables.
6456 (org-paste-subtree): Whitespace insertion strategy revised.
6457 (org-remember-apply-template): Protect v-A from the possibility
6458 that v-a might be nil.
6459 (org-remember-handler): Insertion rules revised.
6460 (org-todo): Respect org-todo-log-states.
6461 (org-up-heading-safe): New function.
6462 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6463
6464 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6465
6466 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6467 region if in transient-mark-mode.
6468
6469 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6470
6471 * calc/calc-ext.el (calc-init-extensions, calc-reset):
6472 * calc/calc-help.el (calc-full-help):
6473 * calc/calc-misc.el (another-calc):
6474 * calc/calc-store.el (calc-var-name-map):
6475 * calc/calc-stuff.el (calc-flush-caches):
6476 * calc/calc-units.el (math-build-units-table):
6477 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6478 (calc-quit):
6479 * calendar/icalendar.el (icalendar--format-ical-event)
6480 (icalendar--convert-ical-to-diary):
6481 * emacs-lisp/authors.el (authors):
6482 * emacs-lisp/cust-print.el (custom-print-install)
6483 (custom-print-uninstall):
6484 * emacs-lisp/disass.el (disassemble-1):
6485 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6486 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6487 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6488 (elint-check-let-form, elint-check-condition-case-form)
6489 (elint-initialize):
6490 * emacs-lisp/elp.el (elp-results):
6491 * emacs-lisp/generic.el (generic-mode-internal):
6492 * emacs-lisp/re-builder.el (reb-delete-overlays):
6493 * emacs-lisp/regi.el (regi-interpret):
6494 * emacs-lisp/sregex.el (sregex--char-aux):
6495 * emulation/cua-rect.el (cua--deactivate-rectangle)
6496 (cua--highlight-rectangle, cua--rectangle-post-command):
6497 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6498 * emulation/viper-macs.el (viper-describe-kbd-macros)
6499 (viper-describe-one-macro):
6500 * emulation/viper-util.el (viper-setup-master-buffer):
6501 * emulation/viper.el (set-viper-state-in-major-mode):
6502 * international/mule-diag.el (describe-current-coding-system):
6503 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6504 * mail/emacsbug.el (report-emacs-bug):
6505 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6506 * obsolete/hilit19.el (hilit-unhighlight-region)
6507 (hilit-set-mode-patterns):
6508 * play/solitaire.el (solitaire-check, solitaire-solve):
6509 * play/zone.el (zone-pgm-rotate):
6510 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6511 * progmodes/ada-prj.el (ada-prj-display-page):
6512 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6513 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6514 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6515 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6516 * progmodes/sh-script.el (sh-make-vars-local)
6517 (sh-reset-indent-vars-to-global-values):
6518 * progmodes/sql.el (top):
6519 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6520 * progmodes/xscheme.el (top):
6521 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6522 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6523 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6524 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6525 (artist-submit-bug-report):
6526 * textmodes/flyspell.el (flyspell-delay-commands)
6527 (flyspell-deplacement-commands):
6528 * textmodes/table.el (table--generate-source-epilogue, table-insert)
6529 (table--generate-source-cells-in-a-row, table--make-cell-map)
6530 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6531
6532 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * allout.el (produce-allout-mode-map, allout-process-exposed):
6535 * ansi-color.el (ansi-color-make-color-map):
6536 * autoinsert.el (auto-insert):
6537 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6538 * dired-aux.el (dired-create-files):
6539 * dired.el (dired-restore-desktop-buffer):
6540 * ediff-diff.el (ediff-setup-fine-diff-regions):
6541 * ediff-mult.el (ediff-intersect-directories)
6542 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6543 (ediff-redraw-registry-buffer):
6544 * ediff-ptch.el (ediff-fixup-patch-map):
6545 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6546 (ediff-really-quit, ediff-clear-diff-vector):
6547 * emerge.el (emerge-really-quit):
6548 * ffap.el (ffap-replace-file-component):
6549 * filecache.el (file-cache-add-directory)
6550 (file-cache-add-directory-recursively)
6551 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6552 (file-cache-delete-directory, file-cache-files-matching-internal)
6553 (file-cache-display):
6554 * files.el (cd):
6555 * find-lisp.el (find-lisp-insert-directory):
6556 * finder.el (finder-compile-keywords):
6557 * help.el (view-emacs-news):
6558 * hi-lock.el (hi-lock-write-interactive-patterns):
6559 * ido.el (ido-to-end, ido-set-matches-1):
6560 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6561 (image-dired-mark-tagged-files):
6562 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6563 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6564 * ps-print.el (ps-background, ps-begin-file)
6565 (ps-build-reference-face-lists):
6566 * simple.el (clone-buffer):
6567 * startup.el (command-line):
6568 * tempo.el (tempo-insert-template, tempo-is-user-element)
6569 (tempo-forward-mark, tempo-backward-mark):
6570 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6571
6572 2007-09-25 Glenn Morris <rgm@gnu.org>
6573
6574 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6575
6576 * view.el (view-search-no-match-lines): Add a doc string.
6577 Rewrite to simplify and work better.
6578
6579 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6580
6581 * progmodes/cc-mode.el (c-mode-base-map):
6582 Use c-indent-line-or-region instead of c-indent-line.
6583
6584 * indent.el (indent-for-tab-command): First check if the region is
6585 active.
6586
6587 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6588
6589 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6590 whitespace-rescan-timer-time is 0.
6591
6592 2007-09-24 Karl Berry <karl@gnu.org>
6593
6594 * international/mule.el (coding-system-base): Fix doc string grammar.
6595
6596 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
6597
6598 * net/tramp.el (tramp-completion-mode-p): Rename from
6599 `tramp-completion-mode'. Revert logic, check `return', `newline'
6600 and such alike. Packages like Icicles tend to use other completion
6601 characters but `tab' and `space' only.
6602
6603 2007-09-24 Adam Hupp <adam@hupp.org>
6604
6605 * progmodes/python.el (run-python): Import emacs module without
6606 waiting; prevents lockup on error.
6607
6608 2007-09-23 Richard Stallman <rms@gnu.org>
6609
6610 * mail/sendmail.el (mail-bury): Delete the frame
6611 if this frame looks like it was made for this message.
6612
6613 * completion.el (completion-separator-self-insert-command)
6614 (completion-separator-self-insert-autofilling):
6615 If `self-insert-command' has been remapped, use the substitute.
6616
6617 * simple.el (copy-region-as-kill): Doc fix.
6618
6619 * textmodes/org.el (org-confirm-shell-link-function)
6620 (org-confirm-elisp-link-function): Doc fixes.
6621
6622 2007-09-23 Glenn Morris <rgm@gnu.org>
6623
6624 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6625
6626 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
6627
6628 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6629
6630 * term/tvi970.el (terminal-init-tvi970): Likewise.
6631
6632 * term/sun-mouse.el (print-mouse-format): Likewise.
6633
6634 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6635 Use forward-line instead of previous-line and next-line.
6636
6637 2007-09-22 Juri Linkov <juri@jurta.org>
6638
6639 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6640
6641 * tutorial.el (tutorial--default-keys): Update standard bindings:
6642 rename `iconify-or-deiconify-frame' to `suspend-frame',
6643 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6644
6645 2007-09-22 Juri Linkov <juri@jurta.org>
6646
6647 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6648 Add help-echo to external links and to links without description.
6649 (fancy-splash-insert): Use help-echo from the 3rd element of the
6650 link specification list, or "Follow this link" if it's nil. Doc fix.
6651
6652 2007-09-22 Juri Linkov <juri@jurta.org>
6653
6654 * startup.el (command-line): Rename `inhibit-startup-message' to
6655 `inhibit-startup-screen'.
6656 (fancy-about-text): Use shorter label for "Ordering Manuals".
6657 (fancy-startup-tail): Add optional arg `concise'. When `concise'
6658 is nil, display a line with "To start..." and 3 links to useful
6659 tasks. Display the "Dismiss" button and "Don't show this message
6660 again" only when concise is non-nil.
6661 (fancy-startup-screen): Call `fancy-startup-tail' with optional
6662 arg `concise'. If CONCISE is non-nil, display a concise version
6663 of the splash screen in another window. Otherwise, switch to the
6664 startup buffer in the same window.
6665 (startup-echo-area-message): Change displayed binding from
6666 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6667 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6668 the GNU system".
6669 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6670 to "*GNU Emacs*".
6671 (display-about-screen): Don't check the existence of the buffer
6672 "*About GNU Emacs*".
6673 (display-splash-screen): Make alias to `display-startup-screen'.
6674 (command-line-1): Rename `inhibit-startup-message' to
6675 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
6676 started with command line options "-f", "-funcall", "-e", "-eval",
6677 "-execute", "-insert", "-find-file", "-file", "-visit".
6678 Inhibit startup screen when Emacs is started with a file name only
6679 on tty (i.e. don't inhibit it when started with a file name like
6680 "emacs FILE..." on a window system).
6681 (command-line-1): Simplify logic of displaying the startup screen:
6682 if file-count > 0, then display the concise version in another
6683 window, otherwise display full version in the same window.
6684
6685 * help.el (help-map): Bind C-h C-a to about-emacs.
6686 (help-for-help-internal): Add C-a description to C-h help text.
6687
6688 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6689
6690 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6691 (checkdoc-permit-comma-termination-flag): Autoload the
6692 safe-local-variable setting.
6693
6694 * bookmark.el (bookmark-xemacsp): Remove.
6695 (bookmark-make): Don't use bookmark-xemacsp,
6696 use (featurep 'xemacs) instead.
6697
6698 * speedbar.el (speedbar-frame-mode)
6699 (speedbar-frame-reposition-smartly)
6700 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6701 (speedbar-check-vc): Remove use of non-existent variable
6702 dframe-xemacsp, use (featurep 'xemacs) instead.
6703
6704 * indent.el (indent-for-tab-command): Indent the region if
6705 transient-mark-mode and the region is active.
6706
6707 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
6708
6709 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6710 add inferior-octave-directory-tracker to the buffer-local value
6711 of comint-input-filter-functions.
6712
6713 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6714
6715 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6716
6717 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
6718
6719 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6720 on w32 frames.
6721
6722 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * startup.el (normal-top-level): Remove DISPLAY from
6725 process-environment to let it be computed dynamically in callproc.c.
6726
6727 * frame.el (frame-initialize, make-frame):
6728 * faces.el (tty-set-up-initial-frame-faces):
6729 * env.el (setenv): Don't set display-environment-variable.
6730
6731 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
6732 (server-create-tty-frame): Don't set unused `tty' property.
6733 Set `display' instead of display-environment-variable.
6734 (server-create-window-system-frame): No display-environment-variable.
6735
6736 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6739 (rfn-eshadow-update-overlay-hook): New defvars.
6740 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6741 Run the hooks.
6742
6743 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6744 (tramp-rfn-eshadow-setup-minibuffer)
6745 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6746 rfn-eshadow.el.
6747
6748 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6749 timeout.
6750
6751 2007-09-21 Glenn Morris <rgm@gnu.org>
6752
6753 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6754 * term/sun-mouse.el (suspend-emacstool): Remove.
6755 * term/sun.el: Remove emacstool-related code.
6756
6757 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6758 (byte-compile-warnings-safe-p): Add `mapcar'.
6759 (byte-compile-warning-types): Add mapcar and make-local.
6760 (byte-compile-normal-call): Add option to suppress mapcar warning.
6761 (top-level): Use mapc rather than mapcar in eval-when-compile.
6762
6763 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6764 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6765 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6766 Handle escaped parens.
6767 (latex-forward-sexp): Doc fix.
6768
6769 * eshell/esh-mode.el (eshell-output-filter-functions):
6770 Add eshell-postoutput-scroll-to-bottom.
6771
6772 * loadup.el: Remove termdev.
6773
6774 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6775 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6776
6777 2007-09-21 Markus Triska <markus.triska@gmx.at>
6778
6779 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6780 `mapcar' is called for effect.
6781
6782 2007-09-21 Kevin Ryde <user42@zip.com.au>
6783
6784 * international/mule.el (sgml-html-meta-auto-coding-function):
6785 Bind `case-fold-search' to t.
6786
6787 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * termdev.el: Remove.
6790
6791 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6792 (frames-on-display-list): Use it.
6793
6794 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6795
6796 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6797
6798 2007-09-20 Richard Stallman <rms@gnu.org>
6799
6800 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6801
6802 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6805
6806 2007-09-20 Glenn Morris <rgm@gnu.org>
6807
6808 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6809 motion functions, rather than hard-coding "\n\n".
6810 (tex-validate-region): Check for eobp, to speed up.
6811 (tex-next-unmatched-end): Doc fix.
6812
6813 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6816
6817 * international/mule.el (auto-coding-alist): Rar archives are binary.
6818
6819 * arc-mode.el: Add basic support for Rar.
6820 (archive-find-type): Recognize Rar's signature.
6821 (archive-desummarize): New fun.
6822 (archive-summarize): Use it to restore the buffer's data in case
6823 someone wants to switch to some other major mode.
6824 (archive-resummarize): Use it as well.
6825 (archive-rar-summarize, archive-rar-extract): New functions.
6826
6827 * filesets.el: Remove spurious * in docstrings.
6828 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6829 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6830 (filesets-ingroup-collect): Remove unused arg `depth'.
6831 (filesets-update): Remove unused arg `version'.
6832
6833 * finder.el (finder-compile-keywords): Fix up comment style.
6834 (finder-mouse-face-on-line): previous-line -> forward-line.
6835
6836 * recentf.el: Remove spurious * in docstrings.
6837 (recentf-save-list): Fix up comment style.
6838
6839 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6840 (octave-mode-map): Move init into declaration and remove \t binding.
6841 (octave-mode-startup-message): Remove unused var.
6842 (octave-scan-blocks): Remove unused arg `from'.
6843 (octave-forward-block, octave-down-block, octave-up-block):
6844 Update callers.
6845
6846 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6847 (meta-mode-map): Likewise and remove \t binding.
6848
6849 * net/snmp-mode.el: Remove spurious * in docstrings.
6850 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6851 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6852 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6853 that completion accepts lists of strings.
6854 (snmp-mode-syntax-table): Move initialization into declaration.
6855 (snmp-mode-map): Likewise and remove \t binding.
6856 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6857 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6858 (snmp-indent-command): Remove.
6859
6860 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6861 binding, so tab-always-indent works right.
6862
6863 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6864
6865 * net/browse-url.el (browse-url-elinks-new-window): New function.
6866 (browse-url-elinks): Use browse-url-elinks-new-window.
6867 Accept optional second argument `new-window'. Fix typo in doc-string.
6868 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6869 Improve error message.
6870
6871 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6872
6873 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6874 parameter name in the function body.
6875 Reported by Johannes Weiner.
6876
6877 2007-09-19 Glenn Morris <rgm@gnu.org>
6878
6879 * net/socks.el (socks-open-network-stream): Signal an explicit
6880 error if the port associated with a service string can't be found.
6881
6882 * textmodes/tex-mode.el (tex-terminate-paragraph):
6883 Use backward-paragraph.
6884
6885 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * server.el (server-running-p): New function.
6888
6889 2007-09-18 Jason Rumney <jasonr@gnu.org>
6890
6891 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6892 x-focus-frame.
6893
6894 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6895 Use x-focus-frame for w32.
6896
6897 2007-09-17 David Kastrup <dak@gnu.org>
6898
6899 * textmodes/tex-mode.el (tex-verbatim-environments):
6900 Eliminate CL dependency.
6901
6902 2007-09-17 Richard Stallman <rms@gnu.org>
6903
6904 * newcomment.el (comment-add): New arg EXTRA.
6905 (comment-region-default): Pass EXTRA if not indenting lines.
6906
6907 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6908
6909 * net/browse-url.el (browse-url-url-encode-chars): New function.
6910 URL-encode some chars in a string.
6911 (browse-url-encode-url): Rewrite using the previous function.
6912 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6913 (browse-url-elinks-sentinel): Fix typo.
6914 (browse-url-new-window-flag): Doc change.
6915
6916 2007-09-17 Glenn Morris <rgm@gnu.org>
6917
6918 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6919 filename from `--file-line-error', if it is available.
6920
6921 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6922
6923 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6924 TeX `--file-line-error' format.
6925
6926 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6927
6928 * xt-mouse.el: Delete add-hook calls that were moved to
6929 xterm-mouse-mode.
6930 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6931 does not work.
6932
6933 2007-09-17 Richard Stallman <rms@gnu.org>
6934
6935 * cus-face.el (custom-theme-set-faces): Undo previous change.
6936
6937 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6938
6939 2007-09-17 Glenn Morris <rgm@gnu.org>
6940
6941 * textmodes/tex-mode.el (tex-region): Simplify previous change,
6942 handling the case where the region is not in `tex-main-file'.
6943 (tex-region-1): Delete.
6944 (tex-region-header): New function, doing the header part of the
6945 old tex-region-1.
6946
6947 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * simple.el (newline): Simplify use of prefix-numeric-value.
6950 (line-move-partial): Remove unused var `ppos'.
6951 (line-move-1): Replace 9999 with most-positive-fixnum.
6952 (move-end-of-line): Use more efficient single-property search.
6953 (move-beginning-of-line): Remove unused var `start'.
6954 (blink-matching-open): Restructure in a more functional style.
6955
6956 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6957
6958 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6959
6960 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * server.el (server-clients): Only keep procs, no properties any more.
6963 (server-client): Remove.
6964 (server-client-get, server-client-set): Remove, replace all callers by
6965 process-get and process-put resp.
6966 (server-clients-with, server-add-client, server-delete-client)
6967 (server-create-tty-frame, server-create-window-system-frame)
6968 (server-process-filter, server-execute, server-visit-files)
6969 (server-buffer-done, server-kill-buffer-query-function)
6970 (server-kill-emacs-query-function, server-switch-buffer)
6971 (server-save-buffers-kill-terminal): Update accordingly.
6972
6973 * server.el (server-with-environment): Simplify.
6974 (server-select-display, server-unselect-display): Re-add functions that
6975 seem to have been lost in the multi-tty merge.
6976 (server-eval-and-print, server-create-tty-frame)
6977 (server-create-window-system-frame, server-goto-toplevel)
6978 (server-execute, server-return-error): New functions extracted from
6979 server-process-filter.
6980 (server-execute-continuation): New functions.
6981 (server-process-filter): Restructure so that all arguments are analysed
6982 first and then acted upon in a subsequent stage. This way
6983 server-goto-toplevel can be executed later, when we know if
6984 it's necessary.
6985 Remove the "-version" and "-version-good" support.
6986
6987 2007-09-16 Drew Adams <drew.adams@oracle.com>
6988
6989 * cus-edit.el (custom-face-edit-activate): Doc fix.
6990
6991 2007-09-16 Glenn Morris <rgm@gnu.org>
6992
6993 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
6994 Following cal-bahai renaming, update all instances of
6995 list-bahai-diary-entries to diary-bahai-list-entries,
6996 mark-bahai-diary-entries to diary-bahai-mark-entries,
6997 calendar-goto-bahai-date to calendar-bahai-goto-date,
6998 insert-bahai-diary-entry to diary-bahai-insert-entry,
6999 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7000 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7001 calendar-print-bahai-date to calendar-bahai-print-date.
7002
7003 * textmodes/tex-mode.el (tex-region): Handle the case where the
7004 region is not in `tex-main-file'. Move the old code that applies
7005 to both cases...
7006 (tex-region-1): ...to this new function.
7007
7008 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * vc.el (vc-process-sentinel): New function.
7011 (vc-exec-after): Use it instead of using ugly hackish analysis and
7012 construction of Elisp code.
7013 (vc-sentinel-movepoint): New dynamically scoped var.
7014 (vc-print-log, vc-annotate): Set it to move the user's point.
7015
7016 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7017 inhibit-modification-hooks.
7018
7019 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7020 (calendar-bahai-print-date, calendar-bahai-goto-date)
7021 (diary-bahai-list-entries, diary-bahai-insert-entry):
7022 New names to clean up the namespace a bit more.
7023 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7024
7025 2007-09-15 Glenn Morris <rgm@gnu.org>
7026
7027 * calendar/holidays.el (holiday-list): Rename it back to
7028 `list-holidays', but leave `holiday-list' as an alias.
7029
7030 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7031 custom group.
7032
7033 * textmodes/css-mode.el (css): New custom group.
7034 (css-electrick-keys, css-selector, css-property)
7035 (css-indent-offset): Specify custom group.
7036
7037 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7038
7039 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7040 (cvs-execute-single-file): Use process-file.
7041 (cvs-run-process): Use start-file-process.
7042
7043 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7046 level. Remove the hooks when turning off the mode.
7047
7048 * term/xterm.el: Require xt-mouse at compile time.
7049 (terminal-init-xterm): Turn on xterm mouse tracking for this
7050 terminal if xterm-mouse-mode is enabled.
7051
7052 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 * term/xterm.el (xterm-function-map): Replace bindings that were
7055 deleted by the merge.
7056
7057 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
7058
7059 * play/bubbles.el (bubbles-version): Bump value to "0.5".
7060 (bubbles-mode-map): Move define-key statements here.
7061 (bubbles-game-theme-menu): Ditto.
7062 (bubbles-graphics-theme-menu): Ditto.
7063 (bubbles-menu): Ditto.
7064 (bubbles-mode): Initialize buffer-undo-list, redisplay.
7065 (bubbles--initialize): Reset buffer-undo-list, redisplay.
7066 (bubbles-plop): Set buffer-undo-list, redisplay.
7067 (bubbles-undo): Reset buffer-undo-list, redisplay.
7068 (bubbles--show-images): Take care of missing text properties.
7069
7070 2007-09-14 Glenn Morris <rgm@gnu.org>
7071
7072 * startup.el (fancy-startup-text, fancy-about-text): Fix face
7073 quoting.
7074
7075 * calendar/cal-hebrew.el, calendar/cal-menu.el
7076 * calendar/calendar.el, calendar/diary-lib.el
7077 * calendar/holidays.el: Rename all instances of
7078 list-calendar-holidays callers to calendar-list-holidays,
7079 list-holidays to holiday-list, check-calendar-holidays to
7080 calendar-check-holidays, mark-calendar-holidays to
7081 calendar-mark-holidays, and filter-visible-calendar-holidays to
7082 holiday-filter-visible-calendar.
7083
7084 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7085
7086 * term/xterm.el (xterm-function-map): Add C-M- bindings.
7087
7088 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7089
7090 * play/bubbles.el (bubbles--initialize-images): Fix bug:
7091 Use transparent background for empty cells in graphics mode.
7092
7093 2007-09-13 Jari Aalto <jari.aalto@cante.net>
7094
7095 * man.el (Man-default-man-entry): At end of line, continue looking
7096 to the next line for possible end of hyphenated command.
7097
7098 2007-09-13 Chris Moore <dooglus@gmail.com>
7099
7100 * shell.el (shell-resync-dirs): Don't move the cursor relative to
7101 the command being edited.
7102
7103 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
7104
7105 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7106
7107 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
7108
7109 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7110 C-M-S- keys.
7111
7112 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7113
7114 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7115
7116 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7117 New argument `filename-p' to use one set of confusing chars or another.
7118 (browse-url-file-url): Use the argument.
7119 Suggested by Johannes Weiner.
7120
7121 2007-09-12 Romain Francoise <romain@orebokech.com>
7122
7123 * cus-start.el (all): Revert 2007-09-08 change.
7124
7125 2007-09-12 Aaron Hawley <aaronh@garden.org>
7126
7127 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
7128 extract .Z files, since it is more common than uncompress.
7129
7130 2007-09-12 Glenn Morris <rgm@gnu.org>
7131
7132 * textmodes/org-publish.el (org-publish-org-to-html): Remove
7133 duplicate function definition.
7134
7135 2007-09-10 Chris Moore <dooglus@gmail.com>
7136
7137 * diff-mode.el (diff-sanity-check-hunk):
7138 Also accept single-line hunks.
7139
7140 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * startup.el (startup-screen-inhibit-startup-screen)
7143 (pure-space-overflow-message): New vars.
7144 (fancy-splash-insert): Allow functions for face and link specs.
7145 (fancy-splash-head): Remove unused arg. Move splash text...
7146 (fancy-startup-text, fancy-about-text): ...here.
7147 (fancy-startup-tail): Rename from fancy-splash-tail.
7148 (fancy-startup-screen, fancy-about-screen): Split off from
7149 fancy-splash-screens.
7150 (display-startup-screen): New function.
7151 (display-about-screen): Rename from display-splash-screen.
7152 (command-line-1): Use concise startup screen if necessary.
7153
7154 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7155
7156 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7157 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7158
7159 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7162 (python-font-lock-keywords): Update to the 2.5 version of the language.
7163 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7164 (python-backspace): Only behave funny in code.
7165 (python-compilation-regexp-alist): Add PDB stack trace regexp.
7166 (inferior-python-mode): Add PDB prompt regexp.
7167 (python-fill-paragraph): Refine the fenced-string regexp.
7168 (python-find-imports): Handle imports spanning several lines.
7169 (python-mode): Add `class' to hideshow support.
7170
7171 2007-09-10 Dave Love <fx@gnu.org>
7172
7173 * outline.el (outline-4, outline-5, outline-7):
7174 Move font-lock-builtin-face down from 4 to 7 to better keep the
7175 progression of color brightness, and to better match Org-mode's faces.
7176
7177 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7178
7179 * progmodes/meta-mode.el (meta-font-lock-keywords)
7180 (font-lock-match-meta-declaration-item-and-skip-to-next)
7181 (meta-comment-indent, meta-indent-previous-line)
7182 (meta-indent-unfinished-line, meta-beginning-of-defun)
7183 (meta-end-of-defun, meta-common-initialization): Handle \f.
7184 (meta-indent-unfinished-line): Do not handle a `%' in a string as
7185 a comment-start.
7186
7187 * files.el (file-modes-char-to-who, file-modes-char-to-right)
7188 (file-modes-rights-to-number): Auxiliary functions for symbolic to
7189 numeric notation of file modes.
7190 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
7191 numeric value.
7192 (read-file-modes): New. Read either an octal value of a file mode or a
7193 symbolic value, and return its numeric value.
7194
7195 * dired-aux.el (dired-do-chmod): Change to use the built-in
7196 `set-file-modes' and the previous symbolic mode parsing functions.
7197
7198 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * textmodes/texinfo.el: Remove spurious * in docstrings.
7201 (texinfo-mode-syntax-table, texinfo-mode-map):
7202 Initialize in the declaration.
7203
7204 * tmm.el: Remove spurious * in docstrings.
7205 (tmm-prompt): Use with-current-buffer.
7206
7207 * vcursor.el: Remove spurious * in docstrings.
7208 (vcursor-map): Initialize in the declaration.
7209 (vcursor-use-vcursor-map): Use define-minor-mode.
7210 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7211
7212 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7213 Initialize in the declaration.
7214 (widget-minor-mode): Use define-minor-mode.
7215
7216 * woman.el (woman-mode-map, woman-syntax-table):
7217 Initialize in the declaration.
7218
7219 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
7220
7221 * doc-view.el: New file.
7222
7223 2007-09-09 Juri Linkov <juri@jurta.org>
7224
7225 * Makefile.in (update-authors): Add etc/ to AUTHORS.
7226
7227 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7228
7229 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7230 to "Startup screen". Fix docstring.
7231 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7232 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7233 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7234 (initial-scratch-message): Fix docstring.
7235 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7236 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7237 Add link to "Customize Startup" and set interval between links to
7238 5 spaces.
7239 (fancy-about-text): Add links "Authors" and "Contributing".
7240 (fancy-splash-head): Add text "Welcome to " on the startup screen,
7241 and "This is " on the about screen. Add link to
7242 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7243 For the about screen move emacs version to the header from
7244 `fancy-splash-tail' (as it's done already for normal about screen).
7245 (fancy-splash-tail): Insert emacs version only for startup screen.
7246 (normal-splash-screen): Remove duplicate empty lines.
7247 (normal-about-screen): Add links "Authors" and "Contributing".
7248
7249 * menu-bar.el (menu-bar-help-menu):
7250 Move "About Emacs" and "About GNU" to the end of the Help menu.
7251 Move "Emacs Psychotherapist" after "Send Bug Report...".
7252 Move "External Packages" after "Find Emacs Packages".
7253
7254 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
7255
7256 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7257 they are useless with the byte compiler.
7258 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7259 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7260 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7261 (tramp-file-name-real-host, tramp-file-name-port)
7262 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7263 defuns.
7264
7265 * net/tramp-cache.el (top): Improve error message when
7266 `tramp-persistency-file-name' is corrupted.
7267
7268 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
7269
7270 * textmodes/org.el (org-re): Also replace the :alpha: class.
7271 (org-todo-tag-alist): Variable removed.
7272 (org-todo-key-alist, org-todo-key-trigger): New variables.
7273 (org-use-fast-todo-selection): New option.
7274 (org-log-done): Docstring fixed.
7275 (org-deadline-warning-days): New default value 14.
7276 (org-edit-timestamp-down-means-later): New option.
7277 (org-tag-alist): Docstring fixed.
7278 (org-fast-tag-selection-include-todo): New option.
7279 (org-export-language-setup): New languages added.
7280 (org-set-regexps-and-options): Compute the new variables.
7281 (org-paste-subtree): Cleaning up.
7282 (org-remember-apply-template): New escape %A.
7283 (org-todo): Call fast TODO selection.
7284 (org-fast-todo-selection): New function.
7285 (org-add-log-note): Allow prefix for abort exit.
7286 (org-at-property-p, org-entry-properties)
7287 (org-columns-get-autowidth-alist): Use :alpha: class.
7288 (org-get-wdays): New function.
7289 (org-agenda-remove-date): New variable.
7290 (org-agenda-get-deadlines): Use `org-get-wdays'.
7291 (org-agenda-get-deadlines): Reverse ee before returning.
7292 (org-format-agenda-item): New argument REMOVE-RE.
7293 (org-agenda-convert-date): Baha'i calendar added.
7294 (org-infile-export-plist): Also find DATE line.
7295 (org-get-min-level): New function.
7296 (org-export-as-html, org-export-as-ascii): Use the date format.
7297 (org-shiftup, org-shiftdown): Use.
7298 `org-edit-timestamp-down-means-later'.
7299 (org-assign-fast-keys): New function.
7300
7301 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
7302
7303 * cus-start.el (all): Add prefer-window-split-horizontally from
7304 window.c.
7305
7306 2007-09-08 Eli Zaretskii <eliz@gnu.org>
7307
7308 * net/browse-url.el (browse-url-galeon): Fix last change.
7309 (top-level): Require cl when compiling.
7310
7311 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
7312
7313 * textmodes/org-export-latex.el: arch-tag restored.
7314
7315 * textmodes/org-publish.el: arch-tag restored.
7316
7317 2007-09-08 Masatake YAMATO <jet@gyve.org>
7318
7319 * progmodes/which-func.el (which-func-modes): Add diff-mode.
7320
7321 * progmodes/cc-langs.el: Support new keywords added to
7322 objective-c frontend of gcc.
7323 (c-simple-stmt-kwds): Add @throw.
7324 (c-block-stmt-2-kwds): Add @synchronized.
7325 (c-block-stmt-1-kwds): Add @finally and @try.
7326
7327 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
7328
7329 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7330 (org-agenda-after-show-hook): New variable.
7331 (org-columns-compile-format)
7332 (org-columns-get-autowidth-alist, org-buffer-property-keys)
7333 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7334 property names.
7335 (org-get-wdays): New function.
7336
7337 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7340
7341 * term/xterm.el (xterm-function-map): Initialize in the declaration.
7342
7343 * vc-arch.el (vc-arch-checkin): Fix typo.
7344
7345 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
7346
7347 * cus-face.el (custom-theme-set-faces): Set face attributes
7348 locally for each frame.
7349
7350 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7353 via font-lock-defaults.
7354
7355 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7356 derived-mode-p.
7357
7358 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
7359
7360 * progmodes/autoconf.el (autoconf-definition-regexp):
7361 Handle optional square brackets around definition name.
7362
7363 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
7364
7365 * net/browse-url.el (browse-url-browser-function): Add elinks.
7366 (browse-url-elinks-wrapper): New option.
7367 (browse-url-encode-url, browse-url-elinks)
7368 (browse-url-elinks-sentinel): New functions.
7369 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7370 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7371 Use new function browse-url-encode-url.
7372
7373 2007-09-07 Glenn Morris <rgm@gnu.org>
7374
7375 * version.el (emacs-version): Revert 2007-08-29 change: no need to
7376 say if multi-tty is present.
7377
7378 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * cus-start.el (split-window-preferred-function): Add custom info.
7381
7382 * calendar/holidays.el (holiday-list, calendar-check-holidays)
7383 (calendar-mark-holidays, calendar-list-holidays)
7384 (holiday-filter-visible-calendar): New names to clean up namespace.
7385 (filter-visible-calendar-holidays, list-calendar-holidays)
7386 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7387 Add compatibility aliases.
7388 (calendar-check-holidays, calendar-mark-holidays)
7389 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7390 (holiday-sexp): Replace append with list.
7391 (holiday-filter-visible-calendar): Replace append with push.
7392
7393 * woman.el: Remove spurious * in docstrings.
7394 (woman-mini-help, woman-non-underline-faces, woman0-rename)
7395 (woman-topic-all-completions-merge, woman-file-name-all-completions)
7396 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7397 (woman-write-directory-cache, woman-display-extended-fonts)
7398 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7399 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7400 (woman-mode): Use inhibit-read-only.
7401 (woman-negative-vertical-space): Use dotimes.
7402 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7403
7404 2007-09-06 Romain Francoise <romain@orebokech.com>
7405
7406 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7407 (vc-bzr-workfile-version): Use it.
7408
7409 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
7410
7411 * complete.el (PC-do-completion): Don't try to treat
7412 empty string as an abbreviation.
7413
7414 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7415
7416 * help-fns.el (describe-variable): Keep doc's text properties.
7417
7418 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
7419
7420 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7421 instead of a file.
7422
7423 2007-09-06 Glenn Morris <rgm@gnu.org>
7424
7425 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7426 (checkdoc-minor-mode): Allow user to specify lighter via
7427 checkdoc-minor-mode-string.
7428
7429 2007-09-05 Richard Stallman <rms@gnu.org>
7430
7431 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7432 Several items removed, simplified, or put on one line.
7433 (fancy-about-text): Add substantial contents, part of startup text.
7434 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7435 (normal-splash-screen): Call normal-mouse-startup-screen,
7436 normal-no-mouse-startup-screen, or normal-about-screen.
7437 (normal-mouse-startup-screen): New fn, broken out, shortened.
7438 (normal-no-mouse-startup-screen): New fn, broken out.
7439 (normal-about-screen): New function, contents all new.
7440
7441 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7442
7443 * emacs-lisp/rx.el (rx): Fix typo in docstring.
7444
7445 2007-09-05 Glenn Morris <rgm@gnu.org>
7446
7447 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7448 is bound.
7449
7450 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7451
7452 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7453 in doc string.
7454
7455 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7456
7457 * server.el (server-start, server-unload-hook): Undo previous change.
7458
7459 * xt-mouse.el: Undo previous change.
7460
7461 2007-09-04 Juri Linkov <juri@jurta.org>
7462
7463 * startup.el (fancy-about-text): New variable.
7464 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7465 (fancy-current-text, fancy-splash-stop-time)
7466 (fancy-splash-outer-buffer): Remove variables.
7467 (fancy-splash-head, fancy-splash-tail): Add new optional argument
7468 `startup' and use it to conditionally display different texts for
7469 Startup and About screens. Don't display Help commands on the About
7470 screen.
7471 (fancy-splash-screens-1): Remove function and move its content to
7472 `fancy-splash-screens' to the part that dislpays the About screen.
7473 (exit-splash-screen): Don't treat specially exiting from
7474 alternating screens.
7475 (fancy-splash-screens): Rename argument `static' to `startup'.
7476 Fix docstring. Remove code for displaying alternating screens.
7477 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7478 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7479 for `inhibit-read-only'.
7480 (normal-splash-screen): Rename argument `static' to `startup'.
7481 Fix docstring. Use argument `startup' to conditionally display
7482 different texts for Startup and About screens. Don't display Help
7483 commands on the About screen. Remove `unwind-protect' `sit-for'
7484 delay and `kill-buffer' after it.
7485 (display-startup-echo-area-message): Remove call to
7486 `use-fancy-splash-screens-p' because image.el is preloaded and
7487 doesn't display "Loading image... done".
7488 (display-splash-screen): Rename argument `static' to `startup'.
7489 Fix docstring.
7490
7491 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7492
7493 * server.el (server-start, server-unload-hook):
7494 suspend-tty-functions has been renamed to suspend-tty-hook.
7495
7496 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
7497 resume-tty-hook.
7498
7499 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7500
7501 * loadup.el: Fix merge problem, only load "button" once.
7502
7503 2007-09-03 Glenn Morris <rgm@gnu.org>
7504
7505 * vc-svn.el (vc-svn-print-log): If there is only one file, use
7506 "Working file:" as the prefix, for the sake of
7507 log-view-current-file.
7508
7509 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7510
7511 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7512 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7513 if the selected frames is in
7514 xterm-modify-other-keys-terminal-list.
7515 (xterm-turn-off-modify-other-keys): Add an optional frame
7516 parameter. Only turn off modify-other-keys if FRAME is in
7517 xterm-modify-other-keys-terminal-list.
7518 (xterm-remove-modify-other-keys): New function.
7519 (terminal-init-xterm): Use it. Deal with delete-frame hook.
7520 Add the selected frame to xterm-modify-other-keys-terminal-list.
7521
7522 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7523
7524 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7525 (icon-map-list): New variable.
7526 (x-gtk-map-stock): Use icon-map-list.
7527
7528 2007-09-02 Romain Francoise <romain@orebokech.com>
7529
7530 * log-view.el (log-view-current-file): Balance parens.
7531
7532 2007-09-02 Glenn Morris <rgm@gnu.org>
7533
7534 * comint.el (comint-mode): Don't set scroll-conservatively.
7535
7536 * eshell/em-unix.el (eshell/time): Stringify and flatten the
7537 non-command arguments.
7538
7539 * log-view.el (log-view-current-file): Give a more explicit error
7540 if log-view-file-re fails to find a match.
7541
7542 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7543
7544 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7545 Fix bug: Don't expand top-level file name more than once.
7546 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7547
7548 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * server.el (server-process-filter): Don't display the splash screen.
7551 It's annoying enough on the initial screen and becomes positively
7552 obnoxious here.
7553
7554 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7557 Change naming to use "avl-tree--" for internal functions.
7558
7559 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
7560
7561 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7562 the merge.
7563 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7564 (provide): Move to the end of file.
7565
7566 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7567
7568 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7569
7570 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7571 New variable. List of exceptions for the duplicated word rule.
7572 (flyspell-mark-duplications-flag): Mention it.
7573 (flyspell-word): Treat it.
7574
7575 * files.el (create-file-buffer): If the filename sans directory starts
7576 with spaces, remove them.
7577
7578 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7579
7580 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7581 (x-gtk-map-stock): Use two directory elements when matching
7582 file name.
7583
7584 2007-08-31 James Wright <james@chumsley.org>
7585
7586 * eshell/em-unix.el (eshell/info): New function.
7587
7588 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * frame.el (frame-initialize, make-frame):
7591 * server.el (server-process-filter):
7592 * faces.el (tty-set-up-initial-frame-faces): Don't set
7593 term-environment-variable since it's not used any more.
7594
7595 * env.el (setenv): Don't treat $TERM specially.
7596
7597 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7598 stated otherwise, subprocesses do not send back escape sequences
7599 corresponding to the terminal from which Emacs was started.
7600
7601 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
7602
7603 * calculator.el: Require cl for compilation.
7604
7605 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
7606
7607 * outline.el (outline-font-lock-levels): Comment out unused var.
7608 (outline-font-lock-face): Wrap around face list to handle any
7609 nesting depth gracefully.
7610
7611 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
7612
7613 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7614 `set-file-times'.
7615
7616 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7617
7618 * textmodes/org.el (org-export-visible): Fix drawers before export.
7619 (org-do-sort): Allow sorting by priority.
7620 (org-agenda-files): Ignore non-existing files.
7621 (org-agenda-skip-unavailable-files): New variable.
7622 (org-ellipsis): All a face as value.
7623 (org-mode): Interprete the face value of `org-ellipsis'.
7624 (org-archive-save-context-info): New option.
7625 (org-archive-subtree): Store context info in archived entry.
7626 (org-fast-tag-selection-can-set-todo-state): New variable.
7627 (org-fast-tag-selection): Allow setting TODO states through this
7628 interface.
7629 (org-cycle): Docstring updated.
7630 (org-todo-keyword-faces): New option.
7631 (org-get-todo-face): New function.
7632 (org-set-font-lock-defaults, org-agenda-highlight-todo):
7633 Use `org-get-todo-face'.
7634 (org-switch-to-buffer-other-window): New function.
7635 (org-table-edit-field, org-table-show-reference)
7636 (org-table-edit-formulas, org-add-log-note)
7637 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7638 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7639 `switch-to-buffer-other-window' to make sure that the temporary
7640 windows show up on the current frame.
7641 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7642 (org-get-entries-from-diary, org-replace-region-by-html):
7643 Don't allow pop-up frames.
7644 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7645 Fix problems with time-of-day.
7646 (org-export-get-title-from-subtree): New function.
7647 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7648 with listing items that are DONE.
7649 (org-change-tag-in-region): New command.
7650 (org-agenda-skip-scheduled-if-done)
7651 (org-agenda-skip-deadline-if-done): Docstring clarified.
7652 (org-mode): Hide drawers on startup.
7653 (org-get-todo-face): New function.
7654 (org-todo-keyword-faces): New option.
7655 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7656 (org-remove-keyword-keys): New function.
7657
7658 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
7659
7660 * progmodes/grep.el (grep-find-ignored-directories):
7661 Add monotone _MTN bookkeeping directory in workspaces.
7662 Add RCS control directory. List items in alphabetical order.
7663
7664 * progmodes/grep.el (grep-files-aliases): Add cc alias.
7665 Sort items in alphabetical order. Fix parens.
7666
7667 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7668
7669 * vc-hg.el (vc-hg-extra-menu-map): New variable.
7670 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7671 (vc-hg-pull): New functions.
7672 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7673
7674 * term/mac-win.el: Don't require url, only autoloaded url
7675 functions are used in this file.
7676
7677 2007-08-29 Andreas Schwab <schwab@suse.de>
7678
7679 * shell.el (shell): Return correct value from interactive spec.
7680
7681 2007-08-29 Glenn Morris <rgm@gnu.org>
7682
7683 * version.el (emacs-version): Increase to 23.0.50.
7684
7685 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7686
7687 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7688
7689 2007-08-29 Juri Linkov <juri@jurta.org>
7690
7691 * loadup.el: Add "button" loading after "faces" and move "startup"
7692 to load after "button".
7693
7694 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7695
7696 * loadup.el: Load term/mac-win on a Mac using Carbon.
7697
7698 * term/mac-win.el: Provide mac-win.
7699 (mac-initialized): New variable.
7700 (mac-initialize-window-system): New function. Move global setup here.
7701 (handle-args-function-alist, frame-creation-function-alist):
7702 (window-system-initialization-alist): Add mac entries.
7703 (x-setup-function-keys): New function containing all the
7704 top level function key definitions.
7705
7706 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7707
7708 * env.el (read-envvar-name): Don't consider the environment frame param.
7709
7710 * env.el (setenv):
7711 * frame.el (frame-initialize, make-frame):
7712 * faces.el (tty-set-up-initial-frame-faces):
7713 * server.el (server-process-filter): Set
7714 display-environment-variable and term-environment-variable.
7715
7716 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7717
7718 2007-08-29 Jason Rumney <jasonr@gnu.org>
7719
7720 * loadup.el: Only load term/x-win when X is compiled in.
7721 Load term/w32-win and dependencies on windows-nt.
7722
7723 * term/w32-win.el: Reorder to match x-win.el more closely.
7724 Provide w32-win. Don't throw error when global window-system not w32.
7725 (internal-face-interactive): Remove obsolete function.
7726 (x-setup-function-keys): Use local-function-key-map.
7727 (w32-initialized): New variable.
7728 (w32-initialize-window-system): Set it.
7729 Move more global setup here.
7730 (x-setup-function-keys): New function.
7731 (w32-initialize-window-system): Move non function key global setup here.
7732 (x-cut-buffer-max): Remove.
7733 (w32-initialize-window-system): New function.
7734 (handle-args-function-alist, frame-creation-function-alist):
7735 (window-system-initialization-alist): Add w32 entries.
7736
7737 2007-08-29 David Kastrup <dak@gnu.org>
7738
7739 * env.el (getenv): Pass frame to getenv-internal.
7740
7741 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7742
7743 * version.el (emacs-version): Show if multi-tty is present.
7744
7745 * loadup.el: Delay loading env; mule-conf gets confused by cl
7746 during bootstrap. Also load termdev and term/x-win.
7747
7748 * bindings.el (mode-line-client): New variable.
7749 (help-echo): Add it to the default mode-line format.
7750
7751 * cus-start.el: Remove bogus window-system reference from GTK test.
7752
7753 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7754 (ebrowse-electric-position-mode-map):
7755 * ebuff-menu.el (electric-buffer-menu-mode-map):
7756 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7757 not `suspend-emacs'.
7758
7759 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7760 (ediff-window-setup-function): Use it as default.
7761
7762 * files.el (save-buffers-kill-terminal): New function.
7763 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7764
7765 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7766 and `with-selected-frame'.
7767
7768 * help-fns.el (describe-variable): Describe frame-local variables
7769 correctly.
7770
7771 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7772 display support.
7773 (normal-erase-is-backspace-setup-frame): New function.
7774
7775 * subr.el (with-selected-frame): New function.
7776 (read-quoted-char): Use terminal-local binding of
7777 local-function-key-map instead of function-key-map.
7778
7779 * talk.el (talk): New function.
7780 (talk-handle-delete-frame): New function.
7781 (talk-add-display): Open a new frame only if FRAME was not a frame.
7782
7783 * termdev.el: New file.
7784
7785 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7786 * term/x-win.el: Don't bind f10.
7787 * tmm.el: Remove autoload binding for f10.
7788
7789 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7790 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7791 Store the saved input method as a terminal parameter. Add keymap
7792 parameter. Use it instead of changing key-translation-map directly.
7793 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7794 Remove.
7795 (encoded-kbd-setup-display): New function.
7796
7797 * international/mule-cmds.el (set-locale-environment): Fix getenv
7798 call. Use save-buffers-kill-terminal. Ignore window-system; always
7799 set the keyboard coding system. Add DISPLAY parameter.
7800 (set-display-table-and-terminal-coding-system): Add DISPLAY
7801 parameter. Pass it to set-terminal-coding-system.
7802
7803 * international/mule.el (keyboard-coding-system): Test for
7804 encoded-kbd-setup-display, not encoded-kbd-mode.
7805 (set-terminal-coding-system, set-keyboard-coding-system): Add
7806 DISPLAY parameter.
7807 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7808
7809 * term/README: Update.
7810
7811 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7812
7813 * term/x-win.el (x-setup-function-keys): New function. Move
7814 function-key-map tweaks here. Protect against multiple calls on
7815 the same terminal. Use terminal-local binding of
7816 local-function-key-map instead of function-key-map.
7817 (x-initialize-window-system): Make a copy of pure list. Pass a
7818 frame getenv.
7819
7820 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7821 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7822 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7823 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7824 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7825 local-function-key-map instead of function-key-map.
7826
7827 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7828 `substitute-key-definition' and `define-key' calls against
7829 multiple execution. Use terminal-local binding of
7830 local-function-key-map instead of function-key-map. Pass a frame
7831 to getenv.
7832
7833 * edmacro.el (edmacro-format-keys):
7834 * emulation/cua-base.el (cua--pre-command-handler):
7835 * isearch.el (isearch-other-meta-char):
7836 * xt-mouse.el: Use terminal-local binding of
7837 local-function-key-map instead of function-key-map.
7838
7839 * fringe.el (set-fringe-mode): Simplify and fix using
7840 `modify-all-frames-parameters'.
7841 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7842 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7843 check before calling `tool-bar-setup'.
7844 (tool-bar-setup): New variable.
7845 (tool-bar-setup): Use it to guard against multiple calls. Add
7846 optional frame parameter, and select that frame before adding items.
7847 (toggle-tool-bar-mode-from-frame): New function.
7848
7849 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7850 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7851 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7852 "Tool-bar" toggles to reflect the state of the current frame.
7853 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7854
7855 * env.el: Require cl for byte compilation (for `block' and `return').
7856 (environment, setenv-internal): New functions.
7857 (let-environment): New macro.
7858 (setenv, getenv): Add optional terminal parameter. Update docs.
7859 (setenv): Use setenv-internal. Always set process-environment.
7860 Handle `local-environment-variables'.
7861 (read-envvar-name, setenv, getenv): Use frame parameters
7862 to store the local environment, not terminal parameters. Include
7863 `process-environment' as well.
7864
7865 * faces.el (tty-run-terminal-initialization): New function.
7866 (tty-create-frame-with-faces): Use it. Set up faces and
7867 background mode only after the terminal has been initialized.
7868 Call terminal-init-*. Don't load the initialization file more
7869 than once. Call set-locale-environment.
7870 (frame-set-background-mode): Handle the 'background-mode terminal
7871 parameter.
7872 (tty-find-type): New function.
7873 (x-create-frame-with-faces): Remove bogus check for
7874 first frame. Call `tool-bar-setup'. Don't make frame visible
7875 until we are done setting up all its parameters. Call
7876 x-setup-function-keys.
7877
7878 * frame.el (make-frame): Always inherit 'environment and 'client
7879 parameters. Set up the 'environment frame parameter, when needed.
7880 Also inherit 'client parameter. Don't override explicitly
7881 specified values with inherited ones. Add 'terminal frame
7882 parameter. Append window-system-default-frame-alist to parameters
7883 before calling frame-creation-function.
7884 (frame-initialize): Copy the environment from the initial frame.
7885 (window-system-default-frame-alist): Enhance doc string.
7886 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7887 `default-frame-alist' when initial frame is on a tty.
7888 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7889 Remove specified parameters from `window-system-default-frame-alist'.
7890 (make-frame-on-tty, framep-on-display, suspend-frame):
7891 Extend doc string, update parameter names.
7892 (frames-on-display-list): Use terminal-id to get the display id.
7893 (frame-notice-user-settings): Extend to apply
7894 settings in `window-system-default-frame-alist' as well.
7895 (terminal-id, terminal-parameters, terminal-parameter)
7896 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7897 (delete-frame-functions): Add to `delete-frame-functions' hook.
7898 (blink-cursor-mode): Adapt blink-cursor-mode default
7899 value from startup.el.
7900 (make-frame-on-display): Protect condition on x-initialized when
7901 x-win.el is not loaded. Update doc.
7902 (suspend-frame): Use display-controlling-tty-p to decide between
7903 suspend-emacs and suspend-tty.
7904 (frames-on-display-list): Update for display ids.
7905 (framep-on-display): Ditto.
7906 (suspend-frame): Use display-name, not frame-tty-name.
7907 (selected-terminal): New function.
7908
7909 * server.el: Use `device' instead of `display' or `display-id' in
7910 variable and client parameter names.
7911 (server-select-display): Remove (unused).
7912 (server-tty-live-p, server-handle-delete-tty): Remove.
7913 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7914 Update docs.
7915 (server-getenv-from, server-with-environment, server-send-string)
7916 (server-save-buffers-kill-terminal): New functions.
7917 (server-delete-client): Handle quits in kill-buffer. Don't kill
7918 modified buffers. Add extra logging. Delete frames after
7919 deleting the tty. Clear 'client parameter before deleting a frame.
7920 Use delete-display, not delete-tty.
7921 (server-visit-files): Don't set `server-existing-buffer' if the
7922 buffer already has other clients. Return list of buffers
7923 created. Update doc. Don't set client-record when nowait.
7924 (server-handle-delete-frame): Delete the client if this was its
7925 last frame. Check that the frame is alive. Remove bogus comment.
7926 Add note on possible race condition. Delete tty clients, if needed.
7927 (server-handle-suspend-tty): Use server-send-string. Kill the
7928 client in case of errors from process-send-string. Use the display
7929 parameter.
7930 (server-unload-hook): Remove obsolete delete-tty hook.
7931 (server-start): Ask before restarting if the old server still has
7932 clients. Add feedback messages. Remove obsolete delete-tty hook.
7933 (server-process-filter): Use server-send-string. Accept `-dir'
7934 command. Switch to *scratch* immediately after creating the frame,
7935 before evaluating any -evals. Protect `display-splash-screen'
7936 call in a condition-case. Explain why. Call
7937 `display-startup-echo-area-message' before
7938 `display-splash-screen'. Don't display the splash screen when no
7939 frame was created. Show the Emacs splash screen and startup echo
7940 area message. Display the *scratch* buffer by default. Store the
7941 local environment in a frame (not terminal) parameter. Do not try
7942 to decode environment strings. Fix reference to the 'display
7943 frame parameter. Change syntax of environment variables. Put
7944 environment into terminal parameters, not client parameters. Use
7945 a dummy client with --no-wait's X frames. In `-position LINE'
7946 handler, don't ruin the request string until the line number is
7947 extracted. Log opened files. Handle -current-frame command.
7948 Don't create frames when it is given. Don't bind X frames to the
7949 client when we are in -no-wait mode. Set locale environment
7950 variables from client while creating tty frames. Disable call to
7951 configure-display-for-locale. When processing -position command,
7952 don't change the request string until the parameters are
7953 extracted. Don't try to create an X frame when Emacs does not
7954 support it. Improve logging. Temporarily set ncurses-related
7955 environment variables to those of the client while creating a new
7956 tty frame. Select buffers opened by nowait clients, don't leave
7957 them buried under others. Set the display parameter, and use it
7958 when appropriate.
7959
7960 * startup.el (display-startup-echo-area-message): Handle
7961 `inhibit-startup-echo-area-message' here.
7962 (command-line-1): Moved from here.
7963 (fancy-splash-screens): Use `overriding-local-map' instead of
7964 `overriding-terminal-local-map' for now; the latter doesn't work
7965 right, it looses keypresses to another terminal. Use
7966 `overriding-terminal-local-map' to set up keymap. Install a
7967 `delete-frame-functions' hook to catch `delete-frame' events.
7968 Ignore `select-window' events to cope better with
7969 `focus-follows-mouse'. Don't switch back to the original buffer
7970 if the splash frame has been killed. Restore previous buffer, even
7971 if it's *scratch*.
7972 (normal-splash-screen): Don't let-bind `mode-line-format'; it
7973 changes the global binding - setq it instead. Use
7974 `save-buffers-kill-terminal'.
7975 (display-splash-screen): Don't do anything if the splash screen is
7976 already displayed elsewhere.
7977 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
7978 (command-line): Replace duplicated code with a call to
7979 tty-run-terminal-initialization. Don't load the terminal
7980 initialization file more than once. Remove call to nonexistent
7981 function `set-locale-translation-file-name'.
7982
7983 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
7984 parameters.
7985 (xterm-mouse-position-function, xterm-mouse-event): Update.
7986 (xterm-mouse-mode): Don't depend on current value of window-system.
7987 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
7988 Update for multi-tty.
7989 (turn-on-xterm-mouse-tracking-on-terminal)
7990 (turn-off-xterm-mouse-tracking-on-terminal)
7991 (xterm-mouse-handle-delete-frame): New functions.
7992 (delete-frame-functions, after-make-frame-functions)
7993 (suspend-tty-functions, resume-tty-functions): Install extra hooks
7994 for multi-tty.
7995
7996 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * simple.el (invisible-p): Remove: implemented in C now.
7999 (line-move-invisible-p): Remove obsolete alias.
8000
8001 2007-08-28 Juri Linkov <juri@jurta.org>
8002
8003 * image-mode.el (image-type): New variable.
8004 (image-mode): Set default major mode name to "Image[text]".
8005 (image-minor-mode): Change LIGHTER to display image-type in the
8006 mode line.
8007 (image-minor-mode): Set default image-type to "text".
8008 (image-toggle-display): After switching to text mode, set
8009 image-type to "text" and major mode name to "Image[text]".
8010 After switching to image mode, set image-type to actual image
8011 type, and add image type to major mode name. Let-bind the same
8012 variable names as arguments of `image-type' and `create-image'.
8013 Bind `type' to the result of `image-type' and use it as arg
8014 of `create-image' to not determine the image type twice.
8015
8016 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8019 (tramp-set-file-uid-gid, tramp-get-local-uid)
8020 (tramp-get-local-gid): New defuns.
8021 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8022 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8023 Improve fast track.
8024 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8025 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8026 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8027 (tramp-handle-write-region): Improve fast track.
8028 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8029 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8030 be nil.
8031
8032 2007-08-28 Ivan Kanis <apple@kanis.eu>
8033
8034 * time.el: New feature to display several time zones in a buffer.
8035 (display-time-world-mode, display-time-world-display)
8036 (display-time-world, display-time-world-timer): New functions.
8037 (display-time-world-list, display-time-world-time-format)
8038 (display-time-world-buffer-name, display-time-world-timer-enable)
8039 (display-time-world-timer-second, display-time-world-mode-map):
8040 New variables.
8041
8042 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8043
8044 * term/x-win.el (x-gtk-stock-map): New variable.
8045 (x-gtk-map-stock): New function.
8046
8047 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8048 prev/next-node.
8049
8050 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8051
8052 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8053
8054 2007-08-28 Glenn Morris <rgm@gnu.org>
8055
8056 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8057
8058 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8059
8060 * progmodes/modula2.el (m2-definition, m2-module):
8061 Don't use previous-line. Reported by T. V. Raman.
8062
8063 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8064
8065 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8066 argument to tool-bar-mode call.
8067
8068 2007-08-27 Glenn Morris <rgm@gnu.org>
8069
8070 * diff-mode.el (diff-find-file-name): Only accept regular files,
8071 to rule out /dev/null, directories, etc.
8072
8073 * vc-svn.el (vc-svn-diff): If the repository version of all the
8074 files is the same as the specified OLDVERS, do a local diff.
8075
8076 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8079 of buffers in uniquify-managed.
8080
8081 * simple.el (invisible-p): Rename from text-invisible-p.
8082 Update callers.
8083
8084 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8087 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8088 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8089 (cperl-etags-goto-tag-location): Use new style backquotes.
8090
8091 * net/browse-url.el: Remove spurious * in custom docstrings.
8092 (browse-url-filename-alist): Use new-style backquote.
8093
8094 * emacs-lisp/backquote.el (backquote-unquote-symbol)
8095 (backquote-splice-symbol): Clarify they're not new-style unquotes.
8096
8097 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8098 (\,@): Backslash the , and ,@ which are not new-style unquotes.
8099
8100 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8101
8102 * net/socks.el (socks-username/password-auth-filter):
8103 Remove unused vars `state' and `desired-len'.
8104 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8105 (socks-wait-for-state-change): Use new-style backquotes.
8106
8107 * pcvs.el (cvs-mode-status): Fix long-standing typo.
8108
8109 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8110 backquotes after each `read' rather than once per buffer.
8111
8112 * dframe.el: Remove spurious * in custom docstrings.
8113 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8114 (dframe-xemacs20p): Remove, inline at the sole use point.
8115 (defface): Don't defvar the face, don't use old-style backquote.
8116 (defcustom): Don't use old-style backquote.
8117 (dframe-frame-parameter, dframe-mouse-event-p):
8118 Make it obvious that it's always defined.
8119 (dframe-popup-kludge): New function to replace
8120 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8121 (dframe-frame-mode, dframe-set-timer-internal)
8122 (dframe-mouse-set-point): Remove use of with-no-warnings from
8123 XEmacs-specific code.
8124 (dframe-set-timer-internal): Fix very old bug with
8125 post-command-idle-hook.
8126
8127 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8128
8129 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8130
8131 * emacs-lisp/avl-tree.el: New file.
8132
8133 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8134
8135 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
8136 was used.
8137
8138 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
8139
8140 * complete.el (PC-do-completion): Make RET accept a non-unique but
8141 complete expansion again.
8142
8143 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
8144
8145 * eshell/esh-opt.el (eshell-eval-using-options):
8146 Add debug declaration.
8147
8148 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8149
8150 * log-view.el (log-view-toggle-mark-entry): Add docstring.
8151 (log-view-get-marked): Likewise.
8152
8153 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8154 (vc-delete-automatic-version-backups): Likewise.
8155
8156 * vc.el (vc-dired-buffers-for-dir): Likewise.
8157
8158 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
8159
8160 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8161 safe-local-variable setting.
8162 * progmodes/perl-mode.el (perl-indent-level): Likewise.
8163
8164 * log-view.el (log-view-marked-list): Delete variable.
8165 (log-view-mode): Don't use it.
8166 (log-view-toggle-mark-entry): Likewise, simplify.
8167 (log-view-current-tag): Don't return properties.
8168 (log-view-get-marked): New function.
8169
8170 2007-08-25 Alexandre Julliard <julliard@winehq.org>
8171
8172 * vc-git.el (vc-git-mode-line-string): New function.
8173
8174 2007-08-25 Alan Mackenzie <acm@muc.de>
8175
8176 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8177 new language variable.
8178
8179 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8180 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8181 "extern" etc., rather than BOI. Fix addition of spurious
8182 syntactic-symbol 'defun-block-intro, replacing it with
8183 'innamespace, etc.
8184
8185 2007-08-25 Juri Linkov <juri@jurta.org>
8186
8187 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8188
8189 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8190 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8191 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8192
8193 * image.el (image-type-header-regexps): Use more complex regexp for svg.
8194 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8195 (image-type-auto-detectable): Add (svg . maybe).
8196
8197 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8198 to treat it like .tgz.
8199
8200 * calendar/cal-bahai.el: Add file coding cookie.
8201
8202 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
8203
8204 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8205 Don't behave differently when executed via M-x. Add doc string.
8206
8207 * sort.el (sort-fold-case, sort-numeric-base): Mark as
8208 safe-local-variable.
8209
8210 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
8211
8212 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8213 the default value.
8214 (math-calendar-tzinfo): New variable.
8215 (math-get-calendar-tzinfo): New function.
8216 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8217 to get information when zone is nil.
8218
8219 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
8220
8221 * log-view.el (log-view-toggle-mark-entry): New function.
8222 (log-view-mode-map): Bind it.
8223 (log-view-marked-list): New variable.
8224 (log-view-mode): Make it local.
8225
8226 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8227
8228 * play/zone.el (zone-pgm-rat-race): New func.
8229 (zone-programs): Add `zone-pgm-rat-race'.
8230
8231 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8234 a list.
8235
8236 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8237
8238 * progmodes/hideshow.el (hs-match-data): Delete alias.
8239 (hs-hide-block-at-point, hs-find-block-beginning)
8240 (hs-show-block): Use `match-data' directly.
8241
8242 2007-08-24 Martin Rudalics <rudalics@gmx.at>
8243
8244 * format.el (format-alist): Fix typo in doc-string.
8245
8246 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
8247
8248 * net/tramp.el (tramp-local-host-p): New defun.
8249 (tramp-handle-file-local-copy, tramp-handle-write-region):
8250 Implement fast track when being on the local host.
8251 (tramp-file-name-handler): Don't set "started" property. It shall
8252 be reserved for the "ftp" method.
8253 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8254
8255 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8256 (tramp-ftp-file-name-handler): Set "started" property.
8257
8258 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
8259
8260 * files.el (backup-buffer-copy): Don't wrap delete in
8261 condition-case, only try to delete if file exists.
8262
8263 2007-08-24 Glenn Morris <rgm@gnu.org>
8264
8265 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8266
8267 * startup.el (tutorial-directory): Set with eval-at-startup so it
8268 gets the right value in an installed Emacs.
8269
8270 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8271
8272 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8273 (eldoc-highlight-function-argument): Use it.
8274
8275 2007-08-23 Masatake YAMATO <jet@gyve.org>
8276
8277 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8278 name of parameters in document body.
8279
8280 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8283 (byte-compile-output-as-comment): Use with-current-buffer rather than
8284 a weird set-buffer&prog1 combination.
8285
8286 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8287 test so as to optimise cases where the `progn's result is constant.
8288
8289 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8290
8291 * locate.el (locate-get-file-positions):
8292 Use line-beginning-position and line-end-position.
8293
8294 2007-08-23 John Wiegley <johnw@newartisans.com>
8295
8296 * calendar/cal-bahai.el: Added in the diacriticals that were
8297 missing for many of the month names.
8298
8299 2007-08-22 Jason Rumney <jasonr@gnu.org>
8300
8301 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8302
8303 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * image-mode.el (image-minor-mode): Use image-mode-text-map.
8306
8307 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
8308
8309 * dabbrev.el (dabbrev--progress-reporter): New variable.
8310 (dabbrev--scanning-message): Delete func.
8311 (dabbrev--find-expansion): Use a progress reporter
8312 instead of dabbrev--scanning-message.
8313
8314 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8315
8316 * comint.el (comint-exec-1): Raise an error if
8317 `start-file-process' does not return a process object.
8318
8319 * shell.el (shell): Prompt for `default-directory' if it is a
8320 remote file name, and if called with a prefix arg.
8321
8322 2007-08-22 Sam Steingold <sds@gnu.org>
8323
8324 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8325
8326 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
8327
8328 * textmodes/org-export-latex.el: New file.
8329
8330 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8331
8332 * textmodes/org.el (org-agenda-skip): Allow a form for
8333 `org-agenda-skip-function'.
8334 (org-agenda-redo): Re-use local settings.
8335 (org-agenda): Store local settings.
8336 (org-agenda-deadline-faces): New option.
8337 (org-agenda-deadline-face): New function.
8338 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8339 entries on their due date.
8340 (org-agenda-get-timestamps): No longer handle the due dates of
8341 schedules and deadline items.
8342 (org-insert-link-global, org-open-at-point-global): New commands.
8343 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8344 :for-ascii parameter.
8345 (org-skip-comments): Function removed.
8346 (org-cleaned-string-for-export): Handle special table lines.
8347 (org-global-properties): New option.
8348 (org-entry-get-with-inheritance): Check global properties.
8349 (org-local-properties): New variable.
8350 (org-set-regexps-and-options): Find the #+PROPERTY line.
8351 (org-link-types): Change type into variable (was constant).
8352 (org-make-link-regexps): New function.
8353 (org-link-re-with-space, org-link-re-with-space2)
8354 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8355 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8356 these regular expressions happens now in the function
8357 `org-make-link-regexps'.
8358 (org-store-link): Call the functions in
8359 `org-store-link-functions'.
8360 (org-add-link-type): New function.
8361 (org-store-link-functions): New variable.
8362 (org-activate-tags): Force matches to be in headlines.
8363 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8364 (org-columns-display-here): Make sure this works in a narrowed
8365 buffer by checking for point-min.
8366 (org-columns-display-here): Make the rest of the line intangible,
8367 so that point never can be there.
8368 (org-cleaned-string-for-export): Use `with-current-buffer'.
8369 (org-replace-region-by-html): Use `with-current-buffer'.
8370 (org-unfontify-region, org-do-occur, org-columns-display-here)
8371 (org-columns-remove-overlays, org-columns-quit)
8372 (org-columns-edit-value, org-columns-next-allowed-value)
8373 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8374 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8375 (org-agenda-todo, org-agenda-change-all-lines)
8376 (org-agenda-align-tags, org-agenda-priority)
8377 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8378 (org-agenda-show-new-time, org-cleaned-string-for-export)
8379 (org-export-grab-title-from-buffer)
8380 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8381 instead of `buffer-read-only'.
8382 (org-export-as-html): Set `coding-system-for-write'.
8383 (org-remember-store-without-prompt): New option.
8384 (org-archive-subtree): Fixed bug with modifying TODO keyword.
8385 (org-beginning-of-line): Also treat C-a special in items.
8386 (org-table-convert-refs-to-rc): Fixed problem with column
8387 reference after "..".
8388 (org-columns-compute): Don't mark buffer modified because of text
8389 properties.
8390 (org-batch-store-agenda-views): Use the variable
8391 `default-directory', not the function.
8392 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8393 (org-clock-out-when-done): New option.
8394 (org-html-entities): Added HTML entities for smileys.
8395
8396 2007-08-22 Glenn Morris <rgm@gnu.org>
8397
8398 * image.el (create-image): Doc fix.
8399
8400 * startup.el (tutorial-directory): New constant.
8401 (fancy-splash-text): Tutorials now in tutorial-directory.
8402 * tutorial.el (help-with-tutorial): Tutorials now in
8403 tutorial-directory.
8404
8405 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8406
8407 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8408 otherwise.
8409 (tramp-get-remote-path): New defun. Replace occurrences of
8410 `tramp-default-remote-path' by this function.
8411 (tramp-set-remote-path): Move most of the code to
8412 `tramp-get-remote-path'.
8413 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8414 existing directories, this is done already in
8415 `tramp-get-remote-path'.
8416
8417 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8418
8419 * image-file.el (image-file-name-extensions): Add "svg".
8420 * image.el (image-type-header-regexps): Add svg entry.
8421
8422 2007-08-22 Glenn Morris <rgm@gnu.org>
8423
8424 * files.el (backup-buffer-copy): Check backup directory is
8425 writable, to avoid infloop deleting old backup.
8426
8427 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8428 movemail related variables.
8429 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8430 will now be set before this is called.
8431
8432 2007-08-21 Juri Linkov <juri@jurta.org>
8433
8434 * delsel.el (delete-selection-pre-hook):
8435 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8436 instead of checking last-command.
8437
8438 2007-08-21 Juri Linkov <juri@jurta.org>
8439
8440 * loadup.el: Preload "button".
8441
8442 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8445 Add previous-line and next-line.
8446
8447 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8448 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8449
8450 * vc-hooks.el (vc-menu-entry): New var.
8451 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8452 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8453 (vc-menu-map): Declare and initialize in one step.
8454 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8455
8456 * menu-bar.el (vc-menu-map): Don't setup any more.
8457 Instead, just create the proper spot in the menu.
8458
8459 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * smerge-mode.el (smerge-resolve): New arg `safe'.
8462 (smerge-resolve-all, smerge-batch-resolve): New function.
8463 (smerge-refine): Make sure `diff' returns the expected result.
8464 (smerge-parsep-re): New const.
8465 (smerge-mode): Use it to adjust paragraph-separate.
8466
8467 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8468 Correctly match / regexp matchers as first char on a line when
8469 fontifying only that line.
8470
8471 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8472
8473 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * vc-bzr.el: Don't fiddle with vc-handled-backend.
8476 (vc-bzr-registered): Don't redundantly protect against
8477 file-error. Actually use the format-specific code.
8478 (vc-bzr-buffer-nonblank-p): Remove.
8479 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8480
8481 2007-08-20 Juri Linkov <juri@jurta.org>
8482
8483 * startup.el (fancy-splash-text): Change multiple tabs into one
8484 tab. Remove "Useful File menu items" section (with "Exit Emacs"
8485 and "Recover Crashed Session").
8486 (fancy-splash-screens): Set tab-width to 22.
8487 (normal-splash-screen): Replace literal tabs with \t and
8488 fix whitespace. Remove "Useful File menu items" section (with
8489 "Exit Emacs" and "Recover Crashed Session").
8490
8491 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8492
8493 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8494 extracted from `eval-last-sexp-1'.
8495 (eval-last-sexp-1): Call `preceding-sexp'.
8496
8497 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
8498
8499 * vc-rcs.el (vc-rcs-annotate-command):
8500 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8501 Add back :vc-annotate-prefix propertization.
8502
8503 2007-08-20 Andreas Schwab <schwab@suse.de>
8504
8505 * mail/rmail.el (rmail-autodetect): Doc fix.
8506
8507 2007-08-19 Juri Linkov <juri@jurta.org>
8508
8509 * startup.el (normal-splash-screen): Add more links.
8510
8511 2007-08-19 Juri Linkov <juri@jurta.org>
8512
8513 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8514 because it's common to both types of splash screen: fancy and normal.
8515 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8516 (exit-splash-screen): Rename from `fancy-splash-quit'.
8517 Use `quit-window' instead of `kill-buffer'.
8518 (fancy-splash-head): Use make-button to insert GNU image link.
8519 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8520 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8521 (normal-splash-screen): Put "Browse manuals" on the same line with
8522 "Emacs manual". Remove descriptions from "Useful tasks" and put
8523 all links in two columns on two lines.
8524
8525 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
8526
8527 * emulation/viper.el (viper-remove-hooks): Remove some additional
8528 viper hooks when the user calls viper-go-away.
8529 (viper-go-away): Restore the default of default-major-mode.
8530 Save the value of default-major-mode before vaperization.
8531
8532 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8533
8534 * emulation/viper-ex.el: Replace error "" with "Viper bell".
8535
8536 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8537 buffer for which file is created.
8538
8539 2007-08-19 Glenn Morris <rgm@gnu.org>
8540
8541 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8542 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8543 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
8544 shadow files messing up the compilation.
8545
8546 2007-08-18 Glenn Morris <rgm@gnu.org>
8547
8548 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8549 string. Also apply eldoc-argument-case in the help-split-fundoc
8550 case. Adapt for changed behavior of eldoc-function-argstring,
8551 eldoc-function-argstring-format, and
8552 eldoc-highlight-function-argument.
8553 (eldoc-highlight-function-argument): Handle nil INDEX argument,
8554 just call eldoc-docstring-format-sym-doc in that case.
8555 (eldoc-function-argstring): Change the behavior. Now it converts
8556 an argument list to a string.
8557 (eldoc-function-argstring-format): Change the behavior. Now it
8558 applies `eldoc-argument-case' to a string.
8559
8560 * progmodes/scheme.el (scheme-mode-variables): Set
8561 font-lock-comment-start-skip.
8562
8563 2007-08-18 Martin Rudalics <rudalics@gmx.at>
8564
8565 * progmodes/ada-mode.el (ada-create-syntax-table): Move
8566 set-syntax-table from here to ...
8567 (ada-mode): ... here. Do not change global value of
8568 comment-multi-line. Call new function
8569 ada-initialize-syntax-table-properties and add new function
8570 ada-handle-syntax-table-properties to font-lock-mode-hook.
8571 (ada-deactivate-properties, ada-initialize-properties): Replace
8572 by new functions ...
8573 (ada-handle-syntax-table-properties)
8574 (ada-initialize-syntax-table-properties)
8575 (ada-set-syntax-table-properties): ... to set up syntax-table
8576 properties uniformly, independently from whether font-lock-mode
8577 is enabled or not. Handle read-only buffers and do not change
8578 undo-list when setting syntax-table properties.
8579 (ada-after-change-function): Use ada-set-syntax-table-properties.
8580
8581 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8582
8583 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8584 (meta-indent-current-nesting): Use a computation of the nesting
8585 instead.
8586 (meta-indent-current-indentation): Indentation is given according
8587 to nesting and if the previous line was finished or not.
8588 (meta-indent-unfinished-line): Tell if the current line ends with
8589 a finished expression.
8590 (meta-indent-looking-at-code): Like `looking-at', but checks if
8591 the point is in a string before.
8592 (meta-indent-level-count): Use it. Don't count parenthesis as it's
8593 done in the nesting function.
8594 (meta-indent-in-string-p): Tell if the current point is in a
8595 string.
8596 (meta-indent-calculate): Treat b-o-b as a special case. Use the
8597 previous functions.
8598
8599 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
8600
8601 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8602 (copyright-update-year, copyright-update)
8603 (copyright-fix-years): Use it.
8604
8605 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
8606
8607 * emacs-lisp/copyright.el (copyright-update-year):
8608 Fix bug: Handle nil copyright-limit.
8609
8610 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8611
8612 * calc/calc-units.el (math-standard-units): Give exact
8613 conversion for tsp.
8614
8615 * calc/calc.el (math-bignum-digit-length): Compute the
8616 appropriate value.
8617
8618 * calc/calc-bin.el (math-bignum-logb-digit-size)
8619 (math-bignum-digit-power-of-two):
8620 * calc/calc-comb.el (math-small-factorial-table):
8621 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8622 (math-approx-gamma-const):
8623 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8624 (math-besY1, math-bernoulli-b-cache):
8625 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8626 Remove `eval-when-compile's.
8627
8628 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8629
8630 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8631 (cperl-find-pods-heres): Fix an error when typing expressions like
8632 `s{a}{b}'.
8633
8634 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8635
8636 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8637 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
8638 a special case (there's no build number).
8639
8640 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
8641
8642 * completion.el (symbol-under-point, symbol-before-point)
8643 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8644
8645 2007-08-17 Glenn Morris <rgm@gnu.org>
8646
8647 * progmodes/compile.el (compilation-get-file-structure): Make use
8648 of the directory part when checking for an existing entry, to
8649 handle files with same basename in different directories.
8650
8651 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8652
8653 * calc/calc.el (calc-language-alist): Add texinfo-mode.
8654
8655 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8656
8657 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
8658 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
8659 (ps-paragraph-spacing): Docstring fix.
8660
8661 2007-08-16 Glenn Morris <rgm@gnu.org>
8662
8663 * ps-print.el (ps-font-size): Doc fix.
8664
8665 2007-08-16 Richard Stallman <rms@gnu.org>
8666
8667 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8668
8669 2007-08-15 Juri Linkov <juri@jurta.org>
8670
8671 * startup.el (initialization): Change parent group from `internal'
8672 to `environment'.
8673 (initial-buffer-choice): New variable.
8674 (command-line): Revert 2007-07-02 change that sets
8675 buffer-offer-save in *scratch* and enables auto-save in it.
8676 (fancy-splash-text): Add links to existing items. Add new items
8677 with links for useful tasks. Move information about Control-g to
8678 fancy-splash-head. Move "Emacs Guided Tour" to the end.
8679 (fancy-splash-keymap): New variable.
8680 (fancy-splash-last-input-event): Remove variable.
8681 (fancy-splash-insert): Add processing of `:link' element.
8682 (fancy-splash-head): Replace "Type Control-l to begin editing"
8683 with "Type `q' to exit".
8684 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8685 (fancy-splash-default-action, fancy-splash-special-event-action):
8686 Remove functions.
8687 (fancy-splash-quit): New function.
8688 (fancy-splash-screens): Rename input arg from `hide-on-input' to
8689 `static' and reverse the condition of its usage. Don't preserve
8690 original values of `minor-mode-map-alist',
8691 `emulation-mode-map-alists', `special-event-map'.
8692 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8693 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8694 Remove processing of special events. Use local key map
8695 `fancy-splash-keymap'. Set buffer to read-only.
8696 (normal-splash-screen): Rename input arg from `hide-on-input' to
8697 `static' and reverse the condition of its usage.
8698 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8699 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8700 Add links to existing items. Add new items with links for useful
8701 tasks. Use local key map `fancy-splash-keymap'.
8702 (display-splash-screen): Rename input arg from `hide-on-input' to
8703 `static'.
8704 (about-emacs): Add alias to display-splash-screen.
8705 (command-line-1): Use `initial-buffer-choice'.
8706
8707 * menu-bar.el (menu-bar-help-menu):
8708 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8709 item to about-emacs instead of display-splash-screen.
8710
8711 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8712
8713 * calc/calc-units.el (math-standard-units): Update values.
8714 Put in exact, rational values when possible.
8715 (math-unit-prefixes): Replace floats with powers of ten.
8716 (math-standard-units-systems): Replace floats with integers.
8717 (math-make-unit-string): Remove extra spaces in output.
8718
8719 2007-08-15 Glenn Morris <rgm@gnu.org>
8720
8721 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8722 sloppier, for the sake of GNU Mailman.
8723 (rmail-digest-rfc1153): Initialize `result' correctly.
8724
8725 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8726
8727 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8728 in the mail title. Suggested by Reiner Steib.
8729
8730 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8731
8732 * calc/calc-aent.el (calc-do-quick-calc): Add binary
8733 representation of integers to the list of outputs.
8734
8735 2007-08-14 Glenn Morris <rgm@gnu.org>
8736
8737 * simple.el (bad-packages-alist): New constant.
8738 (bad-package-check): New function. Together, these two add elements
8739 to `after-load-alist' to check for problematic external packages.
8740 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8741
8742 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8743
8744 * calc/calc-units.el (math-get-standard-units)
8745 (math-get-units, math-make-unit-string)
8746 (math-get-default-units, math-put-default-units): New functions.
8747 (math-default-units-table): New variable.
8748 (calc-convert-units, calc-convert-temperature): Add machinery
8749 to supply default values.
8750
8751 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8754 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8755 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8756 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8757
8758 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8759 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8760 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8761 Make into a proper minor-mode.
8762 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8763 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8764 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8765 (tpu-set-cursor-free, tpu-set-cursor-bound):
8766 Delegate to tpu-cursor-free-mode.
8767 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8768 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8769 Use line-move or forward-line instead of next-line-internal.
8770
8771 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8772
8773 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8774
8775 2007-08-12 Richard Stallman <rms@gnu.org>
8776
8777 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8778 (cvs-execute-single-file): Use new name split-string-and-unquote.
8779 (cvs-header-msg): Use new name combine-and-quote-strings.
8780
8781 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8782
8783 * progmodes/gud.el (gud-common-init): Use new name
8784 split-string-and-unquote.
8785
8786 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8787 in javac regexp.
8788
8789 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8790 combine-and-quote-strings and split-string-and-unquote.
8791
8792 * subr.el (combine-and-quote-strings): Rename from strings->string.
8793 (split-string-and-unquote): Rename from string->strings.
8794
8795 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8798 to buffer-local settings.
8799
8800 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8801 (backquote-process): Add internal arg `level'. Use the two to
8802 correctly handle nested backquotes.
8803
8804 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8805
8806 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8807 (vc-bzr-state-words): Add "kind changed" state word.
8808 (vc-bzr-status): New function. Return Bzr idea of file status,
8809 which is different from VC's.
8810 (vc-bzr-state): Use vc-bzr-status.
8811 (vc-workfile-unchanged-p): Use vc-bzr-status.
8812 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8813 (vc-dired-state): Process "kind changed" state word.
8814
8815 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8818
8819 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8820 Move from vc-default-find-file-not-found-hook.
8821
8822 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * man.el: Remove spurious * in docstrings.
8825 Merge defvars and toplevel setq-defaults.
8826 (Man-highlight-references0): Limit=nil rather than point-max.
8827 (Man-mode-map): Move initialization into the declaration.
8828 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8829 (Man-view-header-file): Use expand-file-name rather than concat.
8830 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8831
8832 * man.el (Man-next-section): Make sure we do not move backward.
8833
8834 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8837
8838 2007-08-08 Glenn Morris <rgm@gnu.org>
8839
8840 * Replace `iff' in doc-strings and comments.
8841
8842 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8843
8844 * dired.el (dired-pop-to-buffer):
8845 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8846 * calendar/calendar.el (generate-calendar-window):
8847 * progmodes/compile.el (compilation-set-window-height):
8848 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8849 Use window-full-width-p instead of comparing frame-width and
8850 window-width.
8851
8852 * progmodes/compile.el (compilation-find-buffer): Remove extra
8853 argument in call to compilation-buffer-internal-p.
8854
8855 2007-08-07 Tom Tromey <tromey@redhat.com>
8856
8857 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8858 Add safe-local-variable property.
8859
8860 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8861
8862 * image-mode.el (image-toggle-display): Use image-refresh.
8863
8864 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8865
8866 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8867 unofficial version.
8868 (vc-bzr-command): Remove redundant setting of process-connection-type.
8869 (vc-bzr-admin-checkout-format-file): Add autoload.
8870 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8871 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8872 (vc-bzr-registered): Compare dirstate format tag with known good
8873 value, abort parsing if match fails. Warn user in docstring.
8874 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8875 See bzrlib/branch.py in Bzr sources.
8876 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8877 (vc-bzr-shell-command): Remove in favor of
8878 vc-bzr-command-discarding-stderr.
8879 (vc-bzr-command-discarding-stderr): New function.
8880
8881 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8882
8883 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8884 program, and return nil.
8885 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8886 (vc-bzr-state): Look for path names relative to the repository
8887 root after status keyword.
8888 (vc-bzr-file-name-relative): New function.
8889 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8890 depend on it.
8891 (vc-bzr-admin-dirname, ...-checkout-format-file)
8892 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8893 files that we now parse directly for speed.
8894 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8895 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8896 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8897 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8898 Bzr warnings, so we must discard it.
8899 (vc-bzr-workfile-version): Speedup counting lines from
8900 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8901 if that file doesn't exist.
8902 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8903 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8904 to `vc-directory-exclusion-list'.
8905 (vc-bzr-shell-command): New function.
8906
8907 2007-08-06 Tom Tromey <tromey@redhat.com>
8908
8909 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8910 (diff-fixup-modifs): Typo in docstring.
8911
8912 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8915 count-screen-lines.
8916 (tpu-edt-off): Disable relevant pieces of advice.
8917
8918 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8919 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8920 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8921 redefining the function.
8922 (tpu-set-scroll-margins): Activate the pieces of advice.
8923
8924 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8925
8926 * help.el (resize-temp-buffer-window): Use window-full-width-p
8927 instead of comparing frame-width and window-width.
8928
8929 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8930
8931 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8932 optional quotes around files in NEED-UPDATE . REMOVED case.
8933
8934 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8935 (ada-treat-cmd-string): Improve error message.
8936 (ada-do-file-completion): Call `ada-require-project-file', so
8937 project variables are set properly.
8938 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8939 (ada-gnatfind-buffer-name): New constant.
8940 (ada-find-any-references): Use new constant. Set buffer name
8941 properly in compilation-start. Toggle read-only properly.
8942 (ada-find-in-src-path): Fix spelling error in docstring.
8943
8944 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8945 by zero error.
8946
8947 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8950
8951 2007-08-12 Richard Stallman <rms@gnu.org>
8952
8953 * progmodes/sh-script.el (sh): Delete group `unix'.
8954
8955 * progmodes/gud.el (gud): Change to group `processes'.
8956
8957 2007-08-11 Glenn Morris <rgm@gnu.org>
8958
8959 * progmodes/compile.el (compilation-buffer-name): Don't check
8960 compilation-arguments. It is superfluous, and the variable isn't
8961 even set when this function is called.
8962
8963 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8964
8965 * term/mac-win.el (mac-ae-reopen-application): New function.
8966 (mac-apple-event-map): Bind "reopen application" Apple event to it.
8967
8968 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
8971 take tex-font-script-display into account.
8972 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
8973 cell to a list of 2 elements to simplify the unfontify code.
8974
8975 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8976
8977 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
8978 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
8979 ps-print-color-p is neither nil nor black-white. Reported by Christian
8980 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8981
8982 2007-08-08 Andreas Schwab <schwab@suse.de>
8983
8984 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
8985 self-insert-command, not self-insert.
8986
8987 2007-08-08 Glenn Morris <rgm@gnu.org>
8988
8989 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
8990 argument optional, for backwards compatibility, and only highlight
8991 args when present. Fix symbol name typo (doc/args).
8992
8993 * help-mode.el (help-make-xrefs): Search for symbol constituents,
8994 rather than just `-'.
8995
8996 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
8997
8998 * calc/calc-units.el (calc-convert-temperature):
8999 Use `/' to create fractions.
9000
9001 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9004 global matching.
9005 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9006 ERROR-BUFFER more robust. Display output.
9007 (tramp-file-name-handler): Add a connection property when we found
9008 a foreign file name handler. This allows backends like ftp to
9009 profit also from usr/host name completion based on connection
9010 cache.
9011 (tramp-send-command-and-read): Search for trash after the regexp
9012 until eol only. In XEmacs, there is a problem with \n.
9013
9014 * net/tramp-cache.el (top): Read persistent connection history
9015 when cache is empty.
9016
9017 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
9018
9019 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9020 resulting output.
9021
9022 2007-08-07 Sam Steingold <sds@gnu.org>
9023
9024 * progmodes/compile.el (compilation-start): Pass nil as startfile
9025 to comint-exec.
9026
9027 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9028
9029 * longlines.el (longlines-decoded): New variable.
9030 (longlines-mode): Avoid encoding or decoding the buffer twice.
9031
9032 2007-08-07 Martin Rudalics <rudalics@gmx.at>
9033
9034 * format.el (format-insert-file): Make sure that at most one undo
9035 entry is recorded for the insertion. Inhibit point-motion and
9036 modification hooks around call to insert-file-contents.
9037
9038 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9041 Select the buffer's window before moving point.
9042
9043 2007-08-07 Richard Stallman <rms@gnu.org>
9044
9045 * term.el (term): Remove parent group `unix'.
9046
9047 * simple.el (default-indent-new-line): New function.
9048 It calls comment-line-break-function if there are comments.
9049 (do-auto-fill): Use that.
9050
9051 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
9052
9053 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9054 (PC-do-completion): Add "acronym completion" for symbols and
9055 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9056
9057 2007-08-06 Sam Steingold <sds@gnu.org>
9058
9059 * mouse.el (mouse-buffer-menu): Pass mode-name through
9060 format-mode-line because it may be a list,
9061 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9062
9063 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
9064
9065 * printing.el (pr-update-menus): Docstring fix.
9066
9067 2007-08-06 Jason Rumney <jasonr@gnu.org>
9068
9069 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9070
9071 * vc-hooks.el (vc-call): Add doc string.
9072
9073 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
9074
9075 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9076 process-filter.
9077
9078 2007-08-06 Kenichi Handa <handa@m17n.org>
9079
9080 * international/quail.el: Wrap (require 'help-mode) by
9081 eval-when-compile.
9082 (quail-help-init): New function.
9083 (quail-help): Call quail-help-init.
9084 (quail-store-decode-map-key): Change it to a function.
9085
9086 2007-08-05 Jason Rumney <jasonr@gnu.org>
9087
9088 * vc.el (vc-rollback): Add norevert argument back.
9089 (vc-revert-buffer): Add back as obsolete alias.
9090
9091 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
9092
9093 * term.el: Honor term-default-fg-color and term-default-bg-color
9094 settings when modifying term-current-face.
9095 (term-default-fg-color, term-default-bg-color): Initialize from
9096 default term-current-face.
9097 (term-mode, term-reset-terminal): Set term-current-face with
9098 term-default-fg-color and term-default-bg-color.
9099 (term-handle-colors-array): term-current-face has term-default-fg-color
9100 and term-default-bg-color after reset escape sequence.
9101 (term-handle-colors-array): Set term-current-color with
9102 term-default-fg/bg-color instead of ansi-term-color-vector when the
9103 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9104
9105 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
9106
9107 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9108 (math-nlfit-givens): Let bind free variables.
9109
9110 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
9111
9112 * printing.el: Require lpr and ps-print when loading printing package.
9113 Reported by Glenn Morris <rgm@gnu.org>.
9114
9115 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
9116
9117 * files.el (set-auto-mode): Handle also remote files wrt
9118 `auto-mode-alist'.
9119
9120 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
9121
9122 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9123 curves and plotting.
9124
9125 * calc/calc-nlfit.el: New file.
9126
9127 2007-08-04 Glenn Morris <rgm@gnu.org>
9128
9129 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9130 zero, not nil, when the library is first loaded. Check for a file
9131 that has been modified on disk.
9132
9133 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
9134 Remove duplicate defvar preventing initialization.
9135 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
9136
9137 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
9140 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
9141 may match up to 4 lines.
9142 (diff-beginning-of-file-and-junk): Rewrite.
9143
9144 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9145
9146 * printing.el: Evaluate require only during compilation.
9147 (pr-version): New version 6.9.1.
9148 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9149 (pr-global-menubar): Fix code.
9150
9151 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
9152
9153 * term.el (term-erase-in-display): Fix case when point is not at
9154 the beginning of the line.
9155
9156 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
9157
9158 * calc/calc-ext.el (math-get-value, math-get-sdev)
9159 (math-contains-sdev): New functions.
9160
9161 * calc/calc-graph.el (calc-graph-format-data)
9162 (calc-graph-add-curve): Check for error forms.
9163 (calc-graph-set-styles): Add option for error forms.
9164
9165 2007-08-03 Miles Bader <miles@gnu.org>
9166
9167 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9168 backend names for new backends to `Git', `Hg', and `Bzr'.
9169 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9170 not `HG'.
9171 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9172 name, not `GIT'.
9173 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9174 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9175
9176 2007-08-03 Richard Stallman <rms@gnu.org>
9177
9178 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9179 to update deleted flag.
9180
9181 * cus-edit.el (customize-apropos, customize-apropos-options)
9182 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9183
9184 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9185
9186 * startup.el (fancy-splash-head, startup-echo-area-message):
9187 Change message text.
9188
9189 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9190 All callers use line-move.
9191
9192 * progmodes/compile.el (compilation-find-buffer): Return current
9193 buffer immediately if suitable.
9194 (compile, compilation-buffer-name, compilation-start): Doc fixes.
9195
9196 2007-08-03 Daiki Ueno <ueno@unixuser.org>
9197
9198 * faces.el (face-normalize-spec): New function.
9199 (frame-set-background-mode): Normalize face-spec before calling
9200 face-spec-match-p.
9201
9202 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * server.el (server-window): Add switch-to-buffer-other-frame option.
9205
9206 2007-08-03 Glenn Morris <rgm@gnu.org>
9207
9208 * cus-edit.el (customize-apropos): Make the error message indicate
9209 what kind of thing the user was trying to customize.
9210
9211 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9212
9213 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9214 Fix off-by-one error in previous change.
9215
9216 2007-08-03 Drew Adams <drew.adams@oracle.com>
9217
9218 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9219 Make buffer writable.
9220
9221 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9222
9223 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9224 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9225 Use native Emacs functions, when appropriate.
9226
9227 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9228 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * vc.el: Document new VC operation `extra-menu'.
9231
9232 * vc-hooks.el (vc-default-extra-menu): New function.
9233
9234 * menu-bar.el (menu-bar-vc-filter): New function.
9235 (menu-bar-tools-menu): Use it as a filter.
9236
9237 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
9238
9239 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9240
9241 2007-08-01 Glenn Morris <rgm@gnu.org>
9242
9243 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9244 strings.
9245 (fortran-tab-mode-default): Remove needless autoload.
9246 (fortran-tab-mode-string): Add help-echo and mouse properties, and
9247 mark as risky.
9248 (fortran-line-length): New buffer-local variable, safe if integer.
9249 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9250 Change from variables to constants.
9251 (fortran-font-lock-syntactic-keywords): Delete as a variable,
9252 replace with a new function definition.
9253 (fortran-mode): Use fortran-line-length, and
9254 fortran-font-lock-syntactic-keywords as a function. Add a
9255 hack-local-variables-hook function.
9256 (fortran-line-length, fortran-hack-local-variables): New functions.
9257 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9258 Use fortran-line-length rather than 72.
9259 (fortran-window-create-momentarily): Doc fix.
9260
9261 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
9262
9263 * cus-edit.el (custom-group-value-create, custom-goto-parent):
9264 Fix parent groups link.
9265
9266 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
9267
9268 * progmodes/python.el (python-current-defun): Adjust to never fall
9269 into infinite loop.
9270
9271 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9274
9275 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
9276
9277 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9278 (copyright-fix-years, copyright): Correctly handle the case where
9279 copyright-limit is nil.
9280
9281 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
9282
9283 * progmodes/python.el (run-python): Fix path separator under w32.
9284
9285 2007-07-30 Richard Stallman <rms@gnu.org>
9286
9287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9288 Treat non-break space as whitespace in Lisp.
9289
9290 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * vc.el (vc-dired-hook): Use inhibit-read-only.
9293
9294 * progmodes/compile.el (compilation-forget-errors):
9295 Reset compilation-auto-jump-to-next.
9296
9297 2007-07-30 Michael Olson <mwolson@gnu.org>
9298
9299 * cus-edit.el (custom-group-save): Fix void function definition
9300 error. Thanks to Zhang Wei for the report.
9301
9302 * ps-print.el: Check in trivial changes to the autoloads section
9303 caused by the build process. These autoloads really ought to be
9304 placed in a separate file, methinks.
9305
9306 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * calendar/calendar.el (calendar-mode): Make sure
9309 displayed-(month|year) are set.
9310 (calendar-basic-setup): Display buffer before adjusting window sizes.
9311 (generate-calendar-window): Use inhibit-read-only. Simplify.
9312 Generate buffer and set displayed-month and displayed-year before
9313 calling update-calendar-mode-line.
9314
9315 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
9316
9317 * net/tramp.el:
9318 * net/tramp-uu.el:
9319 * net/trampver.el: Use utf-8 encoding with coding cookie.
9320
9321 * net/tramp-cache.el:
9322 * net/tramp-fish.el:
9323 * net/tramp-ftp.el:
9324 * net/tramp-gw.el:
9325 * net/tramp-smb.el: Remove coding cookie.
9326
9327 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9328 Flush buffer file-name's file property.
9329 (tramp-handle-file-remote-p): The first parameter is FILENAME.
9330
9331 * net/trampver.el: Update release number.
9332
9333 2007-07-29 Juri Linkov <juri@jurta.org>
9334
9335 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9336 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9337 when major-mode is not dired-mode.
9338 (dired-toggle-read-only): New function.
9339 (dired-recursive-deletes): Remove obsolete comments about old
9340 default value.
9341 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9342
9343 * wdired.el (wdired-exit): New function.
9344 (wdired-mode-map): Bind C-x C-q to wdired-exit.
9345
9346 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * cus-edit.el (customize-read-group): New fun.
9349 (customize-group-other-window, customize-face-other-window):
9350 Prompt before delegating to customize-(group|face).
9351 Bind pop-up-windows rather than use the other-window argument.
9352 (customize-group, customize-face): Prompt from the interactive spec.
9353 Remove args `prompt-for-group' and `other-window'.
9354
9355 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9356 (ad-body-forms, ad-advised-interactive-form): Revert this part of
9357 last change.
9358
9359 2007-07-28 Masatake YAMATO <jet@gyve.org>
9360
9361 * vc.el (vc-dired-mode): Add a menu for VC related operation.
9362 Use backend name as the menu label. Suggested by David Kastrup.
9363
9364 2007-07-28 Alan Mackenzie <acm@muc.de>
9365
9366 Fix problem with modes derived from CC Mode:
9367 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9368 macro to cc-langs.
9369 (c-init-language-vars-for): Remove call to above macro.
9370 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9371 been moved to here.
9372 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9373
9374 2007-07-28 Eli Zaretskii <eliz@gnu.org>
9375
9376 * net/trampver.el: Fix the `coding' cookie.
9377
9378 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9379
9380 * vc-git.el (vc-git-print-log): Support both the old single file
9381 interface and the new one.
9382
9383 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
9384
9385 * bindings.el (mode-line-remote): Use updated %@ construct.
9386
9387 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9390 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9391 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9392 (diary-list-bahai-entries, diary-bahai-mark-entries)
9393 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
9394 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9395 New names to clean up namespace.
9396 (list-bahai-diary-entries, mark-bahai-diary-entries)
9397 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
9398 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
9399 Add compatibility aliases.
9400
9401 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
9402
9403 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
9404 (calendar-scroll-left-three-months)
9405 (calendar-scroll-right-three-months): Clean up namespace.
9406 (scroll-calendar-left, scroll-calendar-right)
9407 (scroll-calendar-left-three-months)
9408 (scroll-calendar-right-three-months): Add compatibility aliases.
9409
9410 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9411 Behave like mouse-scroll-calendar-* when used from the mouse.
9412
9413 * calendar/cal-menu.el (cal-menu-scroll-menu)
9414 (cal-menu-global-mouse-menu):
9415 * calendar/calendar.el (calendar-mode-map):
9416 Use new calendar-scroll-* names.
9417 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
9418 Remove. Use calendar-scroll-* directly instead.
9419
9420 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9423 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9424 (ad-make-advised-definition, ad-cache-id-verification-code):
9425 Use commandp and interactive-form instead.
9426
9427 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
9428
9429 * vc-git.el: Relicense to GPLv3 or later.
9430 (vc-directory-exclusion-list, vc-handled-backends): Remove.
9431
9432 * vc-hooks.el (vc-handled-backends): Add GIT.
9433
9434 * vc.el (vc-directory-exclusion-list): Add .git.
9435
9436 2007-07-26 Alexandre Julliard <julliard@winehq.org>
9437
9438 * vc-git.el (vc-git-revision-table)
9439 (vc-git-revision-completion-table): New functions.
9440
9441 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9442
9443 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9444 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9445 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9446 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9447 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9448 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9449 New command actions for EPS header and EPS footer.
9450
9451 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9452 footer. Fix some problems with one-or-more, zero-or-more and
9453 alternative constructions generation. Some log messages
9454 implementation. Doc fix.
9455 (ebnf-version): New version 4.4.
9456 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9457 (ebnf-eps-footer, ebnf-log): New options.
9458 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9459 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9460 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9461 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9462 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
9463 (ebnf-style-custom-list, ebnf-style-database): Put new values.
9464 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9465 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9466 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9467 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9468 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9469 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9470 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9471 (ebnf-non-terminal-dimension, ebnf-special-dimension)
9472 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9473 (ebnf-except-dimension, ebnf-alternative-dimension)
9474 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9475 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
9476 message fun.
9477 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9478 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9479 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9480 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9481 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9482 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9483 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9484 compatibility with Emacs 20 & 21.
9485 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9486 (ebnf-eps-file-alist, ebnf-basic-width-extra)
9487 (ebnf-basic-empty-height): New vars.
9488 (ebnf-prologue): Fix PostScript code.
9489 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9490 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9491 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9492 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9493
9494 2007-07-25 Glenn Morris <rgm@gnu.org>
9495
9496 * Relicense all FSF files to GPLv3 or later.
9497
9498 * COPYING: Switch to GPLv3.
9499
9500 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9503 Replace it with another one which disables undo before calling
9504 erase-buffer and then turns it back on if needed.
9505
9506 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9507
9508 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9509
9510 2007-07-24 Glenn Morris <rgm@gnu.org>
9511
9512 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9513 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9514 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9515 (cal-tex-cursor-week, cal-tex-cursor-week2)
9516 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9517 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9518 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9519 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9520
9521 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * calendar/calendar.el (calendar-mode-map): Move initialization
9524 into declaration. Add menu bindings (used to be done in cal-menu).
9525 (calendar-mode): Don't add an activate-menubar-hook.
9526
9527 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9528 modify calendar-mode-map), use easy-menu, and make sure that C-h k
9529 can be used on the menu entries.
9530 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9531 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9532 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9533 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9534 (calendar-flatten, cal-menu-update): Remove.
9535 (calendar-mouse-insert-hebrew-diary-entry)
9536 (calendar-mouse-insert-islamic-diary-entry)
9537 (calendar-mouse-insert-bahai-diary-entry):
9538 Remove (fold into cal-menu-diary-menu).
9539 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9540 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9541 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9542 (calendar-mouse-view-diary-entries): Minor simplifications.
9543 (calendar-event-to-date): Use with-current-buffer.
9544
9545 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * add-log.el (change-log-redate): Remove (not needed anymore and
9548 doesn't appear to work).
9549
9550 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * frame.el: Use mapc and dolist instead of mapcar where possible.
9553 (close-display-connection): New command.
9554
9555 2007-07-25 Alexandre Julliard <julliard@winehq.org>
9556
9557 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9558 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9559
9560 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9561
9562 * ps-print.el (ps-multibyte-buffer): Docstring fix.
9563
9564 * ps-mule.el: Doc fix.
9565 (ps-multibyte-buffer, ps-mule-font-info-database-default)
9566 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
9567
9568 2007-07-25 Glenn Morris <rgm@gnu.org>
9569
9570 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9571 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9572 (cal-tex-daily-end, cal-tex-hook)
9573 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9574 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9575 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9576 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9577 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9578 (cal-tex-day-prefix, cal-tex-day-name-format)
9579 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9580 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9581 (cal-tex-LaTeX-subst-list): Change from variables to constants.
9582 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9583 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9584 etc, rather than \bf.
9585 (cal-tex-mini-calendar): Fix typos in previous change.
9586 (cal-tex-latexify-list): Remove inner let binding.
9587 (cal-tex-end-document, cal-tex-banner): Use multi-line
9588 cal-tex-comment.
9589 (cal-tex-comment): Handle embedded newlines.
9590 (cal-tex-LaTeXify-string): Use substring-no-properties.
9591
9592 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
9593
9594 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9595 Add support for the Maden build tool.
9596
9597 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
9598
9599 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9600
9601 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9604
9605 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9606
9607 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9608 C-x C-q.
9609
9610 * vc-git.el (vc-git-print-log): Fix previous change.
9611
9612 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * window.el (save-selected-window): Minor optimization.
9615 (bw-adjust-window): If operation failed, try with a smaller delta.
9616 (window-fixed-size-p): New function.
9617 (window-area-factor): New var.
9618 (balance-windows-area): New command.
9619
9620 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9621 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9622 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9623 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9624 (ps-mule-begin-job): Use dolist.
9625
9626 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
9627
9628 * subr.el (start-file-process-shell-command)
9629 (process-file-shell-command): New defuns.
9630
9631 * progmodes/compile.el (compilation-start):
9632 Apply `start-file-process-shell-command'.
9633
9634 2007-07-24 Alexandre Julliard <julliard@winehq.org>
9635
9636 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9637
9638 2007-07-24 Alan Mackenzie <acm@muc.de>
9639
9640 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9641 Initialise byte-compile-unresolved-functions before rather than
9642 after a compilation.
9643 (byte-compile-unresolved-functions): Amplify doc string.
9644
9645 2007-07-24 Glenn Morris <rgm@gnu.org>
9646
9647 * startup.el (normal-splash-screen): Use `emacs-copyright'.
9648
9649 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9650 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9651 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9652 (cal-tex-cursor-week, cal-tex-cursor-week2)
9653 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9654 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9655 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9656 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9657
9658 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9659 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9660 (cal-tex-day-name-format, cal-tex-cal-one-month)
9661 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9662 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9663 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9664 (cal-tex-list-holidays, cal-tex-cursor-year)
9665 (cal-tex-cursor-year-landscape, cal-tex-year)
9666 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9667 (cal-tex-cursor-month, cal-tex-insert-days)
9668 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9669 (cal-tex-first-blank-p, cal-tex-cursor-week)
9670 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9671 (cal-tex-week-hours, cal-tex-cursor-week-monday)
9672 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9673 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9674 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9675 (cal-tex-latexify-list, cal-tex-previous-month)
9676 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9677 modernization, including using dotimes rather than
9678 calendar-for-loop.
9679 (cal-tex-LaTeX-subst-list): Remove `@'.
9680 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9681 Use \textit and \textbf rather than \em and \it.
9682
9683 * calendar/cal-bahai.el (list-bahai-diary-entries)
9684 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9685 * calendar/cal-islam.el (list-islamic-diary-entries)
9686 * calendar/calendar.el (generate-calendar, generate-calendar-month)
9687 * calendar/diary-lib.el (diary-list-entries)
9688 (mark-calendar-date-pattern): Use `dotimes' rather than
9689 `calendar-for-loop'.
9690
9691 * calendar/calendar.el (calendar-for-loop): Doc fix.
9692
9693 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9696 underlying file is uptodate.
9697
9698 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
9699
9700 * replace.el (perform-replace): Use isearch-no-upper-case-p.
9701
9702 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * vc-hooks.el (vc-mode-line-map): New const.
9705 (vc-mode-line): Use it.
9706
9707 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9708
9709 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9710 (vc-git-unregister): New functions.
9711 (vc-git-find-version): Use the result of ls-files as a parameter
9712 for cat-file.
9713
9714 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
9715
9716 * net/tramp.el (tramp-perl-file-attributes)
9717 (tramp-perl-directory-files-and-attributes)
9718 (tramp-handle-file-attributes-with-stat)
9719 (tramp-handle-directory-files-and-attributes-with-stat)
9720 (tramp-convert-file-attributes): Handle huge file sizes.
9721
9722 2007-07-23 Juri Linkov <juri@jurta.org>
9723
9724 * isearch.el (isearch-message-function): New variable.
9725 (isearch-update, isearch-search): Use it.
9726
9727 * simple.el (goto-history-element): New function created from
9728 next-history-element.
9729 (next-history-element): Most code moved to goto-history-element.
9730 Call goto-history-element with (- minibuffer-history-position n).
9731 (previous-history-element): Call goto-history-element with (+
9732 minibuffer-history-position n).
9733 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9734 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9735 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9736 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9737 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9738 (minibuffer-history-isearch-pop-state): New functions.
9739
9740 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9741
9742 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9743 Also, if FILE is a list, return non-nil if any of its elements
9744 should stay local. Update docstring.
9745
9746 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9749 change by reverting a small part.
9750
9751 2007-07-23 Richard Stallman <rms@gnu.org>
9752
9753 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9754
9755 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9756
9757 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9758 handling it. Use vc-git-command.
9759 (vc-git-find-version, vc-git-diff-tree): New functions.
9760 (vc-git-revert): Use vc-git-command.
9761 (vc-git--run-command): Delete.
9762
9763 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9764
9765 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9766
9767 2007-07-20 Kenichi Handa <handa@m17n.org>
9768
9769 * international/utf-8.el (utf-8-post-read-conversion):
9770 Temporarily bind utf-8-compose-scripts to nil while running
9771 *-compose-region functions.
9772
9773 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9774
9775 * vc-git.el: Update status.
9776 (vc-directory-exclusion-list): Use eval-after-load.
9777
9778 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9779
9780 * bindings.el (mode-line-remote): New variable.
9781 (help-echo): Add to default values of mode-line-format.
9782
9783 * files.el: Mark mode-line-remote as risky.
9784
9785 2007-07-22 Juri Linkov <juri@jurta.org>
9786
9787 * isearch.el (isearch-edit-string): Save old point and
9788 isearch-other-end to old-point and old-other-end before reading
9789 the search string from minibuffer. After exiting minibuffer set
9790 point to old-other-end if point and the search direction is the
9791 same as before reading the search string.
9792 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9793 to isearch-other-end. Instead of isearch-search-and-update call
9794 three functions isearch-search, isearch-push-state and isearch-update.
9795
9796 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9797
9798 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9799 deal with multiple file arguments.
9800 (vc-git-print-log): Deal with multiple file arguments.
9801
9802 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9805 diff-refine-hunk. Adjust users.
9806 (diff-unified-hunk-p, diff-splittable-p): New functions.
9807 (diff-mode-menu): Use it to disable Split when it doesn't work.
9808
9809 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9810
9811 * diff-mode.el (diff-mode-menu): New entries.
9812
9813 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9816 if applicable, so as to save undo-log space.
9817
9818 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9819
9820 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9821 (diff-file-kill): Use it.
9822 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9823 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9824 Use it so they find the hunk even when we're in the file header.
9825
9826 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9827
9828 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9829 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9830 (vc-git-create-repo): New functions.
9831 (vc-git-registered): New autoloaded function definition.
9832 (vc-git-registered): Use vc-git-root.
9833 (vc-git-responsible-p): New defalias.
9834 (vc-git-annotate-extract-revision-at-line): Uncomment.
9835 (vc-git-print-log): Add the file name to the log.
9836 (vc-git-log-view-mode): New derived mode.
9837 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9838
9839 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9840
9841 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9842
9843 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9844
9845 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9846 file in a way that does not interfere with recentf mode.
9847 (reftex-access-parse-file): Do not risk destroying an existing
9848 buffer.
9849
9850 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9851
9852 * vc-git.el: New file.
9853
9854 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9857
9858 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9859
9860 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9861 for branches and new files.
9862
9863 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9864 local-map handling ...
9865 (vc-mode-line): ... here. Improve handling of help-echo.
9866
9867 * vc.el (mode-line-string): Document help-echo usage.
9868
9869 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9870
9871 Sync with Tramp 2.1.10.
9872
9873 * net/tramp.el (tramp-get-ls-command): Fix typo.
9874
9875 * net/trampver.el: Update release number.
9876
9877 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9878
9879 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9880
9881 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9882
9883 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9884
9885 * add-log.el (change-log-fill-parenthesized-list): New function.
9886 (change-log-indent): Call change-log-fill-parenthesized-list.
9887 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9888 Have lines with leading asterisk start a paragraph.
9889
9890 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9891
9892 * calc/calc-math.el (math-emacs-precision)
9893 (math-largest-emacs-expt, math-smallest-emacs-expt):
9894 New variables.
9895 (math-use-emacs-fn): New function.
9896 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9897 appropriate.
9898
9899 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9900
9901 * image-dired.el (image-dired-sane-db-file): New func.
9902 (image-dired-write-tags, image-dired-remove-tag)
9903 (image-dired-list-tags, image-dired-write-comments)
9904 (image-dired-get-comment, image-dired-mark-tagged-files)
9905 (image-dired-create-gallery-lists): Call new func.
9906 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9907
9908 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9909
9910 * vc-hg.el (vc-hg-dir-state): Fix loop.
9911 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9912 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9913 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9914 (vc-hg-revert): Likewise.
9915 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9916 functions.
9917
9918 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9921 merge fails.
9922
9923 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9924
9925 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9926 Add group and version.
9927
9928 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * add-log.el (add-log-file-name): Use file-relative-name.
9931 (add-change-log-entry): Delay reading
9932 add-log-(full-name|mailing-address) to after we've switched to the
9933 ChangeLog buffer so we get the right value.
9934 (add-change-log-entry, add-log-current-defun, change-log-merge):
9935 Use derived-mode-p rather than checking major-mode directly.
9936
9937 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9938 name for buffer-file-name if it refers to a directory.
9939
9940 * vc-arch.el (vc-arch-diff): Fix last change.
9941
9942 * progmodes/compile.el (compilation-start): Remember the original
9943 directory in a buffer-local compilation-directory.
9944 (compile): Set the global value of compilation-directory.
9945 (recompile): Use compilation-directory even in the compilation buffer.
9946
9947 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9948
9949 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9950
9951 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9952
9953 * ps-print.el: Problem with foreground and background color when
9954 printing a buffer with and without faces. Reported by Christian
9955 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9956 (ps-print-version): New version 6.7.5.
9957 (ps-default-fg): Change default value to nil, so black color is used
9958 when a face does not specify a foreground color.
9959 (ps-default-bg): Change default value to nil, so white color is used
9960 for background color.
9961 (ps-begin-job): Fix code.
9962
9963 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9964
9965 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
9966 in $(INSTALL_DIR)/lisp/ if they already exist.
9967
9968 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9969
9970 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
9971 in $(INSTALL_DIR)/lisp/ if they already exist.
9972
9973 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * progmodes/vera-mode.el (vera-re-search-forward)
9976 (vera-re-search-backward): Remove use of store-match-data.
9977 (vera-mode-map): Move initialization into declaration.
9978
9979 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
9980 (flymake-find-buildfile): Use locate-dominating-file.
9981
9982 * vc.el (vc-delistify): Use mapconcat.
9983 (vc-do-command): Minor simplification.
9984 (vc-expand-dirs): Use push.
9985
9986 * vc-mcvs.el (vc-mcvs-create-repo):
9987 * vc-cvs.el (vc-cvs-create-repo): Remove.
9988
9989 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
9990 directory and the root as well.
9991
9992 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9993
9994 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
9995 instead of a file.
9996
9997 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
9998 (vc-hg-registered): Replace if with when.
9999 (vc-hg-state): Deal with nonexistent files and handle removed files.
10000 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10001 (vc-hg-checkout): Re-enable.
10002 (vc-hg-create-repo): Fix typos.
10003 (vc-hg-print-log): Fix for multiple files.
10004 (vc-hg-workfile-unchanged-p): New function.
10005
10006 * vc.el: Fix typo.
10007 (vc-print-log): Fix call to print-log.
10008 (vc-default-comment-history): Likewise.
10009 (vc-directory-exclusion-list): Add .hg and .bzr.
10010 (vc-diff-internal): Pass a list instead of a file.
10011
10012 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10013
10014 * vc-bzr.el (vc-bzr-create-repo): New function.
10015
10016 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10019 `file' from which to start the search.
10020
10021 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
10022
10023 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10024 having a single file argument to having a list of files as the
10025 first argument.
10026
10027 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * files.el (locate-dominating-file): New function.
10030
10031 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
10032
10033 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10034 (grep-compute-defaults): Use it.
10035
10036 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * uniquify.el: Docstring fixes.
10039
10040 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
10041
10042 * vc.el (revision-granularity, create-repo): Document new vc
10043 backend properties.
10044 (vc-rollback): Renamed from vc-cancel-version. Update references.
10045 Pass a list instead of a file.
10046 (vc-revert): Renamed from vc-revert-buffer. Update references.
10047 (vc-delistify, vc-expand-dirs): New functions.
10048 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10049 of files instead of a single file.
10050 (vc-position-context, vc-resync-window, vc-diff-internal)
10051 (vc-print-log): Pass a list instead of a file.
10052
10053 * vc-hooks.el (vc-stay-local-p, vc-backend)
10054 (vc-backend-subdirectory-name): Work on a file list, not a single
10055 file.
10056 (vc-workfile-version): Update docstring.
10057 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10058 vc-revert instead of vc-revert-buffer.
10059 (vc-prefix-map): Likewise. Bind vc-update.
10060
10061 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10062 (vc-svn-wash-log): New functions.
10063 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10064 (vc-svn-command): Deal with a list of files, not a single file.
10065
10066 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10067 (vc-rcs-wash-log): New functions.
10068 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10069 Deal with a list of files, not a single file.
10070 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
10071
10072 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10073 functions.
10074 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10075 list of files, not a single file.
10076
10077 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10078 New functions.
10079 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10080 (vc-mcvs-diff): Deal with a list of files, not a single file.
10081
10082 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10083 functions.
10084 (vc-hg-print-log): Deal with a list of files, not a single file.
10085 (vc-hg-diff-tree): New function, replace defalias with the same
10086 name.
10087 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10088 FILES to denote that it is a file list, not a single file.
10089
10090 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10091 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10092 a single file.
10093 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10094 that it is a file list, not a single file.
10095 (vc-cvs-diff): Likewise. Simplify.
10096
10097 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10098 Deal with a list of files, not a single file.
10099
10100 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10101 (vc-bzr-print-log): Update FILE parameter name to denote that it
10102 is a file list, not a single file.
10103 (vc-bzr-diff): Likewise. Use the car of files.
10104
10105 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
10106
10107 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10108 (follow-delete-other-windows-and-split, follow-recenter)
10109 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10110 (follow-redisplay, follow-estimate-first-window-start)
10111 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10112 Fix typos in docstrings.
10113
10114 2007-07-18 Martin Rudalics <rudalics@gmx.at>
10115
10116 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10117 avoid that filling introduces lines with a single asterisk.
10118
10119 * kmacro.el (kmacro-end-macro): When ignoring empty macro
10120 avoid incorrect kmacro-ring-empty-p messages.
10121 Reported by Michael Schierl <schierlm@gmx.de>.
10122
10123 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10124
10125 * vc.el: Add more info about the vc-registered function.
10126
10127 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
10128
10129 * files.el (file-remote-p): Introduce optional parameter
10130 IDENTIFICATION.
10131
10132 * recentf.el (recentf-keep-default-predicate): Adapt call of
10133 `file-remote-p'.
10134
10135 * progmodes/grep.el (grep-probe): Use `process-file'.
10136 (grep-compute-defaults): Handle variables host specific.
10137
10138 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
10139 parameter IDENTIFICATION.
10140
10141 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
10142 parameter IDENTIFICATION.
10143 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
10144 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10145 Add entry for `set-file-times'.
10146 (tramp-do-copy-or-rename-file-via-buffer)
10147 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
10148 (tramp-handle-unhandled-file-name-directory): Rewrite.
10149 (tramp-convert-file-attributes): Add error handling when inode is
10150 extraordinary big.
10151 (tramp-get-inode): Change parameter from FILE to VEC.
10152 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10153 is nil. This is according to the specification. Goto (point-max)
10154 when ready.
10155 (tramp-handle-shell-command): Rewrite completely, using
10156 `process-file' and `start-file-process'.
10157 (tramp-methods, tramp-find-shell)
10158 (tramp-open-connection-setup-interactive-shell)
10159 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10160 var. Reported by Steve Youngs <steve@sxemacs.org>.
10161
10162 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10163 entry for `set-file-times'. Rename `start-process' into
10164 `start-file-process'. Remove `call-process' entry.
10165 (tramp-fish-handle-set-file-times): New defun.
10166 (tramp-fish-handle-executable-find): Use `process-file'.
10167 (tramp-fish-handle-process-file): New defun. Replaces
10168 `tramp-fish-handle-call-process'.
10169 (tramp-fish-do-copy-or-rename-file-directly): Use
10170 `set-file-times'.
10171 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10172
10173 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10174 `tramp-get-inode' parameter.
10175
10176 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10179 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
10180 nowadays, and by the time Emacs-23 comes out, nobody will even remember
10181 it has ever existed.
10182
10183 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10184
10185 * vc.el: Undo previous change.
10186
10187 2007-07-16 Eli Zaretskii <eliz@gnu.org>
10188
10189 * makefile.w32-in (clean): Don't delete *~.
10190
10191 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * textmodes/tex-mode.el (tex-verbatim-environments):
10194 Add safe-local-variable property.
10195 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10196 when starting font-lock rather than when loading tex-mode.el.
10197
10198 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10199 whole $( rather than just the $. Rename from sh-quoted-subshell.
10200 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10201
10202 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10203
10204 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10205 bookmark-alist. Instead, if not sorting, simply return it.
10206 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10207 for its return value, not for its side effect.
10208
10209 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10210 case of alignment under a constant symbol, find and consider
10211 the sexp actually at indentation to be the "last sexp".
10212
10213 2007-07-16 Drew Adams <drew.adams@oracle.com>
10214
10215 * mouse.el (mouse-yank-secondary): Better error message if no
10216 secondary selection.
10217
10218 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10219
10220 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10221
10222 * term/xterm.el (xterm-turn-on-modify-other-keys)
10223 (xterm-turn-off-modify-other-keys): New functions.
10224 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10225 terminal supports it.
10226
10227 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10228
10229 * bookmark.el (bookmark-show-all-annotations):
10230 Make sure each inserted annotation ends with newline.
10231
10232 2007-07-15 Richard Stallman <rms@gnu.org>
10233
10234 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10235
10236 * tutorial.el (tutorial--find-changed-keys):
10237 Handle C-x specially like ESC.
10238
10239 2007-07-15 Aaron Hawley <aaronh@garden.org>
10240
10241 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10242
10243 2007-07-15 Juri Linkov <juri@jurta.org>
10244
10245 * delsel.el (delete-selection-pre-hook):
10246 * emulation/cua-base.el (cua-paste): Before a yank command,
10247 check also whether last-command is one of mouse-save-then-kill,
10248 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10249
10250 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
10251
10252 * recentf.el (recentf-keep-default-predicate): New defun.
10253 (recentf-keep): Use it as initial value.
10254
10255 2007-07-15 Karl Fogel <kfogel@red-bean.com>
10256
10257 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10258 thus restoring bookmark bindings to three slots under C-x r. See
10259 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10260
10261 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10262
10263 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10264
10265 2007-07-15 Jason Rumney <jasonr@gnu.org>
10266
10267 * w32-fns.el (set-default-process-coding-system): Use dos line ends
10268 for input to cmdproxy on all versions of Windows.
10269 Use dos line ends for input to plink.
10270
10271 * comint.el (comint-simple-send): Concat newline before sending.
10272 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10273
10274 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10277 safe-local-variable setting.
10278
10279 2007-07-14 David Kastrup <dak@gnu.org>
10280
10281 * emacs-lisp/advice.el (defadvice): Doc fix.
10282
10283 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * subr.el (when, unless): Doc fix.
10286
10287 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * replace.el (match): Use yellow1 instead of yellow.
10290
10291 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10292 red.
10293
10294 * pcvs-info.el (cvs-unknown): Likewise.
10295
10296 2007-07-13 Eli Zaretskii <eliz@gnu.org>
10297
10298 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10299 (install): Use them to copy all *.el files before *.elc.
10300
10301 2007-07-13 Drew Adams <drew.adams@oracle.com>
10302
10303 * bookmark.el (bookmark-jump-other-window): New function.
10304 (bookmark-map): Bind it to "o".
10305
10306 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10307 and its thread contains discussion about this change.
10308 The original patch was slightly tweaked by Karl Fogel
10309 <kfogel@red-bean.com> before committing.
10310
10311 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10312
10313 * bookmark.el: Shorten some comments to fit within 80 lines.
10314
10315 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10316
10317 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10318 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
10319 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
10320 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10321
10322 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
10323
10324 * textmodes/org.el: Bug fixes.
10325 (org-end-of-line): Move to end of line if in headline without tags.
10326
10327 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * vc-hooks.el: Remove spurious * in docstrings.
10330 (vc-handled-backends): Add BZR.
10331
10332 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10333
10334 2007-07-12 Davis Herring <herring@lanl.gov>
10335
10336 * desktop.el (desktop-buffer-info, desktop-save):
10337 Use `desktop-dirname' instead of `dirname'.
10338
10339 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10340
10341 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10342
10343 * progmodes/python.el (python-which-func-length-limit): New var.
10344 (python-which-func): New function.
10345 (python-current-defun): Add optional `length-limit' and try to fit
10346 computed function name to that length.
10347 (python-mode): Hook `python-which-func' up.
10348
10349 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10350
10351 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10352
10353 * comint.el (comint-dynamic-complete-as-filename):
10354 Use read-file-name-completion-ignore-case.
10355
10356 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * comint.el (comint-dynamic-list-filename-completions):
10359 Use read-file-name-completion-ignore-case.
10360
10361 * vc-cvs.el: Require CL.
10362 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10363 New functions to provide completion of revision names.
10364
10365 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10366 (vc-cvs-annotate-first-line-re): New const.
10367 (vc-cvs-annotate-process-filter): New fun.
10368 (vc-cvs-annotate-command): Use them and run the command asynchronously.
10369
10370 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10371
10372 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10373 (eldoc-print-current-symbol-info): Adjust for changed helper
10374 function signatures.
10375 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
10376 `eldoc-highlight-function-argument'.
10377 (eldoc-highlight-function-argument): New function.
10378 (eldoc-get-var-docstring): Format documentation with
10379 `font-lock-variable-name-face'.
10380 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10381 where suited.
10382 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10383 (eldoc-beginning-of-sexp): Return number of skipped sexps.
10384
10385 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
10386
10387 * progmodes/compile.el (compilation-start): `start-process' must
10388 still be redefined when calling `start-process-shell-command'.
10389
10390 * progmodes/gud.el (gud-file-name): When `default-directory' is a
10391 remote file name, prepend its remote part to the filename.
10392 (gud-common-init): When `default-directory' is a remote file name,
10393 make the filename relative to it.
10394 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
10395
10396 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10397
10398 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
10399 mouse binding and a tooltip.
10400
10401 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * menu-bar.el (vc-menu-map): New defalias.
10404
10405 2007-07-10 Richard Stallman <rms@gnu.org>
10406
10407 * emacs-lisp/lisp-mode.el (eval-defun):
10408 Explain special handling of `defface'.
10409
10410 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
10411
10412 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
10413
10414 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
10415
10416 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
10419
10420 * vc-arch.el (vc-arch-complete): Remove.
10421 (vc-arch-revision-completion-table): Use complete-with-action.
10422
10423 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
10424 (complete-with-action): New function.
10425 (dynamic-completion-table): Use it.
10426
10427 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
10428
10429 * comint.el (make-comint, make-comint-in-buffer)
10430 (comint-exec-1): Replace `start-process' by `start-file-process'.
10431
10432 * progmodes/compile.el (compilation-start): Revert redefining
10433 `start-process'.
10434
10435 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
10438 with EOLs when generating MD5 checksums.
10439
10440 * follow.el: Don't change the global map from the follow-mode-map
10441 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
10442 XEmacs code.
10443 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
10444 since `follow-mode' should be used instead for that.
10445
10446 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
10447 (easy-menu-do-define): Use it.
10448 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
10449
10450 * progmodes/compile.el (compilation-auto-jump-to-first-error)
10451 (compilation-auto-jump-to-next): New vars.
10452 (compilation-auto-jump): New function.
10453 (compilation-error-properties): Use them to jump to first error.
10454 (compilation-start): Set the var if requested.
10455
10456 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
10457 duplicates without also removing entries from other directories.
10458
10459 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
10460
10461 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
10462 Remember span as default.
10463 (org-columns-edit-value): Rename from `org-column-edit'.
10464 (org-columns-display-here-title): Rename from
10465 `org-overlay-columns-title'.
10466 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
10467 (org-columns-get-autowidth-alist): Rename from
10468 `org-get-columns-autowidth-alist'.
10469 (org-columns-display-here): Rename from `org-overlay-columns'.
10470 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
10471 (org-columns-quit): Rename from `org-column-quit'.
10472 (org-columns-show-value): Rename from `org-column-show-value'.
10473 (org-columns-content, org-columns-widen)
10474 (org-columns-next-allowed-value)
10475 (org-columns-edit-allowed, org-columns-store-format)
10476 (org-columns-uncompile-format, org-columns-redo)
10477 (org-columns-edit-attributes, org-delete-property)
10478 (org-set-property, org-columns-update)
10479 (org-columns-compute, org-columns-eval)
10480 (org-columns-not-in-agenda, org-columns-compute-all)
10481 (org-property-next-allowed-value)
10482 (org-columns-compile-format)
10483 (org-fill-paragraph-experimental)
10484 (org-string-to-number, org-property-action)
10485 (org-columns-move-left, org-columns-new)
10486 (org-column-number-to-string)
10487 (org-property-previous-allowed-value)
10488 (org-at-property-p, org-columns-delete)
10489 (org-columns-previous-allowed-value)
10490 (org-columns-move-right, org-columns-narrow)
10491 (org-property-get-allowed-values)
10492 (org-verify-version, org-column-string-to-number)
10493 (org-delete-property-globally): New functions.
10494 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10495 (org-columns-overlays): Rename from `org-column-overlays'.
10496 (org-columns-map): Rename from `org-column-map'.
10497 (org-columns-current-maxwidths): Rename from
10498 `org-current-columns-maxwidths'.
10499 (org-columns-begin-marker, org-columns-current-fmt-compiled)
10500 (org-previous-header-line-format)
10501 (org-columns-inhibit-recalculation)
10502 (org-columns-top-level-marker): New variables.
10503 (org-columns-default-format): Rename from `org-default-columns-format'.
10504 (org-property-re): New constant.
10505
10506 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
10507
10508 * subr.el (looking-at-p, string-match-p): New functions.
10509
10510 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
10511
10512 * textmodes/tex-mode.el (tex-fontify-script)
10513 (tex-font-script-display): New variables to make display of
10514 superscripts and subscripts customizable.
10515 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10516
10517 2007-07-09 Richard Stallman <rms@gnu.org>
10518
10519 * isearch.el (isearch-edit-string): Call to isearch-push-state
10520 after the search.
10521
10522 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10523
10524 * window.el (fit-window-to-buffer): Remove setting of window-min-height
10525 to 1 as enlarge-window uses the value to resize/shrink windows other
10526 than WINDOW if needed.
10527
10528 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10529
10530 * cus-start.el (file-coding-system-alist): Fix custom type.
10531
10532 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
10533
10534 * longlines.el (longlines-wrap-region): Avoid marking buffer as
10535 modified.
10536 (longlines-auto-wrap, longlines-window-change-function):
10537 Remove unnecessary calls to set-buffer-modified-p.
10538
10539 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * cus-start.el (file-coding-system-alist): Fix custom type.
10542
10543 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10546 (vc-cvs-checkout): Remove last arg now unused; simplify.
10547
10548 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10551
10552 * net/tramp.el:
10553 * net/tramp-ftp.el:
10554 * net/tramp-smb.el:
10555 * net/tramp-uu.el:
10556 * net/trampver.el: Migrate to Tramp 2.1.
10557
10558 * net/tramp-cache.el:
10559 * net/tramp-fish.el:
10560 * net/tramp-gw.el: New Tramp packages.
10561
10562 * net/tramp-util.el:
10563 * net/tramp-vc.el: Removed.
10564
10565 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10566 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10567
10568 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10569
10570 * progmodes/compile.el (compilation-start): Redefine
10571 `start-process' temporarily when `default-directory' is remote.
10572 Remove case of synchronous compilation, this won't happen ever.
10573 (compilation-setup): Make local variable `comint-file-name-prefix'
10574 for remote compilation.
10575
10576 2007-07-08 Martin Rudalics <rudalics@gmx.at>
10577
10578 * novice.el (disabled-command-function): Fit window to buffer to
10579 make last line visible.
10580 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10581
10582 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10583 when handling the terminating event.
10584
10585 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10586
10587 * calc/calc.el (math-read-number-simple): Remove leading 0s.
10588 (math-bignum-digit-length): Change to optimal value.
10589
10590 * calc/calc-bin.el (math-bignum-logb-digit-size)
10591 (math-bignum-digit-power-of-two): Evaluate when compiled.
10592
10593 * calc/calc-comb.el (math-small-factorial-table)
10594 (math-init-random-base, math-prime-test): Remove unnecessary calls
10595 to `math-read-number-simple'.
10596
10597 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10598 (math-approx-gamma-const): Add docstrings.
10599
10600 * calc/calc-forms.el (math-julian-date-beginning)
10601 (math-julian-date-beginning-int): New constants.
10602 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10603 Use the new constants.
10604
10605 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10606
10607 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10608 Add docstrings.
10609
10610 2007-07-07 Tom Tromey <tromey@redhat.com>
10611
10612 * vc.el (vc-annotate): Jump to line and output message only after the
10613 process is really all done.
10614
10615 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * vc.el (vc-exec-after): Don't move point from the sentinel.
10618 Forcefully read all the remaining text in the pipe upon process exit.
10619 (vc-annotate-display-autoscale, vc-annotate-lines):
10620 Don't stop at the first unrecognized line.
10621 (vc-annotate-display-select): Run autoscale after the process is done
10622 since it depends on the whole result.
10623
10624 2007-07-07 Eli Zaretskii <eliz@gnu.org>
10625
10626 * term/w32-win.el (menu-bar-open): New function.
10627 Bind <f10> to it.
10628
10629 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * simple.el (start-file-process): New defun.
10632
10633 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * files.el (find-file-confirm-nonexistent-file): Rename from
10636 find-file-confirm-inexistent-file. Update users.
10637
10638 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10639 format of autoload block where the file's time-stamp is replaced by its
10640 MD5 checksum.
10641 (autoload-generate-file-autoloads): Use MD5 checksum instead of
10642 time-stamp for secondary autoloads files.
10643 (update-directory-autoloads): Remove duplicate entries.
10644 Use time-less-p for time-stamps, as done in autoload-find-destination.
10645
10646 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10647
10648 * calc/calc.el (math-read-number): Replace number by variable.
10649 (math-read-number-simple): Properly parse small integers.
10650
10651 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10652
10653 * vc.el: Fix doc for the checkout function.
10654
10655 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
10656
10657 * vc-hg.el (vc-hg-root): New function.
10658 (vc-hg-registered): Use it.
10659 (vc-hg-diff-tree): New defalias.
10660 (vc-hg-responsible-p): Likewise.
10661 (vc-hg-checkout): Comment out, not needed.
10662 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10663 (vc-hg-find-version, vc-hg-next-version): New functions.
10664
10665 2007-07-06 Andreas Schwab <schwab@suse.de>
10666
10667 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10668 dynamic bindings around the evaluation of the expression.
10669 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10670
10671 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10674 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
10675 Use run-hooks rather than run-mode-hooks.
10676
10677 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
10678
10679 * calc/calc-comb.el (math-random-digit): Rename to
10680 `math-random-three-digit-number'.
10681 (math-random-digits): Don't depend on representation of integer.
10682
10683 * calc/calc-bin.el (math-bignum-logb-digit-size)
10684 (math-bignum-digit-power-of-two): New constants.
10685 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10686 (math-not-bignum, math-clip-bignum): Use the constants
10687 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10688 instead of their values.
10689 (math-clip): Use math-small-integer-size instead of its value.
10690
10691 * calc/calc.el (math-add-bignum): Replace number by constant.
10692
10693 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10694
10695 * wid-edit.el (widget-documentation-string-value-create):
10696 Insert indentation spaces.
10697
10698 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10699
10700 * emacs-lisp/byte-opt.el: Revert last change.
10701
10702 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * vc-hooks.el (vc-handled-backends): Add HG.
10705
10706 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10707
10708 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * complete.el (PC-do-complete-and-exit): Add support for the new
10711 `confirm-only' confirmation mode.
10712
10713 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10714
10715 * cus-edit.el (custom-commands): New variable.
10716 (custom-tool-bar-map): New variable. Initialize using
10717 `custom-commands'.
10718 (custom-mode): Use `custom-tool-bar-map'.
10719 (custom-buffer-create-internal): Insert action buttons only if
10720 tool bar is not used. Use `custom-commands'.
10721 (Custom-help, custom-command-apply): New function.
10722 (custom-command-apply, Custom-set, Custom-save)
10723 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10724 Use `custom-command-apply' instead of duplicating code.
10725 (customize-group-other-window): Call `customize-group' instead of
10726 duplicating code.
10727 (customize-face-other-window): Call `customize-face' instead of
10728 duplicating code.
10729 (customize-group, customize-face): Add optional args for opening
10730 in another window.
10731 (custom-variable-tag): Don't inherit `variable-pitch' face.
10732 (custom-group-tag): Inherit `variable-pitch' face.
10733 (custom-variable-value-create): Set documentation indentation.
10734 (custom-group-value-create): Make group name a link, instead of
10735 using an extra "go to group" button.
10736 (custom-prompt-variable, custom-group-set, custom-group-save)
10737 (custom-group-reset-current, custom-group-reset-saved)
10738 (custom-group-reset-standard): Minor cleanup.
10739
10740 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10741
10742 * Makefile.in (bootstrap-prepare): When copying from
10743 ldefs-boot.el, make sure loaddefs.el is writeable.
10744
10745 (bootstrap-prepare): Make $(lisp)/ps-print.el
10746 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10747
10748 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10749
10750 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10751 only caller, and delete.
10752 (vc-hg-state): Deal with exceptions and only parse the output on
10753 successful return.
10754 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10755 caller, and delete.
10756 (vc-hg-workfile-version): Deal with exceptions and only parse the
10757 output on successful return.
10758 (vc-hg-revert): New function.
10759
10760 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10761
10762 * calculator.el (calculator-expt): Use more cases to determine
10763 the value.
10764
10765 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10766
10767 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10768 file names.
10769
10770 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10771
10772 * calculator.el (calculator-expt, calculator-integer-p):
10773 New functions.
10774 (calculator-fact): Check to see if the factorial will be too
10775 large before computing it.
10776 (calculator-initial-operators): Use `calculator-expt' to
10777 compute "^".
10778 (calculator-mode): Mention that results which are too large
10779 will return inf.
10780 * calc/calc-comb.el (math-small-factorial-table): Replace list
10781 by vector.
10782
10783 2007-07-03 David Kastrup <dak@gnu.org>
10784
10785 * shell.el: On request of the authors, remove their addresses for
10786 the sake of bug reports, and add the developer list address as
10787 maintainer information.
10788
10789 2007-07-03 Richard Stallman <rms@gnu.org>
10790
10791 * files.el (make-directory): Doc fix.
10792 (find-file-confirm-inexistent-file): Make it a defcustom.
10793 Make nil the default.
10794
10795 2007-07-02 Richard Stallman <rms@gnu.org>
10796
10797 * startup.el (command-line): Set buffer-offer-save in *scratch*
10798 and enable auto-save in it.
10799
10800 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10801
10802 * textmodes/org.el (orgstruct-mode-map): New variable.
10803 (orgstruct-mode): New minor mode.
10804 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10805 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10806 (org-run-like-in-org-mode): New functions.
10807 (org-cycle-list-bullet): New command.
10808 (org-special-properties, org-property-start-re)
10809 (org-property-end-re): New constants.
10810 (org-with-point-at): New macro.
10811 (org-get-property-block, org-entry-properties, org-entry-get)
10812 (org-entry-delete, org-entry-get-with-inheritance)
10813 (org-entry-put, org-buffer-property-keys): New functions.
10814 (org-insert-property-drawer): New command.
10815 (org-entry-property-inherited-from): New variable.
10816 (org-column): New face.
10817 (org-column-overlays, org-current-columns-fmt)
10818 (org-current-columns-maxwidths, org-column-map): New variables.
10819 (org-column-menu): New menu.
10820 (org-new-column-overlay, org-overlay-columns)
10821 (org-overlay-columns-title, org-remove-column-overlays)
10822 (org-column-show-value, org-column-quit, org-column-edit):
10823 New functions.
10824 (org-columns, org-agenda-columns): New commands.
10825 (org-get-columns-autowidth-alist): New functions.
10826 (org-properties): New customize group.
10827 (org-default-columns-format): New option.
10828 (org-priority): Realign tags after changing priority.
10829 (org-preserve-lc): New macro.
10830 (org-update-checkbox-count): Catch case when there is no headline.
10831 (org-agenda-quit): Remove any column overlays.
10832 (org-beginning-of-item-list): Fixed bug when non-item line is
10833 indented too deep.
10834 (org-cached-props): New variable.
10835 (org-cached-entry-get): New function.
10836 (org-make-tags-matcher): Handle property matches.
10837 (org-table-recalculate): Swap evaluation order: Field formula
10838 first, then column formulas, but don't allow them to overwrite the
10839 field formulas.
10840 (org-table-eval-formula): New argument untouchable.
10841 (org-table-put-field-property): New function.
10842
10843 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10844
10845 * help-mode.el (help-make-xrefs): Skip spaces too when
10846 skipping tabs.
10847
10848 * ffap.el (dired-at-point-prompter): Improve prompt in
10849 list-directory case.
10850
10851 2007-07-01 Richard Stallman <rms@gnu.org>
10852
10853 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10854
10855 2007-07-01 Richard Stallman <rms@gnu.org>
10856
10857 * cus-start.el (max-mini-window-height): Added.
10858
10859 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10860
10861 * complete.el (partial-completion-mode): Remove advice of
10862 read-file-name-internal.
10863 (PC-do-completion): Rebind minibuffer-completion-table.
10864 (PC-read-file-name-internal): New function doing what
10865 read-file-name-internal advice did.
10866
10867 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10868
10869 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10870 property on a few symbols.
10871 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10872 (byte-optimize-lapcode): Remove bindings that are not referenced
10873 and certainly will not effect through dynamic scoping.
10874
10875 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * files.el (find-file-confirm-inexistent-file): New var.
10878 (find-file, find-file-other-window, find-file-other-frame)
10879 (find-file-read-only, find-file-read-only-other-window)
10880 (find-file-read-only-other-frame): Use it.
10881
10882 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10885
10886 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * generic-x.el (generic-define-mswindows-modes)
10889 (generic-define-unix-modes, apache-log-generic-mode)
10890 (bat-generic-mode-keymap, java-manifest-generic-mode)
10891 (show-tabs-generic-mode): Fix typos in docstrings.
10892
10893 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10894
10895 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10896 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10897 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10898 (rcirc-print): Never ignore messages from ourself.
10899
10900 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10903 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10904
10905 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10906
10907 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10908 replace-regexp-in-string.
10909
10910 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * emacs-lisp/cl.el: Set edebug and indentation before loading
10913 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10914
10915 2007-06-28 Andreas Schwab <schwab@suse.de>
10916
10917 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10918 $(lisp)/subdirs.el.
10919
10920 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10921
10922 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10923 the speedbar frame if nil; that deletes the current frame or
10924 causes an error if it is the only frame.
10925 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10926
10927 2007-06-28 Kevin Ryde <user42@zip.com.au>
10928
10929 * textmodes/nroff-mode.el: Groff \# comments.
10930 (nroff-mode-syntax-table): \# comment intro,
10931 plain # as punct per global table.
10932 (nroff-font-lock-keywords): Add # as a single char escape.
10933 (nroff-mode): In comment-start-skip, match \#.
10934
10935 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10938 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10939 point-min == 1.
10940
10941 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10944 Rename and move to...
10945
10946 * subr.el (strings->string, string->strings): ...here.
10947
10948 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10949 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10950
10951 * progmodes/gud.el (gud-common-init): Call string->strings instead
10952 of split-string.
10953
10954 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
10955
10956 * dired-aux.el: Remove `dired-call-process'.
10957 (dired-check-process): Call `process-file'.
10958
10959 * wdired.el (wdired-do-perm-changes): Call `process-file'.
10960
10961 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10962 `ange-ftp-process-file'.
10963
10964 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
10967
10968 * emacs-lisp/cl-extra.el:
10969 * emacs-lisp/cl-seq.el:
10970 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
10971 Add autoload cookies on all defs autoloaded manually in cl.el.
10972
10973 * emacs-lisp/cl-loaddefs.el: New file.
10974
10975 * textmodes/texinfmt.el (texinfo-raisesections-alist)
10976 (texinfo-lowersections-alist): Merge definition and declaration.
10977 (texinfo-start-of-header, texinfo-end-of-header): Remove.
10978 (texinfo-format-syntax-table): Merge init into declaration.
10979 (texinfo-format-parse-line-args, texinfo-format-parse-args)
10980 (texinfo-format-parse-defun-args, texinfo-format-node)
10981 (texinfo-push-stack, texinfo-multitable-widths)
10982 (texinfo-define-info-enclosure, texinfo-alias)
10983 (texinfo-format-defindex, batch-texinfo-format): Use push.
10984 (texinfo-footnote-number): Remove duplicate declaration.
10985
10986 * ps-print.el: Update with auto-generated autoloads.
10987
10988 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
10989
10990 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
10993 relative to current dir for file-local settings.
10994 (autoload-generate-file-autoloads): Add `outfile' arg.
10995 (update-directory-autoloads): Use it to directly call
10996 autoload-generate-file-autoloads instead of going through
10997 update-file-autoloads so we avoid redundant searches and so we can know
10998 the set of buffers changed so we can save them all.
10999
11000 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11001 rather than throwing `up-to-date'.
11002 (autoload-generate-file-autoloads): Adjust correspondingly.
11003 (update-file-autoloads): Be careful to let-bind
11004 autoload-modified-buffers and adjust to new calling conventions.
11005 (autoload-modified-buffers): Make it a dynamically scoped var.
11006 (update-directory-autoloads): Use file-relative-name instead of
11007 autoload-trim-file-name.
11008 (autoload-insert-section-header): Don't use autoload-trim-file-name
11009 since the file is already relative now.
11010 (autoload-trim-file-name): Remove.
11011
11012 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11013 (vc-arch-complete, vc-arch--version-completion-table)
11014 (vc-arch-revision-completion-table): New functions to provide
11015 completion of revision names.
11016 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11017 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11018 to let the user trim the revlib.
11019
11020 * vc.el: Add new VC operation `revision-completion-table'.
11021 (vc-default-revision-completion-table): New function.
11022 (vc-version-diff, vc-version-other-window): Use it to provide
11023 completion of revision names if the backend provides it.
11024
11025 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11026
11027 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11028 of newer .svn/entries.
11029
11030 2007-06-25 David Kastrup <dak@gnu.org>
11031
11032 * calc/calc-poly.el (math-padded-polynomial)
11033 (math-partial-fractions): Add some function comments.
11034
11035 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11038 Make `outbuf' optional.
11039 (update-file-autoloads): Use it.
11040
11041 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11044 (autoload-find-destination): Keep it uptodate.
11045 (autoload-save-buffers): New fun.
11046 (update-file-autoloads): Use it. Re-add the "up to date" message.
11047
11048 * emacs-lisp/autoload.el: Refactor for upcoming changes.
11049 (autoload-find-destination): New function extracted from
11050 update-file-autoloads.
11051 (update-file-autoloads): Use it.
11052 (autoload-generate-file-autoloads): New function extracted from
11053 generate-file-autoloads. Use file-relative-name. Delay computation of
11054 output-start to the first cookie. Remove done-any, replaced by
11055 output-start.
11056 (generate-file-autoloads): Use it.
11057
11058 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
11059
11060 * calc/calc-comb.el (math-init-random-base, math-prime-test):
11061 Use math-read-number-simple to insert constants.
11062 (math-prime-test): Redo calculation of sum.
11063
11064 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11065
11066 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11067 math-scale-bignum-3.
11068 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11069 math-bignum-digit-size.
11070 (math-isqrt-small): Add another possible initial guess.
11071
11072 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11073
11074 * textmodes/bibtex.el (bibtex-entry-format): New options
11075 `whitespace', `braces', and `string'.
11076 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11077 (bibtex-field-braces-opt, bibtex-field-strings-opt)
11078 (bibtex-cite-matcher-alist): New variables.
11079 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11080 (bibtex-flash-head): Use blink-matching-delay.
11081 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11082 (bibtex-format-entry, bibtex-reformat): Handle new options of
11083 bibtex-entry-format.
11084 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11085 New functions.
11086 (bibtex-complete-internal): Do not display messages while
11087 minibuffer is used. Do not leave around a completions buffer
11088 that is out of date.
11089 (bibtex-copy-summary-as-kill): New optional arg.
11090 (bibtex-font-lock-url): New optional arg no-button.
11091 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11092 (bibtex-url): Allow multiple URLs per entry.
11093
11094 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * emacs-lisp/autoload.el (autoload-generated-file): New function.
11097 (update-file-autoloads, update-directory-autoloads): Use it.
11098 (autoload-file-load-name): New function.
11099 (generate-file-autoloads, update-file-autoloads): Use it.
11100 (autoload-find-file): Accept non-absolute argument. Set default-dir.
11101 (generate-file-autoloads): If the autoloaded form is malformed,
11102 indicate the problem with a warning instead of aborting.
11103
11104 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
11105
11106 * simple.el (next-error-recenter): Accept `(4)' as well;
11107 also, specify `integer' instead of `number'.
11108
11109 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11110
11111 * ls-lisp.el (insert-directory): If an invalid regexp error is
11112 thrown, try using FILE as a literal file name, not a wildcard.
11113
11114 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
11115
11116 * ruler-mode.el (ruler-mode): Prevent clobbering the original
11117 `header-line-format' when reentering ruler mode.
11118
11119 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11120
11121 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11122 FILE exists as a file.
11123
11124 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11125
11126 * calc/calc.el (math-bignum-digit-length)
11127 (math-bignum-digit-size, math-small-integer-size):
11128 New constants.
11129 (math-normalize, math-bignum-big, math-make-float)
11130 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11131 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11132 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11133 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
11134 (math-quotient, math-div-bignum, math-div-bignum-digit)
11135 (math-div-bignum-part, math-format-bignum-decimal)
11136 (math-read-bignum): Use math-bignum-digit-length,
11137 math-bignum-digit-size and math-small-integer-size.
11138
11139 * calc/calc-ext.el (math-fixnum-big): Use the variable
11140 math-bignum-digit-size.
11141
11142 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11143
11144 * log-view.el (log-view-mode-menu): New menu.
11145
11146 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11149 differently.
11150
11151 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11152 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11153
11154 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11155
11156 * vc-hg.el (vc-hg-print-log): Insert the file name.
11157 (vc-hg-log-view-mode): Fontify the file name.
11158
11159 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11160
11161 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11162 (calcFunc-julian): Fix incorrect number used in calculations.
11163
11164 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
11165
11166 * simple.el (next-error-recenter): New defcustom.
11167 (next-error, next-error-internal): Recenter if specified,
11168 immediately prior to running `next-error-hook'.
11169
11170 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11171 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11172
11173 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11174
11175 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11176
11177 * calc/calc-comb.el (math-small-factorial-table): New variable.
11178 (calcFunc-fact): Use `math-small-factorial-table'.
11179
11180 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11181 initial values.
11182 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11183 New variables to use in caches.
11184
11185 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11186 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11187
11188 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11189 (math-bernoulli-b-cache): Use math-read-number-simple to insert
11190 bignums.
11191
11192 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11193 New variables to use in caches.
11194
11195 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11196
11197 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11198
11199 * vc-hg.el (vc-hg-log-view-mode): New mode.
11200
11201 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
11202
11203 * calc/calc.el (math-read-number-simple): New function.
11204
11205 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11208 (vera-font-lock-match-item): Fix doc string.
11209 (vera-in-comment-p): Remove unused function.
11210 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11211 use `syntax-ppss'.
11212 (vera-forward-syntactic-ws): Fix argument order.
11213 (vera-prepare-search): Use `with-syntax-table'.
11214 (vera-indent-line): Fix doc string.
11215 (vera-electric-tab): Fix doc string.
11216 (vera-expand-abbrev): Define alias instead of using `fset'.
11217 (vera-comment-uncomment-region): Use `comment-start-skip'.
11218
11219 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
11220
11221 * textmodes/org.el (org-export-with-footnotes): New option.
11222 (org-export-as-html): Fix replacement bug for XEmacs.
11223 (org-agenda-default-appointment-duration): New option.
11224
11225 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
11226
11227 * vc-hg.el: Add to do items.
11228 (vc-hg-diff): Add support for comparing different revisions.
11229 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11230 (vc-hg-annotate-extract-revision-at-line)
11231 (vc-hg-previous-version, vc-hg-checkin): New functions.
11232 (vc-hg-annotate-re): New constant.
11233
11234 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
11235
11236 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11237
11238 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11241 buffer-local value of log-view-*-re if applicable.
11242
11243 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11244 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11245 (vc-bzr-command*): Remove both (incompatible) versions.
11246 (vc-bzr-do-command*): Remove.
11247 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11248 Remove by folding into its only caller vc-bzr-command.
11249 (vc-bzr-command): Always set the environment, even when ineffective.
11250 (vc-bzr-version): Minor fix up.
11251 (vc-bzr-admin-dirname): New var.
11252 (vc-bzr-bzr-dir): Remove.
11253 (vc-bzr-root-dir): New fun.
11254 (vc-bzr-registered): Use it. Add an autoloaded version.
11255 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11256 (vc-bzr-view-log-function): Remove.
11257 (vc-bzr-log-view-mode): New major mode to replace it.
11258 (vc-bzr-print-log): Only activate the old hack if needed.
11259
11260 * vc.el (vc-default-log-view-mode): New function.
11261 (vc-print-log): Add new `log-view-mode' VC operation.
11262
11263 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
11264
11265 * ido.el (ido-find-file-in-dir): Don't signal an error for
11266 empty directories.
11267
11268 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11269
11270 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11271 directory where the desktop file was found, as the docstring says.
11272 (desktop-kill): Use `read-directory-name'.
11273
11274 2007-06-20 Alan Mackenzie <acm@muc.de>
11275
11276 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11277 When removing lines, also remove the \n. Correction of patch of
11278 2007-04-21.
11279
11280 2007-06-20 Martin Rudalics <rudalics@gmx.at>
11281
11282 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11283 event is not a cons cell. Do not unread drag-mouse-1 events.
11284 Select right window in check whether space was stolen from
11285 window above.
11286
11287 * help-mode.el (help-make-xrefs): Adjust position of new forward
11288 button.
11289
11290 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
11291
11292 * vc-bzr.el (vc-bzr-with-process-environment)
11293 (vc-bzr-std-process-invocation): New macros.
11294 (vc-bzr-command, vc-bzr-command*): Use them.
11295 (vc-bzr-with-c-locale): Remove.
11296 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11297 (vc-bzr-buffer-nonblank-p): New function.
11298 (vc-bzr-state-words): New const.
11299 (vc-bzr-state): Look for `bzr status' keywords in output.
11300 Display everything else as a warning message to the user.
11301 Fix status report with bzr >= 0.15.
11302
11303 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11304
11305 * vc-hg.el (vc-hg-global-switches): Simplify.
11306 (vc-hg-state): Handle more states.
11307 (vc-hg-diff): Fix doc-string.
11308 (vc-hg-register): New function.
11309 (vc-hg-checkout): Likewise.
11310
11311 2007-06-20 Reto Zimmermann <reto@gnu.org>
11312
11313 * progmodes/vera-mode.el: New file.
11314
11315 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
11316
11317 * calc/calc.el (calc-multiplication-has-precendence):
11318 New variable.
11319 (math-standard-ops, math-standard-ops-p, math-expr-ops):
11320 New functions.
11321 (math-expr-opers): Define using math-standard-ops rather than
11322 math-standard-opers.
11323 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11324 equal the function math-standard-ops rather than the variable
11325 math-standard-opers.
11326 (calc-algebraic-entry): Let math-expr-opers equal
11327 math-standard-ops or math-expr-ops, as appropriate.
11328 (math-expr-read-level, math-read-factor): Let math-expr-opers
11329 equal math-expr-ops.
11330 * calc/calc-embed.el (calc-embedded-finish-edit):
11331 Let math-expr-opers equal the function math-standard-ops
11332 rather than the variable math-standard-opers.
11333 * calc/calc-ext.el (math-read-plain-expr)
11334 (math-format-flat-expr-fancy): Let math-expr-opers equal the
11335 function math-standard-ops rather than the variable
11336 math-standard-opers.
11337 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11338 Let math-expr-opers equal the function math-standard-ops rather
11339 than the variable math-standard-opers.
11340 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11341 equal the function math-standard-ops rather than the variable
11342 math-standard-opers.
11343 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11344 equal the function math-standard-ops rather than the variable
11345 math-standard-opers.
11346 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11347 math-expr-ops.
11348
11349 2007-06-19 Ivan Kanis <apple@kanis.eu>
11350
11351 * vc-hg.el: New file.
11352
11353 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11356 with font-lock-multiline.
11357
11358 2007-06-17 Glenn Morris <rgm@gnu.org>
11359
11360 * lpr.el (lpr-page-header-switches): Move %s to separate element
11361 for correct quoting. Doc fix.
11362
11363 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11366 than setting sgml-xml-mode.
11367 (sgml-mode, html-mode): Set sgml-xml-mode.
11368 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11369 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11370 (sgml-electric-tag-pair-before-change-function)
11371 (sgml-electric-tag-pair-flush-overlays): New functions.
11372 (sgml-electric-tag-pair-mode): New minor mode.
11373 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11374 (sgml-calculate-indent): Use assoc-string.
11375
11376 2007-06-16 Karl Fogel <kfogel@red-bean.com>
11377
11378 * thingatpt.el (thing-at-point-email-regexp): Don't require two
11379 chars before the "@" in an email address. Andreas Roehler noticed
11380 this problem.
11381
11382 2007-06-15 Karl Fogel <kfogel@red-bean.com>
11383
11384 * thingatpt.el: Add support for email addresses (`email').
11385 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11386 (thing-at-point-email-regexp): New variable.
11387 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11388 properties on this symbol, with lambda forms for values.
11389
11390 2007-06-15 Masatake YAMATO <jet@gyve.org>
11391
11392 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11393
11394 * vc.el (vc-dired-hook): Check the backend returned from
11395 `vc-responsible-backend' can really handle `subdir'.
11396
11397 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * wid-edit.el (widget-add-documentation-string-button):
11400 Fix handling of documentation indent.
11401
11402 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
11403
11404 * mb-depth.el: New file.
11405
11406 2007-06-15 Masatake YAMATO <jet@gyve.org>
11407
11408 * vc.el (vc-dired-mode): Show backend name as part of mode name.
11409
11410 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * wid-edit.el (widget-default-create): Move ?h handling here...
11413 (widget-default-format-handler): ...from here.
11414 (widget-docstring, widget-add-documentation-string-button): New funs.
11415 (documentation-string): Add :visibility-widget property.
11416 (widget-documentation-string-value-create): Use it.
11417
11418 * cus-edit.el (custom-split-regexp-maybe): Simplify.
11419 (custom-buffer-create-internal): Simplify message.
11420 (custom-variable-tag): Reduce height to normal.
11421 (custom-variable-value-create, custom-face-value-create)
11422 (custom-visibility): New widget.
11423 (custom-visibility): New face.
11424 (custom-group-value-create):
11425 Call widget-add-documentation-string-button, using `custom-visibility'.
11426
11427 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * emacs-lisp/bytecomp.el (byte-compile-current-group)
11430 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
11431 change. Apparently the "warning even if the group is implicit" is
11432 a feature rather than a bug.
11433
11434 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
11435
11436 * emulation/viper.el (viper-describe-key-ad)
11437 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
11438 Compile them conditionally.
11439 (viper-version): Belated version change.
11440
11441 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
11442
11443 * follow.el (follow-all-followers, follow-generic-filter):
11444 * pcomplete.el (pcomplete-restore-windows):
11445 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
11446 (x-dnd-drop-data):
11447 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
11448 * progmodes/python.el (python-complete-symbol):
11449 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
11450
11451 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
11452
11453 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
11454 around bright and dim regexps. Make sure bright and dim matches
11455 use word anchors. Send text through rcirc-markup functions.
11456 (rcirc-url-regexp): Add single quote character.
11457 (rcirc-connect): Write logs to disk on auto-save-hook.
11458 Make server a non-optional argument.
11459 (rcirc-log-alist): New variable.
11460 (rcirc-log-directory): Make customizable.
11461 (rcirc-log-flag): New customizable variable.
11462 (rcirc-log): New function.
11463 (rcirc-print): Use above function.
11464 (rcirc-log-write): New function.
11465 (rcirc-generate-new-buffer-name): Strip text properties.
11466 (rcirc-switch-to-buffer-function): Remove variable.
11467 (rcirc-last-non-irc-buffer): Remove variable.
11468 (rcirc-non-irc-buffer): Add function.
11469 (rcirc-next-active-buffer): Use above function.
11470 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
11471 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
11472 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
11473 (rcirc-omit-mode): Add minor-mode.
11474 (rcirc-mode-map): Change C-c C-o binding.
11475 (rcirc-mode): Clear mode-line-process. Use a custom
11476 fill-paragraph-function. Set up buffer-invisibility-spec.
11477 (rcirc-response-formats): Remove timestamp code.
11478 (rcirc-omit-responses): Add variable.
11479 (rcirc-print): Don't put the overlay arrow on potentially omitted
11480 lines. Log line to disk. Record activity for private messages
11481 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
11482 (rcirc-jump-to-first-unread-line): Print message if there is no
11483 unread text.
11484 (rcirc-clear-unread): New function.
11485 (rcirc-markup-text-functions): Add variable.
11486 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
11487 (rcirc-debug): Don't mess with window configuration.
11488 (rcirc-send-message): Send message before printing locally.
11489 Add SILENT argument, do not print message if non-nil.
11490 (rcirc-visible-buffers): New function and variable.
11491 (rcirc-window-configuration-change-1): Add function.
11492 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
11493 server buffer.
11494 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11495 (rcirc-fill-paragraph): Add function.
11496 (rcirc-record-activity, rcirc-window-configuration-change-1):
11497 Only update the activity string if it has actually changed.
11498 (rcirc-update-activity-string): Remove padding characters from the
11499 mode-line string.
11500 (rcirc-disconnect-buffer): New function to be called when a
11501 channel is parted or the user quits.
11502 (rcirc-server-name): Warn when the server-name hasn't been set.
11503 (rcirc-window-configuration-change): Postpone work until
11504 post-command-hook.
11505 (rcirc-window-configuration-change-1): Update mode-line and
11506 overlay arrows here.
11507 (rcirc-authenticate): Fixc hanserv identification.
11508 (rcirc-default-server): Remove variable.
11509 (rcirc): Connect according to rcirc-connections.
11510 (rcirc-connections): Add variable.
11511 (rcirc-startup-channels-alist): Remove variable.
11512 (rcirc-startup-channels): Remove function.
11513
11514 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11517
11518 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
11519
11520 * term/xterm.el (terminal-init-xterm): Escape parens in character
11521 constants.
11522
11523 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * progmodes/sh-script.el: Remove unneeded * from docstrings.
11526 Use [:alpha:] and [:alnum:] where applicable.
11527 (sh-quoted-subshell): Rewrite to correctly
11528 handle nested mixes of `...' and $(...).
11529 (sh-apply-quoted-subshell): Remove.
11530 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11531
11532 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
11533
11534 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
11535
11536 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11537 previous change.
11538
11539 2007-06-12 Tom Tromey <tromey@redhat.com>
11540
11541 * subr.el (user-emacs-directory): New defconst.
11542 * cmuscheme.el (scheme-start-file):
11543 * shell.el (shell):
11544 * completion.el (save-completions-file-name):
11545 * custom.el (custom-theme-directory):
11546 * term/x-win.el (emacs-session-filename):
11547 * filesets.el (filesets-menu-cache-file):
11548 * thumbs.el (thumbs-thumbsdir):
11549 * server.el (server-auth-dir):
11550 * image-dired.el (image-dired-dir):
11551 (image-dired-db-file):
11552 (image-dired-temp-image-file):
11553 (image-dired-gallery-dir):
11554 (image-dired-temp-rotate-image-file):
11555 * play/gamegrid.el (gamegrid-user-score-file-directory):
11556 * savehist.el (savehist-file):
11557 * tutorial.el (tutorial--saved-dir):
11558 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11559
11560 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
11561
11562 * scroll-lock.el (scroll-lock-mode): Doc fix.
11563
11564 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11565
11566 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11567
11568 * ediff-init.el: Doc strings.
11569
11570 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11573 (byte-compile-file): Bind it.
11574 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11575 group argument is provided implicitly.
11576 (byte-compile-format-warn, byte-compile-from-buffer)
11577 (byte-compile-insert-header): Don't hardcode point-min==1.
11578 (byte-compile-file-form-require): Remove unused var old-load-list.
11579 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11580
11581 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11582
11583 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11584 Display error messages.
11585 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11586 Get rid of cl.el dependencies.
11587
11588 * emulation/viper-init.el (viper-suppress-input-method-change-message):
11589 New variable.
11590 (viper-activate-input-method-action)
11591 (viper-inactivate-input-method-action):
11592 Use viper-suppress-input-method-change-message.
11593
11594 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11595 for C-s, C-r.
11596
11597 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11598 Use viper-replace-overlay-cursor-color instead of
11599 viper-replace-overlay-cursor-color.
11600 (viper-sit-for-short): Use sit-for with 3 arguments.
11601
11602 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11603 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11604 to gud-mode.
11605
11606 * ediff-mult.el (ediff-meta-buffer-brief-message)
11607 (ediff-meta-buffer-verbose-message): New variables.
11608 (ediff-meta-buffer-message): Variable deleted.
11609 (ediff-verbose-help-enabled): New variable.
11610 (ediff-toggle-verbose-help-meta-buffer): New function.
11611 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11612 message options.
11613
11614 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11615 (ediff-fixup-patch-map): Improve heuristic.
11616
11617 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11620 (log-view-font-lock-keywords): Simplify.
11621 (log-view-current-file, log-view-current-tag): Simplify.
11622
11623 2007-06-12 Sam Steingold <sds@gnu.org>
11624
11625 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11626
11627 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
11628
11629 * desktop.el (desktop-load-locked-desktop): New option.
11630 (desktop-read): Use it.
11631 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11632 Use `when'.
11633
11634 2007-06-12 Davis Herring <herring@lanl.gov>
11635
11636 * desktop.el (desktop-save-mode-off): New function.
11637 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11638 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11639 (desktop-claim-lock, desktop-release-lock): New functions.
11640 (desktop-kill): Tell `desktop-save' that this is the last save.
11641 Release the lock afterwards.
11642 (desktop-buffer-info): New function.
11643 (desktop-save): Use it. Run `desktop-save-hook' where the doc
11644 says to. Detect conflicts, and manage the lock.
11645 (desktop-read): Detect conflicts. Manage the lock.
11646
11647 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11650
11651 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11652 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
11653 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11654 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11655 keysyms rather than byte sequences.
11656 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11657
11658 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * font-lock.el (font-lock-add-keywords): In case font-lock was only
11661 half-activated, forcefully activate it completely.
11662
11663 2007-06-11 Richard Stallman <rms@gnu.org>
11664
11665 * cus-edit.el (custom-variable-type): Doc fix.
11666
11667 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11670 (sh-font-lock-flush-syntax-ppss-cache): New functions.
11671 (sh-font-lock-syntactic-keywords): Use them to distinguish the
11672 different possible cases for \'.
11673
11674 * complete.el (PC-bindings): Don't bind things already bound in the
11675 parent keymap.
11676
11677 * textmodes/bibtex-style.el: New file.
11678
11679 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
11680
11681 * vc-bzr.el: New file.
11682
11683 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * vc-svn.el (vc-svn-program): New var.
11686 (vc-svn-command): Use it.
11687
11688 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
11689
11690 * server.el (server-switch-buffer): Remove redundant check.
11691
11692 2007-06-10 Martin Rudalics <rudalics@gmx.at>
11693
11694 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11695 Match against file-name-nondirectory.
11696 Fix text on user customization variables.
11697 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11698
11699 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11700
11701 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11702
11703 2007-06-09 Davis Herring <herring@lanl.gov>
11704
11705 * desktop.el (desktop-minor-mode-table): Doc fix.
11706
11707 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11708
11709 * textmodes/css-mode.el (css-navigation-syntax-table):
11710 Use set-char-table-range so it also works in the unicode branch.
11711
11712 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
11713
11714 * help-mode.el (help-xref-forward-stack)
11715 (help-xref-stack-forward-item, help-forward-label): New variables.
11716 (help-forward): New button type.
11717 (help-setup-xref): Initialise help-xref-forward-stack.
11718 (help-make-xrefs): Add forward button, if appropriate.
11719 (help-xref-go-back): Push item on forward stack.
11720 (help-xref-go-forward, help-go-forward): New functions.
11721
11722 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * dired.el (dired-mode-map): Remove spurious separator.
11725
11726 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11727
11728 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11729
11730 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11731 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11732
11733 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
11734
11735 * textmodes/org.el: Version number fixed.
11736
11737 2007-06-07 Glenn Morris <rgm@gnu.org>
11738
11739 * version.el (emacs-copyright): New constant.
11740 * startup.el (fancy-splash-tail): Use emacs-copyright.
11741 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11742
11743 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11744 `make-local'.
11745 (byte-compile-warnings-safe-p): Add `make-local'.
11746 (byte-compile-make-variable-buffer-local):
11747 Allow byte-compile-warnings to suppress this warning.
11748
11749 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11750 format of "menu" description.
11751 (tutorial--find-changed-keys): Describe the specific menu a
11752 command is in.
11753
11754 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11755 Rewrite compatibility functions to silence byte-compiler.
11756
11757 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11758
11759 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11760 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11761
11762 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11763
11764 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11765
11766 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11767
11768 * progmodes/ebrowse.el (ebrowse-member-table):
11769 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11770 (org-batch-agenda-csv): Fix typos in docstrings.
11771
11772 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11773
11774 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11775 (sort-coding-systems, search-unencodable-char): Doc fixes.
11776 (coding-system-change-eol-conversion, set-default-coding-systems)
11777 (prefer-coding-system, find-multibyte-characters, princ-list)
11778 (leim-list-entry-regexp, set-input-method, locale-language-names)
11779 (input-method-exit-on-first-char, exit-language-environment-hook)
11780 (locale-charset-language-names): Fix typos in docstrings.
11781
11782 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11783
11784 * pgg.el (pgg-sign-region, pgg-sign):
11785 * ses.el (ses-call-printer):
11786 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11787 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11788
11789 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11790
11791 * textmodes/org.el (org-export-region-as-html)
11792 (org-replace-region-by-html, org-number-to-letters)
11793 (org-table-fedit-finish, org-normalize-color)
11794 (org-table-fedit-ref-right, org-date-to-gregorian)
11795 (org-table-fedit-move, org-table-convert-refs-to-rc)
11796 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11797 (org-write-agenda, org-colgroup-info-to-vline-list)
11798 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11799 (org-indent-line-function, org-export-as-html-to-buffer)
11800 (org-store-agenda-views, org-update-mode-line)
11801 (org-find-if, org-delete-all)
11802 (org-table-fedit-convert-buffer, org-emphasize)
11803 (org-uniquify, org-table-fedit-lisp-indent)
11804 (org-table-fedit-scroll, org-get-todo-sequence-head)
11805 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11806 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11807 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11808 (org-table-fedit-line-up, org-table-fedit-ref-down)
11809 (org-table-formula-from-user, org-mode-flyspell-verify)
11810 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11811 (org-table-formula-to-user, org-diary-to-ical-string)
11812 (orgtbl-export, org-table-fedit-post-command)
11813 (org-closed-in-range, org-shiftcontrolright)
11814 (org-table-convert-refs-to-an, org-table-hline-and-move)
11815 (org-table-formula-less-p, org-format-table-ascii)
11816 (org-agenda-get-sexps, org-shift-refpart)
11817 (org-diary-sexp-entry, org-time-string-to-absolute)
11818 (org-table-show-reference, org-letters-to-number)
11819 (org-fix-agenda-info, org-table-fedit-ref-up)
11820 (org-table-fedit-shift-reference, org-table-fedit-abort)
11821 (org-closest-date, org-shiftcontrolleft)
11822 (org-at-heading-or-item-p, org-rematch-and-replace)
11823 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11824 New functions.
11825 (org-table-edit-scroll-down, org-finish-edit-formulas)
11826 (org-table-edit-next-field, org-abort-edit-formulas)
11827 (org-font-lock-level, org-export-find-first-heading-line)
11828 (org-table-edit-line-down, org-table-edit-backward-field)
11829 (org-edit-formula-lisp-indent, org-table-edit-move)
11830 (org-check-log-option, org-this-word)
11831 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11832 (org-agenda-file-to-end, org-expand-file-name)
11833 (org-fake-empty-table-line, org-table-edit-scroll)
11834 (org-toggle-log-option, org-show-reference): Function removed.
11835 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11836 New defsubsts.
11837 (org-unmodified, org-batch-store-agenda-views)
11838 (org-batch-agenda-csv): New macro.
11839 (org-agenda-export): New customization group.
11840 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11841 (org-highest-priority, org-agenda-exporter-settings)
11842 (org-log-done-with-time, org-replace-disputed-keys)
11843 (org-format-latex-header, org-export-table-header-tags)
11844 (org-cycle-separator-lines, org-export-table-data-tags)
11845 (org-icalendar-include-sexps)
11846 (org-empty-line-terminates-plain-lists)
11847 (org-log-repeat, org-special-ctrl-a)
11848 (org-table-use-standard-references, org-disputed-keys)
11849 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11850 (org-agenda-export-html-style): New option.
11851 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11852 (org-CUA-compatible): Option removed.
11853 (org-agenda-structure, org-sexp-date): New face.
11854 (org-todo-keywords-for-agenda, org-not-done-keywords)
11855 (org-planning-or-clock-line-re, org-agenda-name)
11856 (org-table-colgroup-info, org-todo-sets)
11857 (constants-unit-system, org-clock-mode-line-entry)
11858 (org-mode-line-timer, org-table-current-begin-pos)
11859 (org-todo-keywords-1, org-mode-line-string)
11860 (org-table-clean-did-remove-column, org-table-fedit-map)
11861 (org-clock-heading, org-table-buffer-is-an)
11862 (org-agenda-info, org-done-keywords)
11863 (org-done-keywords-for-agenda, org-todo-heads)
11864 (org-todo-kwd-alist, org-clock-start-time): New variable.
11865 (org-todo-kwd-priority-p, org-edit-formulas-map)
11866 (org-repeat-re, org-todo-kwd-max-priority)
11867 (org-version, org-done-string)
11868 (org-table-clean-did-remove-column-1, org-disputed-keys):
11869 Remove variables.
11870 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11871 (org-ts-lengths): Constant removed.
11872 (org-follow-gnus-link): Don't ask how many articles to read.
11873 (org-export-find-first-export-line): Rename from
11874 `org-export-find-first-heading'.
11875 Use `org-export-skip-text-before-1st-heading'.
11876 (org-table-fedit-post-command): Rename from
11877 `org-table-edit-formulas-post-command'.
11878 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11879 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11880 (org-table-fedit-lisp-indent): Rename from
11881 `org-edit-formula-lisp-indent'.
11882 (org-table-show-reference): Rename from `org-show-reference'.
11883 (org-table-store-formulas): Use `org-table-formula-less-p'.
11884 (org-table-edit-formulas): Position cursor to current field equation.
11885 (org-update-checkbox-count, org-hide-archived-subtrees)
11886 (org-timestamp-up-day, org-timestamp-down-day)
11887 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11888 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11889 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11890 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11891 Let `org-on-heading-p' also check for invisible heading.
11892 (org-read-date): Match am/pm times.
11893 (org-eval-in-calendar): Fix default date in prompt.
11894
11895 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11898 "ChangeLog.a" entries, giving the latter lower priority.
11899
11900 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11901
11902 * faces.el (face-id): If the argument is a face alias,
11903 return the ID of the target face.
11904
11905 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11906
11907 * net/socks.el (top): Remove unnecessary copyright line.
11908
11909 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11912
11913 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11914
11915 * net/socks.el: New file, taken from w3 repository.
11916 (top): Update Copyright. Don't load cl.el.
11917 (all): Replace `case' by `cond', `string-to-int' by
11918 `string-to-number', and `process-kill-without-query' by
11919 `set-process-query-on-exit-flag'.
11920 (socks-char-int): Remove defalias and all occurrences.
11921
11922 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11923
11924 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11925 Fix typos in docstrings.
11926 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11927 (compilation-finish-function): Fix typo in obsolescence declaration.
11928
11929 2007-06-03 Sam Steingold <sds@gnu.org>
11930
11931 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11932 handle unending automatic recompilation of changed files (`omake -P').
11933 (compilation-loop): VISITED is now 5th CDR.
11934 (compilation-next-error-function): Set TIMESTAMP.
11935
11936 2007-06-03 Sam Steingold <sds@gnu.org>
11937
11938 * files.el (kill-buffer-ask): New function.
11939 (kill-some-buffers): Use it.
11940 (kill-matching-buffers): New user command.
11941
11942 2007-06-01 David Kastrup <dak@gnu.org>
11943
11944 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11945 Change default to `top'.
11946
11947 2007-05-31 Richard Stallman <rms@gnu.org>
11948
11949 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11950
11951 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * textmodes/css-mode.el: New file.
11954
11955 2007-05-30 Michael Olson <mwolson@gnu.org>
11956
11957 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11958 died and we are trying to send a signal to it. The program using
11959 tq.el should periodically check to see whether the process has
11960 died and react appropriately -- this is not the responsibility of
11961 tq.el, and is consistent with the rest of the tq.el source code.
11962
11963 2007-05-29 Martin Rudalics <rudalics@gmx.at>
11964
11965 * textmodes/table.el (table--point-entered-cell-function)
11966 (table--point-left-cell-function):
11967 Bind `inhibit-point-motion-hooks' to t.
11968
11969 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11970
11971 * emacs-lisp/rx.el (rx): Doc fix.
11972
11973 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
11976
11977 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
11978
11979 Sync with Tramp 2.0.56.
11980
11981 * net/tramp.el:
11982 * net/tramp-ftp.el:
11983 * net/tramp-smb.el:
11984 * net/tramp-util.el:
11985 * net/tramp-vc.el:
11986 Don't load cl.el, because that pollutes the namespace. Replace cl
11987 macros by their implementations where necessary. Requested by
11988 Richard Stallman <rms@gnu.org>.
11989
11990 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
11991 doesn't exist.
11992 (with-parsed-tramp-file-name): Protect debug spec during compilation.
11993 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
11994 (tramp-file-name-p, tramp-file-name-multi-method)
11995 (tramp-file-name-method, tramp-file-name-user)
11996 (tramp-file-name-host, tramp-file-name-localname): New defuns,
11997 replacing defstruct `tramp-file-name'.
11998 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
11999 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12000 Apply `vector' instead of `make-tramp-file-name'.
12001 (tramp-handle-make-auto-save-file-name):
12002 Apply `tramp-temporary-file-directory' for compatibility reasons.
12003 (tramp-completion-mode): Use `natnump' instead of `wholenump'
12004 because of XEmacs.
12005 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12006 started.
12007
12008 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
12009
12010 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12011
12012 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12013
12014 * log-edit.el (log-edit-changelog-paragraph): Return point-max
12015 as the end of the ChangeLog paragraph when it ends without a line
12016 termination.
12017
12018 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
12019
12020 * net/webjump.el (webjump-sample-sites):
12021 Add simple Wikipedia query.
12022
12023 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12026 compatibility code.
12027
12028 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12029 (copyright-update-year): Use it.
12030
12031 * edmacro.el (edmacro-format-keys): Use current-active-maps.
12032
12033 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12034 Add indentation and debugging info. Fix up comment convention.
12035
12036 * cus-dep.el (custom-make-dependencies): Simplify.
12037
12038 * composite.el (compose-region, decompose-region):
12039 Use inhibit-read-only and restore-buffer-modified-p.
12040
12041 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12042 (xterm-mouse-event): Use it.
12043
12044 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
12045
12046 * bs.el (bs-cycle-previous): Don't modify the cycle list until
12047 `switch-to-buffer' has returned succesfully.
12048 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
12049 window is dedicated (it could iconify the frame).
12050
12051 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
12052
12053 * vc-hooks.el (vc-find-root): Fix file attribute test.
12054
12055 2007-05-24 Richard Stallman <rms@gnu.org>
12056
12057 * textmodes/flyspell.el (flyspell-correct-word-before-point):
12058 Don't let opoint be nil.
12059 (flyspell-emacs-popup): Explicit error if no dialogs.
12060
12061 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
12062
12063 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12064 (image-next-line, image-previous-line, image-scroll-up)
12065 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12066 New functions.
12067 (image-mode-map): Remap motion commands.
12068 (image-mode-text-map): New keymap for viewing images as text.
12069 (image-mode): Use image-mode-map.
12070 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12071
12072 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12073
12074 * textmodes/fill.el (canonically-space-region): Make the second arg
12075 a marker if it's not already the case.
12076
12077 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12078
12079 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12080 (tar-get-descriptor): Handle type 55, an extended pax header.
12081
12082 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12085 to confuse outline-minor-mode.
12086
12087 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12088
12089 * tar-mode.el (tar-file-name-handler): New function.
12090 (tar-extract): Bind file-name-handler-alist to it to force
12091 find-buffer-file-type-coding-system behave as if the file being
12092 extracted existed. Use last-coding-system-used to force
12093 buffer-file-coding-system to what decode-coding-region actually
12094 used to decode the file.
12095
12096 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12097
12098 * progmodes/compile.el (compilation-handle-exit):
12099 `compilation-finish-function' may change the current buffer.
12100
12101 2007-05-22 Richard Stallman <rms@gnu.org>
12102
12103 * files.el (set-auto-mode): Doc fix.
12104
12105 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12106
12107 * help-fns.el (find-source-lisp-file): New function.
12108 (describe-function-1): Use find-source-lisp-file to find source
12109 file in compile tree.
12110
12111 2007-05-22 Eli Zaretskii <eliz@gnu.org>
12112
12113 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12114
12115 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
12116
12117 * emacs-lisp/easy-mmode.el (define-minor-mode)
12118 (easy-mmode-define-navigation): Fix typos in docstrings.
12119
12120 2007-05-22 Glenn Morris <rgm@gnu.org>
12121
12122 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12123
12124 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
12125
12126 * mail/mail-extr.el (mail-extract-address-components):
12127 Recognize non-ASCII characters except for NBSP as words.
12128
12129 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
12130
12131 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12132 (rcirc-print): Handle `window-width'.
12133 (rcirc-buffer-maximum-lines): Doc fix.
12134
12135 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
12136
12137 * image-mode.el (image-toggle-display): Don't clear image cache.
12138 Only use filename in image spec if the file is readable.
12139 Call image-refresh.
12140
12141 * image.el (image-type-from-file-name, image-type): Simplify.
12142 (image-type-auto-detected-p): Don't scan auto-mode-alist.
12143
12144 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
12145 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
12146
12147 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12148
12149 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12150 is an error.
12151
12152 * term/linux.el (terminal-init-linux): Don't signal an error
12153 if gpm isn't running.
12154
12155 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12156
12157 * t-mouse.el: Reduce to a minor-mode macro call.
12158 (t-mouse-mode): Remove the lighter.
12159
12160 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12161
12162 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
12163
12164 * files.el (auto-mode-alist): Change the regexp so that
12165 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12166
12167 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
12168
12169 * Version 22.1 released.
12170
12171 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
12172
12173 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12174 changes.
12175
12176 2007-05-19 Kevin Ryde <user42@zip.com.au>
12177
12178 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12179
12180 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12181
12182 * textmodes/sgml-mode.el: Revert last change.
12183
12184 2007-05-18 Richard Stallman <rms@gnu.org>
12185
12186 * simple.el (push-mark): Doc fix.
12187
12188 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
12189
12190 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12191 tpu-global-map.
12192 (tpu-original-global-map): Variable deleted.
12193 (tpu-control-keys-map): New keymap variable.
12194 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12195 setting keymapping directly.
12196 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12197 tpu-global-map.
12198 (tpu-edt-on): Activate the tpu-global-map.
12199 (tpu-edt-off): Deactivate the tpu-global-map.
12200
12201 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
12202
12203 * textmodes/ispell.el (ispell-get-word): Return markers
12204 for start and end positions.
12205 (ispell-word): Assume END is a marker.
12206
12207 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12208
12209 * printing.el: Group together all XEmacs/Emacs definitions.
12210 (pr-version): New version 6.9.
12211 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12212 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12213 (pr-menu-bind): Fix code.
12214 (pr-e-frame-char-height, pr-e-frame-char-width)
12215 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12216 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12217 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12218 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12219 (pr-x-event-y-pixel): Aliases eliminated.
12220 (pr-xemacs-global-menubar): Macro moved.
12221 (current-menubar, current-mouse-event, zmacs-region-stays)
12222 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12223 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12224 Vars moved.
12225 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12226 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12227 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12228 (pr-menu-set-utility-title, pr-even-or-odd-pages)
12229 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12230 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12231 moved.
12232
12233 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
12234
12235 * textmodes/sgml-mode.el (sgml-tag):
12236 Fix bug: Call sgml-transformation-function.
12237
12238 2007-05-17 Martin Rudalics <rudalics@gmx.at>
12239
12240 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12241 modified flag of buffer. Use `inhibit-modification-hooks'.
12242
12243 2007-05-16 Richard Stallman <rms@gnu.org>
12244
12245 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12246
12247 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * files.el (magic-mode-alist, magic-fallback-mode-alist):
12250 Move the *ml, Postscript, and XmCD entries to the fallback part.
12251
12252 * files.el (magic-fallback-mode-alist):
12253 Rename from file-start-mode-alist.
12254
12255 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12256
12257 * progmodes/compile.el (compilation-handle-exit): Quote first
12258 argument of `run-hook-with-args'.
12259
12260 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
12261
12262 * buff-menu.el (Buffer-menu-sort-column):
12263 * dabbrev.el (dabbrev-upcase-means-case-search):
12264 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12265 * info.el (Info-current-subfile):
12266 * ls-lisp.el (ls-lisp-verbosity):
12267 * msb.el (msb-menu-cond):
12268 * pcvs.el (cvs-dired-use-hook):
12269 * simple.el (set-mark-command-repeat-pop):
12270 * time.el (display-time-24hr-format, display-time-mail-file):
12271 Doc fixes.
12272
12273 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12274 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12275
12276 * view.el (view-inhibit-help-message): Fix typo in docstring.
12277 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12278
12279 2007-05-16 Martin Rudalics <rudalics@gmx.at>
12280
12281 * textmodes/ispell.el (ispell-start-process): Defend against bad
12282 default-directory.
12283
12284 2007-05-14 Eli Zaretskii <eliz@gnu.org>
12285
12286 * mail/rmail.el (rmail-convert-to-babyl-format): Check
12287 content-transfer-encoding _last_, because it's its position that
12288 we need as value of base64-header-field-end.
12289
12290 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
12291
12292 * files.el (mode-require-final-newline, require-final-newline)
12293 (enable-local-variables, enable-local-eval): Doc fixes.
12294
12295 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12296
12297 * ps-print.el: Use default color when foreground or background color
12298 are unspecified. Reported by Leo <sdl.web@gmail.com>.
12299 (ps-print-version): New version 6.7.4.
12300 (ps-rgb-color): New argument. Use default color when color is
12301 unspecified.
12302 (ps-begin-job): Fix code.
12303
12304 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * longlines.el (longlines-mode): Make longlines-auto-wrap
12307 buffer-local. Add hooks unconditionally.
12308 (longlines-auto-wrap): Toggle wrapping.
12309 (longlines-after-change-function)
12310 (longlines-post-command-function): Check longlines-auto-wrap.
12311
12312 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
12313
12314 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12315 (xterm-mouse-translate): Use it.
12316
12317 2007-05-10 Richard Stallman <rms@gnu.org>
12318
12319 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12320 (iso-cvt-write-only): Likewise.
12321
12322 * emacs-lisp/easy-mmode.el (define-minor-mode):
12323 Fix generated doc string.
12324
12325 * startup.el (fancy-splash-text): Add URL of guided tour.
12326 Adjust horizontal and vertical whitespace.
12327
12328 * progmodes/compile.el (compilation-handle-exit):
12329 Use run-hook-with-args to run compilation-finish-functions.
12330
12331 * files.el (file-start-mode-alist): New variable.
12332 (magic-mode-regexp-match-limit): Doc fix.
12333 (set-auto-mode): Handle file-start-mode-alist.
12334 A little cleanup of structure.
12335
12336 * dabbrev.el (dabbrev-eliminate-newlines):
12337 Renamed from dabbrev--eliminate-newlines. All uses changed.
12338
12339 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12340
12341 * man.el (Man-next-section): Don't consider the last line of the page
12342 as being part of any section.
12343
12344 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12347 can take any number of values.
12348
12349 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12352 to the list of citation commands.
12353
12354 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12357
12358 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
12359
12360 * progmodes/python.el (python-font-lock-keywords)
12361 (python-open-block-statement-p, python-mode): Add support for the new
12362 "with" keyword.
12363
12364 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12367 the exact opposite of diff-goto-source.
12368
12369 * emacs-lisp/advice.el (ad-special-forms): Remove.
12370 (ad-special-form-p): Use subr-arity.
12371
12372 * newcomment.el (comment-search-forward): Make sure we search forward.
12373 (comment-enter-backward): Try and distinguish the non-matching case at
12374 EOB from the non-matching case with a missing comment-end-skip for
12375 a 2-char comment ender.
12376 (comment-choose-indent): New function extracted from comment-indent.
12377 Improve the alignment algorithm.
12378 (comment-indent): Use it.
12379
12380 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12381 XML style Processing Instructions.
12382 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
12383 (sgml-calculate-indent): Handle `pi' context.
12384
12385 * vc.el: Ensure that update-changelog issues an error when used with
12386 a backend that does not implement it.
12387 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12388 Remove `backend' argument. Use expand-file-name.
12389 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12390
12391 * progmodes/python.el (python-end-of-block): Revert last change.
12392 (python-end-of-statement): Make sure we move *forward*.
12393
12394 2007-05-08 Richard Stallman <rms@gnu.org>
12395
12396 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12397 Don't include non-self-insert commands in the exception for `-'.
12398
12399 2007-05-08 David Reitter <david.reitter@gmail.com>
12400
12401 * progmodes/python.el (python-guess-indent): Check non-nullness
12402 before comparing indent against the 2..8 interval.
12403
12404 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12405
12406 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
12407 available.
12408
12409 2007-05-06 Richard Stallman <rms@gnu.org>
12410
12411 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
12412
12413 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
12416 rather than storing their value in the revert-buffer function.
12417
12418 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
12419
12420 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
12421 when disabling t-mouse-mode.
12422
12423 2007-05-01 Davis Herring <herring@lanl.gov>
12424
12425 * calendar/timeclock.el: Update version number.
12426 (timeclock-modeline-display): Mention timeclock-use-display-time
12427 in explanatory message.
12428 (timeclock-in): Fix non-interactive workday specifications.
12429 (timeclock-log): Don't kill the log buffer if it already existed.
12430 Suppress warnings when finding the log. Don't check for a nil
12431 project twice. Run hooks after killing the buffer (if applicable).
12432 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12433 was geometric). All uses changed.
12434 (timeclock-generate-report): Support prefix argument.
12435
12436 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
12437
12438 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
12439 disconnections.
12440
12441 2007-05-01 Romain Francoise <romain@orebokech.com>
12442
12443 * dired-x.el: Revert 2007-04-06 change.
12444
12445 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
12446
12447 * find-dired.el (find-dired-filter): Propertize all text down to eob.
12448
12449 2007-04-29 Richard Stallman <rms@gnu.org>
12450
12451 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
12452
12453 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * progmodes/cc-mode.el (c-before-change): Use point-min rather
12456 than 1.
12457
12458 2007-04-28 Richard Stallman <rms@gnu.org>
12459
12460 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
12461
12462 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
12465 don't put stop on toolbar.
12466
12467 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
12470
12471 2007-04-28 Eli Zaretskii <eliz@gnu.org>
12472
12473 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
12474 instead of $(lisp)/mh-e.
12475
12476 2007-04-28 Glenn Morris <rgm@gnu.org>
12477
12478 * image-dired.el (image-dired-cmd-create-thumbnail-options)
12479 (image-dired-cmd-create-temp-image-options): Replace option
12480 +profile "*" with -strip.
12481
12482 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
12483
12484 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12485 Use window-start and window-end.
12486
12487 2007-04-27 Andreas Schwab <schwab@suse.de>
12488
12489 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
12490
12491 2007-04-27 Eli Zaretskii <eliz@gnu.org>
12492
12493 * textmodes/fill.el (fill-paragraph): Doc fix.
12494
12495 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
12496
12497 * locate.el (locate-in-alternate-database): Doc fix.
12498
12499 2007-04-26 Glenn Morris <rgm@gnu.org>
12500
12501 * button.el (button): Use underline if supported, else fall back
12502 to color.
12503
12504 * version.el (emacs-version): Increase to 22.1.50.
12505
12506 2007-04-25 Richard Stallman <rms@gnu.org>
12507
12508 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
12509
12510 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
12511
12512 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
12513 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
12514 pushing mark.
12515 (idlwave-current-routine): Don't push mark.
12516
12517 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
12518
12519 * image-dired.el (image-dired-display-image): Derive image-type from
12520 filename rather than assuming jpeg, in case no resizing was needed.
12521
12522 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12523
12524 * custom.el (defface): Doc fix.
12525
12526 See ChangeLog.12 for earlier changes.
12527
12528 ;; Local Variables:
12529 ;; coding: iso-2022-7bit
12530 ;; add-log-time-zone-rule: t
12531 ;; End:
12532
12533 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
12534
12535 This file is part of GNU Emacs.
12536
12537 GNU Emacs is free software; you can redistribute it and/or modify
12538 it under the terms of the GNU General Public License as published by
12539 the Free Software Foundation; either version 3, or (at your option)
12540 any later version.
12541
12542 GNU Emacs is distributed in the hope that it will be useful,
12543 but WITHOUT ANY WARRANTY; without even the implied warranty of
12544 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12545 GNU General Public License for more details.
12546
12547 You should have received a copy of the GNU General Public License
12548 along with GNU Emacs; see the file COPYING. If not, write to the
12549 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12550 Boston, MA 02110-1301, USA.
12551
12552 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af