Remove python.el entry duplicated when merging from EMACS_22_BASE.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
2
3 * doc-view.el (doc-view-buffer-file-name): New variable.
4 (doc-view-convert-current-doc, doc-view-search)
5 (doc-view-current-cache-dir, doc-view-initiate-display)
6 (doc-view-mode): Use it.
7 (doc-view-bookmark-make-cell): Use variable buffer-file-name
8 instead of function.
9
10 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11
12 * vc-svn.el (vc-svn-registered): Return the correct value for
13 ignored and unregistered files.
14
15 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
16
17 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
18
19 2008-01-10 Tom Tromey <tromey@redhat.com>
20
21 * vc.el (vc-status-unmark-all-files): New function.
22 (vc-status-unmark-all-files): Likewise.
23 (vc-status-mode-map): Add bindings.
24
25 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
26
27 * ediff*.el: Uncomment declare-function.
28
29 * viper*.el: Uncomment declare-function.
30
31 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
32
33 * doc-view.el (doc-view-mode): Support tramp, compressed files and
34 files inside archives uniformly.
35
36 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
37
38 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
39 constant with a computation on sgml-specials rather than a literal
40 list. Without this change the syntax table is generated
41 incorrectly, and the mode will think it's in a comment following
42 any instance of the string "--".
43
44 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
45
46 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
47 (doc-view-mode): Support document files inside archives.
48
49 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * vc.el (vc-deduce-fileset): Return the currently selected file if
52 no files are selected when using vc-status.
53
54 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
55
56 * ediff*.el: Comment out declare-function. "make bootstrap"
57 stops with an error and Emacs does not compile with those things in.
58 Besides, declare-function is not defined in XEmacs.
59
60 * ediff-util (eqiff-quit): Autoraise minibuffer.
61
62 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
63
64 * viper*.el: Comment out declare-function -- not defined in XEmacs.
65
66 * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
67
68 * viper.el (viper-set-hooks, set-cursor-color):
69 Set viper-vi-state-cursor-color.
70
71 2008-01-09 Tom Tromey <tromey@redhat.com>
72
73 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
74 Just return header.
75 (vc-status-move-to-goal-column): New function.
76 (vc-status-mode-map): Define more keys.
77 (vc-status-mode): Use vc-status-refresh. Now 'special.
78 (vc-status-refresh): New function.
79 (vc-status-next-line): Likewise.
80 (vc-status-previous-line): Likewise.
81 (vc-status-mark-file): Use vc-status-next-line.
82 (vc-status-unmark-file): Use vc-status-previous-line.
83 (vc-status-unmark-file-up): New function.
84 (vc-status-register): Likewise.
85 (vc-status-find-file): Likewise.
86 (vc-status-find-file-other-window): Likewise.
87 (vc-status-current-file): Likewise.
88 (vc-ensure-vc-buffer): Understand vc-status mode.
89
90 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
91
92 2008-01-09 Glenn Morris <rgm@gnu.org>
93
94 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
95 entry, for Windows.
96
97 2008-01-09 Tom Tromey <tromey@redhat.com>
98
99 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
100
101 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
102
103 * ps-print.el: Some face attributes (like :strike-through) were not
104 being recognised. Reported by Leo <sdl.web@gmail.com>.
105 (ps-print-version): New version 6.8.2.
106 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
107 (ps-screen-to-bit-face): Fix code.
108
109 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
112 add a file-name handler.
113
114 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
115
116 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
117 Rename from function bibtex-files-expand. New optional arg select.
118 (bibtex-flash-head): Allow blink-matching-delay being zero.
119 (bibtex-clean-entry): Use atomic-change-group.
120 (bibtex-format-entry): Check presence of required fields only
121 after formatting of fields. Use member-ignore-case. Do not use
122 bibtex-parse-entry. Do not use booktitle field to set a missing title.
123 (bibtex-autofill-entry): Do not call undo-boundary.
124 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
125 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
126 Parse keys if necessary.
127
128 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
129
130 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
131 quotes in case of spaces, e.g. STL containers (not pretty).
132
133 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
134
135 * progmodes/gdb-ui.el (gud-gdb-command-name):
136 Explain "--annotate=3" option is necessary for the Graphical Interface.
137
138 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
139
140 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
141 on menu bar.
142
143 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
144
145 * ffap.el (ffap-read-file-or-url): Let-bind
146 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
147
148 2008-01-08 Sven Joachim <svenjoac@gmx.de>
149
150 * vc-bzr.el: Fix typo in header.
151
152 2008-01-08 Eli Zaretskii <eliz@gnu.org>
153
154 * Makefile.in (custom-deps, finder-data): Depend on autoloads
155 instead of loaddefs.el.
156
157 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
160 gets inserted out-of-order.
161
162 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
163
164 * vc-bzr.el: Copyright and version headers update.
165 Remove some outdated comments through the whole file.
166 (vc-bzr-program-args): Remove because unused.
167 (vc-bzr-log-switches): New customization option.
168 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
169 use `vc-bzr-program-args'.
170 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
171 `vc-find-root' (patch by Andreas Hoenen).
172 (vc-bzr-status): Update regex to match latest Bzr output.
173 Remove redundant test.
174 (vc-bzr-init-version): New function.
175 (vc-bzr-unregister): Must not delete file.
176 (vc-bzr-find-version): New function.
177 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
178 a non-empty string, otherwise take head revision.
179 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
180 (vc-bzr-diff): Simpler build of the revision spec string.
181 (vc-annotate-convert-time, vc-bzr-annotate-difference):
182 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
183 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
184 (vc-bzr-dired-state-info): Only provide custom strings for
185 overloaded VC state 'edited; otherwise fallback to
186 `vc-default-dired-state-info'.
187
188 2008-01-08 Richard Stallman <rms@gnu.org>
189
190 * delsel.el (delete-selection-mode): Doc fix.
191
192 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
193
194 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
195 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
196
197 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
198 of watch expressions (only works fully with GDB 6.7 or later).
199
200 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
201
202 * time-stamp.el (time-stamp-time-zone):
203 * whitespace.el (whitespace-check-buffer-leading)
204 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
205 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
206 * progmodes/sh-script.el (sh-indentation):
207 * textmodes/ispell.el (ispell-local-pdict):
208 Add safe-local-variable properties.
209
210 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
211
212 * vc-git.el (vc-git--call): Apply `process-file' instead of
213 `call-process'.
214
215 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
216 Reported by Pete Forman <pete.forman@westerngeco.com>.
217 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
218 (tramp-handle-process-file): Handle the case where DESTINATION is
219 a consp with t as car.
220 (tramp-wait-for-output): We shall remove exactly what has been
221 find by the search.
222
223 2008-01-08 Kevin Ryde <user42@zip.com.au>
224
225 * progmodes/compile.el (compilation-error-regexp-alist-alist):
226 For perl, allow "during global destruction" at end. Add entry for
227 two-arg form of the Test module ok() func.
228
229 2008-01-08 Glenn Morris <rgm@gnu.org>
230
231 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
232 unified format.
233
234 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
235
236 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
237
238 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
239 Simplify selection of frame focusing function.
240
241 2008-01-08 Michael Olson <mwolson@gnu.org>
242
243 * textmodes/remember.el (remember-region): Fix typo in docstring.
244
245 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
246
247 * textmodes/remember.el (remember): If there is a visible region
248 [that is, the mark is active and transient mark mode is enabled]
249 then use this region for the initial contents of the *Remember*
250 buffer. Use `region-beginning' and `region-end' instead of
251 `point' and `mark'.
252
253 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
256 argument to vc-hg-command.
257 (vc-hg-log-view-mode): Handle the user field better.
258
259 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
262
263 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
264
265 * vc.el (vc-status-fileinfo): New defstruct.
266 (vc-status): New defvar
267 (vc-status-insert-headers, vc-status-printer, vc-status)
268 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
269 (vc-status-unmark-file, vc-status-marked-files): New functions.
270
271 * vc-hg.el (vc-hg-dir-status): New function.
272
273 2008-01-06 Martin Rudalics <rudalics@gmx.at>
274
275 * cus-edit.el (custom-tool-bar-map): Move initialization of this
276 keymap from here ...
277 (custom-mode): ... to here. Reported by Reiner Steib.
278
279 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
280
281 * obsolete/x-apollo.el: Remove file for unsupported system.
282
283 * term/x-win.el (vendor-specific-keysyms): Remove reference to
284 Apollo.
285
286 * progmodes/gud.el (gud-dgux-p): Remove.
287 (dbx): Remove reference to dgux.
288
289 * progmodes/ps-mode.el (ps-mode-print-function):
290 * ps-print.el (ps-lp-system):
291 * paths.el (rmail-spool-directory):
292 * ls-lisp.el (ls-lisp-emulation):
293 * lpr.el (lpr-lp-system):
294 * dired.el (dired-chown-program): Remove references to dgux.
295
296 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * vc.el (vc-process-sentinel): Fix apparent typo.
299 (vc-do-command): Forcefully kill any left over process.
300 Use start-file-process.
301 (vc-annotate-get-time-set-line-props): Check we don't move backward.
302
303 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
304
305 * net/dbus.el (dbus-list-hash-table)
306 (dbus-name-owner-changed-handler): Replace "signal" by "member".
307 (dbus-check-event): Add serial number to event.
308 (dbus-handle-event): Apply return message if needed.
309 (dbus-event-serial-number): New defun.
310 (dbus-event-service-name, dbus-event-path-name)
311 (dbus-event-interface-name, dbus-event-member-name):
312 Adapt implementation to serial number.
313
314 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
315
316 * bs.el (bs--get-mode-name): Fix typo in previous change.
317
318 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
319
320 * mouse.el (mouse-popup-menubar): Fix typo.
321
322 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
323 form inside with-current-buffer.
324
325 * progmodes/antlr-mode.el (provide): Move to the end of file.
326 (require): Don't require font-lock and compile.
327 (outline-level, imenu-use-markers, imenu-create-index-function):
328 Move declarations to top level.
329 (cond-emacs-xemacs-macfn): Declare for compiler.
330
331 * vc-bzr.el (vc-bzr-root):
332 * vc-arch.el (vc-arch-root): Only set a property if the file is
333 managed by this backend.
334
335 * vc-hg.el (vc-hg-state): Support the new status code for
336 up-to-date.
337
338 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
339
340 * doc-view.el (doc-view-scroll-up-or-next-page)
341 (doc-view-scroll-down-or-previous-page): Don't scroll to the
342 top/bottom again when on the first/last page.
343
344 * doc-view.el (doc-view-scroll-up-or-next-page)
345 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
346 image-scroll-down instead of the non-image equivalents. Don't
347 rely on a signalled condition but switch pages when scrolling
348 doesn't change the vertical position anymore.
349 (doc-view-mode-map): Remap scroll-{up,down} to
350 image-scroll-{up,down}.
351
352 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
353
354 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
355 tpu-mapper command rather than load the tpu-mapper package.
356
357 * emulation/tpu-mapper.el (tpu-mapper): New command.
358 Contains all the code previously at top-level.
359
360 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * bs.el (bs--sort-by-mode, bs--get-mode-name):
363 * imenu.el (imenu-add-to-menubar):
364 * makesum.el (make-command-summary):
365 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
366 * msb.el (msb--mode-menu-cond):
367 * calc/calc-embed.el (calc-do-embedded):
368 * emacs-lisp/helper.el (Helper-describe-mode):
369 * mail/emacsbug.el (report-emacs-bug):
370 * progmodes/hideshow.el (hs-grok-mode-type):
371 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
372 * textmodes/table.el (*table--cell-describe-mode):
373 Pass mode-name through format-mode-line.
374
375 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * progmodes/ada-xref.el (ada-prj-find-prj-file):
378 * progmodes/ada-mode.el (comment-region):
379 * calendar/todo-mode.el (todo-insert-item):
380 * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
381
382 2008-01-04 Richard Stallman <rms@gnu.org>
383
384 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
385 Call byte-compile-warn-about-unresolved-functions outside
386 the with-current-buffer.
387 (byte-compile-insert-header): Use with-current-buffer.
388
389 2008-01-04 Glenn Morris <rgm@gnu.org>
390
391 * startup.el (fancy-about-screen): Remove reference to deleted
392 `fancy-splash-help-echo' variable.
393
394 * version.el (emacs-copyright): Update to 2008.
395
396 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
397 rather than mapcar.
398
399 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
400 change (merge mistake).
401
402 * doc-view.el (doc-view-search-internal): Don't use `incf'.
403
404 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
405 (bookmark-get-bookmark-record):
406 * image-mode.el (bookmark-make-cell-function)
407 (bookmark-get-filename, bookmark-get-bookmark-record)
408 (bookmark-get-position):
409 * log-view.el (vc-modify-change-comment):
410 * progmodes/grep.el (find-name-arg): Declare for compiler.
411
412 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
413
414 * savehist.el (savehist-coding-system): Default to a variant coding
415 system with explicit unix end-of-line conversion, which is safer.
416
417 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
420 * ibuffer.el (mode column): Use format-mode-line.
421
422 * server.el (server-create-window-system-frame): Remove workaround for
423 a bug that has been fixed.
424
425 2008-01-03 Magnus Henoch <magnus@zemdatav>
426
427 * net/dbus.el (dbus-name-owner-changed-handler):
428 Use dbus-unregister-object instead of dbus-unregister-signal.
429
430 2008-01-03 Drew Adams <drew.adams@oracle.com>
431
432 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
433
434 2008-01-03 Richard Stallman <rms@gnu.org>
435
436 * replace.el (occur-context-lines): New subroutine,
437 broken out of occur-engine.
438 (occur-engine): Call it.
439
440 2008-01-03 Alexandre Julliard <julliard@winehq.org>
441
442 * vc-git.el (vc-git--ls-files-state): New function.
443 (vc-git-dir-state): Use it instead of processing the status
444 results here.
445
446 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
447
448 * progmodes/grep.el (grep-find-ignored-directories):
449 Initialize from the value of vc-directory-exclusion-list.
450
451 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
452 even though we don't have a back end for darcs yet.
453
454 2008-01-02 Karl Fogel <kfogel@red-bean.com>
455
456 Change a return type, for greater extensibility. See
457 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
458 and its thread for discussion leading to this change.
459
460 * emacs-cvs/lisp/bookmark.el:
461 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
462 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
463 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
464 (bookmark-bmenu-switch-other-window): Adjust accordingly.
465 (bookmark-make-cell-function): Adjust documentation accordingly.
466
467 * emacs-cvs/lisp/image-mode.el
468 (image-bookmark-jump): Adjust return type accordingly; document.
469
470 * emacs-cvs/lisp/doc-view.el
471 (doc-view-bookmark-jump): Adjust return type accordingly; document.
472
473 2008-01-02 Miles Bader <miles@gnu.org>
474
475 * net/rcirc.el (rcirc-log-filename-function): New variable.
476 (rcirc-log): Use `rcirc-log-filename-function' to generate the
477 log-file name. Don't log anything if it returns nil.
478 (rcirc-log-write): Use `expand-file-name' when merging the
479 log-file name from the alist with rcirc-log-directory; this does
480 the right thing if the name in the alist already an absolute
481 filename. Make the log-file directory if necessary.
482
483 2007-12-29 Richard Stallman <rms@gnu.org>
484
485 * font-lock.el (font-lock-prepend-text-property)
486 (font-lock-append-text-property): Canonicalize the face and
487 font-lock-face properties.
488
489 * faces.el (facep): Doc fix.
490
491 * startup.el (fancy-startup-tail, fancy-about-text)
492 (fancy-startup-text): Regularize format of face property.
493
494 * facemenu.el (list-colors-print): Use :background and :foreground
495 instead of background-color and foreground-color.
496
497 2007-12-29 Drew Adams <drew.adams@oracle.com>
498
499 * cus-edit.el (custom-add-parent-links):
500 Fill the "Parent documentation" text.
501
502 2007-12-29 Eli Zaretskii <eliz@gnu.org>
503
504 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
505 MS-Windows and MS-DOS.
506 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
507
508 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
509
510 * vc-svn.el (vc-svn-modify-change comment): New function.
511
512 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
515 Do not disable undo, with-temp-buffer does it by default.
516
517 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
518
519 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
520 correctly.
521
522 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
523 with vc-state.
524 (vc-next-action): Fix vc-transfer-file call.
525
526 2007-12-31 Tom Tromey <tromey@redhat.com>
527
528 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
529 Move point to the start of the buffer.
530
531 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
532
533 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
534
535 * vc.el: State that dir-state is required to set the vc-state and
536 vc-backend properties.
537
538 2007-12-31 Martin Rudalics <rudalics@gmx.at>
539
540 * man.el (Man-default-man-entry): Make this a defun.
541 Improve guessing mechanism and handling of section numbers.
542
543 2007-12-31 Richard Stallman <rms@gnu.org>
544
545 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
546
547 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
548
549 * calc/calc-units.el (calc-convert-temperature): Ensure that units
550 are on the result even when the result is zero.
551
552 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
553
554 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
555 resistent towards wrong parameters.
556 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
557
558 2007-12-30 Richard Stallman <rms@gnu.org>
559
560 * faces.el (face-all-attributes): New function.
561
562 * faces.el (face-differs-from-default-p): Compute list of attr names
563 from face-attribute-name-alist.
564
565 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
566 (custom-face-save): Likewise.
567 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
568
569 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
570 (custom-theme-set-faces): Clear `face-override-spec' property.
571 Call `face-spec-set' with FOR-DEFFACE.
572
573 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
574
575 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
576 Use of frame as third arg is deprecated.
577 Handle `face-override-spec' property.
578 (face-spec-recalc): New function.
579 (face-spec-set-2): New function.
580 (frame-set-background-mode): Handle `face-override-spec' property.
581 Use `face-spec-recalc'.
582 (face-set-after-frame-default): Use `face-spec-recalc'.
583
584 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
585
586 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
587
588 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
589
590 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
591
592 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
593
594 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
595 'added, 'removed.
596
597 * vc.el (header coment): Better description of dir-state.
598 (vc-compatible-state): New function. Checks whether two states
599 can be in the same changeset; used with 'edited it can test whether
600 the next action for a state should be commit.
601 (vc-default-dired-state-info): Display 'removed state.
602 (vc-dired-hook): Turn off undo, this is a speed tweak.
603
604 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
605
606 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
607 Cope with the possibility that the 'C' status flag might change
608 in 0.9,6.
609
610 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
611
612 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
613
614 * files.el (cd-absolute): Fix omission bug:
615 Make `list-buffers-directory' buffer-local.
616
617 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
618
619 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
620
621 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
622
623 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
624
625 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
626 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
627 (math-yacas-compose-deriv, math-yacas-compose-taylor)
628 (math-maxima-parse-subst, math-maxima-parse-taylor)
629 (math-maxima-compose-taylor, math-maxima-compose-subst)
630 (math-maxima-compose-if, math-lang-switch-args)
631 (math-lang-compose-switch-args, math-read-giac-subscr):
632 New functions.
633 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
634 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
635 Add languages.
636 (math-vector-brackets, math-complex-format, math-variable-table)
637 (math-parse-table, math-oper-table, math-function-table)
638 (math-special-function-table, math-compose-subscr):
639 Add values for new languages.
640
641 * calc/calccomp.el (math-compose-expr): Add new languages.
642
643 * calc/calc.el (calc-language): Add languages to docstring.
644
645 * calc/calc-ext.el (calc-init-extensions): Add keybindings
646 for new languages. Autoload commands to change languages.
647
648 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
649
650 * calc/calc-menu.el (calc-modes-menu): Add new languages.
651 (calc-arithmetic-menu, calc-scientific-function-menu)
652 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
653 (calc-units-menu, calc-variables-menu, calc-stack-menu):
654 Add :active keywords.
655
656 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
657
658 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
659 returns 'ignored or 'unregistered.
660 (vc-hg-state): Pass "-A" to the status command and deal with the
661 output.
662 (vc-hg-dir-state): Pass "-A" to the status command.
663
664 2007-12-29 Richard Stallman <rms@gnu.org>
665
666 * progmodes/compile.el (compilation-start): Set initial visible
667 point properly even when compilation buffer already current.
668
669 2007-12-29 Richard Stallman <rms@gnu.org>
670
671 * files.el (conf-mode-maybe): New function.
672 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
673
674 2007-12-29 Martin Rudalics <rudalics@gmx.at>
675
676 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
677
678 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
679
680 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
681
682 2007-12-29 Richard Stallman <rms@gnu.org>
683
684 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
685 so they never do EOF.
686
687 2007-12-29 Richard Stallman <rms@gnu.org>
688
689 * faces.el (copy-face): Create the new face explicitly if it
690 does not exist already.
691
692 2007-12-29 Eli Zaretskii <eliz@gnu.org>
693
694 * simple.el (minibuffer-history, shell-command-history)
695 (set-variable-value-history):
696 * replace.el (regexp-history):
697 * international/mule-cmds.el (input-method-history):
698 * files.el (file-name-history): Add reference to history-length in
699 the doc string.
700
701 2007-12-29 Richard Stallman <rms@gnu.org>
702
703 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
704
705 2007-12-29 Jason Rumney <jasonr@gnu.org>
706
707 * find-dired.el (find-name-arg): New custom variable.
708 (find-name-dired): Use it.
709 (find-dired-find-program): Remove.
710 (find-dired): Use find-program.
711 (find-grep-dired): Use grep-program.
712
713 * progmodes/grep.el (rgrep): Use find-name-arg.
714
715 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
716
717 * progmodes/cc-vars.el (defcustom-c-stylevar):
718 Revert to pre-2007-12-12 version.
719
720 2007-12-29 Richard Stallman <rms@gnu.org>
721
722 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
723
724 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
725 Use changed.
726
727 * startup.el (fancy-splash-help-echo): Var deleted.
728 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
729 (fancy-about-screen): Don't display fancy-splash-help-echo.
730
731 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
732
733 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
734
735 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
736 to vc-hooks.el so it will be available to other modes, such as
737 speedbar.el. Also, teach it to recognize monotone state directories.
738
739 * speedbar.el: Remove this mode's fragile assumptions about
740 version-control systems. Instead, make it use logic from
741 vc-hooks.el so it will become smarter whenever VC mode does.
742
743 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
744 Fix the documentation.
745
746 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
747 Modify all instances of the dir-state back-end method to suppress
748 keeping undo lists on the buffers holding status output, which
749 can get extremely large.
750
751 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
752 so they don't do work that the default one can do instead.
753
754 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
755 states, and the new return-value convention. These are not
756 actually used yet, just set.
757
758 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
759 states when appropriate.
760
761 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
762 'unregistered when appropriate.
763
764 * vc-git.el: Document that we don't set the new states yet.
765
766 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
767 'ignored states.
768
769 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
770 appropriate.
771
772 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
773 when appropriate.
774
775 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
776
777 * thumbs.el (thumbs-call-convert): Use call-process directly
778 with thumbs-conversion-program instead of through shell-file-name
779 for better error reporting.
780
781 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
782
783 * calc/calc-aent.el (math-remove-percentsigns):
784 * calc/calccomp.el (math-to-percentsigns): Change placeholder
785 for percent signs.
786
787 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
788
789 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
790 use completion-ignored-extensions to detect files that should be
791 ignorted in VC-Dired listings, heading off lots of expensive calls
792 to (vc-state).
793
794 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
795 non-terse mode.
796 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
797 Makefile.in or Makefile.am
798
799 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
800
801 * ps-print.el (ps-mark-active-p): Fun returned back.
802 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
803 `region-active-p' for error checking.
804
805 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
806
807 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
808 Put new machinery in place to support editing of change comments
809 with 'e' in a log-view buffer. Not documented yet as this
810 only works for SCCS, RCS, and maybe CVS if you have admin
811 privileges. When we have backend support for Subversion and
812 more modern systems it will be time to write this up.
813
814 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
815
816 * international/mule-cmds.el (select-safe-coding-system):
817 When a buffer is modified, cancel the writing.
818
819 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
820
821 * log-view.el: Add Subversion and Mercurial log format samples.
822
823 * vc.el (vc-dired-hook): Significantly speed up by arranging for
824 it to call the backend dir-state hook (if it exists)
825 exactly *once*, rather than once per each subdirectory (with
826 dired-state-info calls on all toplevel files slowing it down even
827 further). For this to work, backend dir-state methods have to
828 recurse to subdirectories. Most of them already did anyway; a few
829 needed *non*-recursion switches removed. This change mostly
830 removed code that was perversely bad and should have been shot
831 through the head years ago.
832
833 * vc-bzr.el (vc-bzr-dir-state):
834 * vc-cvs.el (vc-cvs-dir-state):
835 * vc-mcvs.el (vc-mcvs-dir-state):
836 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
837
838 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
839 multiple arguments, so generate logs sequentially when we get them.
840 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
841 headers so the various log bindings can do the right thing.
842 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
843
844 2007-12-26 Andreas Schwab <schwab@suse.de>
845
846 * font-lock.el (save-buffer-state): Make sure the state of the
847 buffer is always restored.
848
849 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
850
851 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
852
853 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
854 a variable.
855
856 * calc/calccomp.el (math-to-percentsigns): New function.
857 (math-compose-var): Handle variables with percent signs.
858 (math-compose-expr): Handle function names with percent signs.
859
860 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
861 (math-read-exprs): Handle percent signs in languages that
862 allow them.
863 (math-restore-underscores): Remove function.
864 (math-remove-percentsigns, math-restore-placeholders):
865 New functions.
866
867 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
868
869 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
870 of `mark' for error checking.
871
872 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
873
874 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
875 New functions.
876 (image-mode): Set bookmark-make-cell-function appropriately.
877
878 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
879
880 * bookmark.el (bookmark-make-cell-function): New variable.
881 (bookmark-make): Call bookmark-make-cell-function's function
882 instead of bookmark-make-cell.
883 (bookmark-get-handler, bookmark-jump-internal): New functions.
884 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
885 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
886 Use bookmark-jump-internal.
887 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
888
889 * doc-view.el (doc-view-bookmark-make-cell)
890 (doc-view-bookmark-jump): New functions.
891 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
892
893 2007-12-25 Miles Bader <miles@gnu.org>
894
895 * indent.el (indent-for-tab-command): Rigidly indent the following
896 sexp along with the current line when a prefix arg is given in the
897 non-active-region case. Specify raw prefix in interactive spec.
898 Simplify main indentation logic to get rid of the conditional call
899 to `indent-according-to-mode' (it just ended up calling
900 `indent-line-function' in all cases anyway, which can be done more
901 simply here). Remove unnecessary test of ARG in active region case.
902
903 2007-12-25 Richard Stallman <rms@gnu.org>
904
905 * allout.el (allout-region-active-p): Rename from my-region-active-p.
906 Use `use-region-p'.
907 (allout-write-file-hook-handler): Simplify code.
908
909 * ps-print.el (ps-mark-active-p): Function deleted.
910 (ps-print-preprint-region): Use (mark) for the error check.
911
912 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
913
914 * winner.el (winner-active-region): Use `mark-active' if it's defined.
915
916 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
917
918 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
919
920 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
921
922 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
923
924 * progmodes/cc-defs.el (c-region-is-active-p):
925 Use `mark-active' if it's defined.
926
927 * progmodes/cc-cmds.el (c-indent-line-or-region):
928 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
929
930 * simple.el (select-active-regions): New option.
931 (set-mark): Obey it.
932 (yank-pop-change-selection): New option.
933 (current-kill): Obey it.
934
935 * simple.el (use-region-p): Rename from `region-active-p'.
936 (region-active-p): New function.
937
938 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
939
940 * term/x-win.el (x-select-enable-primary): New option.
941 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
942
943 * mouse.el (mouse-yank-primary): New function (almost same
944 as mouse-yank-secondary).
945
946 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * calculator.el:
949 * dframe.el:
950 * iswitchb.el:
951 * whitespace.el:
952 * winner.el:
953 * emacs-lisp/checkdoc.el:
954 * mail/feedmail.el:
955 * net/quickurl.el:
956 * obsolete/fast-lock.el:
957 * play/5x5.el:
958 * progmodes/delphi.el:
959 * progmodes/idlw-shell.el:
960 * progmodes/idlwave.el:
961 * textmodes/artist.el:
962 * textmodes/ispell.el:
963 * textmodes/texinfmt.el:
964 * textmodes/texinfo.el: Remove obsolete definitions of backward
965 compatibility macros for defcustom, defgroup, defface, when,
966 unless, with-current-buffer and with-temp-message.
967
968 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
969
970 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
971
972 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
975 indeed a process.
976
977 2007-12-23 Richard Stallman <rms@gnu.org>
978
979 * simple.el (region-active-p): New function.
980 (use-empty-active-region): New variable.
981
982 * dired-aux.el (dired): Load dired.el at run time too.
983
984 2007-12-23 Juri Linkov <juri@jurta.org>
985
986 * man.el (Man-follow-manual-reference): Fill the minibuffer's
987 default list with a full list of references.
988
989 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
990
991 2007-12-23 Andreas Schwab <schwab@suse.de>
992
993 * files.el (switch-to-buffer-other-frame): Return the buffer
994 switched to.
995
996 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
997
998 Sync with Tramp 2.1.12.
999
1000 * net/tramp.el: New todo item.
1001
1002 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1003 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1004
1005 * net/trampver.el: Update release number.
1006
1007 2007-12-22 Richard Stallman <rms@gnu.org>
1008
1009 * newcomment.el (comment-region-default): Don't triple the
1010 comment starter if the first region line isn't indented enough.
1011
1012 2007-12-21 Martin Rudalics <rudalics@gmx.at>
1013
1014 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1015 specifier from format-string. Reported by Ye Wenbin.
1016
1017 2007-12-20 Jason Rumney <jasonr@gnu.org>
1018
1019 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1020 Parent group is font-lock-faces.
1021 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1022 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1023 (nxml-version): Remove.
1024 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1025 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1026 (nxml-processing-instruction-delimiter)
1027 (nxml-processing-instruction-target)
1028 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1029 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1030 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1031 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1032 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1033 (nxml-attribute-prefix, nxml-attribute-colon)
1034 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1035 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1036 (nxml-attribute-value, nxml-attribute-value-delimiter)
1037 (nxml-namespace-attibute-value)
1038 (nxml-namespace-attribure-value-delimiter)
1039 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1040 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1041 (nxml-glyph): Rename, removing -face suffix.
1042 Inherit from existing font-lock faces.
1043 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1044 Use new face names.
1045
1046 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1047 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1048 Rename, removing -face suffix.
1049 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1050 (nxml-highlighted-colon, nxml-highlighted-slash)
1051 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1052 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1053 (nxml-highlighted-qname, nxml-outline-display-heading):
1054 Use new face names.
1055
1056 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1057
1058 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1059
1060 2007-12-19 Martin Rudalics <rudalics@gmx.at>
1061
1062 * cus-start.el (all): Use correct group name for members of
1063 mode-line group.
1064
1065 * man.el (Man-default-man-entry): When looking for default man
1066 entry title search text preceding point. Use when instead of if.
1067
1068 * indent.el (indent-for-tab-command): Fix doc-string typo.
1069
1070 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1071 vc-parent-buffer is the current buffer.
1072
1073 * info-look.el (info-lookup, info-lookup-setup-mode)
1074 (info-lookup-make-completions): Avoid clobbering Info-history and
1075 Info-history-list.
1076
1077 2007-12-19 Glenn Morris <rgm@gnu.org>
1078
1079 * progmodes/verilog-mode.el (top-level): Don't require compile.
1080 (compilation-error-regexp-alist, compilation-last-buffer):
1081 Define for compiler.
1082 (verilog-insert-1): New function.
1083 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1084 Use verilog-insert-1.
1085 (verilog-surelint-off): Use next-error-last-buffer if bound.
1086 Check compile buffer is live.
1087
1088 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
1089
1090 * progmodes/compile.el (compilation-start): Don't pass a FRAME
1091 argument to display-buffer.
1092
1093 2007-12-19 Jason Rumney <jasonr@gnu.org>
1094
1095 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1096 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1097 (rng-byte-compile-load, rng-write-version): Remove.
1098
1099 * nxml/rng-loc.el (rng-schema-locating-files-default)
1100 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1101 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1102
1103 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * files.el (cd-absolute): Set `list-buffers-directory' in order to
1106 show correct path in buffer list.
1107
1108 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1109 (tramp-find-shell): Send only single prompt setting commands, in
1110 order to avoid double-prompt.
1111
1112 * net/tramp-compat.el (top): Require cl only when compiling.
1113 Reported by Glenn Morris <rgm@gnu.org>.
1114
1115 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1116
1117 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1118 (c-comment-continuation-stars): No longer declare with
1119 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1120 (c-block-comment-prefix): Use symbol-value to
1121 access c-comment-continuation-stars.
1122 * progmodes/cc-mode.el (c-initialize-cc-mode):
1123 Use symbol-value to access c-comment-continuation-stars.
1124
1125 2007-12-18 Mark A. Hershberger <mah@everybody.org>
1126
1127 * xml.el (xml-escape-string): New function. Escape string using
1128 xml-entity-alist.
1129 (xml-debug-print-internal): Use xml-escape-string to escape
1130 characters in attributes and in text children of elements.
1131
1132 2007-12-18 Glenn Morris <rgm@gnu.org>
1133
1134 * progmodes/cc-subword.el (c-subword-mode): Drop support for
1135 systems without define-minor-mode.
1136
1137 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1138
1139 * progmodes/verilog-mode.el: Replace all instances of
1140 string-to-int with string-to-number, insert-string with insert,
1141 and read-input with read-string.
1142 (top-level): No need to require imenu, reporter, dinotrace, vc,
1143 font-lock when compiling. Always require compile. Relegate remaining
1144 compatibility cruft to XEmacs. Don't require font-lock.
1145 (verilog-version): Remove superfluous concat.
1146 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1147 No need to define.
1148 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1149 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1150 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1151 (verilog-startup-message-displayed): These are variables, not constants.
1152 (verilog-batch-execute-func, verilog-auto-inst)
1153 (verilog-auto-inst-param): Use mapc rather than mapcar.
1154 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1155 actually defining.
1156 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1157 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1158 (verilog-modi-get-inputs, verilog-modi-get-wires)
1159 (verilog-modi-get-regs, verilog-modi-get-assigns)
1160 (verilog-modi-get-consts, verilog-modi-get-gparams)
1161 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1162 (verilog-modi-get-sub-inputs): Move inline functions earlier in
1163 the file.
1164 (sigs-in, sigs-out): Don't declare multiple times.
1165 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1166 `defvar'.
1167 (verilog-auto): Call dinotrace-unannotate-all only if bound.
1168 (verilog-module-inside-filename-p): No need to wrap fboundp test
1169 in condition-case.
1170 (reporter-submit-bug-report): Autoload it.
1171 (verilog-mark-defun): Call zmacs-activate-region only if bound.
1172 (verilog-font-customize): Call customize-apropos only if bound.
1173 (verilog-getopt-flags, verilog-auto-reeval-locals):
1174 Use make-local-variable rather than make-variable-buffer-local.
1175 (verilog-company, verilog-project, verilog-modi-cache-list):
1176 Move make-variable-buffer-local calls to top-level.
1177 (font-lock-defaults-alist): Don't define it.
1178 (verilog-need-fld): Remove.
1179 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1180 (verilog-mode): Only call make-local-hook on XEmacs.
1181 Set font-lock-defaults rather than using verilog-font-lock-init.
1182
1183 2007-12-17 Andreas Schwab <schwab@suse.de>
1184
1185 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1186 Fix comment typo.
1187
1188 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * net/dbus.el (dbus-name-owner-changed-handler):
1191 Use `dbus-unregister-signal' for removing old rules.
1192 Obey new structure of `dbus-registered-functions-table'.
1193
1194 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
1195
1196 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1197
1198 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1199
1200 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1201 function.
1202 (add-submenu): Only define for XEmacs.
1203 (verilog-regexp-words): Revert previous change, keep the other
1204 definition.
1205
1206 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1207
1208 * progmodes/perl-mode.el (perl-continued-statement-offset)
1209 (perl-continued-brace-offset, perl-brace-offset)
1210 (perl-brace-imaginary-offset, perl-label-offset):
1211 * progmodes/cperl-mode.el (cperl-brace-offset)
1212 (cperl-continued-brace-offset, cperl-label-offset)
1213 (cperl-continued-statement-offset)
1214 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1215 Add safe-local-variable properties.
1216
1217 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 * progmodes/verilog-mode.el (verilog-mode-map)
1220 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1221 (verilog-colorize-include-files): Use only overlay functions so
1222 that it can work on both emacs and XEmacs.
1223 (set-extent-keymap): Remove unused defun.
1224 (verilog-kill-existing-comment, verilog-insert-date)
1225 (verilog-insert-year): Rename in order not to pollute the global
1226 namespace from kill-existing-comment, insert-date and
1227 insert-year, respectively.
1228 (verilog-set-auto-endcomments, verilog-header): Update callers.
1229
1230 * files.el (auto-mode-alist): Recognize verilog files.
1231
1232 * progmodes/verilog-mode.el (verilog-string-replace-matches)
1233 (verilog-string-remove-spaces, verilog-re-search-forward)
1234 (verilog-re-search-backward, verilog-re-search-forward-quick)
1235 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1236 (verilog-get-end-of-line, verilog-within-string): Move definitions
1237 before first use. No code changes.
1238
1239 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * progmodes/verilog-mode.el (verilog-mode-version)
1242 (verilog-mode-release-date): Don't use expanding keywords.
1243 (provide): Move to the end of file.
1244 (fboundp): Don't check if eval-when-compile is bound, it is used
1245 later in the file without checking.
1246 (when, unless): Copy definitions from subr.el.
1247 (char-before, defcustom, defface, customize-group)
1248 (verilog-batch-error-wrapper): Don't use old style backquotes.
1249 (verilog-regexp-opt): Avoid using the cl function case.
1250 (verilog-regexp-words): Remove duplicated definition.
1251 (verilog-mode-abbrev-table): Remove, duplicate.
1252 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1253 Declare and initialize in one step.
1254 (verilog-declaration-prefix-re, verilog-declaration-re)
1255 (verilog-end-of-statement, verilog-indent-declaration)
1256 (verilog-get-lineup-indent): Remove trailing whitespace.
1257 (verilog-mode): Fix autoload cookie.
1258 Set beginning-of-defun-function and end-of-defun-function. Use when
1259 instead of if.
1260 (verilog-emacs-features, verilog-auto-ascii-enum)
1261 (verilog-insert-indices): Escape braces in doc strings.
1262
1263 2007-12-08 Michael McNamara <mac@verilog.com>
1264 Wilson Snyder <wsnyder@wsnyder.org>
1265
1266 * progmodes/verilog-mode.el: New file.
1267
1268 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1269
1270 * international/latexenc.el (latexenc-find-file-coding-system):
1271 If both coding-system-for-write and buffer-file-coding-system of
1272 latex-main-file are nil, use `undecided'.
1273
1274 2007-12-06 Jason Rumney <jasonr@gnu.org>
1275
1276 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1277
1278 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1279
1280 * files.el (revert-buffer): Docstring fix.
1281
1282 2007-12-11 Glenn Morris <rgm@gnu.org>
1283
1284 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1285
1286 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1287
1288 * calc/calc-aent.el (math-restore-underscores)
1289 (math-string-restore-underscores): New functions.
1290 (math-read-factor): Properly check variable names with underscores
1291 for entries in `math-expr-variable-mapping'.
1292
1293 * calc/calc-lang.el (math-lang-name): New property name.
1294
1295 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1296 to set language name.
1297
1298 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1301
1302 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * server.el (server-select-display): Fix important typo.
1305 (server-process-filter): Turn a "" display into nil.
1306
1307 2007-12-09 Juri Linkov <juri@jurta.org>
1308
1309 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1310 Check search-upper-case before calling isearch-no-upper-case-p
1311 to set case-fold-search.
1312 (occur): Doc fix.
1313 (occur-1, perform-replace): Check search-upper-case before calling
1314 isearch-no-upper-case-p to set case-fold-search.
1315
1316 * isearch.el (search-upper-case): Doc fix.
1317 (isearch-mode-map): Bind `M-s o' to isearch-occur.
1318 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
1319 (isearch-query-replace-regexp): Doc fix.
1320 (isearch-occur): New function.
1321
1322 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1323
1324 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1325 backward compatibility.
1326
1327 * net/imap.el (imap-string-to-integer): New function.
1328
1329 2007-12-09 David Kastrup <dak@gnu.org>
1330
1331 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1332 directories. Not sure anybody uses this anymore, though.
1333
1334 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1335
1336 * printing.el: Fix pr-interface-map initialization code.
1337 (pr-version): New version 6.9.3.
1338 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1339 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1340 (pr-f-read-string): Replace by pr-read-string.
1341 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1342 name.
1343 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1344
1345 2007-12-09 Glenn Morris <rgm@gnu.org>
1346
1347 * emulation/viper-init.el (top-level): Use dolist rather than mapc
1348 in make-variable-frame-local call.
1349
1350 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1351
1352 * mail/hashcash.el (declare-function):
1353 * net/imap.el (declare-function): New no-op macro for backward
1354 compatibility.
1355
1356 2007-12-08 Eli Zaretskii <eliz@gnu.org>
1357
1358 Sync makefile.w32-in with Makefile.in.
1359
1360 * makefile.w32-in (check-declare): New target.
1361 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1362 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1363 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1364 ($(lisp)/progmodes/cc-mode.elc): Use it.
1365 ($(lisp)/progmodes/cc-mode.elc): New rule.
1366
1367 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1368
1369 * indent.el (tab-stop-list): Mark as safe-local-variable.
1370
1371 * generic-x.el (etc-sudoers-generic-mode): New mode.
1372 (generic-unix-modes): Add it.
1373
1374 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
1377 apply wildcards in a hash table key; there is no usable hash code then.
1378 (dbus-registered-functions-table): Use `equal' as test function.
1379 (dbus-name-owner-changed-handler): Rewrite due to new hash table
1380 structure.
1381
1382 2007-12-08 Martin Rudalics <rudalics@gmx.at>
1383
1384 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1385 bound error in block comment branch.
1386
1387 2007-12-08 David Kastrup <dak@gnu.org>
1388
1389 * textmodes/reftex.el (reftex-select-with-char):
1390 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1391 (reftex-toc-visit-location, reftex-toc-find-section):
1392 * textmodes/reftex-index.el (reftex-index-show-entry):
1393 * textmodes/org.el (org-cycle-hide-archived-subtrees)
1394 (org-table-rotate-recalc-marks, org-mark-ring-push)
1395 (org-follow-info-link, org-mhe-get-message-folder-from-index)
1396 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1397 (org-evaluate-time-range, org-edit-agenda-file-list):
1398 * textmodes/artist.el (artist-select-next-op-in-list)
1399 (artist-select-prev-op-in-list):
1400 * term/mac-win.el (mac-service-insert-text):
1401 * startup.el (fancy-about-screen):
1402 * progmodes/vhdl-mode.el (vhdl-decision-query):
1403 * progmodes/idlwave.el (idlwave-template)
1404 (idlwave-scroll-completions, idlwave-display-completion-list):
1405 * progmodes/ebrowse.el (ebrowse-show-progress):
1406 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1407 * progmodes/antlr-mode.el (antlr-insert-option-do):
1408 * play/mpuz.el (mpuz-close-game):
1409 * net/rcirc.el (rcirc-next-active-buffer):
1410 * mail/reporter.el (reporter-update-status):
1411 * kmacro.el (kmacro-display):
1412 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1413 * emulation/viper-util.el (viper-save-setting):
1414 * emacs-lisp/lisp-mnt.el (lm-verify):
1415 * emacs-lisp/edebug.el (edebug-set-mode):
1416 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1417 * calendar/calendar.el (calendar-print-day-of-year):
1418 * calc/calcalg3.el (calc-curve-fit):
1419 * calc/calcalg2.el (math-integral):
1420 * calc/calc.el (calc-read-key-sequence, calc-version):
1421 * calc/calc-mode.el (calc-set-simplify-mode):
1422 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1423
1424 2007-12-07 D. Goel <deego3@gmail.com>
1425
1426 * progmodes/idlw-shell.el (idlwave-shell-display-line)
1427 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1428 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1429 * mail/uce.el (uce-reply-to-uce)
1430 * progmodes/vhdl-mode.el (vhdl-template-modify)
1431 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1432 to `error' (as suggested by RMS.)
1433
1434 2007-12-07 Glenn Morris <rgm@gnu.org>
1435
1436 * allout.el (allout-write-file-hook-handler):
1437 * textmodes/reftex.el (reftex-TeX-master-file):
1438 * textmodes/reftex-parse.el (reftex-short-context):
1439 Revert previous change.
1440
1441 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1444 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1445 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1446 (dbus-event-service-name, dbus-event-path-name)
1447 (dbus-event-interface-name, dbus-event-member-name): Fix for new
1448 event structure.
1449 (dbus-list-activatable-names, dbus-list-names)
1450 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1451 Reorder `dbus-call-method' arguments.
1452
1453 2007-12-06 D. Goel <deego3@gmail.com>
1454
1455 * allout.el (allout-write-file-hook-handler):
1456 * textmodes/reftex.el (reftex-TeX-master-file):
1457 * textmodes/org.el (org-paste-subtree):
1458 * progmodes/vhdl-mode.el (vhdl-template-modify):
1459 * progmodes/idlw-shell.el (idlwave-shell-send-command)
1460 (idlwave-shell-display-line):
1461 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1462 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1463 * net/trampver.el (x):
1464 * mail/uce.el (uce-reply-to-uce):
1465 * mail/rmailout.el (rmail-output):
1466 * mail/feedmail.el (feedmail-dump-message-to-queue):
1467 * whitespace.el (whitespace-write-file-hook):
1468 * wdired.el (wdired-check-kill-buffer):
1469 * vc.el (vc-update):
1470 * vc-mcvs.el (vc-mcvs-checkin):
1471 * vc-cvs.el (vc-cvs-checkin):
1472 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1473 * ibuffer.el (ibuffer-current-buffer):
1474 * dired.el (dired-move-to-end-of-filename):
1475 * bindings.el (complete-symbol):
1476 * textmodes/org-publish.el (org-publish-file):
1477 (org-publish-current-project):
1478 * textmodes/reftex-parse.el (reftex-short-context):
1479 * textmodes/texinfmt.el: Fix buggy calls to `error'.
1480
1481 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * doc-view.el (doc-view-dvi->pdf-sentinel)
1484 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1485 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1486 within a sentinel or timer.
1487 (doc-view-display): Don't try to display before the requested page
1488 is available, unless told to do so explicitly.
1489 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1490 Force display even if the requested page is not available.
1491
1492 2007-12-06 Richard Stallman <rms@gnu.org>
1493
1494 * help-fns.el (describe-function-1): Call ad-get-advice-info
1495 only on symbols.
1496
1497 2007-12-06 Glenn Morris <rgm@gnu.org>
1498
1499 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1500 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1501 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1502 faces in non-light-background case.
1503
1504 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1505 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1506 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1507 * emulation/vi.el, emulation/viper-cmd.el:
1508 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1509 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1510 * textmodes/fill.el: Remove directory part from filenames in
1511 function declarations.
1512
1513 * dired-aux.el (mailcap-mime-info): Update declaration.
1514
1515 2007-12-05 Richard Stallman <rms@gnu.org>
1516
1517 * wid-edit.el (widget-type): Doc fix.
1518
1519 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1522 Don't match "sub { (...) ... }".
1523
1524 2007-12-05 Richard Stallman <rms@gnu.org>
1525
1526 * international/mule-cmds.el (toggle-input-method-active): New var.
1527 (toggle-input-method): Bind toggle-input-method-active to t.
1528 Error if it was already non-nil.
1529
1530 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1531
1532 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1533
1534 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1535
1536 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1537 see if certs should be verified and what is to be done in the
1538 event of a verification failure.
1539
1540 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1541
1542 * net/tls.el (tls-program): Provide more custom choices from
1543 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
1544 (tls-process-connection-type, tls-success): Remove "*" in doc string.
1545 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1546 version. Minor improvement to doc strings.
1547 (tls-program): Add comment.
1548
1549 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1550
1551 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1552 (tls-checktrust): New variable. Check if GNU TLS complained about a
1553 mismatch between the hostname provided in the certificate and the name
1554 of the host connnecting to.
1555 (open-tls-stream): Use them. Check certificates against trusted root
1556 certificates.
1557
1558 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
1559
1560 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1561 (imap-parse-status): Upcase status-att for broken servers that sends
1562 them lower-case (e.g., MS Exchange 2007).
1563
1564 2007-12-05 D. Goel <deego3@gmail.com>
1565
1566 * simple.el (undo):
1567 * image-dired.el (image-dired-display-thumb-properties):
1568 (image-dired-modify-mark-on-thumb-original-file):
1569 (image-dired-dired-display-properties):
1570 * help.el (help-window-display-message):
1571 * files.el (hack-local-variables-confirm):
1572 * ediff.el (ediff-version):
1573 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1574 `message' and `error': Ensure that first arg is a format string.
1575
1576 * emacs-lisp/find-func.el (find-library-name): Prefer files with
1577 ".el" suffix over "".
1578
1579 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
1580
1581 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1582 interface and member fields.
1583
1584 2007-12-05 Glenn Morris <rgm@gnu.org>
1585
1586 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1587 (pcomplete-here): Autoload it.
1588
1589 * eshell/em-basic.el (print-func): No need to define for compiler.
1590
1591 * eshell/esh-cmd.el (eshell-debug-command):
1592 * eshell/esh-io.el (eshell-print): Move definitions before use.
1593
1594 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1595
1596 * eshell/esh-util.el (top-level): Don't require pp.
1597 Use condition-case rather than ignore-errors.
1598
1599 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1600
1601 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1602 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1603 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1604 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1605 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1606 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1607 * eshell/esh-util.el, eshell/eshell.el: Require individual files
1608 if needed when compiling, rather than esh-maint. Collect any
1609 require statements. Move provide statement to end. Move any
1610 commentary to start.
1611
1612 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1613 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1614 * eshell/esh-proc.el, eshell/esh-var.el:
1615 Require individual files if needed when compiling, rather than
1616 esh-maint. Collect any require statements. Leave provide at start.
1617 Move any commentary to start.
1618
1619 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1620 Remove declared function from byte-compile-noruntime-functions.
1621
1622 * ediff-util.el (ediff-version):
1623 * progmodes/python.el (compilation-shell-minor-mode):
1624 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1625 (calendar-bahai-date-string, calendar-check-holidays)
1626 (calendar-chinese-date-string, calendar-coptic-date-string)
1627 (calendar-ethiopic-date-string, calendar-forward-day)
1628 (calendar-french-date-string, calendar-goto-date)
1629 (calendar-goto-today, calendar-hebrew-date-string)
1630 (calendar-islamic-date-string, calendar-iso-date-string)
1631 (calendar-julian-date-string, calendar-mayan-date-string)
1632 (calendar-persian-date-string, gnus-summary-last-subject)
1633 (parse-time-string, rmail-show-message): Declare as functions.
1634
1635 2007-12-05 Michael Olson <mwolson@gnu.org>
1636
1637 * textmodes/remember.el: Merge contents of remember-diary.el here,
1638 updating header. Add autoload cookie so that byte-compilation
1639 works without warning.
1640 (remember-diary-file): Default to nil, since diary might not yet
1641 be loaded at this point, which would deny us access to diary-file.
1642 (remember-diary-extract-entries): If remember-diary-file is nil,
1643 then use diary-file instead.
1644
1645 * textmodes/remember-diary.el: Remove, due to the issue of needing
1646 the first 8 characters of a filename to be unique.
1647
1648 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * net/dbus.el (dbus-hash-table=): New defun.
1651 (dbus-hash-table-test): New hash table test function, used in
1652 `dbus-registered-functions-table'.
1653 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1654 (dbus-event-service-name, dbus-event-path-name)
1655 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1656 due to new structure of `dbus-event'.
1657
1658 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * ido.el (ido-save-history): Set the `coding' local
1661 variable in the first line of the file.
1662
1663 2007-12-04 Glenn Morris <rgm@gnu.org>
1664
1665 * password-cache.el: Move here from gnus/password.el.
1666 (top-level): Don't require cl when compiling.
1667 (password-read-and-add): Doc fix. Make obsolete.
1668
1669 * net/tramp.el: Require password-cache or password.
1670
1671 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1672 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
1673 compiling.
1674 (cua-set-rectangle-mark): Add doc string to autoload.
1675 (cua--rectangle, cua--last-killed-rectangle)
1676 (cua--global-mark-active): Always define for compiler.
1677 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1678 (cua--delete-rectangle, cua--insert-rectangle)
1679 (cua--rectangle-corner, cua--rectangle-assert)
1680 (cua--insert-at-global-mark, cua--global-mark-post-command):
1681 Declare as functions.
1682
1683 * emulation/cua-gmrk.el (top-level): Move provide to end.
1684
1685 * emulation/cua-rect.el (top-level): Move provide to end.
1686 Don't require cua-gmrk when compiling.
1687 (cua--cut-rectangle-to-global-mark)
1688 (cua--copy-rectangle-to-global-mark): Declare as functions.
1689
1690 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1691 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1692 (viper-vi-state-cursor-color):
1693 Consolidate make-variable-frame-local calls.
1694
1695 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1696 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1697 than bbdb-address-street1,2,3.
1698
1699 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1700 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
1701
1702 2007-12-03 Karl Fogel <kfogel@red-bean.com>
1703
1704 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1705 (save-place-alist-to-file, load-save-place-alist-from-file):
1706 Don't print non-error messages at all, there's really no need.
1707 Do print if there's a problem, and clarify message in that case.
1708
1709 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * ediff-diff.el (ediff-prepare-error-list):
1712 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1713
1714 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
1715
1716 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1717 (doc-view-current-overlay, doc-view-pending-cache-flush):
1718 Add doc string.
1719
1720 2007-12-03 Richard Stallman <rms@gnu.org>
1721
1722 * subr.el (declare-function): Move from byte-run.el.
1723
1724 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1725
1726 * window.el (recenter-top-bottom): Don't use `ecase'.
1727
1728 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1729
1730 * saveplace.el (save-place-alist-to-file):
1731 Set coding-system-for-write once and refer to it throughout.
1732 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1733
1734 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1735
1736 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1737 system when writing, and set it in the first-line file variables.
1738 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1739 Juanma Barranquero.
1740
1741 2007-12-02 Glenn Morris <rgm@gnu.org>
1742
1743 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1744 Reverse branches of if statement.
1745
1746 * emulation/viper-cmd.el (top-level): Don't require advice.
1747 Don't load viper-util, viper-keym, viper-mous, viper-macs,
1748 viper-ex when compiling.
1749
1750 * emulation/viper-ex.el (top-level): Don't load viper-util,
1751 viper-keym when compiling.
1752
1753 * emulation/viper-init.el (top-level): Move provide statement to end.
1754
1755 * emulation/viper-keym.el (top-level): Don't load viper-util when
1756 compiling. Move provide statement to end.
1757
1758 * emulation/viper-macs.el (top-level): Don't load viper-util,
1759 viper-keym, viper-mous when compiling.
1760
1761 * emulation/viper-mous.el (top-level): Don't load viper-util when
1762 compiling.
1763
1764 * emulation/viper-util.el (top-level): Don't load viper-init when
1765 compiling.
1766
1767 * emulation/viper.el (top-level): Don't require ring.
1768 Don't load viper-init, viper-cmd when compiling.
1769
1770 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1771 Move here from gnus/.
1772
1773 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1774
1775 Offer option for saveplace to be quiet about loading and saving.
1776 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1777
1778 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1779 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1780 to determine whether to print loading/saving messages.
1781
1782 2007-12-02 Glenn Morris <rgm@gnu.org>
1783
1784 * mail/binhex.el: Move here from gnus/.
1785 (binhex): New custom group.
1786 (binhex-decoder-program, binhex-decoder-switches)
1787 (binhex-use-external): Move to the binhex custom group.
1788
1789 * mail/uudecode.el: Move here from gnus/.
1790 (uudecode): New custom group.
1791 (uudecode-decoder-program, uudecode-decoder-switches)
1792 (uudecode-use-external): Move to the uudecode custom group.
1793
1794 * net/netrc.el (top-level): Don't load `encrypt' features.
1795 (netrc-parse): Don't use encrypt.
1796 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1797
1798 * progmodes/python.el (top-level): Don't require cl when compiling.
1799
1800 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
1801
1802 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1803 encoding for aspell process and for communication with it.
1804 Only add "-d" option if not already present.
1805 Use ispell-current-dictionary and ispell-current-personal-dictionary.
1806 General reorganization.
1807
1808 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1809 encoding here.
1810 (ispell-start-process): Explicitly set encoding here if using aspell.
1811
1812 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1815 function to log-edit.
1816
1817 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1818
1819 * net/dbus.el: New file.
1820
1821 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
1822
1823 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1824 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1825 (calc-lang-parens-are-subscripts): New variables.
1826 (math-expr-special-function-mapping): Remove variable.
1827 (math-eqn-ignore-words, math-tex-ignore-words)
1828 (math-latex-ignore-words): Move to calc-lang.el.
1829
1830 * calc/calc-lang.el (math-compose-vector, math-compose-var)
1831 (math-tex-expr-is-flat): Declare as functions.
1832 (calc-lang-slash-idiv, calc-lang-allow-underscores)
1833 (math-comp-left-bracket, math-comp-right-bracket)
1834 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1835 (math-var-formatter, math-matrix-formatter)
1836 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1837 (math-punc-table, math-compose-subscr, math-dots)
1838 (math-func-formatter): New property names to store language
1839 specific information.
1840 (math-compose-tex-var, math-compose-tex-intv)
1841 (math-compose-maple-intv, math-compose-eqn-intv)
1842 (math-compose-tex-sum, math-compose-tex-func)
1843 (math-compose-tex-intv): New functions.
1844 (math-eqn-ignore-words, math-tex-ignore-words)
1845 (math-latex-ignore-words): Move from calc.el.
1846 (math-special-function-table): Add entries for tex.
1847 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1848 New variables.
1849 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1850 (math-compose-tex-matrix, math-compose-eqn-matrix)
1851 (math-eqn-special-functions): Move from calccomp.el.
1852
1853 * calc/calccomp.el (math-compose-var): New function.
1854 (math-compose-expr): Allow more special functions to be used.
1855 Change test for formatting fractions. Use variables and property
1856 names to help with language specific formatting.
1857 (math-compose-tex-matrix, math-compose-eqn-matrix)
1858 (math-eqn-special-functions): Move to calc-lang.el.
1859 (math-compose-rows): Use property names to help with language
1860 specific formatting.
1861
1862 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1863 into nested subscripts.
1864 (math-read-token): Use variables and property names to help with
1865 language specific parsing.
1866 (math-read-expression-level): Use variables to help with language
1867 specific parsing.
1868
1869 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1872 (archive-rar-summarize): Allow the file name to be passed as argument.
1873 Remove unused vars `header' and `footer'.
1874 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1875
1876 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * log-edit.el (log-edit-show-diff): New function.
1879 (log-edit-mode-map, log-edit-menu): Bind it.
1880 (log-edit-diff-function): New variable.
1881 (log-edit): Change the 3rd param to be an alist and accept a
1882 function that computes a diff for the files involved.
1883
1884 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1885
1886 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1887
1888 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1889 wrap next-/previous-line in with-no-warnings.
1890
1891 2007-12-01 Glenn Morris <rgm@gnu.org>
1892
1893 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1894
1895 * net/dig.el: Move here from gnus/.
1896 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1897
1898 * net/dns.el: Move here from gnus/.
1899 (top-level): Don't require mm-util, or cl when compiling.
1900 (dns-write-name, dns-read, dns-read-type, query-dns):
1901 Replace mm-with-unibyte-buffer with its expansion.
1902 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1903
1904 * progmodes/gdb-ui.el (gud-remove, gud-break):
1905 * progmodes/gud.el (gdb-create-define-alist)
1906 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1907 (hl-line-highlight, gdb-display-source-buffer)
1908 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1909 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1910
1911 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1914 Move args on defun line.
1915
1916 * textmodes/org.el (org-calendar-holiday):
1917 Use calendar-check-holidays instead of the obsolete
1918 check-calendar-holidays.
1919 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1920 (bbdb-company, bbdb-current-record, bbdb-name)
1921 (bbdb-record-getprop, bbdb-record-name)
1922 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1923 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1924 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1925 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1926 (mh-header-display, mh-index-previous-folder)
1927 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1928 (mh-show-buffer-message-number, mh-show-header-display)
1929 (mh-show-msg, mh-show-show, mh-visit-folder)
1930 (org-export-latex-cleaned-string, remember)
1931 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1932 (rmail-what-message, elmo-folder-exists-p)
1933 (elmo-message-entity-field, elmo-message-field)
1934 (vm-beginning-of-message, vm-follow-summary-cursor)
1935 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1936 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1937 (vm-summarize, wl-folder-get-elmo-folder)
1938 (wl-summary-goto-folder-subr)
1939 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1940 (wl-summary-line-subject, wl-summary-message-number)
1941 (wl-summary-redisplay): Declare as functions.
1942
1943 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1944
1945 * longlines.el (longlines-show-hard-newlines): Remove handling of
1946 buffer-undo-list and buffer-modified status.
1947 (longlines-show-region, longlines-unshow-hard-newlines):
1948 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1949 inhibit-modification-hooks here to avoid that a buffer appears
1950 modified when toggling visibility of hard newlines.
1951
1952 2007-11-30 Glenn Morris <rgm@gnu.org>
1953
1954 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1955
1956 * progmodes/idlw-complete-structtag.el
1957 (idlwave-sintern-structtag):
1958 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1959 (idlwave-sintern-sysvartag):
1960 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1961 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1962 functions.
1963
1964 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1965
1966 * textmodes/reftex-index.el (texmathp):
1967 * textmodes/reftex-auc.el (TeX-argument-insert)
1968 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1969 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1970 (LaTeX-label-list):
1971 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1972 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1973 functions.
1974 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1975
1976 2007-11-30 Glenn Morris <rgm@gnu.org>
1977
1978 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1979 argument and document it.
1980
1981 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1982 Third argument to declare-function must be a list to specify arglist.
1983
1984 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1985 Handle declare-function third argument `t' and fourth argument.
1986 (check-declare-verify): Doc fix. Handle `fileonly' case.
1987 Use progn rather than prog1.
1988
1989 * desktop.el (uniquify-item-base):
1990 * term/mac-win.el (url-type): Declare as functions.
1991
1992 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1993 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1994 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1995 fourth arg to declare-function.
1996
1997 * play/dunnet.el: Don't require cl when compiling.
1998 (byte-compile-warnings): Set via file local variables.
1999 (dun-parse): Let-bind `beg' and `line'.
2000
2001 2007-11-29 Alexandre Julliard <julliard@winehq.org>
2002
2003 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2004
2005 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2006
2007 * calendar/time-date.el (encode-time-value): Doc fix.
2008
2009 2007-11-29 Glenn Morris <rgm@gnu.org>
2010
2011 * calendar/time-date.el (with-decoded-time-value): Doc fix.
2012
2013 * textmodes/css-mode.el (prog-mode): Remove.
2014 (css-mode): Derive from fundamental-mode rather than prog-mode.
2015
2016 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2017
2018 * emacs-lisp/check-declare.el (check-declare-locate)
2019 (check-declare-verify): Handle `external' files.
2020 (check-declare-errmsg): New function.
2021 (check-declare-verify, check-declare-file, check-declare-directory):
2022 Use check-declare-errmsg to report the number of problems.
2023
2024 * ffap.el (w3-view-this-url)
2025 * mail/mspools.el (vm-visit-folder)
2026 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2027 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2028 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2029 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2030 (bbdb-records)
2031 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2032 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2033 (sasl-make-client, sasl-next-step, sasl-step-data)
2034 (sasl-step-set-data)
2035 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2036 (htmlr-step): Declare as functions.
2037
2038 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2039 Use bbdb-address-zip rather than bbdb-address-zip-string.
2040
2041 2007-11-28 Richard Stallman <rms@gnu.org>
2042
2043 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2044 Move here from gnus/.
2045
2046 2007-11-28 Martin Rudalics <rudalics@gmx.at>
2047
2048 * newcomment.el (comment-region-internal): Fix newline insertion
2049 in `block' case.
2050
2051 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2054
2055 2007-11-28 Glenn Morris <rgm@gnu.org>
2056
2057 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2058 delete .elc files.
2059
2060 * nxml/char-name/unicode: Move to etc/nxml/.
2061 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2062
2063 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2064 Declare as a function.
2065
2066 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2067 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2068 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2069
2070 * nxml/nxml-outln.el (nxml-token-start-tag-p)
2071 (nxml-token-end-tag-p): Move definitions before use.
2072
2073 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2074
2075 * nxml/nxml-uchnm.el (top-level)
2076 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2077 (nxml-enabled-unicode-blocks): Add custom group.
2078
2079 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2080 Use string-to-number rather than string-to-int.
2081
2082 * dired-x.el (dired-omit-old-add-entry): Declare as function.
2083 Move definition before use.
2084 (dired-old-find-buffer-nocreate): Declare as function.
2085
2086 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2087 (check-declare-verify): Handle fset.
2088
2089 * emulation/edt.el (edt-user-emulation-setup):
2090 Test edt-setup-user-bindings is bound before calling.
2091
2092 * emulation/tpu-edt.el: Don't require cl when compiling.
2093 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2094 (tpu-edt-off): Use condition-case rather than ignore-errors.
2095 Use with-no-warnings.
2096
2097 * eshell/esh-util.el (top-level): Use require rather than load for
2098 ange-ftp.
2099
2100 * mail/supercite.el (sc-version): Redefine as an alias for
2101 emacs-version.
2102 (sc-help-address): Remove.
2103 (sc-version): Use emacs-version rather than sc-version.
2104 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2105
2106 * net/socks.el (socks-original-open-network-stream): Declare as
2107 function. Move definition before use.
2108
2109 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2110
2111 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2112 (math-make-frac): Declare as functions.
2113
2114 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
2115
2116 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2117 Pacify byte compiler.
2118 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2119
2120 * progmodes/idlwave.el (idlwave-shell-get-path-info)
2121 (idlwave-shell-temp-file, idlwave-shell-is-running)
2122 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2123 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2124 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2125 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2126 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2127 (idlwave-completing-read, idlwave-current-routine)
2128 (idlwave-downcase-safe, idlwave-entry-find-keyword)
2129 (idlwave-expand-keyword, idlwave-find-class-definition)
2130 (idlwave-find-inherited-class, idlwave-find-struct-tag)
2131 (idlwave-get-buffer-visiting, idlwave-in-quote)
2132 (idlwave-make-full-name, idlwave-members-only)
2133 (idlwave-popup-select, idlwave-routine-source-file)
2134 (idlwave-routines, idlwave-sintern-class)
2135 (idlwave-sintern-keyword, idlwave-sintern-method)
2136 (idlwave-sintern-routine-or-method)
2137 (idlwave-substitute-link-target, idlwave-sys-dir)
2138 (idlwave-this-word, idlwave-what-module-find-class)
2139 (idlwave-where):
2140 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2141 * mail/uce.el (rmail-msg-is-pruned)
2142 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2143 (rmail-toggle-header):
2144 * mail/sendmail.el (dired-view-file, dired-get-filename):
2145 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2146 (rmail-display-labels, rmail-msgbeg)
2147 (rmail-set-message-deleted-p, rmail-message-labels-p)
2148 (rmail-show-message, mail-comma-list-regexp)
2149 (mail-parse-comma-list):
2150 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2151 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2152 (rfc822-addresses, mail-abbrev-make-syntax-table)
2153 (mail-sendmail-delimit-header, mail-header-end):
2154 * mail/hashcash.el (message-narrow-to-headers-or-head)
2155 (message-fetch-field, message-goto-eoh)
2156 (message-narrow-to-headers):
2157 * vc.el (view-mode-exit): Declare as functions.
2158
2159 * mail/vms-pmail.el:
2160 * vmsproc.el:
2161 * vms-patch.el: Don't byte compile these files, they don't work.
2162
2163 2007-11-27 Glenn Morris <rgm@gnu.org>
2164
2165 * calc/calc-ext.el (math-read-big-rec):
2166 * calc/calc-nlfit.el (math-map-binop):
2167 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2168
2169 * eshell/eshell.el (eshell-report-bug): Add version number of
2170 obsolescence.
2171
2172 * emulation/viper.el, emulation/viper-util.el,
2173 emulation/viper-macs.el, emulation/viper-keym.el,
2174 emulation/viper-ex.el, emulation/viper-cmd.el:
2175 Load viper-*.el files silently.
2176
2177 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2178 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2179 Load ediff-*.el files silently.
2180
2181 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
2182 compiling.
2183 (Info-goto-node): Declare as a function.
2184
2185 * ediff-init.el: Don't load ange-ftp when compiling.
2186 * ediff-util.el: Don't load reporter when compiling.
2187
2188 * ediff-wind.el (ediff-display-pixel-width)
2189 (ediff-display-pixel-height):
2190 * generic-x.el (ini-generic-mode):
2191 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2192 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2193 (ps-mule-initialize, ps-mule-begin-job):
2194 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2195 (mark-calendar-days-named):
2196 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2197 (add-to-diary-list, diary-name-pattern)
2198 (mark-calendar-days-named):
2199 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2200 (mark-calendar-days-named):
2201 * calendar/cal-x.el (make-fancy-diary-buffer):
2202 * calendar/holidays.el (calendar-absolute-from-julian):
2203 * calendar/todo-mode.el (calendar-current-date):
2204 * calendar/cal-menu.el (calendar-increment-month)
2205 (calendar-month-name, extract-calendar-year)
2206 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2207 (calendar-current-date, calendar-cursor-holidays)
2208 (calendar-date-string, insert-diary-entry, calendar-set-mark)
2209 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2210 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2211 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2212 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
2213 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
2214 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
2215 (calendar-day-of-year-string, calendar-iso-date-string)
2216 (calendar-julian-date-string, calendar-astro-date-string)
2217 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
2218 (calendar-persian-date-string, calendar-bahai-date-string)
2219 (calendar-islamic-date-string, calendar-chinese-date-string)
2220 (calendar-coptic-date-string, calendar-ethiopic-date-string)
2221 (calendar-french-date-string, calendar-mayan-date-string)
2222 (calendar-print-chinese-date, calendar-goto-date):
2223 Declare as functions.
2224
2225 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
2226 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2227
2228 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
2229 aliases for report-emacs-bug.
2230 (gnus-summary-select-article, gnus-configure-windows): Declare as
2231 functions.
2232
2233 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
2234 compiler.
2235
2236 * pgg.el (pgg-clear-string): Declare as a function.
2237 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
2238 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2239
2240 * emacs-lisp/check-declare.el (check-declare-locate):
2241 Handle compressed files.
2242 (check-declare-verify): Handle define-generic-mode,
2243 define-global(ized)-minor-mode, define-obsolete-function-alias.
2244
2245 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
2246
2247 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2248 algebraic modes.
2249
2250 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2251 (math-is-true, calc-explain-why, calc-alg-edit)
2252 (math-composite-inequalities, math-flatten-lands)
2253 (math-multi-subst, calcFunc-vmatches, math-simplify)
2254 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2255 (math-read-string, math-read-brackets, math-read-angle-brackets):
2256 Declare as functions.
2257
2258 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2259 (calc-fit-bell-shaped-logistic-curve)
2260 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2261 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2262 (math-max-list): Declare as functions.
2263 (math-map-binop): New function.
2264 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2265
2266 * calc/calc.el (calc-set-language, calc-edit-finish)
2267 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2268 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2269 (math-lessp, calc-embedded-finish-command)
2270 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2271 (calc-push-list-in-macro, calc-replace-selections)
2272 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2273 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2274 (calc-embedded-stack-change, calc-refresh-evaltos)
2275 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2276 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2277 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2278 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2279 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2280 (math-dimension-error, calc-incomplete-error, math-float-fancy)
2281 (math-neg-fancy, math-zerop, calc-add-fractions)
2282 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2283 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2284 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2285 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2286 (math-compose-expr, math-comp-width, math-composition-to-string)
2287 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2288 (math-adjust-fraction, math-format-binary, math-format-radix)
2289 (math-group-float, math-mod, math-format-number-fancy)
2290 (math-format-bignum-fancy, math-read-number-fancy)
2291 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2292 (calc-do-embedded-activate, math-do-defmath)
2293 (calc-load-everything): Declare as functions.
2294
2295 * calc/calc-ext.el (math-clip, math-round, math-simplify)
2296 (math-simplify-extended, math-simplify-units, calc-set-language)
2297 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2298 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2299 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2300 (math-normalize-hms, math-normalize-mod, math-make-sdev)
2301 (math-make-intv, math-normalize-logical-op, math-possible-signs)
2302 (math-infinite-dir, math-calcFunc-to-var)
2303 (calc-embedded-evaluate-expr, math-known-nonzerop)
2304 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2305 (math-format-date, math-vector-is-string, math-vector-to-string)
2306 (math-format-radix-float, math-compose-expr, math-abs)
2307 (math-format-bignum-binary, math-format-bignum-octal)
2308 (math-format-bignum-hex, math-format-bignum-radix)
2309 (math-compute-max-digits): Declare as functions.
2310 (math-provably-realp): Fix typo.
2311
2312 * calc/calc-forms.el (calendar-current-time-zone)
2313 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2314 functions.
2315
2316 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2317
2318 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2319 Declare as functions.
2320
2321 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2322 (math-posp, math-compare, math-bignum, math-compare-bignum):
2323 Declare as functions.
2324
2325 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2326 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2327 (calc-explain-why, calc-clear-command-flag)
2328 (calc-roll-down-with-selections, calc-roll-up-with-selections)
2329 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2330 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2331 (math-trunc-special, math-trunc-fancy, math-floor-special)
2332 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2333 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2334 (math-pow-zero, math-pow-fancy): Declare as functions.
2335
2336 * calc/calc-mode.el (calc-embedded-save-original-modes):
2337 Declare as a function.
2338
2339 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2340 Declare as functions.
2341 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2342 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2343 Replace `mapcar*' by `math-map-binop'.
2344 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2345
2346 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2347 (math-read-expr-level): Declare as functions.
2348
2349 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2350
2351 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2354 end-of-defun-function is called consistently, even for negative
2355 arguments.
2356 (end-of-defun-function): Default to forward-sexp.
2357
2358 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2361
2362 2007-11-26 Glenn Morris <rgm@gnu.org>
2363
2364 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2365 than :suffix.
2366
2367 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2368
2369 2007-11-26 Simon Josefsson <simon@josefsson.org>
2370
2371 * net/imap.el: Move from ../gnus.
2372
2373 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
2374
2375 * doc-view.el (doc-view-mode-p): New function.
2376
2377 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * mail/mspools.el (rmail-get-new-mail):
2380 * mail/reporter.el (mail-position-on-field, mail-text):
2381 * mail/rmail.el (mail-position-on-field, mail-text-start)
2382 (rmail-update-summary):
2383 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2384 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2385 * mail/rmailout.el (rmail-update-summary):
2386 * mail/rmailsort.el (rmail-update-summary):
2387 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2388 (dired-view-file):
2389 * mail/uce.el (mail-strip-quoted-names):
2390 * mail/undigest.el (rmail-update-summary):
2391 * mail/unrmail.el (mail-strip-quoted-names):
2392 * ediff.el (diff-latest-backup-file): Declare as functions.
2393
2394 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2395 (kill-to-end-of-line):
2396 * obsolete/rnews.el (news-set-minor-modes):
2397 Remove non working functions.
2398
2399 2007-11-25 Glenn Morris <rgm@gnu.org>
2400
2401 * eshell/esh-maint.el (top-level): Use require with NOERROR for
2402 pcomplete. Don't mess with load-path.
2403
2404 * eshell/eshell.el (eshell-report-bug-address): Remove.
2405 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2406
2407 2007-11-24 Glenn Morris <rgm@gnu.org>
2408
2409 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2410 (appt-disp-window): Don't require electric.
2411 Simplify minibuffer-avoidance code.
2412 (appt-select-lowest-window): Avoid minibuffer.
2413
2414 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2415 (esh-mode): Require it.
2416 (esh-util): Use require rather than featurep and load.
2417 (eshell): No need to test if eshell-mode is bound; remove obsolete
2418 reference to eshell-auto.
2419 (eshell-command, eshell-command-result): Don't require esh-mode
2420 now that the file does.
2421 (top-level): Move provide statement to the end of the file.
2422 Re-order and update commentary.
2423
2424 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2425
2426 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2427 (vc-annotate-toggle-annotation-visibility): New command.
2428 (vc-annotate-mode-map): Bind "V" to it.
2429 (vc-annotate-mode-menu): Add entry for it.
2430 (vc-annotate-get-time-set-line-props): New func.
2431 (vc-annotate-display-autoscale)
2432 (vc-annotate-display-difference): Use it.
2433
2434 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2435 Also, match one space at end of annotation text, after last paren.
2436
2437 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2440 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
2441 `tramp-completion-mode'.
2442
2443 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2444
2445 * vc-git.el (vc-git-show-log-entry): New func.
2446
2447 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2448 (vc-git-state): Use vc-git--call.
2449 (vc-git-registered, vc-git-working-revision)
2450 (vc-git-previous-revision, vc-git-next-revision)
2451 (vc-git--run-command-string, vc-git-symbolic-commit):
2452 Use vc-git--out-ok.
2453
2454 2007-11-24 Glenn Morris <rgm@gnu.org>
2455
2456 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2457
2458 2007-11-24 Kenichi Handa <handa@m17n.org>
2459
2460 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2461
2462 2007-11-23 David Kastrup <dak@gnu.org>
2463
2464 * server.el (server-process-filter): Use `command-line-args-left'.
2465
2466 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2469
2470 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2473 buffer if the parent buffer is in vc-dired-mode.
2474
2475 2007-11-23 Mark A. Hershberger <mah@everybody.org>
2476
2477 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
2478
2479 2007-11-23 Juri Linkov <juri@jurta.org>
2480
2481 * dired.el (dired-read-dir-and-switches): For C-x d, set the
2482 value for M-n to the visited file name of the current buffer.
2483 Use minibuffer-with-setup-hook to set minibuffer-default to
2484 buffer-file-name inside read-file-name.
2485
2486 * man.el (Man-getpage-in-background): Don't disregard user option
2487 `Man-width' on non-window systems. Remove test for `window-system'
2488 around setting envvar "COLUMNS" depending on the value of `Man-width'.
2489
2490 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2491 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
2492 of "--color=always".
2493
2494 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2497 beginning-of-defun-function.
2498
2499 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2500
2501 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
2502
2503 2007-11-22 Glenn Morris <rgm@gnu.org>
2504
2505 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2506
2507 * emacs-lisp/check-declare.el (check-declare-locate): New function.
2508 (check-declare-scan): Use check-declare-locate.
2509 (check-declare-verify): No longer adjust fnfile, now
2510 check-declare-locate does it.
2511
2512 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2513
2514 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * subr.el (posn-col-row): Make the `default-value' use explicit.
2517
2518 * window.el (balance-windows): Remove unused var `counter'.
2519 (bw-balance-sub): Remove unused var `lastchild'.
2520 (split-window-vertically): Remove unused var `switch'.
2521 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2522
2523 * emacs-lisp/bytecomp.el
2524 (byte-compile-file-form-custom-declare-variable): Simplify.
2525
2526 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2529 Set `show-trailing-whitespace' to nil.
2530
2531 * dired.el (make-symbolic-link):
2532 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2533 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2534 * dired-x.el (make-symbolic-link):
2535 * frame.el (x-initialize-window-system):
2536 * menu-bar.el (x-menu-bar-open):
2537 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2538 (x-store-cut-buffer-internal):
2539 * wdired.el (make-symbolic-link):
2540 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2541 (x-send-client-message):
2542 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2543
2544 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2545
2546 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2547
2548 2007-11-22 Glenn Morris <rgm@gnu.org>
2549
2550 * dos-fns.el (int86):
2551 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2552
2553 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2554
2555 * calendar/holidays.el (holiday-list): Add autoload cookie.
2556
2557 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2558 files relative to src/ directory.
2559 (check-declare-verify): Handle .c files. Warn if could not find
2560 an arglist to check.
2561
2562 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2563
2564 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
2565
2566 * replace.el (occur-mode-map): Add a major mode menu with entries
2567 for all occur operations.
2568
2569 * international/titdic-cnv.el (dos-8+3-filename):
2570 * obsolete/fast-lock.el (msdos-long-file-names):
2571 * frame.el (msdos-mouse-p):
2572 * files.el (msdos-long-file-names, w32-long-file-name):
2573 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2574 (mac-resume-apple-event, mac-font-panel-mode)
2575 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2576 (mac-clear-font-name-table):
2577 * term/pc-win.el (msdos-remember-default-colors)
2578 (w16-set-clipboard-data, w16-get-clipboard-data):
2579 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2580 (set-message-beep):
2581 * net/browse-url.el (w32-shell-execute):
2582 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2583 (w32-get-locale-info, w32-get-valid-locale-ids)
2584 (w32-set-clipboard-data):
2585 * dos-fns.el (int86, msdos-long-file-names):
2586 * dos-w32.el (default-printer-name): Declare as functions.
2587
2588 2007-11-21 Jason Rumney <jasonr@gnu.org>
2589
2590 * emacs-lisp/byte-run.el (declare-function): Return nil.
2591
2592 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2595
2596 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2597
2598 * ps-print.el (ps-lpr-switches): Docstring fix.
2599 (ps-string-list): New fun.
2600 (ps-do-despool): Code fix.
2601
2602 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2605
2606 2007-11-21 Glenn Morris <rgm@gnu.org>
2607
2608 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2609 for now. Handle define-minor-mode, and defalias (with no argument
2610 checking).
2611
2612 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2613
2614 * frame.el (msdos-mouse-p):
2615 * files.el (msdos-long-file-names, w32-long-file-name):
2616 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2617 (mac-resume-apple-event, mac-font-panel-mode)
2618 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2619 (mac-clear-font-name-table):
2620 * term/pc-win.el (msdos-remember-default-colors)
2621 (w16-set-clipboard-data, w16-get-clipboard-data):
2622 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2623 (set-message-beep):
2624 * net/browse-url.el (w32-shell-execute):
2625 * dos-fns.el (int86, msdos-long-file-names):
2626 * dos-w32.el (default-printer-name): Undo previous change.
2627
2628 2007-11-21 Eli Zaretskii <eliz@gnu.org>
2629
2630 * international/mule-cmds.el (set-locale-environment):
2631 Set default-file-name-coding-system _after_ keyboard and terminal
2632 coding systems. This fixes last change.
2633
2634 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2635 one space after "Subject:".
2636
2637 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2640 in order to determine if there's a conflict.
2641
2642 2007-11-21 Richard Stallman <rms@gnu.org>
2643
2644 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2645
2646 * reposition.el (reposition-window):
2647 Binding C-M-l moved to bindings.el.
2648
2649 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2650
2651 * add-log.el (add-change-log-entry-other-window):
2652 Key binding C-x 4 a moved to bindings.el.
2653
2654 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2655 from filecache.el.
2656
2657 * filecache.el: Minibuffer map bindings moved to bindings.el.
2658
2659 2007-11-21 Jason Rumney <jasonr@gnu.org>
2660
2661 * international/mule-cmds.el (set-locale-environment):
2662 Set default-file-name-coding-system from system defaults on Windows.
2663
2664 2007-11-21 Jason Rumney <jasonr@gnu.org>
2665
2666 * term/w32console.el: New term init file for w32 console.
2667
2668 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2669 (x-setup-function-keys): Likewise, replacing top-level key definitions.
2670 (w32-tty-standard-colors): Move to term/w32console.el.
2671
2672 * term/w32-win.el (x-setup-function-keys): Remove.
2673
2674 * term/tty-colors.el (tty-register-default-colors): Remove special
2675 case for w32.
2676
2677 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2678
2679 * frame.el (msdos-mouse-p):
2680 * generic-x.el (w32-shell-name):
2681 * files.el (msdos-long-file-names, w32-long-file-name)
2682 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2683 (dos-8+3-filename, vms-read-directory, view-mode-disable):
2684 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2685 (mac-resume-apple-event, mac-font-panel-mode)
2686 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2687 (mac-clear-font-name-table):
2688 * term/pc-win.el (msdos-remember-default-colors)
2689 (w16-set-clipboard-data, w16-get-clipboard-data):
2690 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2691 (set-message-beep):
2692 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2693 (w32-get-locale-info, w32-get-valid-locale-ids)
2694 (w32-set-clipboard-data):
2695 * help-fns.el (ad-get-advice-info):
2696 * font-lock.el (fast-lock-after-fontify-buffer)
2697 (fast-lock-after-unfontify-buffer, fast-lock-mode)
2698 (lazy-lock-after-fontify-buffer)
2699 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2700 * net/browse-url.el (w32-shell-execute):
2701 * dos-fns.el (int86, msdos-long-file-names):
2702 * dos-w32.el (default-printer-name): Declare as functions.
2703
2704 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2707 Reported by Drew Adams <drew.adams@oracle.com>.
2708
2709 2007-11-20 Jason Rumney <jasonr@gnu.org>
2710
2711 * term/w32-win.el (x-setup-function-keys): Protect against
2712 multiple calls on the same terminal.
2713
2714 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2715
2716 * term/mac-win.el (x-setup-function-keys): Only setup
2717 local-function-key-map if it has not been setup already for the
2718 current frame. Move the suspend-emacs processing here.
2719
2720 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * progmodes/grep.el (xargs-program): New variable.
2723 (grep-compute-defaults): Use it.
2724 (grep-default-command): Doc fix.
2725 (grep, lgrep, rgrep): Reflow docstrings.
2726
2727 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * vc.el (vc-find-revision): Set the parent buffer.
2730 Use when instead of if.
2731
2732 * progmodes/python.el (info-lookup-maybe-add-help):
2733 * progmodes/ps-mode.el (doc-view-minor-mode):
2734 * mail/emacsbug.el (Info-menu, Info-goto-node):
2735 * emulation/viper-keym.el (viper-ex)
2736 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2737 * emulation/viper-cmd.el (widget-type, widget-button-press)
2738 (viper-set-hooks):
2739 * emacs-lisp/tcover-unsafep.el (unsafep-function):
2740 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2741 (ses-load, ses-vector-delete, ses-create-header-string)
2742 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2743 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2744
2745 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2748
2749 2007-11-20 Glenn Morris <rgm@gnu.org>
2750
2751 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2752 for end of function-name. Handle define-derived-mode.
2753
2754 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 * progmodes/idlw-help.el: Require browse-url unconditionally, it
2757 is available by default.
2758 (idlwave-help-browse-url-available): Change default to t.
2759
2760 * emulation/edt.el (defgroup, defcustom): Remove definition.
2761 (eval-when-compile): Remove.
2762 (c-mark-function):
2763 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2764 * textmodes/fill.el (comment-search-forward)
2765 (comment-string-strip):
2766 * progmodes/prolog.el (comint-mode, comint-send-string)
2767 (comint-send-region, comint-send-eof):
2768 * progmodes/dcl-mode.el (imenu-default-create-index-function):
2769 * emulation/viper-util.el (viper-forward-Word):
2770 * emulation/vi.el (c-mark-function):
2771 * emulation/edt-vt100.el (vt100-wide-mode):
2772 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2773
2774 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2777 Still some tuning in case of an echoing shell.
2778 (tramp-send-command): Connection property "remote-echo" is not
2779 persistent; cache key is the process therefore.
2780
2781 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2784 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2785
2786 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2787
2788 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2789 * play/yow.el (doctor-ret-or-read):
2790 * vc-hooks.el (vc-dired-resynch-file):
2791 * vc-hg.el (log-view-get-marked):
2792 * smerge-mode.el (ediff-cleanup-mess):
2793 * pcvs.el (vc-editable-p, vc-checkout):
2794 * pcomplete.el (comint-bol):
2795 * informat.el (texinfo-format-refill):
2796 * ido.el (tramp-tramp-file-p):
2797 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2798 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2799 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2800 functions.
2801
2802 * textmodes/ispell.el (ispell-int-char): Make it a defalias
2803 instead of fset.
2804 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2805
2806 * ido.el (ido-file-internal): Move with-no-warnings to include the
2807 ffap-string-at-point call.
2808
2809 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2810
2811 * vc-hg.el (vc-hg-revision-table): Fix last change.
2812
2813 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2814
2815 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2816 clipboard-yank when the buffer is read-only.
2817
2818 * cus-edit.el (custom-field-keymap): Move to other Custom mode
2819 keymaps such that it's before the definition of Custom-mode-menu.
2820 (Custom-mode-menu): Show it for custom-field-keymap too.
2821
2822 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2823
2824 * progmodes/gdb-ui.el: Update commentary.
2825
2826 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2827
2828 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2829
2830 2007-11-19 Glenn Morris <rgm@gnu.org>
2831
2832 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2833 does not exist, try adding `.el' extension. Also search for defsubsts.
2834
2835 * cus-edit.el (recentf-expand-file-name):
2836 * dired.el (dired-relist-entry):
2837 * subr.el (w32-shell-dos-semantics):
2838 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2839 Declare as functions.
2840
2841 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2844 (prepare-abbrev-list-buffer): Use dolist.
2845 (clear-abbrev-table): Preserve properties.
2846
2847 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2848
2849 * textmodes/texinfmt.el (texinfo-format-printindex):
2850 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2851 Reported on <bug-texinfo@gnu.org>.
2852
2853 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2854
2855 * net/tramp.el (tramp-completion-reread-directory-timeout):
2856 New defcustom.
2857 (tramp-handle-file-name-all-completions): Flush directory contents
2858 from cache regularly.
2859 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2860 (tramp-open-connection-setup-interactive-shell):
2861 Call `tramp-cleanup-connection' via funcall.
2862
2863 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2864 created when copying.
2865
2866 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2869 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2870 * eshell/esh-ext.el (eshell-external-command):
2871 * eshell/esh-cmd.el (require):
2872 * eshell/em-unix.el (eshell-plain-locate-behavior):
2873 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2874 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2875 * eshell/esh-mode.el (characterp, char-int): Remove unused
2876 conditional defaliases.
2877
2878 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2879 Rename from event-matches-key-specifier-p, define unconditionally.
2880 (event-basic-type): Remove unused defalias.
2881 (pcomplete-show-completions):
2882 Use pcomplete-event-matches-key-specifier-p.
2883
2884 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2885
2886 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2887 when saving esh-groups.el.
2888
2889 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2890
2891 * wid-edit.el (widget-default-complete):
2892 * progmodes/flymake.el (flymake-goto-file-and-line):
2893 Fix typo in (doc-)string.
2894
2895 2007-11-17 Glenn Morris <rgm@gnu.org>
2896
2897 * emacs-lisp/byte-run.el (declare-function): New macro.
2898 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2899 New function, byte-hunk-handler for declare-function.
2900 (byte-compile-callargs-warn): Handle declared functions.
2901
2902 * emacs-lisp/check-declare.el: New file.
2903 * Makefile.in (check-declare): New target.
2904
2905 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2906
2907 * subr.el (process-lines): Move here from ../admin/admin.el.
2908 * emacs-lisp/authors.el (authors-process-lines): Remove.
2909 (authors): Use process-lines rather than authors-process-lines.
2910
2911 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2912 Remove these files.
2913
2914 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * emacs-lisp/backquote.el (backquote):
2917 Improve argument/docstring consistency.
2918
2919 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2920 (ring-length, ring-empty-p): Use c[ad]dr.
2921 (ring-plus1): Use `1+'.
2922 (ring-minus1): Use `zerop'.
2923 (ring-remove): Use c[ad]dr. Use `when'.
2924 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2925 (ring-ref): Use `let', not `let*'.
2926 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2927 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2928 (ring-member): Simplify. Doc fix.
2929 (ring-convert-sequence-to-ring): Simplify.
2930
2931 2007-11-17 Juri Linkov <juri@jurta.org>
2932
2933 * dired-aux.el (dired-create-directory): Allow creating
2934 a directory of an arbitrary depth. Add a loop to find the topmost
2935 nonexistent parent dir `new', and call `dired-add-file' on it.
2936 Set the `PARENTS' arg of `make-directory' to t.
2937
2938 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2939
2940 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2941 (math-build-parse-table): Get parse information from math-parse-table.
2942
2943 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * window.el (recenter-last-op): New var.
2946 (recenter-top-bottom): New command.
2947 (global-map): Bind it to C-l.
2948
2949 * abbrev.el (abbrev--write): Fix error in transcription from C.
2950
2951 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2952 (pc-select-ensure-mark): Set mark-active to a special value instead.
2953 Rename from ensure-mark. Update call callers.
2954 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2955 Rewrite. Update all callers.
2956 (pc-selection-mode): Remove redundant var declaration.
2957
2958 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2959
2960 * doc-view.el (doc-view-search-backward, doc-view-search):
2961 Fix assignment to free variable bug.
2962
2963 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2964
2965 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2966 (ensure-mark): Set it.
2967 (maybe-deactivate-mark): New fun.
2968 Use it everywhere instead of (setq mark-active nil).
2969
2970 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2971
2972 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2973 Add check for XEmacs.
2974
2975 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2976
2977 * doc-view.el (doc-view-resolution): Add missing :group.
2978
2979 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * subr.el (make-variable-frame-local):
2982 Fix typo in obsolescence declaration.
2983
2984 2007-11-16 Werner Lemberg <wl@gnu.org>
2985
2986 * files.el (set-auto-mode-1): Check second line for -*- if file
2987 starts with '\" (which is used by man pages to identify needed
2988 troff preprocessors).
2989
2990 2007-11-16 Glenn Morris <rgm@gnu.org>
2991
2992 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2993
2994 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2995
2996 * calc/calc-lang.el (math-oper-table): Fix typo.
2997 Reduce precedence of "/" for TeX.
2998
2999 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3000
3001 2007-11-16 Juri Linkov <juri@jurta.org>
3002
3003 * dired-aux.el (dired-read-shell-command-default): New function.
3004 (dired-read-shell-command): Use its return value for DEFAULT arg.
3005
3006 * replace.el (keep-lines-read-args, occur-read-primary-args):
3007 Use a list of default values for DEFAULT arg of read-from-minibuffer.
3008
3009 * man.el (Man-heading-regexp): Add 0-9.
3010 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
3011
3012 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3015 (doc-view-resolution): New custom var.
3016 (doc-view-pdf/ps->png): Use it.
3017 (doc-view-shrink-factor): New var.
3018 (doc-view-enlarge, doc-view-shrink): New commands.
3019 (doc-view-mode-map): Use them.
3020
3021 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * ediff-wind.el (ediff-window-setup-function):
3024 * simple.el (normal-erase-is-backspace):
3025 * eshell/em-unix.el (eshell/info):
3026 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3027 Fix typos in docstrings.
3028
3029 * emulation/cua-base.el (cua--keymaps-initialized):
3030 Rename from `cua--keymaps-initalized'. Callers changed.
3031 (cua-highlight-region-shift-only): Doc fix.
3032 (cua-paste-pop): Fix typo in docstring.
3033
3034 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * emulation/cua-base.el (cua--pre-command-handler-1):
3037 Use input-decode-map instead of function-key-map.
3038 Use event-modifiers now that it works reliably.
3039
3040 * vc.el (vc-diff-internal): Pop-to-buffer later.
3041
3042 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3043
3044 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3045 did not touch them.
3046
3047 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
3048
3049 * calc/calc-menu.el: New file.
3050 * calc/calc.el (calc-mode): Require calc-menu.
3051
3052 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3055
3056 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
3057
3058 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3059 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3060 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3061 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3062 locations.
3063 (gdb-info-breakpoints-custom, gdb-assembler-custom)
3064 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3065 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3066
3067 2007-11-13 Noah Friedman <friedman@splode.com>
3068
3069 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3070 bindings to remap when `calc-scan-for-dels' is non-nil.
3071
3072 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3075 constant forms.
3076 (byte-compile-nilconstp): New function.
3077 (byte-optimize-cond): Kill subsequent branches when a branch is
3078 know to be taken or not taken.
3079 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3080
3081 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * vc.el (vc-register): Allow registering a file passed as a
3084 parameter instead of just the current buffer.
3085
3086 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
3087
3088 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3089 Check whether the output of "uname -sr" has been changed.
3090
3091 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3092
3093 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3094 patterns from compilation-perl.el and compilation-weblint.el files.
3095
3096 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 * progmodes/compilation-perl.el:
3099 * progmodes/compilation-weblint.el: Disable autoloads, they cause
3100 a bootstrap failure.
3101
3102 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3103 instead of doing "cvs diff" in order to avoid accessing the repository.
3104
3105 2007-11-12 Kevin Ryde <user42@zip.com.au>
3106
3107 * progmodes/compilation-perl.el:
3108 * progmodes/compilation-weblint.el: New files.
3109
3110 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3113 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3114 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3115 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3116 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3117 Rewrite in active voice.
3118
3119 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
3120
3121 * doc-view.el: Add comments about isearch support.
3122
3123 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3124
3125 * vc.el (vc-start-entry): Fix setting the in the case the function
3126 is called from vc-dired. Use when instead of if where appropriate.
3127
3128 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3129
3130 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3131 to be a list.
3132 (ps-begin-job): Error if ps-lpr-switches is not a list.
3133
3134 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3135
3136 * faces.el (face-normalize-spec): Remove function.
3137 (frame-set-background-mode): Undo last change.
3138
3139 2007-11-10 Jason Rumney <jasonr@gnu.org>
3140
3141 * w32-fns.el: Sync charset names with setup-default-fontset.
3142 Append "-1" where second part missing.
3143
3144 2007-11-10 Juri Linkov <juri@jurta.org>
3145
3146 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3147 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
3148
3149 * custom.el (custom-note-var-changed): Remove the `interactive'
3150 spec from this new non-interactive function.
3151
3152 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
3153
3154 * doc-view.el (doc-view-mode-map, doc-view-menu)
3155 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3156 (doc-view-search-backward): New function.
3157 (doc-view-search): Query new regexp if prefix arg is given, else
3158 jump to next/previous match.
3159 (doc-view-mode): Handle compressed files.
3160 (jka-compr): Required for compressed files.
3161
3162 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3163
3164 * replace.el (query-replace-show-replacement): New defcustom.
3165 (perform-replace): Use `match-substitute-replacement' if
3166 `query-replace-show-replacement' is non-nil.
3167
3168 2007-11-10 David Kastrup <dak@gnu.org>
3169
3170 * subr.el (match-substitute-replacement): New function.
3171
3172 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
3173
3174 * files.el (auto-mode-alist): Select org-mode for files with the
3175 extension ".org".
3176
3177 2007-11-10 Martin Rudalics <rudalics@gmx.at>
3178
3179 * help.el (help-window, help-window-point-marker): New variables.
3180 (help-window-select): New option.
3181 (with-help-window): New macro for displaying help windows.
3182 (help-window-display-message, help-window-setup-finish)
3183 (help-window-setup): New functions used for setting up help windows.
3184 (print-help-return-message): Reset help-window to nil.
3185 (view-lossage): Use with-help-window instead of
3186 with-output-to-temp-buffer and move help-window-point-marker after
3187 inserted text.
3188 (describe-bindings, describe-key, describe-mode): Use
3189 with-help-window instead of with-output-to-temp-buffer.
3190
3191 * help-mode.el (help-mode): Set view-exit-action to bury the
3192 buffer instead of fiddling with windows. Simplify code.
3193 (help-mode-finish): When help-window eqs t set it to the selected
3194 window and have with-help-window set up view-return-to-alist.
3195 (help-buffer): Add autoload cookie.
3196
3197 * view.el (view-remove-frame-by-deleting): Change default value to t.
3198 Add autoload cookie.
3199 (view-exit-action, view-file, view-file-other-window)
3200 (view-file-other-frame, view-buffer, view-buffer-other-window)
3201 (view-buffer-other-frame): Rewrite doc strings.
3202 (view-return-to-alist-update): New function to remove stale entries
3203 from view-return-to-alist.
3204 (view-mode-enter): Rewrite doc string and simplify code.
3205 (view-mode-exit): Handle new case 'keep-frame. Don't reset
3206 view-exit-action to nil. Simplify code and rewrite doc string.
3207
3208 * apropos.el (apropos-describe-plist):
3209 * descr-text.el (describe-char):
3210 * disp-table.el (describe-display-table):
3211 * faces.el (list-faces-display, describe-face):
3212 * facemenu.el (list-colors-display):
3213 * help-fns.el (describe-function, describe-variable)
3214 (describe-syntax, describe-categories):
3215 Use with-help-window instead of with-output-to-temp-buffer.
3216
3217 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
3218
3219 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
3220 Optimize (featurep 'emacs) to t.
3221
3222 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
3223 New function.
3224 (byte-compile-maybe-guarded): Use it to also look for bound
3225 symbols inside `and' forms. Comment out non-working code that was
3226 trying to avoid warnings for XEmacs code.
3227
3228 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
3229
3230 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
3231 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
3232 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
3233 (vc-cvs-annotate-command):
3234 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
3235 is bound, it always is.
3236
3237 2007-11-10 Jason Rumney <jasonr@gnu.org>
3238
3239 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3240 setup here from global scope.
3241
3242 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * ido.el (ido-save-history): Save the history file in UTF-8, not
3245 the current filename coding system.
3246
3247 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * simple.el (interprogram-cut-function, interprogram-paste-function):
3250 Don't make them frame-local any more.
3251
3252 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3253 Don't set interprogram-(cut|paste)-function on each frame.
3254
3255 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3256 Make them work in tty frames.
3257 (interprogram-cut-function, interprogram-paste-function):
3258 Set them globally.
3259
3260 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3261
3262 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3263 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3264 (iso-iso2duden-trans-tab): Add docstring.
3265
3266 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * abbrev.el (define-abbrev-table): Record the variable definition.
3269
3270 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3271 New function.
3272
3273 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3274
3275 * ps-print.el: Clean the code for checking suitable Emacs version.
3276 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3277 (ps-print-version): New version 6.8.1.
3278
3279 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3280
3281 * files.el (enable-local-variables): Doc fix.
3282
3283 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3284
3285 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3286
3287 2007-11-09 Sven Joachim <svenjoac@gmx.de>
3288
3289 * dired-aux.el (dired-copy-file-recursive):
3290 Preserve directory permissions.
3291
3292 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3295 (whitespace-unload-function): New-style unload function. When run,
3296 unintern `whitespace-unload-hook' and call `unload-feature' recursively
3297 to stop the old hook from messing with the unloading.
3298
3299 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3300
3301 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3302 (elp-unset-master, elp-results): Fix typos.
3303 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3304 Doc fixes.
3305
3306 * msb.el (msb--many-menus): Remove variable.
3307 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3308 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3309 (msb--toggle-menu-type): Fix typos in docstrings.
3310
3311 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3312 (shadow-insert-var): Doc fixes.
3313 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3314 Reflow docstrings.
3315 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3316
3317 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3320 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3321 Fix typos in autoload docstrings.
3322
3323 2007-11-09 Richard Stallman <rms@gnu.org>
3324
3325 * savehist.el (savehist-save): Obey savehist-ignored-variables.
3326
3327 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3328
3329 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3330 (gdb-var-update-handler-1): Use it.
3331
3332 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3333
3334 * loadhist.el (unload-feature): Remove erroneous check for the
3335 FEATURE-unload-function variable; check the existence of the
3336 function (that's what the docstring says, and it makes more sense).
3337
3338 * follow.el (follow-unload-function): Add docstring.
3339 (follow-unload-function): Remove variable.
3340
3341 * server.el (server-unload-function): Remove variable.
3342 (server-unload-function): Unbind `server-edit' from `C-x #'.
3343
3344 * ses.el (ses-unload-function): New function.
3345
3346 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3347
3348 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3349 (unsafep-progn, unsafep-let): Fix typos in docstrings.
3350
3351 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3352 before use to avoid a warning in packages that require uniquify.
3353 (uniquify-unload-function): New function and var.
3354
3355 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3358 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3359 (ediff-current-diff-A, ediff-current-diff-B)
3360 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3361 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3362 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3363 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3364 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3365 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3366 (ediff-setup-windows-plain-merge)
3367 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3368 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3369 * ediff-util.el (ediff-setup-keymap, )
3370 (ediff-toggle-wide-display, ediff-toggle-multiframe)
3371 (ediff-toggle-use-toolbar, ediff-really-quit)
3372 (ediff-good-frame-under-mouse)
3373 (ediff-highlight-diff-in-one-buffer)
3374 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3375 (ediff-make-bullet-proof-overlay):
3376 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3377 (ediff-set-meta-overlay):
3378 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3379 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3380 ediff-emacs-p with their former definitions.
3381
3382 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3383 (viper-has-face-support-p, viper-inactivate-input-method)
3384 (viper-activate-input-method)
3385 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3386 * emulation/viper-mous.el (viper-multiclick-timeout)
3387 (viper-surrounding-word, viper-mouse-click-insert-word)
3388 (viper-mouse-click-search-word, viper-parse-mouse-key):
3389 * emulation/viper-macs.el (viper-char-array-to-macro):
3390 * emulation/viper.el (viper-go-away, viper-set-hooks)
3391 (viper-non-hook-settings):
3392 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3393 (viper-get-saved-cursor-color-in-insert-mode)
3394 (viper-get-saved-cursor-color-in-emacs-mode)
3395 (viper-check-version, viper-get-visible-buffer-window)
3396 (viper-file-checked-in-p, viper-set-replace-overlay)
3397 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3398 (viper-check-minibuffer-overlay, viper-read-key-sequence)
3399 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3400 with their former definitions.
3401 (viper-eventify-list-xemacs): Only do work for XEmacs.
3402 (viper-set-unread-command-events): Only do work for Emacs.
3403 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3404 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3405 (viper-overlay-get, viper-overlay-put, viper-read-event)
3406 (viper-characterp, viper-int-to-char, viper-get-face)
3407 (viper-color-defined-p, viper-iconify): New defaliases replacing
3408 the old fsets.
3409
3410 * progmodes/fortran.el (comment-region-function)
3411 (uncomment-region-function): Pacify byte compiler.
3412
3413 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3414
3415 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
3416
3417 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3418 `process-environment'.
3419
3420 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
3421
3422 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3423 match dir like "a...b".
3424
3425 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3428
3429 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
3430
3431 * net/tramp.el (tramp-handle-substitute-in-file-name):
3432 Don't expand the remote connection identification.
3433 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3434 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
3435 before calling stty.
3436
3437 * net/tramp-cache.el (tramp-cache-print)
3438 (tramp-dump-connection-properties): Fix docstring.
3439 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3440
3441 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3442
3443 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3444 remote connection identification when setting connection property.
3445
3446 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3447 "//" substitutes only in the local filename part.
3448
3449 2007-11-07 David Hansen <david.hansen@gmx.net>
3450
3451 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3452
3453 2007-11-07 Glenn Morris <rgm@gnu.org>
3454
3455 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3456 Remove superfluous concats. Move final set-buffer to
3457 non-emacs-specific code.
3458
3459 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
3460
3461 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3462
3463 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3464
3465 * eshell/esh-mode.el (eshell-output-filter):
3466 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3467 Use `with-current-buffer'.
3468
3469 2007-11-07 Andreas Schwab <schwab@suse.de>
3470
3471 * server.el (server-start): Only register cleanup after server was
3472 started.
3473
3474 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
3475
3476 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3477
3478 * net/tramp-cache (tramp-cache-print): Move down.
3479 (tramp-cache-list-connections): New defun.
3480
3481 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3482
3483 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
3484
3485 * ido.el (ido-save-history): Write the history file in the current
3486 filename coding system, and add `coding' file-local variable.
3487
3488 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
3489
3490 * textmodes/org.el (org-table-formula-substitute-names):
3491 Remove forgotten temporary debugging code.
3492
3493 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3496 the prompt.
3497
3498 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
3499
3500 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3501
3502 2007-11-05 Simon Josefsson <simon@josefsson.org>
3503
3504 * net/tls.el (tls-end-of-info): Doc fix.
3505
3506 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
3507
3508 * international/utf-7.el (utf-7-imap): New coding system.
3509 (utf-7-imap-post-read-conversion): New function.
3510 (utf-7-imap-pre-write-conversion): New function.
3511
3512 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * abbrev.el (abbrev--write): Fix up typo.
3515
3516 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * abbrev.el (define-abbrev-table): Doc fix.
3519
3520 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
3521
3522 * info.el (Info-revert-buffer-function): New func.
3523 (Info-mode): Arrange to use it for reverting.
3524 (Info-copy-current-node-name): Add space between filename and nodename.
3525
3526 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * abbrev.el (expand-abbrev): Move point back to expansion's end.
3529
3530 2007-11-04 Glenn Morris <rgm@gnu.org>
3531
3532 * net/tls.el: Don't require rx when compiling.
3533 (tls-end-of-info): Rewrite without using rx.
3534 (open-tls-stream): Use with-current-buffer.
3535
3536 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
3537
3538 * net/tls.el: Require rx when compiling.
3539 (tls-end-of-info): New variable.
3540 (open-tls-stream): Keep reading input until `tls-end-of-info' is
3541 matched.
3542
3543 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
3544
3545 * register.el (append-to-register, prepend-to-register):
3546 Don't signal error on empty register; use the text, instead.
3547
3548 2007-11-03 Michael Olson <mwolson@gnu.org>
3549
3550 * textmodes/remember.el (remember-buffer):
3551 Use define-obsolete-function-alias rather than defalias.
3552
3553 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3554
3555 * simple.el (bad-packages-alist): Anchor semantic regexp.
3556
3557 2007-11-03 Glenn Morris <rgm@gnu.org>
3558
3559 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3560 if defined, for blank lines. Doc fix.
3561
3562 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3563 (fortran-mode): Set values for comment-region-function,
3564 uncomment-region-function and comment-insert-comment-function.
3565 (fortran-uncomment-region): New function.
3566
3567 * textmodes/nroff-mode.el (nroff-mode):
3568 Set comment-insert-comment-function rather than indent-line-function.
3569 (nroff-indent-line-function): Remove.
3570 (nroff-insert-comment-function): New function.
3571
3572 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3573
3574 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3575
3576 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3577
3578 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3579
3580 * emulation/viper-cmd.el (viper-prev-destructive-command)
3581 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3582 copy-sequence.
3583
3584 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3585 Got rid of ediff-copy-list.
3586
3587 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3588 use face-name.
3589 (ediff-test-utility, ediff-diff-mandatory-option)
3590 (ediff-reset-diff-options): Remove to simplify the mandatory option
3591 handling on Windows.
3592 (ediff-set-diff-options): Add.
3593 (ediff-diff-options): Set "--binary" option as default in some cases.
3594
3595 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3596 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3597 ediff-vc-working-revision. Require vc-hooks.
3598
3599 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
3600
3601 * files.el (hack-local-variables): Fix membership tests to avoid
3602 treating all variables as safe if `enable-local-variables' is
3603 set to :safe (CVE-2007-5795).
3604
3605 2007-11-02 Glenn Morris <rgm@gnu.org>
3606
3607 * newcomment.el (comment-indent): Let comment-insert-comment-function,
3608 if defined, do all the work of inserting a new comment.
3609
3610 * progmodes/etags.el (tags-table-mode): Disable undo.
3611
3612 * simple.el (bad-packages-alist): Revert previous change.
3613
3614 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
3615
3616 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3617
3618 * obsolete/lselect.el: Do not warn about unknown functions.
3619
3620 2007-11-02 Michael Olson <mwolson@gnu.org>
3621
3622 * textmodes/remember.el (remember-buffer): Make this an alias of
3623 remember-finalize, because Org uses it.
3624
3625 2007-11-01 Michael Olson <mwolson@gnu.org>
3626
3627 * textmodes/remember.el: Improve documentation in heading.
3628 (remember-before-remember-hook): Turn into a customizable option.
3629 (remember): Document INITIAL argument.
3630 (remember-region): Remove autoload cookie. Improve docstring to
3631 mention that it is called from the *Remember* buffer, and does not
3632 have any functional overlap with the `remember' function.
3633 (remember-finalize): Remove autoload cookie. Rename from
3634 remember-buffer to emphasize that this does not have any
3635 functional overlap with the `remember' function.
3636 (remember-destroy): Remove autoload cookie.
3637 (remember-mode-map): Define and initialize in one step.
3638 (remember-mode): Improve docstring.
3639 (remember-annotation-functions): Default to just '(buffer-file-name),
3640 and don't try to take the default value from Planner.
3641
3642 2007-11-01 Glenn Morris <rgm@gnu.org>
3643
3644 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3645
3646 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3647
3648 * emacs-lisp/authors.el (authors-scan-change-log)
3649 (authors-scan-el): Don't enable local eval; enable only safe local
3650 variables, without querying.
3651
3652 * mail/footnote.el (footnote-numeric-regexp)
3653 (footnote-english-upper-regexp, footnote-english-lower-regexp)
3654 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3655 Match multi-character footnotes.
3656
3657 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3658 (nroff-indent-line-function): New function.
3659 (nroff-count-text-lines): Use nroff-forward-text-line rather than
3660 obsolete alias.
3661
3662 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
3663
3664 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3665 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
3666 (rcirc-print): Only update the line count when not marking the
3667 line as omittable.
3668 (rcirc-log-write): Specify coding system when writing logfile.
3669 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3670
3671 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3672
3673 * printing.el (printing): Fix :version, printing.el was included
3674 for in emacs-22.1.
3675 (pr-path-style, pr-path-alist, pr-txt-name)
3676 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3677 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3678 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3679 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3680 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3681 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3682 (pr-setting-database, pr-visible-entry-list)
3683 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3684 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3685
3686 * ediff-util.el (ediff-nuke-selective-display): Move definition to
3687 top level, make it dependent on the emacs flavor.
3688
3689 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3690 Test for XEmacs not for itimer.
3691
3692 * term/sun-mouse.el:
3693 * obsolete/sun-fns.el:
3694 * obsolete/sun-curs.el: Remove files.
3695
3696 * term/sun.el (select-previous-complex-command): Remove obsolete code.
3697
3698 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
3699
3700 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3701 was given to concat.
3702
3703 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3706 used normally for goto-line. Change `g' to revert the buffer.
3707 Add redundant `r' binding for buffer-revert.
3708
3709 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3710 (mail-abbrevs-setup): Use abbrev-expand-functions.
3711 (build-mail-abbrevs): Use with-temp-buffer.
3712 (define-mail-abbrev): Simplify.
3713 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3714 Change it for use on abbrev-expand-functions.
3715 (mail-abbrev-complete-alias): Use with-syntax-table.
3716
3717 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
3718
3719 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3720 directly. Fix bug in deleting temp file.
3721
3722 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3725 Merge defvar and define-abbrev-table.
3726 (def-python-skeleton): Use :case-fixed and :enable-function.
3727 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3728 Remove.
3729 (python-mode): Don't modify pre-abbrev-expand-hook.
3730
3731 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3732
3733 * ediff-util.el (ediff-file-checked-out-p)
3734 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3735
3736 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * abbrev.el (abbrev-symbol): Correct let->let*.
3739 (abbrev--before-point): Only use abbrev-start-location if before point.
3740
3741 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
3744 (strokes-unload-hook): Remove function and variable.
3745 (strokes-unload-function): New-style unload function, adapted
3746 from `strokes-unload-hook'.
3747
3748 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3749 (cl-unload-hook): Remove variable.
3750 (cl-unload-function): New-style unload function, adapted
3751 from `cl-cannot-unload'.
3752
3753 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3754 (elp-unload-function): New-style unload function, adapted
3755 from `elp-unload-hook'.
3756
3757 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
3758
3759 * emacs-lisp/find-func.el (find-library): Use library at
3760 point as default interactive argument.
3761
3762 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * shadowfile.el (shadow-join): Remove.
3765 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3766 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3767 (shadowfile-unload-hook): Remove function and variable.
3768 (shadowfile-unload-function): New-style unload function, adapted
3769 from `shadowfile-unload-hook'.
3770
3771 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3772
3773 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3774 only if it is bound.
3775
3776 * textmodes/reftex.el: Move autoloads for before all uses.
3777 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3778 (reftex-delete-overlay): Move to the top level with the condition
3779 in the body.
3780
3781 * progmodes/simula.el: Use when instead of if.
3782
3783 * iimage.el (iimage-locate-file): Define unconditionally.
3784
3785 * mail/mailabbrev.el (mail-abbrev-next-line):
3786 * emulation/vip.el (vip-enlarge-region, vip-line)
3787 (vip-next-line-at-bol, vip-previous-line)
3788 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3789 Wrap with-no-warnings around uses of next-line and previous-line.
3790
3791 * ediff.el (run-ediff-from-cvs-buffer):
3792 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3793 Remove function not used by pcl-cvs anymore.
3794 (noninteractive, generic-sc-get-latest-rev)
3795 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3796 Delete support for long obsolete generic-sc.el.
3797
3798 2007-10-31 Glenn Morris <rgm@gnu.org>
3799
3800 * cvs-status.el: No longer require pcvs when compiling.
3801
3802 * doc-view.el (doc-view-conversion-refresh-interval)
3803 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3804 (doc-view-reset-slice): Doc fixes.
3805 (doc-view-menu): Remove deleted function doc-view-edit-doc.
3806
3807 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3808
3809 * help-at-pt.el (help-at-pt-unload-hook): Remove.
3810 Timers are automatically canceled by `unload-feature'.
3811
3812 * delsel.el (delsel-unload-hook): Remove function and variable.
3813 (delsel-unload-function): New-style unload function, adapted
3814 from `delsel-unload-hook'.
3815
3816 * msb.el (msb-unload-hook): Remove function and variable.
3817 (msb-unload-function): New-style unload function, adapted from
3818 `msb-unload-hook'.
3819
3820 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * desktop.el (uniquify-managed): Pacify byte compiler.
3823 (desktop-buffer-info): If the buffer name is managed by uniquify,
3824 save the base name, not the uniquified one.
3825 (desktop-create-buffer): Allow `rename-buffer' to generate a new
3826 name in case of conflict.
3827
3828 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * doc-view.el: Use expand-file-name rather than concat.
3831 (doc-view-cache-directory): Add the UID so multiple users won't clash.
3832 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3833 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3834 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3835 not to have to touch the buffer's content.
3836 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3837 (doc-view-mode): Use it. Don't mark as a special mode.
3838 Put the page numbers in the modeline.
3839 Set up the overlay. Hide the cursor. Run the mode hook.
3840 Use after-revert-hook rather than revert-buffer-function.
3841 (doc-view-search-internal): Fix typo.
3842 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3843 image-cache flush.
3844 (doc-view-reconvert-doc): Don't reset the whole mode.
3845 (doc-view-make-safe-dir): New function.
3846 (doc-view-current-cache-dir): Use it.
3847
3848 2007-10-30 Jason Rumney <jasonr@gnu.org>
3849
3850 * time.el (display-time-world-list): Test for zoneinfo support.
3851
3852 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3853
3854 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3855
3856 * net/tramp-cache.el (tramp-flush-file-function): Check also
3857 `default-directory' if `buffer-file-name' does not return a
3858 string. Added to `eshell-pre-command-hook'.
3859
3860 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * doc-view.el (doc-view-current-doc): Remove.
3863 Replace all uses by buffer-file-name.
3864 (doc-view-menu): New menu.
3865 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3866 unused var `doc'.
3867 (doc-view-sort): Simplify.
3868 (doc-view-buffer-message): Don't change buffer-modified-p.
3869 (doc-view-mode): Change it here instead.
3870 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3871 Don't modify the global value of revert-buffer-function.
3872
3873 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3874 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3875 (image-toggle-display): Take overlays into account and don't assume
3876 point-min==1.
3877
3878 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3879
3880 * vc.el (vc-annotate): Fix omission bug:
3881 Specify value for vc-sentinel-movepoint.
3882
3883 2007-10-30 Michael Olson <mwolson@gnu.org>
3884
3885 * textmodes/remember.el (remember-mode-hook)
3886 (remember-handler-functions, remember-annotation-functions):
3887 Add additional items as options, including some Org functions.
3888
3889 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3890
3891 * doc-view.el: Remove cl-dependency.
3892 (doc-view-buffer-message): Mention new binding K.
3893 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3894 instead of variable.
3895 (doc-view-current-cache-dir): Better cache dir naming.
3896 (doc-view-current-display): Remove variable.
3897 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3898 (doc-view-kill-proc): Set converter process to nil.
3899 (doc-view-minor-mode): New minor mode.
3900 (doc-view-minor-mode-map): New keymap.
3901 (doc-view-mode): Remove text/image switching code. Use plain defun.
3902 (doc-view-mode-map): New binding K kills converter process.
3903 Remove C-c C-e binding.
3904 (doc-view-mode-text-map): Remove keymap.
3905 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3906 d-v-display-maybe.
3907 (doc-view-previous-major-mode): New variable.
3908 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3909 (doc-view-remove-if): New function.
3910 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3911 (doc-view-toggle-display): Toggle modes instead of display styles.
3912 (doc-view-reconvert-doc): Adapt to new way of doing things.
3913
3914 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3915
3916 2007-10-30 Glenn Morris <rgm@gnu.org>
3917
3918 * dirtrack.el (dirtrack-mode): Doc fix.
3919
3920 * shell.el (shell-dirtrack-verbose, shell-mode)
3921 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3922
3923 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3924 (byte-compile-enable-warning): Doc fix.
3925
3926 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3927 suppress byte-opt warning.
3928
3929 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3930
3931 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3932 (edt-gnu-emacs19-p): Remove.
3933 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3934 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3935 (edt-end-of-line-forward, edt-end-of-line-backward)
3936 (edt-one-word-forward, edt-one-word-backward, edt-character)
3937 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3938 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3939 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3940 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3941 (edt-sentence-backward, edt-paragraph-forward)
3942 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3943 (edt-window-bottom, edt-scroll-window-forward-line)
3944 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3945 (edt-line-to-top-of-window, edt-paragraph-backward)
3946 (edt-restore-key, edt-window-top, edt-window-bottom)
3947 (edt-scroll-window-forward-line)
3948 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3949 (edt-line-to-middle-of-window, edt-goto-percentage)
3950 (edt-display-the-time, edt-remember, edt-split-window)
3951 (edt-emulation-on, edt-emulation-off)
3952 (edt-default-emulation-setup, edt-user-emulation-setup)
3953 (edt-select-default-global-map, edt-select-user-global-map):
3954 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3955 tests.
3956
3957 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3958 Use feature test instead of boundp test so it can be resolved at
3959 compile time.
3960
3961 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3962
3963 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3966 Update all users.
3967 (abbrev-get, abbrev-put): Simplify.
3968 (define-abbrev): Don't store the `force' value in the :system property.
3969 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3970
3971 2007-10-30 Michael Olson <mwolson@gnu.org>
3972
3973 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3974
3975 * textmodes/remember.el: New file that implements a mode for
3976 quickly jotting down things to remember.
3977
3978 * textmodes/remember-diary.el: A backend for remember.el that
3979 implements saving notes to a Diary file.
3980
3981 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3982
3983 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3984 Relocate in file.
3985 (allout-doublecheck-at-and-shallower): Increase to include
3986 slightly greater depths, since yank interaction is now ok.
3987 Also, elaborate the docstring to explain the situation.
3988 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3989 instead of concat, so we accommodate key sequences expressed as
3990 vectors as well as strings and lists.
3991 (allout-flag-region, allout-hide-by-annotation): Make the
3992 hidden-text overlays 'front-advance.
3993 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3994 (allout-aberrant-container-p, allout-on-current-heading-p)
3995 (allout-e-o-prefix-p, allout-next-heading)
3996 (allout-previous-heading, allout-goto-prefix)
3997 (allout-end-of-prefix, allout-next-sibling-leap)
3998 (allout-next-visible-heading, allout-auto-fill)
3999 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4000 (allout-yank-processing, allout-resolve-xref)
4001 (allout-current-topic-collapsed-p, allout-hide-region-body)
4002 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4003 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4004 (count-trailing-whitespace-region): Preserve match data, so allout
4005 outline navigation doesn't disrupt other Emacs operations.
4006 (allout-beginning-of-line): Retreat to the beginning of the hidden
4007 text, so fields are respected (for submodes that care).
4008 (allout-end-of-line): Preserve mark activation status when jumping.
4009 (allout-open-topic): Account for opening after a child that
4010 contains a hidden trailing newline. Preserve match data.
4011 Run allout-structure-added-hook
4012 (allout-encrypt-decrypted): Preserve match data.
4013 (allout-toggle-current-subtree-exposure): Add new interactive
4014 function for toggle subtree exposure - suggested by tassilo.
4015 (move-beginning-of-line, move-end-of-line): Don't use
4016 line-move-invisible-p, it's obsolete - substitute the code, instead.
4017
4018 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
4019
4020 * textmodes/flyspell.el (message-signature-separator):
4021 * longlines.el (message-indent-citation-function): Pacify byte
4022 compiler.
4023
4024 * emacs-lisp/cl-loaddefs.el:
4025 * ldefs-boot.el: Regenerate.
4026
4027 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4028 (.el.elc, compile, compile-always, compile-calc)
4029 ($(lisp)/progmodes/cc-mode.elc): Use it.
4030
4031 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4032 Only do work for XEmacs.
4033 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4034 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4035 on XEmacs.
4036 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4037 (ps-x-color-name, ps-x-color-specifier-p)
4038 (ps-x-copy-coding-system, ps-x-device-class)
4039 (ps-x-extent-end-position, ps-x-extent-face)
4040 (ps-x-extent-priority, ps-x-extent-start-position)
4041 (ps-x-face-font-instance, ps-x-find-coding-system)
4042 (ps-x-font-instance-properties, ps-x-make-color-instance)
4043 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4044 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4045 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4046 (ps-generate-postscript-with-faces): Delete defaliases.
4047 (ps-face-foreground-name, ps-face-background-name)
4048 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4049 Move definitions to top level, make the body conditional on the Emacs
4050 flavor. Replace uses of deleted aliases and renamed functions.
4051 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4052 of deleted aliases and renamed functions.
4053
4054 * calc/calc.el (calc-emacs-type-lucid): Remove.
4055 (calc-digit-map, calcDigit-start, calc-read-key)
4056 (calc-clear-unread-commands):
4057 * calc/calc-ext.el (calc-user-key-map): Replace uses of
4058 calc-emacs-type-lucid with (featurep 'xemacs)
4059
4060 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4061 (featurep 'xemacs).
4062 (tpu-lucid-emacs19-p): Remove.
4063 (tpu-map-key): Make it a function instead of using fset. Inline
4064 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
4065 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4066
4067 * ielm.el: Use featurep 'xemacs.
4068
4069 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4070 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4071 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4072 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4073 cperl-xemacs-p with (featurep 'xemacs).
4074 (font-lock-cache-position): Pacify byte compiler.
4075
4076 2007-10-29 Drew Adams <drew.adams@oracle.com>
4077
4078 * faces.el (read-color): New function.
4079 (face-at-point, foreground-color-at-point)
4080 (background-color-at-point): New functions.
4081
4082 2007-10-28 Richard Stallman <rms@gnu.org>
4083
4084 * net/browse-url.el (browse-url-text-xterm): Rename from
4085 browse-url-lynx-xterm and made generic.
4086 (browse-url-text-emacs): Likewise.
4087 (browse-url-text-browser): New variable.
4088 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4089 (browse-url-text-input-field, browse-url-text-input-attempts)
4090 (browse-url-kde-program): Likewise.
4091
4092 2007-10-29 Glenn Morris <rgm@gnu.org>
4093
4094 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4095 Use mapc rather than mapcar (reinstall change deleted without log
4096 entry 2007-10-22).
4097
4098 2007-10-29 Martin Rudalics <rudalics@gmx.at>
4099
4100 * wdired.el (wdired-next-line, wdired-previous-line):
4101 Use next-line and previous-line wrapped in with-no-warnings.
4102
4103 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
4104
4105 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4106 (rcirc-recent-quit-alist): New function.
4107 (rcirc): Print a better message when there is only one connected server.
4108 (rcirc-complete-nick): Do not update the nick table here.
4109 (rcirc-mode-map): Add M-o.
4110 (rcirc-current-line): Add variable.
4111 (rcirc-mode): Setup variables for line based omit.
4112 (rcirc-edit-multiline): Strip text properties.
4113 (rcirc-omit-responses): Add NICK.
4114 (rcirc-omit-threshold): Add variable.
4115 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4116 Add functions.
4117 (rcirc-print): Keep track of current line. Do not fill text if
4118 `rcirc-fill-flag' is null. Only omit text if the last activity
4119 from the sender is more than `rcirc-omit-threshold' lines ago.
4120 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4121 numbers instead of time.
4122 (rcirc-channel-nicks): Sort by line numbers instead of time.
4123 (rcirc-omit-mode): Add `...' when omitting text and recenter.
4124 (rcirc-handler-JOIN): Restore the joiners linestamp.
4125 (rcirc-maybe-remember-nick-quit): Add function.
4126 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4127
4128 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * loadhist.el (unload-feature-special-hooks):
4131 Add `delete-frame-functions' and `suspend-tty-functions'.
4132
4133 * server.el (server-unload-function): Rename from `server-unload-hook'
4134 and adapt to new `unload-feature' functionality. Remove hook from
4135 `kill-buffer-hook' buffer-locally.
4136 (server-unload-hook): Remove.
4137 (server-unload-function): New var; replaces `server-unload-hook'.
4138
4139 2007-10-29 Glenn Morris <rgm@gnu.org>
4140
4141 * dirtrack.el (dirtrack-debug): Doc fix.
4142 (dirtrack-mode, dirtrack-debug-mode): New names for
4143 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
4144 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4145 Make obsolete.
4146 (dirtrack-debug-message): Only print message if
4147 dirtrack-debug-mode is non-nil. Use with-current-buffer.
4148 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
4149 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4150
4151 2007-10-28 Glenn Morris <rgm@gnu.org>
4152
4153 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4154 (byte-compile-warnings-safe-p): Handle `not'.
4155 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4156 (byte-compile-enable-warning): New functions.
4157 (byte-compile-eval-before-compile)
4158 (byte-compile-file-form-require): Use byte-compile-disable-warning.
4159 (byte-compile-close-variables): Locally bind byte-compile-warnings,
4160 but do not modify it.
4161 (byte-compile-eval, byte-compile-obsolete)
4162 (byte-compile-warn-about-unresolved-functions)
4163 (byte-compile-file-form-defvar)
4164 (byte-compile-file-form-custom-declare-variable)
4165 (byte-compile-file-form-require)
4166 (byte-compile-file-form-defmumble, byte-compile-lambda)
4167 (byte-compile-form, byte-compile-normal-call)
4168 (byte-compile-variable-ref, byte-compile-defvar)
4169 (byte-compile-make-variable-buffer-local):
4170 Use byte-compile-warning-enabled-p.
4171 * emacs-lisp/advice.el (ad-compile-function):
4172 Use byte-compile-disable-warning.
4173 * emacs-lisp/cl.el: Move local variables to end of file, and set
4174 byte-compile-warnings to `(not cl-functions)'.
4175 * emacs-lisp/cl-compat.el: Add a local variables section, and set
4176 byte-compile-warnings to `(not cl-functions)'.
4177 * emacs-lisp/cl-macs.el: Unify local variable section, and set
4178 byte-compile-warnings to `(not cl-functions)'.
4179 (cl-do-proclaim): Use byte-compile-disable-warning and
4180 byte-compile-enable-warning.
4181 * emacs-lisp/cl-seq.el: Unify local variable section, and set
4182 byte-compile-warnings to `(not cl-functions)'.
4183 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4184 Use byte-compile-disable-warning.
4185
4186 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
4187
4188 * cus-edit.el (custom-browse-insert-prefix):
4189 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4190
4191 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
4192
4193 * server.el (server-process-filter): Fix typo in docstring.
4194 (server-log): Reflow docstrings.
4195 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4196 (server-goto-line-column): Use `when'.
4197
4198 2007-10-28 Juri Linkov <juri@jurta.org>
4199
4200 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4201 when mouse is clicked on the isearch message.
4202 (isearch-resume): Call `isearch-update' at the end.
4203 Rename argument `search' to `string' to conform to the
4204 isearch terminology.
4205
4206 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 Rewrite abbrev.c in Elisp.
4209 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4210 (abbrev-table-get, abbrev-table-put, abbrev-get)
4211 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4212 (define-abbrev, abbrev--check-chars, define-global-abbrev)
4213 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
4214 (abbrev-expansion, abbrev--before-point, expand-abbrev)
4215 (unexpand-abbrev, abbrev--write, abbrev--describe)
4216 (insert-abbrev-table-description, define-abbrev-table):
4217 New funs, largely transcribed from abbrev.c.
4218 (abbrev-with-wrapper-hook): New macro.
4219 (abbrev-table-name-list, global-abbrev-table)
4220 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
4221 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
4222 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
4223 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
4224 New vars, largely transcribed from abbrev.c.
4225 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
4226 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
4227 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
4228
4229 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4230
4231 * ps-print.el: Now detect if text foreground and background colors are
4232 equal and replace the foreground color by another color, so the text
4233 becomes visible. Doc fix.
4234 (ps-print-version): New version 6.8.
4235 (ps-default-fg, ps-default-bg): Docstring fix.
4236 (ps-postscript-code-directory): Fix default value code.
4237 (ps-fg-list, ps-fg-validate-p): New options.
4238 (ps-foreground-list): New var.
4239 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4240
4241 2007-10-27 Glenn Morris <rgm@gnu.org>
4242
4243 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4244 (shell-dirtrack-toggle): Mark as obsolete.
4245 (dirtrack-toggle, dirtrack-mode): No longer alias to
4246 shell-dirtrack-mode.
4247
4248 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4249
4250 * calc/calc.el (math-standard-opers): Lower the precedence
4251 of negation.
4252 * calc/calc-lang.el (math-oper-table): Lower precedence of
4253 negation for C, TeX, and eqn.
4254
4255 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4258
4259 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
4260
4261 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4262 (desktop-not-loaded-hook): Fix :version tags.
4263
4264 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4267 (tramp-get-remote-tmpdir): New defun.
4268 (tramp-make-tramp-temp-file): Use it.
4269 (tramp-local-call-process): New defun. Replace all calls of
4270 `call-process' by this when appropriate.
4271 (tramp-handle-write-region): Replace calls of `file-attributes' by
4272 `tramp-compat-file-attributes'.
4273 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4274 Make the first command a `tramp-send-command' call, with let-bind
4275 of `tramp-end-of-output'.
4276 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4277 (tramp-load-report-modules, tramp-append-tramp-buffers):
4278 Move to tramp-cmds.el.
4279
4280 * net/tramp-fish.el (tramp-fish-handle-copy-file)
4281 (tramp-fish-do-copy-or-rename-file)
4282 (tramp-fish-do-copy-or-rename-file-directly):
4283 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4284 Add parameter PRESERVE-UID-GID.
4285
4286 2007-10-27 Eli Zaretskii <eliz@gnu.org>
4287
4288 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4289 New defcustoms.
4290 (display-time-world-list): Use them as appropriate for the current
4291 value of `system-type'.
4292
4293 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4294
4295 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4296 Move (again) some variable definitions before use, define some fun
4297 aliases, no code change.
4298 (pr-version): New version 6.9.2.
4299 (pr-path-style, pr-auto-region, pr-menu-char-height)
4300 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4301 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4302 via (defvar VAR).
4303 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4304 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4305 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4306 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4307 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4308 (pr-menu-print-item, pr-ps-printer-menu-modified)
4309 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4310 (pr-even-or-odd-alist): Vars definition moved.
4311
4312 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4313
4314 * emulation/pc-select.el (next-line-mark, next-line-nomark)
4315 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4316 around uses of previous-line and next-line.
4317
4318 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4319 New defvars.
4320
4321 * textmodes/css-mode.el (comment-continue):
4322 * net/browse-url.el (url-handler-regexp):
4323 * progmodes/idlw-help.el (idlwave-system-routines):
4324 Pacify byte-compiler.
4325
4326 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4327 line-move-invisible-p with its former definition: invisible-p.
4328 line-move-invisible-p was removed on 2007-08-29.
4329
4330 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4331
4332 * files.el (kill-emacs-query-functions): Doc fix;
4333 `save-buffers-kill-emacs' is no longer bound to a key.
4334
4335 2007-10-26 Richard Stallman <rms@gnu.org>
4336
4337 * isearch-multi.el (isearch-buffers-multi): New option.
4338 (isearch-buffers-search-fun): Test it.
4339
4340 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4341 Put ps-run-clear on C-c C-l.
4342
4343 * newcomment.el (comment-styles): New style indent-or-triple.
4344 (comment-style): Make that the default.
4345 (comment-add defvar): Doc fix.
4346 (comment-add): Delete arg EXTRA.
4347 (comment-region-default): Open code call to comment-add.
4348 Handle indent-or-triple style which uses `multi-char' for INDENT.
4349
4350 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * eshell/em-unix.el (nil-blank-string): Doc fix.
4353
4354 2007-10-26 John Wiegley <johnw@newartisans.com>
4355
4356 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4357 function, ensure that the third argument is turned into a nil if
4358 the string is otherwise completely empty (either no characters, or
4359 all tabs/spaces). This fixes a bug from a user who found himself
4360 unable to customize `diff-switches' and still use Eshell's diff
4361 command.
4362
4363 2007-10-26 Glenn Morris <rgm@gnu.org>
4364
4365 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4366 safe-local-variable property.
4367
4368 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
4369
4370 * net/browse-url.el (browse-url-browser-function): Delete grail.
4371 (browse-url-grail): Function and variable deleted.
4372 (browse-url-browser-function): Delete IXI Mosaic.
4373 (browse-url-default-browser): Don't try IXI Mosaic.
4374 (browse-url-iximosaic): Function deleted.
4375 (browse-url-browser-function): Delete MMM.
4376 (browse-url-default-browser): Don't try MMM.
4377 (browse-url-mmm): Function deleted.
4378
4379 2007-10-26 Drew Adams <drew.adams@oracle.com>
4380
4381 * custom.el (custom-note-var-changed): New function.
4382
4383 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
4384
4385 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4386 use with the definition. Remove.
4387
4388 * add-log.el (change-log-start-entry-re): New defconst.
4389 (change-log-sortable-date-at): Use it.
4390 (change-log-beginning-of-defun, change-log-end-of-defun):
4391 New functions.
4392 (change-log-mode): Use them for beginning-of-defun-function and
4393 end-of-defun-function.
4394
4395 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4396
4397 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4398 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4399 (ses-recalculate-cell): Deal with point being just beyond end of
4400 data area (why does this happen?)
4401 (ses-set-curcell): Ditto.
4402 (ses-column-letter): Handle columns beyond 702. Code written by
4403 Gareth Rees.
4404
4405 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
4406
4407 * textmodes/org.el (org-agenda-get-restriction-and-command):
4408 Use `mapc' instead of `mapcar'.
4409 (org-agenda-list): Numeric prefix argument can specify the number
4410 of days.
4411 (remember-register, remember-buffer): Prevent byte compiler from
4412 complaining.
4413 (org-todo): Save and restore match data.
4414 (org-no-warnings): New macro.
4415 (org-columns-eval): Use `org-no-warnings'.
4416
4417 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
4418
4419 * comint.el (comint-password-prompt-regexp):
4420 Handle `[sudo] password'-style prompt.
4421
4422 2007-10-25 Glenn Morris <rgm@gnu.org>
4423
4424 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4425 (defcustom): Doc fix.
4426
4427 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4428 Add `non_intrinsic'.
4429 (f90-constants-re): Add ieee modules.
4430 (f90-typedef-matcher, f90-typedec-matcher)
4431 (f90-imenu-type-matcher): New functions.
4432 (f90-font-lock-keywords-1): Give module procedures function-name face.
4433 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
4434 Add `use, intrinsic'.
4435 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4436 Move start of `enum' blocks to separate entry.
4437 (f90-start-block-re): Fix `type', `abstract interface'.
4438 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4439 derived types.
4440 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4441 `elemental', change `enumerator'.
4442 (f90-no-block-limit): Fix `abstract interface'.
4443
4444 * progmodes/f90.el (f90-indented-comment-re)
4445 (f90-directive-comment-re, f90-break-delimiters):
4446 * progmodes/fortran.el (fortran-comment-line-start-skip)
4447 (fortran-directive-re):
4448 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4449 as safe if they are strings.
4450
4451 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * startup.el (window-system): Remove. Don't make it frame-local.
4454
4455 2007-10-24 Richard Stallman <rms@gnu.org>
4456
4457 * savehist.el (savehist-save): Omit unreadable elements.
4458
4459 * loadhist.el (unload-function-defs-list): Rename from
4460 unload-function-features-list.
4461 (unload-feature-special-hooks, unload-feature): Doc fixes.
4462
4463 * indent.el (indent-to-left-margin): If point's in the indentation,
4464 move to the end of the indentation.
4465
4466 * cus-edit.el (customize-changed-options): Make arg optional.
4467
4468 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4469
4470 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4471
4472 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4473
4474 * textmodes/org-publish.el (org-publish-attachment): Re-install
4475 accidentally deleted change.
4476
4477 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * term/iris-ansi.el (iris-function-map): Move init into declaration.
4480
4481 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4484 (Buffer-menu-mode-map): Initialize in the declaration.
4485 (Buffer-menu-mode): Define with `define-derived-mode'.
4486
4487 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
4488
4489 * textmodes/org.el (org-version): Change to 5.13e.
4490 (org-agenda-file-regexp): Fix typo in docstring.
4491 (org-add-planning-info): Fix bug in parenthesis settings.
4492 (org-scan-tags): Catch the case of indirect buffers with no filename.
4493 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4494 Re-install switch to mapc, had been removed by accident.
4495 (org-columns-map): New binding `C-c C-o'.
4496 (org-columns-menu): Change menu text and added new entry.
4497 (org-columns-eval): Document the use of `next-line'.
4498 (org-columns-open-link): New function.
4499 (org-columns-follow-link): Remove function.
4500 (org-open-link-from-string): New function.
4501 (org-read-date-get-relative): Fix typo in docstring.
4502 (org-read-date-get-relative): Leading +/- is not optional.
4503 (org-agenda-get-restriction-and-command): Always resize window on
4504 first loop cycle.
4505 (org-agenda-open-link): Make sure the link abbreviations are
4506 present in the agenda buffer.
4507 (org-agenda-copy-local-variable): New function.
4508
4509 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4512
4513 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * simple.el (reindent-then-newline-and-indent): Use a `move after
4516 insert' kind of marker in the save-excursion.
4517
4518 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 * textmodes/css-mode.el: Require CL.
4521 (comment-continue): Declare.
4522
4523 * subr.el (make-variable-frame-localizable): Remove.
4524 (make-variable-frame-local): Mark obsolete.
4525
4526 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4529 of the subdirs is unreadable.
4530
4531 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4534 when we are local.
4535
4536 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * progmodes/python.el (python-current-defun): Remove left-over
4539 assignment to `start'.
4540
4541 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4544 than `mapcar'; return value is not used.
4545
4546 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4547
4548 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4549 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4550
4551 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4552
4553 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4554 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4555
4556 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4557
4558 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4559
4560 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4561
4562 * emacs-lisp/advice.el (ad-make-advised-docstring):
4563 Add ad-advice-info text property to doc string.
4564
4565 2007-10-23 Glenn Morris <rgm@gnu.org>
4566
4567 * progmodes/f90.el (f90-do-indent, f90-if-indent)
4568 (f90-type-indent, f90-program-indent, f90-associate-indent)
4569 (f90-continuation-indent, f90-comment-region)
4570 (f90-beginning-ampersand, f90-smart-end)
4571 (f90-break-before-delimiters, f90-auto-keyword-case)
4572 (f90-leave-line-no, f90-mode-hook):
4573 Give an appropriate safe-local-variable property.
4574
4575 * progmodes/fortran.el (fortran-tab-mode-default)
4576 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4577 (fortran-structure-indent, fortran-continuation-indent)
4578 (fortran-comment-indent, fortran-comment-line-extra-indent)
4579 (fortran-comment-line-start)
4580 (fortran-minimum-statement-indent-fixed)
4581 (fortran-minimum-statement-indent-tab)
4582 (fortran-comment-indent-char, fortran-line-number-indent)
4583 (fortran-check-all-num-for-matching-do)
4584 (fortran-blink-matching-if, fortran-continuation-string)
4585 (fortran-comment-region, fortran-electric-line-number)
4586 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4587 (fortran-analyze-depth, fortran-break-before-delimiters):
4588 Give an appropriate safe-local-variable property.
4589
4590 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4591
4592 * printing.el: Move variable definitions before use.
4593 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4594
4595 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4598 (tpu-edt-off): Use it.
4599 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
4600 the global-map before adding it to global-map.
4601
4602 * menu-bar.el (global-buffers-menu-map): New var.
4603 (global-map, menu-bar-update-buffers): Use it.
4604 * msb.el (msb-menu-bar-update-buffers): Use it.
4605 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4606 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4607 Use with-current-buffer.
4608
4609 2007-10-22 Juri Linkov <juri@jurta.org>
4610
4611 * isearch-multi.el: New file.
4612
4613 * isearch.el (isearch-search-string): After finding the next
4614 occurrence switch to buffer isearch-buffers-current-buffer when
4615 isearch-buffers-next-buffer-function is non-nil and
4616 isearch-buffers-current-buffer is live.
4617
4618 * add-log.el (change-log-mode): Make and set buffer-local variable
4619 isearch-buffers-next-buffer-function to change-log-next-buffer.
4620 Call isearch-buffers-minor-mode.
4621 (change-log-next-buffer): New function.
4622
4623 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
4624
4625 * org-export-latex.el (org-export-latex-protect-string):
4626 Renaming of `org-latex-protect'.
4627 (org-export-latex-emphasis-alist): By default, don't protect
4628 any emphasis formatter from further conversion.
4629 (org-export-latex-tables): Honor column grouping for tables.
4630 (org-export-latex-title-command): New option.
4631 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4632 export backslash character.
4633
4634 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4635
4636 * textmodes/org.el (org-read-date-get-relative): New function.
4637 (org-agenda-file-regexp): New variable.
4638 (org-agenda-files): Allow directories in the variable.
4639 (org-agenda-get-restriction-and-command): New function.
4640 (org-agenda): Use `org-agenda-get-restriction-and-command'.
4641 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4642 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4643 New functions.
4644 (org-entry-add-to-multivalued-property)
4645 (org-entry-remove-from-multivalued-property)
4646 (org-entry-member-in-multivalued-property): New functions.
4647 (org-remember-apply-template): Catch C-g and make sure window
4648 configuration is restored.
4649 (org-agenda-open-link): Make it work with several links in the line.
4650 (org-drawers, org-set-regexps-and-options)
4651 (org-get-current-options): Add support for a DRAWERS in-buffer option.
4652 (org-agenda-window-frame-fractions): New option.
4653 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4654 (org-columns-cleanup-item, org-find-entry-with-id)
4655 (org-insert-columns-dblock, org-listtable-to-string)
4656 (org-dblock-write:columnview, org-columns-capture-view)
4657 (org-edit-headline): New functions.
4658 (org-agenda-to-appt): Require calendar.
4659 (org-entry-get-with-inheritance): Widen for search.
4660 (org-columns-display-here): Don't mark buffer as modified when
4661 adding space characters to accomodate column overlays.
4662 (org-export-as-html): Better formatting of tags in the toc.
4663 (org-columns-display-here): Make the ITEM column as compact as possible.
4664 (org-remember-templates): Customization interface improved.
4665 (org-export-with-property-drawer): Variable removed.
4666 (org-export-with-drawers): New option.
4667 (org-complex-heading-regexp): New variable.
4668 (org-sort-entries): Rewrite using `sort-subr'.
4669 (org-set-property): More appropriate completion during interactive use.
4670 (org-sort-entries): Allow sorting by property.
4671 (org-additional-option-like-keywords): Add more values.
4672 (org-sort-entries-or-items): Rename from `org-sort-entries'.
4673
4674 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4675
4676 * textmodes/org.el (org-get-date-from-calendar): New function.
4677 (org-at-timestamp-p, org-timestamp-change)
4678 (org-remember-templates): First element of each entry is now a
4679 name for the template.
4680 (org-store-log-note): Check for `org-note-abort'.
4681 (org-kill-note-or-show-branches): New command.
4682 (org-fontify-priorities): New option.
4683 (org-fontify-priorities): New function.
4684 (org-cut-subtree, org-copy-subtree): New argument N to
4685 act on N sequential subtrees.
4686 (org-paste-subtree): Fix the level at which a tree is pasted.
4687 (org-fit-agenda-window): Limitations on window size removed.
4688 (org-agenda-find-same-or-today-or-agenda): Rename from
4689 `org-agenda-find-today-or-agenda'.
4690 (org-scheduled-past-days): New option.
4691 (org-agenda-scheduled-leaders)
4692 (org-agenda-deadline-leaders): New options.
4693 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4694 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4695 (org-export-with-tags, org-export-plist-vars)
4696 (org-infile-export-plist): New "tags" option.
4697 (org-use-property-inheritance): New option.
4698 (org-cached-entry-get): Use `org-use-property-inheritance'.
4699 (org-remember-apply-template): Fix typo.
4700
4701 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * net/tramp.el (tramp-find-shell)
4704 (tramp-open-connection-setup-interactive-shell): Improve sending
4705 initial commands.
4706 (tramp-action-terminal): Send debug message.
4707 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4708 (tramp-barf-if-no-shell-prompt): Insert code of
4709 `tramp-wait-for-shell-prompt'.
4710
4711 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4714
4715 * term/vt200.el (terminal-init-vt200):
4716 * term/vt201.el (terminal-init-vt201):
4717 * term/vt220.el (terminal-init-vt220):
4718 * term/vt240.el (terminal-init-vt240):
4719 * term/vt300.el (terminal-init-vt300):
4720 * term/vt320.el (terminal-init-vt320):
4721 * term/vt400.el (terminal-init-vt400):
4722 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4723
4724 * term/wyse50.el (wyse50-terminal-map): New var.
4725 (terminal-init-wyse50): Use it and input-decode-map.
4726 (enable-arrow-keys): Emasculate.
4727
4728 * term/tvi970.el (tvi970-terminal-map): New var.
4729 (terminal-init-tvi970): Use it and input-decode-map.
4730 (tvi970-keypad-numeric): Remove.
4731 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4732
4733 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4734 (terminal-init-sun): Use it and input-decode-map.
4735
4736 * term/news.el (terminal-init-news):
4737 * term/lk201.el (terminal-init-lk201):
4738 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4739
4740 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4741
4742 * complete.el (PC-expand-many-files): Remove.
4743 (PC-do-completion): Call file-expand-wildcards instead of
4744 PC-expand-many-files.
4745
4746 * net/tramp.el (tramp-handle-expand-many-files): Remove.
4747 (PC-expand-many-files): Remove advice.
4748
4749 2007-10-22 Glenn Morris <rgm@gnu.org>
4750
4751 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4752 Add some support for Fortran 2003 syntax:
4753 (f90-type-indent): Now also applies to `enum'.
4754 (f90-associate-indent): New user option.
4755 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4756 Add some F2003 keywords.
4757 (f90-constants-re): New constant.
4758 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4759 Interface'.
4760 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4761 `class'. Arguments for `type'/`class' may have spaces. Add a new
4762 element for functions with specified types. Add `end enum' and
4763 `select type'. Add `implicit enumerator' and `procedure'.
4764 Add `class default' and `type is', `class is'. Fix `go to' regexp.
4765 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4766 (f90-font-lock-keywords-4): Add `f90-constants-re'.
4767 (f90-blocks-re): Add `enum' and `associate'.
4768 (f90-else-like-re): Add `class is', `type is', and `class default'.
4769 (f90-end-type-re): Add `enum'.
4770 (f90-end-associate-re, f90-typeis-re): New constants.
4771 (f90-end-block-re): Add `enum' and `associate'. Change from
4772 optional whitespace to end-of-word, to avoid `enumerator'.
4773 (f90-start-block-re): Add `select type', `abstract interface', and
4774 `enum'. Avoid `type is', and `type (sometype)'.
4775 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4776 (f90-mode): Doc fix.
4777 (f90-looking-at-select-case): Doc fix. Add `select type'.
4778 (f90-looking-at-associate): New function.
4779 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4780 Add `enum' and `abstract interface'.
4781 (f90-no-block-limit): Add `select type' and `abstract interface'.
4782 (f90-get-correct-indent, f90-calculate-indent)
4783 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4784 (f90-indent-region, f90-match-end): Handle `associate' blocks.
4785
4786 2007-10-22 Martin Rudalics <rudalics@gmx.at>
4787
4788 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4789 Use window-full-width-p.
4790
4791 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
4792
4793 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4794
4795 * tooltip.el: Use featurep 'xemacs.
4796
4797 * printing.el: Move variable definitions before use, no code change.
4798
4799 2007-10-22 Juri Linkov <juri@jurta.org>
4800
4801 * simple.el (goto-history-element): Allow minibuffer-default to be
4802 a list of default values accessible by typing M-n in the minibuffer.
4803
4804 * dired-x.el (dired-guess-shell-command): Put all guesses to the
4805 minibuffer default value list instead of pushing them temporarily
4806 to the history list.
4807
4808 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4809
4810 * hexl.el (hexl-menu): New major mode menu.
4811
4812 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4815
4816 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * w32-fns.el (w32-quote-process-args):
4819 * dos-w32.el (print-region-function, lpr-headers-switches)
4820 (ps-print-region-function): Pacify byte-compiler.
4821
4822 * emulation/edt-mapper.el (function-key-map):
4823 (edt-map-key): Make it a function instead of using fset.
4824 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
4825 (edt-gnu-map-key, edt-lucid-map-key): Remove.
4826 (edt-x-emacs-p): Remove.
4827 (edt-emacs-variant, edt-window-system, edt-xserver):
4828 Use featurep 'xemacs.
4829
4830 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4831 Replace eudc-xemacs-p with its definition.
4832 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4833 (eudc-emacs-mule-p): Remove.
4834 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4835 eudc-xemacs-p with feature tests.
4836
4837 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4838 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4839 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4840 (eudc-bob-toggle-inline-display):
4841 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4842 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4843
4844 * net/eudcb-ph.el (eudc-ph-open-session):
4845 Replace eudc-xemacs-mule-p with its former definition.
4846
4847 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4848 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4849
4850 * progmodes/vera-mode.el (vera-xemacs): Remove.
4851 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4852
4853 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4854 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4855 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4856 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4857 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4858 with (featurep 'xemacs).
4859
4860 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4861 (save-buffer-state-x):
4862 * obsolete/fast-lock.el (fast-lock-verbose):
4863 * emulation/viper-init.el (viper-xemacs-p)
4864 (viper-cond-compile-for-xemacs-or-emacs):
4865 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4866 * ps-print.el (case-fold-search):
4867 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4868 * calculator.el (calculator-help): Use featurep 'xemacs.
4869
4870 * progmodes/prolog.el: Undo previous change.
4871 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4872
4873 * progmodes/dcl-mode.el:
4874 * play/yow.el:
4875 * calendar/todo-mode.el:
4876 * calendar/cal-hebrew.el:
4877 * vc-hg.el: Undo previous change.
4878
4879 * vms-patch.el: Likewise.
4880 (print-region-function): Pacify byte-compiler.
4881
4882 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4883
4884 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4885 preserve-uid-gid.
4886
4887 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4888 compatibility. It is not used, though.
4889
4890 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4891 Require tramp-cmds.el.
4892 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4893 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4894 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4895 (tramp-do-copy-or-rename-file-out-of-band)
4896 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4897 possible, because we don't need to create the temporary file, but
4898 we need a prefix for ssh, which has its own temporary file handling.
4899 (tramp-handle-delete-directory): Add "-f" to rmdir.
4900 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4901 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4902 a signal, in order to give the callee a chance to suppress.
4903 (tramp-handle-write-region): Set owner also in case of short
4904 track. Don't use compatibility calls for `write-region' anymore.
4905 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4906 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4907
4908 * net/tramp-cmds.el: New file.
4909
4910 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4911 `tramp-clear-passwd'.
4912
4913 * net/trampver.el: Update release number.
4914
4915 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4916
4917 * progmodes/gud.el (gud-target-name): Move definition before use.
4918
4919 * progmodes/dcl-mode.el: Require imenu at compile time.
4920
4921 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4922 Pacify byte-compiler.
4923
4924 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4925
4926 * eshell/esh-mode.el (eshell-handle-ansi-color):
4927 Require ansi-color at compile time too.
4928
4929 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4930
4931 * w32-fns.el: Require w32-vars.
4932
4933 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4934 time too.
4935
4936 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * double.el ([ignore]): Use `ignore'.
4939 (double-setup): Inline into double-mode.
4940 (double-mode): Use define-minor-mode.
4941
4942 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4943
4944 * textmodes/reftex.el: Move require easymenu before first use.
4945 (reftex-info): Require info at compile too.
4946
4947 * textmodes/org-publish.el (org-publish-org-to-html)
4948 (org-publish-org-to): Require org at compile time too.
4949 (org-publish-attachment): Require at compile time too.
4950
4951 * term/tty-colors.el (w32-tty-standard-colors):
4952 Pacify byte-compiler.
4953
4954 * term/pc-win.el (frame-creation-function-alist): Add to this
4955 instead of setting frame-creation-function.
4956
4957 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4958
4959 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4960
4961 * calendar/todo-mode.el: Require calendar at compile time.
4962
4963 * calendar/cal-hebrew.el: Require holidays at compile time.
4964
4965 * w32-vars.el: Provide w32-vars.
4966
4967 * term/w32-win.el: Require w32-vars.
4968 (w32-color-map): Pacify byte-compiler.
4969
4970 * loadup.el: Load w32-vars before term/w32-win.
4971
4972 2007-10-20 Juri Linkov <juri@jurta.org>
4973
4974 * textmodes/fill.el (fill-paragraph): When the region is active,
4975 don't try other `or' branches regardless of the value returned by
4976 fill-region; just return t.
4977
4978 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4979
4980 * vc.el (vc-do-command): Condition out a misleading message when
4981 running asynchronously.
4982 (vc-deduce-fileset): New argument enables using an unregistered
4983 visited file as a singleton fileset if nothing else is available.
4984 (vc-next-action): Restore file-registering behavior.
4985
4986 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4987
4988 * calc/README: Add recent news.
4989
4990 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4993 (x-gtk-map-stock): Delete duplicated definitions from merge.
4994
4995 * progmodes/compile.el (compilation-skip-to-next-location)
4996 (compilation-skip-threshold, compilation-skip-visited):
4997 Move definitions earlier.
4998
4999 * play/decipher.el (decipher-keypress):
5000 * play/zone.el (zone-fall-through-ws):
5001 * play/landmark.el (lm-move-down, lm-move-up):
5002 * play/handwrite.el (handwrite):
5003 * mail/mspools.el (mspools-visit-spool):
5004 * wdired.el (wdired-next-line, wdired-previous-line):
5005 * tar-mode.el (tar-subfile-save-buffer):
5006 * scroll-lock.el (scroll-lock-next-line)
5007 (scroll-lock-previous-line):
5008 * image-dired.el (image-dired-next-line)
5009 (image-dired-previous-line):
5010 * ediff-help.el (ediff-help-message-line-length):
5011 Use forward-line.
5012
5013 * smerge-mode.el (smerge-auto-refine):
5014 * diff-mode.el (diff-auto-refine): Add :group.
5015
5016 * play/yow.el: Require doctor at compile time.
5017
5018 * vmsproc.el: Provide vmsproc.
5019 (command-send-input): Use forward-line.
5020
5021 * vms-patch.el: Require ps-print and vmsproc at compile time.
5022
5023 * vc-mtn.el (log-view-message-re, log-view-file-re)
5024 (log-view-font-lock-keywords): Pacify byte-compiler.
5025
5026 * vc-hg.el: Require log-view at compile time.
5027
5028 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5029
5030 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5031
5032 2007-10-20 Glenn Morris <rgm@gnu.org>
5033
5034 * progmodes/f90.el (f90-font-lock-keywords-2)
5035 (f90-looking-at-type-like): Fix regexp typos.
5036
5037 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5038
5039 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5040 (bs-mode): Set mode-class property to special.
5041
5042 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * diff-mode.el (diff-auto-refine): New var.
5045 (diff-hunk): Use it.
5046 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5047 (diff-refine-change): Rename from diff-fine-change. Change it.
5048 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5049 (diff-refine-hunk): Rename from diff-fine-highlight.
5050
5051 2007-10-20 John Paul Wallington <jpw@pobox.com>
5052
5053 * help-fns.el (describe-variable-custom-version-info): New function
5054 to return variable's version or package version note.
5055 (describe-variable): Use it, display result.
5056
5057 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * smerge-mode.el (smerge-auto-refine): New var.
5060 (smerge-next, smerge-prev): Use it.
5061 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5062
5063 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5064 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5065
5066 * vc-bzr.el (vc-bzr-diff-tree):
5067 * vc-git.el (vc-git-diff-tree):
5068 * vc-hg.el (vc-hg-diff-tree):
5069 * vc-mcvs.el (vc-mcvs-diff-tree):
5070 * vc-mtn.el (vc-mtn-diff-tree):
5071 * vc-svn.el (vc-svn-diff-tree): Remove.
5072
5073 * vc-mtn.el (vc-mtn-revision-completion-table):
5074 * vc-cvs.el (vc-cvs-revision-completion-table):
5075 * vc-arch.el (vc-arch-revision-completion-table):
5076 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5077 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5078 Make it work when the arg is a list of files.
5079
5080 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5083 Also `revision-completion-table' now takes a list of files.
5084 (vc-deduce-fileset): Remove unused var `regexp'.
5085 Only obey allow-directory-wildcard in dired buffers.
5086 (vc-default-diff-tree): Remove.
5087 (vc-diff-added-files): New var.
5088 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
5089 (vc-version-diff): Revert from `vc-history-diff' to the original name.
5090 Remove the `backend' arg.
5091 (vc-contains-version-controlled-file): Remove.
5092 (vc-diff): Bring it closer to the version in Emacs-22.
5093 (vc-revert): Fix typo in let-binding.
5094 (vc-default-unregister): Remove.
5095 (vc-dired-buffers-for-dir): Remove N^2 behavior.
5096
5097 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5098
5099 * textmodes/two-column.el (2C-split, 2C-merge):
5100 * textmodes/bib-mode.el (bib-find-key, mark-bib):
5101 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5102 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5103 * progmodes/ada-xref.el (ada-get-all-references):
5104 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5105 * emulation/vi.el (vi-previous-line-first-nonwhite)
5106 (vi-effective-range, vi-put-before):
5107 * emulation/edt.el (edt-next-line, edt-previous-line)
5108 (edt-paragraph-forward): Use forward-line.
5109
5110 * progmodes/etags.el (tags-apropos): Require apropos at compile
5111 time too.
5112
5113 * progmodes/prolog.el: Require comint when compiling.
5114 (inferior-prolog-flavor): Move defvar before use.
5115
5116 2007-10-19 Richard Stallman <rms@gnu.org>
5117
5118 * font-core.el (turn-on-font-lock-if-desired):
5119 Rename from `turn-on-font-lock-if-enabled'.
5120 Fully obey `font-lock-global-modes'.
5121
5122 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5125 which will not affect the behavior of things like forward-word.
5126 (diff-fine-highlight): Preserve point.
5127
5128 * doc-view.el (doc-view-mode-map): Use remapping.
5129 Don't rebind C-v, M-v to their default value.
5130 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5131
5132 * smerge-mode.el: Add word-granularity refinement.
5133 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5134 (smerge-refine-weight-hack): New vars.
5135 (smerge-refine-forward): New fun.
5136 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5137 (smerge-refine-subst): Use them as well. Preserve point.
5138
5139 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * follow.el (follow-unload-function): New function.
5142
5143 * loadhist.el (unload-function-features-list):
5144 Rename from `unload-hook-features-list'.
5145 (unload-hook-features-list): Add as obsolete alias.
5146 (unload-feature): Use `unload-function-features-list'
5147 and new FEATURE-unload-function.
5148
5149 2007-10-19 Glenn Morris <rgm@gnu.org>
5150
5151 * bindings.el (mouse-minor-mode-menu)
5152 (minor-mode-menu-from-indicator): Move to mouse.el.
5153 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5154 Move here from bindings.el.
5155
5156 2007-10-19 Richard Stallman <rms@gnu.org>
5157
5158 * help-fns.el (describe-function-1): Don't use the advice origname
5159 if it has no function definition.
5160
5161 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5162
5163 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5164 Use `save-restriction' rather than `widen'.
5165
5166 2007-10-18 Richard Stallman <rms@gnu.org>
5167
5168 * time.el (display-time-world-time-format): Display day # not month #.
5169
5170 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5171
5172 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5173
5174 * doc-view.el: Remove version keyword.
5175 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5176 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
5177 (doc-view-ghostscript-options): Improve custom type.
5178 (doc-view-cache-directory, doc-view-conversion-buffer)
5179 (doc-view-conversion-refresh-interval): Simplify custom type.
5180
5181 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
5182
5183 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5184 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5185 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5186 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5187 Remove superfluous messages.
5188 (doc-view-mode-map): Use the image-mode scrolling commands.
5189 Don't rebind C-x k.
5190
5191 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5192
5193 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5194 Add comment about "-dSAFER".
5195
5196 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * term/xterm.el: Don't require xt-mouse.
5199 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5200 calling turn-on-xterm-mouse-tracking-on-terminal directly.
5201
5202 * xt-mouse.el: Don't change the global function-key-map anny more.
5203 (xterm-mouse-mode): Use terminal-init-xterm-hook.
5204 Don't use after-make-frame-functions now that term/xterm.el calls
5205 us directly.
5206 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5207 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
5208 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5209 Setup input-decode-map and remember that xterm-mouse-mode was
5210 enabled in this terminal.
5211 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5212 terminals where it has been enabled.
5213
5214 * faces.el (tty-create-frame-with-faces): Make sure not only
5215 tty-run-terminal-initialization but also set-locale-environment
5216 are run only once per terminal.
5217 (tty-run-terminal-initialization): Don't check if the terminal was
5218 already initted.
5219
5220 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
5221 not to remove keymaps that just happen to inherit from one of ours.
5222 When setting up our keymap, make sure it won't be accidentally
5223 modified by someone else.
5224
5225 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5226
5227 * textmodes/artist.el (artist-previous-line, artist-next-line):
5228 * dired.el (dired-next-line, dired-previous-line):
5229 * progmodes/delphi.el (delphi-newline):
5230 * textmodes/org.el (org-columns-eval):
5231 Use forward-line.
5232
5233 * emerge.el (emerge-setup): Use insert-buffer-substring.
5234 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
5235
5236 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
5239 (adaptive-fill-function): Doc fix. Remove * from docstring.
5240
5241 2007-10-18 Tom Horsley <tom.horsley@att.net>
5242
5243 * simple.el (interprogram-paste-function): Doc fix.
5244 (current-kill): Accept list of strings as well
5245 as single string from `interprogram-paste-function'.
5246
5247 2007-10-18 Glenn Morris <rgm@gnu.org>
5248
5249 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5250
5251 2007-10-18 Drew Adams <drew.adams@oracle.com>
5252
5253 * bindings.el (mode-line-minor-mode-keymap):
5254 Add mouse-minor-mode-menu on mouse-1.
5255 (mode-line-modes): Add mouse-1 to help-echo text.
5256 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5257 New functions.
5258 (mode-line-minor-mode-help): Doc fix.
5259
5260 2007-10-17 Juri Linkov <juri@jurta.org>
5261
5262 * textmodes/fill.el (fill-paragraph-or-region): Remove function
5263 at the request of RMS.
5264 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
5265 arg `region'. Fix docstring. At the first `or' branch add call to
5266 `fill-region' if it the region is active in transient-mark-mode.
5267
5268 * bindings.el (esc-map): Bind M-q to fill-paragraph
5269 instead of fill-paragraph-or-region.
5270
5271 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5272 with fill-paragraph.
5273
5274 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5275 Fix docstring.
5276
5277 * indent.el (indent-for-tab-command): Change interactive spec from
5278 "P" to "p". Add check for interactive arg before indenting the
5279 active region.
5280
5281 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5282 Regroup.
5283
5284 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5285
5286 * emacs-lisp/find-func.el: Don't require loadhist.
5287
5288 * loadhist.el (feature-symbols, file-provides, file-requires)
5289 (file-set-intersect, file-dependents): Simplify.
5290 (unload-feature-special-hooks): Update list of special hooks.
5291
5292 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
5293
5294 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5295 extensions since they can be viewed with doc-view.
5296
5297 * files.el (auto-mode-alist): Make doc-view-mode the default mode
5298 for pdf, ps and dvi files.
5299
5300 * doc-view.el: Make doc-view-mode the standard mode for viewing
5301 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5302 text and image display. Add binding C-c C-e to switch to an
5303 editing mode.
5304 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5305 avoid security problems when rendering files from untrusted sources.
5306
5307 2007-10-17 Aaron Hawley <aaronh@garden.org>
5308
5309 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5310 position is not saved.
5311
5312 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
5313
5314 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
5315 (doc-view-ghostscript-options): Fix typo in doc string.
5316
5317 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5320 handling, so compilation-fake-loc works again.
5321
5322 * server.el (server-select-display): Nop if we do not support m-f-o-d.
5323 (server-process-filter): Revert last change.
5324
5325 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5326 behavior unrelated to filesets.
5327
5328 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * longlines.el (longlines-wrap-follows-window-size): Integer value
5331 specifies wrapping margin.
5332 (longlines-mode, longlines-window-change-function):
5333 Set window-specific wrapping margin based on the above.
5334
5335 2007-10-17 John Wiegley <johnw@newartisans.com>
5336
5337 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5338
5339 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5340
5341 * server.el (server-process-filter): Only set display if X11 is
5342 supported.
5343
5344 2007-10-17 Glenn Morris <rgm@gnu.org>
5345
5346 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5347 Tweak regexp to avoid stack overflow.
5348
5349 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * simple.el (reindent-then-newline-and-indent): Don't assume that
5352 indent-according-to-mode preserves point.
5353
5354 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
5355
5356 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5357 (bs--nth-wrapper): Simplify.
5358 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
5359 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
5360 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5361 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5362 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5363 (bs-configurations, bs-default-configuration)
5364 (bs-alternative-configuration, bs-cycle-configuration-name)
5365 (bs-string-show-always, bs-string-show-never, bs-string-current)
5366 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5367 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5368 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5369 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5370 (bs--window-config-coming-from): Revert 2006-11-09 change.
5371 (bs--restore-window-config): Keep the selected frame.
5372 (bs--track-window-changes, bs--remove-hooks): New functions.
5373 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
5374 (bs--create-header): Remove.
5375 (bs--create-header-line): New function, based on `bs--create-header'.
5376 (bs--show-header): Use `bs--create-header-line'.
5377 (bs--show-with-configuration): Revert 2006-11-09 change.
5378 Don't reuse window unless it is visible on the selected frame.
5379 Restore window configuration (possibly in a different frame)
5380 before creating any window.
5381
5382 2007-10-16 Glenn Morris <rgm@gnu.org>
5383
5384 * simple.el (blink-matching-open): Don't report false errors with
5385 the `$' syntax class.
5386
5387 2007-10-16 Richard Stallman <rms@gnu.org>
5388
5389 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5390 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5391 (ad-is-advised, ad-get-advice-info-field)
5392 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5393
5394 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * vc-hooks.el (vc-workfile-version): Compatibility alias.
5397 (vc-default-working-revision): Compatibility for backends.
5398
5399 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5402 (filesets-ormap, filesets-sort-case-sensitive-flag)
5403 (filesets-remake-shortcut, filesets-ingroup-collect-files):
5404 Fix typos in docstrings.
5405 (filesets-conditional-sort, filesets-find-or-display-file)
5406 (filesets-data-get-name, filesets-data-get-data)
5407 (filesets-data-set, filesets-cmd-query-replace-getargs)
5408 (filesets-ingroup-collect): Doc fixes.
5409
5410 2007-10-15 Sam Steingold <sds@gnu.org>
5411
5412 * mail/sendmail.el (sendmail-error-reporting-interactive)
5413 (sendmail-error-reporting-non-interactive): New variables for
5414 sendmail error reporting options to simplify support for imperfect
5415 sendmail emulators.
5416 (sendmail-send-it): Use them instead of list literals.
5417
5418 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * help-fns.el: Revert previous change; it creates a
5421 dependency loop between advice.el and help-fns.el.
5422
5423 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5424
5425 * help-fns.el: Require advice when compiling.
5426
5427 2007-10-14 Drew Adams <drew.adams@oracle.com>
5428
5429 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5430 (ring-insert+extend, ring-remove+insert+extend, ring-member)
5431 (ring-next, ring-previous): New functions.
5432
5433 2007-10-14 Richard Stallman <rms@gnu.org>
5434
5435 * emacs-lisp/advice.el (documentation): Advice deleted.
5436 Doc for advised functions is now handled at C level.
5437 (ad-stop-advice, ad-start-advice): Don't enable or disable
5438 advice for `documentation'.
5439 (ad-advised-definition-docstring-regexp): Var deleted.
5440 (ad-make-advised-definition-docstring): Store orig name
5441 as text property of string.
5442 (ad-advised-definition-p): Check for text property of docstring.
5443
5444 * help-fns.el (describe-function-1): Find source of advised functions.
5445
5446 2007-10-14 Juri Linkov <juri@jurta.org>
5447
5448 * faces.el (describe-face): Allow handling a string as the face name.
5449
5450 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5451 active region in transient-mark-mode.
5452 (ispell-region): Change messages displayed at the start and end of
5453 the spell-checking to be the same.
5454
5455 * startup.el (fancy-startup-tail): Say exactly what does the button
5456 dismiss ("Dismiss this startup screen"). Use text "Never show
5457 it again" for the checkbox after this button.
5458 (fancy-startup-screen, fancy-about-screen): Put point before the
5459 first link, so the user can quickly select links with the keyboard.
5460 (normal-mouse-startup-screen): Add more useful text describing how
5461 to follow a link.
5462
5463 2007-10-14 Glenn Morris <rgm@gnu.org>
5464
5465 * progmodes/etags.el (select-tags-table): Disable undo in the
5466 `*Tags Table List*' buffer.
5467
5468 2007-10-13 Eli Zaretskii <eliz@gnu.org>
5469
5470 * dired.el (dired-warn-writable): New face.
5471 (dired-warn-writable-face): New variable.
5472 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5473 of dired-warning-face, for group- and world-writable files.
5474
5475 2007-10-13 Richard Stallman <rms@gnu.org>
5476
5477 * files.el (directory-abbrev-alist): Doc fix.
5478
5479 2007-10-13 Jari Aalto <jari.aalto@cante.net>
5480
5481 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5482
5483 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5484
5485 * frame.el (set-frame-configuration): Assign name parameter only
5486 if it has been set explicitly before.
5487
5488 2007-10-11 Tom Tromey <tromey@redhat.com>
5489
5490 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5491 frame is visible.
5492
5493 2007-10-10 Richard Stallman <rms@gnu.org>
5494
5495 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5496 in *Backtrace*.
5497
5498 * faces.el (face-font-selection-order): Doc fix.
5499
5500 * loadhist.el (unload-feature): Doc fix.
5501
5502 2007-10-13 Glenn Morris <rgm@gnu.org>
5503
5504 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5505 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5506 Add doc string, and an explicit COUNT argument.
5507 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5508 `inc' to search functions.
5509
5510 * faces.el (face-spec-set): When FRAME is nil, set the default for
5511 new frames (restores pre-2007-09-17 behavior). Doc fix.
5512
5513 2007-10-13 John W. Eaton <jwe@octave.org>
5514
5515 * progmodes/octave-mod.el (octave-looking-at-kw)
5516 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5517 New functions.
5518 (octave-in-defun-p, calculate-octave-indent)
5519 (octave-blink-matching-block-open, octave-beginning-of-defun)
5520 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5521 to search for regexps that contain case-sensitive keywords.
5522 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5523 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5524
5525 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5526
5527 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5528 Do not use a single clause cond.
5529
5530 * cus-start.el (all): Use test that does not match the X11 version
5531 for mac.
5532
5533 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
5534
5535 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5536 BROWSE buffer.
5537
5538 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5539
5540 * cus-start.el (all): Undo previous change.
5541
5542 2007-10-13 Glenn Morris <rgm@gnu.org>
5543
5544 * woman.el (woman0-rename): Fix paren typo.
5545
5546 * mail/feedmail.el (feedmail-run-the-queue)
5547 (feedmail-look-at-queue-directory):
5548 * mail/reporter.el (reporter-dump-state):
5549 * net/eudc-hotlist.el (eudc-edit-hotlist):
5550 * net/eudc.el (eudc-display-records)
5551 (eudc-filter-duplicate-attributes)
5552 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5553 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5554 (eudc-bbdb-query-internal):
5555 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5556 * net/socks.el (socks-build-auth-list):
5557 * progmodes/cc-cmds.el (top level):
5558 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5559 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5560 (cperl-write-tags, cperl-tags-treeify):
5561 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5562 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5563 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5564 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5565 (idlwave-toolbar-remove-everywhere):
5566 * progmodes/idlwave.el (idlwave-indent-line)
5567 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5568 (idlwave-write-paths, idlwave-all-method-classes)
5569 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5570 (idlwave-fix-keywords, idlwave-display-calling-sequence)
5571 (idlwave-complete-in-buffer):
5572 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5573 (org-fast-tag-selection):
5574 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5575 than mapcar.
5576
5577 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5578
5579 * diff-mode.el (diff-fine-change): Add :group.
5580
5581 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * cus-start.el (all): Use the same test as the 22.2 branch.
5584
5585 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * diff-mode.el (diff-current-defun): Force recomputation of
5588 change-log-default-name.
5589
5590 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * startup.el (fancy-startup-screen): Remove an unnecessary newline
5593 and some leftover logic regarding dedicated frames. If showing
5594 concise startup screen, fit window to buffer.
5595 (command-line-1): If we will be using the splash screen, use
5596 find-file instead of find-file-other-window to find additional files.
5597 Comment out unused code for coping with the old sit-for behavior.
5598
5599 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5602 `meta' modifier consistently, rather than using sometimes meta
5603 sometimes alt.
5604
5605 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5606
5607 * window.el (handle-select-window): Revert part of 2007-10-08
5608 change setting the input focus.
5609
5610 2007-10-12 Glenn Morris <rgm@gnu.org>
5611
5612 * startup.el (command-line): Do not read abbrev file in batch mode.
5613
5614 * emacs-lisp/byte-opt.el (top level):
5615 * mail/rmail.el (rmail-list-to-menu):
5616 * obsolete/hilit19.el (hilit-mode):
5617 * progmodes/cc-mode.el (c-postprocess-file-styles)
5618 (c-submit-bug-report):
5619 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5620 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5621 (reftex-access-parse-file):
5622 * textmodes/reftex-cite.el (reftex-do-citation)
5623 (reftex-insert-bib-matches):
5624 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5625 * textmodes/reftex-sel.el (reftex-select-unmark):
5626 * textmodes/reftex-toc.el (reftex-toc-do-promote):
5627 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5628
5629 * cus-edit.el (custom-variable-menu, custom-face-menu)
5630 (custom-group-menu): Check init-file-user rather than
5631 user-init-file, in case cus-edit is loaded by site-run-file.
5632
5633 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5634
5635 * vc.el (vc-deduce-fileset): Delete unused code.
5636 (vc-next-action): Fix typos.
5637
5638 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * bs.el (bs--mark-unmark): New function.
5641 (bs-mark-current, bs-unmark-current): Use it.
5642
5643 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5644
5645 * vc.el (vc-diff):
5646 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
5647 temporarily disable the check for his edge case of
5648 vc-diff (stopping it from grinding when called from $HOME), as
5649 it's calling some brittle code in vc-hooks.el.
5650 (with-vc-properties): Fix evaluation time of a macro argument.
5651 * ediff-vers.el (ediff-vc-internal):
5652 * vc-hooks.el:
5653 * loaddefs.el: Follow up on VC terminology change.
5654
5655 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5656
5657 * follow.el (follow-stop-intercept-process-output):
5658 Use `follow-call-process-filter' rather than `process-filter'.
5659 Simplify.
5660
5661 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5662
5663 * vc-hooks.el (vc-registered): Robustify this function a bit
5664 against filenames with no directory component.
5665
5666 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * international/characters.el: Undo unwanted and unexplained change.
5669
5670 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5671
5672 * ps-print.el: Fix the usage of :foreground and :background face
5673 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
5674 (ps-print-version): New version 6.7.6.
5675 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
5676 Fix code.
5677 (ps-face-foreground-color-p, ps-face-background-color-p)
5678 (ps-face-color-p): New inline funs.
5679
5680 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5681
5682 * textmodes/org.el (org-additional-option-like-keywords): New constant.
5683 (org-complete): Use `org-additional-option-like-keywords'.
5684 (org-parse-local-options): New function.
5685
5686 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5687
5688 * textmodes/org.el (org-in-clocktable-p): New function.
5689 (org-clock-report): Only update the table at point, or insert a new one.
5690 (org-clock-goto): New function.
5691 (org-open-file): Use `start-process-shell-command' instead of
5692 `shell-command' with an ampersand.
5693 (org-deadline, org-schedule): New argument REMOVE to remove the
5694 date from the entry.
5695 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5696 argument to `org-schedule' and `org-deadline'.
5697 (org-trim): Use the correct expressions for beginning and end of
5698 the string.
5699 (org-get-cleaned-entry): Trim the string before returning it.
5700 (org-clock-find-position): New function.
5701 (org-clock-into-drawer): New option.
5702 (org-agenda-tags-column): Rename from
5703 `org-agenda-align-tags-to-column'.
5704 (org-agenda-align-tags): Allow negative values for
5705 `org-agenda-tags-column'.
5706 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5707 (org-agenda-to-appt): New optional argument FILTER.
5708 (org-completion-fallback-command): New variable.
5709 (org-complete): Use `org-completion-fallback-command'.
5710 (org-find-base-buffer-visiting): Catch the case that there is no
5711 buffer visiting the file.
5712 (org-property-or-variable-value): New function.
5713 (org-todo): Use `org-property-or-variable-value'
5714 (org-agenda-compact-blocks): New option.
5715 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5716 (org-agenda-schedule, org-agenda-deadline):
5717 Call `org-agenda-show-new-time'.
5718 (org-agenda-show-new-time): New argument PREFIX.
5719 (org-colgroup-info-to-vline-list): Fix but that cause a
5720 shift in the vertical lines.
5721 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5722 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5723 (org-indent-item): No arg in call to `org-fix-bullet-type'.
5724 (org-fix-bullet-type): Remove argument.
5725 (org-read-date): Check for am/pm twice, to catch the end time.
5726 (org-goto-map): Use `suppress-keymap'.
5727 (org-remember-apply-template): Respect the dynamically scoped
5728 selection character.
5729
5730 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
5731
5732 * textmodes/org-export-latex.el (org-export-latex-protect-string):
5733 Renaming of `org-latex-protect'.
5734 (org-export-latex-emphasis-alist): By default, don't protect
5735 any emphasis formatter from further conversion.
5736 (org-export-latex-tables): Honor column grouping for tables.
5737 (org-export-latex-title-command): New option.
5738 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5739 export backslash character.
5740
5741 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * frame.el (frame-inherited-parameters): Remove unused `environment'
5744 parameter, and let server.el add `client' when needed.
5745
5746 * server.el (server-create-tty-frame)
5747 (server-create-window-system-frame): Set frame-inherited-parameters.
5748
5749 * frame.el (frame-inherited-parameters): New var.
5750 (make-frame): Use it.
5751
5752 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5753
5754 * env.el (let-environment): Remove. Unused.
5755 (read-envvar-name): Simplify.
5756 (setenv): Remove unused arg `frame'.
5757
5758 * help-fns.el (describe-variable): Add missing " " for multiline
5759 obsolescence info and missing EOL after global value.
5760
5761 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5762
5763 * add-log.el:
5764 * ediff-vers.el:
5765 * log-view.el:
5766 * pcvs.el:
5767 * vc-arch.el:
5768 * vc-bzr.el:
5769 * vc-cvs.el:
5770 * vc.el:
5771 * vc-git.el:
5772 * vc-hg.el:
5773 * vc-hooks.el:
5774 * vc-mcvs.el:
5775 * vc-mtn.el:
5776 * vc-rcs.el:
5777 * vc-sccs.el:
5778 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5779 {find,init,next,previous,annotate-*,log}-version ->
5780 {find,init,next,previous,annotate-*,log}-revision,
5781 annotate-focus-version -> annotate-working-revision, The term
5782 'focus' is gone. The term 'revision' is now used consistently
5783 everywhere that reference to a revision ID is intended, replacing
5784 older use of 'version'.
5785
5786 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
5787
5788 * follow.el: Change all instances of "Follow Mode" to "Follow
5789 mode" in docstrings and messages.
5790 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5791
5792 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5793
5794 * vc.el (vc-next-action): Rewrite completely; this principal
5795 entry point now operates on a current fileset selected either
5796 explicitly via VC-Dired or implicitly by visiting a file buffer,
5797 rather than always operating on the file of the current buffer as
5798 in older versions. Rewrite the rest of the mode to match.
5799 (with-vc-properties): Rewrite to operate on a file list.
5800 (with-vc-file): vc-checkin takes a file list argument now.
5801 (vc-post-command-functions): This hook now receives a file list.
5802 (vc-do-command): Take a either a file or a file list as argument.
5803 (vc-deduce-fileset): New function for deducing a file list to
5804 operate on.
5805 (vc-next-action-on-file, vc-next-action-dired): Remove.
5806 Merge into vc-next-action.
5807 (vc-register): Adapt to the fact that vc-start-entry now takes a
5808 file list.
5809 (vc-register-with): New function.
5810 (vc-start-entry): Take a file list argument rather than a
5811 file argument.
5812 (vc-checkout): Cope with vc-start-entry taking a file list.
5813 (vc-steal-lock): Cope with with-vc-properties taking a
5814 file list.
5815 (vc-checkin): Take a file list argument rather than a file argument.
5816 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5817 (vc-diff-internal): Rewrite for filesets.
5818 (vc-diff-sentinel): New function, tests whether changes were
5819 written into a diff buffer.
5820 (vc-diff): Rewrite for filesets.
5821 (vc-version-diff): Rewrite for filesets.
5822 (vc-print-log): Take a fileset argument.
5823 (vc-revert): Revert the entire selected fileset, not just the
5824 current buffer.
5825 (vc-rollback): Roll back the entire selected fileset, if
5826 possible. No longer accepts a prefix argument.
5827 (vc-update): Merge new changes for the entire selected
5828 fileset, not just the current buffer.
5829 (vc-revert-file): Cope with with-vc-properties taking a file list.
5830 (vc-default-dired-state-info): Add + status suffix if the file is
5831 modified.
5832 (vc-annotate-warp-version): Use the new diff machinery.
5833 (vc-log-edit): Take a file list argument rather than a file argument.
5834
5835 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5836
5837 Sync with Tramp 2.1.11.
5838
5839 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5840 Pacify byte compiler.
5841
5842 * net/trampver.el: Update release number.
5843
5844 2007-10-09 Richard Stallman <rms@gnu.org>
5845
5846 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5847
5848 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5849
5850 * follow.el: Require easymenu.
5851 (follow-mode-hook, follow-mode): Doc fixes.
5852 (follow-mode-off-hook): Mark as obsolete.
5853
5854 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5855
5856 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5857 select-window or select-frame events.
5858 (handle-select-window): When autoselecting window set input
5859 focus. Restructure.
5860
5861 * frame.el (focus-follows-mouse): Move to frame.c.
5862 * cus-start.el (all): Add focus-follows-mouse.
5863
5864 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5867 activate font-locking in the *buffer-selection* buffer.
5868 (bs-show-sorted): Doc fix.
5869
5870 * bs.el (bs--get-marked-string, bs--get-modified-string)
5871 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5872 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5873 (bs--format-aux): Doc fix.
5874
5875 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5876
5877 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5878
5879 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5880
5881 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5882 (gud-gdb): New function for old M-x gdb (text command mode).
5883 (gud-gdb-command-name, gdb): Move to...
5884
5885 * progmodes/gdb-ui.el: ...here and adapt doc string.
5886 (gud-gdba-command-name, gdba): Delete.
5887
5888 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * bs.el: Don't defvar `font-lock-verbose'.
5891 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5892 (bs--get-file-name): Fix typos in docstrings.
5893 (bs--show-header): Use `dolist' instead of `mapcar'.
5894 (bs-mode): Set `show-trailing-whitespace' to nil.
5895 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5896 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5897 Doc fixes.
5898
5899 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5900
5901 * progmodes/gud.el (pdb): Specify file for gud-break.
5902
5903 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5904
5905 * progmodes/gud.el (gdb): Make graphical mode the default and
5906 switch to text command mode if appropriate, i.e., reverse previous
5907 arrangement.
5908 (gud-gdb-marker-filter): Adapt for above change.
5909
5910 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5911 gud-minor-mode and gud-marker-filter.
5912 (gdb-fullname-regexp): New variable.
5913 (gud-gdba-marker-filter): Use it to switch to text command
5914 mode if appropriate.
5915
5916 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5917
5918 * progmodes/gud.el (gud-display-line): Find source buffer even when
5919 GUD buffer has its own frame.
5920
5921 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5922
5923 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5924
5925 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5926
5927 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5928
5929 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5930
5931 * allout.el (allout-before-change-handler): Replace got-char by
5932 goto-char.
5933
5934 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5937 Used to try and automatically enabled smerge-mode in the presence of
5938 conflicts and to call `svn resolved' when the conflicts are gone.
5939 (vc-svn-parse-status): Remember the svn-specific status.
5940
5941 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5942
5943 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5944 menu-bar-apropos-menu. All users changed.
5945 (menu-bar-help-menu): Change menu symbols to better match the text
5946 displayed by the menu.
5947
5948 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5949
5950 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5951 #, @, : and ^.
5952
5953 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5954
5955 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5956
5957 * log-view.el (log-view-mode-map): Likewise.
5958
5959 * diff-mode.el (diff-mode-shared-map): Likewise.
5960
5961 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5962
5963 * files.el (file-name-sans-versions): Also allow `A-Z'.
5964
5965 * vc.el: Mention all supported VC backends.
5966
5967 2007-10-08 Richard Stallman <rms@gnu.org>
5968
5969 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5970 neighbouring buttons.
5971
5972 2007-10-08 Andreas Schwab <schwab@suse.de>
5973
5974 * files.el (file-name-sans-versions): Also allow `_'.
5975
5976 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5977
5978 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5979
5980 * log-view.el (log-view-mode-map, log-view-mode-menu):
5981 Bind log-view-annotate-version.
5982 (log-view-beginning-of-defun, log-view-end-of-defun)
5983 (log-view-annotate-version): New functions.
5984 (log-view-mode): Use log-view-beginning-of-defun and
5985 log-view-end-of-defun.
5986
5987 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5990
5991 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5994 neighbouring buttons.
5995
5996 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5997 Recognize gcc's use of "note" for informational messages.
5998
5999 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6002 (css-mode): Update correspondingly.
6003
6004 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6005
6006 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
6007 Signed-off-by, Acked-by and Merge.
6008
6009 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * ediff-init.el (ediff-verbose-p): This var is not a constant.
6012
6013 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * vc-mtn.el: New file.
6016
6017 * vc-hooks.el (vc-handled-backends): Add Mtn.
6018
6019 2007-10-08 Eli Zaretskii <eliz@gnu.org>
6020
6021 * files.el (find-file, find-file-other-window)
6022 (find-file-other-frame, find-file-existing, find-file-read-only)
6023 (find-file-read-only-other-window)
6024 (find-file-read-only-other-frame)
6025 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6026
6027 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6028
6029 * progmodes/gud.el (gdb-ready): New variable.
6030 (gdb): Set it to nil. Set gud-running to nil here...
6031 (gud-common-init): ...instead of here.
6032
6033 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6034 Use gdb-ready. Discard input until GDB is ready to accept it.
6035
6036 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6037
6038 * dired.el (dired-warning): Inherit from font-lock-warning-face to
6039 make it show up with eight colors.
6040
6041 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6044 diffs are concatenated with no intervening line.
6045
6046 2007-10-08 Dave Love <fx@gnu.org>
6047
6048 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6049 (python-font-lock-keywords): Update to the 2.5 version of the language.
6050 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6051 (python-backspace): Only behave funny in code.
6052 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6053 (inferior-python-mode): Add PDB prompt regexp.
6054 (python-fill-paragraph): Refine the fenced-string regexp.
6055 (python-find-imports): Handle imports spanning several lines.
6056 (python-mode): Add `class' to hideshow support.
6057
6058 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6061 Use add-log-buffer-file-name-function rather than binding
6062 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6063 when `fi' is the ChangeLog file itself.
6064
6065 * outline.el (outline-flag-region): Use front-advance.
6066
6067 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
6068
6069 * progmodes/cperl-mode.el: Merge upstream 5.23.
6070 (cperl-where-am-i): Remove function.
6071 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6072 (cperl-sniff-for-indent): De-invert [string] and [comment].
6073 When looking for label, skip s:m:y:tr.
6074 (cperl-indent-line): Likewise.
6075 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6076 (cperl-windowed-init): Wrong `ps-print' handling.
6077 Both thanks to Chong Yidong.
6078 (cperl-look-at-leading-count): Could fail with unfinished RExen.
6079 (cperl-find-pods-heres): If the second part of s()[] is missing,
6080 don't try to highlight delimiters...
6081
6082 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * progmodes/compile.el (compilation-get-file-structure): Complete last
6085 change by also using spec-directory in the puthash.
6086
6087 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6088
6089 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6090 (vc-bzr-status): Fix shadowing of variable 'status'.
6091 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6092 Use `expand-file-name' instead of `concat'.
6093 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6094 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
6095
6096 2007-10-08 Jason Rumney <jasonr@gnu.org>
6097
6098 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
6099
6100 2007-10-08 Richard Stallman <rms@gnu.org>
6101
6102 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6103 Add `safe-local-variable' property.
6104 (lisp-body-indent): Likewise.
6105
6106 2007-10-08 Richard Stallman <rms@gnu.org>
6107
6108 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6109 Add doc string.
6110
6111 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6112
6113 * files.el (backup-buffer-copy): Try to overwrite old backup first.
6114
6115 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6116
6117 * repeat.el (repeat): Use last-repeatable-command instead of
6118 real-last-command. Run pre- and post-command hooks for
6119 self-insertion. Update doc-string.
6120
6121 2007-10-08 Alexandre Julliard <julliard@winehq.org>
6122
6123 * vc-git.el (vc-git-state): Call git-add --refresh to update the
6124 state of the file.
6125 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6126 (vc-git-create-repo): Fix invalid command.
6127
6128 2007-10-08 Richard Stallman <rms@gnu.org>
6129
6130 * textmodes/flyspell.el (flyspell-mode):
6131 Catch errors in flyspell-mode-on.
6132
6133 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6136
6137 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * international/encoded-kb.el (encoded-kbd-setup-display):
6140 Use input-decode-map rather than local-key-translation-map.
6141
6142 * term/rxvt.el (rxvt-alternatives-map): New map.
6143 (terminal-init-rxvt): Use it.
6144 Bind rxvt-function-map in input-decode-map.
6145
6146 * term/xterm.el (xterm-alternatives-map): New map.
6147 (terminal-init-xterm): Use it.
6148 Bind xterm-function-map in input-decode-map.
6149
6150 * term/x-win.el (x-alternatives-map): New var.
6151 (x-setup-function-keys): Use it.
6152
6153 * help-fns.el (describe-variable): Slightly change the layout of
6154 meta-info to separate it better from the docstring.
6155 Standardize insertion of extra empty lines in various circumstances.
6156
6157 * diff-mode.el (diff-hunk-style): New fun.
6158 (diff-end-of-hunk): Use it.
6159 (diff-context->unified): Use the new `apply' undo element,
6160 if applicable, so as to save undo-log space.
6161 (diff-fine-change): New face.
6162 (diff-fine-highlight-preproc): New function.
6163 (diff-fine-highlight): New command.
6164 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6165
6166 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6167 (smerge-refine-highlight-change): Add `props' argument.
6168 (smerge-refine-subst): New function holding most of smerge-refine.
6169 (smerge-refine): Use it.
6170
6171 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
6172
6173 * vc.el (vc-default-wash-log): Remove unused code, the
6174 log washers all live in the backends now.
6175 (vc-default-comment-history): Correct for the fact
6176 that wash-log is argumentless in the new API.
6177
6178 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
6179
6180 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6181 (tramp-maybe-send-script): Apply `member' but `memq'.
6182 (tramp-advice-file-expand-wildcards): Simplify implementation.
6183
6184 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6185
6186 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
6187
6188 * mb-depth.el (minibuf-depth-indicator-function): New variable.
6189 (minibuf-depth-setup-minibuffer): Use it.
6190
6191 2007-10-07 Glenn Morris <rgm@gnu.org>
6192
6193 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6194 version numbers.
6195
6196 2007-10-06 Juri Linkov <juri@jurta.org>
6197
6198 * textmodes/fill.el (fill-paragraph-or-region): New function.
6199
6200 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6201 instead of fill-paragraph.
6202
6203 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6204 with fill-paragraph-or-region. Suspend command is now the same
6205 `suspend-frame' on window systems and on tty.
6206
6207 * image.el (image-type): Check if image-types is bound to not fail
6208 on tty.
6209
6210 * delsel.el (delete-selection-pre-hook):
6211 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6212 is fbound to not fail on mouseless tty.
6213
6214 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6215
6216 * net/tramp.el (top): Move loading of tramp-util.el and
6217 tramp-vc.el to tramp-compat.el.
6218 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
6219 temporary file if possible, in order to avoid a security hole.
6220 (tramp-do-copy-or-rename-file-out-of-band)
6221 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
6222 with DONT-CREATE, because the connection is not setup yet.
6223 (tramp-handle-process-file): Rewrite temporary file handling.
6224 (tramp-completion-mode): New defvar.
6225 (tramp-completion-mode-p): Use it.
6226
6227 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
6228
6229 * net/tramp-fish.el (tramp-fish-handle-process-file):
6230 Rewrite temporary file handling.
6231
6232 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
6233
6234 * vc.el: Workfile version -> focus version change. Port various
6235 comments from new VC to reduce the noise in the diff.
6236 Patch in the new vc-create-repo function to go with the
6237 header comment about it already present.
6238 There are no changes to existing logic in this patch.
6239 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6240
6241 2007-10-06 Aaron Hawley <aaronh@garden.org>
6242
6243 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6244
6245 2007-10-05 Chris Moore <dooglus@gmail.com>
6246
6247 * server.el (server-kill-new-buffers): Doc fix.
6248
6249 2007-10-05 John W. Eaton <jwe@octave.org>
6250
6251 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6252 (octave-begin-keywords): Add "do".
6253 (octave-end-keywords): Remove "end".
6254 (octave-reserved-words): Add "end". Remove "all_va_args",
6255 "gplot", and 'gsplot".
6256 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6257 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6258 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6259 "default_return_value", "define_all_return_values",
6260 "do_fortran_indexing", "empty_list_elements_ok",
6261 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6262 "ok_to_lose_imaginary_part", "prefer_column_vectors",
6263 "prefer_zero_one_indexing", "propagate_empty_matrices",
6264 "resize_on_range_error", "treat_neg_dim_as_zero",
6265 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6266 "warn_divide_by_zero", "warn_function_name_clash",
6267 "warn_missing_semicolon", "whitespace_in_literal_matrix".
6268 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6269 "crash_dumps_octave_core", "sighup_dumps_octave_core",
6270 "sigterm_dumps_octave_core".
6271 (octave-block-match-alist): Remove "end" from block-end keywords.
6272 (octave-mode): Update ftp site address.
6273
6274 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6275
6276 * vc.el: Reorder functions, no code changes.
6277
6278 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
6279
6280 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6281 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6282 the cond clauses where needed.
6283 (tramp-handle-write-region): Rearrange code for proper handling of
6284 tmpfile.
6285
6286 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6287
6288 * net/tramp.el:
6289 * net/tramp-fish.el:
6290 * net/tramp-ftp.el:
6291 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6292 `tramp-compat-make-temp-file'.
6293
6294 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6297
6298 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6301 already uses a more recent copyright version than the "current" one.
6302
6303 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6304
6305 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6306 (doc-view-insert-image): Minor aesthetical docstring changes.
6307
6308 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
6309
6310 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6311 completing filename.
6312 (doc-view-search-internal): Docstring change.
6313
6314 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
6315
6316 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6317 (tramp-file-name-handler-alist):
6318 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
6319 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
6320 used before, creates the file already, which is not desired.
6321 (tramp-do-copy-or-rename-file-directly): Simplify handling of
6322 temporary file.
6323 (tramp-handle-insert-file-contents): Assign the result in the
6324 short track case.
6325 (tramp-handle-insert-file-contents-literally): New defun.
6326 (tramp-completion-mode-p): Revert change from 2007-09-24.
6327 Checking for `return' etc as last character is not sufficient, for
6328 example in dired-mode when entering <g> (revert-buffer) or
6329 <s> (dired-sort).
6330
6331 * net/tramp-compat.el (top): Add also compatibility code for loading
6332 appropriate timer package.
6333 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6334 order to avoid autoloading problems.
6335
6336 * net/tramp-fish.el:
6337 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6338
6339 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6340 where the second parameter of `copy-file' or `rename-file' is a
6341 remote file but not via ftp.
6342
6343 2007-10-02 Richard Stallman <rms@gnu.org>
6344
6345 * frame.el (cursor-in-non-selected-windows): Doc fix.
6346
6347 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6348
6349 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6350 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6351
6352 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
6353
6354 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6355 when `expt' doesn't give range errors.
6356
6357 2007-10-01 Markus Triska <markus.triska@gmx.at>
6358
6359 * calc/calc-math.el (math-smallest-emacs-expt):
6360 Make the computation more robust.
6361
6362 2007-09-30 David Kastrup <dak@gnu.org>
6363
6364 * startup.el (argv): Alias for `command-line-args-left' to use as
6365 `(pop argv)' inside of --eval command sequences. Allows for
6366 passing shell commands into Emacs verbatim without need for Lisp
6367 quoting.
6368
6369 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6370 check only for changed size.
6371 (auto-revert-tail-handler): Get size from caller. If the file has
6372 shrunk, tail the whole file again (the file presumably has been
6373 rewritten).
6374
6375 * woman.el (woman-topic-all-completions, woman-mini-help):
6376 Fix fallout from 2007-09-07 introduction of `dolist' when the list
6377 actually was being manipulated in the loop.
6378 (woman-Cyg-to-Win, woman-pre-process-region)
6379 (woman-horizontal-escapes, woman-if-body, woman-unescape)
6380 (woman-strings, woman-special-characters, woman1-hc)
6381 (woman-change-fonts, woman-find-next-control-line):
6382 Use `match-beginning' rather than `match-string' when the result is
6383 just used as a flag.
6384
6385 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * net/tramp-compat.el: New file.
6388
6389 * net/tramp.el:
6390 * net/tramp-fish.el:
6391 * net/tramp-smb.el:
6392 * net/tramp-uu.el:
6393 * net/trampver.el: Move compatibility code to tramp-compat.el.
6394 Apply `mapc' instead of `mapcar' when the code needs side effects
6395 only. Move utf-8 coding cookie to the second line.
6396
6397 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
6398
6399 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6400 Improve custom type.
6401 (icon-map-list): Make it customizable. Document how to disable
6402 stock icons.
6403
6404 2007-09-30 Richard Stallman <rms@gnu.org>
6405
6406 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6407
6408 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6409
6410 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6411
6412 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
6415 (t-mouse-mode): New compatibility alias.
6416
6417 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6418
6419 * server.el (server-delete-client): Only delete the terminal if it
6420 is non-nil.
6421
6422 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
6423
6424 * net/tramp.el (with-file-property, with-connection-property):
6425 Highlight as keyword.
6426 (tramp-rfn-eshadow-setup-minibuffer)
6427 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6428 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6429 (tramp-do-copy-or-rename-file-directly)
6430 (tramp-do-copy-or-rename-file-out-of-band)
6431 (tramp-handle-shell-command, tramp-get-debug-buffer)
6432 (tramp-send-command-and-read, tramp-equal-remote)
6433 (tramp-get-local-gid): Pacify byte-compiler.
6434 (tramp-handle-file-name-directory): Result shall not be expanded.
6435 (tramp-find-foreign-file-name-handler): Rewrite.
6436 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6437
6438 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6439
6440 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6441 Apply `tramp-completion-mode-p'.
6442 (tramp-fish-handle-set-file-times)
6443 (tramp-fish-handle-executable-find)
6444 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6445 (tramp-fish-retrieve-data): Pacify byte-compiler.
6446
6447 * net/tramp-gw.el (tramp-gw-basic-authentication):
6448 Call `tramp-read-passwd' with first parameter `nil'.
6449
6450 2007-09-28 Glenn Morris <rgm@gnu.org>
6451
6452 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6453 than mapcar.
6454
6455 * textmodes/tex-mode.el (tex-suscript-height-ratio)
6456 (tex-suscript-height-minimum): New customizable variables.
6457 (tex-suscript-height): New function.
6458 (superscript, subscript): Set height using tex-suscript-height
6459 rather than fixing at 0.8.
6460 (tex-fontify-script, tex-font-script-display): Add :version tag.
6461
6462 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * progmodes/python.el (python-eldoc-function): Doc fix.
6465
6466 2007-09-27 Glenn Morris <rgm@gnu.org>
6467
6468 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
6469 image if it is not in image-type-auto-detectable, or is there with
6470 a nil value.
6471
6472 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
6473
6474 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
6475 connection more robust.
6476
6477 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6480 Deal with the case that special &keywords are at the beginning or
6481 end of the argument list. Also add some (incomplete) support for
6482 non-standard arglists.
6483
6484 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6487 (eldoc-message-commands, eldoc-current-idle-delay)
6488 (eldoc-function-argstring-format): Fix typos in docstrings.
6489
6490 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
6491
6492 * calc/calc-units.el (calc-convert-units)
6493 (calc-convert-temperature): Remove unnecessary colons.
6494
6495 2007-09-26 Bastien Guerry <bzg@altern.org>
6496
6497 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6498 New function.
6499 (org-export-latex-remove-from-headlines): Name changed because of typo.
6500 (org-export-latex-quotation-marks-convention): Option removed.
6501 (org-export-latex-make-preamble): Handle the DATE option.
6502 (org-export-latex-cleaned-string): Now the only cleaning function,
6503 synched up with org.el.
6504 (org-export-latex-lists, org-export-latex-parse-list)
6505 (org-export-list-to-latex): New functions.
6506
6507 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6508
6509 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6510 (org-outline-regexp): New constant.
6511 (org-remember-handler): Throw error when the target file is not in
6512 org-mode.
6513 (org-cleaned-string-for-export): No longer call
6514 `org-export-latex-cleaned-string' with an argument.
6515 (org-get-tags): Returns now a list, not a string.
6516 (org-get-tags-string): New function.
6517 (org-archive-subtree): No need to split return of `org-get-tags'.
6518 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6519 instead of `org-get-tags'.
6520 (org-agenda-format-date): Rename from `org-agenda-date-format'.
6521 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6522 (org-compatible-face): New argument INHERITS. Inherit from this
6523 face if possible.
6524 (org-level-1, org-level-2, org-level-3, org-level-4)
6525 (org-level-5, org-level-6, org-level-7, org-level-8)
6526 (org-special-keyword, org-drawer, org-column, org-warning)
6527 (org-archived, org-todo, org-done, org-headline-done, org-table)
6528 (org-formula, org-code, org-agenda-structure)
6529 (org-scheduled-today, org-scheduled-previously)
6530 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6531 in the new way.
6532 (org-get-heading): New argument NO-TAGS.
6533 (org-fast-tag-selection-include-todo): Made defvar instead of
6534 defcustom, feature is not deprecated.
6535 (org-remember-store-without-prompt): New default value t.
6536 (org-todo-log-states): New variable.
6537 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6538 Compute the log states.
6539 (org-goto-map): More commands copied from global map. Also bind
6540 `org-occur'.
6541 (org-goto): Made into a general lookup command.
6542 (org-get-location): Complete rewrite.
6543 (org-goto-exit-command): New variable.
6544 (org-goto-selected-point): New variable.
6545 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6546 Set the new variables.
6547 (org-paste-subtree): Whitespace insertion strategy revised.
6548 (org-remember-apply-template): Protect v-A from the possibility
6549 that v-a might be nil.
6550 (org-remember-handler): Insertion rules revised.
6551 (org-todo): Respect org-todo-log-states.
6552 (org-up-heading-safe): New function.
6553 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6554
6555 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6556
6557 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6558 region if in transient-mark-mode.
6559
6560 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6561
6562 * calc/calc-ext.el (calc-init-extensions, calc-reset):
6563 * calc/calc-help.el (calc-full-help):
6564 * calc/calc-misc.el (another-calc):
6565 * calc/calc-store.el (calc-var-name-map):
6566 * calc/calc-stuff.el (calc-flush-caches):
6567 * calc/calc-units.el (math-build-units-table):
6568 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6569 (calc-quit):
6570 * calendar/icalendar.el (icalendar--format-ical-event)
6571 (icalendar--convert-ical-to-diary):
6572 * emacs-lisp/authors.el (authors):
6573 * emacs-lisp/cust-print.el (custom-print-install)
6574 (custom-print-uninstall):
6575 * emacs-lisp/disass.el (disassemble-1):
6576 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6577 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6578 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6579 (elint-check-let-form, elint-check-condition-case-form)
6580 (elint-initialize):
6581 * emacs-lisp/elp.el (elp-results):
6582 * emacs-lisp/generic.el (generic-mode-internal):
6583 * emacs-lisp/re-builder.el (reb-delete-overlays):
6584 * emacs-lisp/regi.el (regi-interpret):
6585 * emacs-lisp/sregex.el (sregex--char-aux):
6586 * emulation/cua-rect.el (cua--deactivate-rectangle)
6587 (cua--highlight-rectangle, cua--rectangle-post-command):
6588 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6589 * emulation/viper-macs.el (viper-describe-kbd-macros)
6590 (viper-describe-one-macro):
6591 * emulation/viper-util.el (viper-setup-master-buffer):
6592 * emulation/viper.el (set-viper-state-in-major-mode):
6593 * international/mule-diag.el (describe-current-coding-system):
6594 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6595 * mail/emacsbug.el (report-emacs-bug):
6596 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6597 * obsolete/hilit19.el (hilit-unhighlight-region)
6598 (hilit-set-mode-patterns):
6599 * play/solitaire.el (solitaire-check, solitaire-solve):
6600 * play/zone.el (zone-pgm-rotate):
6601 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6602 * progmodes/ada-prj.el (ada-prj-display-page):
6603 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6604 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6605 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6606 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6607 * progmodes/sh-script.el (sh-make-vars-local)
6608 (sh-reset-indent-vars-to-global-values):
6609 * progmodes/sql.el (top):
6610 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6611 * progmodes/xscheme.el (top):
6612 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6613 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6614 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6615 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6616 (artist-submit-bug-report):
6617 * textmodes/flyspell.el (flyspell-delay-commands)
6618 (flyspell-deplacement-commands):
6619 * textmodes/table.el (table--generate-source-epilogue, table-insert)
6620 (table--generate-source-cells-in-a-row, table--make-cell-map)
6621 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6622
6623 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * allout.el (produce-allout-mode-map, allout-process-exposed):
6626 * ansi-color.el (ansi-color-make-color-map):
6627 * autoinsert.el (auto-insert):
6628 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6629 * dired-aux.el (dired-create-files):
6630 * dired.el (dired-restore-desktop-buffer):
6631 * ediff-diff.el (ediff-setup-fine-diff-regions):
6632 * ediff-mult.el (ediff-intersect-directories)
6633 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6634 (ediff-redraw-registry-buffer):
6635 * ediff-ptch.el (ediff-fixup-patch-map):
6636 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6637 (ediff-really-quit, ediff-clear-diff-vector):
6638 * emerge.el (emerge-really-quit):
6639 * ffap.el (ffap-replace-file-component):
6640 * filecache.el (file-cache-add-directory)
6641 (file-cache-add-directory-recursively)
6642 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6643 (file-cache-delete-directory, file-cache-files-matching-internal)
6644 (file-cache-display):
6645 * files.el (cd):
6646 * find-lisp.el (find-lisp-insert-directory):
6647 * finder.el (finder-compile-keywords):
6648 * help.el (view-emacs-news):
6649 * hi-lock.el (hi-lock-write-interactive-patterns):
6650 * ido.el (ido-to-end, ido-set-matches-1):
6651 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6652 (image-dired-mark-tagged-files):
6653 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6654 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6655 * ps-print.el (ps-background, ps-begin-file)
6656 (ps-build-reference-face-lists):
6657 * simple.el (clone-buffer):
6658 * startup.el (command-line):
6659 * tempo.el (tempo-insert-template, tempo-is-user-element)
6660 (tempo-forward-mark, tempo-backward-mark):
6661 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6662
6663 2007-09-25 Glenn Morris <rgm@gnu.org>
6664
6665 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6666
6667 * view.el (view-search-no-match-lines): Add a doc string.
6668 Rewrite to simplify and work better.
6669
6670 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6671
6672 * progmodes/cc-mode.el (c-mode-base-map):
6673 Use c-indent-line-or-region instead of c-indent-line.
6674
6675 * indent.el (indent-for-tab-command): First check if the region is
6676 active.
6677
6678 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6679
6680 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6681 whitespace-rescan-timer-time is 0.
6682
6683 2007-09-24 Karl Berry <karl@gnu.org>
6684
6685 * international/mule.el (coding-system-base): Fix doc string grammar.
6686
6687 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp.el (tramp-completion-mode-p): Rename from
6690 `tramp-completion-mode'. Revert logic, check `return', `newline'
6691 and such alike. Packages like Icicles tend to use other completion
6692 characters but `tab' and `space' only.
6693
6694 2007-09-24 Adam Hupp <adam@hupp.org>
6695
6696 * progmodes/python.el (run-python): Import emacs module without
6697 waiting; prevents lockup on error.
6698
6699 2007-09-23 Richard Stallman <rms@gnu.org>
6700
6701 * mail/sendmail.el (mail-bury): Delete the frame
6702 if this frame looks like it was made for this message.
6703
6704 * completion.el (completion-separator-self-insert-command)
6705 (completion-separator-self-insert-autofilling):
6706 If `self-insert-command' has been remapped, use the substitute.
6707
6708 * simple.el (copy-region-as-kill): Doc fix.
6709
6710 * textmodes/org.el (org-confirm-shell-link-function)
6711 (org-confirm-elisp-link-function): Doc fixes.
6712
6713 2007-09-23 Glenn Morris <rgm@gnu.org>
6714
6715 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6716
6717 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
6718
6719 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6720
6721 * term/tvi970.el (terminal-init-tvi970): Likewise.
6722
6723 * term/sun-mouse.el (print-mouse-format): Likewise.
6724
6725 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6726 Use forward-line instead of previous-line and next-line.
6727
6728 2007-09-22 Juri Linkov <juri@jurta.org>
6729
6730 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6731
6732 * tutorial.el (tutorial--default-keys): Update standard bindings:
6733 rename `iconify-or-deiconify-frame' to `suspend-frame',
6734 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6735
6736 2007-09-22 Juri Linkov <juri@jurta.org>
6737
6738 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6739 Add help-echo to external links and to links without description.
6740 (fancy-splash-insert): Use help-echo from the 3rd element of the
6741 link specification list, or "Follow this link" if it's nil. Doc fix.
6742
6743 2007-09-22 Juri Linkov <juri@jurta.org>
6744
6745 * startup.el (command-line): Rename `inhibit-startup-message' to
6746 `inhibit-startup-screen'.
6747 (fancy-about-text): Use shorter label for "Ordering Manuals".
6748 (fancy-startup-tail): Add optional arg `concise'. When `concise'
6749 is nil, display a line with "To start..." and 3 links to useful
6750 tasks. Display the "Dismiss" button and "Don't show this message
6751 again" only when concise is non-nil.
6752 (fancy-startup-screen): Call `fancy-startup-tail' with optional
6753 arg `concise'. If CONCISE is non-nil, display a concise version
6754 of the splash screen in another window. Otherwise, switch to the
6755 startup buffer in the same window.
6756 (startup-echo-area-message): Change displayed binding from
6757 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6758 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6759 the GNU system".
6760 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6761 to "*GNU Emacs*".
6762 (display-about-screen): Don't check the existence of the buffer
6763 "*About GNU Emacs*".
6764 (display-splash-screen): Make alias to `display-startup-screen'.
6765 (command-line-1): Rename `inhibit-startup-message' to
6766 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
6767 started with command line options "-f", "-funcall", "-e", "-eval",
6768 "-execute", "-insert", "-find-file", "-file", "-visit".
6769 Inhibit startup screen when Emacs is started with a file name only
6770 on tty (i.e. don't inhibit it when started with a file name like
6771 "emacs FILE..." on a window system).
6772 (command-line-1): Simplify logic of displaying the startup screen:
6773 if file-count > 0, then display the concise version in another
6774 window, otherwise display full version in the same window.
6775
6776 * help.el (help-map): Bind C-h C-a to about-emacs.
6777 (help-for-help-internal): Add C-a description to C-h help text.
6778
6779 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6780
6781 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6782 (checkdoc-permit-comma-termination-flag): Autoload the
6783 safe-local-variable setting.
6784
6785 * bookmark.el (bookmark-xemacsp): Remove.
6786 (bookmark-make): Don't use bookmark-xemacsp,
6787 use (featurep 'xemacs) instead.
6788
6789 * speedbar.el (speedbar-frame-mode)
6790 (speedbar-frame-reposition-smartly)
6791 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6792 (speedbar-check-vc): Remove use of non-existent variable
6793 dframe-xemacsp, use (featurep 'xemacs) instead.
6794
6795 * indent.el (indent-for-tab-command): Indent the region if
6796 transient-mark-mode and the region is active.
6797
6798 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
6799
6800 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6801 add inferior-octave-directory-tracker to the buffer-local value
6802 of comint-input-filter-functions.
6803
6804 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6805
6806 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6807
6808 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6811 on w32 frames.
6812
6813 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * startup.el (normal-top-level): Remove DISPLAY from
6816 process-environment to let it be computed dynamically in callproc.c.
6817
6818 * frame.el (frame-initialize, make-frame):
6819 * faces.el (tty-set-up-initial-frame-faces):
6820 * env.el (setenv): Don't set display-environment-variable.
6821
6822 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
6823 (server-create-tty-frame): Don't set unused `tty' property.
6824 Set `display' instead of display-environment-variable.
6825 (server-create-window-system-frame): No display-environment-variable.
6826
6827 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
6828
6829 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6830 (rfn-eshadow-update-overlay-hook): New defvars.
6831 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6832 Run the hooks.
6833
6834 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6835 (tramp-rfn-eshadow-setup-minibuffer)
6836 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6837 rfn-eshadow.el.
6838
6839 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6840 timeout.
6841
6842 2007-09-21 Glenn Morris <rgm@gnu.org>
6843
6844 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6845 * term/sun-mouse.el (suspend-emacstool): Remove.
6846 * term/sun.el: Remove emacstool-related code.
6847
6848 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6849 (byte-compile-warnings-safe-p): Add `mapcar'.
6850 (byte-compile-warning-types): Add mapcar and make-local.
6851 (byte-compile-normal-call): Add option to suppress mapcar warning.
6852 (top-level): Use mapc rather than mapcar in eval-when-compile.
6853
6854 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6855 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6856 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6857 Handle escaped parens.
6858 (latex-forward-sexp): Doc fix.
6859
6860 * eshell/esh-mode.el (eshell-output-filter-functions):
6861 Add eshell-postoutput-scroll-to-bottom.
6862
6863 * loadup.el: Remove termdev.
6864
6865 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6866 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6867
6868 2007-09-21 Markus Triska <markus.triska@gmx.at>
6869
6870 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6871 `mapcar' is called for effect.
6872
6873 2007-09-21 Kevin Ryde <user42@zip.com.au>
6874
6875 * international/mule.el (sgml-html-meta-auto-coding-function):
6876 Bind `case-fold-search' to t.
6877
6878 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * termdev.el: Remove.
6881
6882 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6883 (frames-on-display-list): Use it.
6884
6885 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6886
6887 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6888
6889 2007-09-20 Richard Stallman <rms@gnu.org>
6890
6891 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6892
6893 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6896
6897 2007-09-20 Glenn Morris <rgm@gnu.org>
6898
6899 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6900 motion functions, rather than hard-coding "\n\n".
6901 (tex-validate-region): Check for eobp, to speed up.
6902 (tex-next-unmatched-end): Doc fix.
6903
6904 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6907
6908 * international/mule.el (auto-coding-alist): Rar archives are binary.
6909
6910 * arc-mode.el: Add basic support for Rar.
6911 (archive-find-type): Recognize Rar's signature.
6912 (archive-desummarize): New fun.
6913 (archive-summarize): Use it to restore the buffer's data in case
6914 someone wants to switch to some other major mode.
6915 (archive-resummarize): Use it as well.
6916 (archive-rar-summarize, archive-rar-extract): New functions.
6917
6918 * filesets.el: Remove spurious * in docstrings.
6919 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6920 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6921 (filesets-ingroup-collect): Remove unused arg `depth'.
6922 (filesets-update): Remove unused arg `version'.
6923
6924 * finder.el (finder-compile-keywords): Fix up comment style.
6925 (finder-mouse-face-on-line): previous-line -> forward-line.
6926
6927 * recentf.el: Remove spurious * in docstrings.
6928 (recentf-save-list): Fix up comment style.
6929
6930 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6931 (octave-mode-map): Move init into declaration and remove \t binding.
6932 (octave-mode-startup-message): Remove unused var.
6933 (octave-scan-blocks): Remove unused arg `from'.
6934 (octave-forward-block, octave-down-block, octave-up-block):
6935 Update callers.
6936
6937 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6938 (meta-mode-map): Likewise and remove \t binding.
6939
6940 * net/snmp-mode.el: Remove spurious * in docstrings.
6941 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6942 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6943 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6944 that completion accepts lists of strings.
6945 (snmp-mode-syntax-table): Move initialization into declaration.
6946 (snmp-mode-map): Likewise and remove \t binding.
6947 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6948 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6949 (snmp-indent-command): Remove.
6950
6951 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6952 binding, so tab-always-indent works right.
6953
6954 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6955
6956 * net/browse-url.el (browse-url-elinks-new-window): New function.
6957 (browse-url-elinks): Use browse-url-elinks-new-window.
6958 Accept optional second argument `new-window'. Fix typo in doc-string.
6959 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6960 Improve error message.
6961
6962 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6963
6964 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6965 parameter name in the function body.
6966 Reported by Johannes Weiner.
6967
6968 2007-09-19 Glenn Morris <rgm@gnu.org>
6969
6970 * net/socks.el (socks-open-network-stream): Signal an explicit
6971 error if the port associated with a service string can't be found.
6972
6973 * textmodes/tex-mode.el (tex-terminate-paragraph):
6974 Use backward-paragraph.
6975
6976 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * server.el (server-running-p): New function.
6979
6980 2007-09-18 Jason Rumney <jasonr@gnu.org>
6981
6982 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6983 x-focus-frame.
6984
6985 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6986 Use x-focus-frame for w32.
6987
6988 2007-09-17 David Kastrup <dak@gnu.org>
6989
6990 * textmodes/tex-mode.el (tex-verbatim-environments):
6991 Eliminate CL dependency.
6992
6993 2007-09-17 Richard Stallman <rms@gnu.org>
6994
6995 * newcomment.el (comment-add): New arg EXTRA.
6996 (comment-region-default): Pass EXTRA if not indenting lines.
6997
6998 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6999
7000 * net/browse-url.el (browse-url-url-encode-chars): New function.
7001 URL-encode some chars in a string.
7002 (browse-url-encode-url): Rewrite using the previous function.
7003 (browse-url-file-url): Use `browse-url-url-encode-chars'.
7004 (browse-url-elinks-sentinel): Fix typo.
7005 (browse-url-new-window-flag): Doc change.
7006
7007 2007-09-17 Glenn Morris <rgm@gnu.org>
7008
7009 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
7010 filename from `--file-line-error', if it is available.
7011
7012 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7013
7014 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7015 TeX `--file-line-error' format.
7016
7017 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7018
7019 * xt-mouse.el: Delete add-hook calls that were moved to
7020 xterm-mouse-mode.
7021 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7022 does not work.
7023
7024 2007-09-17 Richard Stallman <rms@gnu.org>
7025
7026 * cus-face.el (custom-theme-set-faces): Undo previous change.
7027
7028 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7029
7030 2007-09-17 Glenn Morris <rgm@gnu.org>
7031
7032 * textmodes/tex-mode.el (tex-region): Simplify previous change,
7033 handling the case where the region is not in `tex-main-file'.
7034 (tex-region-1): Delete.
7035 (tex-region-header): New function, doing the header part of the
7036 old tex-region-1.
7037
7038 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * simple.el (newline): Simplify use of prefix-numeric-value.
7041 (line-move-partial): Remove unused var `ppos'.
7042 (line-move-1): Replace 9999 with most-positive-fixnum.
7043 (move-end-of-line): Use more efficient single-property search.
7044 (move-beginning-of-line): Remove unused var `start'.
7045 (blink-matching-open): Restructure in a more functional style.
7046
7047 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7048
7049 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7050
7051 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * server.el (server-clients): Only keep procs, no properties any more.
7054 (server-client): Remove.
7055 (server-client-get, server-client-set): Remove, replace all callers by
7056 process-get and process-put resp.
7057 (server-clients-with, server-add-client, server-delete-client)
7058 (server-create-tty-frame, server-create-window-system-frame)
7059 (server-process-filter, server-execute, server-visit-files)
7060 (server-buffer-done, server-kill-buffer-query-function)
7061 (server-kill-emacs-query-function, server-switch-buffer)
7062 (server-save-buffers-kill-terminal): Update accordingly.
7063
7064 * server.el (server-with-environment): Simplify.
7065 (server-select-display, server-unselect-display): Re-add functions that
7066 seem to have been lost in the multi-tty merge.
7067 (server-eval-and-print, server-create-tty-frame)
7068 (server-create-window-system-frame, server-goto-toplevel)
7069 (server-execute, server-return-error): New functions extracted from
7070 server-process-filter.
7071 (server-execute-continuation): New functions.
7072 (server-process-filter): Restructure so that all arguments are analysed
7073 first and then acted upon in a subsequent stage. This way
7074 server-goto-toplevel can be executed later, when we know if
7075 it's necessary.
7076 Remove the "-version" and "-version-good" support.
7077
7078 2007-09-16 Drew Adams <drew.adams@oracle.com>
7079
7080 * cus-edit.el (custom-face-edit-activate): Doc fix.
7081
7082 2007-09-16 Glenn Morris <rgm@gnu.org>
7083
7084 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7085 Following cal-bahai renaming, update all instances of
7086 list-bahai-diary-entries to diary-bahai-list-entries,
7087 mark-bahai-diary-entries to diary-bahai-mark-entries,
7088 calendar-goto-bahai-date to calendar-bahai-goto-date,
7089 insert-bahai-diary-entry to diary-bahai-insert-entry,
7090 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7091 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7092 calendar-print-bahai-date to calendar-bahai-print-date.
7093
7094 * textmodes/tex-mode.el (tex-region): Handle the case where the
7095 region is not in `tex-main-file'. Move the old code that applies
7096 to both cases...
7097 (tex-region-1): ...to this new function.
7098
7099 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * vc.el (vc-process-sentinel): New function.
7102 (vc-exec-after): Use it instead of using ugly hackish analysis and
7103 construction of Elisp code.
7104 (vc-sentinel-movepoint): New dynamically scoped var.
7105 (vc-print-log, vc-annotate): Set it to move the user's point.
7106
7107 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7108 inhibit-modification-hooks.
7109
7110 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7111 (calendar-bahai-print-date, calendar-bahai-goto-date)
7112 (diary-bahai-list-entries, diary-bahai-insert-entry):
7113 New names to clean up the namespace a bit more.
7114 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7115
7116 2007-09-15 Glenn Morris <rgm@gnu.org>
7117
7118 * calendar/holidays.el (holiday-list): Rename it back to
7119 `list-holidays', but leave `holiday-list' as an alias.
7120
7121 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7122 custom group.
7123
7124 * textmodes/css-mode.el (css): New custom group.
7125 (css-electrick-keys, css-selector, css-property)
7126 (css-indent-offset): Specify custom group.
7127
7128 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7131 (cvs-execute-single-file): Use process-file.
7132 (cvs-run-process): Use start-file-process.
7133
7134 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7135
7136 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7137 level. Remove the hooks when turning off the mode.
7138
7139 * term/xterm.el: Require xt-mouse at compile time.
7140 (terminal-init-xterm): Turn on xterm mouse tracking for this
7141 terminal if xterm-mouse-mode is enabled.
7142
7143 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7144
7145 * term/xterm.el (xterm-function-map): Replace bindings that were
7146 deleted by the merge.
7147
7148 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
7149
7150 * play/bubbles.el (bubbles-version): Bump value to "0.5".
7151 (bubbles-mode-map): Move define-key statements here.
7152 (bubbles-game-theme-menu): Ditto.
7153 (bubbles-graphics-theme-menu): Ditto.
7154 (bubbles-menu): Ditto.
7155 (bubbles-mode): Initialize buffer-undo-list, redisplay.
7156 (bubbles--initialize): Reset buffer-undo-list, redisplay.
7157 (bubbles-plop): Set buffer-undo-list, redisplay.
7158 (bubbles-undo): Reset buffer-undo-list, redisplay.
7159 (bubbles--show-images): Take care of missing text properties.
7160
7161 2007-09-14 Glenn Morris <rgm@gnu.org>
7162
7163 * startup.el (fancy-startup-text, fancy-about-text): Fix face
7164 quoting.
7165
7166 * calendar/cal-hebrew.el, calendar/cal-menu.el
7167 * calendar/calendar.el, calendar/diary-lib.el
7168 * calendar/holidays.el: Rename all instances of
7169 list-calendar-holidays callers to calendar-list-holidays,
7170 list-holidays to holiday-list, check-calendar-holidays to
7171 calendar-check-holidays, mark-calendar-holidays to
7172 calendar-mark-holidays, and filter-visible-calendar-holidays to
7173 holiday-filter-visible-calendar.
7174
7175 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7176
7177 * term/xterm.el (xterm-function-map): Add C-M- bindings.
7178
7179 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7180
7181 * play/bubbles.el (bubbles--initialize-images): Fix bug:
7182 Use transparent background for empty cells in graphics mode.
7183
7184 2007-09-13 Jari Aalto <jari.aalto@cante.net>
7185
7186 * man.el (Man-default-man-entry): At end of line, continue looking
7187 to the next line for possible end of hyphenated command.
7188
7189 2007-09-13 Chris Moore <dooglus@gmail.com>
7190
7191 * shell.el (shell-resync-dirs): Don't move the cursor relative to
7192 the command being edited.
7193
7194 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
7195
7196 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7197
7198 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
7199
7200 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7201 C-M-S- keys.
7202
7203 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7204
7205 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7206
7207 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7208 New argument `filename-p' to use one set of confusing chars or another.
7209 (browse-url-file-url): Use the argument.
7210 Suggested by Johannes Weiner.
7211
7212 2007-09-12 Romain Francoise <romain@orebokech.com>
7213
7214 * cus-start.el (all): Revert 2007-09-08 change.
7215
7216 2007-09-12 Aaron Hawley <aaronh@garden.org>
7217
7218 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
7219 extract .Z files, since it is more common than uncompress.
7220
7221 2007-09-12 Glenn Morris <rgm@gnu.org>
7222
7223 * textmodes/org-publish.el (org-publish-org-to-html): Remove
7224 duplicate function definition.
7225
7226 2007-09-10 Chris Moore <dooglus@gmail.com>
7227
7228 * diff-mode.el (diff-sanity-check-hunk):
7229 Also accept single-line hunks.
7230
7231 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * startup.el (startup-screen-inhibit-startup-screen)
7234 (pure-space-overflow-message): New vars.
7235 (fancy-splash-insert): Allow functions for face and link specs.
7236 (fancy-splash-head): Remove unused arg. Move splash text...
7237 (fancy-startup-text, fancy-about-text): ...here.
7238 (fancy-startup-tail): Rename from fancy-splash-tail.
7239 (fancy-startup-screen, fancy-about-screen): Split off from
7240 fancy-splash-screens.
7241 (display-startup-screen): New function.
7242 (display-about-screen): Rename from display-splash-screen.
7243 (command-line-1): Use concise startup screen if necessary.
7244
7245 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7246
7247 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7248 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7249
7250 2007-09-10 Dave Love <fx@gnu.org>
7251
7252 * outline.el (outline-4, outline-5, outline-7):
7253 Move font-lock-builtin-face down from 4 to 7 to better keep the
7254 progression of color brightness, and to better match Org-mode's faces.
7255
7256 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7257
7258 * progmodes/meta-mode.el (meta-font-lock-keywords)
7259 (font-lock-match-meta-declaration-item-and-skip-to-next)
7260 (meta-comment-indent, meta-indent-previous-line)
7261 (meta-indent-unfinished-line, meta-beginning-of-defun)
7262 (meta-end-of-defun, meta-common-initialization): Handle \f.
7263 (meta-indent-unfinished-line): Do not handle a `%' in a string as
7264 a comment-start.
7265
7266 * files.el (file-modes-char-to-who, file-modes-char-to-right)
7267 (file-modes-rights-to-number): Auxiliary functions for symbolic to
7268 numeric notation of file modes.
7269 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
7270 numeric value.
7271 (read-file-modes): New. Read either an octal value of a file mode or a
7272 symbolic value, and return its numeric value.
7273
7274 * dired-aux.el (dired-do-chmod): Change to use the built-in
7275 `set-file-modes' and the previous symbolic mode parsing functions.
7276
7277 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * textmodes/texinfo.el: Remove spurious * in docstrings.
7280 (texinfo-mode-syntax-table, texinfo-mode-map):
7281 Initialize in the declaration.
7282
7283 * tmm.el: Remove spurious * in docstrings.
7284 (tmm-prompt): Use with-current-buffer.
7285
7286 * vcursor.el: Remove spurious * in docstrings.
7287 (vcursor-map): Initialize in the declaration.
7288 (vcursor-use-vcursor-map): Use define-minor-mode.
7289 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7290
7291 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7292 Initialize in the declaration.
7293 (widget-minor-mode): Use define-minor-mode.
7294
7295 * woman.el (woman-mode-map, woman-syntax-table):
7296 Initialize in the declaration.
7297
7298 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
7299
7300 * doc-view.el: New file.
7301
7302 2007-09-09 Juri Linkov <juri@jurta.org>
7303
7304 * Makefile.in (update-authors): Add etc/ to AUTHORS.
7305
7306 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7307
7308 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7309 to "Startup screen". Fix docstring.
7310 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7311 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7312 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7313 (initial-scratch-message): Fix docstring.
7314 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7315 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7316 Add link to "Customize Startup" and set interval between links to
7317 5 spaces.
7318 (fancy-about-text): Add links "Authors" and "Contributing".
7319 (fancy-splash-head): Add text "Welcome to " on the startup screen,
7320 and "This is " on the about screen. Add link to
7321 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7322 For the about screen move emacs version to the header from
7323 `fancy-splash-tail' (as it's done already for normal about screen).
7324 (fancy-splash-tail): Insert emacs version only for startup screen.
7325 (normal-splash-screen): Remove duplicate empty lines.
7326 (normal-about-screen): Add links "Authors" and "Contributing".
7327
7328 * menu-bar.el (menu-bar-help-menu):
7329 Move "About Emacs" and "About GNU" to the end of the Help menu.
7330 Move "Emacs Psychotherapist" after "Send Bug Report...".
7331 Move "External Packages" after "Find Emacs Packages".
7332
7333 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
7334
7335 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7336 they are useless with the byte compiler.
7337 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7338 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7339 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7340 (tramp-file-name-real-host, tramp-file-name-port)
7341 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7342 defuns.
7343
7344 * net/tramp-cache.el (top): Improve error message when
7345 `tramp-persistency-file-name' is corrupted.
7346
7347 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
7348
7349 * textmodes/org.el (org-re): Also replace the :alpha: class.
7350 (org-todo-tag-alist): Variable removed.
7351 (org-todo-key-alist, org-todo-key-trigger): New variables.
7352 (org-use-fast-todo-selection): New option.
7353 (org-log-done): Docstring fixed.
7354 (org-deadline-warning-days): New default value 14.
7355 (org-edit-timestamp-down-means-later): New option.
7356 (org-tag-alist): Docstring fixed.
7357 (org-fast-tag-selection-include-todo): New option.
7358 (org-export-language-setup): New languages added.
7359 (org-set-regexps-and-options): Compute the new variables.
7360 (org-paste-subtree): Cleaning up.
7361 (org-remember-apply-template): New escape %A.
7362 (org-todo): Call fast TODO selection.
7363 (org-fast-todo-selection): New function.
7364 (org-add-log-note): Allow prefix for abort exit.
7365 (org-at-property-p, org-entry-properties)
7366 (org-columns-get-autowidth-alist): Use :alpha: class.
7367 (org-get-wdays): New function.
7368 (org-agenda-remove-date): New variable.
7369 (org-agenda-get-deadlines): Use `org-get-wdays'.
7370 (org-agenda-get-deadlines): Reverse ee before returning.
7371 (org-format-agenda-item): New argument REMOVE-RE.
7372 (org-agenda-convert-date): Baha'i calendar added.
7373 (org-infile-export-plist): Also find DATE line.
7374 (org-get-min-level): New function.
7375 (org-export-as-html, org-export-as-ascii): Use the date format.
7376 (org-shiftup, org-shiftdown): Use.
7377 `org-edit-timestamp-down-means-later'.
7378 (org-assign-fast-keys): New function.
7379
7380 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
7381
7382 * cus-start.el (all): Add prefer-window-split-horizontally from
7383 window.c.
7384
7385 2007-09-08 Eli Zaretskii <eliz@gnu.org>
7386
7387 * net/browse-url.el (browse-url-galeon): Fix last change.
7388 (top-level): Require cl when compiling.
7389
7390 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
7391
7392 * textmodes/org-export-latex.el: arch-tag restored.
7393
7394 * textmodes/org-publish.el: arch-tag restored.
7395
7396 2007-09-08 Masatake YAMATO <jet@gyve.org>
7397
7398 * progmodes/which-func.el (which-func-modes): Add diff-mode.
7399
7400 * progmodes/cc-langs.el: Support new keywords added to
7401 objective-c frontend of gcc.
7402 (c-simple-stmt-kwds): Add @throw.
7403 (c-block-stmt-2-kwds): Add @synchronized.
7404 (c-block-stmt-1-kwds): Add @finally and @try.
7405
7406 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
7407
7408 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7409 (org-agenda-after-show-hook): New variable.
7410 (org-columns-compile-format)
7411 (org-columns-get-autowidth-alist, org-buffer-property-keys)
7412 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7413 property names.
7414 (org-get-wdays): New function.
7415
7416 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7419
7420 * term/xterm.el (xterm-function-map): Initialize in the declaration.
7421
7422 * vc-arch.el (vc-arch-checkin): Fix typo.
7423
7424 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
7425
7426 * cus-face.el (custom-theme-set-faces): Set face attributes
7427 locally for each frame.
7428
7429 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7432 via font-lock-defaults.
7433
7434 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7435 derived-mode-p.
7436
7437 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
7438
7439 * progmodes/autoconf.el (autoconf-definition-regexp):
7440 Handle optional square brackets around definition name.
7441
7442 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
7443
7444 * net/browse-url.el (browse-url-browser-function): Add elinks.
7445 (browse-url-elinks-wrapper): New option.
7446 (browse-url-encode-url, browse-url-elinks)
7447 (browse-url-elinks-sentinel): New functions.
7448 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7449 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7450 Use new function browse-url-encode-url.
7451
7452 2007-09-07 Glenn Morris <rgm@gnu.org>
7453
7454 * version.el (emacs-version): Revert 2007-08-29 change: no need to
7455 say if multi-tty is present.
7456
7457 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * cus-start.el (split-window-preferred-function): Add custom info.
7460
7461 * calendar/holidays.el (holiday-list, calendar-check-holidays)
7462 (calendar-mark-holidays, calendar-list-holidays)
7463 (holiday-filter-visible-calendar): New names to clean up namespace.
7464 (filter-visible-calendar-holidays, list-calendar-holidays)
7465 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7466 Add compatibility aliases.
7467 (calendar-check-holidays, calendar-mark-holidays)
7468 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7469 (holiday-sexp): Replace append with list.
7470 (holiday-filter-visible-calendar): Replace append with push.
7471
7472 * woman.el: Remove spurious * in docstrings.
7473 (woman-mini-help, woman-non-underline-faces, woman0-rename)
7474 (woman-topic-all-completions-merge, woman-file-name-all-completions)
7475 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7476 (woman-write-directory-cache, woman-display-extended-fonts)
7477 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7478 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7479 (woman-mode): Use inhibit-read-only.
7480 (woman-negative-vertical-space): Use dotimes.
7481 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7482
7483 2007-09-06 Romain Francoise <romain@orebokech.com>
7484
7485 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7486 (vc-bzr-workfile-version): Use it.
7487
7488 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
7489
7490 * complete.el (PC-do-completion): Don't try to treat
7491 empty string as an abbreviation.
7492
7493 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7494
7495 * help-fns.el (describe-variable): Keep doc's text properties.
7496
7497 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
7498
7499 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7500 instead of a file.
7501
7502 2007-09-06 Glenn Morris <rgm@gnu.org>
7503
7504 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7505 (checkdoc-minor-mode): Allow user to specify lighter via
7506 checkdoc-minor-mode-string.
7507
7508 2007-09-05 Richard Stallman <rms@gnu.org>
7509
7510 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7511 Several items removed, simplified, or put on one line.
7512 (fancy-about-text): Add substantial contents, part of startup text.
7513 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7514 (normal-splash-screen): Call normal-mouse-startup-screen,
7515 normal-no-mouse-startup-screen, or normal-about-screen.
7516 (normal-mouse-startup-screen): New fn, broken out, shortened.
7517 (normal-no-mouse-startup-screen): New fn, broken out.
7518 (normal-about-screen): New function, contents all new.
7519
7520 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7521
7522 * emacs-lisp/rx.el (rx): Fix typo in docstring.
7523
7524 2007-09-05 Glenn Morris <rgm@gnu.org>
7525
7526 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7527 is bound.
7528
7529 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7530
7531 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7532 in doc string.
7533
7534 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7535
7536 * server.el (server-start, server-unload-hook): Undo previous change.
7537
7538 * xt-mouse.el: Undo previous change.
7539
7540 2007-09-04 Juri Linkov <juri@jurta.org>
7541
7542 * startup.el (fancy-about-text): New variable.
7543 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7544 (fancy-current-text, fancy-splash-stop-time)
7545 (fancy-splash-outer-buffer): Remove variables.
7546 (fancy-splash-head, fancy-splash-tail): Add new optional argument
7547 `startup' and use it to conditionally display different texts for
7548 Startup and About screens. Don't display Help commands on the About
7549 screen.
7550 (fancy-splash-screens-1): Remove function and move its content to
7551 `fancy-splash-screens' to the part that dislpays the About screen.
7552 (exit-splash-screen): Don't treat specially exiting from
7553 alternating screens.
7554 (fancy-splash-screens): Rename argument `static' to `startup'.
7555 Fix docstring. Remove code for displaying alternating screens.
7556 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7557 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7558 for `inhibit-read-only'.
7559 (normal-splash-screen): Rename argument `static' to `startup'.
7560 Fix docstring. Use argument `startup' to conditionally display
7561 different texts for Startup and About screens. Don't display Help
7562 commands on the About screen. Remove `unwind-protect' `sit-for'
7563 delay and `kill-buffer' after it.
7564 (display-startup-echo-area-message): Remove call to
7565 `use-fancy-splash-screens-p' because image.el is preloaded and
7566 doesn't display "Loading image... done".
7567 (display-splash-screen): Rename argument `static' to `startup'.
7568 Fix docstring.
7569
7570 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7571
7572 * server.el (server-start, server-unload-hook):
7573 suspend-tty-functions has been renamed to suspend-tty-hook.
7574
7575 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
7576 resume-tty-hook.
7577
7578 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7579
7580 * loadup.el: Fix merge problem, only load "button" once.
7581
7582 2007-09-03 Glenn Morris <rgm@gnu.org>
7583
7584 * vc-svn.el (vc-svn-print-log): If there is only one file, use
7585 "Working file:" as the prefix, for the sake of
7586 log-view-current-file.
7587
7588 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7589
7590 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7591 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7592 if the selected frames is in
7593 xterm-modify-other-keys-terminal-list.
7594 (xterm-turn-off-modify-other-keys): Add an optional frame
7595 parameter. Only turn off modify-other-keys if FRAME is in
7596 xterm-modify-other-keys-terminal-list.
7597 (xterm-remove-modify-other-keys): New function.
7598 (terminal-init-xterm): Use it. Deal with delete-frame hook.
7599 Add the selected frame to xterm-modify-other-keys-terminal-list.
7600
7601 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7602
7603 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7604 (icon-map-list): New variable.
7605 (x-gtk-map-stock): Use icon-map-list.
7606
7607 2007-09-02 Romain Francoise <romain@orebokech.com>
7608
7609 * log-view.el (log-view-current-file): Balance parens.
7610
7611 2007-09-02 Glenn Morris <rgm@gnu.org>
7612
7613 * comint.el (comint-mode): Don't set scroll-conservatively.
7614
7615 * eshell/em-unix.el (eshell/time): Stringify and flatten the
7616 non-command arguments.
7617
7618 * log-view.el (log-view-current-file): Give a more explicit error
7619 if log-view-file-re fails to find a match.
7620
7621 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7622
7623 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7624 Fix bug: Don't expand top-level file name more than once.
7625 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7626
7627 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * server.el (server-process-filter): Don't display the splash screen.
7630 It's annoying enough on the initial screen and becomes positively
7631 obnoxious here.
7632
7633 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7636 Change naming to use "avl-tree--" for internal functions.
7637
7638 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
7639
7640 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7641 the merge.
7642 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7643 (provide): Move to the end of file.
7644
7645 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7646
7647 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7648
7649 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7650 New variable. List of exceptions for the duplicated word rule.
7651 (flyspell-mark-duplications-flag): Mention it.
7652 (flyspell-word): Treat it.
7653
7654 * files.el (create-file-buffer): If the filename sans directory starts
7655 with spaces, remove them.
7656
7657 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7658
7659 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7660 (x-gtk-map-stock): Use two directory elements when matching
7661 file name.
7662
7663 2007-08-31 James Wright <james@chumsley.org>
7664
7665 * eshell/em-unix.el (eshell/info): New function.
7666
7667 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * frame.el (frame-initialize, make-frame):
7670 * server.el (server-process-filter):
7671 * faces.el (tty-set-up-initial-frame-faces): Don't set
7672 term-environment-variable since it's not used any more.
7673
7674 * env.el (setenv): Don't treat $TERM specially.
7675
7676 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7677 stated otherwise, subprocesses do not send back escape sequences
7678 corresponding to the terminal from which Emacs was started.
7679
7680 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
7681
7682 * calculator.el: Require cl for compilation.
7683
7684 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
7685
7686 * outline.el (outline-font-lock-levels): Comment out unused var.
7687 (outline-font-lock-face): Wrap around face list to handle any
7688 nesting depth gracefully.
7689
7690 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
7691
7692 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7693 `set-file-times'.
7694
7695 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7696
7697 * textmodes/org.el (org-export-visible): Fix drawers before export.
7698 (org-do-sort): Allow sorting by priority.
7699 (org-agenda-files): Ignore non-existing files.
7700 (org-agenda-skip-unavailable-files): New variable.
7701 (org-ellipsis): All a face as value.
7702 (org-mode): Interprete the face value of `org-ellipsis'.
7703 (org-archive-save-context-info): New option.
7704 (org-archive-subtree): Store context info in archived entry.
7705 (org-fast-tag-selection-can-set-todo-state): New variable.
7706 (org-fast-tag-selection): Allow setting TODO states through this
7707 interface.
7708 (org-cycle): Docstring updated.
7709 (org-todo-keyword-faces): New option.
7710 (org-get-todo-face): New function.
7711 (org-set-font-lock-defaults, org-agenda-highlight-todo):
7712 Use `org-get-todo-face'.
7713 (org-switch-to-buffer-other-window): New function.
7714 (org-table-edit-field, org-table-show-reference)
7715 (org-table-edit-formulas, org-add-log-note)
7716 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7717 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7718 `switch-to-buffer-other-window' to make sure that the temporary
7719 windows show up on the current frame.
7720 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7721 (org-get-entries-from-diary, org-replace-region-by-html):
7722 Don't allow pop-up frames.
7723 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7724 Fix problems with time-of-day.
7725 (org-export-get-title-from-subtree): New function.
7726 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7727 with listing items that are DONE.
7728 (org-change-tag-in-region): New command.
7729 (org-agenda-skip-scheduled-if-done)
7730 (org-agenda-skip-deadline-if-done): Docstring clarified.
7731 (org-mode): Hide drawers on startup.
7732 (org-get-todo-face): New function.
7733 (org-todo-keyword-faces): New option.
7734 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7735 (org-remove-keyword-keys): New function.
7736
7737 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
7738
7739 * progmodes/grep.el (grep-find-ignored-directories):
7740 Add monotone _MTN bookkeeping directory in workspaces.
7741 Add RCS control directory. List items in alphabetical order.
7742
7743 * progmodes/grep.el (grep-files-aliases): Add cc alias.
7744 Sort items in alphabetical order. Fix parens.
7745
7746 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7747
7748 * vc-hg.el (vc-hg-extra-menu-map): New variable.
7749 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7750 (vc-hg-pull): New functions.
7751 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7752
7753 * term/mac-win.el: Don't require url, only autoloaded url
7754 functions are used in this file.
7755
7756 2007-08-29 Andreas Schwab <schwab@suse.de>
7757
7758 * shell.el (shell): Return correct value from interactive spec.
7759
7760 2007-08-29 Glenn Morris <rgm@gnu.org>
7761
7762 * version.el (emacs-version): Increase to 23.0.50.
7763
7764 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7765
7766 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7767
7768 2007-08-29 Juri Linkov <juri@jurta.org>
7769
7770 * loadup.el: Add "button" loading after "faces" and move "startup"
7771 to load after "button".
7772
7773 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7774
7775 * loadup.el: Load term/mac-win on a Mac using Carbon.
7776
7777 * term/mac-win.el: Provide mac-win.
7778 (mac-initialized): New variable.
7779 (mac-initialize-window-system): New function. Move global setup here.
7780 (handle-args-function-alist, frame-creation-function-alist):
7781 (window-system-initialization-alist): Add mac entries.
7782 (x-setup-function-keys): New function containing all the
7783 top level function key definitions.
7784
7785 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7786
7787 * env.el (read-envvar-name): Don't consider the environment frame param.
7788
7789 * env.el (setenv):
7790 * frame.el (frame-initialize, make-frame):
7791 * faces.el (tty-set-up-initial-frame-faces):
7792 * server.el (server-process-filter): Set
7793 display-environment-variable and term-environment-variable.
7794
7795 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7796
7797 2007-08-29 Jason Rumney <jasonr@gnu.org>
7798
7799 * loadup.el: Only load term/x-win when X is compiled in.
7800 Load term/w32-win and dependencies on windows-nt.
7801
7802 * term/w32-win.el: Reorder to match x-win.el more closely.
7803 Provide w32-win. Don't throw error when global window-system not w32.
7804 (internal-face-interactive): Remove obsolete function.
7805 (x-setup-function-keys): Use local-function-key-map.
7806 (w32-initialized): New variable.
7807 (w32-initialize-window-system): Set it.
7808 Move more global setup here.
7809 (x-setup-function-keys): New function.
7810 (w32-initialize-window-system): Move non function key global setup here.
7811 (x-cut-buffer-max): Remove.
7812 (w32-initialize-window-system): New function.
7813 (handle-args-function-alist, frame-creation-function-alist):
7814 (window-system-initialization-alist): Add w32 entries.
7815
7816 2007-08-29 David Kastrup <dak@gnu.org>
7817
7818 * env.el (getenv): Pass frame to getenv-internal.
7819
7820 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7821
7822 * version.el (emacs-version): Show if multi-tty is present.
7823
7824 * loadup.el: Delay loading env; mule-conf gets confused by cl
7825 during bootstrap. Also load termdev and term/x-win.
7826
7827 * bindings.el (mode-line-client): New variable.
7828 (help-echo): Add it to the default mode-line format.
7829
7830 * cus-start.el: Remove bogus window-system reference from GTK test.
7831
7832 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7833 (ebrowse-electric-position-mode-map):
7834 * ebuff-menu.el (electric-buffer-menu-mode-map):
7835 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7836 not `suspend-emacs'.
7837
7838 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7839 (ediff-window-setup-function): Use it as default.
7840
7841 * files.el (save-buffers-kill-terminal): New function.
7842 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7843
7844 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7845 and `with-selected-frame'.
7846
7847 * help-fns.el (describe-variable): Describe frame-local variables
7848 correctly.
7849
7850 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7851 display support.
7852 (normal-erase-is-backspace-setup-frame): New function.
7853
7854 * subr.el (with-selected-frame): New function.
7855 (read-quoted-char): Use terminal-local binding of
7856 local-function-key-map instead of function-key-map.
7857
7858 * talk.el (talk): New function.
7859 (talk-handle-delete-frame): New function.
7860 (talk-add-display): Open a new frame only if FRAME was not a frame.
7861
7862 * termdev.el: New file.
7863
7864 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7865 * term/x-win.el: Don't bind f10.
7866 * tmm.el: Remove autoload binding for f10.
7867
7868 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7869 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7870 Store the saved input method as a terminal parameter. Add keymap
7871 parameter. Use it instead of changing key-translation-map directly.
7872 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7873 Remove.
7874 (encoded-kbd-setup-display): New function.
7875
7876 * international/mule-cmds.el (set-locale-environment): Fix getenv
7877 call. Use save-buffers-kill-terminal. Ignore window-system; always
7878 set the keyboard coding system. Add DISPLAY parameter.
7879 (set-display-table-and-terminal-coding-system): Add DISPLAY
7880 parameter. Pass it to set-terminal-coding-system.
7881
7882 * international/mule.el (keyboard-coding-system): Test for
7883 encoded-kbd-setup-display, not encoded-kbd-mode.
7884 (set-terminal-coding-system, set-keyboard-coding-system): Add
7885 DISPLAY parameter.
7886 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7887
7888 * term/README: Update.
7889
7890 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7891
7892 * term/x-win.el (x-setup-function-keys): New function. Move
7893 function-key-map tweaks here. Protect against multiple calls on
7894 the same terminal. Use terminal-local binding of
7895 local-function-key-map instead of function-key-map.
7896 (x-initialize-window-system): Make a copy of pure list. Pass a
7897 frame getenv.
7898
7899 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7900 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7901 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7902 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7903 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7904 local-function-key-map instead of function-key-map.
7905
7906 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7907 `substitute-key-definition' and `define-key' calls against
7908 multiple execution. Use terminal-local binding of
7909 local-function-key-map instead of function-key-map. Pass a frame
7910 to getenv.
7911
7912 * edmacro.el (edmacro-format-keys):
7913 * emulation/cua-base.el (cua--pre-command-handler):
7914 * isearch.el (isearch-other-meta-char):
7915 * xt-mouse.el: Use terminal-local binding of
7916 local-function-key-map instead of function-key-map.
7917
7918 * fringe.el (set-fringe-mode): Simplify and fix using
7919 `modify-all-frames-parameters'.
7920 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7921 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7922 check before calling `tool-bar-setup'.
7923 (tool-bar-setup): New variable.
7924 (tool-bar-setup): Use it to guard against multiple calls. Add
7925 optional frame parameter, and select that frame before adding items.
7926 (toggle-tool-bar-mode-from-frame): New function.
7927
7928 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7929 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7930 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7931 "Tool-bar" toggles to reflect the state of the current frame.
7932 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7933
7934 * env.el: Require cl for byte compilation (for `block' and `return').
7935 (environment, setenv-internal): New functions.
7936 (let-environment): New macro.
7937 (setenv, getenv): Add optional terminal parameter. Update docs.
7938 (setenv): Use setenv-internal. Always set process-environment.
7939 Handle `local-environment-variables'.
7940 (read-envvar-name, setenv, getenv): Use frame parameters
7941 to store the local environment, not terminal parameters. Include
7942 `process-environment' as well.
7943
7944 * faces.el (tty-run-terminal-initialization): New function.
7945 (tty-create-frame-with-faces): Use it. Set up faces and
7946 background mode only after the terminal has been initialized.
7947 Call terminal-init-*. Don't load the initialization file more
7948 than once. Call set-locale-environment.
7949 (frame-set-background-mode): Handle the 'background-mode terminal
7950 parameter.
7951 (tty-find-type): New function.
7952 (x-create-frame-with-faces): Remove bogus check for
7953 first frame. Call `tool-bar-setup'. Don't make frame visible
7954 until we are done setting up all its parameters. Call
7955 x-setup-function-keys.
7956
7957 * frame.el (make-frame): Always inherit 'environment and 'client
7958 parameters. Set up the 'environment frame parameter, when needed.
7959 Also inherit 'client parameter. Don't override explicitly
7960 specified values with inherited ones. Add 'terminal frame
7961 parameter. Append window-system-default-frame-alist to parameters
7962 before calling frame-creation-function.
7963 (frame-initialize): Copy the environment from the initial frame.
7964 (window-system-default-frame-alist): Enhance doc string.
7965 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7966 `default-frame-alist' when initial frame is on a tty.
7967 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7968 Remove specified parameters from `window-system-default-frame-alist'.
7969 (make-frame-on-tty, framep-on-display, suspend-frame):
7970 Extend doc string, update parameter names.
7971 (frames-on-display-list): Use terminal-id to get the display id.
7972 (frame-notice-user-settings): Extend to apply
7973 settings in `window-system-default-frame-alist' as well.
7974 (terminal-id, terminal-parameters, terminal-parameter)
7975 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7976 (delete-frame-functions): Add to `delete-frame-functions' hook.
7977 (blink-cursor-mode): Adapt blink-cursor-mode default
7978 value from startup.el.
7979 (make-frame-on-display): Protect condition on x-initialized when
7980 x-win.el is not loaded. Update doc.
7981 (suspend-frame): Use display-controlling-tty-p to decide between
7982 suspend-emacs and suspend-tty.
7983 (frames-on-display-list): Update for display ids.
7984 (framep-on-display): Ditto.
7985 (suspend-frame): Use display-name, not frame-tty-name.
7986 (selected-terminal): New function.
7987
7988 * server.el: Use `device' instead of `display' or `display-id' in
7989 variable and client parameter names.
7990 (server-select-display): Remove (unused).
7991 (server-tty-live-p, server-handle-delete-tty): Remove.
7992 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7993 Update docs.
7994 (server-getenv-from, server-with-environment, server-send-string)
7995 (server-save-buffers-kill-terminal): New functions.
7996 (server-delete-client): Handle quits in kill-buffer. Don't kill
7997 modified buffers. Add extra logging. Delete frames after
7998 deleting the tty. Clear 'client parameter before deleting a frame.
7999 Use delete-display, not delete-tty.
8000 (server-visit-files): Don't set `server-existing-buffer' if the
8001 buffer already has other clients. Return list of buffers
8002 created. Update doc. Don't set client-record when nowait.
8003 (server-handle-delete-frame): Delete the client if this was its
8004 last frame. Check that the frame is alive. Remove bogus comment.
8005 Add note on possible race condition. Delete tty clients, if needed.
8006 (server-handle-suspend-tty): Use server-send-string. Kill the
8007 client in case of errors from process-send-string. Use the display
8008 parameter.
8009 (server-unload-hook): Remove obsolete delete-tty hook.
8010 (server-start): Ask before restarting if the old server still has
8011 clients. Add feedback messages. Remove obsolete delete-tty hook.
8012 (server-process-filter): Use server-send-string. Accept `-dir'
8013 command. Switch to *scratch* immediately after creating the frame,
8014 before evaluating any -evals. Protect `display-splash-screen'
8015 call in a condition-case. Explain why. Call
8016 `display-startup-echo-area-message' before
8017 `display-splash-screen'. Don't display the splash screen when no
8018 frame was created. Show the Emacs splash screen and startup echo
8019 area message. Display the *scratch* buffer by default. Store the
8020 local environment in a frame (not terminal) parameter. Do not try
8021 to decode environment strings. Fix reference to the 'display
8022 frame parameter. Change syntax of environment variables. Put
8023 environment into terminal parameters, not client parameters. Use
8024 a dummy client with --no-wait's X frames. In `-position LINE'
8025 handler, don't ruin the request string until the line number is
8026 extracted. Log opened files. Handle -current-frame command.
8027 Don't create frames when it is given. Don't bind X frames to the
8028 client when we are in -no-wait mode. Set locale environment
8029 variables from client while creating tty frames. Disable call to
8030 configure-display-for-locale. When processing -position command,
8031 don't change the request string until the parameters are
8032 extracted. Don't try to create an X frame when Emacs does not
8033 support it. Improve logging. Temporarily set ncurses-related
8034 environment variables to those of the client while creating a new
8035 tty frame. Select buffers opened by nowait clients, don't leave
8036 them buried under others. Set the display parameter, and use it
8037 when appropriate.
8038
8039 * startup.el (display-startup-echo-area-message): Handle
8040 `inhibit-startup-echo-area-message' here.
8041 (command-line-1): Moved from here.
8042 (fancy-splash-screens): Use `overriding-local-map' instead of
8043 `overriding-terminal-local-map' for now; the latter doesn't work
8044 right, it looses keypresses to another terminal. Use
8045 `overriding-terminal-local-map' to set up keymap. Install a
8046 `delete-frame-functions' hook to catch `delete-frame' events.
8047 Ignore `select-window' events to cope better with
8048 `focus-follows-mouse'. Don't switch back to the original buffer
8049 if the splash frame has been killed. Restore previous buffer, even
8050 if it's *scratch*.
8051 (normal-splash-screen): Don't let-bind `mode-line-format'; it
8052 changes the global binding - setq it instead. Use
8053 `save-buffers-kill-terminal'.
8054 (display-splash-screen): Don't do anything if the splash screen is
8055 already displayed elsewhere.
8056 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8057 (command-line): Replace duplicated code with a call to
8058 tty-run-terminal-initialization. Don't load the terminal
8059 initialization file more than once. Remove call to nonexistent
8060 function `set-locale-translation-file-name'.
8061
8062 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8063 parameters.
8064 (xterm-mouse-position-function, xterm-mouse-event): Update.
8065 (xterm-mouse-mode): Don't depend on current value of window-system.
8066 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8067 Update for multi-tty.
8068 (turn-on-xterm-mouse-tracking-on-terminal)
8069 (turn-off-xterm-mouse-tracking-on-terminal)
8070 (xterm-mouse-handle-delete-frame): New functions.
8071 (delete-frame-functions, after-make-frame-functions)
8072 (suspend-tty-functions, resume-tty-functions): Install extra hooks
8073 for multi-tty.
8074
8075 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * simple.el (invisible-p): Remove: implemented in C now.
8078 (line-move-invisible-p): Remove obsolete alias.
8079
8080 2007-08-28 Juri Linkov <juri@jurta.org>
8081
8082 * image-mode.el (image-type): New variable.
8083 (image-mode): Set default major mode name to "Image[text]".
8084 (image-minor-mode): Change LIGHTER to display image-type in the
8085 mode line.
8086 (image-minor-mode): Set default image-type to "text".
8087 (image-toggle-display): After switching to text mode, set
8088 image-type to "text" and major mode name to "Image[text]".
8089 After switching to image mode, set image-type to actual image
8090 type, and add image type to major mode name. Let-bind the same
8091 variable names as arguments of `image-type' and `create-image'.
8092 Bind `type' to the result of `image-type' and use it as arg
8093 of `create-image' to not determine the image type twice.
8094
8095 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
8096
8097 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8098 (tramp-set-file-uid-gid, tramp-get-local-uid)
8099 (tramp-get-local-gid): New defuns.
8100 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8101 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8102 Improve fast track.
8103 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8104 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8105 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8106 (tramp-handle-write-region): Improve fast track.
8107 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8108 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8109 be nil.
8110
8111 2007-08-28 Ivan Kanis <apple@kanis.eu>
8112
8113 * time.el: New feature to display several time zones in a buffer.
8114 (display-time-world-mode, display-time-world-display)
8115 (display-time-world, display-time-world-timer): New functions.
8116 (display-time-world-list, display-time-world-time-format)
8117 (display-time-world-buffer-name, display-time-world-timer-enable)
8118 (display-time-world-timer-second, display-time-world-mode-map):
8119 New variables.
8120
8121 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8122
8123 * term/x-win.el (x-gtk-stock-map): New variable.
8124 (x-gtk-map-stock): New function.
8125
8126 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8127 prev/next-node.
8128
8129 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8130
8131 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8132
8133 2007-08-28 Glenn Morris <rgm@gnu.org>
8134
8135 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8136
8137 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8138
8139 * progmodes/modula2.el (m2-definition, m2-module):
8140 Don't use previous-line. Reported by T. V. Raman.
8141
8142 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8143
8144 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8145 argument to tool-bar-mode call.
8146
8147 2007-08-27 Glenn Morris <rgm@gnu.org>
8148
8149 * diff-mode.el (diff-find-file-name): Only accept regular files,
8150 to rule out /dev/null, directories, etc.
8151
8152 * vc-svn.el (vc-svn-diff): If the repository version of all the
8153 files is the same as the specified OLDVERS, do a local diff.
8154
8155 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8158 of buffers in uniquify-managed.
8159
8160 * simple.el (invisible-p): Rename from text-invisible-p.
8161 Update callers.
8162
8163 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8166 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8167 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8168 (cperl-etags-goto-tag-location): Use new style backquotes.
8169
8170 * net/browse-url.el: Remove spurious * in custom docstrings.
8171 (browse-url-filename-alist): Use new-style backquote.
8172
8173 * emacs-lisp/backquote.el (backquote-unquote-symbol)
8174 (backquote-splice-symbol): Clarify they're not new-style unquotes.
8175
8176 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8177 (\,@): Backslash the , and ,@ which are not new-style unquotes.
8178
8179 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8180
8181 * net/socks.el (socks-username/password-auth-filter):
8182 Remove unused vars `state' and `desired-len'.
8183 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8184 (socks-wait-for-state-change): Use new-style backquotes.
8185
8186 * pcvs.el (cvs-mode-status): Fix long-standing typo.
8187
8188 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8189 backquotes after each `read' rather than once per buffer.
8190
8191 * dframe.el: Remove spurious * in custom docstrings.
8192 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8193 (dframe-xemacs20p): Remove, inline at the sole use point.
8194 (defface): Don't defvar the face, don't use old-style backquote.
8195 (defcustom): Don't use old-style backquote.
8196 (dframe-frame-parameter, dframe-mouse-event-p):
8197 Make it obvious that it's always defined.
8198 (dframe-popup-kludge): New function to replace
8199 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8200 (dframe-frame-mode, dframe-set-timer-internal)
8201 (dframe-mouse-set-point): Remove use of with-no-warnings from
8202 XEmacs-specific code.
8203 (dframe-set-timer-internal): Fix very old bug with
8204 post-command-idle-hook.
8205
8206 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8207
8208 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8209
8210 * emacs-lisp/avl-tree.el: New file.
8211
8212 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8213
8214 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
8215 was used.
8216
8217 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
8218
8219 * complete.el (PC-do-completion): Make RET accept a non-unique but
8220 complete expansion again.
8221
8222 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
8223
8224 * eshell/esh-opt.el (eshell-eval-using-options):
8225 Add debug declaration.
8226
8227 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8228
8229 * log-view.el (log-view-toggle-mark-entry): Add docstring.
8230 (log-view-get-marked): Likewise.
8231
8232 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8233 (vc-delete-automatic-version-backups): Likewise.
8234
8235 * vc.el (vc-dired-buffers-for-dir): Likewise.
8236
8237 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
8238
8239 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8240 safe-local-variable setting.
8241 * progmodes/perl-mode.el (perl-indent-level): Likewise.
8242
8243 * log-view.el (log-view-marked-list): Delete variable.
8244 (log-view-mode): Don't use it.
8245 (log-view-toggle-mark-entry): Likewise, simplify.
8246 (log-view-current-tag): Don't return properties.
8247 (log-view-get-marked): New function.
8248
8249 2007-08-25 Alexandre Julliard <julliard@winehq.org>
8250
8251 * vc-git.el (vc-git-mode-line-string): New function.
8252
8253 2007-08-25 Alan Mackenzie <acm@muc.de>
8254
8255 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8256 new language variable.
8257
8258 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8259 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8260 "extern" etc., rather than BOI. Fix addition of spurious
8261 syntactic-symbol 'defun-block-intro, replacing it with
8262 'innamespace, etc.
8263
8264 2007-08-25 Juri Linkov <juri@jurta.org>
8265
8266 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8267
8268 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8269 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8270 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8271
8272 * image.el (image-type-header-regexps): Use more complex regexp for svg.
8273 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8274 (image-type-auto-detectable): Add (svg . maybe).
8275
8276 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8277 to treat it like .tgz.
8278
8279 * calendar/cal-bahai.el: Add file coding cookie.
8280
8281 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
8282
8283 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8284 Don't behave differently when executed via M-x. Add doc string.
8285
8286 * sort.el (sort-fold-case, sort-numeric-base): Mark as
8287 safe-local-variable.
8288
8289 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
8290
8291 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8292 the default value.
8293 (math-calendar-tzinfo): New variable.
8294 (math-get-calendar-tzinfo): New function.
8295 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8296 to get information when zone is nil.
8297
8298 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
8299
8300 * log-view.el (log-view-toggle-mark-entry): New function.
8301 (log-view-mode-map): Bind it.
8302 (log-view-marked-list): New variable.
8303 (log-view-mode): Make it local.
8304
8305 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8306
8307 * play/zone.el (zone-pgm-rat-race): New func.
8308 (zone-programs): Add `zone-pgm-rat-race'.
8309
8310 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8313 a list.
8314
8315 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8316
8317 * progmodes/hideshow.el (hs-match-data): Delete alias.
8318 (hs-hide-block-at-point, hs-find-block-beginning)
8319 (hs-show-block): Use `match-data' directly.
8320
8321 2007-08-24 Martin Rudalics <rudalics@gmx.at>
8322
8323 * format.el (format-alist): Fix typo in doc-string.
8324
8325 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
8326
8327 * net/tramp.el (tramp-local-host-p): New defun.
8328 (tramp-handle-file-local-copy, tramp-handle-write-region):
8329 Implement fast track when being on the local host.
8330 (tramp-file-name-handler): Don't set "started" property. It shall
8331 be reserved for the "ftp" method.
8332 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8333
8334 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8335 (tramp-ftp-file-name-handler): Set "started" property.
8336
8337 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
8338
8339 * files.el (backup-buffer-copy): Don't wrap delete in
8340 condition-case, only try to delete if file exists.
8341
8342 2007-08-24 Glenn Morris <rgm@gnu.org>
8343
8344 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8345
8346 * startup.el (tutorial-directory): Set with eval-at-startup so it
8347 gets the right value in an installed Emacs.
8348
8349 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8350
8351 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8352 (eldoc-highlight-function-argument): Use it.
8353
8354 2007-08-23 Masatake YAMATO <jet@gyve.org>
8355
8356 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8357 name of parameters in document body.
8358
8359 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8362 (byte-compile-output-as-comment): Use with-current-buffer rather than
8363 a weird set-buffer&prog1 combination.
8364
8365 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8366 test so as to optimise cases where the `progn's result is constant.
8367
8368 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8369
8370 * locate.el (locate-get-file-positions):
8371 Use line-beginning-position and line-end-position.
8372
8373 2007-08-23 John Wiegley <johnw@newartisans.com>
8374
8375 * calendar/cal-bahai.el: Added in the diacriticals that were
8376 missing for many of the month names.
8377
8378 2007-08-22 Jason Rumney <jasonr@gnu.org>
8379
8380 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8381
8382 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * image-mode.el (image-minor-mode): Use image-mode-text-map.
8385
8386 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
8387
8388 * dabbrev.el (dabbrev--progress-reporter): New variable.
8389 (dabbrev--scanning-message): Delete func.
8390 (dabbrev--find-expansion): Use a progress reporter
8391 instead of dabbrev--scanning-message.
8392
8393 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8394
8395 * comint.el (comint-exec-1): Raise an error if
8396 `start-file-process' does not return a process object.
8397
8398 * shell.el (shell): Prompt for `default-directory' if it is a
8399 remote file name, and if called with a prefix arg.
8400
8401 2007-08-22 Sam Steingold <sds@gnu.org>
8402
8403 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8404
8405 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
8406
8407 * textmodes/org-export-latex.el: New file.
8408
8409 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8410
8411 * textmodes/org.el (org-agenda-skip): Allow a form for
8412 `org-agenda-skip-function'.
8413 (org-agenda-redo): Re-use local settings.
8414 (org-agenda): Store local settings.
8415 (org-agenda-deadline-faces): New option.
8416 (org-agenda-deadline-face): New function.
8417 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8418 entries on their due date.
8419 (org-agenda-get-timestamps): No longer handle the due dates of
8420 schedules and deadline items.
8421 (org-insert-link-global, org-open-at-point-global): New commands.
8422 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8423 :for-ascii parameter.
8424 (org-skip-comments): Function removed.
8425 (org-cleaned-string-for-export): Handle special table lines.
8426 (org-global-properties): New option.
8427 (org-entry-get-with-inheritance): Check global properties.
8428 (org-local-properties): New variable.
8429 (org-set-regexps-and-options): Find the #+PROPERTY line.
8430 (org-link-types): Change type into variable (was constant).
8431 (org-make-link-regexps): New function.
8432 (org-link-re-with-space, org-link-re-with-space2)
8433 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8434 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8435 these regular expressions happens now in the function
8436 `org-make-link-regexps'.
8437 (org-store-link): Call the functions in
8438 `org-store-link-functions'.
8439 (org-add-link-type): New function.
8440 (org-store-link-functions): New variable.
8441 (org-activate-tags): Force matches to be in headlines.
8442 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8443 (org-columns-display-here): Make sure this works in a narrowed
8444 buffer by checking for point-min.
8445 (org-columns-display-here): Make the rest of the line intangible,
8446 so that point never can be there.
8447 (org-cleaned-string-for-export): Use `with-current-buffer'.
8448 (org-replace-region-by-html): Use `with-current-buffer'.
8449 (org-unfontify-region, org-do-occur, org-columns-display-here)
8450 (org-columns-remove-overlays, org-columns-quit)
8451 (org-columns-edit-value, org-columns-next-allowed-value)
8452 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8453 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8454 (org-agenda-todo, org-agenda-change-all-lines)
8455 (org-agenda-align-tags, org-agenda-priority)
8456 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8457 (org-agenda-show-new-time, org-cleaned-string-for-export)
8458 (org-export-grab-title-from-buffer)
8459 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8460 instead of `buffer-read-only'.
8461 (org-export-as-html): Set `coding-system-for-write'.
8462 (org-remember-store-without-prompt): New option.
8463 (org-archive-subtree): Fixed bug with modifying TODO keyword.
8464 (org-beginning-of-line): Also treat C-a special in items.
8465 (org-table-convert-refs-to-rc): Fixed problem with column
8466 reference after "..".
8467 (org-columns-compute): Don't mark buffer modified because of text
8468 properties.
8469 (org-batch-store-agenda-views): Use the variable
8470 `default-directory', not the function.
8471 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8472 (org-clock-out-when-done): New option.
8473 (org-html-entities): Added HTML entities for smileys.
8474
8475 2007-08-22 Glenn Morris <rgm@gnu.org>
8476
8477 * image.el (create-image): Doc fix.
8478
8479 * startup.el (tutorial-directory): New constant.
8480 (fancy-splash-text): Tutorials now in tutorial-directory.
8481 * tutorial.el (help-with-tutorial): Tutorials now in
8482 tutorial-directory.
8483
8484 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8485
8486 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8487 otherwise.
8488 (tramp-get-remote-path): New defun. Replace occurrences of
8489 `tramp-default-remote-path' by this function.
8490 (tramp-set-remote-path): Move most of the code to
8491 `tramp-get-remote-path'.
8492 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8493 existing directories, this is done already in
8494 `tramp-get-remote-path'.
8495
8496 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8497
8498 * image-file.el (image-file-name-extensions): Add "svg".
8499 * image.el (image-type-header-regexps): Add svg entry.
8500
8501 2007-08-22 Glenn Morris <rgm@gnu.org>
8502
8503 * files.el (backup-buffer-copy): Check backup directory is
8504 writable, to avoid infloop deleting old backup.
8505
8506 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8507 movemail related variables.
8508 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8509 will now be set before this is called.
8510
8511 2007-08-21 Juri Linkov <juri@jurta.org>
8512
8513 * delsel.el (delete-selection-pre-hook):
8514 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8515 instead of checking last-command.
8516
8517 2007-08-21 Juri Linkov <juri@jurta.org>
8518
8519 * loadup.el: Preload "button".
8520
8521 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8524 Add previous-line and next-line.
8525
8526 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8527 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8528
8529 * vc-hooks.el (vc-menu-entry): New var.
8530 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8531 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8532 (vc-menu-map): Declare and initialize in one step.
8533 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8534
8535 * menu-bar.el (vc-menu-map): Don't setup any more.
8536 Instead, just create the proper spot in the menu.
8537
8538 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * smerge-mode.el (smerge-resolve): New arg `safe'.
8541 (smerge-resolve-all, smerge-batch-resolve): New function.
8542 (smerge-refine): Make sure `diff' returns the expected result.
8543 (smerge-parsep-re): New const.
8544 (smerge-mode): Use it to adjust paragraph-separate.
8545
8546 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8547 Correctly match / regexp matchers as first char on a line when
8548 fontifying only that line.
8549
8550 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8551
8552 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * vc-bzr.el: Don't fiddle with vc-handled-backend.
8555 (vc-bzr-registered): Don't redundantly protect against
8556 file-error. Actually use the format-specific code.
8557 (vc-bzr-buffer-nonblank-p): Remove.
8558 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8559
8560 2007-08-20 Juri Linkov <juri@jurta.org>
8561
8562 * startup.el (fancy-splash-text): Change multiple tabs into one
8563 tab. Remove "Useful File menu items" section (with "Exit Emacs"
8564 and "Recover Crashed Session").
8565 (fancy-splash-screens): Set tab-width to 22.
8566 (normal-splash-screen): Replace literal tabs with \t and
8567 fix whitespace. Remove "Useful File menu items" section (with
8568 "Exit Emacs" and "Recover Crashed Session").
8569
8570 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8571
8572 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8573 extracted from `eval-last-sexp-1'.
8574 (eval-last-sexp-1): Call `preceding-sexp'.
8575
8576 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
8577
8578 * vc-rcs.el (vc-rcs-annotate-command):
8579 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8580 Add back :vc-annotate-prefix propertization.
8581
8582 2007-08-20 Andreas Schwab <schwab@suse.de>
8583
8584 * mail/rmail.el (rmail-autodetect): Doc fix.
8585
8586 2007-08-19 Juri Linkov <juri@jurta.org>
8587
8588 * startup.el (normal-splash-screen): Add more links.
8589
8590 2007-08-19 Juri Linkov <juri@jurta.org>
8591
8592 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8593 because it's common to both types of splash screen: fancy and normal.
8594 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8595 (exit-splash-screen): Rename from `fancy-splash-quit'.
8596 Use `quit-window' instead of `kill-buffer'.
8597 (fancy-splash-head): Use make-button to insert GNU image link.
8598 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8599 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8600 (normal-splash-screen): Put "Browse manuals" on the same line with
8601 "Emacs manual". Remove descriptions from "Useful tasks" and put
8602 all links in two columns on two lines.
8603
8604 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
8605
8606 * emulation/viper.el (viper-remove-hooks): Remove some additional
8607 viper hooks when the user calls viper-go-away.
8608 (viper-go-away): Restore the default of default-major-mode.
8609 Save the value of default-major-mode before vaperization.
8610
8611 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8612
8613 * emulation/viper-ex.el: Replace error "" with "Viper bell".
8614
8615 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8616 buffer for which file is created.
8617
8618 2007-08-19 Glenn Morris <rgm@gnu.org>
8619
8620 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8621 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8622 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
8623 shadow files messing up the compilation.
8624
8625 2007-08-18 Glenn Morris <rgm@gnu.org>
8626
8627 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8628 string. Also apply eldoc-argument-case in the help-split-fundoc
8629 case. Adapt for changed behavior of eldoc-function-argstring,
8630 eldoc-function-argstring-format, and
8631 eldoc-highlight-function-argument.
8632 (eldoc-highlight-function-argument): Handle nil INDEX argument,
8633 just call eldoc-docstring-format-sym-doc in that case.
8634 (eldoc-function-argstring): Change the behavior. Now it converts
8635 an argument list to a string.
8636 (eldoc-function-argstring-format): Change the behavior. Now it
8637 applies `eldoc-argument-case' to a string.
8638
8639 * progmodes/scheme.el (scheme-mode-variables): Set
8640 font-lock-comment-start-skip.
8641
8642 2007-08-18 Martin Rudalics <rudalics@gmx.at>
8643
8644 * progmodes/ada-mode.el (ada-create-syntax-table): Move
8645 set-syntax-table from here to ...
8646 (ada-mode): ... here. Do not change global value of
8647 comment-multi-line. Call new function
8648 ada-initialize-syntax-table-properties and add new function
8649 ada-handle-syntax-table-properties to font-lock-mode-hook.
8650 (ada-deactivate-properties, ada-initialize-properties): Replace
8651 by new functions ...
8652 (ada-handle-syntax-table-properties)
8653 (ada-initialize-syntax-table-properties)
8654 (ada-set-syntax-table-properties): ... to set up syntax-table
8655 properties uniformly, independently from whether font-lock-mode
8656 is enabled or not. Handle read-only buffers and do not change
8657 undo-list when setting syntax-table properties.
8658 (ada-after-change-function): Use ada-set-syntax-table-properties.
8659
8660 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8661
8662 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8663 (meta-indent-current-nesting): Use a computation of the nesting
8664 instead.
8665 (meta-indent-current-indentation): Indentation is given according
8666 to nesting and if the previous line was finished or not.
8667 (meta-indent-unfinished-line): Tell if the current line ends with
8668 a finished expression.
8669 (meta-indent-looking-at-code): Like `looking-at', but checks if
8670 the point is in a string before.
8671 (meta-indent-level-count): Use it. Don't count parenthesis as it's
8672 done in the nesting function.
8673 (meta-indent-in-string-p): Tell if the current point is in a
8674 string.
8675 (meta-indent-calculate): Treat b-o-b as a special case. Use the
8676 previous functions.
8677
8678 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
8679
8680 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8681 (copyright-update-year, copyright-update)
8682 (copyright-fix-years): Use it.
8683
8684 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
8685
8686 * emacs-lisp/copyright.el (copyright-update-year):
8687 Fix bug: Handle nil copyright-limit.
8688
8689 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8690
8691 * calc/calc-units.el (math-standard-units): Give exact
8692 conversion for tsp.
8693
8694 * calc/calc.el (math-bignum-digit-length): Compute the
8695 appropriate value.
8696
8697 * calc/calc-bin.el (math-bignum-logb-digit-size)
8698 (math-bignum-digit-power-of-two):
8699 * calc/calc-comb.el (math-small-factorial-table):
8700 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8701 (math-approx-gamma-const):
8702 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8703 (math-besY1, math-bernoulli-b-cache):
8704 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8705 Remove `eval-when-compile's.
8706
8707 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8708
8709 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8710 (cperl-find-pods-heres): Fix an error when typing expressions like
8711 `s{a}{b}'.
8712
8713 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8714
8715 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8716 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
8717 a special case (there's no build number).
8718
8719 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
8720
8721 * completion.el (symbol-under-point, symbol-before-point)
8722 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8723
8724 2007-08-17 Glenn Morris <rgm@gnu.org>
8725
8726 * progmodes/compile.el (compilation-get-file-structure): Make use
8727 of the directory part when checking for an existing entry, to
8728 handle files with same basename in different directories.
8729
8730 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8731
8732 * calc/calc.el (calc-language-alist): Add texinfo-mode.
8733
8734 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8735
8736 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
8737 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
8738 (ps-paragraph-spacing): Docstring fix.
8739
8740 2007-08-16 Glenn Morris <rgm@gnu.org>
8741
8742 * ps-print.el (ps-font-size): Doc fix.
8743
8744 2007-08-16 Richard Stallman <rms@gnu.org>
8745
8746 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8747
8748 2007-08-15 Juri Linkov <juri@jurta.org>
8749
8750 * startup.el (initialization): Change parent group from `internal'
8751 to `environment'.
8752 (initial-buffer-choice): New variable.
8753 (command-line): Revert 2007-07-02 change that sets
8754 buffer-offer-save in *scratch* and enables auto-save in it.
8755 (fancy-splash-text): Add links to existing items. Add new items
8756 with links for useful tasks. Move information about Control-g to
8757 fancy-splash-head. Move "Emacs Guided Tour" to the end.
8758 (fancy-splash-keymap): New variable.
8759 (fancy-splash-last-input-event): Remove variable.
8760 (fancy-splash-insert): Add processing of `:link' element.
8761 (fancy-splash-head): Replace "Type Control-l to begin editing"
8762 with "Type `q' to exit".
8763 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8764 (fancy-splash-default-action, fancy-splash-special-event-action):
8765 Remove functions.
8766 (fancy-splash-quit): New function.
8767 (fancy-splash-screens): Rename input arg from `hide-on-input' to
8768 `static' and reverse the condition of its usage. Don't preserve
8769 original values of `minor-mode-map-alist',
8770 `emulation-mode-map-alists', `special-event-map'.
8771 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8772 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8773 Remove processing of special events. Use local key map
8774 `fancy-splash-keymap'. Set buffer to read-only.
8775 (normal-splash-screen): Rename input arg from `hide-on-input' to
8776 `static' and reverse the condition of its usage.
8777 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8778 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8779 Add links to existing items. Add new items with links for useful
8780 tasks. Use local key map `fancy-splash-keymap'.
8781 (display-splash-screen): Rename input arg from `hide-on-input' to
8782 `static'.
8783 (about-emacs): Add alias to display-splash-screen.
8784 (command-line-1): Use `initial-buffer-choice'.
8785
8786 * menu-bar.el (menu-bar-help-menu):
8787 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8788 item to about-emacs instead of display-splash-screen.
8789
8790 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8791
8792 * calc/calc-units.el (math-standard-units): Update values.
8793 Put in exact, rational values when possible.
8794 (math-unit-prefixes): Replace floats with powers of ten.
8795 (math-standard-units-systems): Replace floats with integers.
8796 (math-make-unit-string): Remove extra spaces in output.
8797
8798 2007-08-15 Glenn Morris <rgm@gnu.org>
8799
8800 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8801 sloppier, for the sake of GNU Mailman.
8802 (rmail-digest-rfc1153): Initialize `result' correctly.
8803
8804 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8805
8806 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8807 in the mail title. Suggested by Reiner Steib.
8808
8809 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8810
8811 * calc/calc-aent.el (calc-do-quick-calc): Add binary
8812 representation of integers to the list of outputs.
8813
8814 2007-08-14 Glenn Morris <rgm@gnu.org>
8815
8816 * simple.el (bad-packages-alist): New constant.
8817 (bad-package-check): New function. Together, these two add elements
8818 to `after-load-alist' to check for problematic external packages.
8819 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8820
8821 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8822
8823 * calc/calc-units.el (math-get-standard-units)
8824 (math-get-units, math-make-unit-string)
8825 (math-get-default-units, math-put-default-units): New functions.
8826 (math-default-units-table): New variable.
8827 (calc-convert-units, calc-convert-temperature): Add machinery
8828 to supply default values.
8829
8830 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8833 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8834 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8835 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8836
8837 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8838 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8839 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8840 Make into a proper minor-mode.
8841 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8842 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8843 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8844 (tpu-set-cursor-free, tpu-set-cursor-bound):
8845 Delegate to tpu-cursor-free-mode.
8846 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8847 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8848 Use line-move or forward-line instead of next-line-internal.
8849
8850 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8851
8852 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8853
8854 2007-08-12 Richard Stallman <rms@gnu.org>
8855
8856 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8857 (cvs-execute-single-file): Use new name split-string-and-unquote.
8858 (cvs-header-msg): Use new name combine-and-quote-strings.
8859
8860 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8861
8862 * progmodes/gud.el (gud-common-init): Use new name
8863 split-string-and-unquote.
8864
8865 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8866 in javac regexp.
8867
8868 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8869 combine-and-quote-strings and split-string-and-unquote.
8870
8871 * subr.el (combine-and-quote-strings): Rename from strings->string.
8872 (split-string-and-unquote): Rename from string->strings.
8873
8874 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8877 to buffer-local settings.
8878
8879 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8880 (backquote-process): Add internal arg `level'. Use the two to
8881 correctly handle nested backquotes.
8882
8883 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8884
8885 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8886 (vc-bzr-state-words): Add "kind changed" state word.
8887 (vc-bzr-status): New function. Return Bzr idea of file status,
8888 which is different from VC's.
8889 (vc-bzr-state): Use vc-bzr-status.
8890 (vc-workfile-unchanged-p): Use vc-bzr-status.
8891 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8892 (vc-dired-state): Process "kind changed" state word.
8893
8894 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8897
8898 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8899 Move from vc-default-find-file-not-found-hook.
8900
8901 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * man.el: Remove spurious * in docstrings.
8904 Merge defvars and toplevel setq-defaults.
8905 (Man-highlight-references0): Limit=nil rather than point-max.
8906 (Man-mode-map): Move initialization into the declaration.
8907 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8908 (Man-view-header-file): Use expand-file-name rather than concat.
8909 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8910
8911 * man.el (Man-next-section): Make sure we do not move backward.
8912
8913 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8916
8917 2007-08-08 Glenn Morris <rgm@gnu.org>
8918
8919 * Replace `iff' in doc-strings and comments.
8920
8921 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8922
8923 * dired.el (dired-pop-to-buffer):
8924 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8925 * calendar/calendar.el (generate-calendar-window):
8926 * progmodes/compile.el (compilation-set-window-height):
8927 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8928 Use window-full-width-p instead of comparing frame-width and
8929 window-width.
8930
8931 * progmodes/compile.el (compilation-find-buffer): Remove extra
8932 argument in call to compilation-buffer-internal-p.
8933
8934 2007-08-07 Tom Tromey <tromey@redhat.com>
8935
8936 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8937 Add safe-local-variable property.
8938
8939 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8940
8941 * image-mode.el (image-toggle-display): Use image-refresh.
8942
8943 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8944
8945 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8946 unofficial version.
8947 (vc-bzr-command): Remove redundant setting of process-connection-type.
8948 (vc-bzr-admin-checkout-format-file): Add autoload.
8949 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8950 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8951 (vc-bzr-registered): Compare dirstate format tag with known good
8952 value, abort parsing if match fails. Warn user in docstring.
8953 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8954 See bzrlib/branch.py in Bzr sources.
8955 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8956 (vc-bzr-shell-command): Remove in favor of
8957 vc-bzr-command-discarding-stderr.
8958 (vc-bzr-command-discarding-stderr): New function.
8959
8960 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8961
8962 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8963 program, and return nil.
8964 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8965 (vc-bzr-state): Look for path names relative to the repository
8966 root after status keyword.
8967 (vc-bzr-file-name-relative): New function.
8968 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8969 depend on it.
8970 (vc-bzr-admin-dirname, ...-checkout-format-file)
8971 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8972 files that we now parse directly for speed.
8973 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8974 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8975 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8976 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8977 Bzr warnings, so we must discard it.
8978 (vc-bzr-workfile-version): Speedup counting lines from
8979 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8980 if that file doesn't exist.
8981 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8982 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8983 to `vc-directory-exclusion-list'.
8984 (vc-bzr-shell-command): New function.
8985
8986 2007-08-06 Tom Tromey <tromey@redhat.com>
8987
8988 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8989 (diff-fixup-modifs): Typo in docstring.
8990
8991 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8994 count-screen-lines.
8995 (tpu-edt-off): Disable relevant pieces of advice.
8996
8997 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8998 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8999 (newline, newline-and-indent, do-auto-fill): Use advice instead of
9000 redefining the function.
9001 (tpu-set-scroll-margins): Activate the pieces of advice.
9002
9003 2007-08-06 Martin Rudalics <rudalics@gmx.at>
9004
9005 * help.el (resize-temp-buffer-window): Use window-full-width-p
9006 instead of comparing frame-width and window-width.
9007
9008 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
9009
9010 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9011 optional quotes around files in NEED-UPDATE . REMOVED case.
9012
9013 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9014 (ada-treat-cmd-string): Improve error message.
9015 (ada-do-file-completion): Call `ada-require-project-file', so
9016 project variables are set properly.
9017 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9018 (ada-gnatfind-buffer-name): New constant.
9019 (ada-find-any-references): Use new constant. Set buffer name
9020 properly in compilation-start. Toggle read-only properly.
9021 (ada-find-in-src-path): Fix spelling error in docstring.
9022
9023 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9024 by zero error.
9025
9026 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9029
9030 2007-08-12 Richard Stallman <rms@gnu.org>
9031
9032 * progmodes/sh-script.el (sh): Delete group `unix'.
9033
9034 * progmodes/gud.el (gud): Change to group `processes'.
9035
9036 2007-08-11 Glenn Morris <rgm@gnu.org>
9037
9038 * progmodes/compile.el (compilation-buffer-name): Don't check
9039 compilation-arguments. It is superfluous, and the variable isn't
9040 even set when this function is called.
9041
9042 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9043
9044 * term/mac-win.el (mac-ae-reopen-application): New function.
9045 (mac-apple-event-map): Bind "reopen application" Apple event to it.
9046
9047 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9050 take tex-font-script-display into account.
9051 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9052 cell to a list of 2 elements to simplify the unfontify code.
9053
9054 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9055
9056 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9057 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9058 ps-print-color-p is neither nil nor black-white. Reported by Christian
9059 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9060
9061 2007-08-08 Andreas Schwab <schwab@suse.de>
9062
9063 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9064 self-insert-command, not self-insert.
9065
9066 2007-08-08 Glenn Morris <rgm@gnu.org>
9067
9068 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9069 argument optional, for backwards compatibility, and only highlight
9070 args when present. Fix symbol name typo (doc/args).
9071
9072 * help-mode.el (help-make-xrefs): Search for symbol constituents,
9073 rather than just `-'.
9074
9075 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
9076
9077 * calc/calc-units.el (calc-convert-temperature):
9078 Use `/' to create fractions.
9079
9080 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
9081
9082 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9083 global matching.
9084 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9085 ERROR-BUFFER more robust. Display output.
9086 (tramp-file-name-handler): Add a connection property when we found
9087 a foreign file name handler. This allows backends like ftp to
9088 profit also from usr/host name completion based on connection
9089 cache.
9090 (tramp-send-command-and-read): Search for trash after the regexp
9091 until eol only. In XEmacs, there is a problem with \n.
9092
9093 * net/tramp-cache.el (top): Read persistent connection history
9094 when cache is empty.
9095
9096 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
9097
9098 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9099 resulting output.
9100
9101 2007-08-07 Sam Steingold <sds@gnu.org>
9102
9103 * progmodes/compile.el (compilation-start): Pass nil as startfile
9104 to comint-exec.
9105
9106 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * longlines.el (longlines-decoded): New variable.
9109 (longlines-mode): Avoid encoding or decoding the buffer twice.
9110
9111 2007-08-07 Martin Rudalics <rudalics@gmx.at>
9112
9113 * format.el (format-insert-file): Make sure that at most one undo
9114 entry is recorded for the insertion. Inhibit point-motion and
9115 modification hooks around call to insert-file-contents.
9116
9117 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9120 Select the buffer's window before moving point.
9121
9122 2007-08-07 Richard Stallman <rms@gnu.org>
9123
9124 * term.el (term): Remove parent group `unix'.
9125
9126 * simple.el (default-indent-new-line): New function.
9127 It calls comment-line-break-function if there are comments.
9128 (do-auto-fill): Use that.
9129
9130 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
9131
9132 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9133 (PC-do-completion): Add "acronym completion" for symbols and
9134 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9135
9136 2007-08-06 Sam Steingold <sds@gnu.org>
9137
9138 * mouse.el (mouse-buffer-menu): Pass mode-name through
9139 format-mode-line because it may be a list,
9140 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9141
9142 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
9143
9144 * printing.el (pr-update-menus): Docstring fix.
9145
9146 2007-08-06 Jason Rumney <jasonr@gnu.org>
9147
9148 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9149
9150 * vc-hooks.el (vc-call): Add doc string.
9151
9152 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
9153
9154 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9155 process-filter.
9156
9157 2007-08-06 Kenichi Handa <handa@m17n.org>
9158
9159 * international/quail.el: Wrap (require 'help-mode) by
9160 eval-when-compile.
9161 (quail-help-init): New function.
9162 (quail-help): Call quail-help-init.
9163 (quail-store-decode-map-key): Change it to a function.
9164
9165 2007-08-05 Jason Rumney <jasonr@gnu.org>
9166
9167 * vc.el (vc-rollback): Add norevert argument back.
9168 (vc-revert-buffer): Add back as obsolete alias.
9169
9170 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
9171
9172 * term.el: Honor term-default-fg-color and term-default-bg-color
9173 settings when modifying term-current-face.
9174 (term-default-fg-color, term-default-bg-color): Initialize from
9175 default term-current-face.
9176 (term-mode, term-reset-terminal): Set term-current-face with
9177 term-default-fg-color and term-default-bg-color.
9178 (term-handle-colors-array): term-current-face has term-default-fg-color
9179 and term-default-bg-color after reset escape sequence.
9180 (term-handle-colors-array): Set term-current-color with
9181 term-default-fg/bg-color instead of ansi-term-color-vector when the
9182 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9183
9184 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
9185
9186 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9187 (math-nlfit-givens): Let bind free variables.
9188
9189 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
9190
9191 * printing.el: Require lpr and ps-print when loading printing package.
9192 Reported by Glenn Morris <rgm@gnu.org>.
9193
9194 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
9195
9196 * files.el (set-auto-mode): Handle also remote files wrt
9197 `auto-mode-alist'.
9198
9199 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
9200
9201 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9202 curves and plotting.
9203
9204 * calc/calc-nlfit.el: New file.
9205
9206 2007-08-04 Glenn Morris <rgm@gnu.org>
9207
9208 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9209 zero, not nil, when the library is first loaded. Check for a file
9210 that has been modified on disk.
9211
9212 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
9213 Remove duplicate defvar preventing initialization.
9214 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
9215
9216 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
9219 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
9220 may match up to 4 lines.
9221 (diff-beginning-of-file-and-junk): Rewrite.
9222
9223 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9224
9225 * printing.el: Evaluate require only during compilation.
9226 (pr-version): New version 6.9.1.
9227 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9228 (pr-global-menubar): Fix code.
9229
9230 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
9231
9232 * term.el (term-erase-in-display): Fix case when point is not at
9233 the beginning of the line.
9234
9235 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
9236
9237 * calc/calc-ext.el (math-get-value, math-get-sdev)
9238 (math-contains-sdev): New functions.
9239
9240 * calc/calc-graph.el (calc-graph-format-data)
9241 (calc-graph-add-curve): Check for error forms.
9242 (calc-graph-set-styles): Add option for error forms.
9243
9244 2007-08-03 Miles Bader <miles@gnu.org>
9245
9246 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9247 backend names for new backends to `Git', `Hg', and `Bzr'.
9248 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9249 not `HG'.
9250 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9251 name, not `GIT'.
9252 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9253 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9254
9255 2007-08-03 Richard Stallman <rms@gnu.org>
9256
9257 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9258 to update deleted flag.
9259
9260 * cus-edit.el (customize-apropos, customize-apropos-options)
9261 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9262
9263 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9264
9265 * startup.el (fancy-splash-head, startup-echo-area-message):
9266 Change message text.
9267
9268 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9269 All callers use line-move.
9270
9271 * progmodes/compile.el (compilation-find-buffer): Return current
9272 buffer immediately if suitable.
9273 (compile, compilation-buffer-name, compilation-start): Doc fixes.
9274
9275 2007-08-03 Daiki Ueno <ueno@unixuser.org>
9276
9277 * faces.el (face-normalize-spec): New function.
9278 (frame-set-background-mode): Normalize face-spec before calling
9279 face-spec-match-p.
9280
9281 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * server.el (server-window): Add switch-to-buffer-other-frame option.
9284
9285 2007-08-03 Glenn Morris <rgm@gnu.org>
9286
9287 * cus-edit.el (customize-apropos): Make the error message indicate
9288 what kind of thing the user was trying to customize.
9289
9290 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9291
9292 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9293 Fix off-by-one error in previous change.
9294
9295 2007-08-03 Drew Adams <drew.adams@oracle.com>
9296
9297 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9298 Make buffer writable.
9299
9300 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9301
9302 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9303 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9304 Use native Emacs functions, when appropriate.
9305
9306 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9307 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * vc.el: Document new VC operation `extra-menu'.
9310
9311 * vc-hooks.el (vc-default-extra-menu): New function.
9312
9313 * menu-bar.el (menu-bar-vc-filter): New function.
9314 (menu-bar-tools-menu): Use it as a filter.
9315
9316 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
9317
9318 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9319
9320 2007-08-01 Glenn Morris <rgm@gnu.org>
9321
9322 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9323 strings.
9324 (fortran-tab-mode-default): Remove needless autoload.
9325 (fortran-tab-mode-string): Add help-echo and mouse properties, and
9326 mark as risky.
9327 (fortran-line-length): New buffer-local variable, safe if integer.
9328 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9329 Change from variables to constants.
9330 (fortran-font-lock-syntactic-keywords): Delete as a variable,
9331 replace with a new function definition.
9332 (fortran-mode): Use fortran-line-length, and
9333 fortran-font-lock-syntactic-keywords as a function. Add a
9334 hack-local-variables-hook function.
9335 (fortran-line-length, fortran-hack-local-variables): New functions.
9336 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9337 Use fortran-line-length rather than 72.
9338 (fortran-window-create-momentarily): Doc fix.
9339
9340 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
9341
9342 * cus-edit.el (custom-group-value-create, custom-goto-parent):
9343 Fix parent groups link.
9344
9345 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
9346
9347 * progmodes/python.el (python-current-defun): Adjust to never fall
9348 into infinite loop.
9349
9350 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9353
9354 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
9355
9356 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9357 (copyright-fix-years, copyright): Correctly handle the case where
9358 copyright-limit is nil.
9359
9360 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
9361
9362 * progmodes/python.el (run-python): Fix path separator under w32.
9363
9364 2007-07-30 Richard Stallman <rms@gnu.org>
9365
9366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9367 Treat non-break space as whitespace in Lisp.
9368
9369 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * vc.el (vc-dired-hook): Use inhibit-read-only.
9372
9373 * progmodes/compile.el (compilation-forget-errors):
9374 Reset compilation-auto-jump-to-next.
9375
9376 2007-07-30 Michael Olson <mwolson@gnu.org>
9377
9378 * cus-edit.el (custom-group-save): Fix void function definition
9379 error. Thanks to Zhang Wei for the report.
9380
9381 * ps-print.el: Check in trivial changes to the autoloads section
9382 caused by the build process. These autoloads really ought to be
9383 placed in a separate file, methinks.
9384
9385 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * calendar/calendar.el (calendar-mode): Make sure
9388 displayed-(month|year) are set.
9389 (calendar-basic-setup): Display buffer before adjusting window sizes.
9390 (generate-calendar-window): Use inhibit-read-only. Simplify.
9391 Generate buffer and set displayed-month and displayed-year before
9392 calling update-calendar-mode-line.
9393
9394 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * net/tramp.el:
9397 * net/tramp-uu.el:
9398 * net/trampver.el: Use utf-8 encoding with coding cookie.
9399
9400 * net/tramp-cache.el:
9401 * net/tramp-fish.el:
9402 * net/tramp-ftp.el:
9403 * net/tramp-gw.el:
9404 * net/tramp-smb.el: Remove coding cookie.
9405
9406 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9407 Flush buffer file-name's file property.
9408 (tramp-handle-file-remote-p): The first parameter is FILENAME.
9409
9410 * net/trampver.el: Update release number.
9411
9412 2007-07-29 Juri Linkov <juri@jurta.org>
9413
9414 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9415 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9416 when major-mode is not dired-mode.
9417 (dired-toggle-read-only): New function.
9418 (dired-recursive-deletes): Remove obsolete comments about old
9419 default value.
9420 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9421
9422 * wdired.el (wdired-exit): New function.
9423 (wdired-mode-map): Bind C-x C-q to wdired-exit.
9424
9425 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 * cus-edit.el (customize-read-group): New fun.
9428 (customize-group-other-window, customize-face-other-window):
9429 Prompt before delegating to customize-(group|face).
9430 Bind pop-up-windows rather than use the other-window argument.
9431 (customize-group, customize-face): Prompt from the interactive spec.
9432 Remove args `prompt-for-group' and `other-window'.
9433
9434 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9435 (ad-body-forms, ad-advised-interactive-form): Revert this part of
9436 last change.
9437
9438 2007-07-28 Masatake YAMATO <jet@gyve.org>
9439
9440 * vc.el (vc-dired-mode): Add a menu for VC related operation.
9441 Use backend name as the menu label. Suggested by David Kastrup.
9442
9443 2007-07-28 Alan Mackenzie <acm@muc.de>
9444
9445 Fix problem with modes derived from CC Mode:
9446 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9447 macro to cc-langs.
9448 (c-init-language-vars-for): Remove call to above macro.
9449 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9450 been moved to here.
9451 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9452
9453 2007-07-28 Eli Zaretskii <eliz@gnu.org>
9454
9455 * net/trampver.el: Fix the `coding' cookie.
9456
9457 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9458
9459 * vc-git.el (vc-git-print-log): Support both the old single file
9460 interface and the new one.
9461
9462 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
9463
9464 * bindings.el (mode-line-remote): Use updated %@ construct.
9465
9466 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9469 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9470 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9471 (diary-list-bahai-entries, diary-bahai-mark-entries)
9472 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
9473 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9474 New names to clean up namespace.
9475 (list-bahai-diary-entries, mark-bahai-diary-entries)
9476 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
9477 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
9478 Add compatibility aliases.
9479
9480 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
9481
9482 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
9483 (calendar-scroll-left-three-months)
9484 (calendar-scroll-right-three-months): Clean up namespace.
9485 (scroll-calendar-left, scroll-calendar-right)
9486 (scroll-calendar-left-three-months)
9487 (scroll-calendar-right-three-months): Add compatibility aliases.
9488
9489 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9490 Behave like mouse-scroll-calendar-* when used from the mouse.
9491
9492 * calendar/cal-menu.el (cal-menu-scroll-menu)
9493 (cal-menu-global-mouse-menu):
9494 * calendar/calendar.el (calendar-mode-map):
9495 Use new calendar-scroll-* names.
9496 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
9497 Remove. Use calendar-scroll-* directly instead.
9498
9499 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9502 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9503 (ad-make-advised-definition, ad-cache-id-verification-code):
9504 Use commandp and interactive-form instead.
9505
9506 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
9507
9508 * vc-git.el: Relicense to GPLv3 or later.
9509 (vc-directory-exclusion-list, vc-handled-backends): Remove.
9510
9511 * vc-hooks.el (vc-handled-backends): Add GIT.
9512
9513 * vc.el (vc-directory-exclusion-list): Add .git.
9514
9515 2007-07-26 Alexandre Julliard <julliard@winehq.org>
9516
9517 * vc-git.el (vc-git-revision-table)
9518 (vc-git-revision-completion-table): New functions.
9519
9520 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9521
9522 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9523 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9524 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9525 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9526 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9527 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9528 New command actions for EPS header and EPS footer.
9529
9530 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9531 footer. Fix some problems with one-or-more, zero-or-more and
9532 alternative constructions generation. Some log messages
9533 implementation. Doc fix.
9534 (ebnf-version): New version 4.4.
9535 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9536 (ebnf-eps-footer, ebnf-log): New options.
9537 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9538 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9539 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9540 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9541 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
9542 (ebnf-style-custom-list, ebnf-style-database): Put new values.
9543 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9544 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9545 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9546 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9547 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9548 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9549 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9550 (ebnf-non-terminal-dimension, ebnf-special-dimension)
9551 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9552 (ebnf-except-dimension, ebnf-alternative-dimension)
9553 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9554 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
9555 message fun.
9556 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9557 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9558 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9559 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9560 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9561 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9562 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9563 compatibility with Emacs 20 & 21.
9564 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9565 (ebnf-eps-file-alist, ebnf-basic-width-extra)
9566 (ebnf-basic-empty-height): New vars.
9567 (ebnf-prologue): Fix PostScript code.
9568 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9569 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9570 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9571 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9572
9573 2007-07-25 Glenn Morris <rgm@gnu.org>
9574
9575 * Relicense all FSF files to GPLv3 or later.
9576
9577 * COPYING: Switch to GPLv3.
9578
9579 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9582 Replace it with another one which disables undo before calling
9583 erase-buffer and then turns it back on if needed.
9584
9585 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9586
9587 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9588
9589 2007-07-24 Glenn Morris <rgm@gnu.org>
9590
9591 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9592 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9593 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9594 (cal-tex-cursor-week, cal-tex-cursor-week2)
9595 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9596 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9597 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9598 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9599
9600 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * calendar/calendar.el (calendar-mode-map): Move initialization
9603 into declaration. Add menu bindings (used to be done in cal-menu).
9604 (calendar-mode): Don't add an activate-menubar-hook.
9605
9606 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9607 modify calendar-mode-map), use easy-menu, and make sure that C-h k
9608 can be used on the menu entries.
9609 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9610 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9611 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9612 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9613 (calendar-flatten, cal-menu-update): Remove.
9614 (calendar-mouse-insert-hebrew-diary-entry)
9615 (calendar-mouse-insert-islamic-diary-entry)
9616 (calendar-mouse-insert-bahai-diary-entry):
9617 Remove (fold into cal-menu-diary-menu).
9618 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9619 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9620 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9621 (calendar-mouse-view-diary-entries): Minor simplifications.
9622 (calendar-event-to-date): Use with-current-buffer.
9623
9624 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
9625
9626 * add-log.el (change-log-redate): Remove (not needed anymore and
9627 doesn't appear to work).
9628
9629 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * frame.el: Use mapc and dolist instead of mapcar where possible.
9632 (close-display-connection): New command.
9633
9634 2007-07-25 Alexandre Julliard <julliard@winehq.org>
9635
9636 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9637 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9638
9639 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9640
9641 * ps-print.el (ps-multibyte-buffer): Docstring fix.
9642
9643 * ps-mule.el: Doc fix.
9644 (ps-multibyte-buffer, ps-mule-font-info-database-default)
9645 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
9646
9647 2007-07-25 Glenn Morris <rgm@gnu.org>
9648
9649 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9650 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9651 (cal-tex-daily-end, cal-tex-hook)
9652 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9653 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9654 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9655 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9656 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9657 (cal-tex-day-prefix, cal-tex-day-name-format)
9658 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9659 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9660 (cal-tex-LaTeX-subst-list): Change from variables to constants.
9661 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9662 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9663 etc, rather than \bf.
9664 (cal-tex-mini-calendar): Fix typos in previous change.
9665 (cal-tex-latexify-list): Remove inner let binding.
9666 (cal-tex-end-document, cal-tex-banner): Use multi-line
9667 cal-tex-comment.
9668 (cal-tex-comment): Handle embedded newlines.
9669 (cal-tex-LaTeXify-string): Use substring-no-properties.
9670
9671 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
9672
9673 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9674 Add support for the Maden build tool.
9675
9676 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
9677
9678 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9679
9680 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9683
9684 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9685
9686 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9687 C-x C-q.
9688
9689 * vc-git.el (vc-git-print-log): Fix previous change.
9690
9691 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * window.el (save-selected-window): Minor optimization.
9694 (bw-adjust-window): If operation failed, try with a smaller delta.
9695 (window-fixed-size-p): New function.
9696 (window-area-factor): New var.
9697 (balance-windows-area): New command.
9698
9699 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9700 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9701 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9702 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9703 (ps-mule-begin-job): Use dolist.
9704
9705 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
9706
9707 * subr.el (start-file-process-shell-command)
9708 (process-file-shell-command): New defuns.
9709
9710 * progmodes/compile.el (compilation-start):
9711 Apply `start-file-process-shell-command'.
9712
9713 2007-07-24 Alexandre Julliard <julliard@winehq.org>
9714
9715 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9716
9717 2007-07-24 Alan Mackenzie <acm@muc.de>
9718
9719 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9720 Initialise byte-compile-unresolved-functions before rather than
9721 after a compilation.
9722 (byte-compile-unresolved-functions): Amplify doc string.
9723
9724 2007-07-24 Glenn Morris <rgm@gnu.org>
9725
9726 * startup.el (normal-splash-screen): Use `emacs-copyright'.
9727
9728 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9729 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9730 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9731 (cal-tex-cursor-week, cal-tex-cursor-week2)
9732 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9733 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9734 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9735 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9736
9737 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9738 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9739 (cal-tex-day-name-format, cal-tex-cal-one-month)
9740 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9741 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9742 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9743 (cal-tex-list-holidays, cal-tex-cursor-year)
9744 (cal-tex-cursor-year-landscape, cal-tex-year)
9745 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9746 (cal-tex-cursor-month, cal-tex-insert-days)
9747 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9748 (cal-tex-first-blank-p, cal-tex-cursor-week)
9749 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9750 (cal-tex-week-hours, cal-tex-cursor-week-monday)
9751 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9752 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9753 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9754 (cal-tex-latexify-list, cal-tex-previous-month)
9755 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9756 modernization, including using dotimes rather than
9757 calendar-for-loop.
9758 (cal-tex-LaTeX-subst-list): Remove `@'.
9759 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9760 Use \textit and \textbf rather than \em and \it.
9761
9762 * calendar/cal-bahai.el (list-bahai-diary-entries)
9763 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9764 * calendar/cal-islam.el (list-islamic-diary-entries)
9765 * calendar/calendar.el (generate-calendar, generate-calendar-month)
9766 * calendar/diary-lib.el (diary-list-entries)
9767 (mark-calendar-date-pattern): Use `dotimes' rather than
9768 `calendar-for-loop'.
9769
9770 * calendar/calendar.el (calendar-for-loop): Doc fix.
9771
9772 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9775 underlying file is uptodate.
9776
9777 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
9778
9779 * replace.el (perform-replace): Use isearch-no-upper-case-p.
9780
9781 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * vc-hooks.el (vc-mode-line-map): New const.
9784 (vc-mode-line): Use it.
9785
9786 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9787
9788 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9789 (vc-git-unregister): New functions.
9790 (vc-git-find-version): Use the result of ls-files as a parameter
9791 for cat-file.
9792
9793 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
9794
9795 * net/tramp.el (tramp-perl-file-attributes)
9796 (tramp-perl-directory-files-and-attributes)
9797 (tramp-handle-file-attributes-with-stat)
9798 (tramp-handle-directory-files-and-attributes-with-stat)
9799 (tramp-convert-file-attributes): Handle huge file sizes.
9800
9801 2007-07-23 Juri Linkov <juri@jurta.org>
9802
9803 * isearch.el (isearch-message-function): New variable.
9804 (isearch-update, isearch-search): Use it.
9805
9806 * simple.el (goto-history-element): New function created from
9807 next-history-element.
9808 (next-history-element): Most code moved to goto-history-element.
9809 Call goto-history-element with (- minibuffer-history-position n).
9810 (previous-history-element): Call goto-history-element with (+
9811 minibuffer-history-position n).
9812 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9813 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9814 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9815 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9816 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9817 (minibuffer-history-isearch-pop-state): New functions.
9818
9819 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9820
9821 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9822 Also, if FILE is a list, return non-nil if any of its elements
9823 should stay local. Update docstring.
9824
9825 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9828 change by reverting a small part.
9829
9830 2007-07-23 Richard Stallman <rms@gnu.org>
9831
9832 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9833
9834 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9835
9836 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9837 handling it. Use vc-git-command.
9838 (vc-git-find-version, vc-git-diff-tree): New functions.
9839 (vc-git-revert): Use vc-git-command.
9840 (vc-git--run-command): Delete.
9841
9842 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9843
9844 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9845
9846 2007-07-20 Kenichi Handa <handa@m17n.org>
9847
9848 * international/utf-8.el (utf-8-post-read-conversion):
9849 Temporarily bind utf-8-compose-scripts to nil while running
9850 *-compose-region functions.
9851
9852 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9853
9854 * vc-git.el: Update status.
9855 (vc-directory-exclusion-list): Use eval-after-load.
9856
9857 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9858
9859 * bindings.el (mode-line-remote): New variable.
9860 (help-echo): Add to default values of mode-line-format.
9861
9862 * files.el: Mark mode-line-remote as risky.
9863
9864 2007-07-22 Juri Linkov <juri@jurta.org>
9865
9866 * isearch.el (isearch-edit-string): Save old point and
9867 isearch-other-end to old-point and old-other-end before reading
9868 the search string from minibuffer. After exiting minibuffer set
9869 point to old-other-end if point and the search direction is the
9870 same as before reading the search string.
9871 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9872 to isearch-other-end. Instead of isearch-search-and-update call
9873 three functions isearch-search, isearch-push-state and isearch-update.
9874
9875 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9876
9877 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9878 deal with multiple file arguments.
9879 (vc-git-print-log): Deal with multiple file arguments.
9880
9881 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9884 diff-refine-hunk. Adjust users.
9885 (diff-unified-hunk-p, diff-splittable-p): New functions.
9886 (diff-mode-menu): Use it to disable Split when it doesn't work.
9887
9888 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9889
9890 * diff-mode.el (diff-mode-menu): New entries.
9891
9892 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9895 if applicable, so as to save undo-log space.
9896
9897 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9898
9899 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9900 (diff-file-kill): Use it.
9901 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9902 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9903 Use it so they find the hunk even when we're in the file header.
9904
9905 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9906
9907 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9908 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9909 (vc-git-create-repo): New functions.
9910 (vc-git-registered): New autoloaded function definition.
9911 (vc-git-registered): Use vc-git-root.
9912 (vc-git-responsible-p): New defalias.
9913 (vc-git-annotate-extract-revision-at-line): Uncomment.
9914 (vc-git-print-log): Add the file name to the log.
9915 (vc-git-log-view-mode): New derived mode.
9916 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9917
9918 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9919
9920 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9921
9922 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9923
9924 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9925 file in a way that does not interfere with recentf mode.
9926 (reftex-access-parse-file): Do not risk destroying an existing
9927 buffer.
9928
9929 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9930
9931 * vc-git.el: New file.
9932
9933 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9936
9937 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9938
9939 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9940 for branches and new files.
9941
9942 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9943 local-map handling ...
9944 (vc-mode-line): ... here. Improve handling of help-echo.
9945
9946 * vc.el (mode-line-string): Document help-echo usage.
9947
9948 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9949
9950 Sync with Tramp 2.1.10.
9951
9952 * net/tramp.el (tramp-get-ls-command): Fix typo.
9953
9954 * net/trampver.el: Update release number.
9955
9956 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9957
9958 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9959
9960 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9961
9962 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9963
9964 * add-log.el (change-log-fill-parenthesized-list): New function.
9965 (change-log-indent): Call change-log-fill-parenthesized-list.
9966 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9967 Have lines with leading asterisk start a paragraph.
9968
9969 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9970
9971 * calc/calc-math.el (math-emacs-precision)
9972 (math-largest-emacs-expt, math-smallest-emacs-expt):
9973 New variables.
9974 (math-use-emacs-fn): New function.
9975 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9976 appropriate.
9977
9978 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9979
9980 * image-dired.el (image-dired-sane-db-file): New func.
9981 (image-dired-write-tags, image-dired-remove-tag)
9982 (image-dired-list-tags, image-dired-write-comments)
9983 (image-dired-get-comment, image-dired-mark-tagged-files)
9984 (image-dired-create-gallery-lists): Call new func.
9985 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9986
9987 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9988
9989 * vc-hg.el (vc-hg-dir-state): Fix loop.
9990 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9991 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9992 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9993 (vc-hg-revert): Likewise.
9994 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9995 functions.
9996
9997 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * add-log.el (change-log-resolve-conflict): Don't lose data if the
10000 merge fails.
10001
10002 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10003
10004 * progmodes/compile.el (compilation-auto-jump-to-first-error):
10005 Add group and version.
10006
10007 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * add-log.el (add-log-file-name): Use file-relative-name.
10010 (add-change-log-entry): Delay reading
10011 add-log-(full-name|mailing-address) to after we've switched to the
10012 ChangeLog buffer so we get the right value.
10013 (add-change-log-entry, add-log-current-defun, change-log-merge):
10014 Use derived-mode-p rather than checking major-mode directly.
10015
10016 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10017 name for buffer-file-name if it refers to a directory.
10018
10019 * vc-arch.el (vc-arch-diff): Fix last change.
10020
10021 * progmodes/compile.el (compilation-start): Remember the original
10022 directory in a buffer-local compilation-directory.
10023 (compile): Set the global value of compilation-directory.
10024 (recompile): Use compilation-directory even in the compilation buffer.
10025
10026 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10027
10028 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10029
10030 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10031
10032 * ps-print.el: Problem with foreground and background color when
10033 printing a buffer with and without faces. Reported by Christian
10034 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10035 (ps-print-version): New version 6.7.5.
10036 (ps-default-fg): Change default value to nil, so black color is used
10037 when a face does not specify a foreground color.
10038 (ps-default-bg): Change default value to nil, so white color is used
10039 for background color.
10040 (ps-begin-job): Fix code.
10041
10042 2007-07-20 Eli Zaretskii <eliz@gnu.org>
10043
10044 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10045 in $(INSTALL_DIR)/lisp/ if they already exist.
10046
10047 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
10048
10049 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10050 in $(INSTALL_DIR)/lisp/ if they already exist.
10051
10052 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * progmodes/vera-mode.el (vera-re-search-forward)
10055 (vera-re-search-backward): Remove use of store-match-data.
10056 (vera-mode-map): Move initialization into declaration.
10057
10058 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10059 (flymake-find-buildfile): Use locate-dominating-file.
10060
10061 * vc.el (vc-delistify): Use mapconcat.
10062 (vc-do-command): Minor simplification.
10063 (vc-expand-dirs): Use push.
10064
10065 * vc-mcvs.el (vc-mcvs-create-repo):
10066 * vc-cvs.el (vc-cvs-create-repo): Remove.
10067
10068 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10069 directory and the root as well.
10070
10071 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10072
10073 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10074 instead of a file.
10075
10076 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10077 (vc-hg-registered): Replace if with when.
10078 (vc-hg-state): Deal with nonexistent files and handle removed files.
10079 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10080 (vc-hg-checkout): Re-enable.
10081 (vc-hg-create-repo): Fix typos.
10082 (vc-hg-print-log): Fix for multiple files.
10083 (vc-hg-workfile-unchanged-p): New function.
10084
10085 * vc.el: Fix typo.
10086 (vc-print-log): Fix call to print-log.
10087 (vc-default-comment-history): Likewise.
10088 (vc-directory-exclusion-list): Add .hg and .bzr.
10089 (vc-diff-internal): Pass a list instead of a file.
10090
10091 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10092
10093 * vc-bzr.el (vc-bzr-create-repo): New function.
10094
10095 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10098 `file' from which to start the search.
10099
10100 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
10101
10102 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10103 having a single file argument to having a list of files as the
10104 first argument.
10105
10106 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * files.el (locate-dominating-file): New function.
10109
10110 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
10111
10112 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10113 (grep-compute-defaults): Use it.
10114
10115 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * uniquify.el: Docstring fixes.
10118
10119 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
10120
10121 * vc.el (revision-granularity, create-repo): Document new vc
10122 backend properties.
10123 (vc-rollback): Renamed from vc-cancel-version. Update references.
10124 Pass a list instead of a file.
10125 (vc-revert): Renamed from vc-revert-buffer. Update references.
10126 (vc-delistify, vc-expand-dirs): New functions.
10127 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10128 of files instead of a single file.
10129 (vc-position-context, vc-resync-window, vc-diff-internal)
10130 (vc-print-log): Pass a list instead of a file.
10131
10132 * vc-hooks.el (vc-stay-local-p, vc-backend)
10133 (vc-backend-subdirectory-name): Work on a file list, not a single
10134 file.
10135 (vc-workfile-version): Update docstring.
10136 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10137 vc-revert instead of vc-revert-buffer.
10138 (vc-prefix-map): Likewise. Bind vc-update.
10139
10140 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10141 (vc-svn-wash-log): New functions.
10142 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10143 (vc-svn-command): Deal with a list of files, not a single file.
10144
10145 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10146 (vc-rcs-wash-log): New functions.
10147 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10148 Deal with a list of files, not a single file.
10149 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
10150
10151 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10152 functions.
10153 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10154 list of files, not a single file.
10155
10156 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10157 New functions.
10158 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10159 (vc-mcvs-diff): Deal with a list of files, not a single file.
10160
10161 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10162 functions.
10163 (vc-hg-print-log): Deal with a list of files, not a single file.
10164 (vc-hg-diff-tree): New function, replace defalias with the same
10165 name.
10166 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10167 FILES to denote that it is a file list, not a single file.
10168
10169 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10170 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10171 a single file.
10172 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10173 that it is a file list, not a single file.
10174 (vc-cvs-diff): Likewise. Simplify.
10175
10176 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10177 Deal with a list of files, not a single file.
10178
10179 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10180 (vc-bzr-print-log): Update FILE parameter name to denote that it
10181 is a file list, not a single file.
10182 (vc-bzr-diff): Likewise. Use the car of files.
10183
10184 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
10185
10186 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10187 (follow-delete-other-windows-and-split, follow-recenter)
10188 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10189 (follow-redisplay, follow-estimate-first-window-start)
10190 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10191 Fix typos in docstrings.
10192
10193 2007-07-18 Martin Rudalics <rudalics@gmx.at>
10194
10195 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10196 avoid that filling introduces lines with a single asterisk.
10197
10198 * kmacro.el (kmacro-end-macro): When ignoring empty macro
10199 avoid incorrect kmacro-ring-empty-p messages.
10200 Reported by Michael Schierl <schierlm@gmx.de>.
10201
10202 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10203
10204 * vc.el: Add more info about the vc-registered function.
10205
10206 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
10207
10208 * files.el (file-remote-p): Introduce optional parameter
10209 IDENTIFICATION.
10210
10211 * recentf.el (recentf-keep-default-predicate): Adapt call of
10212 `file-remote-p'.
10213
10214 * progmodes/grep.el (grep-probe): Use `process-file'.
10215 (grep-compute-defaults): Handle variables host specific.
10216
10217 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
10218 parameter IDENTIFICATION.
10219
10220 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
10221 parameter IDENTIFICATION.
10222 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
10223 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10224 Add entry for `set-file-times'.
10225 (tramp-do-copy-or-rename-file-via-buffer)
10226 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
10227 (tramp-handle-unhandled-file-name-directory): Rewrite.
10228 (tramp-convert-file-attributes): Add error handling when inode is
10229 extraordinary big.
10230 (tramp-get-inode): Change parameter from FILE to VEC.
10231 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10232 is nil. This is according to the specification. Goto (point-max)
10233 when ready.
10234 (tramp-handle-shell-command): Rewrite completely, using
10235 `process-file' and `start-file-process'.
10236 (tramp-methods, tramp-find-shell)
10237 (tramp-open-connection-setup-interactive-shell)
10238 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10239 var. Reported by Steve Youngs <steve@sxemacs.org>.
10240
10241 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10242 entry for `set-file-times'. Rename `start-process' into
10243 `start-file-process'. Remove `call-process' entry.
10244 (tramp-fish-handle-set-file-times): New defun.
10245 (tramp-fish-handle-executable-find): Use `process-file'.
10246 (tramp-fish-handle-process-file): New defun. Replaces
10247 `tramp-fish-handle-call-process'.
10248 (tramp-fish-do-copy-or-rename-file-directly): Use
10249 `set-file-times'.
10250 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10251
10252 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10253 `tramp-get-inode' parameter.
10254
10255 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10258 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
10259 nowadays, and by the time Emacs-23 comes out, nobody will even remember
10260 it has ever existed.
10261
10262 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10263
10264 * vc.el: Undo previous change.
10265
10266 2007-07-16 Eli Zaretskii <eliz@gnu.org>
10267
10268 * makefile.w32-in (clean): Don't delete *~.
10269
10270 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * textmodes/tex-mode.el (tex-verbatim-environments):
10273 Add safe-local-variable property.
10274 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10275 when starting font-lock rather than when loading tex-mode.el.
10276
10277 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10278 whole $( rather than just the $. Rename from sh-quoted-subshell.
10279 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10280
10281 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10282
10283 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10284 bookmark-alist. Instead, if not sorting, simply return it.
10285 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10286 for its return value, not for its side effect.
10287
10288 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10289 case of alignment under a constant symbol, find and consider
10290 the sexp actually at indentation to be the "last sexp".
10291
10292 2007-07-16 Drew Adams <drew.adams@oracle.com>
10293
10294 * mouse.el (mouse-yank-secondary): Better error message if no
10295 secondary selection.
10296
10297 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10298
10299 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10300
10301 * term/xterm.el (xterm-turn-on-modify-other-keys)
10302 (xterm-turn-off-modify-other-keys): New functions.
10303 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10304 terminal supports it.
10305
10306 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10307
10308 * bookmark.el (bookmark-show-all-annotations):
10309 Make sure each inserted annotation ends with newline.
10310
10311 2007-07-15 Richard Stallman <rms@gnu.org>
10312
10313 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10314
10315 * tutorial.el (tutorial--find-changed-keys):
10316 Handle C-x specially like ESC.
10317
10318 2007-07-15 Aaron Hawley <aaronh@garden.org>
10319
10320 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10321
10322 2007-07-15 Juri Linkov <juri@jurta.org>
10323
10324 * delsel.el (delete-selection-pre-hook):
10325 * emulation/cua-base.el (cua-paste): Before a yank command,
10326 check also whether last-command is one of mouse-save-then-kill,
10327 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10328
10329 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
10330
10331 * recentf.el (recentf-keep-default-predicate): New defun.
10332 (recentf-keep): Use it as initial value.
10333
10334 2007-07-15 Karl Fogel <kfogel@red-bean.com>
10335
10336 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10337 thus restoring bookmark bindings to three slots under C-x r. See
10338 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10339
10340 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10341
10342 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10343
10344 2007-07-15 Jason Rumney <jasonr@gnu.org>
10345
10346 * w32-fns.el (set-default-process-coding-system): Use dos line ends
10347 for input to cmdproxy on all versions of Windows.
10348 Use dos line ends for input to plink.
10349
10350 * comint.el (comint-simple-send): Concat newline before sending.
10351 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10352
10353 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10356 safe-local-variable setting.
10357
10358 2007-07-14 David Kastrup <dak@gnu.org>
10359
10360 * emacs-lisp/advice.el (defadvice): Doc fix.
10361
10362 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
10363
10364 * subr.el (when, unless): Doc fix.
10365
10366 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10367
10368 * replace.el (match): Use yellow1 instead of yellow.
10369
10370 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10371 red.
10372
10373 * pcvs-info.el (cvs-unknown): Likewise.
10374
10375 2007-07-13 Eli Zaretskii <eliz@gnu.org>
10376
10377 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10378 (install): Use them to copy all *.el files before *.elc.
10379
10380 2007-07-13 Drew Adams <drew.adams@oracle.com>
10381
10382 * bookmark.el (bookmark-jump-other-window): New function.
10383 (bookmark-map): Bind it to "o".
10384
10385 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10386 and its thread contains discussion about this change.
10387 The original patch was slightly tweaked by Karl Fogel
10388 <kfogel@red-bean.com> before committing.
10389
10390 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10391
10392 * bookmark.el: Shorten some comments to fit within 80 lines.
10393
10394 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10395
10396 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10397 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
10398 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
10399 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10400
10401 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
10402
10403 * textmodes/org.el: Bug fixes.
10404 (org-end-of-line): Move to end of line if in headline without tags.
10405
10406 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * vc-hooks.el: Remove spurious * in docstrings.
10409 (vc-handled-backends): Add BZR.
10410
10411 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10412
10413 2007-07-12 Davis Herring <herring@lanl.gov>
10414
10415 * desktop.el (desktop-buffer-info, desktop-save):
10416 Use `desktop-dirname' instead of `dirname'.
10417
10418 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10419
10420 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10421
10422 * progmodes/python.el (python-which-func-length-limit): New var.
10423 (python-which-func): New function.
10424 (python-current-defun): Add optional `length-limit' and try to fit
10425 computed function name to that length.
10426 (python-mode): Hook `python-which-func' up.
10427
10428 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10429
10430 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10431
10432 * comint.el (comint-dynamic-complete-as-filename):
10433 Use read-file-name-completion-ignore-case.
10434
10435 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * comint.el (comint-dynamic-list-filename-completions):
10438 Use read-file-name-completion-ignore-case.
10439
10440 * vc-cvs.el: Require CL.
10441 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10442 New functions to provide completion of revision names.
10443
10444 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10445 (vc-cvs-annotate-first-line-re): New const.
10446 (vc-cvs-annotate-process-filter): New fun.
10447 (vc-cvs-annotate-command): Use them and run the command asynchronously.
10448
10449 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10450
10451 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10452 (eldoc-print-current-symbol-info): Adjust for changed helper
10453 function signatures.
10454 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
10455 `eldoc-highlight-function-argument'.
10456 (eldoc-highlight-function-argument): New function.
10457 (eldoc-get-var-docstring): Format documentation with
10458 `font-lock-variable-name-face'.
10459 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10460 where suited.
10461 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10462 (eldoc-beginning-of-sexp): Return number of skipped sexps.
10463
10464 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
10465
10466 * progmodes/compile.el (compilation-start): `start-process' must
10467 still be redefined when calling `start-process-shell-command'.
10468
10469 * progmodes/gud.el (gud-file-name): When `default-directory' is a
10470 remote file name, prepend its remote part to the filename.
10471 (gud-common-init): When `default-directory' is a remote file name,
10472 make the filename relative to it.
10473 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
10474
10475 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10476
10477 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
10478 mouse binding and a tooltip.
10479
10480 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * menu-bar.el (vc-menu-map): New defalias.
10483
10484 2007-07-10 Richard Stallman <rms@gnu.org>
10485
10486 * emacs-lisp/lisp-mode.el (eval-defun):
10487 Explain special handling of `defface'.
10488
10489 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
10490
10491 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
10492
10493 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
10494
10495 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10496
10497 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
10498
10499 * vc-arch.el (vc-arch-complete): Remove.
10500 (vc-arch-revision-completion-table): Use complete-with-action.
10501
10502 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
10503 (complete-with-action): New function.
10504 (dynamic-completion-table): Use it.
10505
10506 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
10507
10508 * comint.el (make-comint, make-comint-in-buffer)
10509 (comint-exec-1): Replace `start-process' by `start-file-process'.
10510
10511 * progmodes/compile.el (compilation-start): Revert redefining
10512 `start-process'.
10513
10514 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
10517 with EOLs when generating MD5 checksums.
10518
10519 * follow.el: Don't change the global map from the follow-mode-map
10520 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
10521 XEmacs code.
10522 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
10523 since `follow-mode' should be used instead for that.
10524
10525 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
10526 (easy-menu-do-define): Use it.
10527 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
10528
10529 * progmodes/compile.el (compilation-auto-jump-to-first-error)
10530 (compilation-auto-jump-to-next): New vars.
10531 (compilation-auto-jump): New function.
10532 (compilation-error-properties): Use them to jump to first error.
10533 (compilation-start): Set the var if requested.
10534
10535 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
10536 duplicates without also removing entries from other directories.
10537
10538 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
10539
10540 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
10541 Remember span as default.
10542 (org-columns-edit-value): Rename from `org-column-edit'.
10543 (org-columns-display-here-title): Rename from
10544 `org-overlay-columns-title'.
10545 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
10546 (org-columns-get-autowidth-alist): Rename from
10547 `org-get-columns-autowidth-alist'.
10548 (org-columns-display-here): Rename from `org-overlay-columns'.
10549 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
10550 (org-columns-quit): Rename from `org-column-quit'.
10551 (org-columns-show-value): Rename from `org-column-show-value'.
10552 (org-columns-content, org-columns-widen)
10553 (org-columns-next-allowed-value)
10554 (org-columns-edit-allowed, org-columns-store-format)
10555 (org-columns-uncompile-format, org-columns-redo)
10556 (org-columns-edit-attributes, org-delete-property)
10557 (org-set-property, org-columns-update)
10558 (org-columns-compute, org-columns-eval)
10559 (org-columns-not-in-agenda, org-columns-compute-all)
10560 (org-property-next-allowed-value)
10561 (org-columns-compile-format)
10562 (org-fill-paragraph-experimental)
10563 (org-string-to-number, org-property-action)
10564 (org-columns-move-left, org-columns-new)
10565 (org-column-number-to-string)
10566 (org-property-previous-allowed-value)
10567 (org-at-property-p, org-columns-delete)
10568 (org-columns-previous-allowed-value)
10569 (org-columns-move-right, org-columns-narrow)
10570 (org-property-get-allowed-values)
10571 (org-verify-version, org-column-string-to-number)
10572 (org-delete-property-globally): New functions.
10573 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10574 (org-columns-overlays): Rename from `org-column-overlays'.
10575 (org-columns-map): Rename from `org-column-map'.
10576 (org-columns-current-maxwidths): Rename from
10577 `org-current-columns-maxwidths'.
10578 (org-columns-begin-marker, org-columns-current-fmt-compiled)
10579 (org-previous-header-line-format)
10580 (org-columns-inhibit-recalculation)
10581 (org-columns-top-level-marker): New variables.
10582 (org-columns-default-format): Rename from `org-default-columns-format'.
10583 (org-property-re): New constant.
10584
10585 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
10586
10587 * subr.el (looking-at-p, string-match-p): New functions.
10588
10589 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
10590
10591 * textmodes/tex-mode.el (tex-fontify-script)
10592 (tex-font-script-display): New variables to make display of
10593 superscripts and subscripts customizable.
10594 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10595
10596 2007-07-09 Richard Stallman <rms@gnu.org>
10597
10598 * isearch.el (isearch-edit-string): Call to isearch-push-state
10599 after the search.
10600
10601 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10602
10603 * window.el (fit-window-to-buffer): Remove setting of window-min-height
10604 to 1 as enlarge-window uses the value to resize/shrink windows other
10605 than WINDOW if needed.
10606
10607 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * cus-start.el (file-coding-system-alist): Fix custom type.
10610
10611 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
10612
10613 * longlines.el (longlines-wrap-region): Avoid marking buffer as
10614 modified.
10615 (longlines-auto-wrap, longlines-window-change-function):
10616 Remove unnecessary calls to set-buffer-modified-p.
10617
10618 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10619
10620 * cus-start.el (file-coding-system-alist): Fix custom type.
10621
10622 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10625 (vc-cvs-checkout): Remove last arg now unused; simplify.
10626
10627 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
10628
10629 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10630
10631 * net/tramp.el:
10632 * net/tramp-ftp.el:
10633 * net/tramp-smb.el:
10634 * net/tramp-uu.el:
10635 * net/trampver.el: Migrate to Tramp 2.1.
10636
10637 * net/tramp-cache.el:
10638 * net/tramp-fish.el:
10639 * net/tramp-gw.el: New Tramp packages.
10640
10641 * net/tramp-util.el:
10642 * net/tramp-vc.el: Removed.
10643
10644 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10645 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10646
10647 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10648
10649 * progmodes/compile.el (compilation-start): Redefine
10650 `start-process' temporarily when `default-directory' is remote.
10651 Remove case of synchronous compilation, this won't happen ever.
10652 (compilation-setup): Make local variable `comint-file-name-prefix'
10653 for remote compilation.
10654
10655 2007-07-08 Martin Rudalics <rudalics@gmx.at>
10656
10657 * novice.el (disabled-command-function): Fit window to buffer to
10658 make last line visible.
10659 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10660
10661 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10662 when handling the terminating event.
10663
10664 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10665
10666 * calc/calc.el (math-read-number-simple): Remove leading 0s.
10667 (math-bignum-digit-length): Change to optimal value.
10668
10669 * calc/calc-bin.el (math-bignum-logb-digit-size)
10670 (math-bignum-digit-power-of-two): Evaluate when compiled.
10671
10672 * calc/calc-comb.el (math-small-factorial-table)
10673 (math-init-random-base, math-prime-test): Remove unnecessary calls
10674 to `math-read-number-simple'.
10675
10676 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10677 (math-approx-gamma-const): Add docstrings.
10678
10679 * calc/calc-forms.el (math-julian-date-beginning)
10680 (math-julian-date-beginning-int): New constants.
10681 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10682 Use the new constants.
10683
10684 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10685
10686 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10687 Add docstrings.
10688
10689 2007-07-07 Tom Tromey <tromey@redhat.com>
10690
10691 * vc.el (vc-annotate): Jump to line and output message only after the
10692 process is really all done.
10693
10694 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * vc.el (vc-exec-after): Don't move point from the sentinel.
10697 Forcefully read all the remaining text in the pipe upon process exit.
10698 (vc-annotate-display-autoscale, vc-annotate-lines):
10699 Don't stop at the first unrecognized line.
10700 (vc-annotate-display-select): Run autoscale after the process is done
10701 since it depends on the whole result.
10702
10703 2007-07-07 Eli Zaretskii <eliz@gnu.org>
10704
10705 * term/w32-win.el (menu-bar-open): New function.
10706 Bind <f10> to it.
10707
10708 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
10709
10710 * simple.el (start-file-process): New defun.
10711
10712 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * files.el (find-file-confirm-nonexistent-file): Rename from
10715 find-file-confirm-inexistent-file. Update users.
10716
10717 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10718 format of autoload block where the file's time-stamp is replaced by its
10719 MD5 checksum.
10720 (autoload-generate-file-autoloads): Use MD5 checksum instead of
10721 time-stamp for secondary autoloads files.
10722 (update-directory-autoloads): Remove duplicate entries.
10723 Use time-less-p for time-stamps, as done in autoload-find-destination.
10724
10725 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10726
10727 * calc/calc.el (math-read-number): Replace number by variable.
10728 (math-read-number-simple): Properly parse small integers.
10729
10730 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * vc.el: Fix doc for the checkout function.
10733
10734 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
10735
10736 * vc-hg.el (vc-hg-root): New function.
10737 (vc-hg-registered): Use it.
10738 (vc-hg-diff-tree): New defalias.
10739 (vc-hg-responsible-p): Likewise.
10740 (vc-hg-checkout): Comment out, not needed.
10741 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10742 (vc-hg-find-version, vc-hg-next-version): New functions.
10743
10744 2007-07-06 Andreas Schwab <schwab@suse.de>
10745
10746 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10747 dynamic bindings around the evaluation of the expression.
10748 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10749
10750 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10751
10752 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10753 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
10754 Use run-hooks rather than run-mode-hooks.
10755
10756 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
10757
10758 * calc/calc-comb.el (math-random-digit): Rename to
10759 `math-random-three-digit-number'.
10760 (math-random-digits): Don't depend on representation of integer.
10761
10762 * calc/calc-bin.el (math-bignum-logb-digit-size)
10763 (math-bignum-digit-power-of-two): New constants.
10764 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10765 (math-not-bignum, math-clip-bignum): Use the constants
10766 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10767 instead of their values.
10768 (math-clip): Use math-small-integer-size instead of its value.
10769
10770 * calc/calc.el (math-add-bignum): Replace number by constant.
10771
10772 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * wid-edit.el (widget-documentation-string-value-create):
10775 Insert indentation spaces.
10776
10777 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10778
10779 * emacs-lisp/byte-opt.el: Revert last change.
10780
10781 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10782
10783 * vc-hooks.el (vc-handled-backends): Add HG.
10784
10785 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10786
10787 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * complete.el (PC-do-complete-and-exit): Add support for the new
10790 `confirm-only' confirmation mode.
10791
10792 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10793
10794 * cus-edit.el (custom-commands): New variable.
10795 (custom-tool-bar-map): New variable. Initialize using
10796 `custom-commands'.
10797 (custom-mode): Use `custom-tool-bar-map'.
10798 (custom-buffer-create-internal): Insert action buttons only if
10799 tool bar is not used. Use `custom-commands'.
10800 (Custom-help, custom-command-apply): New function.
10801 (custom-command-apply, Custom-set, Custom-save)
10802 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10803 Use `custom-command-apply' instead of duplicating code.
10804 (customize-group-other-window): Call `customize-group' instead of
10805 duplicating code.
10806 (customize-face-other-window): Call `customize-face' instead of
10807 duplicating code.
10808 (customize-group, customize-face): Add optional args for opening
10809 in another window.
10810 (custom-variable-tag): Don't inherit `variable-pitch' face.
10811 (custom-group-tag): Inherit `variable-pitch' face.
10812 (custom-variable-value-create): Set documentation indentation.
10813 (custom-group-value-create): Make group name a link, instead of
10814 using an extra "go to group" button.
10815 (custom-prompt-variable, custom-group-set, custom-group-save)
10816 (custom-group-reset-current, custom-group-reset-saved)
10817 (custom-group-reset-standard): Minor cleanup.
10818
10819 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10820
10821 * Makefile.in (bootstrap-prepare): When copying from
10822 ldefs-boot.el, make sure loaddefs.el is writeable.
10823
10824 (bootstrap-prepare): Make $(lisp)/ps-print.el
10825 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10826
10827 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10828
10829 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10830 only caller, and delete.
10831 (vc-hg-state): Deal with exceptions and only parse the output on
10832 successful return.
10833 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10834 caller, and delete.
10835 (vc-hg-workfile-version): Deal with exceptions and only parse the
10836 output on successful return.
10837 (vc-hg-revert): New function.
10838
10839 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10840
10841 * calculator.el (calculator-expt): Use more cases to determine
10842 the value.
10843
10844 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10845
10846 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10847 file names.
10848
10849 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10850
10851 * calculator.el (calculator-expt, calculator-integer-p):
10852 New functions.
10853 (calculator-fact): Check to see if the factorial will be too
10854 large before computing it.
10855 (calculator-initial-operators): Use `calculator-expt' to
10856 compute "^".
10857 (calculator-mode): Mention that results which are too large
10858 will return inf.
10859 * calc/calc-comb.el (math-small-factorial-table): Replace list
10860 by vector.
10861
10862 2007-07-03 David Kastrup <dak@gnu.org>
10863
10864 * shell.el: On request of the authors, remove their addresses for
10865 the sake of bug reports, and add the developer list address as
10866 maintainer information.
10867
10868 2007-07-03 Richard Stallman <rms@gnu.org>
10869
10870 * files.el (make-directory): Doc fix.
10871 (find-file-confirm-inexistent-file): Make it a defcustom.
10872 Make nil the default.
10873
10874 2007-07-02 Richard Stallman <rms@gnu.org>
10875
10876 * startup.el (command-line): Set buffer-offer-save in *scratch*
10877 and enable auto-save in it.
10878
10879 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10880
10881 * textmodes/org.el (orgstruct-mode-map): New variable.
10882 (orgstruct-mode): New minor mode.
10883 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10884 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10885 (org-run-like-in-org-mode): New functions.
10886 (org-cycle-list-bullet): New command.
10887 (org-special-properties, org-property-start-re)
10888 (org-property-end-re): New constants.
10889 (org-with-point-at): New macro.
10890 (org-get-property-block, org-entry-properties, org-entry-get)
10891 (org-entry-delete, org-entry-get-with-inheritance)
10892 (org-entry-put, org-buffer-property-keys): New functions.
10893 (org-insert-property-drawer): New command.
10894 (org-entry-property-inherited-from): New variable.
10895 (org-column): New face.
10896 (org-column-overlays, org-current-columns-fmt)
10897 (org-current-columns-maxwidths, org-column-map): New variables.
10898 (org-column-menu): New menu.
10899 (org-new-column-overlay, org-overlay-columns)
10900 (org-overlay-columns-title, org-remove-column-overlays)
10901 (org-column-show-value, org-column-quit, org-column-edit):
10902 New functions.
10903 (org-columns, org-agenda-columns): New commands.
10904 (org-get-columns-autowidth-alist): New functions.
10905 (org-properties): New customize group.
10906 (org-default-columns-format): New option.
10907 (org-priority): Realign tags after changing priority.
10908 (org-preserve-lc): New macro.
10909 (org-update-checkbox-count): Catch case when there is no headline.
10910 (org-agenda-quit): Remove any column overlays.
10911 (org-beginning-of-item-list): Fixed bug when non-item line is
10912 indented too deep.
10913 (org-cached-props): New variable.
10914 (org-cached-entry-get): New function.
10915 (org-make-tags-matcher): Handle property matches.
10916 (org-table-recalculate): Swap evaluation order: Field formula
10917 first, then column formulas, but don't allow them to overwrite the
10918 field formulas.
10919 (org-table-eval-formula): New argument untouchable.
10920 (org-table-put-field-property): New function.
10921
10922 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10923
10924 * help-mode.el (help-make-xrefs): Skip spaces too when
10925 skipping tabs.
10926
10927 * ffap.el (dired-at-point-prompter): Improve prompt in
10928 list-directory case.
10929
10930 2007-07-01 Richard Stallman <rms@gnu.org>
10931
10932 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10933
10934 2007-07-01 Richard Stallman <rms@gnu.org>
10935
10936 * cus-start.el (max-mini-window-height): Added.
10937
10938 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10939
10940 * complete.el (partial-completion-mode): Remove advice of
10941 read-file-name-internal.
10942 (PC-do-completion): Rebind minibuffer-completion-table.
10943 (PC-read-file-name-internal): New function doing what
10944 read-file-name-internal advice did.
10945
10946 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10947
10948 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10949 property on a few symbols.
10950 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10951 (byte-optimize-lapcode): Remove bindings that are not referenced
10952 and certainly will not effect through dynamic scoping.
10953
10954 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * files.el (find-file-confirm-inexistent-file): New var.
10957 (find-file, find-file-other-window, find-file-other-frame)
10958 (find-file-read-only, find-file-read-only-other-window)
10959 (find-file-read-only-other-frame): Use it.
10960
10961 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10964
10965 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * generic-x.el (generic-define-mswindows-modes)
10968 (generic-define-unix-modes, apache-log-generic-mode)
10969 (bat-generic-mode-keymap, java-manifest-generic-mode)
10970 (show-tabs-generic-mode): Fix typos in docstrings.
10971
10972 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10973
10974 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10975 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10976 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10977 (rcirc-print): Never ignore messages from ourself.
10978
10979 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10982 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10983
10984 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10985
10986 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10987 replace-regexp-in-string.
10988
10989 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * emacs-lisp/cl.el: Set edebug and indentation before loading
10992 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10993
10994 2007-06-28 Andreas Schwab <schwab@suse.de>
10995
10996 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10997 $(lisp)/subdirs.el.
10998
10999 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
11000
11001 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11002 the speedbar frame if nil; that deletes the current frame or
11003 causes an error if it is the only frame.
11004 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11005
11006 2007-06-28 Kevin Ryde <user42@zip.com.au>
11007
11008 * textmodes/nroff-mode.el: Groff \# comments.
11009 (nroff-mode-syntax-table): \# comment intro,
11010 plain # as punct per global table.
11011 (nroff-font-lock-keywords): Add # as a single char escape.
11012 (nroff-mode): In comment-start-skip, match \#.
11013
11014 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11017 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11018 point-min == 1.
11019
11020 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11023 Rename and move to...
11024
11025 * subr.el (strings->string, string->strings): ...here.
11026
11027 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11028 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11029
11030 * progmodes/gud.el (gud-common-init): Call string->strings instead
11031 of split-string.
11032
11033 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * dired-aux.el: Remove `dired-call-process'.
11036 (dired-check-process): Call `process-file'.
11037
11038 * wdired.el (wdired-do-perm-changes): Call `process-file'.
11039
11040 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11041 `ange-ftp-process-file'.
11042
11043 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11046
11047 * emacs-lisp/cl-extra.el:
11048 * emacs-lisp/cl-seq.el:
11049 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11050 Add autoload cookies on all defs autoloaded manually in cl.el.
11051
11052 * emacs-lisp/cl-loaddefs.el: New file.
11053
11054 * textmodes/texinfmt.el (texinfo-raisesections-alist)
11055 (texinfo-lowersections-alist): Merge definition and declaration.
11056 (texinfo-start-of-header, texinfo-end-of-header): Remove.
11057 (texinfo-format-syntax-table): Merge init into declaration.
11058 (texinfo-format-parse-line-args, texinfo-format-parse-args)
11059 (texinfo-format-parse-defun-args, texinfo-format-node)
11060 (texinfo-push-stack, texinfo-multitable-widths)
11061 (texinfo-define-info-enclosure, texinfo-alias)
11062 (texinfo-format-defindex, batch-texinfo-format): Use push.
11063 (texinfo-footnote-number): Remove duplicate declaration.
11064
11065 * ps-print.el: Update with auto-generated autoloads.
11066
11067 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11068
11069 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11072 relative to current dir for file-local settings.
11073 (autoload-generate-file-autoloads): Add `outfile' arg.
11074 (update-directory-autoloads): Use it to directly call
11075 autoload-generate-file-autoloads instead of going through
11076 update-file-autoloads so we avoid redundant searches and so we can know
11077 the set of buffers changed so we can save them all.
11078
11079 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11080 rather than throwing `up-to-date'.
11081 (autoload-generate-file-autoloads): Adjust correspondingly.
11082 (update-file-autoloads): Be careful to let-bind
11083 autoload-modified-buffers and adjust to new calling conventions.
11084 (autoload-modified-buffers): Make it a dynamically scoped var.
11085 (update-directory-autoloads): Use file-relative-name instead of
11086 autoload-trim-file-name.
11087 (autoload-insert-section-header): Don't use autoload-trim-file-name
11088 since the file is already relative now.
11089 (autoload-trim-file-name): Remove.
11090
11091 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11092 (vc-arch-complete, vc-arch--version-completion-table)
11093 (vc-arch-revision-completion-table): New functions to provide
11094 completion of revision names.
11095 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11096 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11097 to let the user trim the revlib.
11098
11099 * vc.el: Add new VC operation `revision-completion-table'.
11100 (vc-default-revision-completion-table): New function.
11101 (vc-version-diff, vc-version-other-window): Use it to provide
11102 completion of revision names if the backend provides it.
11103
11104 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11105
11106 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11107 of newer .svn/entries.
11108
11109 2007-06-25 David Kastrup <dak@gnu.org>
11110
11111 * calc/calc-poly.el (math-padded-polynomial)
11112 (math-partial-fractions): Add some function comments.
11113
11114 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11117 Make `outbuf' optional.
11118 (update-file-autoloads): Use it.
11119
11120 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11121
11122 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11123 (autoload-find-destination): Keep it uptodate.
11124 (autoload-save-buffers): New fun.
11125 (update-file-autoloads): Use it. Re-add the "up to date" message.
11126
11127 * emacs-lisp/autoload.el: Refactor for upcoming changes.
11128 (autoload-find-destination): New function extracted from
11129 update-file-autoloads.
11130 (update-file-autoloads): Use it.
11131 (autoload-generate-file-autoloads): New function extracted from
11132 generate-file-autoloads. Use file-relative-name. Delay computation of
11133 output-start to the first cookie. Remove done-any, replaced by
11134 output-start.
11135 (generate-file-autoloads): Use it.
11136
11137 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
11138
11139 * calc/calc-comb.el (math-init-random-base, math-prime-test):
11140 Use math-read-number-simple to insert constants.
11141 (math-prime-test): Redo calculation of sum.
11142
11143 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11144
11145 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11146 math-scale-bignum-3.
11147 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11148 math-bignum-digit-size.
11149 (math-isqrt-small): Add another possible initial guess.
11150
11151 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11152
11153 * textmodes/bibtex.el (bibtex-entry-format): New options
11154 `whitespace', `braces', and `string'.
11155 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11156 (bibtex-field-braces-opt, bibtex-field-strings-opt)
11157 (bibtex-cite-matcher-alist): New variables.
11158 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11159 (bibtex-flash-head): Use blink-matching-delay.
11160 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11161 (bibtex-format-entry, bibtex-reformat): Handle new options of
11162 bibtex-entry-format.
11163 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11164 New functions.
11165 (bibtex-complete-internal): Do not display messages while
11166 minibuffer is used. Do not leave around a completions buffer
11167 that is out of date.
11168 (bibtex-copy-summary-as-kill): New optional arg.
11169 (bibtex-font-lock-url): New optional arg no-button.
11170 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11171 (bibtex-url): Allow multiple URLs per entry.
11172
11173 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11174
11175 * emacs-lisp/autoload.el (autoload-generated-file): New function.
11176 (update-file-autoloads, update-directory-autoloads): Use it.
11177 (autoload-file-load-name): New function.
11178 (generate-file-autoloads, update-file-autoloads): Use it.
11179 (autoload-find-file): Accept non-absolute argument. Set default-dir.
11180 (generate-file-autoloads): If the autoloaded form is malformed,
11181 indicate the problem with a warning instead of aborting.
11182
11183 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
11184
11185 * simple.el (next-error-recenter): Accept `(4)' as well;
11186 also, specify `integer' instead of `number'.
11187
11188 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11189
11190 * ls-lisp.el (insert-directory): If an invalid regexp error is
11191 thrown, try using FILE as a literal file name, not a wildcard.
11192
11193 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
11194
11195 * ruler-mode.el (ruler-mode): Prevent clobbering the original
11196 `header-line-format' when reentering ruler mode.
11197
11198 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11199
11200 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11201 FILE exists as a file.
11202
11203 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11204
11205 * calc/calc.el (math-bignum-digit-length)
11206 (math-bignum-digit-size, math-small-integer-size):
11207 New constants.
11208 (math-normalize, math-bignum-big, math-make-float)
11209 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11210 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11211 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11212 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
11213 (math-quotient, math-div-bignum, math-div-bignum-digit)
11214 (math-div-bignum-part, math-format-bignum-decimal)
11215 (math-read-bignum): Use math-bignum-digit-length,
11216 math-bignum-digit-size and math-small-integer-size.
11217
11218 * calc/calc-ext.el (math-fixnum-big): Use the variable
11219 math-bignum-digit-size.
11220
11221 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11222
11223 * log-view.el (log-view-mode-menu): New menu.
11224
11225 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11228 differently.
11229
11230 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11231 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11232
11233 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11234
11235 * vc-hg.el (vc-hg-print-log): Insert the file name.
11236 (vc-hg-log-view-mode): Fontify the file name.
11237
11238 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11239
11240 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11241 (calcFunc-julian): Fix incorrect number used in calculations.
11242
11243 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
11244
11245 * simple.el (next-error-recenter): New defcustom.
11246 (next-error, next-error-internal): Recenter if specified,
11247 immediately prior to running `next-error-hook'.
11248
11249 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11250 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11251
11252 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11253
11254 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11255
11256 * calc/calc-comb.el (math-small-factorial-table): New variable.
11257 (calcFunc-fact): Use `math-small-factorial-table'.
11258
11259 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11260 initial values.
11261 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11262 New variables to use in caches.
11263
11264 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11265 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11266
11267 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11268 (math-bernoulli-b-cache): Use math-read-number-simple to insert
11269 bignums.
11270
11271 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11272 New variables to use in caches.
11273
11274 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11277
11278 * vc-hg.el (vc-hg-log-view-mode): New mode.
11279
11280 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
11281
11282 * calc/calc.el (math-read-number-simple): New function.
11283
11284 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11287 (vera-font-lock-match-item): Fix doc string.
11288 (vera-in-comment-p): Remove unused function.
11289 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11290 use `syntax-ppss'.
11291 (vera-forward-syntactic-ws): Fix argument order.
11292 (vera-prepare-search): Use `with-syntax-table'.
11293 (vera-indent-line): Fix doc string.
11294 (vera-electric-tab): Fix doc string.
11295 (vera-expand-abbrev): Define alias instead of using `fset'.
11296 (vera-comment-uncomment-region): Use `comment-start-skip'.
11297
11298 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
11299
11300 * textmodes/org.el (org-export-with-footnotes): New option.
11301 (org-export-as-html): Fix replacement bug for XEmacs.
11302 (org-agenda-default-appointment-duration): New option.
11303
11304 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
11305
11306 * vc-hg.el: Add to do items.
11307 (vc-hg-diff): Add support for comparing different revisions.
11308 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11309 (vc-hg-annotate-extract-revision-at-line)
11310 (vc-hg-previous-version, vc-hg-checkin): New functions.
11311 (vc-hg-annotate-re): New constant.
11312
11313 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
11314
11315 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11316
11317 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11320 buffer-local value of log-view-*-re if applicable.
11321
11322 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11323 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11324 (vc-bzr-command*): Remove both (incompatible) versions.
11325 (vc-bzr-do-command*): Remove.
11326 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11327 Remove by folding into its only caller vc-bzr-command.
11328 (vc-bzr-command): Always set the environment, even when ineffective.
11329 (vc-bzr-version): Minor fix up.
11330 (vc-bzr-admin-dirname): New var.
11331 (vc-bzr-bzr-dir): Remove.
11332 (vc-bzr-root-dir): New fun.
11333 (vc-bzr-registered): Use it. Add an autoloaded version.
11334 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11335 (vc-bzr-view-log-function): Remove.
11336 (vc-bzr-log-view-mode): New major mode to replace it.
11337 (vc-bzr-print-log): Only activate the old hack if needed.
11338
11339 * vc.el (vc-default-log-view-mode): New function.
11340 (vc-print-log): Add new `log-view-mode' VC operation.
11341
11342 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
11343
11344 * ido.el (ido-find-file-in-dir): Don't signal an error for
11345 empty directories.
11346
11347 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11348
11349 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11350 directory where the desktop file was found, as the docstring says.
11351 (desktop-kill): Use `read-directory-name'.
11352
11353 2007-06-20 Alan Mackenzie <acm@muc.de>
11354
11355 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11356 When removing lines, also remove the \n. Correction of patch of
11357 2007-04-21.
11358
11359 2007-06-20 Martin Rudalics <rudalics@gmx.at>
11360
11361 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11362 event is not a cons cell. Do not unread drag-mouse-1 events.
11363 Select right window in check whether space was stolen from
11364 window above.
11365
11366 * help-mode.el (help-make-xrefs): Adjust position of new forward
11367 button.
11368
11369 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
11370
11371 * vc-bzr.el (vc-bzr-with-process-environment)
11372 (vc-bzr-std-process-invocation): New macros.
11373 (vc-bzr-command, vc-bzr-command*): Use them.
11374 (vc-bzr-with-c-locale): Remove.
11375 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11376 (vc-bzr-buffer-nonblank-p): New function.
11377 (vc-bzr-state-words): New const.
11378 (vc-bzr-state): Look for `bzr status' keywords in output.
11379 Display everything else as a warning message to the user.
11380 Fix status report with bzr >= 0.15.
11381
11382 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11383
11384 * vc-hg.el (vc-hg-global-switches): Simplify.
11385 (vc-hg-state): Handle more states.
11386 (vc-hg-diff): Fix doc-string.
11387 (vc-hg-register): New function.
11388 (vc-hg-checkout): Likewise.
11389
11390 2007-06-20 Reto Zimmermann <reto@gnu.org>
11391
11392 * progmodes/vera-mode.el: New file.
11393
11394 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
11395
11396 * calc/calc.el (calc-multiplication-has-precendence):
11397 New variable.
11398 (math-standard-ops, math-standard-ops-p, math-expr-ops):
11399 New functions.
11400 (math-expr-opers): Define using math-standard-ops rather than
11401 math-standard-opers.
11402 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11403 equal the function math-standard-ops rather than the variable
11404 math-standard-opers.
11405 (calc-algebraic-entry): Let math-expr-opers equal
11406 math-standard-ops or math-expr-ops, as appropriate.
11407 (math-expr-read-level, math-read-factor): Let math-expr-opers
11408 equal math-expr-ops.
11409 * calc/calc-embed.el (calc-embedded-finish-edit):
11410 Let math-expr-opers equal the function math-standard-ops
11411 rather than the variable math-standard-opers.
11412 * calc/calc-ext.el (math-read-plain-expr)
11413 (math-format-flat-expr-fancy): Let math-expr-opers equal the
11414 function math-standard-ops rather than the variable
11415 math-standard-opers.
11416 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11417 Let math-expr-opers equal the function math-standard-ops rather
11418 than the variable math-standard-opers.
11419 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11420 equal the function math-standard-ops rather than the variable
11421 math-standard-opers.
11422 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11423 equal the function math-standard-ops rather than the variable
11424 math-standard-opers.
11425 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11426 math-expr-ops.
11427
11428 2007-06-19 Ivan Kanis <apple@kanis.eu>
11429
11430 * vc-hg.el: New file.
11431
11432 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11435 with font-lock-multiline.
11436
11437 2007-06-17 Glenn Morris <rgm@gnu.org>
11438
11439 * lpr.el (lpr-page-header-switches): Move %s to separate element
11440 for correct quoting. Doc fix.
11441
11442 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11445 than setting sgml-xml-mode.
11446 (sgml-mode, html-mode): Set sgml-xml-mode.
11447 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11448 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11449 (sgml-electric-tag-pair-before-change-function)
11450 (sgml-electric-tag-pair-flush-overlays): New functions.
11451 (sgml-electric-tag-pair-mode): New minor mode.
11452 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11453 (sgml-calculate-indent): Use assoc-string.
11454
11455 2007-06-16 Karl Fogel <kfogel@red-bean.com>
11456
11457 * thingatpt.el (thing-at-point-email-regexp): Don't require two
11458 chars before the "@" in an email address. Andreas Roehler noticed
11459 this problem.
11460
11461 2007-06-15 Karl Fogel <kfogel@red-bean.com>
11462
11463 * thingatpt.el: Add support for email addresses (`email').
11464 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11465 (thing-at-point-email-regexp): New variable.
11466 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11467 properties on this symbol, with lambda forms for values.
11468
11469 2007-06-15 Masatake YAMATO <jet@gyve.org>
11470
11471 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11472
11473 * vc.el (vc-dired-hook): Check the backend returned from
11474 `vc-responsible-backend' can really handle `subdir'.
11475
11476 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * wid-edit.el (widget-add-documentation-string-button):
11479 Fix handling of documentation indent.
11480
11481 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
11482
11483 * mb-depth.el: New file.
11484
11485 2007-06-15 Masatake YAMATO <jet@gyve.org>
11486
11487 * vc.el (vc-dired-mode): Show backend name as part of mode name.
11488
11489 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
11490
11491 * wid-edit.el (widget-default-create): Move ?h handling here...
11492 (widget-default-format-handler): ...from here.
11493 (widget-docstring, widget-add-documentation-string-button): New funs.
11494 (documentation-string): Add :visibility-widget property.
11495 (widget-documentation-string-value-create): Use it.
11496
11497 * cus-edit.el (custom-split-regexp-maybe): Simplify.
11498 (custom-buffer-create-internal): Simplify message.
11499 (custom-variable-tag): Reduce height to normal.
11500 (custom-variable-value-create, custom-face-value-create)
11501 (custom-visibility): New widget.
11502 (custom-visibility): New face.
11503 (custom-group-value-create):
11504 Call widget-add-documentation-string-button, using `custom-visibility'.
11505
11506 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * emacs-lisp/bytecomp.el (byte-compile-current-group)
11509 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
11510 change. Apparently the "warning even if the group is implicit" is
11511 a feature rather than a bug.
11512
11513 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
11514
11515 * emulation/viper.el (viper-describe-key-ad)
11516 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
11517 Compile them conditionally.
11518 (viper-version): Belated version change.
11519
11520 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * follow.el (follow-all-followers, follow-generic-filter):
11523 * pcomplete.el (pcomplete-restore-windows):
11524 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
11525 (x-dnd-drop-data):
11526 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
11527 * progmodes/python.el (python-complete-symbol):
11528 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
11529
11530 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
11531
11532 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
11533 around bright and dim regexps. Make sure bright and dim matches
11534 use word anchors. Send text through rcirc-markup functions.
11535 (rcirc-url-regexp): Add single quote character.
11536 (rcirc-connect): Write logs to disk on auto-save-hook.
11537 Make server a non-optional argument.
11538 (rcirc-log-alist): New variable.
11539 (rcirc-log-directory): Make customizable.
11540 (rcirc-log-flag): New customizable variable.
11541 (rcirc-log): New function.
11542 (rcirc-print): Use above function.
11543 (rcirc-log-write): New function.
11544 (rcirc-generate-new-buffer-name): Strip text properties.
11545 (rcirc-switch-to-buffer-function): Remove variable.
11546 (rcirc-last-non-irc-buffer): Remove variable.
11547 (rcirc-non-irc-buffer): Add function.
11548 (rcirc-next-active-buffer): Use above function.
11549 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
11550 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
11551 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
11552 (rcirc-omit-mode): Add minor-mode.
11553 (rcirc-mode-map): Change C-c C-o binding.
11554 (rcirc-mode): Clear mode-line-process. Use a custom
11555 fill-paragraph-function. Set up buffer-invisibility-spec.
11556 (rcirc-response-formats): Remove timestamp code.
11557 (rcirc-omit-responses): Add variable.
11558 (rcirc-print): Don't put the overlay arrow on potentially omitted
11559 lines. Log line to disk. Record activity for private messages
11560 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
11561 (rcirc-jump-to-first-unread-line): Print message if there is no
11562 unread text.
11563 (rcirc-clear-unread): New function.
11564 (rcirc-markup-text-functions): Add variable.
11565 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
11566 (rcirc-debug): Don't mess with window configuration.
11567 (rcirc-send-message): Send message before printing locally.
11568 Add SILENT argument, do not print message if non-nil.
11569 (rcirc-visible-buffers): New function and variable.
11570 (rcirc-window-configuration-change-1): Add function.
11571 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
11572 server buffer.
11573 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11574 (rcirc-fill-paragraph): Add function.
11575 (rcirc-record-activity, rcirc-window-configuration-change-1):
11576 Only update the activity string if it has actually changed.
11577 (rcirc-update-activity-string): Remove padding characters from the
11578 mode-line string.
11579 (rcirc-disconnect-buffer): New function to be called when a
11580 channel is parted or the user quits.
11581 (rcirc-server-name): Warn when the server-name hasn't been set.
11582 (rcirc-window-configuration-change): Postpone work until
11583 post-command-hook.
11584 (rcirc-window-configuration-change-1): Update mode-line and
11585 overlay arrows here.
11586 (rcirc-authenticate): Fixc hanserv identification.
11587 (rcirc-default-server): Remove variable.
11588 (rcirc): Connect according to rcirc-connections.
11589 (rcirc-connections): Add variable.
11590 (rcirc-startup-channels-alist): Remove variable.
11591 (rcirc-startup-channels): Remove function.
11592
11593 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11596
11597 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
11598
11599 * term/xterm.el (terminal-init-xterm): Escape parens in character
11600 constants.
11601
11602 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 * progmodes/sh-script.el: Remove unneeded * from docstrings.
11605 Use [:alpha:] and [:alnum:] where applicable.
11606 (sh-quoted-subshell): Rewrite to correctly
11607 handle nested mixes of `...' and $(...).
11608 (sh-apply-quoted-subshell): Remove.
11609 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11610
11611 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
11612
11613 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
11614
11615 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11616 previous change.
11617
11618 2007-06-12 Tom Tromey <tromey@redhat.com>
11619
11620 * subr.el (user-emacs-directory): New defconst.
11621 * cmuscheme.el (scheme-start-file):
11622 * shell.el (shell):
11623 * completion.el (save-completions-file-name):
11624 * custom.el (custom-theme-directory):
11625 * term/x-win.el (emacs-session-filename):
11626 * filesets.el (filesets-menu-cache-file):
11627 * thumbs.el (thumbs-thumbsdir):
11628 * server.el (server-auth-dir):
11629 * image-dired.el (image-dired-dir):
11630 (image-dired-db-file):
11631 (image-dired-temp-image-file):
11632 (image-dired-gallery-dir):
11633 (image-dired-temp-rotate-image-file):
11634 * play/gamegrid.el (gamegrid-user-score-file-directory):
11635 * savehist.el (savehist-file):
11636 * tutorial.el (tutorial--saved-dir):
11637 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11638
11639 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
11640
11641 * scroll-lock.el (scroll-lock-mode): Doc fix.
11642
11643 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11644
11645 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11646
11647 * ediff-init.el: Doc strings.
11648
11649 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11652 (byte-compile-file): Bind it.
11653 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11654 group argument is provided implicitly.
11655 (byte-compile-format-warn, byte-compile-from-buffer)
11656 (byte-compile-insert-header): Don't hardcode point-min==1.
11657 (byte-compile-file-form-require): Remove unused var old-load-list.
11658 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11659
11660 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11661
11662 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11663 Display error messages.
11664 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11665 Get rid of cl.el dependencies.
11666
11667 * emulation/viper-init.el (viper-suppress-input-method-change-message):
11668 New variable.
11669 (viper-activate-input-method-action)
11670 (viper-inactivate-input-method-action):
11671 Use viper-suppress-input-method-change-message.
11672
11673 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11674 for C-s, C-r.
11675
11676 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11677 Use viper-replace-overlay-cursor-color instead of
11678 viper-replace-overlay-cursor-color.
11679 (viper-sit-for-short): Use sit-for with 3 arguments.
11680
11681 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11682 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11683 to gud-mode.
11684
11685 * ediff-mult.el (ediff-meta-buffer-brief-message)
11686 (ediff-meta-buffer-verbose-message): New variables.
11687 (ediff-meta-buffer-message): Variable deleted.
11688 (ediff-verbose-help-enabled): New variable.
11689 (ediff-toggle-verbose-help-meta-buffer): New function.
11690 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11691 message options.
11692
11693 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11694 (ediff-fixup-patch-map): Improve heuristic.
11695
11696 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11699 (log-view-font-lock-keywords): Simplify.
11700 (log-view-current-file, log-view-current-tag): Simplify.
11701
11702 2007-06-12 Sam Steingold <sds@gnu.org>
11703
11704 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11705
11706 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * desktop.el (desktop-load-locked-desktop): New option.
11709 (desktop-read): Use it.
11710 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11711 Use `when'.
11712
11713 2007-06-12 Davis Herring <herring@lanl.gov>
11714
11715 * desktop.el (desktop-save-mode-off): New function.
11716 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11717 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11718 (desktop-claim-lock, desktop-release-lock): New functions.
11719 (desktop-kill): Tell `desktop-save' that this is the last save.
11720 Release the lock afterwards.
11721 (desktop-buffer-info): New function.
11722 (desktop-save): Use it. Run `desktop-save-hook' where the doc
11723 says to. Detect conflicts, and manage the lock.
11724 (desktop-read): Detect conflicts. Manage the lock.
11725
11726 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11729
11730 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11731 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
11732 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11733 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11734 keysyms rather than byte sequences.
11735 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11736
11737 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * font-lock.el (font-lock-add-keywords): In case font-lock was only
11740 half-activated, forcefully activate it completely.
11741
11742 2007-06-11 Richard Stallman <rms@gnu.org>
11743
11744 * cus-edit.el (custom-variable-type): Doc fix.
11745
11746 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11749 (sh-font-lock-flush-syntax-ppss-cache): New functions.
11750 (sh-font-lock-syntactic-keywords): Use them to distinguish the
11751 different possible cases for \'.
11752
11753 * complete.el (PC-bindings): Don't bind things already bound in the
11754 parent keymap.
11755
11756 * textmodes/bibtex-style.el: New file.
11757
11758 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
11759
11760 * vc-bzr.el: New file.
11761
11762 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * vc-svn.el (vc-svn-program): New var.
11765 (vc-svn-command): Use it.
11766
11767 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
11768
11769 * server.el (server-switch-buffer): Remove redundant check.
11770
11771 2007-06-10 Martin Rudalics <rudalics@gmx.at>
11772
11773 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11774 Match against file-name-nondirectory.
11775 Fix text on user customization variables.
11776 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11777
11778 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11779
11780 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11781
11782 2007-06-09 Davis Herring <herring@lanl.gov>
11783
11784 * desktop.el (desktop-minor-mode-table): Doc fix.
11785
11786 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * textmodes/css-mode.el (css-navigation-syntax-table):
11789 Use set-char-table-range so it also works in the unicode branch.
11790
11791 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
11792
11793 * help-mode.el (help-xref-forward-stack)
11794 (help-xref-stack-forward-item, help-forward-label): New variables.
11795 (help-forward): New button type.
11796 (help-setup-xref): Initialise help-xref-forward-stack.
11797 (help-make-xrefs): Add forward button, if appropriate.
11798 (help-xref-go-back): Push item on forward stack.
11799 (help-xref-go-forward, help-go-forward): New functions.
11800
11801 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
11802
11803 * dired.el (dired-mode-map): Remove spurious separator.
11804
11805 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11806
11807 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11808
11809 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11810 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11811
11812 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
11813
11814 * textmodes/org.el: Version number fixed.
11815
11816 2007-06-07 Glenn Morris <rgm@gnu.org>
11817
11818 * version.el (emacs-copyright): New constant.
11819 * startup.el (fancy-splash-tail): Use emacs-copyright.
11820 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11821
11822 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11823 `make-local'.
11824 (byte-compile-warnings-safe-p): Add `make-local'.
11825 (byte-compile-make-variable-buffer-local):
11826 Allow byte-compile-warnings to suppress this warning.
11827
11828 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11829 format of "menu" description.
11830 (tutorial--find-changed-keys): Describe the specific menu a
11831 command is in.
11832
11833 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11834 Rewrite compatibility functions to silence byte-compiler.
11835
11836 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11837
11838 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11839 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11840
11841 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11842
11843 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11844
11845 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11846
11847 * progmodes/ebrowse.el (ebrowse-member-table):
11848 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11849 (org-batch-agenda-csv): Fix typos in docstrings.
11850
11851 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11852
11853 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11854 (sort-coding-systems, search-unencodable-char): Doc fixes.
11855 (coding-system-change-eol-conversion, set-default-coding-systems)
11856 (prefer-coding-system, find-multibyte-characters, princ-list)
11857 (leim-list-entry-regexp, set-input-method, locale-language-names)
11858 (input-method-exit-on-first-char, exit-language-environment-hook)
11859 (locale-charset-language-names): Fix typos in docstrings.
11860
11861 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11862
11863 * pgg.el (pgg-sign-region, pgg-sign):
11864 * ses.el (ses-call-printer):
11865 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11866 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11867
11868 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11869
11870 * textmodes/org.el (org-export-region-as-html)
11871 (org-replace-region-by-html, org-number-to-letters)
11872 (org-table-fedit-finish, org-normalize-color)
11873 (org-table-fedit-ref-right, org-date-to-gregorian)
11874 (org-table-fedit-move, org-table-convert-refs-to-rc)
11875 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11876 (org-write-agenda, org-colgroup-info-to-vline-list)
11877 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11878 (org-indent-line-function, org-export-as-html-to-buffer)
11879 (org-store-agenda-views, org-update-mode-line)
11880 (org-find-if, org-delete-all)
11881 (org-table-fedit-convert-buffer, org-emphasize)
11882 (org-uniquify, org-table-fedit-lisp-indent)
11883 (org-table-fedit-scroll, org-get-todo-sequence-head)
11884 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11885 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11886 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11887 (org-table-fedit-line-up, org-table-fedit-ref-down)
11888 (org-table-formula-from-user, org-mode-flyspell-verify)
11889 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11890 (org-table-formula-to-user, org-diary-to-ical-string)
11891 (orgtbl-export, org-table-fedit-post-command)
11892 (org-closed-in-range, org-shiftcontrolright)
11893 (org-table-convert-refs-to-an, org-table-hline-and-move)
11894 (org-table-formula-less-p, org-format-table-ascii)
11895 (org-agenda-get-sexps, org-shift-refpart)
11896 (org-diary-sexp-entry, org-time-string-to-absolute)
11897 (org-table-show-reference, org-letters-to-number)
11898 (org-fix-agenda-info, org-table-fedit-ref-up)
11899 (org-table-fedit-shift-reference, org-table-fedit-abort)
11900 (org-closest-date, org-shiftcontrolleft)
11901 (org-at-heading-or-item-p, org-rematch-and-replace)
11902 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11903 New functions.
11904 (org-table-edit-scroll-down, org-finish-edit-formulas)
11905 (org-table-edit-next-field, org-abort-edit-formulas)
11906 (org-font-lock-level, org-export-find-first-heading-line)
11907 (org-table-edit-line-down, org-table-edit-backward-field)
11908 (org-edit-formula-lisp-indent, org-table-edit-move)
11909 (org-check-log-option, org-this-word)
11910 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11911 (org-agenda-file-to-end, org-expand-file-name)
11912 (org-fake-empty-table-line, org-table-edit-scroll)
11913 (org-toggle-log-option, org-show-reference): Function removed.
11914 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11915 New defsubsts.
11916 (org-unmodified, org-batch-store-agenda-views)
11917 (org-batch-agenda-csv): New macro.
11918 (org-agenda-export): New customization group.
11919 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11920 (org-highest-priority, org-agenda-exporter-settings)
11921 (org-log-done-with-time, org-replace-disputed-keys)
11922 (org-format-latex-header, org-export-table-header-tags)
11923 (org-cycle-separator-lines, org-export-table-data-tags)
11924 (org-icalendar-include-sexps)
11925 (org-empty-line-terminates-plain-lists)
11926 (org-log-repeat, org-special-ctrl-a)
11927 (org-table-use-standard-references, org-disputed-keys)
11928 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11929 (org-agenda-export-html-style): New option.
11930 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11931 (org-CUA-compatible): Option removed.
11932 (org-agenda-structure, org-sexp-date): New face.
11933 (org-todo-keywords-for-agenda, org-not-done-keywords)
11934 (org-planning-or-clock-line-re, org-agenda-name)
11935 (org-table-colgroup-info, org-todo-sets)
11936 (constants-unit-system, org-clock-mode-line-entry)
11937 (org-mode-line-timer, org-table-current-begin-pos)
11938 (org-todo-keywords-1, org-mode-line-string)
11939 (org-table-clean-did-remove-column, org-table-fedit-map)
11940 (org-clock-heading, org-table-buffer-is-an)
11941 (org-agenda-info, org-done-keywords)
11942 (org-done-keywords-for-agenda, org-todo-heads)
11943 (org-todo-kwd-alist, org-clock-start-time): New variable.
11944 (org-todo-kwd-priority-p, org-edit-formulas-map)
11945 (org-repeat-re, org-todo-kwd-max-priority)
11946 (org-version, org-done-string)
11947 (org-table-clean-did-remove-column-1, org-disputed-keys):
11948 Remove variables.
11949 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11950 (org-ts-lengths): Constant removed.
11951 (org-follow-gnus-link): Don't ask how many articles to read.
11952 (org-export-find-first-export-line): Rename from
11953 `org-export-find-first-heading'.
11954 Use `org-export-skip-text-before-1st-heading'.
11955 (org-table-fedit-post-command): Rename from
11956 `org-table-edit-formulas-post-command'.
11957 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11958 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11959 (org-table-fedit-lisp-indent): Rename from
11960 `org-edit-formula-lisp-indent'.
11961 (org-table-show-reference): Rename from `org-show-reference'.
11962 (org-table-store-formulas): Use `org-table-formula-less-p'.
11963 (org-table-edit-formulas): Position cursor to current field equation.
11964 (org-update-checkbox-count, org-hide-archived-subtrees)
11965 (org-timestamp-up-day, org-timestamp-down-day)
11966 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11967 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11968 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11969 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11970 Let `org-on-heading-p' also check for invisible heading.
11971 (org-read-date): Match am/pm times.
11972 (org-eval-in-calendar): Fix default date in prompt.
11973
11974 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11975
11976 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11977 "ChangeLog.a" entries, giving the latter lower priority.
11978
11979 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11980
11981 * faces.el (face-id): If the argument is a face alias,
11982 return the ID of the target face.
11983
11984 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11985
11986 * net/socks.el (top): Remove unnecessary copyright line.
11987
11988 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11989
11990 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11991
11992 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11993
11994 * net/socks.el: New file, taken from w3 repository.
11995 (top): Update Copyright. Don't load cl.el.
11996 (all): Replace `case' by `cond', `string-to-int' by
11997 `string-to-number', and `process-kill-without-query' by
11998 `set-process-query-on-exit-flag'.
11999 (socks-char-int): Remove defalias and all occurrences.
12000
12001 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
12002
12003 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12004 Fix typos in docstrings.
12005 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12006 (compilation-finish-function): Fix typo in obsolescence declaration.
12007
12008 2007-06-03 Sam Steingold <sds@gnu.org>
12009
12010 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12011 handle unending automatic recompilation of changed files (`omake -P').
12012 (compilation-loop): VISITED is now 5th CDR.
12013 (compilation-next-error-function): Set TIMESTAMP.
12014
12015 2007-06-03 Sam Steingold <sds@gnu.org>
12016
12017 * files.el (kill-buffer-ask): New function.
12018 (kill-some-buffers): Use it.
12019 (kill-matching-buffers): New user command.
12020
12021 2007-06-01 David Kastrup <dak@gnu.org>
12022
12023 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12024 Change default to `top'.
12025
12026 2007-05-31 Richard Stallman <rms@gnu.org>
12027
12028 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12029
12030 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * textmodes/css-mode.el: New file.
12033
12034 2007-05-30 Michael Olson <mwolson@gnu.org>
12035
12036 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12037 died and we are trying to send a signal to it. The program using
12038 tq.el should periodically check to see whether the process has
12039 died and react appropriately -- this is not the responsibility of
12040 tq.el, and is consistent with the rest of the tq.el source code.
12041
12042 2007-05-29 Martin Rudalics <rudalics@gmx.at>
12043
12044 * textmodes/table.el (table--point-entered-cell-function)
12045 (table--point-left-cell-function):
12046 Bind `inhibit-point-motion-hooks' to t.
12047
12048 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12049
12050 * emacs-lisp/rx.el (rx): Doc fix.
12051
12052 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
12053
12054 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12055
12056 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
12057
12058 Sync with Tramp 2.0.56.
12059
12060 * net/tramp.el:
12061 * net/tramp-ftp.el:
12062 * net/tramp-smb.el:
12063 * net/tramp-util.el:
12064 * net/tramp-vc.el:
12065 Don't load cl.el, because that pollutes the namespace. Replace cl
12066 macros by their implementations where necessary. Requested by
12067 Richard Stallman <rms@gnu.org>.
12068
12069 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12070 doesn't exist.
12071 (with-parsed-tramp-file-name): Protect debug spec during compilation.
12072 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12073 (tramp-file-name-p, tramp-file-name-multi-method)
12074 (tramp-file-name-method, tramp-file-name-user)
12075 (tramp-file-name-host, tramp-file-name-localname): New defuns,
12076 replacing defstruct `tramp-file-name'.
12077 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12078 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12079 Apply `vector' instead of `make-tramp-file-name'.
12080 (tramp-handle-make-auto-save-file-name):
12081 Apply `tramp-temporary-file-directory' for compatibility reasons.
12082 (tramp-completion-mode): Use `natnump' instead of `wholenump'
12083 because of XEmacs.
12084 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12085 started.
12086
12087 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
12088
12089 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12090
12091 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12092
12093 * log-edit.el (log-edit-changelog-paragraph): Return point-max
12094 as the end of the ChangeLog paragraph when it ends without a line
12095 termination.
12096
12097 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
12098
12099 * net/webjump.el (webjump-sample-sites):
12100 Add simple Wikipedia query.
12101
12102 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12105 compatibility code.
12106
12107 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12108 (copyright-update-year): Use it.
12109
12110 * edmacro.el (edmacro-format-keys): Use current-active-maps.
12111
12112 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12113 Add indentation and debugging info. Fix up comment convention.
12114
12115 * cus-dep.el (custom-make-dependencies): Simplify.
12116
12117 * composite.el (compose-region, decompose-region):
12118 Use inhibit-read-only and restore-buffer-modified-p.
12119
12120 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12121 (xterm-mouse-event): Use it.
12122
12123 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
12124
12125 * bs.el (bs-cycle-previous): Don't modify the cycle list until
12126 `switch-to-buffer' has returned succesfully.
12127 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
12128 window is dedicated (it could iconify the frame).
12129
12130 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
12131
12132 * vc-hooks.el (vc-find-root): Fix file attribute test.
12133
12134 2007-05-24 Richard Stallman <rms@gnu.org>
12135
12136 * textmodes/flyspell.el (flyspell-correct-word-before-point):
12137 Don't let opoint be nil.
12138 (flyspell-emacs-popup): Explicit error if no dialogs.
12139
12140 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
12141
12142 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12143 (image-next-line, image-previous-line, image-scroll-up)
12144 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12145 New functions.
12146 (image-mode-map): Remap motion commands.
12147 (image-mode-text-map): New keymap for viewing images as text.
12148 (image-mode): Use image-mode-map.
12149 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12150
12151 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * textmodes/fill.el (canonically-space-region): Make the second arg
12154 a marker if it's not already the case.
12155
12156 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12157
12158 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12159 (tar-get-descriptor): Handle type 55, an extended pax header.
12160
12161 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12164 to confuse outline-minor-mode.
12165
12166 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12167
12168 * tar-mode.el (tar-file-name-handler): New function.
12169 (tar-extract): Bind file-name-handler-alist to it to force
12170 find-buffer-file-type-coding-system behave as if the file being
12171 extracted existed. Use last-coding-system-used to force
12172 buffer-file-coding-system to what decode-coding-region actually
12173 used to decode the file.
12174
12175 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12176
12177 * progmodes/compile.el (compilation-handle-exit):
12178 `compilation-finish-function' may change the current buffer.
12179
12180 2007-05-22 Richard Stallman <rms@gnu.org>
12181
12182 * files.el (set-auto-mode): Doc fix.
12183
12184 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12185
12186 * help-fns.el (find-source-lisp-file): New function.
12187 (describe-function-1): Use find-source-lisp-file to find source
12188 file in compile tree.
12189
12190 2007-05-22 Eli Zaretskii <eliz@gnu.org>
12191
12192 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12193
12194 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
12195
12196 * emacs-lisp/easy-mmode.el (define-minor-mode)
12197 (easy-mmode-define-navigation): Fix typos in docstrings.
12198
12199 2007-05-22 Glenn Morris <rgm@gnu.org>
12200
12201 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12202
12203 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
12204
12205 * mail/mail-extr.el (mail-extract-address-components):
12206 Recognize non-ASCII characters except for NBSP as words.
12207
12208 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
12209
12210 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12211 (rcirc-print): Handle `window-width'.
12212 (rcirc-buffer-maximum-lines): Doc fix.
12213
12214 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
12215
12216 * image-mode.el (image-toggle-display): Don't clear image cache.
12217 Only use filename in image spec if the file is readable.
12218 Call image-refresh.
12219
12220 * image.el (image-type-from-file-name, image-type): Simplify.
12221 (image-type-auto-detected-p): Don't scan auto-mode-alist.
12222
12223 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
12224 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
12225
12226 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12227
12228 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12229 is an error.
12230
12231 * term/linux.el (terminal-init-linux): Don't signal an error
12232 if gpm isn't running.
12233
12234 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12235
12236 * t-mouse.el: Reduce to a minor-mode macro call.
12237 (t-mouse-mode): Remove the lighter.
12238
12239 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12240
12241 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
12242
12243 * files.el (auto-mode-alist): Change the regexp so that
12244 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12245
12246 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
12247
12248 * Version 22.1 released.
12249
12250 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
12251
12252 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12253 changes.
12254
12255 2007-05-19 Kevin Ryde <user42@zip.com.au>
12256
12257 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12258
12259 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12260
12261 * textmodes/sgml-mode.el: Revert last change.
12262
12263 2007-05-18 Richard Stallman <rms@gnu.org>
12264
12265 * simple.el (push-mark): Doc fix.
12266
12267 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
12268
12269 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12270 tpu-global-map.
12271 (tpu-original-global-map): Variable deleted.
12272 (tpu-control-keys-map): New keymap variable.
12273 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12274 setting keymapping directly.
12275 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12276 tpu-global-map.
12277 (tpu-edt-on): Activate the tpu-global-map.
12278 (tpu-edt-off): Deactivate the tpu-global-map.
12279
12280 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
12281
12282 * textmodes/ispell.el (ispell-get-word): Return markers
12283 for start and end positions.
12284 (ispell-word): Assume END is a marker.
12285
12286 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12287
12288 * printing.el: Group together all XEmacs/Emacs definitions.
12289 (pr-version): New version 6.9.
12290 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12291 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12292 (pr-menu-bind): Fix code.
12293 (pr-e-frame-char-height, pr-e-frame-char-width)
12294 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12295 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12296 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12297 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12298 (pr-x-event-y-pixel): Aliases eliminated.
12299 (pr-xemacs-global-menubar): Macro moved.
12300 (current-menubar, current-mouse-event, zmacs-region-stays)
12301 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12302 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12303 Vars moved.
12304 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12305 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12306 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12307 (pr-menu-set-utility-title, pr-even-or-odd-pages)
12308 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12309 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12310 moved.
12311
12312 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
12313
12314 * textmodes/sgml-mode.el (sgml-tag):
12315 Fix bug: Call sgml-transformation-function.
12316
12317 2007-05-17 Martin Rudalics <rudalics@gmx.at>
12318
12319 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12320 modified flag of buffer. Use `inhibit-modification-hooks'.
12321
12322 2007-05-16 Richard Stallman <rms@gnu.org>
12323
12324 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12325
12326 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * files.el (magic-mode-alist, magic-fallback-mode-alist):
12329 Move the *ml, Postscript, and XmCD entries to the fallback part.
12330
12331 * files.el (magic-fallback-mode-alist):
12332 Rename from file-start-mode-alist.
12333
12334 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12335
12336 * progmodes/compile.el (compilation-handle-exit): Quote first
12337 argument of `run-hook-with-args'.
12338
12339 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
12340
12341 * buff-menu.el (Buffer-menu-sort-column):
12342 * dabbrev.el (dabbrev-upcase-means-case-search):
12343 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12344 * info.el (Info-current-subfile):
12345 * ls-lisp.el (ls-lisp-verbosity):
12346 * msb.el (msb-menu-cond):
12347 * pcvs.el (cvs-dired-use-hook):
12348 * simple.el (set-mark-command-repeat-pop):
12349 * time.el (display-time-24hr-format, display-time-mail-file):
12350 Doc fixes.
12351
12352 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12353 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12354
12355 * view.el (view-inhibit-help-message): Fix typo in docstring.
12356 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12357
12358 2007-05-16 Martin Rudalics <rudalics@gmx.at>
12359
12360 * textmodes/ispell.el (ispell-start-process): Defend against bad
12361 default-directory.
12362
12363 2007-05-14 Eli Zaretskii <eliz@gnu.org>
12364
12365 * mail/rmail.el (rmail-convert-to-babyl-format): Check
12366 content-transfer-encoding _last_, because it's its position that
12367 we need as value of base64-header-field-end.
12368
12369 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
12370
12371 * files.el (mode-require-final-newline, require-final-newline)
12372 (enable-local-variables, enable-local-eval): Doc fixes.
12373
12374 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12375
12376 * ps-print.el: Use default color when foreground or background color
12377 are unspecified. Reported by Leo <sdl.web@gmail.com>.
12378 (ps-print-version): New version 6.7.4.
12379 (ps-rgb-color): New argument. Use default color when color is
12380 unspecified.
12381 (ps-begin-job): Fix code.
12382
12383 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
12384
12385 * longlines.el (longlines-mode): Make longlines-auto-wrap
12386 buffer-local. Add hooks unconditionally.
12387 (longlines-auto-wrap): Toggle wrapping.
12388 (longlines-after-change-function)
12389 (longlines-post-command-function): Check longlines-auto-wrap.
12390
12391 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12394 (xterm-mouse-translate): Use it.
12395
12396 2007-05-10 Richard Stallman <rms@gnu.org>
12397
12398 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12399 (iso-cvt-write-only): Likewise.
12400
12401 * emacs-lisp/easy-mmode.el (define-minor-mode):
12402 Fix generated doc string.
12403
12404 * startup.el (fancy-splash-text): Add URL of guided tour.
12405 Adjust horizontal and vertical whitespace.
12406
12407 * progmodes/compile.el (compilation-handle-exit):
12408 Use run-hook-with-args to run compilation-finish-functions.
12409
12410 * files.el (file-start-mode-alist): New variable.
12411 (magic-mode-regexp-match-limit): Doc fix.
12412 (set-auto-mode): Handle file-start-mode-alist.
12413 A little cleanup of structure.
12414
12415 * dabbrev.el (dabbrev-eliminate-newlines):
12416 Renamed from dabbrev--eliminate-newlines. All uses changed.
12417
12418 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12419
12420 * man.el (Man-next-section): Don't consider the last line of the page
12421 as being part of any section.
12422
12423 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12426 can take any number of values.
12427
12428 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12431 to the list of citation commands.
12432
12433 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12436
12437 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
12438
12439 * progmodes/python.el (python-font-lock-keywords)
12440 (python-open-block-statement-p, python-mode): Add support for the new
12441 "with" keyword.
12442
12443 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12446 the exact opposite of diff-goto-source.
12447
12448 * emacs-lisp/advice.el (ad-special-forms): Remove.
12449 (ad-special-form-p): Use subr-arity.
12450
12451 * newcomment.el (comment-search-forward): Make sure we search forward.
12452 (comment-enter-backward): Try and distinguish the non-matching case at
12453 EOB from the non-matching case with a missing comment-end-skip for
12454 a 2-char comment ender.
12455 (comment-choose-indent): New function extracted from comment-indent.
12456 Improve the alignment algorithm.
12457 (comment-indent): Use it.
12458
12459 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12460 XML style Processing Instructions.
12461 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
12462 (sgml-calculate-indent): Handle `pi' context.
12463
12464 * vc.el: Ensure that update-changelog issues an error when used with
12465 a backend that does not implement it.
12466 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12467 Remove `backend' argument. Use expand-file-name.
12468 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12469
12470 * progmodes/python.el (python-end-of-block): Revert last change.
12471 (python-end-of-statement): Make sure we move *forward*.
12472
12473 2007-05-08 Richard Stallman <rms@gnu.org>
12474
12475 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12476 Don't include non-self-insert commands in the exception for `-'.
12477
12478 2007-05-08 David Reitter <david.reitter@gmail.com>
12479
12480 * progmodes/python.el (python-guess-indent): Check non-nullness
12481 before comparing indent against the 2..8 interval.
12482
12483 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12484
12485 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
12486 available.
12487
12488 2007-05-06 Richard Stallman <rms@gnu.org>
12489
12490 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
12491
12492 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
12495 rather than storing their value in the revert-buffer function.
12496
12497 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
12498
12499 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
12500 when disabling t-mouse-mode.
12501
12502 2007-05-01 Davis Herring <herring@lanl.gov>
12503
12504 * calendar/timeclock.el: Update version number.
12505 (timeclock-modeline-display): Mention timeclock-use-display-time
12506 in explanatory message.
12507 (timeclock-in): Fix non-interactive workday specifications.
12508 (timeclock-log): Don't kill the log buffer if it already existed.
12509 Suppress warnings when finding the log. Don't check for a nil
12510 project twice. Run hooks after killing the buffer (if applicable).
12511 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12512 was geometric). All uses changed.
12513 (timeclock-generate-report): Support prefix argument.
12514
12515 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
12516
12517 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
12518 disconnections.
12519
12520 2007-05-01 Romain Francoise <romain@orebokech.com>
12521
12522 * dired-x.el: Revert 2007-04-06 change.
12523
12524 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
12525
12526 * find-dired.el (find-dired-filter): Propertize all text down to eob.
12527
12528 2007-04-29 Richard Stallman <rms@gnu.org>
12529
12530 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
12531
12532 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * progmodes/cc-mode.el (c-before-change): Use point-min rather
12535 than 1.
12536
12537 2007-04-28 Richard Stallman <rms@gnu.org>
12538
12539 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
12540
12541 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
12542
12543 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
12544 don't put stop on toolbar.
12545
12546 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
12549
12550 2007-04-28 Eli Zaretskii <eliz@gnu.org>
12551
12552 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
12553 instead of $(lisp)/mh-e.
12554
12555 2007-04-28 Glenn Morris <rgm@gnu.org>
12556
12557 * image-dired.el (image-dired-cmd-create-thumbnail-options)
12558 (image-dired-cmd-create-temp-image-options): Replace option
12559 +profile "*" with -strip.
12560
12561 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
12562
12563 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12564 Use window-start and window-end.
12565
12566 2007-04-27 Andreas Schwab <schwab@suse.de>
12567
12568 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
12569
12570 2007-04-27 Eli Zaretskii <eliz@gnu.org>
12571
12572 * textmodes/fill.el (fill-paragraph): Doc fix.
12573
12574 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
12575
12576 * locate.el (locate-in-alternate-database): Doc fix.
12577
12578 2007-04-26 Glenn Morris <rgm@gnu.org>
12579
12580 * button.el (button): Use underline if supported, else fall back
12581 to color.
12582
12583 * version.el (emacs-version): Increase to 22.1.50.
12584
12585 2007-04-25 Richard Stallman <rms@gnu.org>
12586
12587 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
12588
12589 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
12590
12591 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
12592 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
12593 pushing mark.
12594 (idlwave-current-routine): Don't push mark.
12595
12596 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
12597
12598 * image-dired.el (image-dired-display-image): Derive image-type from
12599 filename rather than assuming jpeg, in case no resizing was needed.
12600
12601 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12602
12603 * custom.el (defface): Doc fix.
12604
12605 See ChangeLog.12 for earlier changes.
12606
12607 ;; Local Variables:
12608 ;; coding: iso-2022-7bit
12609 ;; add-log-time-zone-rule: t
12610 ;; End:
12611
12612 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
12613
12614 This file is part of GNU Emacs.
12615
12616 GNU Emacs is free software; you can redistribute it and/or modify
12617 it under the terms of the GNU General Public License as published by
12618 the Free Software Foundation; either version 3, or (at your option)
12619 any later version.
12620
12621 GNU Emacs is distributed in the hope that it will be useful,
12622 but WITHOUT ANY WARRANTY; without even the implied warranty of
12623 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12624 GNU General Public License for more details.
12625
12626 You should have received a copy of the GNU General Public License
12627 along with GNU Emacs; see the file COPYING. If not, write to the
12628 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12629 Boston, MA 02110-1301, USA.
12630
12631 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af