]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
4 (reftex-toc-restore-region):
5 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
6 (reftex-index-phrases-apply-to-region):
7 * textmodes/ispell.el (ispell-word):
8 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9 * progmodes/pascal.el (pascal-mark-defun):
10 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
11 (f90-fill-region):
12 * emulation/tpu-edt.el (tpu-set-mark):
13 * emulation/crisp.el (crisp-region-active):
14 * winner.el (winner-active-region):
15 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
16 of bound tests in order to resolve conditionals at compile time.
17
18 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
19
20 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
21 not autoloaded, and we wouldn't want to load CL just to unload
22 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
23
24 2008-01-24 Martin Rudalics <rudalics@gmx.at>
25
26 * delsel.el (delete-selection-pre-hook): Avoid clearing out
27 pre-command-hook when text is read-only.
28
29 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
30
31 * vc.el (vc-process-filter): Do nothing if buffer not live.
32 (vc-diff-finish): Rename from vc-diff-sentinel.
33 No longer take REV1-NAME and REV2-NAME.
34 Instead, take BUFFER-NAME. Do nothing if buffer not live.
35 Don't do window resize if no window displays buffer.
36 (vc-diff-internal): Use vc-diff-finish.
37
38 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
39 In both cases, convert single call to one wrapped in dolist.
40
41 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
42
43 * vc.el: Add a TODO item about missing files.
44 (vc-exec-after): Add a tooltip to the new mode-line item.
45
46 2008-01-24 Glenn Morris <rgm@gnu.org>
47
48 * t-mouse.el (gpm-mouse-start): Declare as a function.
49
50 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
51
52 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
53 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
54 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
55 Don't send `tramp-rsh-end-of-line' additionally, when setting the
56 prompt.
57 (tramp-wait-for-output): Distinguish different prompt formats.
58 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
59 (tramp-local-host-p): Check whether temp directory is writable.
60
61 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
62
63 * vc.el: Add TODO items.
64
65 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
66
67 * replace.el (occur-mode-find-occurrence-hook): New hook that can
68 be used to reveal or highlight the location of a match.
69 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
70 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
71
72 2008-01-23 Martin Rudalics <rudalics@gmx.at>
73
74 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
75 for defcustom.
76 (hide-ifdef-shadow): Add version number for defface.
77
78 2008-01-23 Glenn Morris <rgm@gnu.org>
79
80 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
81
82 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
83
84 * progmodes/sh-script.el (sh-basic-offset):
85 * progmodes/cc-vars.el (c-syntactic-indentation)
86 (c-syntactic-indentation-in-macros): Mark as safe.
87
88 2008-01-23 Richard Stallman <rms@gnu.org>
89
90 * icomplete.el (icomplete-get-keys):
91 Look up KEYS using all maps in proper buffer.
92
93 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
94
95 * frame.el (display-mm-height, display-mm-width):
96 * whitespace.el (whitespace-check-leading-whitespace)
97 (whitespace-check-trailing-whitespace)
98 (whitespace-check-spacetab-whitespace)
99 (whitespace-check-indent-whitespace)
100 (whitespace-check-ateol-whitespace):
101 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
102
103 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
104
105 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
106 after-save-hook so that it is not called multiple times.
107
108 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
109
110 2008-01-23 Eli Zaretskii <eliz@gnu.org>
111
112 * view.el (view-file-other-window, view-file-other-frame):
113 Don't kill the buffer if it is modified. Doc fixes.
114 (kill-buffer-if-not-modified): New function.
115 (view-file): Don't kill the buffer if it is modified.
116
117 * progmodes/ebrowse.el (ebrowse-view-file-other-window):
118 Delete function.
119 (ebrowse-view/find-file-and-search-pattern): Call
120 view-file-other-window instead of ebrowse-view-file-other-window.
121 (ebrowse-view-file-other-frame): Don't call
122 current-window-configuration. Fix second argument in the call to
123 view-mode-enter. Doc fix.
124
125 2008-01-23 Richard Stallman <rms@gnu.org>
126
127 * subr.el (atomic-change-group): Prevent undo list truncation.
128
129 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
130
131 * files.el (safe-local-eval-forms): Mark
132 (add-hook 'write-file-hooks 'time-stamp) as safe.
133
134 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
135
136 * comint.el (comint-insert-input): Set point first.
137
138 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
139 session doesn't hang because gdb-pending-triggers is non-nil.
140 (gdb-frame-handler): Use buffer-file-name instead of
141 buffer-name in case of duplicate file names.
142
143 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
144
145 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
146 C-M-e and C-M-h for emacs, they work by default.
147 (verilog-emacs-features): Remove.
148 (verilog-setup-dual-comments, verilog-populate-syntax-table):
149 Remove. Move syntax table initialization ...
150 (verilog-mode-syntax-table): ... here.
151 (verilog-mode): Don't initialize the syntax table here.
152 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
153 does not need it.
154
155 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
156
157 * progmodes/verilog-mode.el (verilog-booleanp): New function for
158 backward compatibility. Replace all uses of booleanp with
159 verilog-booleanp.
160
161 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
162
163 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
164
165 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
166
167 * progmodes/verilog-mode.el (top-level): Fix spacing.
168 (verilog-mode-version, verilog-mode-release-date):
169 Update version number.
170 (verilog-mode-release-emacs): New variable.
171 (compile-command, reporter-prompt-for-summary-p):
172 Define for byte compiler.
173 (verilog-startup-message-lines, verilog-startup-message-displayed)
174 (verilog-display-startup-message): Remove.
175 (verilog-highlight-p1800-keywords): Improve docstring.
176 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
177 (vector-skip-list): Only defvar at compile time.
178 (verilog-highlight-translate-off, verilog-indent-level)
179 (verilog-indent-level-module, verilog-indent-level-declaration)
180 (verilog-indent-declaration-macros, verilog-indent-lists)
181 (verilog-indent-level-behavioral, verilog-indent-level-directive)
182 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
183 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
184 (verilog-tab-to-comment, verilog-indent-begin-after-if)
185 (verilog-align-ifelse, verilog-minimum-comment-distance)
186 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
187 (verilog-auto-endcomments, verilog-auto-read-includes)
188 (verilog-auto-star-expand, verilog-auto-star-save)
189 (verilog-library-flags, verilog-library-directories)
190 (verilog-library-files, verilog-library-extensions)
191 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
192 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
193 (verilog-assignment-delay, verilog-auto-inst-vector)
194 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
195 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
196 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
197 Add safe-local-variable properties.
198 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
199 (verilog-re-search-backward, verilog-error-regexp-add)
200 (verilog-end-block-re, verilog-emacs-features)
201 (verilog-populate-syntax-table, verilog-setup-dual-comments)
202 (verilog-type-font-keywords, verilog-inside-comment-p)
203 (electric-verilog-backward-sexp, verilog-backward-sexp)
204 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
205 (electric-verilog-terminate-line, electric-verilog-semi)
206 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
207 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
208 (verilog-beg-of-statement, verilog-in-case-region-p)
209 (verilog-in-struct-region-p, verilog-in-generate-region-p)
210 (verilog-in-fork-region-p, verilog-backward-case-item)
211 (verilog-set-auto-endcomments, verilog-get-expr)
212 (verilog-expand-vector-internal, verilog-surelint-off)
213 (verilog-batch-execute-func, verilog-calculate-indent)
214 (verilog-calc-1, verilog-calculate-indent-directive)
215 (verilog-leap-to-head, verilog-continued-line)
216 (verilog-backward-token, verilog-backward-syntactic-ws)
217 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
218 (verilog-forward-ws&directives, verilog-at-constraint-p)
219 (verilog-skip-backward-comments, verilog-indent-line-relative)
220 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
221 (verilog-pretty-declarations, verilog-pretty-expr)
222 (verilog-just-one-space, verilog-indent-declaration)
223 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
224 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
225 (verilog-read-always-signals-recurse, verilog-read-instants)
226 (verilog-read-auto-template, verilog-set-define)
227 (verilog-read-defines, verilog-read-signals, verilog-getopt)
228 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
229 (verilog-modi-cache-results, verilog-insert-one-definition)
230 (verilog-make-width-expression, verilog-delete-autos-lined)
231 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
232 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
233 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
234 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
235 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
236 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
237 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
238 (verilog-load-file-at-mouse, verilog-load-file-at-point)
239 (verilog-library-files): Cleanup spacing of )'s they should not be
240 on unique lines. Fix checkdoc warnings.
241
242 2008-01-22 Glenn Morris <rgm@gnu.org>
243
244 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
245 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies.
246
247 * vc.el (vc-diff-sentinel): Do not write a footer if there were
248 differences.
249
250 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
251
252 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
253 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
254 manual entry.
255
256 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
257
258 * net/dbus.el (dbus-ignore-errors): New macro.
259 (dbus-unregister-object): New defun. Moved from dbusbind.c.
260 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
261 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
262 (dbus-get-signatures): Apply `dbus-ignore-errors'.
263
264 2008-01-21 Martin Rudalics <rudalics@gmx.at>
265
266 * outline.el (outline-up-heading): Fix check for top level to
267 avoid infinite looping in hide-other.
268
269 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
270
271 * vc.el (vc-process-sentinel): After calling the previous
272 sentinel, do nothing if the process' buffer is not live.
273
274 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
275
276 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
277 blank-mode in some buffers (like *info* buffers). Reported by Juanma
278 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
279 blank-mode faces. Doc fix. New version 8.1.
280 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
281 CONDITION BODY).
282 (blank-space-face): Face/option name replaced by blank-space.
283 (blank-hspace-face): Face/option name replaced by blank-hspace.
284 (blank-tab-face): Face/option name replaced by blank-tab.
285 (blank-newline-face): Face/option name replaced by blank-newline.
286 (blank-trailing-face): Face/option name replaced by blank-trailing.
287 (blank-line-face): Face/option name replaced by blank-line.
288 (blank-space-before-tab-face): Face/option name replaced by
289 blank-space-before-tab.
290 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
291
292 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
293
294 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
295 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
296 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
297 (global-blank-mode): Doc fixes.
298 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
299 (blank-newline-face, blank-trailing-face, blank-line-face)
300 (blank-space-before-tab-face, blank-display-mappings)
301 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
302 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
303 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
304 Fix typos in docstrings.
305
306 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
307
308 * server.el (server-log-time-function): New variable.
309 (server-log): Use it.
310
311 2008-01-21 Glenn Morris <rgm@gnu.org>
312
313 * progmodes/hideif.el: Move defcustoms and defface to start of file.
314
315 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
316
317 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
318
319 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
320 (org-descriptive-links, org-link-file-path-type)
321 (org-remember-use-refile-when-interactive)
322 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
323 (org-export-ascii-bullets, org-agenda-deadline-faces)
324 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
325 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
326 (org-kill-note-or-show-branches): Fix typos in docstrings.
327
328 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
329
330 * vc.el (vc-process-sentinel): Set mode-line-process.
331 (vc-exec-after): Likewise, for the `run' process status.
332
333 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * ibuffer.el (ibuffer-mode): Fix last change.
336
337 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
338
339 * vc-hg.el (vc-hg-registered):
340 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
341
342 2008-01-20 Martin Rudalics <rudalics@gmx.at>
343
344 * repeat.el (repeat-undo-count): New variable.
345 (repeat): For self-insertions make undo boundary only after 20
346 repetitions. Inhibit point recording when repeat-repeat-char is
347 non-nil.
348
349 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
350
351 * net/imap.el (imap-ping-server): New variable.
352 (imap-opened): On add extra ping if imap-ping-server is non-nil.
353 (imap-ping-server): Minor doc string fixes.
354
355 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
356
357 * net/imap.el (imap-ping-server): New function.
358 (imap-opened): Call imap-ping-server.
359
360 2008-01-20 Glenn Morris <rgm@gnu.org>
361
362 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
363 prevent infloops.
364
365 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
366
367 * progmodes/python.el (python-imports): Default to "None".
368
369 2008-01-19 Tom Tromey <tromey@redhat.com>
370
371 * vc-svn.el (vc-svn-after-dir-status): New function.
372 (vc-svn-dir-status): Run svn asynchronously.
373
374 2008-01-19 Martin Rudalics <rudalics@gmx.at>
375
376 * progmodes/hideif.el (hide-ifdef-shadow): New option.
377 (hide-ifdef-shadow): New face.
378 (hide-ifdef-toggle-shadowing): New function to toggle between
379 shadowing and making code invisible.
380 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
381 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
382 (hide-ifdef-region-internal): Give new overlay hide-ifdef
383 property. Shadow text when hide-ifdef-shadow is non-nil.
384 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
385 (hif-hide-line): Use when instead of if.
386 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
387 Remove unneeded * from doc-strings.
388
389 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
392 the hscroll behavior was fixed.
393 (doc-view-mode): Disable auto-hscroll-mode.
394
395 2008-01-18 Tom Tromey <tromey@redhat.com>
396
397 * vc-svn.el (vc-svn-dir-status): New function.
398
399 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
400
401 * vc.el: Make vc-status asynchronous.
402 (vc-update-vc-status-buffer): New function broken out of ...
403 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
404 the dir-status backend function.
405
406 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
407 Move the output processing to ...
408 (vc-hg-after-dir-status): ... here. Call the function passed as
409 an argument with the results.
410
411 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
414 (doc-view-insert-image): Do something if the image is missing.
415 (doc-view-mode): Don't use file-remote-p.
416
417 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
418
419 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
420 (org-export-latex-special-chars): Convert "..." in \ldots
421 and skip tables.
422 (org-export-latex-fontify-headline): Change parameter name.
423 (org-export-as-latex): Handle export of subtrees.
424 (org-export-latex-make-header): New argument TITLE.
425 (org-export-latex-content): New argument EXCLUDE-LIST.
426 (org-list-parse-list): New name for org-export-latex-parse-list.
427 (org-export-latex-make-header): New name for
428 org-export-latex-make-preamble.
429 (org-list-to-generic): New name of org-export-list-to-generic.
430 (org-list-to-latex): New name of org-export-list-to-latex.
431 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
432 (org-list-send-list, org-list-to-texinfo)
433 (org-list-to-html): New functions.
434 (org-export-latex-tables-column-borders)
435 (org-export-latex-default-class, org-export-latex-classes)
436 (org-export-latex-classes-sectioning)
437 (org-list-radio-list-templates): New options.
438 (org-export-latex-header): New variable.
439 (org-latex-entities): New constant.
440 (org-export-latex-default-sectioning, org-export-latex-preamble)
441 (org-export-latex-prepare-text-option)
442 (org-export-latex-get-sectioning): Remove.
443
444 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
445
446 * textmodes/org-publish.el (org-publish-current-project):
447 Fix bug with forcing publication.
448
449 * textmodes/org.el (org-export-with-special-strings): New option.
450 (org-export-html-convert-special-strings): New function.
451 (org-html-do-expand): `org-export-html-convert-special-strings'
452 added to the list of conversion.
453 (org-infile-export-plist, org-get-current-options): Add support
454 for "-" in the #+OPTION line to let user switch on/off special
455 strings conversion.
456 (org-export-plist-vars): New :html-table-tag property.
457 (org-export-as-html, org-format-org-table-html)
458 (org-format-table-table-html) Use the :html-table-tag property
459 instead of the `org-export-html-table-tag' global value.
460 (org-additional-option-like-keywords): Add "TBLFM".
461 (org-entry-properties): Include the CLOCKSUM special property.
462 (org-columns-edit-value): Do not allow to edit the special
463 CLOCKSUM property.
464 (org-flag-drawer): Use the original value of `outline-regexp'.
465 (org-remember-handler): Add invisible-ok flag to call to
466 `org-end-of-subtree'.
467 (org-agenda-highlight-todo): Respect
468 `org-agenda-todo-keyword-format'.
469 (org-agenda-todo-keyword-format): New option.
470 (org-infile-export-plist): No restriction while searching for options.
471 (org-remember-handler): Remove comments at the end of the buffer.
472 (org-remember-use-refile-when-interactive): New option.
473 (org-table-sort-lines): Make sure sorting works on link
474 descritions only, and ignores the link.
475 (org-sort-entries-or-items): Make sure the end of the subtree is
476 included.
477 (org-refile-use-outline-path): New allowed values `file' and
478 `full-file-path'.
479 (org-get-refile-targets): Respect new values for
480 `org-refile-use-outline-path'.
481 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
482 (org-export-as-xoxo): Restore point when done.
483 (org-open-file): Allow multiple %s in command.
484 (org-clock-in-switch-to-state): New option.
485 (org-first-list-item-p): New function.
486 (org-last-remember-storage-locations): New variable.
487 (org-get-refile-targets): Interpret the new maxlevel setting.
488 (org-refile-targets): New option `:maxlevel'.
489 (org-copy-subtree): Include empty lines before but not after subtree.
490 (org-back-over-empty-lines, org-skip-whitespace): New functions.
491 (org-move-item-down, org-move-item-up): Include empty lines before
492 but not after item.
493 (org-first-sibling-p): New function.
494 (org-remember-apply-template): Defaults, completions and history
495 for template prompts. Also, interpret new `%!' escape.
496 (org-context-choices): New constant.
497 (org-bound-and-true-p): New macro.
498 (org-imenu-depth): New option.
499 (org-imenu-markers): New variable.
500 (org-imenu-new-marker, org-imenu-get-tree)
501 (org-speedbar-set-agenda-restriction): New functions.
502 (org-agenda-set-restriction-lock)
503 (org-agenda-remove-restriction-lock)
504 (org-agenda-maybe-redo): New functions.
505 (org-agenda-restriction-lock): New face.
506 (org-agenda-restriction-lock-overlay)
507 (org-speedbar-restriction-lock-overlay): New variables.
508 (org-open-at-point): Remove obsolete way to do redirection in
509 shell links.
510 (org-imenu-and-speedbar): New customization group.
511 (org-entry-properties): Return keyword-less time strings.
512 (org-clock-heading-function): New option.
513 (org-clock-in): Use `org-clock-heading-function'.
514 (org-calendar-holiday): Try to use `calendar-check-holidays'
515 instead of the obsolete `check-calendar-holidays'.
516 (org-export-html-special-string-regexps): New constant.
517 (org-massive-special-regexp): New variable.
518 (org-compute-latex-and-specials-regexp)
519 (org-do-latex-and-special-faces): New functions.
520 (org-latex-and-export-specials): New face.
521 (org-highlight-latex-fragments-and-specials): New option.
522 (org-link-escape-chars): Use characters instead of strings.
523 (org-link-escape-chars-browser, org-link-escape)
524 (org-link-unescape): Use characters instead of strings.
525 (org-export-html-convert-sub-super, org-html-do-expand): Check for
526 protected text.
527 (org-emphasis-alist): Additional `verbatim' flag.
528 (org-set-emph-re): Handle the verbatim flag and compute
529 `org-verbatim-re'.
530 (org-cleaned-string-for-export): Protect verbatim elements.
531 (org-verbatim-re): New variable.
532 (org-hide-emphasis-markers): New option.
533 (org-additional-option-like-keywords): Add new keywords.
534 (org-get-entry): Rename from `org-get-cleaned-entry'.
535 (org-icalendar-cleanup-string): New function for quoting icalendar text.
536 (org-agenda-skip-scheduled-if-done): New option.
537 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
538 `org-agenda-skip-scheduled-if-done'.
539 (org-prepare-agenda-buffers): Allow buffers as arguments.
540 (org-entry-properties): Add CATEGORY as a special property.
541 (org-use-property-inheritance): Allow a list of properties as a value.
542 (org-eval-in-calendar): No longer update the prompt.
543 (org-read-date-popup-calendar): Rename from
544 `org-popup-calendar-for-date-prompt'.
545 (org-read-date-display-live): New variable.
546 (org-read-date-display): New function.
547 (org-read-date-analyze): New function.
548 (org-remember-apply-template): Define `remember-finalize' if it is
549 not yet defined.
550 (org-remember-insinuate): New function.
551 (org-read-date-prefer-future): New option.
552 (org-read-date): Respect the setting of
553 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
554 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
555 hardcoded string.
556 (org-remember-apply-template): Use `remember-finalize' instead of
557 `remember-buffer'.
558 (org-columns-compute, org-column-number-to-string)
559 (org-columns-uncompile-format, org-columns-compile-format)
560 (org-columns-compile-format): Handle printf format specifier.
561 (org-columns-new, org-column-number-to-string)
562 (org-columns-uncompile-format, org-columns-compile-format):
563 Support for new currency summary type.
564 (org-tree-to-indirect-buffer): Do not kill old buffer when
565 `org-indirect-buffer-display' is `new-frame'.
566 (org-indirect-buffer-display): Document that `new-frame' leads to
567 indiret buffer proliferation.
568 (org-agenda-list): Use `org-extend-today-until'.
569 (org-extend-today-until): New option.
570 (org-format-org-table-html): Use lower-case for <col> tag.
571 (org-agenda-execute): New command.
572 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
573 (org-select-remember-template): New function.
574 (org-remember-apply-template): Use `org-select-remember-template'.
575 (org-go-to-remember-target): New function.
576
577 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
578
579 * vc.el: Add a TODO note about vc-state.
580 (vc-next-action): Register 'unregistered and 'ignored files.
581 Use when and unless instead of if where appropriate.
582 (vc-start-entry): Fix typo.
583 (vc-status): Autoload it.
584
585 2008-01-18 Glenn Morris <rgm@gnu.org>
586
587 * ffap.el (ffap-alist): Remove space from RFC regexp.
588
589 2008-01-18 Richard Stallman <rms@gnu.org>
590
591 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
592 than face-spec-recalc.
593
594 2008-01-18 Glenn Morris <rgm@gnu.org>
595
596 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
597
598 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
599 Miles Bader <miles@gnu.org>
600
601 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
602 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
603 for handling display table (via visws.el package), his code was
604 modified, but the main idea was kept.
605
606 2008-01-17 Glenn Morris <rgm@gnu.org>
607
608 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
609 (ibuffer-save-filters): Remove calls to deleted
610 ibuffer-update-mode-name.
611
612 2008-01-16 Martin Rudalics <rudalics@gmx.at>
613
614 * longlines.el (longlines-mode, longlines-show-region)
615 (longlines-unshow-hard-newlines): Bind buffer-file-name and
616 buffer-file-truename to nil while modifying buffer.
617
618 * cus-edit.el (custom-reset-standard-variables-list)
619 (custom-reset-standard-faces-list): New variables.
620 (custom-reset-standard-save-and-update): New function.
621 (Custom-save): Apply custom-mark-to-save before and
622 custom-state-set-and-redraw after saving options.
623 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
624 options and call custom-reset-standard-save-and-update.
625 (custom-variable, custom-face, custom-group): Provide new
626 entries for custom-mark-to-save, custom-mark-to-reset-standard,
627 and custom-state-set-and-redraw.
628 (custom-variable-mark-to-save)
629 (custom-variable-state-set-and-redraw)
630 (custom-variable-mark-to-reset-standard)
631 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
632 (custom-face-mark-to-reset-standard)
633 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
634 (custom-group-mark-to-reset-standard): New functions.
635 (custom-variable-save): Move save, state-set, and redraw
636 functionality to custom-variable-mark-to-save.
637 (custom-face-save): Move save, state-set, and redraw
638 functionality to custom-face-mark-to-save.
639 (custom-group-save): Move save, state-set, and redraw
640 functionality to custom-group-mark-to-save.
641 (custom-variable-reset-standard, custom-face-reset-standard)
642 (custom-group-reset-standard): Move save, state-set, and redraw
643 functionality to custom-reset-standard-save-and-update.
644
645 (custom-buffer-create-internal): Fix text in verbose help.
646 (custom-face-value-create): Indent doc-strings of faces like
647 those of variables.
648
649 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * server.el (server-process-filter): Replace lineno and columnnno
652 which defaulted to 1&0 with filepos which defaults to nil.
653 (server-goto-line-column): Only receive the filepos.
654 Only move if filepos is non-nil.
655 (server-visit-files): Slight restructure to consolidate two calls to
656 server-goto-line-column into just one.
657
658 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
659 the use of degraded mode.
660 (nxml-degrade): Don't change mode-name.
661
662 * nxml/rng-nxml.el (rng-nxml-mode-init):
663 Don't overwrite mode-line-process.
664
665 * ibuffer.el (mode): Pass the buffer to format-mode-line.
666 (ibuffer-update-mode-name): Remove.
667 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
668 (ibuffer-mode): Use mode-line-process instead.
669
670 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
671 Use derived-mode-p.
672 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
673
674 * help.el (describe-mode): Pass the right buffer to format-mode-line.
675
676 2008-01-16 Glenn Morris <rgm@gnu.org>
677
678 * comint.el (comint-regexp-arg): Fix no-input case.
679
680 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
681
682 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
683 * pcvs.el (cvs-revert-if-needed):
684 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
685
686 * vc-svn.el (vc-svn-find-file-hook):
687 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
688
689 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
690
691 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
692 (icalendar-export-file, icalendar-import-file):
693 Restore significant trailing whitespace in `interactive' prompts.
694
695 2008-01-16 Tom Tromey <tromey@redhat.com>
696
697 * calendar/icalendar.el (icalendar--convert-tz-offset)
698 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
699 (icalendar--find-time-zone): New functions.
700 (icalendar--decode-isodatetime): Add `zone' argument, passed to
701 `decode-time'. Doc fix.
702 (icalendar--convert-ical-to-diary): Compute zone-map.
703 Pass timezone to icalendar--decode-isodatetime.
704
705 2008-01-16 Alan Mackenzie <acm@muc.de>
706
707 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
708 an eval-and-compile, so as to permit byte-compiling (e.g. in
709 bootstrap).
710
711 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
714 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
715 using the same key for different menu entries.
716
717 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
718 (smerge-makeup-conflict): New command.
719
720 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
721
722 * log-edit.el (log-edit): Doc fix.
723
724 2008-01-15 Glenn Morris <rgm@gnu.org>
725
726 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
727
728 2008-01-14 Alan Mackenzie <acm@muc.de>
729
730 * progmodes/cc-vars.el (c-constant-symbol): New function which
731 supersedes c-const-symbol. During a customize-.. call it enables
732 an element of (e.g.) c-hanging-braces alist to have its name
733 displayed, even when the default value of c-h-b etc. doesn't
734 include the elemnt. Replace uses of the old function by the new.
735
736 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
737 obscure non-working fragment ":value c-".
738
739 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
742
743 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
744
745 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
746 instead of `tramp-file-name-real-host'.
747
748 * net/trampver.el: Update release number.
749
750 2008-01-14 Alan Mackenzie <acm@muc.de>
751
752 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
753 call inside a struct being recognised as a K&R argument.
754
755 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
758 Accept "fatal error" from MSFT.
759 Reported by Jared Finder <jfinder@crypticstudios.com>.
760
761 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
762
763 * smerge-mode.el (smerge-auto): New function.
764 * vc-svn.el (vc-svn-find-file-hook):
765 * vc-arch.el (vc-arch-find-file-hook):
766 * pcvs.el (cvs-revert-if-needed):
767 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
768 (top-level): Add a Todo list.
769
770 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
771
772 * vc.el (vc-update): Resolve conflicts if necessary instead of
773 just updating the buffer.
774
775 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
776 update command so that we can parse the output.
777
778 2008-01-13 Martin Rudalics <rudalics@gmx.at>
779
780 * mail/rmail.el (rmail-convert-to-babyl-format):
781 Remove save-excursion to avoid infinite looping.
782 Reported by: dnz <dnz@bk.ru>.
783
784 2008-01-12 Glenn Morris <rgm@gnu.org>
785
786 * woman.el (woman-parse-numeric-arg): Change handling of `==':
787 can be interned without a function definition.
788
789 2008-01-12 Jason Rumney <jasonr@gnu.org>
790
791 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
792 (rng-nxml-mode-init): Declare.
793
794 2008-01-11 Jason Rumney <jasonr@gnu.org>
795
796 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
797 (rng-preferred-prefix-alist-default): Remove.
798
799 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
800 Rename from nxml-enable-unicode-char-name-sets-flag.
801 (nxml-enable-unicode-char-name-sets-1): Merge into
802 nxml-enable-unicode-char-name-sets.
803 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
804 nxml-char-name-ignore-case here.
805
806 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
807 Update doc string and commentary.
808 (nxml-char-name-ignore-case): Change default value.
809 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
810
811 2008-01-11 Martin Rudalics <rudalics@gmx.at>
812
813 * cus-start.el (all): Add missing version entries.
814
815 2008-01-11 Glenn Morris <rgm@gnu.org>
816
817 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
818 (euc-to-flat-code, flat-code-to-euc):
819 * textmodes/org.el (elmo-msgdb-overview-get-entity)
820 (wl-summary-buffer-msgdb): Declare as funtions.
821
822 2008-01-10 Martin Rudalics <rudalics@gmx.at>
823
824 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
825 Bind buffer-file-name and buffer-file-truename.
826
827 * fringe.el (fringe-mode-explicit): New variable.
828 (set-fringe-mode): Don't alter default-frame-alist when just
829 loading this file.
830
831 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
832
833 * doc-view.el (doc-view-buffer-file-name): New variable.
834 (doc-view-convert-current-doc, doc-view-search)
835 (doc-view-current-cache-dir, doc-view-initiate-display)
836 (doc-view-mode): Use it.
837 (doc-view-bookmark-make-cell): Use variable buffer-file-name
838 instead of function.
839
840 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
841
842 * vc-svn.el (vc-svn-registered): Return the correct value for
843 ignored and unregistered files.
844
845 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
846
847 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
848
849 2008-01-10 Tom Tromey <tromey@redhat.com>
850
851 * vc.el (vc-status-unmark-all-files): New function.
852 (vc-status-unmark-all-files): Likewise.
853 (vc-status-mode-map): Add bindings.
854
855 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
856
857 * ediff*.el: Uncomment declare-function.
858
859 * viper*.el: Uncomment declare-function.
860
861 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
862
863 * doc-view.el (doc-view-mode): Support tramp, compressed files and
864 files inside archives uniformly.
865
866 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
867
868 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
869 constant with a computation on sgml-specials rather than a literal
870 list. Without this change the syntax table is generated
871 incorrectly, and the mode will think it's in a comment following
872 any instance of the string "--".
873
874 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
875
876 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
877 (doc-view-mode): Support document files inside archives.
878
879 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
880
881 * vc.el (vc-deduce-fileset): Return the currently selected file if
882 no files are selected when using vc-status.
883
884 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
885
886 * ediff*.el: Comment out declare-function. "make bootstrap"
887 stops with an error and Emacs does not compile with those things in.
888 Besides, declare-function is not defined in XEmacs.
889
890 * ediff-util (eqiff-quit): Autoraise minibuffer.
891
892 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
893
894 * viper*.el: Comment out declare-function -- not defined in XEmacs.
895
896 * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
897
898 * viper.el (viper-set-hooks, set-cursor-color):
899 Set viper-vi-state-cursor-color.
900
901 2008-01-09 Tom Tromey <tromey@redhat.com>
902
903 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
904 Just return header.
905 (vc-status-move-to-goal-column): New function.
906 (vc-status-mode-map): Define more keys.
907 (vc-status-mode): Use vc-status-refresh. Now 'special.
908 (vc-status-refresh): New function.
909 (vc-status-next-line): Likewise.
910 (vc-status-previous-line): Likewise.
911 (vc-status-mark-file): Use vc-status-next-line.
912 (vc-status-unmark-file): Use vc-status-previous-line.
913 (vc-status-unmark-file-up): New function.
914 (vc-status-register): Likewise.
915 (vc-status-find-file): Likewise.
916 (vc-status-find-file-other-window): Likewise.
917 (vc-status-current-file): Likewise.
918 (vc-ensure-vc-buffer): Understand vc-status mode.
919
920 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
921
922 2008-01-09 Glenn Morris <rgm@gnu.org>
923
924 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
925 entry, for Windows.
926
927 2008-01-09 Tom Tromey <tromey@redhat.com>
928
929 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
930
931 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
932
933 * ps-print.el: Some face attributes (like :strike-through) were not
934 being recognised. Reported by Leo <sdl.web@gmail.com>.
935 (ps-print-version): New version 6.8.2.
936 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
937 (ps-screen-to-bit-face): Fix code.
938
939 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
942 add a file-name handler.
943
944 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
945
946 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
947 Rename from function bibtex-files-expand. New optional arg select.
948 (bibtex-flash-head): Allow blink-matching-delay being zero.
949 (bibtex-clean-entry): Use atomic-change-group.
950 (bibtex-format-entry): Check presence of required fields only
951 after formatting of fields. Use member-ignore-case. Do not use
952 bibtex-parse-entry. Do not use booktitle field to set a missing title.
953 (bibtex-autofill-entry): Do not call undo-boundary.
954 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
955 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
956 Parse keys if necessary.
957
958 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
959
960 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
961 quotes in case of spaces, e.g. STL containers (not pretty).
962
963 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
964
965 * progmodes/gdb-ui.el (gud-gdb-command-name):
966 Explain "--annotate=3" option is necessary for the Graphical Interface.
967
968 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
969
970 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
971 on menu bar.
972
973 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
974
975 * ffap.el (ffap-read-file-or-url): Let-bind
976 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
977
978 2008-01-08 Sven Joachim <svenjoac@gmx.de>
979
980 * vc-bzr.el: Fix typo in header.
981
982 2008-01-08 Eli Zaretskii <eliz@gnu.org>
983
984 * Makefile.in (custom-deps, finder-data): Depend on autoloads
985 instead of loaddefs.el.
986
987 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
990 gets inserted out-of-order.
991
992 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
993
994 * vc-bzr.el: Copyright and version headers update.
995 Remove some outdated comments through the whole file.
996 (vc-bzr-program-args): Remove because unused.
997 (vc-bzr-log-switches): New customization option.
998 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
999 use `vc-bzr-program-args'.
1000 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1001 `vc-find-root' (patch by Andreas Hoenen).
1002 (vc-bzr-status): Update regex to match latest Bzr output.
1003 Remove redundant test.
1004 (vc-bzr-init-version): New function.
1005 (vc-bzr-unregister): Must not delete file.
1006 (vc-bzr-find-version): New function.
1007 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1008 a non-empty string, otherwise take head revision.
1009 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1010 (vc-bzr-diff): Simpler build of the revision spec string.
1011 (vc-annotate-convert-time, vc-bzr-annotate-difference):
1012 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1013 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
1014 (vc-bzr-dired-state-info): Only provide custom strings for
1015 overloaded VC state 'edited; otherwise fallback to
1016 `vc-default-dired-state-info'.
1017
1018 2008-01-08 Richard Stallman <rms@gnu.org>
1019
1020 * delsel.el (delete-selection-mode): Doc fix.
1021
1022 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1023
1024 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1025 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1026
1027 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1028 of watch expressions (only works fully with GDB 6.7 or later).
1029
1030 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
1031
1032 * time-stamp.el (time-stamp-time-zone):
1033 * whitespace.el (whitespace-check-buffer-leading)
1034 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1035 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1036 * progmodes/sh-script.el (sh-indentation):
1037 * textmodes/ispell.el (ispell-local-pdict):
1038 Add safe-local-variable properties.
1039
1040 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * vc-git.el (vc-git--call): Apply `process-file' instead of
1043 `call-process'.
1044
1045 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1046 Reported by Pete Forman <pete.forman@westerngeco.com>.
1047 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1048 (tramp-handle-process-file): Handle the case where DESTINATION is
1049 a consp with t as car.
1050 (tramp-wait-for-output): We shall remove exactly what has been
1051 find by the search.
1052
1053 2008-01-08 Kevin Ryde <user42@zip.com.au>
1054
1055 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1056 For perl, allow "during global destruction" at end. Add entry for
1057 two-arg form of the Test module ok() func.
1058
1059 2008-01-08 Glenn Morris <rgm@gnu.org>
1060
1061 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1062 unified format.
1063
1064 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1065
1066 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
1067
1068 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1069 Simplify selection of frame focusing function.
1070
1071 2008-01-08 Michael Olson <mwolson@gnu.org>
1072
1073 * textmodes/remember.el (remember-region): Fix typo in docstring.
1074
1075 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
1076
1077 * textmodes/remember.el (remember): If there is a visible region
1078 [that is, the mark is active and transient mark mode is enabled]
1079 then use this region for the initial contents of the *Remember*
1080 buffer. Use `region-beginning' and `region-end' instead of
1081 `point' and `mark'.
1082
1083 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1084
1085 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1086 argument to vc-hg-command.
1087 (vc-hg-log-view-mode): Handle the user field better.
1088
1089 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1092
1093 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1094
1095 * vc.el (vc-status-fileinfo): New defstruct.
1096 (vc-status): New defvar
1097 (vc-status-insert-headers, vc-status-printer, vc-status)
1098 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1099 (vc-status-unmark-file, vc-status-marked-files): New functions.
1100
1101 * vc-hg.el (vc-hg-dir-status): New function.
1102
1103 2008-01-06 Martin Rudalics <rudalics@gmx.at>
1104
1105 * cus-edit.el (custom-tool-bar-map): Move initialization of this
1106 keymap from here ...
1107 (custom-mode): ... to here. Reported by Reiner Steib.
1108
1109 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1110
1111 * obsolete/x-apollo.el: Remove file for unsupported system.
1112
1113 * term/x-win.el (vendor-specific-keysyms): Remove reference to
1114 Apollo.
1115
1116 * progmodes/gud.el (gud-dgux-p): Remove.
1117 (dbx): Remove reference to dgux.
1118
1119 * progmodes/ps-mode.el (ps-mode-print-function):
1120 * ps-print.el (ps-lp-system):
1121 * paths.el (rmail-spool-directory):
1122 * ls-lisp.el (ls-lisp-emulation):
1123 * lpr.el (lpr-lp-system):
1124 * dired.el (dired-chown-program): Remove references to dgux.
1125
1126 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * vc.el (vc-process-sentinel): Fix apparent typo.
1129 (vc-do-command): Forcefully kill any left over process.
1130 Use start-file-process.
1131 (vc-annotate-get-time-set-line-props): Check we don't move backward.
1132
1133 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
1134
1135 * net/dbus.el (dbus-list-hash-table)
1136 (dbus-name-owner-changed-handler): Replace "signal" by "member".
1137 (dbus-check-event): Add serial number to event.
1138 (dbus-handle-event): Apply return message if needed.
1139 (dbus-event-serial-number): New defun.
1140 (dbus-event-service-name, dbus-event-path-name)
1141 (dbus-event-interface-name, dbus-event-member-name):
1142 Adapt implementation to serial number.
1143
1144 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * bs.el (bs--get-mode-name): Fix typo in previous change.
1147
1148 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * mouse.el (mouse-popup-menubar): Fix typo.
1151
1152 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1153 form inside with-current-buffer.
1154
1155 * progmodes/antlr-mode.el (provide): Move to the end of file.
1156 (require): Don't require font-lock and compile.
1157 (outline-level, imenu-use-markers, imenu-create-index-function):
1158 Move declarations to top level.
1159 (cond-emacs-xemacs-macfn): Declare for compiler.
1160
1161 * vc-bzr.el (vc-bzr-root):
1162 * vc-arch.el (vc-arch-root): Only set a property if the file is
1163 managed by this backend.
1164
1165 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1166
1167 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
1168
1169 * doc-view.el (doc-view-scroll-up-or-next-page)
1170 (doc-view-scroll-down-or-previous-page): Don't scroll to the
1171 top/bottom again when on the first/last page.
1172
1173 * doc-view.el (doc-view-scroll-up-or-next-page)
1174 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1175 image-scroll-down instead of the non-image equivalents.
1176 Don't rely on a signalled condition but switch pages when scrolling
1177 doesn't change the vertical position anymore.
1178 (doc-view-mode-map): Remap scroll-{up,down} to
1179 image-scroll-{up,down}.
1180
1181 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
1182
1183 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1184 tpu-mapper command rather than load the tpu-mapper package.
1185
1186 * emulation/tpu-mapper.el (tpu-mapper): New command.
1187 Contains all the code previously at top-level.
1188
1189 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * bs.el (bs--sort-by-mode, bs--get-mode-name):
1192 * imenu.el (imenu-add-to-menubar):
1193 * makesum.el (make-command-summary):
1194 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1195 (mouse-buffer-menu):
1196 * msb.el (msb--mode-menu-cond):
1197 * calc/calc-embed.el (calc-do-embedded):
1198 * emacs-lisp/helper.el (Helper-describe-mode):
1199 * mail/emacsbug.el (report-emacs-bug):
1200 * progmodes/hideshow.el (hs-grok-mode-type):
1201 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1202 * textmodes/table.el (*table--cell-describe-mode):
1203 Pass mode-name through format-mode-line.
1204
1205 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * progmodes/ada-xref.el (ada-prj-find-prj-file):
1208 * progmodes/ada-mode.el (comment-region):
1209 * calendar/todo-mode.el (todo-insert-item):
1210 * bookmark.el (bookmark-buffer-name):
1211 Test major-mode rather than mode-name.
1212
1213 2008-01-04 Richard Stallman <rms@gnu.org>
1214
1215 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1216 Call byte-compile-warn-about-unresolved-functions outside
1217 the with-current-buffer.
1218 (byte-compile-insert-header): Use with-current-buffer.
1219
1220 2008-01-04 Glenn Morris <rgm@gnu.org>
1221
1222 * startup.el (fancy-about-screen): Remove reference to deleted
1223 `fancy-splash-help-echo' variable.
1224
1225 * version.el (emacs-copyright): Update to 2008.
1226
1227 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1228 rather than mapcar.
1229
1230 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1231 change (merge mistake).
1232
1233 * doc-view.el (doc-view-search-internal): Don't use `incf'.
1234
1235 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1236 (bookmark-get-bookmark-record):
1237 * image-mode.el (bookmark-make-cell-function)
1238 (bookmark-get-filename, bookmark-get-bookmark-record)
1239 (bookmark-get-position):
1240 * log-view.el (vc-modify-change-comment):
1241 * progmodes/grep.el (find-name-arg): Declare for compiler.
1242
1243 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * savehist.el (savehist-coding-system): Default to a variant coding
1246 system with explicit unix end-of-line conversion, which is safer.
1247
1248 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1251 * ibuffer.el (mode column): Use format-mode-line.
1252
1253 * server.el (server-create-window-system-frame): Remove workaround for
1254 a bug that has been fixed.
1255
1256 2008-01-03 Magnus Henoch <magnus@zemdatav>
1257
1258 * net/dbus.el (dbus-name-owner-changed-handler):
1259 Use dbus-unregister-object instead of dbus-unregister-signal.
1260
1261 2008-01-03 Drew Adams <drew.adams@oracle.com>
1262
1263 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1264
1265 2008-01-03 Richard Stallman <rms@gnu.org>
1266
1267 * replace.el (occur-context-lines): New subroutine,
1268 broken out of occur-engine.
1269 (occur-engine): Call it.
1270
1271 2008-01-03 Alexandre Julliard <julliard@winehq.org>
1272
1273 * vc-git.el (vc-git--ls-files-state): New function.
1274 (vc-git-dir-state): Use it instead of processing the status
1275 results here.
1276
1277 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1278
1279 * progmodes/grep.el (grep-find-ignored-directories):
1280 Initialize from the value of vc-directory-exclusion-list.
1281
1282 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1283 even though we don't have a back end for darcs yet.
1284
1285 2008-01-02 Karl Fogel <kfogel@red-bean.com>
1286
1287 Change a return type, for greater extensibility.
1288 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1289 and its thread for discussion leading to this change.
1290
1291 * emacs-cvs/lisp/bookmark.el:
1292 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1293 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1294 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1295 (bookmark-bmenu-switch-other-window): Adjust accordingly.
1296 (bookmark-make-cell-function): Adjust documentation accordingly.
1297
1298 * emacs-cvs/lisp/image-mode.el
1299 (image-bookmark-jump): Adjust return type accordingly; document.
1300
1301 * emacs-cvs/lisp/doc-view.el
1302 (doc-view-bookmark-jump): Adjust return type accordingly; document.
1303
1304 2008-01-02 Miles Bader <miles@gnu.org>
1305
1306 * net/rcirc.el (rcirc-log-filename-function): New variable.
1307 (rcirc-log): Use `rcirc-log-filename-function' to generate the
1308 log-file name. Don't log anything if it returns nil.
1309 (rcirc-log-write): Use `expand-file-name' when merging the
1310 log-file name from the alist with rcirc-log-directory; this does
1311 the right thing if the name in the alist already an absolute
1312 filename. Make the log-file directory if necessary.
1313
1314 2007-12-29 Richard Stallman <rms@gnu.org>
1315
1316 * font-lock.el (font-lock-prepend-text-property)
1317 (font-lock-append-text-property): Canonicalize the face and
1318 font-lock-face properties.
1319
1320 * faces.el (facep): Doc fix.
1321
1322 * startup.el (fancy-startup-tail, fancy-about-text)
1323 (fancy-startup-text): Regularize format of face property.
1324
1325 * facemenu.el (list-colors-print): Use :background and :foreground
1326 instead of background-color and foreground-color.
1327
1328 2007-12-29 Drew Adams <drew.adams@oracle.com>
1329
1330 * cus-edit.el (custom-add-parent-links):
1331 Fill the "Parent documentation" text.
1332
1333 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1334
1335 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1336 MS-Windows and MS-DOS.
1337 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1338
1339 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1340
1341 * vc-svn.el (vc-svn-modify-change comment): New function.
1342
1343 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1344
1345 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1346 Do not disable undo, with-temp-buffer does it by default.
1347
1348 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
1349
1350 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1351 correctly.
1352
1353 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
1354 with vc-state.
1355 (vc-next-action): Fix vc-transfer-file call.
1356
1357 2007-12-31 Tom Tromey <tromey@redhat.com>
1358
1359 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1360 Move point to the start of the buffer.
1361
1362 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
1363
1364 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1365
1366 * vc.el: State that dir-state is required to set the vc-state and
1367 vc-backend properties.
1368
1369 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1370
1371 * man.el (Man-default-man-entry): Make this a defun.
1372 Improve guessing mechanism and handling of section numbers.
1373
1374 2007-12-31 Richard Stallman <rms@gnu.org>
1375
1376 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1377
1378 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1379
1380 * calc/calc-units.el (calc-convert-temperature): Ensure that units
1381 are on the result even when the result is zero.
1382
1383 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1386 resistent towards wrong parameters.
1387 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1388
1389 2007-12-30 Richard Stallman <rms@gnu.org>
1390
1391 * faces.el (face-all-attributes): New function.
1392
1393 * faces.el (face-differs-from-default-p): Compute list of attr names
1394 from face-attribute-name-alist.
1395
1396 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1397 (custom-face-save): Likewise.
1398 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1399
1400 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1401 (custom-theme-set-faces): Clear `face-override-spec' property.
1402 Call `face-spec-set' with FOR-DEFFACE.
1403
1404 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1405
1406 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1407 Use of frame as third arg is deprecated.
1408 Handle `face-override-spec' property.
1409 (face-spec-recalc): New function.
1410 (face-spec-set-2): New function.
1411 (frame-set-background-mode): Handle `face-override-spec' property.
1412 Use `face-spec-recalc'.
1413 (face-set-after-frame-default): Use `face-spec-recalc'.
1414
1415 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
1416
1417 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1418
1419 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1420
1421 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1422
1423 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
1424
1425 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1426 'added, 'removed.
1427
1428 * vc.el (header coment): Better description of dir-state.
1429 (vc-compatible-state): New function. Checks whether two states
1430 can be in the same changeset; used with 'edited it can test whether
1431 the next action for a state should be commit.
1432 (vc-default-dired-state-info): Display 'removed state.
1433 (vc-dired-hook): Turn off undo, this is a speed tweak.
1434
1435 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1436
1437 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1438 Cope with the possibility that the 'C' status flag might change
1439 in 0.9,6.
1440
1441 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1442
1443 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1444
1445 * files.el (cd-absolute): Fix omission bug:
1446 Make `list-buffers-directory' buffer-local.
1447
1448 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1449
1450 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1451
1452 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1453
1454 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1455
1456 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1457 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1458 (math-yacas-compose-deriv, math-yacas-compose-taylor)
1459 (math-maxima-parse-subst, math-maxima-parse-taylor)
1460 (math-maxima-compose-taylor, math-maxima-compose-subst)
1461 (math-maxima-compose-if, math-lang-switch-args)
1462 (math-lang-compose-switch-args, math-read-giac-subscr):
1463 New functions.
1464 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1465 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1466 Add languages.
1467 (math-vector-brackets, math-complex-format, math-variable-table)
1468 (math-parse-table, math-oper-table, math-function-table)
1469 (math-special-function-table, math-compose-subscr):
1470 Add values for new languages.
1471
1472 * calc/calccomp.el (math-compose-expr): Add new languages.
1473
1474 * calc/calc.el (calc-language): Add languages to docstring.
1475
1476 * calc/calc-ext.el (calc-init-extensions): Add keybindings
1477 for new languages. Autoload commands to change languages.
1478
1479 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1480
1481 * calc/calc-menu.el (calc-modes-menu): Add new languages.
1482 (calc-arithmetic-menu, calc-scientific-function-menu)
1483 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1484 (calc-units-menu, calc-variables-menu, calc-stack-menu):
1485 Add :active keywords.
1486
1487 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1488
1489 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1490 returns 'ignored or 'unregistered.
1491 (vc-hg-state): Pass "-A" to the status command and deal with the
1492 output.
1493 (vc-hg-dir-state): Pass "-A" to the status command.
1494
1495 2007-12-29 Richard Stallman <rms@gnu.org>
1496
1497 * progmodes/compile.el (compilation-start): Set initial visible
1498 point properly even when compilation buffer already current.
1499
1500 2007-12-29 Richard Stallman <rms@gnu.org>
1501
1502 * files.el (conf-mode-maybe): New function.
1503 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1504
1505 2007-12-29 Martin Rudalics <rudalics@gmx.at>
1506
1507 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1508
1509 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1510
1511 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1512
1513 2007-12-29 Richard Stallman <rms@gnu.org>
1514
1515 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1516 so they never do EOF.
1517
1518 2007-12-29 Richard Stallman <rms@gnu.org>
1519
1520 * faces.el (copy-face): Create the new face explicitly if it
1521 does not exist already.
1522
1523 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1524
1525 * simple.el (minibuffer-history, shell-command-history)
1526 (set-variable-value-history):
1527 * replace.el (regexp-history):
1528 * international/mule-cmds.el (input-method-history):
1529 * files.el (file-name-history): Add reference to history-length in
1530 the doc string.
1531
1532 2007-12-29 Richard Stallman <rms@gnu.org>
1533
1534 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1535
1536 2007-12-29 Jason Rumney <jasonr@gnu.org>
1537
1538 * find-dired.el (find-name-arg): New custom variable.
1539 (find-name-dired): Use it.
1540 (find-dired-find-program): Remove.
1541 (find-dired): Use find-program.
1542 (find-grep-dired): Use grep-program.
1543
1544 * progmodes/grep.el (rgrep): Use find-name-arg.
1545
1546 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1547
1548 * progmodes/cc-vars.el (defcustom-c-stylevar):
1549 Revert to pre-2007-12-12 version.
1550
1551 2007-12-29 Richard Stallman <rms@gnu.org>
1552
1553 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1554
1555 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1556 Use changed.
1557
1558 * startup.el (fancy-splash-help-echo): Var deleted.
1559 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1560 (fancy-about-screen): Don't display fancy-splash-help-echo.
1561
1562 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1563
1564 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
1565
1566 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1567 to vc-hooks.el so it will be available to other modes, such as
1568 speedbar.el. Also, teach it to recognize monotone state directories.
1569
1570 * speedbar.el: Remove this mode's fragile assumptions about
1571 version-control systems. Instead, make it use logic from
1572 vc-hooks.el so it will become smarter whenever VC mode does.
1573
1574 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1575 Fix the documentation.
1576
1577 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1578 Modify all instances of the dir-state back-end method to suppress
1579 keeping undo lists on the buffers holding status output, which
1580 can get extremely large.
1581
1582 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1583 so they don't do work that the default one can do instead.
1584
1585 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1586 states, and the new return-value convention. These are not
1587 actually used yet, just set.
1588
1589 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1590 states when appropriate.
1591
1592 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1593 'unregistered when appropriate.
1594
1595 * vc-git.el: Document that we don't set the new states yet.
1596
1597 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1598 'ignored states.
1599
1600 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1601 appropriate.
1602
1603 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1604 when appropriate.
1605
1606 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
1607
1608 * thumbs.el (thumbs-call-convert): Use call-process directly
1609 with thumbs-conversion-program instead of through shell-file-name
1610 for better error reporting.
1611
1612 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
1613
1614 * calc/calc-aent.el (math-remove-percentsigns):
1615 * calc/calccomp.el (math-to-percentsigns): Change placeholder
1616 for percent signs.
1617
1618 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1619
1620 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1621 use completion-ignored-extensions to detect files that should be
1622 ignorted in VC-Dired listings, heading off lots of expensive calls
1623 to (vc-state).
1624
1625 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1626 non-terse mode.
1627 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1628 Makefile.in or Makefile.am
1629
1630 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1631
1632 * ps-print.el (ps-mark-active-p): Fun returned back.
1633 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1634 `region-active-p' for error checking.
1635
1636 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1637
1638 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1639 Put new machinery in place to support editing of change comments
1640 with 'e' in a log-view buffer. Not documented yet as this
1641 only works for SCCS, RCS, and maybe CVS if you have admin
1642 privileges. When we have backend support for Subversion and
1643 more modern systems it will be time to write this up.
1644
1645 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
1646
1647 * international/mule-cmds.el (select-safe-coding-system):
1648 When a buffer is modified, cancel the writing.
1649
1650 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
1651
1652 * log-view.el: Add Subversion and Mercurial log format samples.
1653
1654 * vc.el (vc-dired-hook): Significantly speed up by arranging for
1655 it to call the backend dir-state hook (if it exists)
1656 exactly *once*, rather than once per each subdirectory (with
1657 dired-state-info calls on all toplevel files slowing it down even
1658 further). For this to work, backend dir-state methods have to
1659 recurse to subdirectories. Most of them already did anyway; a few
1660 needed *non*-recursion switches removed. This change mostly
1661 removed code that was perversely bad and should have been shot
1662 through the head years ago.
1663
1664 * vc-bzr.el (vc-bzr-dir-state):
1665 * vc-cvs.el (vc-cvs-dir-state):
1666 * vc-mcvs.el (vc-mcvs-dir-state):
1667 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1668
1669 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1670 multiple arguments, so generate logs sequentially when we get them.
1671 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1672 headers so the various log bindings can do the right thing.
1673 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1674
1675 2007-12-26 Andreas Schwab <schwab@suse.de>
1676
1677 * font-lock.el (save-buffer-state): Make sure the state of the
1678 buffer is always restored.
1679
1680 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
1681
1682 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
1683
1684 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
1685 a variable.
1686
1687 * calc/calccomp.el (math-to-percentsigns): New function.
1688 (math-compose-var): Handle variables with percent signs.
1689 (math-compose-expr): Handle function names with percent signs.
1690
1691 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
1692 (math-read-exprs): Handle percent signs in languages that
1693 allow them.
1694 (math-restore-underscores): Remove function.
1695 (math-remove-percentsigns, math-restore-placeholders):
1696 New functions.
1697
1698 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1699
1700 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
1701 of `mark' for error checking.
1702
1703 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
1704
1705 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
1706 New functions.
1707 (image-mode): Set bookmark-make-cell-function appropriately.
1708
1709 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
1710
1711 * bookmark.el (bookmark-make-cell-function): New variable.
1712 (bookmark-make): Call bookmark-make-cell-function's function
1713 instead of bookmark-make-cell.
1714 (bookmark-get-handler, bookmark-jump-internal): New functions.
1715 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1716 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
1717 Use bookmark-jump-internal.
1718 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1719
1720 * doc-view.el (doc-view-bookmark-make-cell)
1721 (doc-view-bookmark-jump): New functions.
1722 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
1723
1724 2007-12-25 Miles Bader <miles@gnu.org>
1725
1726 * indent.el (indent-for-tab-command): Rigidly indent the following
1727 sexp along with the current line when a prefix arg is given in the
1728 non-active-region case. Specify raw prefix in interactive spec.
1729 Simplify main indentation logic to get rid of the conditional call
1730 to `indent-according-to-mode' (it just ended up calling
1731 `indent-line-function' in all cases anyway, which can be done more
1732 simply here). Remove unnecessary test of ARG in active region case.
1733
1734 2007-12-25 Richard Stallman <rms@gnu.org>
1735
1736 * allout.el (allout-region-active-p): Rename from my-region-active-p.
1737 Use `use-region-p'.
1738 (allout-write-file-hook-handler): Simplify code.
1739
1740 * ps-print.el (ps-mark-active-p): Function deleted.
1741 (ps-print-preprint-region): Use (mark) for the error check.
1742
1743 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
1744
1745 * winner.el (winner-active-region): Use `mark-active' if it's defined.
1746
1747 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
1748
1749 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
1750
1751 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
1752
1753 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
1754
1755 * progmodes/cc-defs.el (c-region-is-active-p):
1756 Use `mark-active' if it's defined.
1757
1758 * progmodes/cc-cmds.el (c-indent-line-or-region):
1759 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
1760
1761 * simple.el (select-active-regions): New option.
1762 (set-mark): Obey it.
1763 (yank-pop-change-selection): New option.
1764 (current-kill): Obey it.
1765
1766 * simple.el (use-region-p): Rename from `region-active-p'.
1767 (region-active-p): New function.
1768
1769 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
1770
1771 * term/x-win.el (x-select-enable-primary): New option.
1772 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
1773
1774 * mouse.el (mouse-yank-primary): New function (almost same
1775 as mouse-yank-secondary).
1776
1777 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * calculator.el:
1780 * dframe.el:
1781 * iswitchb.el:
1782 * whitespace.el:
1783 * winner.el:
1784 * emacs-lisp/checkdoc.el:
1785 * mail/feedmail.el:
1786 * net/quickurl.el:
1787 * obsolete/fast-lock.el:
1788 * play/5x5.el:
1789 * progmodes/delphi.el:
1790 * progmodes/idlw-shell.el:
1791 * progmodes/idlwave.el:
1792 * textmodes/artist.el:
1793 * textmodes/ispell.el:
1794 * textmodes/texinfmt.el:
1795 * textmodes/texinfo.el: Remove obsolete definitions of backward
1796 compatibility macros for defcustom, defgroup, defface, when,
1797 unless, with-current-buffer and with-temp-message.
1798
1799 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
1800
1801 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
1802
1803 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
1806 indeed a process.
1807
1808 2007-12-23 Richard Stallman <rms@gnu.org>
1809
1810 * simple.el (region-active-p): New function.
1811 (use-empty-active-region): New variable.
1812
1813 * dired-aux.el (dired): Load dired.el at run time too.
1814
1815 2007-12-23 Juri Linkov <juri@jurta.org>
1816
1817 * man.el (Man-follow-manual-reference): Fill the minibuffer's
1818 default list with a full list of references.
1819
1820 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
1821
1822 2007-12-23 Andreas Schwab <schwab@suse.de>
1823
1824 * files.el (switch-to-buffer-other-frame): Return the buffer
1825 switched to.
1826
1827 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
1828
1829 Sync with Tramp 2.1.12.
1830
1831 * net/tramp.el: New todo item.
1832
1833 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1834 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1835
1836 * net/trampver.el: Update release number.
1837
1838 2007-12-22 Richard Stallman <rms@gnu.org>
1839
1840 * newcomment.el (comment-region-default): Don't triple the
1841 comment starter if the first region line isn't indented enough.
1842
1843 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1844
1845 * net/imap.el (imap-authenticate): Use current-buffer instead of
1846 buffer, for the cases where imap-authenticate is called with a nil
1847 buffer parameter.
1848
1849 2007-12-21 Martin Rudalics <rudalics@gmx.at>
1850
1851 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1852 specifier from format-string. Reported by Ye Wenbin.
1853
1854 2007-12-20 Jason Rumney <jasonr@gnu.org>
1855
1856 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1857 Parent group is font-lock-faces.
1858 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1859 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1860 (nxml-version): Remove.
1861 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1862 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1863 (nxml-processing-instruction-delimiter)
1864 (nxml-processing-instruction-target)
1865 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1866 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1867 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1868 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1869 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1870 (nxml-attribute-prefix, nxml-attribute-colon)
1871 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1872 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1873 (nxml-attribute-value, nxml-attribute-value-delimiter)
1874 (nxml-namespace-attibute-value)
1875 (nxml-namespace-attribure-value-delimiter)
1876 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1877 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1878 (nxml-glyph): Rename, removing -face suffix.
1879 Inherit from existing font-lock faces.
1880 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1881 Use new face names.
1882
1883 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1884 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1885 Rename, removing -face suffix.
1886 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1887 (nxml-highlighted-colon, nxml-highlighted-slash)
1888 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1889 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1890 (nxml-highlighted-qname, nxml-outline-display-heading):
1891 Use new face names.
1892
1893 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1894
1895 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1896
1897 2007-12-19 Martin Rudalics <rudalics@gmx.at>
1898
1899 * cus-start.el (all): Use correct group name for members of
1900 mode-line group.
1901
1902 * man.el (Man-default-man-entry): When looking for default man
1903 entry title search text preceding point. Use when instead of if.
1904
1905 * indent.el (indent-for-tab-command): Fix doc-string typo.
1906
1907 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1908 vc-parent-buffer is the current buffer.
1909
1910 * info-look.el (info-lookup, info-lookup-setup-mode)
1911 (info-lookup-make-completions): Avoid clobbering Info-history and
1912 Info-history-list.
1913
1914 2007-12-19 Glenn Morris <rgm@gnu.org>
1915
1916 * progmodes/verilog-mode.el (top-level): Don't require compile.
1917 (compilation-error-regexp-alist, compilation-last-buffer):
1918 Define for compiler.
1919 (verilog-insert-1): New function.
1920 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1921 Use verilog-insert-1.
1922 (verilog-surelint-off): Use next-error-last-buffer if bound.
1923 Check compile buffer is live.
1924
1925 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
1926
1927 * progmodes/compile.el (compilation-start): Don't pass a FRAME
1928 argument to display-buffer.
1929
1930 2007-12-19 Jason Rumney <jasonr@gnu.org>
1931
1932 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1933 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1934 (rng-byte-compile-load, rng-write-version): Remove.
1935
1936 * nxml/rng-loc.el (rng-schema-locating-files-default)
1937 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1938 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1939
1940 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
1941
1942 * files.el (cd-absolute): Set `list-buffers-directory' in order to
1943 show correct path in buffer list.
1944
1945 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1946 (tramp-find-shell): Send only single prompt setting commands, in
1947 order to avoid double-prompt.
1948
1949 * net/tramp-compat.el (top): Require cl only when compiling.
1950 Reported by Glenn Morris <rgm@gnu.org>.
1951
1952 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1953
1954 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1955 (c-comment-continuation-stars): No longer declare with
1956 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1957 (c-block-comment-prefix): Use symbol-value to
1958 access c-comment-continuation-stars.
1959 * progmodes/cc-mode.el (c-initialize-cc-mode):
1960 Use symbol-value to access c-comment-continuation-stars.
1961
1962 2007-12-18 Mark A. Hershberger <mah@everybody.org>
1963
1964 * xml.el (xml-escape-string): New function. Escape string using
1965 xml-entity-alist.
1966 (xml-debug-print-internal): Use xml-escape-string to escape
1967 characters in attributes and in text children of elements.
1968
1969 2007-12-18 Glenn Morris <rgm@gnu.org>
1970
1971 * progmodes/cc-subword.el (c-subword-mode): Drop support for
1972 systems without define-minor-mode.
1973
1974 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1975
1976 * progmodes/verilog-mode.el: Replace all instances of
1977 string-to-int with string-to-number, insert-string with insert,
1978 and read-input with read-string.
1979 (top-level): No need to require imenu, reporter, dinotrace, vc,
1980 font-lock when compiling. Always require compile. Relegate remaining
1981 compatibility cruft to XEmacs. Don't require font-lock.
1982 (verilog-version): Remove superfluous concat.
1983 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1984 No need to define.
1985 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1986 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1987 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1988 (verilog-startup-message-displayed): These are variables, not constants.
1989 (verilog-batch-execute-func, verilog-auto-inst)
1990 (verilog-auto-inst-param): Use mapc rather than mapcar.
1991 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1992 actually defining.
1993 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1994 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1995 (verilog-modi-get-inputs, verilog-modi-get-wires)
1996 (verilog-modi-get-regs, verilog-modi-get-assigns)
1997 (verilog-modi-get-consts, verilog-modi-get-gparams)
1998 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1999 (verilog-modi-get-sub-inputs): Move inline functions earlier in
2000 the file.
2001 (sigs-in, sigs-out): Don't declare multiple times.
2002 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2003 `defvar'.
2004 (verilog-auto): Call dinotrace-unannotate-all only if bound.
2005 (verilog-module-inside-filename-p): No need to wrap fboundp test
2006 in condition-case.
2007 (reporter-submit-bug-report): Autoload it.
2008 (verilog-mark-defun): Call zmacs-activate-region only if bound.
2009 (verilog-font-customize): Call customize-apropos only if bound.
2010 (verilog-getopt-flags, verilog-auto-reeval-locals):
2011 Use make-local-variable rather than make-variable-buffer-local.
2012 (verilog-company, verilog-project, verilog-modi-cache-list):
2013 Move make-variable-buffer-local calls to top-level.
2014 (font-lock-defaults-alist): Don't define it.
2015 (verilog-need-fld): Remove.
2016 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2017 (verilog-mode): Only call make-local-hook on XEmacs.
2018 Set font-lock-defaults rather than using verilog-font-lock-init.
2019
2020 2007-12-17 Andreas Schwab <schwab@suse.de>
2021
2022 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2023 Fix comment typo.
2024
2025 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
2026
2027 * net/dbus.el (dbus-name-owner-changed-handler):
2028 Use `dbus-unregister-signal' for removing old rules.
2029 Obey new structure of `dbus-registered-functions-table'.
2030
2031 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2032
2033 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2034
2035 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2036
2037 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2038 function.
2039 (add-submenu): Only define for XEmacs.
2040 (verilog-regexp-words): Revert previous change, keep the other
2041 definition.
2042
2043 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2044
2045 * progmodes/perl-mode.el (perl-continued-statement-offset)
2046 (perl-continued-brace-offset, perl-brace-offset)
2047 (perl-brace-imaginary-offset, perl-label-offset):
2048 * progmodes/cperl-mode.el (cperl-brace-offset)
2049 (cperl-continued-brace-offset, cperl-label-offset)
2050 (cperl-continued-statement-offset)
2051 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2052 Add safe-local-variable properties.
2053
2054 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2055
2056 * progmodes/verilog-mode.el (verilog-mode-map)
2057 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2058 (verilog-colorize-include-files): Use only overlay functions so
2059 that it can work on both emacs and XEmacs.
2060 (set-extent-keymap): Remove unused defun.
2061 (verilog-kill-existing-comment, verilog-insert-date)
2062 (verilog-insert-year): Rename in order not to pollute the global
2063 namespace from kill-existing-comment, insert-date and
2064 insert-year, respectively.
2065 (verilog-set-auto-endcomments, verilog-header): Update callers.
2066
2067 * files.el (auto-mode-alist): Recognize verilog files.
2068
2069 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2070 (verilog-string-remove-spaces, verilog-re-search-forward)
2071 (verilog-re-search-backward, verilog-re-search-forward-quick)
2072 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2073 (verilog-get-end-of-line, verilog-within-string): Move definitions
2074 before first use. No code changes.
2075
2076 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 * progmodes/verilog-mode.el (verilog-mode-version)
2079 (verilog-mode-release-date): Don't use expanding keywords.
2080 (provide): Move to the end of file.
2081 (fboundp): Don't check if eval-when-compile is bound, it is used
2082 later in the file without checking.
2083 (when, unless): Copy definitions from subr.el.
2084 (char-before, defcustom, defface, customize-group)
2085 (verilog-batch-error-wrapper): Don't use old style backquotes.
2086 (verilog-regexp-opt): Avoid using the cl function case.
2087 (verilog-regexp-words): Remove duplicated definition.
2088 (verilog-mode-abbrev-table): Remove, duplicate.
2089 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2090 Declare and initialize in one step.
2091 (verilog-declaration-prefix-re, verilog-declaration-re)
2092 (verilog-end-of-statement, verilog-indent-declaration)
2093 (verilog-get-lineup-indent): Remove trailing whitespace.
2094 (verilog-mode): Fix autoload cookie.
2095 Set beginning-of-defun-function and end-of-defun-function. Use when
2096 instead of if.
2097 (verilog-emacs-features, verilog-auto-ascii-enum)
2098 (verilog-insert-indices): Escape braces in doc strings.
2099
2100 2007-12-08 Michael McNamara <mac@verilog.com>
2101 Wilson Snyder <wsnyder@wsnyder.org>
2102
2103 * progmodes/verilog-mode.el: New file.
2104
2105 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2106
2107 * international/latexenc.el (latexenc-find-file-coding-system):
2108 If both coding-system-for-write and buffer-file-coding-system of
2109 latex-main-file are nil, use `undecided'.
2110
2111 2007-12-06 Jason Rumney <jasonr@gnu.org>
2112
2113 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2114
2115 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2116
2117 * files.el (revert-buffer): Docstring fix.
2118
2119 2007-12-11 Glenn Morris <rgm@gnu.org>
2120
2121 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2122
2123 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2124
2125 * calc/calc-aent.el (math-restore-underscores)
2126 (math-string-restore-underscores): New functions.
2127 (math-read-factor): Properly check variable names with underscores
2128 for entries in `math-expr-variable-mapping'.
2129
2130 * calc/calc-lang.el (math-lang-name): New property name.
2131
2132 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2133 to set language name.
2134
2135 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2136
2137 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2138
2139 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * server.el (server-select-display): Fix important typo.
2142 (server-process-filter): Turn a "" display into nil.
2143
2144 2007-12-09 Juri Linkov <juri@jurta.org>
2145
2146 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2147 Check search-upper-case before calling isearch-no-upper-case-p
2148 to set case-fold-search.
2149 (occur): Doc fix.
2150 (occur-1, perform-replace): Check search-upper-case before calling
2151 isearch-no-upper-case-p to set case-fold-search.
2152
2153 * isearch.el (search-upper-case): Doc fix.
2154 (isearch-mode-map): Bind `M-s o' to isearch-occur.
2155 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
2156 (isearch-query-replace-regexp): Doc fix.
2157 (isearch-occur): New function.
2158
2159 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2160
2161 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2162 backward compatibility.
2163
2164 * net/imap.el (imap-string-to-integer): New function.
2165
2166 2007-12-09 David Kastrup <dak@gnu.org>
2167
2168 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2169 directories. Not sure anybody uses this anymore, though.
2170
2171 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2172
2173 * printing.el: Fix pr-interface-map initialization code.
2174 (pr-version): New version 6.9.3.
2175 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2176 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2177 (pr-f-read-string): Replace by pr-read-string.
2178 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2179 name.
2180 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2181
2182 2007-12-09 Glenn Morris <rgm@gnu.org>
2183
2184 * emulation/viper-init.el (top-level): Use dolist rather than mapc
2185 in make-variable-frame-local call.
2186
2187 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2188
2189 * mail/hashcash.el (declare-function):
2190 * net/imap.el (declare-function): New no-op macro for backward
2191 compatibility.
2192
2193 2007-12-08 Eli Zaretskii <eliz@gnu.org>
2194
2195 Sync makefile.w32-in with Makefile.in.
2196
2197 * makefile.w32-in (check-declare): New target.
2198 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2199 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2200 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2201 ($(lisp)/progmodes/cc-mode.elc): Use it.
2202 ($(lisp)/progmodes/cc-mode.elc): New rule.
2203
2204 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2205
2206 * indent.el (tab-stop-list): Mark as safe-local-variable.
2207
2208 * generic-x.el (etc-sudoers-generic-mode): New mode.
2209 (generic-unix-modes): Add it.
2210
2211 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
2212
2213 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
2214 apply wildcards in a hash table key; there is no usable hash code then.
2215 (dbus-registered-functions-table): Use `equal' as test function.
2216 (dbus-name-owner-changed-handler): Rewrite due to new hash table
2217 structure.
2218
2219 2007-12-08 Martin Rudalics <rudalics@gmx.at>
2220
2221 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2222 bound error in block comment branch.
2223
2224 2007-12-08 David Kastrup <dak@gnu.org>
2225
2226 * textmodes/reftex.el (reftex-select-with-char):
2227 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2228 (reftex-toc-visit-location, reftex-toc-find-section):
2229 * textmodes/reftex-index.el (reftex-index-show-entry):
2230 * textmodes/org.el (org-cycle-hide-archived-subtrees)
2231 (org-table-rotate-recalc-marks, org-mark-ring-push)
2232 (org-follow-info-link, org-mhe-get-message-folder-from-index)
2233 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2234 (org-evaluate-time-range, org-edit-agenda-file-list):
2235 * textmodes/artist.el (artist-select-next-op-in-list)
2236 (artist-select-prev-op-in-list):
2237 * term/mac-win.el (mac-service-insert-text):
2238 * startup.el (fancy-about-screen):
2239 * progmodes/vhdl-mode.el (vhdl-decision-query):
2240 * progmodes/idlwave.el (idlwave-template)
2241 (idlwave-scroll-completions, idlwave-display-completion-list):
2242 * progmodes/ebrowse.el (ebrowse-show-progress):
2243 * progmodes/cperl-mode.el (cperl-find-pods-heres):
2244 * progmodes/antlr-mode.el (antlr-insert-option-do):
2245 * play/mpuz.el (mpuz-close-game):
2246 * net/rcirc.el (rcirc-next-active-buffer):
2247 * mail/reporter.el (reporter-update-status):
2248 * kmacro.el (kmacro-display):
2249 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2250 * emulation/viper-util.el (viper-save-setting):
2251 * emacs-lisp/lisp-mnt.el (lm-verify):
2252 * emacs-lisp/edebug.el (edebug-set-mode):
2253 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2254 * calendar/calendar.el (calendar-print-day-of-year):
2255 * calc/calcalg3.el (calc-curve-fit):
2256 * calc/calcalg2.el (math-integral):
2257 * calc/calc.el (calc-read-key-sequence, calc-version):
2258 * calc/calc-mode.el (calc-set-simplify-mode):
2259 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2260
2261 2007-12-07 D. Goel <deego3@gmail.com>
2262
2263 * progmodes/idlw-shell.el (idlwave-shell-display-line)
2264 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2265 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2266 * mail/uce.el (uce-reply-to-uce)
2267 * progmodes/vhdl-mode.el (vhdl-template-modify)
2268 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2269 to `error' (as suggested by RMS.)
2270
2271 2007-12-07 Glenn Morris <rgm@gnu.org>
2272
2273 * allout.el (allout-write-file-hook-handler):
2274 * textmodes/reftex.el (reftex-TeX-master-file):
2275 * textmodes/reftex-parse.el (reftex-short-context):
2276 Revert previous change.
2277
2278 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
2279
2280 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2281 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2282 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2283 (dbus-event-service-name, dbus-event-path-name)
2284 (dbus-event-interface-name, dbus-event-member-name): Fix for new
2285 event structure.
2286 (dbus-list-activatable-names, dbus-list-names)
2287 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2288 Reorder `dbus-call-method' arguments.
2289
2290 2007-12-06 D. Goel <deego3@gmail.com>
2291
2292 * allout.el (allout-write-file-hook-handler):
2293 * textmodes/reftex.el (reftex-TeX-master-file):
2294 * textmodes/org.el (org-paste-subtree):
2295 * progmodes/vhdl-mode.el (vhdl-template-modify):
2296 * progmodes/idlw-shell.el (idlwave-shell-send-command)
2297 (idlwave-shell-display-line):
2298 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2299 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2300 * net/trampver.el (x):
2301 * mail/uce.el (uce-reply-to-uce):
2302 * mail/rmailout.el (rmail-output):
2303 * mail/feedmail.el (feedmail-dump-message-to-queue):
2304 * whitespace.el (whitespace-write-file-hook):
2305 * wdired.el (wdired-check-kill-buffer):
2306 * vc.el (vc-update):
2307 * vc-mcvs.el (vc-mcvs-checkin):
2308 * vc-cvs.el (vc-cvs-checkin):
2309 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2310 * ibuffer.el (ibuffer-current-buffer):
2311 * dired.el (dired-move-to-end-of-filename):
2312 * bindings.el (complete-symbol):
2313 * textmodes/org-publish.el (org-publish-file):
2314 (org-publish-current-project):
2315 * textmodes/reftex-parse.el (reftex-short-context):
2316 * textmodes/texinfmt.el: Fix buggy calls to `error'.
2317
2318 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * doc-view.el (doc-view-dvi->pdf-sentinel)
2321 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2322 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2323 within a sentinel or timer.
2324 (doc-view-display): Don't try to display before the requested page
2325 is available, unless told to do so explicitly.
2326 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2327 Force display even if the requested page is not available.
2328
2329 2007-12-06 Richard Stallman <rms@gnu.org>
2330
2331 * help-fns.el (describe-function-1): Call ad-get-advice-info
2332 only on symbols.
2333
2334 2007-12-06 Glenn Morris <rgm@gnu.org>
2335
2336 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2337 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2338 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2339 faces in non-light-background case.
2340
2341 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2342 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2343 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2344 * emulation/vi.el, emulation/viper-cmd.el:
2345 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2346 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2347 * textmodes/fill.el: Remove directory part from filenames in
2348 function declarations.
2349
2350 * dired-aux.el (mailcap-mime-info): Update declaration.
2351
2352 2007-12-05 Richard Stallman <rms@gnu.org>
2353
2354 * wid-edit.el (widget-type): Doc fix.
2355
2356 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2359 Don't match "sub { (...) ... }".
2360
2361 2007-12-05 Richard Stallman <rms@gnu.org>
2362
2363 * international/mule-cmds.el (toggle-input-method-active): New var.
2364 (toggle-input-method): Bind toggle-input-method-active to t.
2365 Error if it was already non-nil.
2366
2367 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2368
2369 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2370
2371 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2372
2373 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2374 see if certs should be verified and what is to be done in the
2375 event of a verification failure.
2376
2377 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2378
2379 * net/tls.el (tls-program): Provide more custom choices from
2380 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
2381 (tls-process-connection-type, tls-success): Remove "*" in doc string.
2382 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2383 version. Minor improvement to doc strings.
2384 (tls-program): Add comment.
2385
2386 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2387
2388 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2389 (tls-checktrust): New variable. Check if GNU TLS complained about a
2390 mismatch between the hostname provided in the certificate and the name
2391 of the host connnecting to.
2392 (open-tls-stream): Use them. Check certificates against trusted root
2393 certificates.
2394
2395 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2396
2397 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2398 (imap-parse-status): Upcase status-att for broken servers that sends
2399 them lower-case (e.g., MS Exchange 2007).
2400
2401 2007-12-05 D. Goel <deego3@gmail.com>
2402
2403 * simple.el (undo):
2404 * image-dired.el (image-dired-display-thumb-properties):
2405 (image-dired-modify-mark-on-thumb-original-file):
2406 (image-dired-dired-display-properties):
2407 * help.el (help-window-display-message):
2408 * files.el (hack-local-variables-confirm):
2409 * ediff.el (ediff-version):
2410 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2411 `message' and `error': Ensure that first arg is a format string.
2412
2413 * emacs-lisp/find-func.el (find-library-name): Prefer files with
2414 ".el" suffix over "".
2415
2416 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
2417
2418 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2419 interface and member fields.
2420
2421 2007-12-05 Glenn Morris <rgm@gnu.org>
2422
2423 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2424 (pcomplete-here): Autoload it.
2425
2426 * eshell/em-basic.el (print-func): No need to define for compiler.
2427
2428 * eshell/esh-cmd.el (eshell-debug-command):
2429 * eshell/esh-io.el (eshell-print): Move definitions before use.
2430
2431 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2432
2433 * eshell/esh-util.el (top-level): Don't require pp.
2434 Use condition-case rather than ignore-errors.
2435
2436 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2437
2438 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2439 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2440 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2441 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2442 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2443 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2444 * eshell/esh-util.el, eshell/eshell.el: Require individual files
2445 if needed when compiling, rather than esh-maint. Collect any
2446 require statements. Move provide statement to end. Move any
2447 commentary to start.
2448
2449 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2450 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2451 * eshell/esh-proc.el, eshell/esh-var.el:
2452 Require individual files if needed when compiling, rather than
2453 esh-maint. Collect any require statements. Leave provide at start.
2454 Move any commentary to start.
2455
2456 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2457 Remove declared function from byte-compile-noruntime-functions.
2458
2459 * ediff-util.el (ediff-version):
2460 * progmodes/python.el (compilation-shell-minor-mode):
2461 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2462 (calendar-bahai-date-string, calendar-check-holidays)
2463 (calendar-chinese-date-string, calendar-coptic-date-string)
2464 (calendar-ethiopic-date-string, calendar-forward-day)
2465 (calendar-french-date-string, calendar-goto-date)
2466 (calendar-goto-today, calendar-hebrew-date-string)
2467 (calendar-islamic-date-string, calendar-iso-date-string)
2468 (calendar-julian-date-string, calendar-mayan-date-string)
2469 (calendar-persian-date-string, gnus-summary-last-subject)
2470 (parse-time-string, rmail-show-message): Declare as functions.
2471
2472 2007-12-05 Michael Olson <mwolson@gnu.org>
2473
2474 * textmodes/remember.el: Merge contents of remember-diary.el here,
2475 updating header. Add autoload cookie so that byte-compilation
2476 works without warning.
2477 (remember-diary-file): Default to nil, since diary might not yet
2478 be loaded at this point, which would deny us access to diary-file.
2479 (remember-diary-extract-entries): If remember-diary-file is nil,
2480 then use diary-file instead.
2481
2482 * textmodes/remember-diary.el: Remove, due to the issue of needing
2483 the first 8 characters of a filename to be unique.
2484
2485 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
2486
2487 * net/dbus.el (dbus-hash-table=): New defun.
2488 (dbus-hash-table-test): New hash table test function, used in
2489 `dbus-registered-functions-table'.
2490 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2491 (dbus-event-service-name, dbus-event-path-name)
2492 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2493 due to new structure of `dbus-event'.
2494
2495 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * ido.el (ido-save-history): Set the `coding' local
2498 variable in the first line of the file.
2499
2500 2007-12-04 Glenn Morris <rgm@gnu.org>
2501
2502 * password-cache.el: Move here from gnus/password.el.
2503 (top-level): Don't require cl when compiling.
2504 (password-read-and-add): Doc fix. Make obsolete.
2505
2506 * net/tramp.el: Require password-cache or password.
2507
2508 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2509 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
2510 compiling.
2511 (cua-set-rectangle-mark): Add doc string to autoload.
2512 (cua--rectangle, cua--last-killed-rectangle)
2513 (cua--global-mark-active): Always define for compiler.
2514 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2515 (cua--delete-rectangle, cua--insert-rectangle)
2516 (cua--rectangle-corner, cua--rectangle-assert)
2517 (cua--insert-at-global-mark, cua--global-mark-post-command):
2518 Declare as functions.
2519
2520 * emulation/cua-gmrk.el (top-level): Move provide to end.
2521
2522 * emulation/cua-rect.el (top-level): Move provide to end.
2523 Don't require cua-gmrk when compiling.
2524 (cua--cut-rectangle-to-global-mark)
2525 (cua--copy-rectangle-to-global-mark): Declare as functions.
2526
2527 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2528 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2529 (viper-vi-state-cursor-color):
2530 Consolidate make-variable-frame-local calls.
2531
2532 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2533 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2534 than bbdb-address-street1,2,3.
2535
2536 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2537 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
2538
2539 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2540
2541 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2542 (imap-parse-status): Upcase status-att for servers that sends them
2543 lower-case (e.g., MS Exchange 2007).
2544
2545 2007-12-03 Karl Fogel <kfogel@red-bean.com>
2546
2547 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2548 (save-place-alist-to-file, load-save-place-alist-from-file):
2549 Don't print non-error messages at all, there's really no need.
2550 Do print if there's a problem, and clarify message in that case.
2551
2552 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2553
2554 * ediff-diff.el (ediff-prepare-error-list):
2555 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2556
2557 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
2558
2559 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2560 (doc-view-current-overlay, doc-view-pending-cache-flush):
2561 Add doc string.
2562
2563 2007-12-03 Richard Stallman <rms@gnu.org>
2564
2565 * subr.el (declare-function): Move from byte-run.el.
2566
2567 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2568
2569 * window.el (recenter-top-bottom): Don't use `ecase'.
2570
2571 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2572
2573 * saveplace.el (save-place-alist-to-file):
2574 Set coding-system-for-write once and refer to it throughout.
2575 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2576
2577 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2578
2579 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2580 system when writing, and set it in the first-line file variables.
2581 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2582 Juanma Barranquero.
2583
2584 2007-12-02 Glenn Morris <rgm@gnu.org>
2585
2586 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2587 Reverse branches of if statement.
2588
2589 * emulation/viper-cmd.el (top-level): Don't require advice.
2590 Don't load viper-util, viper-keym, viper-mous, viper-macs,
2591 viper-ex when compiling.
2592
2593 * emulation/viper-ex.el (top-level): Don't load viper-util,
2594 viper-keym when compiling.
2595
2596 * emulation/viper-init.el (top-level): Move provide statement to end.
2597
2598 * emulation/viper-keym.el (top-level): Don't load viper-util when
2599 compiling. Move provide statement to end.
2600
2601 * emulation/viper-macs.el (top-level): Don't load viper-util,
2602 viper-keym, viper-mous when compiling.
2603
2604 * emulation/viper-mous.el (top-level): Don't load viper-util when
2605 compiling.
2606
2607 * emulation/viper-util.el (top-level): Don't load viper-init when
2608 compiling.
2609
2610 * emulation/viper.el (top-level): Don't require ring.
2611 Don't load viper-init, viper-cmd when compiling.
2612
2613 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2614 Move here from gnus/.
2615
2616 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2617
2618 Offer option for saveplace to be quiet about loading and saving.
2619 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2620
2621 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2622 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2623 to determine whether to print loading/saving messages.
2624
2625 2007-12-02 Glenn Morris <rgm@gnu.org>
2626
2627 * mail/binhex.el: Move here from gnus/.
2628 (binhex): New custom group.
2629 (binhex-decoder-program, binhex-decoder-switches)
2630 (binhex-use-external): Move to the binhex custom group.
2631
2632 * mail/uudecode.el: Move here from gnus/.
2633 (uudecode): New custom group.
2634 (uudecode-decoder-program, uudecode-decoder-switches)
2635 (uudecode-use-external): Move to the uudecode custom group.
2636
2637 * net/netrc.el (top-level): Don't load `encrypt' features.
2638 (netrc-parse): Don't use encrypt.
2639 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2640
2641 * progmodes/python.el (top-level): Don't require cl when compiling.
2642
2643 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2644
2645 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2646 encoding for aspell process and for communication with it.
2647 Only add "-d" option if not already present.
2648 Use ispell-current-dictionary and ispell-current-personal-dictionary.
2649 General reorganization.
2650
2651 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2652 encoding here.
2653 (ispell-start-process): Explicitly set encoding here if using aspell.
2654
2655 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
2656
2657 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2658 function to log-edit.
2659
2660 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
2661
2662 * net/dbus.el: New file.
2663
2664 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
2665
2666 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2667 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2668 (calc-lang-parens-are-subscripts): New variables.
2669 (math-expr-special-function-mapping): Remove variable.
2670 (math-eqn-ignore-words, math-tex-ignore-words)
2671 (math-latex-ignore-words): Move to calc-lang.el.
2672
2673 * calc/calc-lang.el (math-compose-vector, math-compose-var)
2674 (math-tex-expr-is-flat): Declare as functions.
2675 (calc-lang-slash-idiv, calc-lang-allow-underscores)
2676 (math-comp-left-bracket, math-comp-right-bracket)
2677 (math-comp-comma, math-comp-vector-prec): Declare as variables.
2678 (math-var-formatter, math-matrix-formatter)
2679 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
2680 (math-punc-table, math-compose-subscr, math-dots)
2681 (math-func-formatter): New property names to store language
2682 specific information.
2683 (math-compose-tex-var, math-compose-tex-intv)
2684 (math-compose-maple-intv, math-compose-eqn-intv)
2685 (math-compose-tex-sum, math-compose-tex-func)
2686 (math-compose-tex-intv): New functions.
2687 (math-eqn-ignore-words, math-tex-ignore-words)
2688 (math-latex-ignore-words): Move from calc.el.
2689 (math-special-function-table): Add entries for tex.
2690 (calc-lang-slash-idiv, calc-lang-allows-underscores):
2691 New variables.
2692 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
2693 (math-compose-tex-matrix, math-compose-eqn-matrix)
2694 (math-eqn-special-functions): Move from calccomp.el.
2695
2696 * calc/calccomp.el (math-compose-var): New function.
2697 (math-compose-expr): Allow more special functions to be used.
2698 Change test for formatting fractions. Use variables and property
2699 names to help with language specific formatting.
2700 (math-compose-tex-matrix, math-compose-eqn-matrix)
2701 (math-eqn-special-functions): Move to calc-lang.el.
2702 (math-compose-rows): Use property names to help with language
2703 specific formatting.
2704
2705 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
2706 into nested subscripts.
2707 (math-read-token): Use variables and property names to help with
2708 language specific parsing.
2709 (math-read-expression-level): Use variables to help with language
2710 specific parsing.
2711
2712 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
2715 (archive-rar-summarize): Allow the file name to be passed as argument.
2716 Remove unused vars `header' and `footer'.
2717 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2718
2719 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 * log-edit.el (log-edit-show-diff): New function.
2722 (log-edit-mode-map, log-edit-menu): Bind it.
2723 (log-edit-diff-function): New variable.
2724 (log-edit): Change the 3rd param to be an alist and accept a
2725 function that computes a diff for the files involved.
2726
2727 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2728
2729 2007-12-01 Martin Rudalics <rudalics@gmx.at>
2730
2731 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
2732 wrap next-/previous-line in with-no-warnings.
2733
2734 2007-12-01 Glenn Morris <rgm@gnu.org>
2735
2736 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
2737
2738 * net/dig.el: Move here from gnus/.
2739 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
2740
2741 * net/dns.el: Move here from gnus/.
2742 (top-level): Don't require mm-util, or cl when compiling.
2743 (dns-write-name, dns-read, dns-read-type, query-dns):
2744 Replace mm-with-unibyte-buffer with its expansion.
2745 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
2746
2747 * progmodes/gdb-ui.el (gud-remove, gud-break):
2748 * progmodes/gud.el (gdb-create-define-alist)
2749 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
2750 (hl-line-highlight, gdb-display-source-buffer)
2751 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
2752 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2753
2754 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
2757 Move args on defun line.
2758
2759 * textmodes/org.el (org-calendar-holiday):
2760 Use calendar-check-holidays instead of the obsolete
2761 check-calendar-holidays.
2762 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
2763 (bbdb-company, bbdb-current-record, bbdb-name)
2764 (bbdb-record-getprop, bbdb-record-name)
2765 (bibtex-beginning-of-entry, bibtex-generate-autokey)
2766 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
2767 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
2768 (mh-find-path, mh-get-header-field, mh-get-msg-num)
2769 (mh-header-display, mh-index-previous-folder)
2770 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
2771 (mh-show-buffer-message-number, mh-show-header-display)
2772 (mh-show-msg, mh-show-show, mh-visit-folder)
2773 (org-export-latex-cleaned-string, remember)
2774 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
2775 (rmail-what-message, elmo-folder-exists-p)
2776 (elmo-message-entity-field, elmo-message-field)
2777 (vm-beginning-of-message, vm-follow-summary-cursor)
2778 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
2779 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
2780 (vm-summarize, wl-folder-get-elmo-folder)
2781 (wl-summary-goto-folder-subr)
2782 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
2783 (wl-summary-line-subject, wl-summary-message-number)
2784 (wl-summary-redisplay): Declare as functions.
2785
2786 2007-11-30 Martin Rudalics <rudalics@gmx.at>
2787
2788 * longlines.el (longlines-show-hard-newlines): Remove handling of
2789 buffer-undo-list and buffer-modified status.
2790 (longlines-show-region, longlines-unshow-hard-newlines):
2791 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
2792 inhibit-modification-hooks here to avoid that a buffer appears
2793 modified when toggling visibility of hard newlines.
2794
2795 2007-11-30 Glenn Morris <rgm@gnu.org>
2796
2797 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2798
2799 * progmodes/idlw-complete-structtag.el
2800 (idlwave-sintern-structtag):
2801 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
2802 (idlwave-sintern-sysvartag):
2803 * progmodes/idlwave.el (idlwave-sintern-class-tag)
2804 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
2805 functions.
2806
2807 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * textmodes/reftex-index.el (texmathp):
2810 * textmodes/reftex-auc.el (TeX-argument-insert)
2811 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
2812 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
2813 (LaTeX-label-list):
2814 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
2815 (rng-clear-conditional-region, rng-do-some-validation): Declare as
2816 functions.
2817 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2818
2819 2007-11-30 Glenn Morris <rgm@gnu.org>
2820
2821 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
2822 argument and document it.
2823
2824 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2825 Third argument to declare-function must be a list to specify arglist.
2826
2827 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
2828 Handle declare-function third argument `t' and fourth argument.
2829 (check-declare-verify): Doc fix. Handle `fileonly' case.
2830 Use progn rather than prog1.
2831
2832 * desktop.el (uniquify-item-base):
2833 * term/mac-win.el (url-type): Declare as functions.
2834
2835 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
2836 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
2837 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
2838 fourth arg to declare-function.
2839
2840 * play/dunnet.el: Don't require cl when compiling.
2841 (byte-compile-warnings): Set via file local variables.
2842 (dun-parse): Let-bind `beg' and `line'.
2843
2844 2007-11-29 Alexandre Julliard <julliard@winehq.org>
2845
2846 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2847
2848 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2849
2850 * calendar/time-date.el (encode-time-value): Doc fix.
2851
2852 2007-11-29 Glenn Morris <rgm@gnu.org>
2853
2854 * calendar/time-date.el (with-decoded-time-value): Doc fix.
2855
2856 * textmodes/css-mode.el (prog-mode): Remove.
2857 (css-mode): Derive from fundamental-mode rather than prog-mode.
2858
2859 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2860
2861 * emacs-lisp/check-declare.el (check-declare-locate)
2862 (check-declare-verify): Handle `external' files.
2863 (check-declare-errmsg): New function.
2864 (check-declare-verify, check-declare-file, check-declare-directory):
2865 Use check-declare-errmsg to report the number of problems.
2866
2867 * ffap.el (w3-view-this-url)
2868 * mail/mspools.el (vm-visit-folder)
2869 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2870 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2871 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2872 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2873 (bbdb-records)
2874 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2875 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2876 (sasl-make-client, sasl-next-step, sasl-step-data)
2877 (sasl-step-set-data)
2878 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2879 (htmlr-step): Declare as functions.
2880
2881 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2882 Use bbdb-address-zip rather than bbdb-address-zip-string.
2883
2884 2007-11-28 Richard Stallman <rms@gnu.org>
2885
2886 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2887 Move here from gnus/.
2888
2889 2007-11-28 Martin Rudalics <rudalics@gmx.at>
2890
2891 * newcomment.el (comment-region-internal): Fix newline insertion
2892 in `block' case.
2893
2894 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2897
2898 2007-11-28 Glenn Morris <rgm@gnu.org>
2899
2900 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2901 delete .elc files.
2902
2903 * nxml/char-name/unicode: Move to etc/nxml/.
2904 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2905
2906 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2907 Declare as a function.
2908
2909 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2910 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2911 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2912
2913 * nxml/nxml-outln.el (nxml-token-start-tag-p)
2914 (nxml-token-end-tag-p): Move definitions before use.
2915
2916 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2917
2918 * nxml/nxml-uchnm.el (top-level)
2919 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2920 (nxml-enabled-unicode-blocks): Add custom group.
2921
2922 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2923 Use string-to-number rather than string-to-int.
2924
2925 * dired-x.el (dired-omit-old-add-entry): Declare as function.
2926 Move definition before use.
2927 (dired-old-find-buffer-nocreate): Declare as function.
2928
2929 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2930 (check-declare-verify): Handle fset.
2931
2932 * emulation/edt.el (edt-user-emulation-setup):
2933 Test edt-setup-user-bindings is bound before calling.
2934
2935 * emulation/tpu-edt.el: Don't require cl when compiling.
2936 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2937 (tpu-edt-off): Use condition-case rather than ignore-errors.
2938 Use with-no-warnings.
2939
2940 * eshell/esh-util.el (top-level): Use require rather than load for
2941 ange-ftp.
2942
2943 * mail/supercite.el (sc-version): Redefine as an alias for
2944 emacs-version.
2945 (sc-help-address): Remove.
2946 (sc-version): Use emacs-version rather than sc-version.
2947 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2948
2949 * net/socks.el (socks-original-open-network-stream): Declare as
2950 function. Move definition before use.
2951
2952 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2953
2954 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2955 (math-make-frac): Declare as functions.
2956
2957 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2960 Pacify byte compiler.
2961 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2962
2963 * progmodes/idlwave.el (idlwave-shell-get-path-info)
2964 (idlwave-shell-temp-file, idlwave-shell-is-running)
2965 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2966 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2967 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2968 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2969 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2970 (idlwave-completing-read, idlwave-current-routine)
2971 (idlwave-downcase-safe, idlwave-entry-find-keyword)
2972 (idlwave-expand-keyword, idlwave-find-class-definition)
2973 (idlwave-find-inherited-class, idlwave-find-struct-tag)
2974 (idlwave-get-buffer-visiting, idlwave-in-quote)
2975 (idlwave-make-full-name, idlwave-members-only)
2976 (idlwave-popup-select, idlwave-routine-source-file)
2977 (idlwave-routines, idlwave-sintern-class)
2978 (idlwave-sintern-keyword, idlwave-sintern-method)
2979 (idlwave-sintern-routine-or-method)
2980 (idlwave-substitute-link-target, idlwave-sys-dir)
2981 (idlwave-this-word, idlwave-what-module-find-class)
2982 (idlwave-where):
2983 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2984 * mail/uce.el (rmail-msg-is-pruned)
2985 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2986 (rmail-toggle-header):
2987 * mail/sendmail.el (dired-view-file, dired-get-filename):
2988 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2989 (rmail-display-labels, rmail-msgbeg)
2990 (rmail-set-message-deleted-p, rmail-message-labels-p)
2991 (rmail-show-message, mail-comma-list-regexp)
2992 (mail-parse-comma-list):
2993 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2994 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2995 (rfc822-addresses, mail-abbrev-make-syntax-table)
2996 (mail-sendmail-delimit-header, mail-header-end):
2997 * mail/hashcash.el (message-narrow-to-headers-or-head)
2998 (message-fetch-field, message-goto-eoh)
2999 (message-narrow-to-headers):
3000 * vc.el (view-mode-exit): Declare as functions.
3001
3002 * mail/vms-pmail.el:
3003 * vmsproc.el:
3004 * vms-patch.el: Don't byte compile these files, they don't work.
3005
3006 2007-11-27 Glenn Morris <rgm@gnu.org>
3007
3008 * calc/calc-ext.el (math-read-big-rec):
3009 * calc/calc-nlfit.el (math-map-binop):
3010 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3011
3012 * eshell/eshell.el (eshell-report-bug): Add version number of
3013 obsolescence.
3014
3015 * emulation/viper.el, emulation/viper-util.el,
3016 emulation/viper-macs.el, emulation/viper-keym.el,
3017 emulation/viper-ex.el, emulation/viper-cmd.el:
3018 Load viper-*.el files silently.
3019
3020 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3021 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3022 Load ediff-*.el files silently.
3023
3024 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
3025 compiling.
3026 (Info-goto-node): Declare as a function.
3027
3028 * ediff-init.el: Don't load ange-ftp when compiling.
3029 * ediff-util.el: Don't load reporter when compiling.
3030
3031 * ediff-wind.el (ediff-display-pixel-width)
3032 (ediff-display-pixel-height):
3033 * generic-x.el (ini-generic-mode):
3034 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3035 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3036 (ps-mule-initialize, ps-mule-begin-job):
3037 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3038 (mark-calendar-days-named):
3039 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3040 (add-to-diary-list, diary-name-pattern)
3041 (mark-calendar-days-named):
3042 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3043 (mark-calendar-days-named):
3044 * calendar/cal-x.el (make-fancy-diary-buffer):
3045 * calendar/holidays.el (calendar-absolute-from-julian):
3046 * calendar/todo-mode.el (calendar-current-date):
3047 * calendar/cal-menu.el (calendar-increment-month)
3048 (calendar-month-name, extract-calendar-year)
3049 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3050 (calendar-current-date, calendar-cursor-holidays)
3051 (calendar-date-string, insert-diary-entry, calendar-set-mark)
3052 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3053 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3054 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3055 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3056 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3057 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3058 (calendar-day-of-year-string, calendar-iso-date-string)
3059 (calendar-julian-date-string, calendar-astro-date-string)
3060 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3061 (calendar-persian-date-string, calendar-bahai-date-string)
3062 (calendar-islamic-date-string, calendar-chinese-date-string)
3063 (calendar-coptic-date-string, calendar-ethiopic-date-string)
3064 (calendar-french-date-string, calendar-mayan-date-string)
3065 (calendar-print-chinese-date, calendar-goto-date):
3066 Declare as functions.
3067
3068 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3069 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3070
3071 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3072 aliases for report-emacs-bug.
3073 (gnus-summary-select-article, gnus-configure-windows): Declare as
3074 functions.
3075
3076 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3077 compiler.
3078
3079 * pgg.el (pgg-clear-string): Declare as a function.
3080 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3081 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3082
3083 * emacs-lisp/check-declare.el (check-declare-locate):
3084 Handle compressed files.
3085 (check-declare-verify): Handle define-generic-mode,
3086 define-global(ized)-minor-mode, define-obsolete-function-alias.
3087
3088 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
3089
3090 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3091 algebraic modes.
3092
3093 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3094 (math-is-true, calc-explain-why, calc-alg-edit)
3095 (math-composite-inequalities, math-flatten-lands)
3096 (math-multi-subst, calcFunc-vmatches, math-simplify)
3097 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3098 (math-read-string, math-read-brackets, math-read-angle-brackets):
3099 Declare as functions.
3100
3101 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3102 (calc-fit-bell-shaped-logistic-curve)
3103 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3104 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3105 (math-max-list): Declare as functions.
3106 (math-map-binop): New function.
3107 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3108
3109 * calc/calc.el (calc-set-language, calc-edit-finish)
3110 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3111 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3112 (math-lessp, calc-embedded-finish-command)
3113 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3114 (calc-push-list-in-macro, calc-replace-selections)
3115 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3116 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3117 (calc-embedded-stack-change, calc-refresh-evaltos)
3118 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3119 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3120 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3121 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3122 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3123 (math-dimension-error, calc-incomplete-error, math-float-fancy)
3124 (math-neg-fancy, math-zerop, calc-add-fractions)
3125 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3126 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3127 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3128 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3129 (math-compose-expr, math-comp-width, math-composition-to-string)
3130 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3131 (math-adjust-fraction, math-format-binary, math-format-radix)
3132 (math-group-float, math-mod, math-format-number-fancy)
3133 (math-format-bignum-fancy, math-read-number-fancy)
3134 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3135 (calc-do-embedded-activate, math-do-defmath)
3136 (calc-load-everything): Declare as functions.
3137
3138 * calc/calc-ext.el (math-clip, math-round, math-simplify)
3139 (math-simplify-extended, math-simplify-units, calc-set-language)
3140 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3141 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3142 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3143 (math-normalize-hms, math-normalize-mod, math-make-sdev)
3144 (math-make-intv, math-normalize-logical-op, math-possible-signs)
3145 (math-infinite-dir, math-calcFunc-to-var)
3146 (calc-embedded-evaluate-expr, math-known-nonzerop)
3147 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3148 (math-format-date, math-vector-is-string, math-vector-to-string)
3149 (math-format-radix-float, math-compose-expr, math-abs)
3150 (math-format-bignum-binary, math-format-bignum-octal)
3151 (math-format-bignum-hex, math-format-bignum-radix)
3152 (math-compute-max-digits): Declare as functions.
3153 (math-provably-realp): Fix typo.
3154
3155 * calc/calc-forms.el (calendar-current-time-zone)
3156 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3157 functions.
3158
3159 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3160
3161 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3162 Declare as functions.
3163
3164 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3165 (math-posp, math-compare, math-bignum, math-compare-bignum):
3166 Declare as functions.
3167
3168 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3169 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3170 (calc-explain-why, calc-clear-command-flag)
3171 (calc-roll-down-with-selections, calc-roll-up-with-selections)
3172 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3173 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3174 (math-trunc-special, math-trunc-fancy, math-floor-special)
3175 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3176 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3177 (math-pow-zero, math-pow-fancy): Declare as functions.
3178
3179 * calc/calc-mode.el (calc-embedded-save-original-modes):
3180 Declare as a function.
3181
3182 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3183 Declare as functions.
3184 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3185 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3186 Replace `mapcar*' by `math-map-binop'.
3187 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3188
3189 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3190 (math-read-expr-level): Declare as functions.
3191
3192 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3193
3194 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3197 end-of-defun-function is called consistently, even for negative
3198 arguments.
3199 (end-of-defun-function): Default to forward-sexp.
3200
3201 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3204
3205 2007-11-26 Glenn Morris <rgm@gnu.org>
3206
3207 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3208 than :suffix.
3209
3210 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3211
3212 2007-11-26 Simon Josefsson <simon@josefsson.org>
3213
3214 * net/imap.el: Move from ../gnus.
3215
3216 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
3217
3218 * doc-view.el (doc-view-mode-p): New function.
3219
3220 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
3221
3222 * mail/mspools.el (rmail-get-new-mail):
3223 * mail/reporter.el (mail-position-on-field, mail-text):
3224 * mail/rmail.el (mail-position-on-field, mail-text-start)
3225 (rmail-update-summary):
3226 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3227 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3228 * mail/rmailout.el (rmail-update-summary):
3229 * mail/rmailsort.el (rmail-update-summary):
3230 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3231 (dired-view-file):
3232 * mail/uce.el (mail-strip-quoted-names):
3233 * mail/undigest.el (rmail-update-summary):
3234 * mail/unrmail.el (mail-strip-quoted-names):
3235 * ediff.el (diff-latest-backup-file): Declare as functions.
3236
3237 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3238 (kill-to-end-of-line):
3239 * obsolete/rnews.el (news-set-minor-modes):
3240 Remove non working functions.
3241
3242 2007-11-25 Glenn Morris <rgm@gnu.org>
3243
3244 * eshell/esh-maint.el (top-level): Use require with NOERROR for
3245 pcomplete. Don't mess with load-path.
3246
3247 * eshell/eshell.el (eshell-report-bug-address): Remove.
3248 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3249
3250 2007-11-24 Glenn Morris <rgm@gnu.org>
3251
3252 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3253 (appt-disp-window): Don't require electric.
3254 Simplify minibuffer-avoidance code.
3255 (appt-select-lowest-window): Avoid minibuffer.
3256
3257 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3258 (esh-mode): Require it.
3259 (esh-util): Use require rather than featurep and load.
3260 (eshell): No need to test if eshell-mode is bound; remove obsolete
3261 reference to eshell-auto.
3262 (eshell-command, eshell-command-result): Don't require esh-mode
3263 now that the file does.
3264 (top-level): Move provide statement to the end of the file.
3265 Re-order and update commentary.
3266
3267 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3268
3269 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3270 (vc-annotate-toggle-annotation-visibility): New command.
3271 (vc-annotate-mode-map): Bind "V" to it.
3272 (vc-annotate-mode-menu): Add entry for it.
3273 (vc-annotate-get-time-set-line-props): New func.
3274 (vc-annotate-display-autoscale)
3275 (vc-annotate-display-difference): Use it.
3276
3277 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3278 Also, match one space at end of annotation text, after last paren.
3279
3280 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
3281
3282 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3283 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
3284 `tramp-completion-mode'.
3285
3286 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3287
3288 * vc-git.el (vc-git-show-log-entry): New func.
3289
3290 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3291 (vc-git-state): Use vc-git--call.
3292 (vc-git-registered, vc-git-working-revision)
3293 (vc-git-previous-revision, vc-git-next-revision)
3294 (vc-git--run-command-string, vc-git-symbolic-commit):
3295 Use vc-git--out-ok.
3296
3297 2007-11-24 Glenn Morris <rgm@gnu.org>
3298
3299 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3300
3301 2007-11-24 Kenichi Handa <handa@m17n.org>
3302
3303 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3304
3305 2007-11-23 David Kastrup <dak@gnu.org>
3306
3307 * server.el (server-process-filter): Use `command-line-args-left'.
3308
3309 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3312
3313 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3316 buffer if the parent buffer is in vc-dired-mode.
3317
3318 2007-11-23 Mark A. Hershberger <mah@everybody.org>
3319
3320 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
3321
3322 2007-11-23 Juri Linkov <juri@jurta.org>
3323
3324 * dired.el (dired-read-dir-and-switches): For C-x d, set the
3325 value for M-n to the visited file name of the current buffer.
3326 Use minibuffer-with-setup-hook to set minibuffer-default to
3327 buffer-file-name inside read-file-name.
3328
3329 * man.el (Man-getpage-in-background): Don't disregard user option
3330 `Man-width' on non-window systems. Remove test for `window-system'
3331 around setting envvar "COLUMNS" depending on the value of `Man-width'.
3332
3333 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3334 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
3335 of "--color=always".
3336
3337 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3340 beginning-of-defun-function.
3341
3342 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3343
3344 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
3345
3346 2007-11-22 Glenn Morris <rgm@gnu.org>
3347
3348 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3349
3350 * emacs-lisp/check-declare.el (check-declare-locate): New function.
3351 (check-declare-scan): Use check-declare-locate.
3352 (check-declare-verify): No longer adjust fnfile, now
3353 check-declare-locate does it.
3354
3355 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3356
3357 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * subr.el (posn-col-row): Make the `default-value' use explicit.
3360
3361 * window.el (balance-windows): Remove unused var `counter'.
3362 (bw-balance-sub): Remove unused var `lastchild'.
3363 (split-window-vertically): Remove unused var `switch'.
3364 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3365
3366 * emacs-lisp/bytecomp.el
3367 (byte-compile-file-form-custom-declare-variable): Simplify.
3368
3369 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3372 Set `show-trailing-whitespace' to nil.
3373
3374 * dired.el (make-symbolic-link):
3375 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3376 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3377 * dired-x.el (make-symbolic-link):
3378 * frame.el (x-initialize-window-system):
3379 * menu-bar.el (x-menu-bar-open):
3380 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3381 (x-store-cut-buffer-internal):
3382 * wdired.el (make-symbolic-link):
3383 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3384 (x-send-client-message):
3385 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3386
3387 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3388
3389 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3390
3391 2007-11-22 Glenn Morris <rgm@gnu.org>
3392
3393 * dos-fns.el (int86):
3394 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3395
3396 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3397
3398 * calendar/holidays.el (holiday-list): Add autoload cookie.
3399
3400 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3401 files relative to src/ directory.
3402 (check-declare-verify): Handle .c files. Warn if could not find
3403 an arglist to check.
3404
3405 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3406
3407 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
3408
3409 * replace.el (occur-mode-map): Add a major mode menu with entries
3410 for all occur operations.
3411
3412 * international/titdic-cnv.el (dos-8+3-filename):
3413 * obsolete/fast-lock.el (msdos-long-file-names):
3414 * frame.el (msdos-mouse-p):
3415 * files.el (msdos-long-file-names, w32-long-file-name):
3416 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3417 (mac-resume-apple-event, mac-font-panel-mode)
3418 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3419 (mac-clear-font-name-table):
3420 * term/pc-win.el (msdos-remember-default-colors)
3421 (w16-set-clipboard-data, w16-get-clipboard-data):
3422 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3423 (set-message-beep):
3424 * net/browse-url.el (w32-shell-execute):
3425 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3426 (w32-get-locale-info, w32-get-valid-locale-ids)
3427 (w32-set-clipboard-data):
3428 * dos-fns.el (int86, msdos-long-file-names):
3429 * dos-w32.el (default-printer-name): Declare as functions.
3430
3431 2007-11-21 Jason Rumney <jasonr@gnu.org>
3432
3433 * emacs-lisp/byte-run.el (declare-function): Return nil.
3434
3435 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3438
3439 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3440
3441 * ps-print.el (ps-lpr-switches): Docstring fix.
3442 (ps-string-list): New fun.
3443 (ps-do-despool): Code fix.
3444
3445 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3448
3449 2007-11-21 Glenn Morris <rgm@gnu.org>
3450
3451 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3452 for now. Handle define-minor-mode, and defalias (with no argument
3453 checking).
3454
3455 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3456
3457 * frame.el (msdos-mouse-p):
3458 * files.el (msdos-long-file-names, w32-long-file-name):
3459 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3460 (mac-resume-apple-event, mac-font-panel-mode)
3461 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3462 (mac-clear-font-name-table):
3463 * term/pc-win.el (msdos-remember-default-colors)
3464 (w16-set-clipboard-data, w16-get-clipboard-data):
3465 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3466 (set-message-beep):
3467 * net/browse-url.el (w32-shell-execute):
3468 * dos-fns.el (int86, msdos-long-file-names):
3469 * dos-w32.el (default-printer-name): Undo previous change.
3470
3471 2007-11-21 Eli Zaretskii <eliz@gnu.org>
3472
3473 * international/mule-cmds.el (set-locale-environment):
3474 Set default-file-name-coding-system _after_ keyboard and terminal
3475 coding systems. This fixes last change.
3476
3477 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3478 one space after "Subject:".
3479
3480 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3483 in order to determine if there's a conflict.
3484
3485 2007-11-21 Richard Stallman <rms@gnu.org>
3486
3487 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3488
3489 * reposition.el (reposition-window):
3490 Binding C-M-l moved to bindings.el.
3491
3492 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3493
3494 * add-log.el (add-change-log-entry-other-window):
3495 Key binding C-x 4 a moved to bindings.el.
3496
3497 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3498 from filecache.el.
3499
3500 * filecache.el: Minibuffer map bindings moved to bindings.el.
3501
3502 2007-11-21 Jason Rumney <jasonr@gnu.org>
3503
3504 * international/mule-cmds.el (set-locale-environment):
3505 Set default-file-name-coding-system from system defaults on Windows.
3506
3507 2007-11-21 Jason Rumney <jasonr@gnu.org>
3508
3509 * term/w32console.el: New term init file for w32 console.
3510
3511 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3512 (x-setup-function-keys): Likewise, replacing top-level key definitions.
3513 (w32-tty-standard-colors): Move to term/w32console.el.
3514
3515 * term/w32-win.el (x-setup-function-keys): Remove.
3516
3517 * term/tty-colors.el (tty-register-default-colors): Remove special
3518 case for w32.
3519
3520 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3521
3522 * frame.el (msdos-mouse-p):
3523 * generic-x.el (w32-shell-name):
3524 * files.el (msdos-long-file-names, w32-long-file-name)
3525 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3526 (dos-8+3-filename, vms-read-directory, view-mode-disable):
3527 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3528 (mac-resume-apple-event, mac-font-panel-mode)
3529 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3530 (mac-clear-font-name-table):
3531 * term/pc-win.el (msdos-remember-default-colors)
3532 (w16-set-clipboard-data, w16-get-clipboard-data):
3533 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3534 (set-message-beep):
3535 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3536 (w32-get-locale-info, w32-get-valid-locale-ids)
3537 (w32-set-clipboard-data):
3538 * help-fns.el (ad-get-advice-info):
3539 * font-lock.el (fast-lock-after-fontify-buffer)
3540 (fast-lock-after-unfontify-buffer, fast-lock-mode)
3541 (lazy-lock-after-fontify-buffer)
3542 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3543 * net/browse-url.el (w32-shell-execute):
3544 * dos-fns.el (int86, msdos-long-file-names):
3545 * dos-w32.el (default-printer-name): Declare as functions.
3546
3547 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3548
3549 * textmodes/paragraphs.el (forward-sentence): Doc fix.
3550 Reported by Drew Adams <drew.adams@oracle.com>.
3551
3552 2007-11-20 Jason Rumney <jasonr@gnu.org>
3553
3554 * term/w32-win.el (x-setup-function-keys): Protect against
3555 multiple calls on the same terminal.
3556
3557 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * term/mac-win.el (x-setup-function-keys): Only setup
3560 local-function-key-map if it has not been setup already for the
3561 current frame. Move the suspend-emacs processing here.
3562
3563 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * progmodes/grep.el (xargs-program): New variable.
3566 (grep-compute-defaults): Use it.
3567 (grep-default-command): Doc fix.
3568 (grep, lgrep, rgrep): Reflow docstrings.
3569
3570 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3571
3572 * vc.el (vc-find-revision): Set the parent buffer.
3573 Use when instead of if.
3574
3575 * progmodes/python.el (info-lookup-maybe-add-help):
3576 * progmodes/ps-mode.el (doc-view-minor-mode):
3577 * mail/emacsbug.el (Info-menu, Info-goto-node):
3578 * emulation/viper-keym.el (viper-ex)
3579 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3580 * emulation/viper-cmd.el (widget-type, widget-button-press)
3581 (viper-set-hooks):
3582 * emacs-lisp/tcover-unsafep.el (unsafep-function):
3583 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3584 (ses-load, ses-vector-delete, ses-create-header-string)
3585 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3586 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3587
3588 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3591
3592 2007-11-20 Glenn Morris <rgm@gnu.org>
3593
3594 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3595 for end of function-name. Handle define-derived-mode.
3596
3597 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 * progmodes/idlw-help.el: Require browse-url unconditionally, it
3600 is available by default.
3601 (idlwave-help-browse-url-available): Change default to t.
3602
3603 * emulation/edt.el (defgroup, defcustom): Remove definition.
3604 (eval-when-compile): Remove.
3605 (c-mark-function):
3606 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3607 * textmodes/fill.el (comment-search-forward)
3608 (comment-string-strip):
3609 * progmodes/prolog.el (comint-mode, comint-send-string)
3610 (comint-send-region, comint-send-eof):
3611 * progmodes/dcl-mode.el (imenu-default-create-index-function):
3612 * emulation/viper-util.el (viper-forward-Word):
3613 * emulation/vi.el (c-mark-function):
3614 * emulation/edt-vt100.el (vt100-wide-mode):
3615 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3616
3617 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
3618
3619 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3620 Still some tuning in case of an echoing shell.
3621 (tramp-send-command): Connection property "remote-echo" is not
3622 persistent; cache key is the process therefore.
3623
3624 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
3625
3626 * replace.el (map-query-replace-regexp): Doc fix (revert part of
3627 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3628
3629 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3632 * play/yow.el (doctor-ret-or-read):
3633 * vc-hooks.el (vc-dired-resynch-file):
3634 * vc-hg.el (log-view-get-marked):
3635 * smerge-mode.el (ediff-cleanup-mess):
3636 * pcvs.el (vc-editable-p, vc-checkout):
3637 * pcomplete.el (comint-bol):
3638 * informat.el (texinfo-format-refill):
3639 * ido.el (tramp-tramp-file-p):
3640 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3641 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3642 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3643 functions.
3644
3645 * textmodes/ispell.el (ispell-int-char): Make it a defalias
3646 instead of fset.
3647 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3648
3649 * ido.el (ido-file-internal): Move with-no-warnings to include the
3650 ffap-string-at-point call.
3651
3652 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3653
3654 * vc-hg.el (vc-hg-revision-table): Fix last change.
3655
3656 2007-11-19 Martin Rudalics <rudalics@gmx.at>
3657
3658 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3659 clipboard-yank when the buffer is read-only.
3660
3661 * cus-edit.el (custom-field-keymap): Move to other Custom mode
3662 keymaps such that it's before the definition of Custom-mode-menu.
3663 (Custom-mode-menu): Show it for custom-field-keymap too.
3664
3665 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * progmodes/gdb-ui.el: Update commentary.
3668
3669 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
3670
3671 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3672
3673 2007-11-19 Glenn Morris <rgm@gnu.org>
3674
3675 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
3676 does not exist, try adding `.el' extension. Also search for defsubsts.
3677
3678 * cus-edit.el (recentf-expand-file-name):
3679 * dired.el (dired-relist-entry):
3680 * subr.el (w32-shell-dos-semantics):
3681 * emacs-lisp/bytecomp.el (compilation-forget-errors):
3682 Declare as functions.
3683
3684 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
3687 (prepare-abbrev-list-buffer): Use dolist.
3688 (clear-abbrev-table): Preserve properties.
3689
3690 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
3691
3692 * textmodes/texinfmt.el (texinfo-format-printindex):
3693 Collect combined indexes using texinfo-short-index-format-cmds-alist.
3694 Reported on <bug-texinfo@gnu.org>.
3695
3696 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * net/tramp.el (tramp-completion-reread-directory-timeout):
3699 New defcustom.
3700 (tramp-handle-file-name-all-completions): Flush directory contents
3701 from cache regularly.
3702 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
3703 (tramp-open-connection-setup-interactive-shell):
3704 Call `tramp-cleanup-connection' via funcall.
3705
3706 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
3707 created when copying.
3708
3709 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
3712 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
3713 * eshell/esh-ext.el (eshell-external-command):
3714 * eshell/esh-cmd.el (require):
3715 * eshell/em-unix.el (eshell-plain-locate-behavior):
3716 * eshell/em-cmpl.el (eshell-cmpl-initialize):
3717 Replace eshell-under-xemacs-p with (featurep 'xemacs).
3718 * eshell/esh-mode.el (characterp, char-int): Remove unused
3719 conditional defaliases.
3720
3721 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
3722 Rename from event-matches-key-specifier-p, define unconditionally.
3723 (event-basic-type): Remove unused defalias.
3724 (pcomplete-show-completions):
3725 Use pcomplete-event-matches-key-specifier-p.
3726
3727 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3728
3729 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
3730 when saving esh-groups.el.
3731
3732 2007-11-17 Martin Rudalics <rudalics@gmx.at>
3733
3734 * wid-edit.el (widget-default-complete):
3735 * progmodes/flymake.el (flymake-goto-file-and-line):
3736 Fix typo in (doc-)string.
3737
3738 2007-11-17 Glenn Morris <rgm@gnu.org>
3739
3740 * emacs-lisp/byte-run.el (declare-function): New macro.
3741 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3742 New function, byte-hunk-handler for declare-function.
3743 (byte-compile-callargs-warn): Handle declared functions.
3744
3745 * emacs-lisp/check-declare.el: New file.
3746 * Makefile.in (check-declare): New target.
3747
3748 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
3749
3750 * subr.el (process-lines): Move here from ../admin/admin.el.
3751 * emacs-lisp/authors.el (authors-process-lines): Remove.
3752 (authors): Use process-lines rather than authors-process-lines.
3753
3754 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
3755 Remove these files.
3756
3757 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
3758
3759 * emacs-lisp/backquote.el (backquote):
3760 Improve argument/docstring consistency.
3761
3762 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
3763 (ring-length, ring-empty-p): Use c[ad]dr.
3764 (ring-plus1): Use `1+'.
3765 (ring-minus1): Use `zerop'.
3766 (ring-remove): Use c[ad]dr. Use `when'.
3767 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
3768 (ring-ref): Use `let', not `let*'.
3769 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
3770 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
3771 (ring-member): Simplify. Doc fix.
3772 (ring-convert-sequence-to-ring): Simplify.
3773
3774 2007-11-17 Juri Linkov <juri@jurta.org>
3775
3776 * dired-aux.el (dired-create-directory): Allow creating
3777 a directory of an arbitrary depth. Add a loop to find the topmost
3778 nonexistent parent dir `new', and call `dired-add-file' on it.
3779 Set the `PARENTS' arg of `make-directory' to t.
3780
3781 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3782
3783 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
3784 (math-build-parse-table): Get parse information from math-parse-table.
3785
3786 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * window.el (recenter-last-op): New var.
3789 (recenter-top-bottom): New command.
3790 (global-map): Bind it to C-l.
3791
3792 * abbrev.el (abbrev--write): Fix error in transcription from C.
3793
3794 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
3795 (pc-select-ensure-mark): Set mark-active to a special value instead.
3796 Rename from ensure-mark. Update call callers.
3797 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
3798 Rewrite. Update all callers.
3799 (pc-selection-mode): Remove redundant var declaration.
3800
3801 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
3802
3803 * doc-view.el (doc-view-search-backward, doc-view-search):
3804 Fix assignment to free variable bug.
3805
3806 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
3807
3808 * emulation/pc-select.el (pc-select-shifted-mark): New var.
3809 (ensure-mark): Set it.
3810 (maybe-deactivate-mark): New fun.
3811 Use it everywhere instead of (setq mark-active nil).
3812
3813 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
3816 Add check for XEmacs.
3817
3818 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
3819
3820 * doc-view.el (doc-view-resolution): Add missing :group.
3821
3822 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * subr.el (make-variable-frame-local):
3825 Fix typo in obsolescence declaration.
3826
3827 2007-11-16 Werner Lemberg <wl@gnu.org>
3828
3829 * files.el (set-auto-mode-1): Check second line for -*- if file
3830 starts with '\" (which is used by man pages to identify needed
3831 troff preprocessors).
3832
3833 2007-11-16 Glenn Morris <rgm@gnu.org>
3834
3835 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
3836
3837 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3838
3839 * calc/calc-lang.el (math-oper-table): Fix typo.
3840 Reduce precedence of "/" for TeX.
3841
3842 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3843
3844 2007-11-16 Juri Linkov <juri@jurta.org>
3845
3846 * dired-aux.el (dired-read-shell-command-default): New function.
3847 (dired-read-shell-command): Use its return value for DEFAULT arg.
3848
3849 * replace.el (keep-lines-read-args, occur-read-primary-args):
3850 Use a list of default values for DEFAULT arg of read-from-minibuffer.
3851
3852 * man.el (Man-heading-regexp): Add 0-9.
3853 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
3854
3855 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3858 (doc-view-resolution): New custom var.
3859 (doc-view-pdf/ps->png): Use it.
3860 (doc-view-shrink-factor): New var.
3861 (doc-view-enlarge, doc-view-shrink): New commands.
3862 (doc-view-mode-map): Use them.
3863
3864 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * ediff-wind.el (ediff-window-setup-function):
3867 * simple.el (normal-erase-is-backspace):
3868 * eshell/em-unix.el (eshell/info):
3869 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3870 Fix typos in docstrings.
3871
3872 * emulation/cua-base.el (cua--keymaps-initialized):
3873 Rename from `cua--keymaps-initalized'. Callers changed.
3874 (cua-highlight-region-shift-only): Doc fix.
3875 (cua-paste-pop): Fix typo in docstring.
3876
3877 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * emulation/cua-base.el (cua--pre-command-handler-1):
3880 Use input-decode-map instead of function-key-map.
3881 Use event-modifiers now that it works reliably.
3882
3883 * vc.el (vc-diff-internal): Pop-to-buffer later.
3884
3885 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3886
3887 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3888 did not touch them.
3889
3890 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
3891
3892 * calc/calc-menu.el: New file.
3893 * calc/calc.el (calc-mode): Require calc-menu.
3894
3895 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
3896
3897 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3898
3899 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
3900
3901 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3902 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3903 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3904 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3905 locations.
3906 (gdb-info-breakpoints-custom, gdb-assembler-custom)
3907 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3908 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3909
3910 2007-11-13 Noah Friedman <friedman@splode.com>
3911
3912 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3913 bindings to remap when `calc-scan-for-dels' is non-nil.
3914
3915 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3918 constant forms.
3919 (byte-compile-nilconstp): New function.
3920 (byte-optimize-cond): Kill subsequent branches when a branch is
3921 know to be taken or not taken.
3922 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3923
3924 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3925
3926 * vc.el (vc-register): Allow registering a file passed as a
3927 parameter instead of just the current buffer.
3928
3929 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3932 Check whether the output of "uname -sr" has been changed.
3933
3934 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3935
3936 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3937 patterns from compilation-perl.el and compilation-weblint.el files.
3938
3939 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3940
3941 * progmodes/compilation-perl.el:
3942 * progmodes/compilation-weblint.el: Disable autoloads, they cause
3943 a bootstrap failure.
3944
3945 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3946 instead of doing "cvs diff" in order to avoid accessing the repository.
3947
3948 2007-11-12 Kevin Ryde <user42@zip.com.au>
3949
3950 * progmodes/compilation-perl.el:
3951 * progmodes/compilation-weblint.el: New files.
3952
3953 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
3954
3955 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3956 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3957 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3958 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3959 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3960 Rewrite in active voice.
3961
3962 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
3963
3964 * doc-view.el: Add comments about isearch support.
3965
3966 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3967
3968 * vc.el (vc-start-entry): Fix setting the in the case the function
3969 is called from vc-dired. Use when instead of if where appropriate.
3970
3971 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3972
3973 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3974 to be a list.
3975 (ps-begin-job): Error if ps-lpr-switches is not a list.
3976
3977 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3978
3979 * faces.el (face-normalize-spec): Remove function.
3980 (frame-set-background-mode): Undo last change.
3981
3982 2007-11-10 Jason Rumney <jasonr@gnu.org>
3983
3984 * w32-fns.el: Sync charset names with setup-default-fontset.
3985 Append "-1" where second part missing.
3986
3987 2007-11-10 Juri Linkov <juri@jurta.org>
3988
3989 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3990 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
3991
3992 * custom.el (custom-note-var-changed): Remove the `interactive'
3993 spec from this new non-interactive function.
3994
3995 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
3996
3997 * doc-view.el (doc-view-mode-map, doc-view-menu)
3998 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3999 (doc-view-search-backward): New function.
4000 (doc-view-search): Query new regexp if prefix arg is given, else
4001 jump to next/previous match.
4002 (doc-view-mode): Handle compressed files.
4003 (jka-compr): Required for compressed files.
4004
4005 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4006
4007 * replace.el (query-replace-show-replacement): New defcustom.
4008 (perform-replace): Use `match-substitute-replacement' if
4009 `query-replace-show-replacement' is non-nil.
4010
4011 2007-11-10 David Kastrup <dak@gnu.org>
4012
4013 * subr.el (match-substitute-replacement): New function.
4014
4015 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
4016
4017 * files.el (auto-mode-alist): Select org-mode for files with the
4018 extension ".org".
4019
4020 2007-11-10 Martin Rudalics <rudalics@gmx.at>
4021
4022 * help.el (help-window, help-window-point-marker): New variables.
4023 (help-window-select): New option.
4024 (with-help-window): New macro for displaying help windows.
4025 (help-window-display-message, help-window-setup-finish)
4026 (help-window-setup): New functions used for setting up help windows.
4027 (print-help-return-message): Reset help-window to nil.
4028 (view-lossage): Use with-help-window instead of
4029 with-output-to-temp-buffer and move help-window-point-marker after
4030 inserted text.
4031 (describe-bindings, describe-key, describe-mode): Use
4032 with-help-window instead of with-output-to-temp-buffer.
4033
4034 * help-mode.el (help-mode): Set view-exit-action to bury the
4035 buffer instead of fiddling with windows. Simplify code.
4036 (help-mode-finish): When help-window eqs t set it to the selected
4037 window and have with-help-window set up view-return-to-alist.
4038 (help-buffer): Add autoload cookie.
4039
4040 * view.el (view-remove-frame-by-deleting): Change default value to t.
4041 Add autoload cookie.
4042 (view-exit-action, view-file, view-file-other-window)
4043 (view-file-other-frame, view-buffer, view-buffer-other-window)
4044 (view-buffer-other-frame): Rewrite doc strings.
4045 (view-return-to-alist-update): New function to remove stale entries
4046 from view-return-to-alist.
4047 (view-mode-enter): Rewrite doc string and simplify code.
4048 (view-mode-exit): Handle new case 'keep-frame. Don't reset
4049 view-exit-action to nil. Simplify code and rewrite doc string.
4050
4051 * apropos.el (apropos-describe-plist):
4052 * descr-text.el (describe-char):
4053 * disp-table.el (describe-display-table):
4054 * faces.el (list-faces-display, describe-face):
4055 * facemenu.el (list-colors-display):
4056 * help-fns.el (describe-function, describe-variable)
4057 (describe-syntax, describe-categories):
4058 Use with-help-window instead of with-output-to-temp-buffer.
4059
4060 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
4061
4062 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4063 Optimize (featurep 'emacs) to t.
4064
4065 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4066 New function.
4067 (byte-compile-maybe-guarded): Use it to also look for bound
4068 symbols inside `and' forms. Comment out non-working code that was
4069 trying to avoid warnings for XEmacs code.
4070
4071 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4072
4073 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4074 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4075 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4076 (vc-cvs-annotate-command):
4077 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4078 is bound, it always is.
4079
4080 2007-11-10 Jason Rumney <jasonr@gnu.org>
4081
4082 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4083 setup here from global scope.
4084
4085 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
4086
4087 * ido.el (ido-save-history): Save the history file in UTF-8, not
4088 the current filename coding system.
4089
4090 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * simple.el (interprogram-cut-function, interprogram-paste-function):
4093 Don't make them frame-local any more.
4094
4095 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4096 Don't set interprogram-(cut|paste)-function on each frame.
4097
4098 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4099 Make them work in tty frames.
4100 (interprogram-cut-function, interprogram-paste-function):
4101 Set them globally.
4102
4103 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4106 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4107 (iso-iso2duden-trans-tab): Add docstring.
4108
4109 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * abbrev.el (define-abbrev-table): Record the variable definition.
4112
4113 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4114 New function.
4115
4116 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4117
4118 * ps-print.el: Clean the code for checking suitable Emacs version.
4119 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4120 (ps-print-version): New version 6.8.1.
4121
4122 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4123
4124 * files.el (enable-local-variables): Doc fix.
4125
4126 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4127
4128 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4129
4130 2007-11-09 Sven Joachim <svenjoac@gmx.de>
4131
4132 * dired-aux.el (dired-copy-file-recursive):
4133 Preserve directory permissions.
4134
4135 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4138 (whitespace-unload-function): New-style unload function. When run,
4139 unintern `whitespace-unload-hook' and call `unload-feature' recursively
4140 to stop the old hook from messing with the unloading.
4141
4142 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4145 (elp-unset-master, elp-results): Fix typos.
4146 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4147 Doc fixes.
4148
4149 * msb.el (msb--many-menus): Remove variable.
4150 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4151 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4152 (msb--toggle-menu-type): Fix typos in docstrings.
4153
4154 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4155 (shadow-insert-var): Doc fixes.
4156 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4157 Reflow docstrings.
4158 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4159
4160 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4161
4162 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4163 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4164 Fix typos in autoload docstrings.
4165
4166 2007-11-09 Richard Stallman <rms@gnu.org>
4167
4168 * savehist.el (savehist-save): Obey savehist-ignored-variables.
4169
4170 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4171
4172 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4173 (gdb-var-update-handler-1): Use it.
4174
4175 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * loadhist.el (unload-feature): Remove erroneous check for the
4178 FEATURE-unload-function variable; check the existence of the
4179 function (that's what the docstring says, and it makes more sense).
4180
4181 * follow.el (follow-unload-function): Add docstring.
4182 (follow-unload-function): Remove variable.
4183
4184 * server.el (server-unload-function): Remove variable.
4185 (server-unload-function): Unbind `server-edit' from `C-x #'.
4186
4187 * ses.el (ses-unload-function): New function.
4188
4189 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4190
4191 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4192 (unsafep-progn, unsafep-let): Fix typos in docstrings.
4193
4194 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4195 before use to avoid a warning in packages that require uniquify.
4196 (uniquify-unload-function): New function and var.
4197
4198 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4201 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4202 (ediff-current-diff-A, ediff-current-diff-B)
4203 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4204 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4205 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4206 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4207 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4208 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4209 (ediff-setup-windows-plain-merge)
4210 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4211 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4212 * ediff-util.el (ediff-setup-keymap, )
4213 (ediff-toggle-wide-display, ediff-toggle-multiframe)
4214 (ediff-toggle-use-toolbar, ediff-really-quit)
4215 (ediff-good-frame-under-mouse)
4216 (ediff-highlight-diff-in-one-buffer)
4217 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4218 (ediff-make-bullet-proof-overlay):
4219 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4220 (ediff-set-meta-overlay):
4221 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4222 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4223 ediff-emacs-p with their former definitions.
4224
4225 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4226 (viper-has-face-support-p, viper-inactivate-input-method)
4227 (viper-activate-input-method)
4228 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4229 * emulation/viper-mous.el (viper-multiclick-timeout)
4230 (viper-surrounding-word, viper-mouse-click-insert-word)
4231 (viper-mouse-click-search-word, viper-parse-mouse-key):
4232 * emulation/viper-macs.el (viper-char-array-to-macro):
4233 * emulation/viper.el (viper-go-away, viper-set-hooks)
4234 (viper-non-hook-settings):
4235 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4236 (viper-get-saved-cursor-color-in-insert-mode)
4237 (viper-get-saved-cursor-color-in-emacs-mode)
4238 (viper-check-version, viper-get-visible-buffer-window)
4239 (viper-file-checked-in-p, viper-set-replace-overlay)
4240 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4241 (viper-check-minibuffer-overlay, viper-read-key-sequence)
4242 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4243 with their former definitions.
4244 (viper-eventify-list-xemacs): Only do work for XEmacs.
4245 (viper-set-unread-command-events): Only do work for Emacs.
4246 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4247 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4248 (viper-overlay-get, viper-overlay-put, viper-read-event)
4249 (viper-characterp, viper-int-to-char, viper-get-face)
4250 (viper-color-defined-p, viper-iconify): New defaliases replacing
4251 the old fsets.
4252
4253 * progmodes/fortran.el (comment-region-function)
4254 (uncomment-region-function): Pacify byte compiler.
4255
4256 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4257
4258 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4261 `process-environment'.
4262
4263 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
4264
4265 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4266 match dir like "a...b".
4267
4268 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4271
4272 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
4273
4274 * net/tramp.el (tramp-handle-substitute-in-file-name):
4275 Don't expand the remote connection identification.
4276 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4277 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
4278 before calling stty.
4279
4280 * net/tramp-cache.el (tramp-cache-print)
4281 (tramp-dump-connection-properties): Fix docstring.
4282 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4283
4284 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4285
4286 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4287 remote connection identification when setting connection property.
4288
4289 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4290 "//" substitutes only in the local filename part.
4291
4292 2007-11-07 David Hansen <david.hansen@gmx.net>
4293
4294 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4295
4296 2007-11-07 Glenn Morris <rgm@gnu.org>
4297
4298 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4299 Remove superfluous concats. Move final set-buffer to
4300 non-emacs-specific code.
4301
4302 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
4303
4304 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4305
4306 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4307
4308 * eshell/esh-mode.el (eshell-output-filter):
4309 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4310 Use `with-current-buffer'.
4311
4312 2007-11-07 Andreas Schwab <schwab@suse.de>
4313
4314 * server.el (server-start): Only register cleanup after server was
4315 started.
4316
4317 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4320
4321 * net/tramp-cache (tramp-cache-print): Move down.
4322 (tramp-cache-list-connections): New defun.
4323
4324 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4325
4326 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
4327
4328 * ido.el (ido-save-history): Write the history file in the current
4329 filename coding system, and add `coding' file-local variable.
4330
4331 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
4332
4333 * textmodes/org.el (org-table-formula-substitute-names):
4334 Remove forgotten temporary debugging code.
4335
4336 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
4337
4338 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4339 the prompt.
4340
4341 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
4342
4343 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4344
4345 2007-11-05 Simon Josefsson <simon@josefsson.org>
4346
4347 * net/tls.el (tls-end-of-info): Doc fix.
4348
4349 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
4350
4351 * international/utf-7.el (utf-7-imap): New coding system.
4352 (utf-7-imap-post-read-conversion): New function.
4353 (utf-7-imap-pre-write-conversion): New function.
4354
4355 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * abbrev.el (abbrev--write): Fix up typo.
4358
4359 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
4360
4361 * abbrev.el (define-abbrev-table): Doc fix.
4362
4363 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
4364
4365 * info.el (Info-revert-buffer-function): New func.
4366 (Info-mode): Arrange to use it for reverting.
4367 (Info-copy-current-node-name): Add space between filename and nodename.
4368
4369 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * abbrev.el (expand-abbrev): Move point back to expansion's end.
4372
4373 2007-11-04 Glenn Morris <rgm@gnu.org>
4374
4375 * net/tls.el: Don't require rx when compiling.
4376 (tls-end-of-info): Rewrite without using rx.
4377 (open-tls-stream): Use with-current-buffer.
4378
4379 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
4380
4381 * net/tls.el: Require rx when compiling.
4382 (tls-end-of-info): New variable.
4383 (open-tls-stream): Keep reading input until `tls-end-of-info' is
4384 matched.
4385
4386 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
4387
4388 * register.el (append-to-register, prepend-to-register):
4389 Don't signal error on empty register; use the text, instead.
4390
4391 2007-11-03 Michael Olson <mwolson@gnu.org>
4392
4393 * textmodes/remember.el (remember-buffer):
4394 Use define-obsolete-function-alias rather than defalias.
4395
4396 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4397
4398 * simple.el (bad-packages-alist): Anchor semantic regexp.
4399
4400 2007-11-03 Glenn Morris <rgm@gnu.org>
4401
4402 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4403 if defined, for blank lines. Doc fix.
4404
4405 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4406 (fortran-mode): Set values for comment-region-function,
4407 uncomment-region-function and comment-insert-comment-function.
4408 (fortran-uncomment-region): New function.
4409
4410 * textmodes/nroff-mode.el (nroff-mode):
4411 Set comment-insert-comment-function rather than indent-line-function.
4412 (nroff-indent-line-function): Remove.
4413 (nroff-insert-comment-function): New function.
4414
4415 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4416
4417 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4418
4419 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4420
4421 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4422
4423 * emulation/viper-cmd.el (viper-prev-destructive-command)
4424 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4425 copy-sequence.
4426
4427 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4428 Got rid of ediff-copy-list.
4429
4430 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4431 use face-name.
4432 (ediff-test-utility, ediff-diff-mandatory-option)
4433 (ediff-reset-diff-options): Remove to simplify the mandatory option
4434 handling on Windows.
4435 (ediff-set-diff-options): Add.
4436 (ediff-diff-options): Set "--binary" option as default in some cases.
4437
4438 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4439 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4440 ediff-vc-working-revision. Require vc-hooks.
4441
4442 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
4443
4444 * files.el (hack-local-variables): Fix membership tests to avoid
4445 treating all variables as safe if `enable-local-variables' is
4446 set to :safe (CVE-2007-5795).
4447
4448 2007-11-02 Glenn Morris <rgm@gnu.org>
4449
4450 * newcomment.el (comment-indent): Let comment-insert-comment-function,
4451 if defined, do all the work of inserting a new comment.
4452
4453 * progmodes/etags.el (tags-table-mode): Disable undo.
4454
4455 * simple.el (bad-packages-alist): Revert previous change.
4456
4457 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
4458
4459 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4460
4461 * obsolete/lselect.el: Do not warn about unknown functions.
4462
4463 2007-11-02 Michael Olson <mwolson@gnu.org>
4464
4465 * textmodes/remember.el (remember-buffer): Make this an alias of
4466 remember-finalize, because Org uses it.
4467
4468 2007-11-01 Michael Olson <mwolson@gnu.org>
4469
4470 * textmodes/remember.el: Improve documentation in heading.
4471 (remember-before-remember-hook): Turn into a customizable option.
4472 (remember): Document INITIAL argument.
4473 (remember-region): Remove autoload cookie. Improve docstring to
4474 mention that it is called from the *Remember* buffer, and does not
4475 have any functional overlap with the `remember' function.
4476 (remember-finalize): Remove autoload cookie. Rename from
4477 remember-buffer to emphasize that this does not have any
4478 functional overlap with the `remember' function.
4479 (remember-destroy): Remove autoload cookie.
4480 (remember-mode-map): Define and initialize in one step.
4481 (remember-mode): Improve docstring.
4482 (remember-annotation-functions): Default to just '(buffer-file-name),
4483 and don't try to take the default value from Planner.
4484
4485 2007-11-01 Glenn Morris <rgm@gnu.org>
4486
4487 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4488
4489 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4490
4491 * emacs-lisp/authors.el (authors-scan-change-log)
4492 (authors-scan-el): Don't enable local eval; enable only safe local
4493 variables, without querying.
4494
4495 * mail/footnote.el (footnote-numeric-regexp)
4496 (footnote-english-upper-regexp, footnote-english-lower-regexp)
4497 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4498 Match multi-character footnotes.
4499
4500 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4501 (nroff-indent-line-function): New function.
4502 (nroff-count-text-lines): Use nroff-forward-text-line rather than
4503 obsolete alias.
4504
4505 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
4506
4507 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4508 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
4509 (rcirc-print): Only update the line count when not marking the
4510 line as omittable.
4511 (rcirc-log-write): Specify coding system when writing logfile.
4512 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4513
4514 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4515
4516 * printing.el (printing): Fix :version, printing.el was included
4517 for in emacs-22.1.
4518 (pr-path-style, pr-path-alist, pr-txt-name)
4519 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4520 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4521 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4522 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4523 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4524 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4525 (pr-setting-database, pr-visible-entry-list)
4526 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4527 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4528
4529 * ediff-util.el (ediff-nuke-selective-display): Move definition to
4530 top level, make it dependent on the emacs flavor.
4531
4532 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4533 Test for XEmacs not for itimer.
4534
4535 * term/sun-mouse.el:
4536 * obsolete/sun-fns.el:
4537 * obsolete/sun-curs.el: Remove files.
4538
4539 * term/sun.el (select-previous-complex-command): Remove obsolete code.
4540
4541 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
4542
4543 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4544 was given to concat.
4545
4546 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4549 used normally for goto-line. Change `g' to revert the buffer.
4550 Add redundant `r' binding for buffer-revert.
4551
4552 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4553 (mail-abbrevs-setup): Use abbrev-expand-functions.
4554 (build-mail-abbrevs): Use with-temp-buffer.
4555 (define-mail-abbrev): Simplify.
4556 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4557 Change it for use on abbrev-expand-functions.
4558 (mail-abbrev-complete-alias): Use with-syntax-table.
4559
4560 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4563 directly. Fix bug in deleting temp file.
4564
4565 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4568 Merge defvar and define-abbrev-table.
4569 (def-python-skeleton): Use :case-fixed and :enable-function.
4570 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4571 Remove.
4572 (python-mode): Don't modify pre-abbrev-expand-hook.
4573
4574 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4575
4576 * ediff-util.el (ediff-file-checked-out-p)
4577 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4578
4579 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * abbrev.el (abbrev-symbol): Correct let->let*.
4582 (abbrev--before-point): Only use abbrev-start-location if before point.
4583
4584 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4585
4586 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
4587 (strokes-unload-hook): Remove function and variable.
4588 (strokes-unload-function): New-style unload function, adapted
4589 from `strokes-unload-hook'.
4590
4591 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4592 (cl-unload-hook): Remove variable.
4593 (cl-unload-function): New-style unload function, adapted
4594 from `cl-cannot-unload'.
4595
4596 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4597 (elp-unload-function): New-style unload function, adapted
4598 from `elp-unload-hook'.
4599
4600 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
4601
4602 * emacs-lisp/find-func.el (find-library): Use library at
4603 point as default interactive argument.
4604
4605 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * shadowfile.el (shadow-join): Remove.
4608 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4609 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4610 (shadowfile-unload-hook): Remove function and variable.
4611 (shadowfile-unload-function): New-style unload function, adapted
4612 from `shadowfile-unload-hook'.
4613
4614 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4615
4616 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4617 only if it is bound.
4618
4619 * textmodes/reftex.el: Move autoloads for before all uses.
4620 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4621 (reftex-delete-overlay): Move to the top level with the condition
4622 in the body.
4623
4624 * progmodes/simula.el: Use when instead of if.
4625
4626 * iimage.el (iimage-locate-file): Define unconditionally.
4627
4628 * mail/mailabbrev.el (mail-abbrev-next-line):
4629 * emulation/vip.el (vip-enlarge-region, vip-line)
4630 (vip-next-line-at-bol, vip-previous-line)
4631 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4632 Wrap with-no-warnings around uses of next-line and previous-line.
4633
4634 * ediff.el (run-ediff-from-cvs-buffer):
4635 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4636 Remove function not used by pcl-cvs anymore.
4637 (noninteractive, generic-sc-get-latest-rev)
4638 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4639 Delete support for long obsolete generic-sc.el.
4640
4641 2007-10-31 Glenn Morris <rgm@gnu.org>
4642
4643 * cvs-status.el: No longer require pcvs when compiling.
4644
4645 * doc-view.el (doc-view-conversion-refresh-interval)
4646 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4647 (doc-view-reset-slice): Doc fixes.
4648 (doc-view-menu): Remove deleted function doc-view-edit-doc.
4649
4650 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * help-at-pt.el (help-at-pt-unload-hook): Remove.
4653 Timers are automatically canceled by `unload-feature'.
4654
4655 * delsel.el (delsel-unload-hook): Remove function and variable.
4656 (delsel-unload-function): New-style unload function, adapted
4657 from `delsel-unload-hook'.
4658
4659 * msb.el (msb-unload-hook): Remove function and variable.
4660 (msb-unload-function): New-style unload function, adapted from
4661 `msb-unload-hook'.
4662
4663 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * desktop.el (uniquify-managed): Pacify byte compiler.
4666 (desktop-buffer-info): If the buffer name is managed by uniquify,
4667 save the base name, not the uniquified one.
4668 (desktop-create-buffer): Allow `rename-buffer' to generate a new
4669 name in case of conflict.
4670
4671 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * doc-view.el: Use expand-file-name rather than concat.
4674 (doc-view-cache-directory): Add the UID so multiple users won't clash.
4675 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
4676 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
4677 (doc-view-toggle-display): Use an overlay over the whole buffer so as
4678 not to have to touch the buffer's content.
4679 (doc-view-initiate-display): New function, extracted from doc-view-mode.
4680 (doc-view-mode): Use it. Don't mark as a special mode.
4681 Put the page numbers in the modeline.
4682 Set up the overlay. Hide the cursor. Run the mode hook.
4683 Use after-revert-hook rather than revert-buffer-function.
4684 (doc-view-search-internal): Fix typo.
4685 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
4686 image-cache flush.
4687 (doc-view-reconvert-doc): Don't reset the whole mode.
4688 (doc-view-make-safe-dir): New function.
4689 (doc-view-current-cache-dir): Use it.
4690
4691 2007-10-30 Jason Rumney <jasonr@gnu.org>
4692
4693 * time.el (display-time-world-list): Test for zoneinfo support.
4694
4695 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
4698
4699 * net/tramp-cache.el (tramp-flush-file-function): Check also
4700 `default-directory' if `buffer-file-name' does not return a
4701 string. Added to `eshell-pre-command-hook'.
4702
4703 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * doc-view.el (doc-view-current-doc): Remove.
4706 Replace all uses by buffer-file-name.
4707 (doc-view-menu): New menu.
4708 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
4709 unused var `doc'.
4710 (doc-view-sort): Simplify.
4711 (doc-view-buffer-message): Don't change buffer-modified-p.
4712 (doc-view-mode): Change it here instead.
4713 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
4714 Don't modify the global value of revert-buffer-function.
4715
4716 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
4717 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
4718 (image-toggle-display): Take overlays into account and don't assume
4719 point-min==1.
4720
4721 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4722
4723 * vc.el (vc-annotate): Fix omission bug:
4724 Specify value for vc-sentinel-movepoint.
4725
4726 2007-10-30 Michael Olson <mwolson@gnu.org>
4727
4728 * textmodes/remember.el (remember-mode-hook)
4729 (remember-handler-functions, remember-annotation-functions):
4730 Add additional items as options, including some Org functions.
4731
4732 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
4733
4734 * doc-view.el: Remove cl-dependency.
4735 (doc-view-buffer-message): Mention new binding K.
4736 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
4737 instead of variable.
4738 (doc-view-current-cache-dir): Better cache dir naming.
4739 (doc-view-current-display): Remove variable.
4740 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
4741 (doc-view-kill-proc): Set converter process to nil.
4742 (doc-view-minor-mode): New minor mode.
4743 (doc-view-minor-mode-map): New keymap.
4744 (doc-view-mode): Remove text/image switching code. Use plain defun.
4745 (doc-view-mode-map): New binding K kills converter process.
4746 Remove C-c C-e binding.
4747 (doc-view-mode-text-map): Remove keymap.
4748 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
4749 d-v-display-maybe.
4750 (doc-view-previous-major-mode): New variable.
4751 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
4752 (doc-view-remove-if): New function.
4753 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
4754 (doc-view-toggle-display): Toggle modes instead of display styles.
4755 (doc-view-reconvert-doc): Adapt to new way of doing things.
4756
4757 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
4758
4759 2007-10-30 Glenn Morris <rgm@gnu.org>
4760
4761 * dirtrack.el (dirtrack-mode): Doc fix.
4762
4763 * shell.el (shell-dirtrack-verbose, shell-mode)
4764 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
4765
4766 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
4767 (byte-compile-enable-warning): Doc fix.
4768
4769 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
4770 suppress byte-opt warning.
4771
4772 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
4775 (edt-gnu-emacs19-p): Remove.
4776 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
4777 (edt-xserver, edt-page-backward, edt-beginning-of-line)
4778 (edt-end-of-line-forward, edt-end-of-line-backward)
4779 (edt-one-word-forward, edt-one-word-backward, edt-character)
4780 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
4781 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4782 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
4783 (edt-define-key, edt-bottom-check, edt-sentence-forward)
4784 (edt-sentence-backward, edt-paragraph-forward)
4785 (edt-paragraph-backward, edt-restore-key, edt-window-top)
4786 (edt-window-bottom, edt-scroll-window-forward-line)
4787 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4788 (edt-line-to-top-of-window, edt-paragraph-backward)
4789 (edt-restore-key, edt-window-top, edt-window-bottom)
4790 (edt-scroll-window-forward-line)
4791 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4792 (edt-line-to-middle-of-window, edt-goto-percentage)
4793 (edt-display-the-time, edt-remember, edt-split-window)
4794 (edt-emulation-on, edt-emulation-off)
4795 (edt-default-emulation-setup, edt-user-emulation-setup)
4796 (edt-select-default-global-map, edt-select-user-global-map):
4797 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
4798 tests.
4799
4800 * textmodes/reftex-index.el (reftex-index-selection-or-word):
4801 Use feature test instead of boundp test so it can be resolved at
4802 compile time.
4803
4804 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4805
4806 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
4809 Update all users.
4810 (abbrev-get, abbrev-put): Simplify.
4811 (define-abbrev): Don't store the `force' value in the :system property.
4812 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
4813
4814 2007-10-30 Michael Olson <mwolson@gnu.org>
4815
4816 * desktop.el (desktop-minor-mode-table): Add line for ERC.
4817
4818 * textmodes/remember.el: New file that implements a mode for
4819 quickly jotting down things to remember.
4820
4821 * textmodes/remember-diary.el: A backend for remember.el that
4822 implements saving notes to a Diary file.
4823
4824 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4825
4826 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
4827 Relocate in file.
4828 (allout-doublecheck-at-and-shallower): Increase to include
4829 slightly greater depths, since yank interaction is now ok.
4830 Also, elaborate the docstring to explain the situation.
4831 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
4832 instead of concat, so we accommodate key sequences expressed as
4833 vectors as well as strings and lists.
4834 (allout-flag-region, allout-hide-by-annotation): Make the
4835 hidden-text overlays 'front-advance.
4836 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
4837 (allout-aberrant-container-p, allout-on-current-heading-p)
4838 (allout-e-o-prefix-p, allout-next-heading)
4839 (allout-previous-heading, allout-goto-prefix)
4840 (allout-end-of-prefix, allout-next-sibling-leap)
4841 (allout-next-visible-heading, allout-auto-fill)
4842 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4843 (allout-yank-processing, allout-resolve-xref)
4844 (allout-current-topic-collapsed-p, allout-hide-region-body)
4845 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4846 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4847 (count-trailing-whitespace-region): Preserve match data, so allout
4848 outline navigation doesn't disrupt other Emacs operations.
4849 (allout-beginning-of-line): Retreat to the beginning of the hidden
4850 text, so fields are respected (for submodes that care).
4851 (allout-end-of-line): Preserve mark activation status when jumping.
4852 (allout-open-topic): Account for opening after a child that
4853 contains a hidden trailing newline. Preserve match data.
4854 Run allout-structure-added-hook
4855 (allout-encrypt-decrypted): Preserve match data.
4856 (allout-toggle-current-subtree-exposure): Add new interactive
4857 function for toggle subtree exposure - suggested by tassilo.
4858 (move-beginning-of-line, move-end-of-line): Don't use
4859 line-move-invisible-p, it's obsolete - substitute the code, instead.
4860
4861 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * textmodes/flyspell.el (message-signature-separator):
4864 * longlines.el (message-indent-citation-function): Pacify byte
4865 compiler.
4866
4867 * emacs-lisp/cl-loaddefs.el:
4868 * ldefs-boot.el: Regenerate.
4869
4870 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4871 (.el.elc, compile, compile-always, compile-calc)
4872 ($(lisp)/progmodes/cc-mode.elc): Use it.
4873
4874 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4875 Only do work for XEmacs.
4876 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4877 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4878 on XEmacs.
4879 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4880 (ps-x-color-name, ps-x-color-specifier-p)
4881 (ps-x-copy-coding-system, ps-x-device-class)
4882 (ps-x-extent-end-position, ps-x-extent-face)
4883 (ps-x-extent-priority, ps-x-extent-start-position)
4884 (ps-x-face-font-instance, ps-x-find-coding-system)
4885 (ps-x-font-instance-properties, ps-x-make-color-instance)
4886 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4887 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4888 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4889 (ps-generate-postscript-with-faces): Delete defaliases.
4890 (ps-face-foreground-name, ps-face-background-name)
4891 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4892 Move definitions to top level, make the body conditional on the Emacs
4893 flavor. Replace uses of deleted aliases and renamed functions.
4894 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4895 of deleted aliases and renamed functions.
4896
4897 * calc/calc.el (calc-emacs-type-lucid): Remove.
4898 (calc-digit-map, calcDigit-start, calc-read-key)
4899 (calc-clear-unread-commands):
4900 * calc/calc-ext.el (calc-user-key-map): Replace uses of
4901 calc-emacs-type-lucid with (featurep 'xemacs)
4902
4903 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4904 (featurep 'xemacs).
4905 (tpu-lucid-emacs19-p): Remove.
4906 (tpu-map-key): Make it a function instead of using fset. Inline
4907 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
4908 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4909
4910 * ielm.el: Use featurep 'xemacs.
4911
4912 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4913 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4914 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4915 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4916 cperl-xemacs-p with (featurep 'xemacs).
4917 (font-lock-cache-position): Pacify byte compiler.
4918
4919 2007-10-29 Drew Adams <drew.adams@oracle.com>
4920
4921 * faces.el (read-color): New function.
4922 (face-at-point, foreground-color-at-point)
4923 (background-color-at-point): New functions.
4924
4925 2007-10-28 Richard Stallman <rms@gnu.org>
4926
4927 * net/browse-url.el (browse-url-text-xterm): Rename from
4928 browse-url-lynx-xterm and made generic.
4929 (browse-url-text-emacs): Likewise.
4930 (browse-url-text-browser): New variable.
4931 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4932 (browse-url-text-input-field, browse-url-text-input-attempts)
4933 (browse-url-kde-program): Likewise.
4934
4935 2007-10-29 Glenn Morris <rgm@gnu.org>
4936
4937 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4938 Use mapc rather than mapcar (reinstall change deleted without log
4939 entry 2007-10-22).
4940
4941 2007-10-29 Martin Rudalics <rudalics@gmx.at>
4942
4943 * wdired.el (wdired-next-line, wdired-previous-line):
4944 Use next-line and previous-line wrapped in with-no-warnings.
4945
4946 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
4947
4948 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4949 (rcirc-recent-quit-alist): New function.
4950 (rcirc): Print a better message when there is only one connected server.
4951 (rcirc-complete-nick): Do not update the nick table here.
4952 (rcirc-mode-map): Add M-o.
4953 (rcirc-current-line): Add variable.
4954 (rcirc-mode): Setup variables for line based omit.
4955 (rcirc-edit-multiline): Strip text properties.
4956 (rcirc-omit-responses): Add NICK.
4957 (rcirc-omit-threshold): Add variable.
4958 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4959 Add functions.
4960 (rcirc-print): Keep track of current line. Do not fill text if
4961 `rcirc-fill-flag' is null. Only omit text if the last activity
4962 from the sender is more than `rcirc-omit-threshold' lines ago.
4963 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4964 numbers instead of time.
4965 (rcirc-channel-nicks): Sort by line numbers instead of time.
4966 (rcirc-omit-mode): Add `...' when omitting text and recenter.
4967 (rcirc-handler-JOIN): Restore the joiners linestamp.
4968 (rcirc-maybe-remember-nick-quit): Add function.
4969 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4970
4971 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * loadhist.el (unload-feature-special-hooks):
4974 Add `delete-frame-functions' and `suspend-tty-functions'.
4975
4976 * server.el (server-unload-function): Rename from `server-unload-hook'
4977 and adapt to new `unload-feature' functionality. Remove hook from
4978 `kill-buffer-hook' buffer-locally.
4979 (server-unload-hook): Remove.
4980 (server-unload-function): New var; replaces `server-unload-hook'.
4981
4982 2007-10-29 Glenn Morris <rgm@gnu.org>
4983
4984 * dirtrack.el (dirtrack-debug): Doc fix.
4985 (dirtrack-mode, dirtrack-debug-mode): New names for
4986 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
4987 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4988 Make obsolete.
4989 (dirtrack-debug-message): Only print message if
4990 dirtrack-debug-mode is non-nil. Use with-current-buffer.
4991 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
4992 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4993
4994 2007-10-28 Glenn Morris <rgm@gnu.org>
4995
4996 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4997 (byte-compile-warnings-safe-p): Handle `not'.
4998 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4999 (byte-compile-enable-warning): New functions.
5000 (byte-compile-eval-before-compile)
5001 (byte-compile-file-form-require): Use byte-compile-disable-warning.
5002 (byte-compile-close-variables): Locally bind byte-compile-warnings,
5003 but do not modify it.
5004 (byte-compile-eval, byte-compile-obsolete)
5005 (byte-compile-warn-about-unresolved-functions)
5006 (byte-compile-file-form-defvar)
5007 (byte-compile-file-form-custom-declare-variable)
5008 (byte-compile-file-form-require)
5009 (byte-compile-file-form-defmumble, byte-compile-lambda)
5010 (byte-compile-form, byte-compile-normal-call)
5011 (byte-compile-variable-ref, byte-compile-defvar)
5012 (byte-compile-make-variable-buffer-local):
5013 Use byte-compile-warning-enabled-p.
5014 * emacs-lisp/advice.el (ad-compile-function):
5015 Use byte-compile-disable-warning.
5016 * emacs-lisp/cl.el: Move local variables to end of file, and set
5017 byte-compile-warnings to `(not cl-functions)'.
5018 * emacs-lisp/cl-compat.el: Add a local variables section, and set
5019 byte-compile-warnings to `(not cl-functions)'.
5020 * emacs-lisp/cl-macs.el: Unify local variable section, and set
5021 byte-compile-warnings to `(not cl-functions)'.
5022 (cl-do-proclaim): Use byte-compile-disable-warning and
5023 byte-compile-enable-warning.
5024 * emacs-lisp/cl-seq.el: Unify local variable section, and set
5025 byte-compile-warnings to `(not cl-functions)'.
5026 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5027 Use byte-compile-disable-warning.
5028
5029 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5030
5031 * cus-edit.el (custom-browse-insert-prefix):
5032 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5033
5034 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * server.el (server-process-filter): Fix typo in docstring.
5037 (server-log): Reflow docstrings.
5038 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5039 (server-goto-line-column): Use `when'.
5040
5041 2007-10-28 Juri Linkov <juri@jurta.org>
5042
5043 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5044 when mouse is clicked on the isearch message.
5045 (isearch-resume): Call `isearch-update' at the end.
5046 Rename argument `search' to `string' to conform to the
5047 isearch terminology.
5048
5049 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 Rewrite abbrev.c in Elisp.
5052 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5053 (abbrev-table-get, abbrev-table-put, abbrev-get)
5054 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5055 (define-abbrev, abbrev--check-chars, define-global-abbrev)
5056 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5057 (abbrev-expansion, abbrev--before-point, expand-abbrev)
5058 (unexpand-abbrev, abbrev--write, abbrev--describe)
5059 (insert-abbrev-table-description, define-abbrev-table):
5060 New funs, largely transcribed from abbrev.c.
5061 (abbrev-with-wrapper-hook): New macro.
5062 (abbrev-table-name-list, global-abbrev-table)
5063 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5064 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5065 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5066 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5067 New vars, largely transcribed from abbrev.c.
5068 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
5069 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5070 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5071
5072 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5073
5074 * ps-print.el: Now detect if text foreground and background colors are
5075 equal and replace the foreground color by another color, so the text
5076 becomes visible. Doc fix.
5077 (ps-print-version): New version 6.8.
5078 (ps-default-fg, ps-default-bg): Docstring fix.
5079 (ps-postscript-code-directory): Fix default value code.
5080 (ps-fg-list, ps-fg-validate-p): New options.
5081 (ps-foreground-list): New var.
5082 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5083
5084 2007-10-27 Glenn Morris <rgm@gnu.org>
5085
5086 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5087 (shell-dirtrack-toggle): Mark as obsolete.
5088 (dirtrack-toggle, dirtrack-mode): No longer alias to
5089 shell-dirtrack-mode.
5090
5091 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5092
5093 * calc/calc.el (math-standard-opers): Lower the precedence
5094 of negation.
5095 * calc/calc-lang.el (math-oper-table): Lower precedence of
5096 negation for C, TeX, and eqn.
5097
5098 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5099
5100 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5101
5102 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
5103
5104 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5105 (desktop-not-loaded-hook): Fix :version tags.
5106
5107 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
5108
5109 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5110 (tramp-get-remote-tmpdir): New defun.
5111 (tramp-make-tramp-temp-file): Use it.
5112 (tramp-local-call-process): New defun. Replace all calls of
5113 `call-process' by this when appropriate.
5114 (tramp-handle-write-region): Replace calls of `file-attributes' by
5115 `tramp-compat-file-attributes'.
5116 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5117 Make the first command a `tramp-send-command' call, with let-bind
5118 of `tramp-end-of-output'.
5119 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5120 (tramp-load-report-modules, tramp-append-tramp-buffers):
5121 Move to tramp-cmds.el.
5122
5123 * net/tramp-fish.el (tramp-fish-handle-copy-file)
5124 (tramp-fish-do-copy-or-rename-file)
5125 (tramp-fish-do-copy-or-rename-file-directly):
5126 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5127 Add parameter PRESERVE-UID-GID.
5128
5129 2007-10-27 Eli Zaretskii <eliz@gnu.org>
5130
5131 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5132 New defcustoms.
5133 (display-time-world-list): Use them as appropriate for the current
5134 value of `system-type'.
5135
5136 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5137
5138 * printing.el: Pacify byte compiler, that is, no compiler warnings.
5139 Move (again) some variable definitions before use, define some fun
5140 aliases, no code change.
5141 (pr-version): New version 6.9.2.
5142 (pr-path-style, pr-auto-region, pr-menu-char-height)
5143 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5144 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5145 via (defvar VAR).
5146 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5147 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5148 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5149 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5150 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5151 (pr-menu-print-item, pr-ps-printer-menu-modified)
5152 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5153 (pr-even-or-odd-alist): Vars definition moved.
5154
5155 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5156
5157 * emulation/pc-select.el (next-line-mark, next-line-nomark)
5158 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5159 around uses of previous-line and next-line.
5160
5161 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5162 New defvars.
5163
5164 * textmodes/css-mode.el (comment-continue):
5165 * net/browse-url.el (url-handler-regexp):
5166 * progmodes/idlw-help.el (idlwave-system-routines):
5167 Pacify byte-compiler.
5168
5169 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5170 line-move-invisible-p with its former definition: invisible-p.
5171 line-move-invisible-p was removed on 2007-08-29.
5172
5173 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * files.el (kill-emacs-query-functions): Doc fix;
5176 `save-buffers-kill-emacs' is no longer bound to a key.
5177
5178 2007-10-26 Richard Stallman <rms@gnu.org>
5179
5180 * isearch-multi.el (isearch-buffers-multi): New option.
5181 (isearch-buffers-search-fun): Test it.
5182
5183 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5184 Put ps-run-clear on C-c C-l.
5185
5186 * newcomment.el (comment-styles): New style indent-or-triple.
5187 (comment-style): Make that the default.
5188 (comment-add defvar): Doc fix.
5189 (comment-add): Delete arg EXTRA.
5190 (comment-region-default): Open code call to comment-add.
5191 Handle indent-or-triple style which uses `multi-char' for INDENT.
5192
5193 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * eshell/em-unix.el (nil-blank-string): Doc fix.
5196
5197 2007-10-26 John Wiegley <johnw@newartisans.com>
5198
5199 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5200 function, ensure that the third argument is turned into a nil if
5201 the string is otherwise completely empty (either no characters, or
5202 all tabs/spaces). This fixes a bug from a user who found himself
5203 unable to customize `diff-switches' and still use Eshell's diff
5204 command.
5205
5206 2007-10-26 Glenn Morris <rgm@gnu.org>
5207
5208 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5209 safe-local-variable property.
5210
5211 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
5212
5213 * net/browse-url.el (browse-url-browser-function): Delete grail.
5214 (browse-url-grail): Function and variable deleted.
5215 (browse-url-browser-function): Delete IXI Mosaic.
5216 (browse-url-default-browser): Don't try IXI Mosaic.
5217 (browse-url-iximosaic): Function deleted.
5218 (browse-url-browser-function): Delete MMM.
5219 (browse-url-default-browser): Don't try MMM.
5220 (browse-url-mmm): Function deleted.
5221
5222 2007-10-26 Drew Adams <drew.adams@oracle.com>
5223
5224 * custom.el (custom-note-var-changed): New function.
5225
5226 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
5227
5228 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5229 use with the definition. Remove.
5230
5231 * add-log.el (change-log-start-entry-re): New defconst.
5232 (change-log-sortable-date-at): Use it.
5233 (change-log-beginning-of-defun, change-log-end-of-defun):
5234 New functions.
5235 (change-log-mode): Use them for beginning-of-defun-function and
5236 end-of-defun-function.
5237
5238 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5239
5240 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5241 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5242 (ses-recalculate-cell): Deal with point being just beyond end of
5243 data area (why does this happen?)
5244 (ses-set-curcell): Ditto.
5245 (ses-column-letter): Handle columns beyond 702. Code written by
5246 Gareth Rees.
5247
5248 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
5249
5250 * textmodes/org.el (org-agenda-get-restriction-and-command):
5251 Use `mapc' instead of `mapcar'.
5252 (org-agenda-list): Numeric prefix argument can specify the number
5253 of days.
5254 (remember-register, remember-buffer): Prevent byte compiler from
5255 complaining.
5256 (org-todo): Save and restore match data.
5257 (org-no-warnings): New macro.
5258 (org-columns-eval): Use `org-no-warnings'.
5259
5260 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
5261
5262 * comint.el (comint-password-prompt-regexp):
5263 Handle `[sudo] password'-style prompt.
5264
5265 2007-10-25 Glenn Morris <rgm@gnu.org>
5266
5267 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5268 (defcustom): Doc fix.
5269
5270 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5271 Add `non_intrinsic'.
5272 (f90-constants-re): Add ieee modules.
5273 (f90-typedef-matcher, f90-typedec-matcher)
5274 (f90-imenu-type-matcher): New functions.
5275 (f90-font-lock-keywords-1): Give module procedures function-name face.
5276 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
5277 Add `use, intrinsic'.
5278 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5279 Move start of `enum' blocks to separate entry.
5280 (f90-start-block-re): Fix `type', `abstract interface'.
5281 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5282 derived types.
5283 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5284 `elemental', change `enumerator'.
5285 (f90-no-block-limit): Fix `abstract interface'.
5286
5287 * progmodes/f90.el (f90-indented-comment-re)
5288 (f90-directive-comment-re, f90-break-delimiters):
5289 * progmodes/fortran.el (fortran-comment-line-start-skip)
5290 (fortran-directive-re):
5291 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5292 as safe if they are strings.
5293
5294 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * startup.el (window-system): Remove. Don't make it frame-local.
5297
5298 2007-10-24 Richard Stallman <rms@gnu.org>
5299
5300 * savehist.el (savehist-save): Omit unreadable elements.
5301
5302 * loadhist.el (unload-function-defs-list): Rename from
5303 unload-function-features-list.
5304 (unload-feature-special-hooks, unload-feature): Doc fixes.
5305
5306 * indent.el (indent-to-left-margin): If point's in the indentation,
5307 move to the end of the indentation.
5308
5309 * cus-edit.el (customize-changed-options): Make arg optional.
5310
5311 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5314
5315 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5316
5317 * textmodes/org-publish.el (org-publish-attachment): Re-install
5318 accidentally deleted change.
5319
5320 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * term/iris-ansi.el (iris-function-map): Move init into declaration.
5323
5324 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5327 (Buffer-menu-mode-map): Initialize in the declaration.
5328 (Buffer-menu-mode): Define with `define-derived-mode'.
5329
5330 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
5331
5332 * textmodes/org.el (org-version): Change to 5.13e.
5333 (org-agenda-file-regexp): Fix typo in docstring.
5334 (org-add-planning-info): Fix bug in parenthesis settings.
5335 (org-scan-tags): Catch the case of indirect buffers with no filename.
5336 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5337 Re-install switch to mapc, had been removed by accident.
5338 (org-columns-map): New binding `C-c C-o'.
5339 (org-columns-menu): Change menu text and added new entry.
5340 (org-columns-eval): Document the use of `next-line'.
5341 (org-columns-open-link): New function.
5342 (org-columns-follow-link): Remove function.
5343 (org-open-link-from-string): New function.
5344 (org-read-date-get-relative): Fix typo in docstring.
5345 (org-read-date-get-relative): Leading +/- is not optional.
5346 (org-agenda-get-restriction-and-command): Always resize window on
5347 first loop cycle.
5348 (org-agenda-open-link): Make sure the link abbreviations are
5349 present in the agenda buffer.
5350 (org-agenda-copy-local-variable): New function.
5351
5352 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5355
5356 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * simple.el (reindent-then-newline-and-indent): Use a `move after
5359 insert' kind of marker in the save-excursion.
5360
5361 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * textmodes/css-mode.el: Require CL.
5364 (comment-continue): Declare.
5365
5366 * subr.el (make-variable-frame-localizable): Remove.
5367 (make-variable-frame-local): Mark obsolete.
5368
5369 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5372 of the subdirs is unreadable.
5373
5374 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5375
5376 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5377 when we are local.
5378
5379 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * progmodes/python.el (python-current-defun): Remove left-over
5382 assignment to `start'.
5383
5384 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5387 than `mapcar'; return value is not used.
5388
5389 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5390
5391 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5392 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5393
5394 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5397 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5398
5399 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5400
5401 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5402
5403 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5404
5405 * emacs-lisp/advice.el (ad-make-advised-docstring):
5406 Add ad-advice-info text property to doc string.
5407
5408 2007-10-23 Glenn Morris <rgm@gnu.org>
5409
5410 * progmodes/f90.el (f90-do-indent, f90-if-indent)
5411 (f90-type-indent, f90-program-indent, f90-associate-indent)
5412 (f90-continuation-indent, f90-comment-region)
5413 (f90-beginning-ampersand, f90-smart-end)
5414 (f90-break-before-delimiters, f90-auto-keyword-case)
5415 (f90-leave-line-no, f90-mode-hook):
5416 Give an appropriate safe-local-variable property.
5417
5418 * progmodes/fortran.el (fortran-tab-mode-default)
5419 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5420 (fortran-structure-indent, fortran-continuation-indent)
5421 (fortran-comment-indent, fortran-comment-line-extra-indent)
5422 (fortran-comment-line-start)
5423 (fortran-minimum-statement-indent-fixed)
5424 (fortran-minimum-statement-indent-tab)
5425 (fortran-comment-indent-char, fortran-line-number-indent)
5426 (fortran-check-all-num-for-matching-do)
5427 (fortran-blink-matching-if, fortran-continuation-string)
5428 (fortran-comment-region, fortran-electric-line-number)
5429 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5430 (fortran-analyze-depth, fortran-break-before-delimiters):
5431 Give an appropriate safe-local-variable property.
5432
5433 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5434
5435 * printing.el: Move variable definitions before use.
5436 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5437
5438 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5441 (tpu-edt-off): Use it.
5442 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
5443 the global-map before adding it to global-map.
5444
5445 * menu-bar.el (global-buffers-menu-map): New var.
5446 (global-map, menu-bar-update-buffers): Use it.
5447 * msb.el (msb-menu-bar-update-buffers): Use it.
5448 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5449 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5450 Use with-current-buffer.
5451
5452 2007-10-22 Juri Linkov <juri@jurta.org>
5453
5454 * isearch-multi.el: New file.
5455
5456 * isearch.el (isearch-search-string): After finding the next
5457 occurrence switch to buffer isearch-buffers-current-buffer when
5458 isearch-buffers-next-buffer-function is non-nil and
5459 isearch-buffers-current-buffer is live.
5460
5461 * add-log.el (change-log-mode): Make and set buffer-local variable
5462 isearch-buffers-next-buffer-function to change-log-next-buffer.
5463 Call isearch-buffers-minor-mode.
5464 (change-log-next-buffer): New function.
5465
5466 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
5467
5468 * org-export-latex.el (org-export-latex-protect-string):
5469 Renaming of `org-latex-protect'.
5470 (org-export-latex-emphasis-alist): By default, don't protect
5471 any emphasis formatter from further conversion.
5472 (org-export-latex-tables): Honor column grouping for tables.
5473 (org-export-latex-title-command): New option.
5474 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5475 export backslash character.
5476
5477 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5478
5479 * textmodes/org.el (org-read-date-get-relative): New function.
5480 (org-agenda-file-regexp): New variable.
5481 (org-agenda-files): Allow directories in the variable.
5482 (org-agenda-get-restriction-and-command): New function.
5483 (org-agenda): Use `org-agenda-get-restriction-and-command'.
5484 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5485 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5486 New functions.
5487 (org-entry-add-to-multivalued-property)
5488 (org-entry-remove-from-multivalued-property)
5489 (org-entry-member-in-multivalued-property): New functions.
5490 (org-remember-apply-template): Catch C-g and make sure window
5491 configuration is restored.
5492 (org-agenda-open-link): Make it work with several links in the line.
5493 (org-drawers, org-set-regexps-and-options)
5494 (org-get-current-options): Add support for a DRAWERS in-buffer option.
5495 (org-agenda-window-frame-fractions): New option.
5496 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5497 (org-columns-cleanup-item, org-find-entry-with-id)
5498 (org-insert-columns-dblock, org-listtable-to-string)
5499 (org-dblock-write:columnview, org-columns-capture-view)
5500 (org-edit-headline): New functions.
5501 (org-agenda-to-appt): Require calendar.
5502 (org-entry-get-with-inheritance): Widen for search.
5503 (org-columns-display-here): Don't mark buffer as modified when
5504 adding space characters to accomodate column overlays.
5505 (org-export-as-html): Better formatting of tags in the toc.
5506 (org-columns-display-here): Make the ITEM column as compact as possible.
5507 (org-remember-templates): Customization interface improved.
5508 (org-export-with-property-drawer): Variable removed.
5509 (org-export-with-drawers): New option.
5510 (org-complex-heading-regexp): New variable.
5511 (org-sort-entries): Rewrite using `sort-subr'.
5512 (org-set-property): More appropriate completion during interactive use.
5513 (org-sort-entries): Allow sorting by property.
5514 (org-additional-option-like-keywords): Add more values.
5515 (org-sort-entries-or-items): Rename from `org-sort-entries'.
5516
5517 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5518
5519 * textmodes/org.el (org-get-date-from-calendar): New function.
5520 (org-at-timestamp-p, org-timestamp-change)
5521 (org-remember-templates): First element of each entry is now a
5522 name for the template.
5523 (org-store-log-note): Check for `org-note-abort'.
5524 (org-kill-note-or-show-branches): New command.
5525 (org-fontify-priorities): New option.
5526 (org-fontify-priorities): New function.
5527 (org-cut-subtree, org-copy-subtree): New argument N to
5528 act on N sequential subtrees.
5529 (org-paste-subtree): Fix the level at which a tree is pasted.
5530 (org-fit-agenda-window): Limitations on window size removed.
5531 (org-agenda-find-same-or-today-or-agenda): Rename from
5532 `org-agenda-find-today-or-agenda'.
5533 (org-scheduled-past-days): New option.
5534 (org-agenda-scheduled-leaders)
5535 (org-agenda-deadline-leaders): New options.
5536 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5537 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5538 (org-export-with-tags, org-export-plist-vars)
5539 (org-infile-export-plist): New "tags" option.
5540 (org-use-property-inheritance): New option.
5541 (org-cached-entry-get): Use `org-use-property-inheritance'.
5542 (org-remember-apply-template): Fix typo.
5543
5544 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
5545
5546 * net/tramp.el (tramp-find-shell)
5547 (tramp-open-connection-setup-interactive-shell): Improve sending
5548 initial commands.
5549 (tramp-action-terminal): Send debug message.
5550 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5551 (tramp-barf-if-no-shell-prompt): Insert code of
5552 `tramp-wait-for-shell-prompt'.
5553
5554 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5557
5558 * term/vt200.el (terminal-init-vt200):
5559 * term/vt201.el (terminal-init-vt201):
5560 * term/vt220.el (terminal-init-vt220):
5561 * term/vt240.el (terminal-init-vt240):
5562 * term/vt300.el (terminal-init-vt300):
5563 * term/vt320.el (terminal-init-vt320):
5564 * term/vt400.el (terminal-init-vt400):
5565 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5566
5567 * term/wyse50.el (wyse50-terminal-map): New var.
5568 (terminal-init-wyse50): Use it and input-decode-map.
5569 (enable-arrow-keys): Emasculate.
5570
5571 * term/tvi970.el (tvi970-terminal-map): New var.
5572 (terminal-init-tvi970): Use it and input-decode-map.
5573 (tvi970-keypad-numeric): Remove.
5574 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5575
5576 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5577 (terminal-init-sun): Use it and input-decode-map.
5578
5579 * term/news.el (terminal-init-news):
5580 * term/lk201.el (terminal-init-lk201):
5581 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5582
5583 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5584
5585 * complete.el (PC-expand-many-files): Remove.
5586 (PC-do-completion): Call file-expand-wildcards instead of
5587 PC-expand-many-files.
5588
5589 * net/tramp.el (tramp-handle-expand-many-files): Remove.
5590 (PC-expand-many-files): Remove advice.
5591
5592 2007-10-22 Glenn Morris <rgm@gnu.org>
5593
5594 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5595 Add some support for Fortran 2003 syntax:
5596 (f90-type-indent): Now also applies to `enum'.
5597 (f90-associate-indent): New user option.
5598 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5599 Add some F2003 keywords.
5600 (f90-constants-re): New constant.
5601 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5602 Interface'.
5603 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5604 `class'. Arguments for `type'/`class' may have spaces. Add a new
5605 element for functions with specified types. Add `end enum' and
5606 `select type'. Add `implicit enumerator' and `procedure'.
5607 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5608 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5609 (f90-font-lock-keywords-4): Add `f90-constants-re'.
5610 (f90-blocks-re): Add `enum' and `associate'.
5611 (f90-else-like-re): Add `class is', `type is', and `class default'.
5612 (f90-end-type-re): Add `enum'.
5613 (f90-end-associate-re, f90-typeis-re): New constants.
5614 (f90-end-block-re): Add `enum' and `associate'. Change from
5615 optional whitespace to end-of-word, to avoid `enumerator'.
5616 (f90-start-block-re): Add `select type', `abstract interface', and
5617 `enum'. Avoid `type is', and `type (sometype)'.
5618 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5619 (f90-mode): Doc fix.
5620 (f90-looking-at-select-case): Doc fix. Add `select type'.
5621 (f90-looking-at-associate): New function.
5622 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5623 Add `enum' and `abstract interface'.
5624 (f90-no-block-limit): Add `select type' and `abstract interface'.
5625 (f90-get-correct-indent, f90-calculate-indent)
5626 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5627 (f90-indent-region, f90-match-end): Handle `associate' blocks.
5628
5629 2007-10-22 Martin Rudalics <rudalics@gmx.at>
5630
5631 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5632 Use window-full-width-p.
5633
5634 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
5635
5636 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5637
5638 * tooltip.el: Use featurep 'xemacs.
5639
5640 * printing.el: Move variable definitions before use, no code change.
5641
5642 2007-10-22 Juri Linkov <juri@jurta.org>
5643
5644 * simple.el (goto-history-element): Allow minibuffer-default to be
5645 a list of default values accessible by typing M-n in the minibuffer.
5646
5647 * dired-x.el (dired-guess-shell-command): Put all guesses to the
5648 minibuffer default value list instead of pushing them temporarily
5649 to the history list.
5650
5651 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5652
5653 * hexl.el (hexl-menu): New major mode menu.
5654
5655 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5658
5659 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5660
5661 * w32-fns.el (w32-quote-process-args):
5662 * dos-w32.el (print-region-function, lpr-headers-switches)
5663 (ps-print-region-function): Pacify byte-compiler.
5664
5665 * emulation/edt-mapper.el (function-key-map):
5666 (edt-map-key): Make it a function instead of using fset.
5667 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
5668 (edt-gnu-map-key, edt-lucid-map-key): Remove.
5669 (edt-x-emacs-p): Remove.
5670 (edt-emacs-variant, edt-window-system, edt-xserver):
5671 Use featurep 'xemacs.
5672
5673 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5674 Replace eudc-xemacs-p with its definition.
5675 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
5676 (eudc-emacs-mule-p): Remove.
5677 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
5678 eudc-xemacs-p with feature tests.
5679
5680 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
5681 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
5682 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
5683 (eudc-bob-toggle-inline-display):
5684 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
5685 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
5686
5687 * net/eudcb-ph.el (eudc-ph-open-session):
5688 Replace eudc-xemacs-mule-p with its former definition.
5689
5690 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
5691 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
5692
5693 * progmodes/vera-mode.el (vera-xemacs): Remove.
5694 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
5695
5696 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
5697 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
5698 (vhdl-speedbar-initialize, vhdl-ps-print-init)
5699 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
5700 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
5701 with (featurep 'xemacs).
5702
5703 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
5704 (save-buffer-state-x):
5705 * obsolete/fast-lock.el (fast-lock-verbose):
5706 * emulation/viper-init.el (viper-xemacs-p)
5707 (viper-cond-compile-for-xemacs-or-emacs):
5708 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
5709 * ps-print.el (case-fold-search):
5710 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
5711 * calculator.el (calculator-help): Use featurep 'xemacs.
5712
5713 * progmodes/prolog.el: Undo previous change.
5714 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
5715
5716 * progmodes/dcl-mode.el:
5717 * play/yow.el:
5718 * calendar/todo-mode.el:
5719 * calendar/cal-hebrew.el:
5720 * vc-hg.el: Undo previous change.
5721
5722 * vms-patch.el: Likewise.
5723 (print-region-function): Pacify byte-compiler.
5724
5725 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
5728 preserve-uid-gid.
5729
5730 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
5731 compatibility. It is not used, though.
5732
5733 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
5734 Require tramp-cmds.el.
5735 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
5736 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
5737 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
5738 (tramp-do-copy-or-rename-file-out-of-band)
5739 (tramp-maybe-open-connection): Use `make-temp-name'. This is
5740 possible, because we don't need to create the temporary file, but
5741 we need a prefix for ssh, which has its own temporary file handling.
5742 (tramp-handle-delete-directory): Add "-f" to rmdir.
5743 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
5744 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
5745 a signal, in order to give the callee a chance to suppress.
5746 (tramp-handle-write-region): Set owner also in case of short
5747 track. Don't use compatibility calls for `write-region' anymore.
5748 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
5749 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
5750
5751 * net/tramp-cmds.el: New file.
5752
5753 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
5754 `tramp-clear-passwd'.
5755
5756 * net/trampver.el: Update release number.
5757
5758 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5759
5760 * progmodes/gud.el (gud-target-name): Move definition before use.
5761
5762 * progmodes/dcl-mode.el: Require imenu at compile time.
5763
5764 * progmodes/cc-engine.el (c-maybe-stale-found-type):
5765 Pacify byte-compiler.
5766
5767 * obsolete/fast-lock.el: Use featurep test instead of string-match.
5768
5769 * eshell/esh-mode.el (eshell-handle-ansi-color):
5770 Require ansi-color at compile time too.
5771
5772 * eshell/em-unix.el (eshell/info): Require info at compile time too.
5773
5774 * w32-fns.el: Require w32-vars.
5775
5776 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
5777 time too.
5778
5779 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * double.el ([ignore]): Use `ignore'.
5782 (double-setup): Inline into double-mode.
5783 (double-mode): Use define-minor-mode.
5784
5785 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5786
5787 * textmodes/reftex.el: Move require easymenu before first use.
5788 (reftex-info): Require info at compile too.
5789
5790 * textmodes/org-publish.el (org-publish-org-to-html)
5791 (org-publish-org-to): Require org at compile time too.
5792 (org-publish-attachment): Require at compile time too.
5793
5794 * term/tty-colors.el (w32-tty-standard-colors):
5795 Pacify byte-compiler.
5796
5797 * term/pc-win.el (frame-creation-function-alist): Add to this
5798 instead of setting frame-creation-function.
5799
5800 * play/blackbox.el (bb-up, bb-down): Use forward-line.
5801
5802 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
5803
5804 * calendar/todo-mode.el: Require calendar at compile time.
5805
5806 * calendar/cal-hebrew.el: Require holidays at compile time.
5807
5808 * w32-vars.el: Provide w32-vars.
5809
5810 * term/w32-win.el: Require w32-vars.
5811 (w32-color-map): Pacify byte-compiler.
5812
5813 * loadup.el: Load w32-vars before term/w32-win.
5814
5815 2007-10-20 Juri Linkov <juri@jurta.org>
5816
5817 * textmodes/fill.el (fill-paragraph): When the region is active,
5818 don't try other `or' branches regardless of the value returned by
5819 fill-region; just return t.
5820
5821 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5822
5823 * vc.el (vc-do-command): Condition out a misleading message when
5824 running asynchronously.
5825 (vc-deduce-fileset): New argument enables using an unregistered
5826 visited file as a singleton fileset if nothing else is available.
5827 (vc-next-action): Restore file-registering behavior.
5828
5829 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5830
5831 * calc/README: Add recent news.
5832
5833 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
5834
5835 * term/x-win.el (x-gtk-stock-map, icon-map-list)
5836 (x-gtk-map-stock): Delete duplicated definitions from merge.
5837
5838 * progmodes/compile.el (compilation-skip-to-next-location)
5839 (compilation-skip-threshold, compilation-skip-visited):
5840 Move definitions earlier.
5841
5842 * play/decipher.el (decipher-keypress):
5843 * play/zone.el (zone-fall-through-ws):
5844 * play/landmark.el (lm-move-down, lm-move-up):
5845 * play/handwrite.el (handwrite):
5846 * mail/mspools.el (mspools-visit-spool):
5847 * wdired.el (wdired-next-line, wdired-previous-line):
5848 * tar-mode.el (tar-subfile-save-buffer):
5849 * scroll-lock.el (scroll-lock-next-line)
5850 (scroll-lock-previous-line):
5851 * image-dired.el (image-dired-next-line)
5852 (image-dired-previous-line):
5853 * ediff-help.el (ediff-help-message-line-length):
5854 Use forward-line.
5855
5856 * smerge-mode.el (smerge-auto-refine):
5857 * diff-mode.el (diff-auto-refine): Add :group.
5858
5859 * play/yow.el: Require doctor at compile time.
5860
5861 * vmsproc.el: Provide vmsproc.
5862 (command-send-input): Use forward-line.
5863
5864 * vms-patch.el: Require ps-print and vmsproc at compile time.
5865
5866 * vc-mtn.el (log-view-message-re, log-view-file-re)
5867 (log-view-font-lock-keywords): Pacify byte-compiler.
5868
5869 * vc-hg.el: Require log-view at compile time.
5870
5871 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5872
5873 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5874
5875 2007-10-20 Glenn Morris <rgm@gnu.org>
5876
5877 * progmodes/f90.el (f90-font-lock-keywords-2)
5878 (f90-looking-at-type-like): Fix regexp typos.
5879
5880 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5881
5882 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5883 (bs-mode): Set mode-class property to special.
5884
5885 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * diff-mode.el (diff-auto-refine): New var.
5888 (diff-hunk): Use it.
5889 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5890 (diff-refine-change): Rename from diff-fine-change. Change it.
5891 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5892 (diff-refine-hunk): Rename from diff-fine-highlight.
5893
5894 2007-10-20 John Paul Wallington <jpw@pobox.com>
5895
5896 * help-fns.el (describe-variable-custom-version-info): New function
5897 to return variable's version or package version note.
5898 (describe-variable): Use it, display result.
5899
5900 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * smerge-mode.el (smerge-auto-refine): New var.
5903 (smerge-next, smerge-prev): Use it.
5904 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5905
5906 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5907 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5908
5909 * vc-bzr.el (vc-bzr-diff-tree):
5910 * vc-git.el (vc-git-diff-tree):
5911 * vc-hg.el (vc-hg-diff-tree):
5912 * vc-mcvs.el (vc-mcvs-diff-tree):
5913 * vc-mtn.el (vc-mtn-diff-tree):
5914 * vc-svn.el (vc-svn-diff-tree): Remove.
5915
5916 * vc-mtn.el (vc-mtn-revision-completion-table):
5917 * vc-cvs.el (vc-cvs-revision-completion-table):
5918 * vc-arch.el (vc-arch-revision-completion-table):
5919 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5920 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5921 Make it work when the arg is a list of files.
5922
5923 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5926 Also `revision-completion-table' now takes a list of files.
5927 (vc-deduce-fileset): Remove unused var `regexp'.
5928 Only obey allow-directory-wildcard in dired buffers.
5929 (vc-default-diff-tree): Remove.
5930 (vc-diff-added-files): New var.
5931 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
5932 (vc-version-diff): Revert from `vc-history-diff' to the original name.
5933 Remove the `backend' arg.
5934 (vc-contains-version-controlled-file): Remove.
5935 (vc-diff): Bring it closer to the version in Emacs-22.
5936 (vc-revert): Fix typo in let-binding.
5937 (vc-default-unregister): Remove.
5938 (vc-dired-buffers-for-dir): Remove N^2 behavior.
5939
5940 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * textmodes/two-column.el (2C-split, 2C-merge):
5943 * textmodes/bib-mode.el (bib-find-key, mark-bib):
5944 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5945 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5946 * progmodes/ada-xref.el (ada-get-all-references):
5947 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5948 * emulation/vi.el (vi-previous-line-first-nonwhite)
5949 (vi-effective-range, vi-put-before):
5950 * emulation/edt.el (edt-next-line, edt-previous-line)
5951 (edt-paragraph-forward): Use forward-line.
5952
5953 * progmodes/etags.el (tags-apropos): Require apropos at compile
5954 time too.
5955
5956 * progmodes/prolog.el: Require comint when compiling.
5957 (inferior-prolog-flavor): Move defvar before use.
5958
5959 2007-10-19 Richard Stallman <rms@gnu.org>
5960
5961 * font-core.el (turn-on-font-lock-if-desired):
5962 Rename from `turn-on-font-lock-if-enabled'.
5963 Fully obey `font-lock-global-modes'.
5964
5965 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5968 which will not affect the behavior of things like forward-word.
5969 (diff-fine-highlight): Preserve point.
5970
5971 * doc-view.el (doc-view-mode-map): Use remapping.
5972 Don't rebind C-v, M-v to their default value.
5973 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5974
5975 * smerge-mode.el: Add word-granularity refinement.
5976 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5977 (smerge-refine-weight-hack): New vars.
5978 (smerge-refine-forward): New fun.
5979 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5980 (smerge-refine-subst): Use them as well. Preserve point.
5981
5982 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5983
5984 * follow.el (follow-unload-function): New function.
5985
5986 * loadhist.el (unload-function-features-list):
5987 Rename from `unload-hook-features-list'.
5988 (unload-hook-features-list): Add as obsolete alias.
5989 (unload-feature): Use `unload-function-features-list'
5990 and new FEATURE-unload-function.
5991
5992 2007-10-19 Glenn Morris <rgm@gnu.org>
5993
5994 * bindings.el (mouse-minor-mode-menu)
5995 (minor-mode-menu-from-indicator): Move to mouse.el.
5996 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5997 Move here from bindings.el.
5998
5999 2007-10-19 Richard Stallman <rms@gnu.org>
6000
6001 * help-fns.el (describe-function-1): Don't use the advice origname
6002 if it has no function definition.
6003
6004 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6005
6006 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6007 Use `save-restriction' rather than `widen'.
6008
6009 2007-10-18 Richard Stallman <rms@gnu.org>
6010
6011 * time.el (display-time-world-time-format): Display day # not month #.
6012
6013 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6014
6015 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6016
6017 * doc-view.el: Remove version keyword.
6018 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6019 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
6020 (doc-view-ghostscript-options): Improve custom type.
6021 (doc-view-cache-directory, doc-view-conversion-buffer)
6022 (doc-view-conversion-refresh-interval): Simplify custom type.
6023
6024 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
6025
6026 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6027 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6028 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6029 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6030 Remove superfluous messages.
6031 (doc-view-mode-map): Use the image-mode scrolling commands.
6032 Don't rebind C-x k.
6033
6034 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6035
6036 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6037 Add comment about "-dSAFER".
6038
6039 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * term/xterm.el: Don't require xt-mouse.
6042 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6043 calling turn-on-xterm-mouse-tracking-on-terminal directly.
6044
6045 * xt-mouse.el: Don't change the global function-key-map anny more.
6046 (xterm-mouse-mode): Use terminal-init-xterm-hook.
6047 Don't use after-make-frame-functions now that term/xterm.el calls
6048 us directly.
6049 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6050 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
6051 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6052 Setup input-decode-map and remember that xterm-mouse-mode was
6053 enabled in this terminal.
6054 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6055 terminals where it has been enabled.
6056
6057 * faces.el (tty-create-frame-with-faces): Make sure not only
6058 tty-run-terminal-initialization but also set-locale-environment
6059 are run only once per terminal.
6060 (tty-run-terminal-initialization): Don't check if the terminal was
6061 already initted.
6062
6063 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6064 not to remove keymaps that just happen to inherit from one of ours.
6065 When setting up our keymap, make sure it won't be accidentally
6066 modified by someone else.
6067
6068 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6069
6070 * textmodes/artist.el (artist-previous-line, artist-next-line):
6071 * dired.el (dired-next-line, dired-previous-line):
6072 * progmodes/delphi.el (delphi-newline):
6073 * textmodes/org.el (org-columns-eval):
6074 Use forward-line.
6075
6076 * emerge.el (emerge-setup): Use insert-buffer-substring.
6077 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6078
6079 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
6080
6081 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6082 (adaptive-fill-function): Doc fix. Remove * from docstring.
6083
6084 2007-10-18 Tom Horsley <tom.horsley@att.net>
6085
6086 * simple.el (interprogram-paste-function): Doc fix.
6087 (current-kill): Accept list of strings as well
6088 as single string from `interprogram-paste-function'.
6089
6090 2007-10-18 Glenn Morris <rgm@gnu.org>
6091
6092 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6093
6094 2007-10-18 Drew Adams <drew.adams@oracle.com>
6095
6096 * bindings.el (mode-line-minor-mode-keymap):
6097 Add mouse-minor-mode-menu on mouse-1.
6098 (mode-line-modes): Add mouse-1 to help-echo text.
6099 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6100 New functions.
6101 (mode-line-minor-mode-help): Doc fix.
6102
6103 2007-10-17 Juri Linkov <juri@jurta.org>
6104
6105 * textmodes/fill.el (fill-paragraph-or-region): Remove function
6106 at the request of RMS.
6107 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
6108 arg `region'. Fix docstring. At the first `or' branch add call to
6109 `fill-region' if it the region is active in transient-mark-mode.
6110
6111 * bindings.el (esc-map): Bind M-q to fill-paragraph
6112 instead of fill-paragraph-or-region.
6113
6114 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6115 with fill-paragraph.
6116
6117 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6118 Fix docstring.
6119
6120 * indent.el (indent-for-tab-command): Change interactive spec from
6121 "P" to "p". Add check for interactive arg before indenting the
6122 active region.
6123
6124 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6125 Regroup.
6126
6127 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
6128
6129 * emacs-lisp/find-func.el: Don't require loadhist.
6130
6131 * loadhist.el (feature-symbols, file-provides, file-requires)
6132 (file-set-intersect, file-dependents): Simplify.
6133 (unload-feature-special-hooks): Update list of special hooks.
6134
6135 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
6136
6137 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6138 extensions since they can be viewed with doc-view.
6139
6140 * files.el (auto-mode-alist): Make doc-view-mode the default mode
6141 for pdf, ps and dvi files.
6142
6143 * doc-view.el: Make doc-view-mode the standard mode for viewing
6144 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6145 text and image display. Add binding C-c C-e to switch to an
6146 editing mode.
6147 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6148 avoid security problems when rendering files from untrusted sources.
6149
6150 2007-10-17 Aaron Hawley <aaronh@garden.org>
6151
6152 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6153 position is not saved.
6154
6155 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
6156
6157 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
6158 (doc-view-ghostscript-options): Fix typo in doc string.
6159
6160 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6163 handling, so compilation-fake-loc works again.
6164
6165 * server.el (server-select-display): Nop if we do not support m-f-o-d.
6166 (server-process-filter): Revert last change.
6167
6168 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6169 behavior unrelated to filesets.
6170
6171 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * longlines.el (longlines-wrap-follows-window-size): Integer value
6174 specifies wrapping margin.
6175 (longlines-mode, longlines-window-change-function):
6176 Set window-specific wrapping margin based on the above.
6177
6178 2007-10-17 John Wiegley <johnw@newartisans.com>
6179
6180 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6181
6182 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6183
6184 * server.el (server-process-filter): Only set display if X11 is
6185 supported.
6186
6187 2007-10-17 Glenn Morris <rgm@gnu.org>
6188
6189 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6190 Tweak regexp to avoid stack overflow.
6191
6192 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * simple.el (reindent-then-newline-and-indent): Don't assume that
6195 indent-according-to-mode preserves point.
6196
6197 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6200 (bs--nth-wrapper): Simplify.
6201 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
6202 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
6203 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6204 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6205 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6206 (bs-configurations, bs-default-configuration)
6207 (bs-alternative-configuration, bs-cycle-configuration-name)
6208 (bs-string-show-always, bs-string-show-never, bs-string-current)
6209 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6210 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6211 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6212 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6213 (bs--window-config-coming-from): Revert 2006-11-09 change.
6214 (bs--restore-window-config): Keep the selected frame.
6215 (bs--track-window-changes, bs--remove-hooks): New functions.
6216 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
6217 (bs--create-header): Remove.
6218 (bs--create-header-line): New function, based on `bs--create-header'.
6219 (bs--show-header): Use `bs--create-header-line'.
6220 (bs--show-with-configuration): Revert 2006-11-09 change.
6221 Don't reuse window unless it is visible on the selected frame.
6222 Restore window configuration (possibly in a different frame)
6223 before creating any window.
6224
6225 2007-10-16 Glenn Morris <rgm@gnu.org>
6226
6227 * simple.el (blink-matching-open): Don't report false errors with
6228 the `$' syntax class.
6229
6230 2007-10-16 Richard Stallman <rms@gnu.org>
6231
6232 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6233 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6234 (ad-is-advised, ad-get-advice-info-field)
6235 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6236
6237 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * vc-hooks.el (vc-workfile-version): Compatibility alias.
6240 (vc-default-working-revision): Compatibility for backends.
6241
6242 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6245 (filesets-ormap, filesets-sort-case-sensitive-flag)
6246 (filesets-remake-shortcut, filesets-ingroup-collect-files):
6247 Fix typos in docstrings.
6248 (filesets-conditional-sort, filesets-find-or-display-file)
6249 (filesets-data-get-name, filesets-data-get-data)
6250 (filesets-data-set, filesets-cmd-query-replace-getargs)
6251 (filesets-ingroup-collect): Doc fixes.
6252
6253 2007-10-15 Sam Steingold <sds@gnu.org>
6254
6255 * mail/sendmail.el (sendmail-error-reporting-interactive)
6256 (sendmail-error-reporting-non-interactive): New variables for
6257 sendmail error reporting options to simplify support for imperfect
6258 sendmail emulators.
6259 (sendmail-send-it): Use them instead of list literals.
6260
6261 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6262
6263 * help-fns.el: Revert previous change; it creates a
6264 dependency loop between advice.el and help-fns.el.
6265
6266 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * help-fns.el: Require advice when compiling.
6269
6270 2007-10-14 Drew Adams <drew.adams@oracle.com>
6271
6272 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6273 (ring-insert+extend, ring-remove+insert+extend, ring-member)
6274 (ring-next, ring-previous): New functions.
6275
6276 2007-10-14 Richard Stallman <rms@gnu.org>
6277
6278 * emacs-lisp/advice.el (documentation): Advice deleted.
6279 Doc for advised functions is now handled at C level.
6280 (ad-stop-advice, ad-start-advice): Don't enable or disable
6281 advice for `documentation'.
6282 (ad-advised-definition-docstring-regexp): Var deleted.
6283 (ad-make-advised-definition-docstring): Store orig name
6284 as text property of string.
6285 (ad-advised-definition-p): Check for text property of docstring.
6286
6287 * help-fns.el (describe-function-1): Find source of advised functions.
6288
6289 2007-10-14 Juri Linkov <juri@jurta.org>
6290
6291 * faces.el (describe-face): Allow handling a string as the face name.
6292
6293 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6294 active region in transient-mark-mode.
6295 (ispell-region): Change messages displayed at the start and end of
6296 the spell-checking to be the same.
6297
6298 * startup.el (fancy-startup-tail): Say exactly what does the button
6299 dismiss ("Dismiss this startup screen"). Use text "Never show
6300 it again" for the checkbox after this button.
6301 (fancy-startup-screen, fancy-about-screen): Put point before the
6302 first link, so the user can quickly select links with the keyboard.
6303 (normal-mouse-startup-screen): Add more useful text describing how
6304 to follow a link.
6305
6306 2007-10-14 Glenn Morris <rgm@gnu.org>
6307
6308 * progmodes/etags.el (select-tags-table): Disable undo in the
6309 `*Tags Table List*' buffer.
6310
6311 2007-10-13 Eli Zaretskii <eliz@gnu.org>
6312
6313 * dired.el (dired-warn-writable): New face.
6314 (dired-warn-writable-face): New variable.
6315 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6316 of dired-warning-face, for group- and world-writable files.
6317
6318 2007-10-13 Richard Stallman <rms@gnu.org>
6319
6320 * files.el (directory-abbrev-alist): Doc fix.
6321
6322 2007-10-13 Jari Aalto <jari.aalto@cante.net>
6323
6324 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6325
6326 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6327
6328 * frame.el (set-frame-configuration): Assign name parameter only
6329 if it has been set explicitly before.
6330
6331 2007-10-11 Tom Tromey <tromey@redhat.com>
6332
6333 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6334 frame is visible.
6335
6336 2007-10-10 Richard Stallman <rms@gnu.org>
6337
6338 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6339 in *Backtrace*.
6340
6341 * faces.el (face-font-selection-order): Doc fix.
6342
6343 * loadhist.el (unload-feature): Doc fix.
6344
6345 2007-10-13 Glenn Morris <rgm@gnu.org>
6346
6347 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6348 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6349 Add doc string, and an explicit COUNT argument.
6350 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6351 `inc' to search functions.
6352
6353 * faces.el (face-spec-set): When FRAME is nil, set the default for
6354 new frames (restores pre-2007-09-17 behavior). Doc fix.
6355
6356 2007-10-13 John W. Eaton <jwe@octave.org>
6357
6358 * progmodes/octave-mod.el (octave-looking-at-kw)
6359 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6360 New functions.
6361 (octave-in-defun-p, calculate-octave-indent)
6362 (octave-blink-matching-block-open, octave-beginning-of-defun)
6363 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6364 to search for regexps that contain case-sensitive keywords.
6365 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6366 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6367
6368 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6369
6370 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6371 Do not use a single clause cond.
6372
6373 * cus-start.el (all): Use test that does not match the X11 version
6374 for mac.
6375
6376 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
6377
6378 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6379 BROWSE buffer.
6380
6381 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * cus-start.el (all): Undo previous change.
6384
6385 2007-10-13 Glenn Morris <rgm@gnu.org>
6386
6387 * woman.el (woman0-rename): Fix paren typo.
6388
6389 * mail/feedmail.el (feedmail-run-the-queue)
6390 (feedmail-look-at-queue-directory):
6391 * mail/reporter.el (reporter-dump-state):
6392 * net/eudc-hotlist.el (eudc-edit-hotlist):
6393 * net/eudc.el (eudc-display-records)
6394 (eudc-filter-duplicate-attributes)
6395 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6396 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6397 (eudc-bbdb-query-internal):
6398 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6399 * net/socks.el (socks-build-auth-list):
6400 * progmodes/cc-cmds.el (top level):
6401 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6402 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6403 (cperl-write-tags, cperl-tags-treeify):
6404 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6405 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6406 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6407 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6408 (idlwave-toolbar-remove-everywhere):
6409 * progmodes/idlwave.el (idlwave-indent-line)
6410 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6411 (idlwave-write-paths, idlwave-all-method-classes)
6412 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6413 (idlwave-fix-keywords, idlwave-display-calling-sequence)
6414 (idlwave-complete-in-buffer):
6415 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6416 (org-fast-tag-selection):
6417 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6418 than mapcar.
6419
6420 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6421
6422 * diff-mode.el (diff-fine-change): Add :group.
6423
6424 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6425
6426 * cus-start.el (all): Use the same test as the 22.2 branch.
6427
6428 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * diff-mode.el (diff-current-defun): Force recomputation of
6431 change-log-default-name.
6432
6433 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * startup.el (fancy-startup-screen): Remove an unnecessary newline
6436 and some leftover logic regarding dedicated frames. If showing
6437 concise startup screen, fit window to buffer.
6438 (command-line-1): If we will be using the splash screen, use
6439 find-file instead of find-file-other-window to find additional files.
6440 Comment out unused code for coping with the old sit-for behavior.
6441
6442 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6445 `meta' modifier consistently, rather than using sometimes meta
6446 sometimes alt.
6447
6448 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6449
6450 * window.el (handle-select-window): Revert part of 2007-10-08
6451 change setting the input focus.
6452
6453 2007-10-12 Glenn Morris <rgm@gnu.org>
6454
6455 * startup.el (command-line): Do not read abbrev file in batch mode.
6456
6457 * emacs-lisp/byte-opt.el (top level):
6458 * mail/rmail.el (rmail-list-to-menu):
6459 * obsolete/hilit19.el (hilit-mode):
6460 * progmodes/cc-mode.el (c-postprocess-file-styles)
6461 (c-submit-bug-report):
6462 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6463 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6464 (reftex-access-parse-file):
6465 * textmodes/reftex-cite.el (reftex-do-citation)
6466 (reftex-insert-bib-matches):
6467 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6468 * textmodes/reftex-sel.el (reftex-select-unmark):
6469 * textmodes/reftex-toc.el (reftex-toc-do-promote):
6470 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6471
6472 * cus-edit.el (custom-variable-menu, custom-face-menu)
6473 (custom-group-menu): Check init-file-user rather than
6474 user-init-file, in case cus-edit is loaded by site-run-file.
6475
6476 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6477
6478 * vc.el (vc-deduce-fileset): Delete unused code.
6479 (vc-next-action): Fix typos.
6480
6481 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6482
6483 * bs.el (bs--mark-unmark): New function.
6484 (bs-mark-current, bs-unmark-current): Use it.
6485
6486 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6487
6488 * vc.el (vc-diff):
6489 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
6490 temporarily disable the check for his edge case of
6491 vc-diff (stopping it from grinding when called from $HOME), as
6492 it's calling some brittle code in vc-hooks.el.
6493 (with-vc-properties): Fix evaluation time of a macro argument.
6494 * ediff-vers.el (ediff-vc-internal):
6495 * vc-hooks.el:
6496 * loaddefs.el: Follow up on VC terminology change.
6497
6498 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6499
6500 * follow.el (follow-stop-intercept-process-output):
6501 Use `follow-call-process-filter' rather than `process-filter'.
6502 Simplify.
6503
6504 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6505
6506 * vc-hooks.el (vc-registered): Robustify this function a bit
6507 against filenames with no directory component.
6508
6509 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * international/characters.el: Undo unwanted and unexplained change.
6512
6513 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6514
6515 * ps-print.el: Fix the usage of :foreground and :background face
6516 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6517 (ps-print-version): New version 6.7.6.
6518 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6519 Fix code.
6520 (ps-face-foreground-color-p, ps-face-background-color-p)
6521 (ps-face-color-p): New inline funs.
6522
6523 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6524
6525 * textmodes/org.el (org-additional-option-like-keywords): New constant.
6526 (org-complete): Use `org-additional-option-like-keywords'.
6527 (org-parse-local-options): New function.
6528
6529 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6530
6531 * textmodes/org.el (org-in-clocktable-p): New function.
6532 (org-clock-report): Only update the table at point, or insert a new one.
6533 (org-clock-goto): New function.
6534 (org-open-file): Use `start-process-shell-command' instead of
6535 `shell-command' with an ampersand.
6536 (org-deadline, org-schedule): New argument REMOVE to remove the
6537 date from the entry.
6538 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6539 argument to `org-schedule' and `org-deadline'.
6540 (org-trim): Use the correct expressions for beginning and end of
6541 the string.
6542 (org-get-cleaned-entry): Trim the string before returning it.
6543 (org-clock-find-position): New function.
6544 (org-clock-into-drawer): New option.
6545 (org-agenda-tags-column): Rename from
6546 `org-agenda-align-tags-to-column'.
6547 (org-agenda-align-tags): Allow negative values for
6548 `org-agenda-tags-column'.
6549 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6550 (org-agenda-to-appt): New optional argument FILTER.
6551 (org-completion-fallback-command): New variable.
6552 (org-complete): Use `org-completion-fallback-command'.
6553 (org-find-base-buffer-visiting): Catch the case that there is no
6554 buffer visiting the file.
6555 (org-property-or-variable-value): New function.
6556 (org-todo): Use `org-property-or-variable-value'
6557 (org-agenda-compact-blocks): New option.
6558 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6559 (org-agenda-schedule, org-agenda-deadline):
6560 Call `org-agenda-show-new-time'.
6561 (org-agenda-show-new-time): New argument PREFIX.
6562 (org-colgroup-info-to-vline-list): Fix but that cause a
6563 shift in the vertical lines.
6564 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6565 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6566 (org-indent-item): No arg in call to `org-fix-bullet-type'.
6567 (org-fix-bullet-type): Remove argument.
6568 (org-read-date): Check for am/pm twice, to catch the end time.
6569 (org-goto-map): Use `suppress-keymap'.
6570 (org-remember-apply-template): Respect the dynamically scoped
6571 selection character.
6572
6573 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
6574
6575 * textmodes/org-export-latex.el (org-export-latex-protect-string):
6576 Renaming of `org-latex-protect'.
6577 (org-export-latex-emphasis-alist): By default, don't protect
6578 any emphasis formatter from further conversion.
6579 (org-export-latex-tables): Honor column grouping for tables.
6580 (org-export-latex-title-command): New option.
6581 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6582 export backslash character.
6583
6584 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * frame.el (frame-inherited-parameters): Remove unused `environment'
6587 parameter, and let server.el add `client' when needed.
6588
6589 * server.el (server-create-tty-frame)
6590 (server-create-window-system-frame): Set frame-inherited-parameters.
6591
6592 * frame.el (frame-inherited-parameters): New var.
6593 (make-frame): Use it.
6594
6595 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6596
6597 * env.el (let-environment): Remove. Unused.
6598 (read-envvar-name): Simplify.
6599 (setenv): Remove unused arg `frame'.
6600
6601 * help-fns.el (describe-variable): Add missing " " for multiline
6602 obsolescence info and missing EOL after global value.
6603
6604 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6605
6606 * add-log.el:
6607 * ediff-vers.el:
6608 * log-view.el:
6609 * pcvs.el:
6610 * vc-arch.el:
6611 * vc-bzr.el:
6612 * vc-cvs.el:
6613 * vc.el:
6614 * vc-git.el:
6615 * vc-hg.el:
6616 * vc-hooks.el:
6617 * vc-mcvs.el:
6618 * vc-mtn.el:
6619 * vc-rcs.el:
6620 * vc-sccs.el:
6621 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6622 {find,init,next,previous,annotate-*,log}-version ->
6623 {find,init,next,previous,annotate-*,log}-revision,
6624 annotate-focus-version -> annotate-working-revision, The term
6625 'focus' is gone. The term 'revision' is now used consistently
6626 everywhere that reference to a revision ID is intended, replacing
6627 older use of 'version'.
6628
6629 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
6630
6631 * follow.el: Change all instances of "Follow Mode" to "Follow
6632 mode" in docstrings and messages.
6633 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6634
6635 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6636
6637 * vc.el (vc-next-action): Rewrite completely; this principal
6638 entry point now operates on a current fileset selected either
6639 explicitly via VC-Dired or implicitly by visiting a file buffer,
6640 rather than always operating on the file of the current buffer as
6641 in older versions. Rewrite the rest of the mode to match.
6642 (with-vc-properties): Rewrite to operate on a file list.
6643 (with-vc-file): vc-checkin takes a file list argument now.
6644 (vc-post-command-functions): This hook now receives a file list.
6645 (vc-do-command): Take a either a file or a file list as argument.
6646 (vc-deduce-fileset): New function for deducing a file list to
6647 operate on.
6648 (vc-next-action-on-file, vc-next-action-dired): Remove.
6649 Merge into vc-next-action.
6650 (vc-register): Adapt to the fact that vc-start-entry now takes a
6651 file list.
6652 (vc-register-with): New function.
6653 (vc-start-entry): Take a file list argument rather than a
6654 file argument.
6655 (vc-checkout): Cope with vc-start-entry taking a file list.
6656 (vc-steal-lock): Cope with with-vc-properties taking a
6657 file list.
6658 (vc-checkin): Take a file list argument rather than a file argument.
6659 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6660 (vc-diff-internal): Rewrite for filesets.
6661 (vc-diff-sentinel): New function, tests whether changes were
6662 written into a diff buffer.
6663 (vc-diff): Rewrite for filesets.
6664 (vc-version-diff): Rewrite for filesets.
6665 (vc-print-log): Take a fileset argument.
6666 (vc-revert): Revert the entire selected fileset, not just the
6667 current buffer.
6668 (vc-rollback): Roll back the entire selected fileset, if
6669 possible. No longer accepts a prefix argument.
6670 (vc-update): Merge new changes for the entire selected
6671 fileset, not just the current buffer.
6672 (vc-revert-file): Cope with with-vc-properties taking a file list.
6673 (vc-default-dired-state-info): Add + status suffix if the file is
6674 modified.
6675 (vc-annotate-warp-version): Use the new diff machinery.
6676 (vc-log-edit): Take a file list argument rather than a file argument.
6677
6678 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6679
6680 Sync with Tramp 2.1.11.
6681
6682 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6683 Pacify byte compiler.
6684
6685 * net/trampver.el: Update release number.
6686
6687 2007-10-09 Richard Stallman <rms@gnu.org>
6688
6689 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
6690
6691 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * follow.el: Require easymenu.
6694 (follow-mode-hook, follow-mode): Doc fixes.
6695 (follow-mode-off-hook): Mark as obsolete.
6696
6697 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6698
6699 * window.el (mouse-autoselect-window-cancel): Don't cancel for
6700 select-window or select-frame events.
6701 (handle-select-window): When autoselecting window set input
6702 focus. Restructure.
6703
6704 * frame.el (focus-follows-mouse): Move to frame.c.
6705 * cus-start.el (all): Add focus-follows-mouse.
6706
6707 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6708
6709 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
6710 activate font-locking in the *buffer-selection* buffer.
6711 (bs-show-sorted): Doc fix.
6712
6713 * bs.el (bs--get-marked-string, bs--get-modified-string)
6714 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6715 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
6716 (bs--format-aux): Doc fix.
6717
6718 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6719
6720 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
6721
6722 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
6725 (gud-gdb): New function for old M-x gdb (text command mode).
6726 (gud-gdb-command-name, gdb): Move to...
6727
6728 * progmodes/gdb-ui.el: ...here and adapt doc string.
6729 (gud-gdba-command-name, gdba): Delete.
6730
6731 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * bs.el: Don't defvar `font-lock-verbose'.
6734 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
6735 (bs--get-file-name): Fix typos in docstrings.
6736 (bs--show-header): Use `dolist' instead of `mapcar'.
6737 (bs-mode): Set `show-trailing-whitespace' to nil.
6738 (bs-buffer-sort-function, bs-mouse-select-other-frame)
6739 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
6740 Doc fixes.
6741
6742 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
6743
6744 * progmodes/gud.el (pdb): Specify file for gud-break.
6745
6746 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6747
6748 * progmodes/gud.el (gdb): Make graphical mode the default and
6749 switch to text command mode if appropriate, i.e., reverse previous
6750 arrangement.
6751 (gud-gdb-marker-filter): Adapt for above change.
6752
6753 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
6754 gud-minor-mode and gud-marker-filter.
6755 (gdb-fullname-regexp): New variable.
6756 (gud-gdba-marker-filter): Use it to switch to text command
6757 mode if appropriate.
6758
6759 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * progmodes/gud.el (gud-display-line): Find source buffer even when
6762 GUD buffer has its own frame.
6763
6764 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6765
6766 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
6767
6768 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6769
6770 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6771
6772 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6773
6774 * allout.el (allout-before-change-handler): Replace got-char by
6775 goto-char.
6776
6777 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
6780 Used to try and automatically enabled smerge-mode in the presence of
6781 conflicts and to call `svn resolved' when the conflicts are gone.
6782 (vc-svn-parse-status): Remember the svn-specific status.
6783
6784 2007-10-08 Eli Zaretskii <eliz@gnu.org>
6785
6786 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
6787 menu-bar-apropos-menu. All users changed.
6788 (menu-bar-help-menu): Change menu symbols to better match the text
6789 displayed by the menu.
6790
6791 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6792
6793 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
6794 #, @, : and ^.
6795
6796 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6797
6798 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
6799
6800 * log-view.el (log-view-mode-map): Likewise.
6801
6802 * diff-mode.el (diff-mode-shared-map): Likewise.
6803
6804 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6805
6806 * files.el (file-name-sans-versions): Also allow `A-Z'.
6807
6808 * vc.el: Mention all supported VC backends.
6809
6810 2007-10-08 Richard Stallman <rms@gnu.org>
6811
6812 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
6813 neighbouring buttons.
6814
6815 2007-10-08 Andreas Schwab <schwab@suse.de>
6816
6817 * files.el (file-name-sans-versions): Also allow `_'.
6818
6819 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6820
6821 * files.el (file-name-sans-versions): Allow - and a-z in version names.
6822
6823 * log-view.el (log-view-mode-map, log-view-mode-menu):
6824 Bind log-view-annotate-version.
6825 (log-view-beginning-of-defun, log-view-end-of-defun)
6826 (log-view-annotate-version): New functions.
6827 (log-view-mode): Use log-view-beginning-of-defun and
6828 log-view-end-of-defun.
6829
6830 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
6833
6834 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
6837 neighbouring buttons.
6838
6839 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6840 Recognize gcc's use of "note" for informational messages.
6841
6842 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6845 (css-mode): Update correspondingly.
6846
6847 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6848
6849 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
6850 Signed-off-by, Acked-by and Merge.
6851
6852 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * ediff-init.el (ediff-verbose-p): This var is not a constant.
6855
6856 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * vc-mtn.el: New file.
6859
6860 * vc-hooks.el (vc-handled-backends): Add Mtn.
6861
6862 2007-10-08 Eli Zaretskii <eliz@gnu.org>
6863
6864 * files.el (find-file, find-file-other-window)
6865 (find-file-other-frame, find-file-existing, find-file-read-only)
6866 (find-file-read-only-other-window)
6867 (find-file-read-only-other-frame)
6868 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6869
6870 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6871
6872 * progmodes/gud.el (gdb-ready): New variable.
6873 (gdb): Set it to nil. Set gud-running to nil here...
6874 (gud-common-init): ...instead of here.
6875
6876 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6877 Use gdb-ready. Discard input until GDB is ready to accept it.
6878
6879 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6880
6881 * dired.el (dired-warning): Inherit from font-lock-warning-face to
6882 make it show up with eight colors.
6883
6884 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6887 diffs are concatenated with no intervening line.
6888
6889 2007-10-08 Dave Love <fx@gnu.org>
6890
6891 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6892 (python-font-lock-keywords): Update to the 2.5 version of the language.
6893 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6894 (python-backspace): Only behave funny in code.
6895 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6896 (inferior-python-mode): Add PDB prompt regexp.
6897 (python-fill-paragraph): Refine the fenced-string regexp.
6898 (python-find-imports): Handle imports spanning several lines.
6899 (python-mode): Add `class' to hideshow support.
6900
6901 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6904 Use add-log-buffer-file-name-function rather than binding
6905 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6906 when `fi' is the ChangeLog file itself.
6907
6908 * outline.el (outline-flag-region): Use front-advance.
6909
6910 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
6911
6912 * progmodes/cperl-mode.el: Merge upstream 5.23.
6913 (cperl-where-am-i): Remove function.
6914 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6915 (cperl-sniff-for-indent): De-invert [string] and [comment].
6916 When looking for label, skip s:m:y:tr.
6917 (cperl-indent-line): Likewise.
6918 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6919 (cperl-windowed-init): Wrong `ps-print' handling.
6920 Both thanks to Chong Yidong.
6921 (cperl-look-at-leading-count): Could fail with unfinished RExen.
6922 (cperl-find-pods-heres): If the second part of s()[] is missing,
6923 don't try to highlight delimiters...
6924
6925 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * progmodes/compile.el (compilation-get-file-structure): Complete last
6928 change by also using spec-directory in the puthash.
6929
6930 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6931
6932 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6933 (vc-bzr-status): Fix shadowing of variable 'status'.
6934 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6935 Use `expand-file-name' instead of `concat'.
6936 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6937 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
6938
6939 2007-10-08 Jason Rumney <jasonr@gnu.org>
6940
6941 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
6942
6943 2007-10-08 Richard Stallman <rms@gnu.org>
6944
6945 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6946 Add `safe-local-variable' property.
6947 (lisp-body-indent): Likewise.
6948
6949 2007-10-08 Richard Stallman <rms@gnu.org>
6950
6951 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6952 Add doc string.
6953
6954 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6955
6956 * files.el (backup-buffer-copy): Try to overwrite old backup first.
6957
6958 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6959
6960 * repeat.el (repeat): Use last-repeatable-command instead of
6961 real-last-command. Run pre- and post-command hooks for
6962 self-insertion. Update doc-string.
6963
6964 2007-10-08 Alexandre Julliard <julliard@winehq.org>
6965
6966 * vc-git.el (vc-git-state): Call git-add --refresh to update the
6967 state of the file.
6968 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6969 (vc-git-create-repo): Fix invalid command.
6970
6971 2007-10-08 Richard Stallman <rms@gnu.org>
6972
6973 * textmodes/flyspell.el (flyspell-mode):
6974 Catch errors in flyspell-mode-on.
6975
6976 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6977
6978 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6979
6980 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * international/encoded-kb.el (encoded-kbd-setup-display):
6983 Use input-decode-map rather than local-key-translation-map.
6984
6985 * term/rxvt.el (rxvt-alternatives-map): New map.
6986 (terminal-init-rxvt): Use it.
6987 Bind rxvt-function-map in input-decode-map.
6988
6989 * term/xterm.el (xterm-alternatives-map): New map.
6990 (terminal-init-xterm): Use it.
6991 Bind xterm-function-map in input-decode-map.
6992
6993 * term/x-win.el (x-alternatives-map): New var.
6994 (x-setup-function-keys): Use it.
6995
6996 * help-fns.el (describe-variable): Slightly change the layout of
6997 meta-info to separate it better from the docstring.
6998 Standardize insertion of extra empty lines in various circumstances.
6999
7000 * diff-mode.el (diff-hunk-style): New fun.
7001 (diff-end-of-hunk): Use it.
7002 (diff-context->unified): Use the new `apply' undo element,
7003 if applicable, so as to save undo-log space.
7004 (diff-fine-change): New face.
7005 (diff-fine-highlight-preproc): New function.
7006 (diff-fine-highlight): New command.
7007 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7008
7009 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7010 (smerge-refine-highlight-change): Add `props' argument.
7011 (smerge-refine-subst): New function holding most of smerge-refine.
7012 (smerge-refine): Use it.
7013
7014 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
7015
7016 * vc.el (vc-default-wash-log): Remove unused code, the
7017 log washers all live in the backends now.
7018 (vc-default-comment-history): Correct for the fact
7019 that wash-log is argumentless in the new API.
7020
7021 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
7022
7023 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7024 (tramp-maybe-send-script): Apply `member' but `memq'.
7025 (tramp-advice-file-expand-wildcards): Simplify implementation.
7026
7027 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
7030
7031 * mb-depth.el (minibuf-depth-indicator-function): New variable.
7032 (minibuf-depth-setup-minibuffer): Use it.
7033
7034 2007-10-07 Glenn Morris <rgm@gnu.org>
7035
7036 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7037 version numbers.
7038
7039 2007-10-06 Juri Linkov <juri@jurta.org>
7040
7041 * textmodes/fill.el (fill-paragraph-or-region): New function.
7042
7043 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7044 instead of fill-paragraph.
7045
7046 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7047 with fill-paragraph-or-region. Suspend command is now the same
7048 `suspend-frame' on window systems and on tty.
7049
7050 * image.el (image-type): Check if image-types is bound to not fail
7051 on tty.
7052
7053 * delsel.el (delete-selection-pre-hook):
7054 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7055 is fbound to not fail on mouseless tty.
7056
7057 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7058
7059 * net/tramp.el (top): Move loading of tramp-util.el and
7060 tramp-vc.el to tramp-compat.el.
7061 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
7062 temporary file if possible, in order to avoid a security hole.
7063 (tramp-do-copy-or-rename-file-out-of-band)
7064 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7065 with DONT-CREATE, because the connection is not setup yet.
7066 (tramp-handle-process-file): Rewrite temporary file handling.
7067 (tramp-completion-mode): New defvar.
7068 (tramp-completion-mode-p): Use it.
7069
7070 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7071
7072 * net/tramp-fish.el (tramp-fish-handle-process-file):
7073 Rewrite temporary file handling.
7074
7075 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
7076
7077 * vc.el: Workfile version -> focus version change. Port various
7078 comments from new VC to reduce the noise in the diff.
7079 Patch in the new vc-create-repo function to go with the
7080 header comment about it already present.
7081 There are no changes to existing logic in this patch.
7082 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7083
7084 2007-10-06 Aaron Hawley <aaronh@garden.org>
7085
7086 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7087
7088 2007-10-05 Chris Moore <dooglus@gmail.com>
7089
7090 * server.el (server-kill-new-buffers): Doc fix.
7091
7092 2007-10-05 John W. Eaton <jwe@octave.org>
7093
7094 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7095 (octave-begin-keywords): Add "do".
7096 (octave-end-keywords): Remove "end".
7097 (octave-reserved-words): Add "end". Remove "all_va_args",
7098 "gplot", and 'gsplot".
7099 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7100 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7101 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7102 "default_return_value", "define_all_return_values",
7103 "do_fortran_indexing", "empty_list_elements_ok",
7104 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7105 "ok_to_lose_imaginary_part", "prefer_column_vectors",
7106 "prefer_zero_one_indexing", "propagate_empty_matrices",
7107 "resize_on_range_error", "treat_neg_dim_as_zero",
7108 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7109 "warn_divide_by_zero", "warn_function_name_clash",
7110 "warn_missing_semicolon", "whitespace_in_literal_matrix".
7111 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7112 "crash_dumps_octave_core", "sighup_dumps_octave_core",
7113 "sigterm_dumps_octave_core".
7114 (octave-block-match-alist): Remove "end" from block-end keywords.
7115 (octave-mode): Update ftp site address.
7116
7117 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7118
7119 * vc.el: Reorder functions, no code changes.
7120
7121 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
7122
7123 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7124 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7125 the cond clauses where needed.
7126 (tramp-handle-write-region): Rearrange code for proper handling of
7127 tmpfile.
7128
7129 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7130
7131 * net/tramp.el:
7132 * net/tramp-fish.el:
7133 * net/tramp-ftp.el:
7134 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7135 `tramp-compat-make-temp-file'.
7136
7137 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7138
7139 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7140
7141 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7144 already uses a more recent copyright version than the "current" one.
7145
7146 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7147
7148 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7149 (doc-view-insert-image): Minor aesthetical docstring changes.
7150
7151 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
7152
7153 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7154 completing filename.
7155 (doc-view-search-internal): Docstring change.
7156
7157 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
7158
7159 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7160 (tramp-file-name-handler-alist):
7161 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
7162 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
7163 used before, creates the file already, which is not desired.
7164 (tramp-do-copy-or-rename-file-directly): Simplify handling of
7165 temporary file.
7166 (tramp-handle-insert-file-contents): Assign the result in the
7167 short track case.
7168 (tramp-handle-insert-file-contents-literally): New defun.
7169 (tramp-completion-mode-p): Revert change from 2007-09-24.
7170 Checking for `return' etc as last character is not sufficient, for
7171 example in dired-mode when entering <g> (revert-buffer) or
7172 <s> (dired-sort).
7173
7174 * net/tramp-compat.el (top): Add also compatibility code for loading
7175 appropriate timer package.
7176 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7177 order to avoid autoloading problems.
7178
7179 * net/tramp-fish.el:
7180 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7181
7182 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7183 where the second parameter of `copy-file' or `rename-file' is a
7184 remote file but not via ftp.
7185
7186 2007-10-02 Richard Stallman <rms@gnu.org>
7187
7188 * frame.el (cursor-in-non-selected-windows): Doc fix.
7189
7190 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7191
7192 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7193 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7194
7195 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
7196
7197 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7198 when `expt' doesn't give range errors.
7199
7200 2007-10-01 Markus Triska <markus.triska@gmx.at>
7201
7202 * calc/calc-math.el (math-smallest-emacs-expt):
7203 Make the computation more robust.
7204
7205 2007-09-30 David Kastrup <dak@gnu.org>
7206
7207 * startup.el (argv): Alias for `command-line-args-left' to use as
7208 `(pop argv)' inside of --eval command sequences. Allows for
7209 passing shell commands into Emacs verbatim without need for Lisp
7210 quoting.
7211
7212 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7213 check only for changed size.
7214 (auto-revert-tail-handler): Get size from caller. If the file has
7215 shrunk, tail the whole file again (the file presumably has been
7216 rewritten).
7217
7218 * woman.el (woman-topic-all-completions, woman-mini-help):
7219 Fix fallout from 2007-09-07 introduction of `dolist' when the list
7220 actually was being manipulated in the loop.
7221 (woman-Cyg-to-Win, woman-pre-process-region)
7222 (woman-horizontal-escapes, woman-if-body, woman-unescape)
7223 (woman-strings, woman-special-characters, woman1-hc)
7224 (woman-change-fonts, woman-find-next-control-line):
7225 Use `match-beginning' rather than `match-string' when the result is
7226 just used as a flag.
7227
7228 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * net/tramp-compat.el: New file.
7231
7232 * net/tramp.el:
7233 * net/tramp-fish.el:
7234 * net/tramp-smb.el:
7235 * net/tramp-uu.el:
7236 * net/trampver.el: Move compatibility code to tramp-compat.el.
7237 Apply `mapc' instead of `mapcar' when the code needs side effects
7238 only. Move utf-8 coding cookie to the second line.
7239
7240 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
7241
7242 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7243 Improve custom type.
7244 (icon-map-list): Make it customizable. Document how to disable
7245 stock icons.
7246
7247 2007-09-30 Richard Stallman <rms@gnu.org>
7248
7249 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7250
7251 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7252
7253 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7254
7255 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
7258 (t-mouse-mode): New compatibility alias.
7259
7260 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7261
7262 * server.el (server-delete-client): Only delete the terminal if it
7263 is non-nil.
7264
7265 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
7266
7267 * net/tramp.el (with-file-property, with-connection-property):
7268 Highlight as keyword.
7269 (tramp-rfn-eshadow-setup-minibuffer)
7270 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7271 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7272 (tramp-do-copy-or-rename-file-directly)
7273 (tramp-do-copy-or-rename-file-out-of-band)
7274 (tramp-handle-shell-command, tramp-get-debug-buffer)
7275 (tramp-send-command-and-read, tramp-equal-remote)
7276 (tramp-get-local-gid): Pacify byte-compiler.
7277 (tramp-handle-file-name-directory): Result shall not be expanded.
7278 (tramp-find-foreign-file-name-handler): Rewrite.
7279 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7280
7281 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7282
7283 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7284 Apply `tramp-completion-mode-p'.
7285 (tramp-fish-handle-set-file-times)
7286 (tramp-fish-handle-executable-find)
7287 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7288 (tramp-fish-retrieve-data): Pacify byte-compiler.
7289
7290 * net/tramp-gw.el (tramp-gw-basic-authentication):
7291 Call `tramp-read-passwd' with first parameter `nil'.
7292
7293 2007-09-28 Glenn Morris <rgm@gnu.org>
7294
7295 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7296 than mapcar.
7297
7298 * textmodes/tex-mode.el (tex-suscript-height-ratio)
7299 (tex-suscript-height-minimum): New customizable variables.
7300 (tex-suscript-height): New function.
7301 (superscript, subscript): Set height using tex-suscript-height
7302 rather than fixing at 0.8.
7303 (tex-fontify-script, tex-font-script-display): Add :version tag.
7304
7305 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
7306
7307 * progmodes/python.el (python-eldoc-function): Doc fix.
7308
7309 2007-09-27 Glenn Morris <rgm@gnu.org>
7310
7311 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
7312 image if it is not in image-type-auto-detectable, or is there with
7313 a nil value.
7314
7315 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
7316
7317 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7318 connection more robust.
7319
7320 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7323 Deal with the case that special &keywords are at the beginning or
7324 end of the argument list. Also add some (incomplete) support for
7325 non-standard arglists.
7326
7327 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7330 (eldoc-message-commands, eldoc-current-idle-delay)
7331 (eldoc-function-argstring-format): Fix typos in docstrings.
7332
7333 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
7334
7335 * calc/calc-units.el (calc-convert-units)
7336 (calc-convert-temperature): Remove unnecessary colons.
7337
7338 2007-09-26 Bastien Guerry <bzg@altern.org>
7339
7340 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7341 New function.
7342 (org-export-latex-remove-from-headlines): Name changed because of typo.
7343 (org-export-latex-quotation-marks-convention): Option removed.
7344 (org-export-latex-make-preamble): Handle the DATE option.
7345 (org-export-latex-cleaned-string): Now the only cleaning function,
7346 synched up with org.el.
7347 (org-export-latex-lists, org-export-latex-parse-list)
7348 (org-export-list-to-latex): New functions.
7349
7350 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7351
7352 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7353 (org-outline-regexp): New constant.
7354 (org-remember-handler): Throw error when the target file is not in
7355 org-mode.
7356 (org-cleaned-string-for-export): No longer call
7357 `org-export-latex-cleaned-string' with an argument.
7358 (org-get-tags): Returns now a list, not a string.
7359 (org-get-tags-string): New function.
7360 (org-archive-subtree): No need to split return of `org-get-tags'.
7361 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7362 instead of `org-get-tags'.
7363 (org-agenda-format-date): Rename from `org-agenda-date-format'.
7364 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7365 (org-compatible-face): New argument INHERITS. Inherit from this
7366 face if possible.
7367 (org-level-1, org-level-2, org-level-3, org-level-4)
7368 (org-level-5, org-level-6, org-level-7, org-level-8)
7369 (org-special-keyword, org-drawer, org-column, org-warning)
7370 (org-archived, org-todo, org-done, org-headline-done, org-table)
7371 (org-formula, org-code, org-agenda-structure)
7372 (org-scheduled-today, org-scheduled-previously)
7373 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7374 in the new way.
7375 (org-get-heading): New argument NO-TAGS.
7376 (org-fast-tag-selection-include-todo): Made defvar instead of
7377 defcustom, feature is not deprecated.
7378 (org-remember-store-without-prompt): New default value t.
7379 (org-todo-log-states): New variable.
7380 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7381 Compute the log states.
7382 (org-goto-map): More commands copied from global map. Also bind
7383 `org-occur'.
7384 (org-goto): Made into a general lookup command.
7385 (org-get-location): Complete rewrite.
7386 (org-goto-exit-command): New variable.
7387 (org-goto-selected-point): New variable.
7388 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7389 Set the new variables.
7390 (org-paste-subtree): Whitespace insertion strategy revised.
7391 (org-remember-apply-template): Protect v-A from the possibility
7392 that v-a might be nil.
7393 (org-remember-handler): Insertion rules revised.
7394 (org-todo): Respect org-todo-log-states.
7395 (org-up-heading-safe): New function.
7396 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7397
7398 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7399
7400 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7401 region if in transient-mark-mode.
7402
7403 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7404
7405 * calc/calc-ext.el (calc-init-extensions, calc-reset):
7406 * calc/calc-help.el (calc-full-help):
7407 * calc/calc-misc.el (another-calc):
7408 * calc/calc-store.el (calc-var-name-map):
7409 * calc/calc-stuff.el (calc-flush-caches):
7410 * calc/calc-units.el (math-build-units-table):
7411 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7412 (calc-quit):
7413 * calendar/icalendar.el (icalendar--format-ical-event)
7414 (icalendar--convert-ical-to-diary):
7415 * emacs-lisp/authors.el (authors):
7416 * emacs-lisp/cust-print.el (custom-print-install)
7417 (custom-print-uninstall):
7418 * emacs-lisp/disass.el (disassemble-1):
7419 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7420 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7421 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7422 (elint-check-let-form, elint-check-condition-case-form)
7423 (elint-initialize):
7424 * emacs-lisp/elp.el (elp-results):
7425 * emacs-lisp/generic.el (generic-mode-internal):
7426 * emacs-lisp/re-builder.el (reb-delete-overlays):
7427 * emacs-lisp/regi.el (regi-interpret):
7428 * emacs-lisp/sregex.el (sregex--char-aux):
7429 * emulation/cua-rect.el (cua--deactivate-rectangle)
7430 (cua--highlight-rectangle, cua--rectangle-post-command):
7431 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7432 * emulation/viper-macs.el (viper-describe-kbd-macros)
7433 (viper-describe-one-macro):
7434 * emulation/viper-util.el (viper-setup-master-buffer):
7435 * emulation/viper.el (set-viper-state-in-major-mode):
7436 * international/mule-diag.el (describe-current-coding-system):
7437 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7438 * mail/emacsbug.el (report-emacs-bug):
7439 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7440 * obsolete/hilit19.el (hilit-unhighlight-region)
7441 (hilit-set-mode-patterns):
7442 * play/solitaire.el (solitaire-check, solitaire-solve):
7443 * play/zone.el (zone-pgm-rotate):
7444 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7445 * progmodes/ada-prj.el (ada-prj-display-page):
7446 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7447 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7448 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7449 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7450 * progmodes/sh-script.el (sh-make-vars-local)
7451 (sh-reset-indent-vars-to-global-values):
7452 * progmodes/sql.el (top):
7453 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7454 * progmodes/xscheme.el (top):
7455 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7456 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7457 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7458 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7459 (artist-submit-bug-report):
7460 * textmodes/flyspell.el (flyspell-delay-commands)
7461 (flyspell-deplacement-commands):
7462 * textmodes/table.el (table--generate-source-epilogue, table-insert)
7463 (table--generate-source-cells-in-a-row, table--make-cell-map)
7464 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7465
7466 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
7467
7468 * allout.el (produce-allout-mode-map, allout-process-exposed):
7469 * ansi-color.el (ansi-color-make-color-map):
7470 * autoinsert.el (auto-insert):
7471 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7472 * dired-aux.el (dired-create-files):
7473 * dired.el (dired-restore-desktop-buffer):
7474 * ediff-diff.el (ediff-setup-fine-diff-regions):
7475 * ediff-mult.el (ediff-intersect-directories)
7476 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7477 (ediff-redraw-registry-buffer):
7478 * ediff-ptch.el (ediff-fixup-patch-map):
7479 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7480 (ediff-really-quit, ediff-clear-diff-vector):
7481 * emerge.el (emerge-really-quit):
7482 * ffap.el (ffap-replace-file-component):
7483 * filecache.el (file-cache-add-directory)
7484 (file-cache-add-directory-recursively)
7485 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7486 (file-cache-delete-directory, file-cache-files-matching-internal)
7487 (file-cache-display):
7488 * files.el (cd):
7489 * find-lisp.el (find-lisp-insert-directory):
7490 * finder.el (finder-compile-keywords):
7491 * help.el (view-emacs-news):
7492 * hi-lock.el (hi-lock-write-interactive-patterns):
7493 * ido.el (ido-to-end, ido-set-matches-1):
7494 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7495 (image-dired-mark-tagged-files):
7496 * jka-cmpr-hook.el (jka-compr-get-compression-info):
7497 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7498 * ps-print.el (ps-background, ps-begin-file)
7499 (ps-build-reference-face-lists):
7500 * simple.el (clone-buffer):
7501 * startup.el (command-line):
7502 * tempo.el (tempo-insert-template, tempo-is-user-element)
7503 (tempo-forward-mark, tempo-backward-mark):
7504 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7505
7506 2007-09-25 Glenn Morris <rgm@gnu.org>
7507
7508 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7509
7510 * view.el (view-search-no-match-lines): Add a doc string.
7511 Rewrite to simplify and work better.
7512
7513 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7514
7515 * progmodes/cc-mode.el (c-mode-base-map):
7516 Use c-indent-line-or-region instead of c-indent-line.
7517
7518 * indent.el (indent-for-tab-command): First check if the region is
7519 active.
7520
7521 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7522
7523 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7524 whitespace-rescan-timer-time is 0.
7525
7526 2007-09-24 Karl Berry <karl@gnu.org>
7527
7528 * international/mule.el (coding-system-base): Fix doc string grammar.
7529
7530 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
7531
7532 * net/tramp.el (tramp-completion-mode-p): Rename from
7533 `tramp-completion-mode'. Revert logic, check `return', `newline'
7534 and such alike. Packages like Icicles tend to use other completion
7535 characters but `tab' and `space' only.
7536
7537 2007-09-24 Adam Hupp <adam@hupp.org>
7538
7539 * progmodes/python.el (run-python): Import emacs module without
7540 waiting; prevents lockup on error.
7541
7542 2007-09-23 Richard Stallman <rms@gnu.org>
7543
7544 * mail/sendmail.el (mail-bury): Delete the frame
7545 if this frame looks like it was made for this message.
7546
7547 * completion.el (completion-separator-self-insert-command)
7548 (completion-separator-self-insert-autofilling):
7549 If `self-insert-command' has been remapped, use the substitute.
7550
7551 * simple.el (copy-region-as-kill): Doc fix.
7552
7553 * textmodes/org.el (org-confirm-shell-link-function)
7554 (org-confirm-elisp-link-function): Doc fixes.
7555
7556 2007-09-23 Glenn Morris <rgm@gnu.org>
7557
7558 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7559
7560 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
7561
7562 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7563
7564 * term/tvi970.el (terminal-init-tvi970): Likewise.
7565
7566 * term/sun-mouse.el (print-mouse-format): Likewise.
7567
7568 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7569 Use forward-line instead of previous-line and next-line.
7570
7571 2007-09-22 Juri Linkov <juri@jurta.org>
7572
7573 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7574
7575 * tutorial.el (tutorial--default-keys): Update standard bindings:
7576 rename `iconify-or-deiconify-frame' to `suspend-frame',
7577 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7578
7579 2007-09-22 Juri Linkov <juri@jurta.org>
7580
7581 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7582 Add help-echo to external links and to links without description.
7583 (fancy-splash-insert): Use help-echo from the 3rd element of the
7584 link specification list, or "Follow this link" if it's nil. Doc fix.
7585
7586 2007-09-22 Juri Linkov <juri@jurta.org>
7587
7588 * startup.el (command-line): Rename `inhibit-startup-message' to
7589 `inhibit-startup-screen'.
7590 (fancy-about-text): Use shorter label for "Ordering Manuals".
7591 (fancy-startup-tail): Add optional arg `concise'. When `concise'
7592 is nil, display a line with "To start..." and 3 links to useful
7593 tasks. Display the "Dismiss" button and "Don't show this message
7594 again" only when concise is non-nil.
7595 (fancy-startup-screen): Call `fancy-startup-tail' with optional
7596 arg `concise'. If CONCISE is non-nil, display a concise version
7597 of the splash screen in another window. Otherwise, switch to the
7598 startup buffer in the same window.
7599 (startup-echo-area-message): Change displayed binding from
7600 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7601 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7602 the GNU system".
7603 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7604 to "*GNU Emacs*".
7605 (display-about-screen): Don't check the existence of the buffer
7606 "*About GNU Emacs*".
7607 (display-splash-screen): Make alias to `display-startup-screen'.
7608 (command-line-1): Rename `inhibit-startup-message' to
7609 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
7610 started with command line options "-f", "-funcall", "-e", "-eval",
7611 "-execute", "-insert", "-find-file", "-file", "-visit".
7612 Inhibit startup screen when Emacs is started with a file name only
7613 on tty (i.e. don't inhibit it when started with a file name like
7614 "emacs FILE..." on a window system).
7615 (command-line-1): Simplify logic of displaying the startup screen:
7616 if file-count > 0, then display the concise version in another
7617 window, otherwise display full version in the same window.
7618
7619 * help.el (help-map): Bind C-h C-a to about-emacs.
7620 (help-for-help-internal): Add C-a description to C-h help text.
7621
7622 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7623
7624 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7625 (checkdoc-permit-comma-termination-flag): Autoload the
7626 safe-local-variable setting.
7627
7628 * bookmark.el (bookmark-xemacsp): Remove.
7629 (bookmark-make): Don't use bookmark-xemacsp,
7630 use (featurep 'xemacs) instead.
7631
7632 * speedbar.el (speedbar-frame-mode)
7633 (speedbar-frame-reposition-smartly)
7634 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7635 (speedbar-check-vc): Remove use of non-existent variable
7636 dframe-xemacsp, use (featurep 'xemacs) instead.
7637
7638 * indent.el (indent-for-tab-command): Indent the region if
7639 transient-mark-mode and the region is active.
7640
7641 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
7642
7643 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7644 add inferior-octave-directory-tracker to the buffer-local value
7645 of comint-input-filter-functions.
7646
7647 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7648
7649 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7650
7651 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
7652
7653 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7654 on w32 frames.
7655
7656 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * startup.el (normal-top-level): Remove DISPLAY from
7659 process-environment to let it be computed dynamically in callproc.c.
7660
7661 * frame.el (frame-initialize, make-frame):
7662 * faces.el (tty-set-up-initial-frame-faces):
7663 * env.el (setenv): Don't set display-environment-variable.
7664
7665 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
7666 (server-create-tty-frame): Don't set unused `tty' property.
7667 Set `display' instead of display-environment-variable.
7668 (server-create-window-system-frame): No display-environment-variable.
7669
7670 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
7671
7672 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7673 (rfn-eshadow-update-overlay-hook): New defvars.
7674 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
7675 Run the hooks.
7676
7677 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
7678 (tramp-rfn-eshadow-setup-minibuffer)
7679 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
7680 rfn-eshadow.el.
7681
7682 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
7683 timeout.
7684
7685 2007-09-21 Glenn Morris <rgm@gnu.org>
7686
7687 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
7688 * term/sun-mouse.el (suspend-emacstool): Remove.
7689 * term/sun.el: Remove emacstool-related code.
7690
7691 * emacs-lisp/bytecomp.el (byte-compile-warnings)
7692 (byte-compile-warnings-safe-p): Add `mapcar'.
7693 (byte-compile-warning-types): Add mapcar and make-local.
7694 (byte-compile-normal-call): Add option to suppress mapcar warning.
7695 (top-level): Use mapc rather than mapcar in eval-when-compile.
7696
7697 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
7698 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
7699 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
7700 Handle escaped parens.
7701 (latex-forward-sexp): Doc fix.
7702
7703 * eshell/esh-mode.el (eshell-output-filter-functions):
7704 Add eshell-postoutput-scroll-to-bottom.
7705
7706 * loadup.el: Remove termdev.
7707
7708 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
7709 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
7710
7711 2007-09-21 Markus Triska <markus.triska@gmx.at>
7712
7713 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
7714 `mapcar' is called for effect.
7715
7716 2007-09-21 Kevin Ryde <user42@zip.com.au>
7717
7718 * international/mule.el (sgml-html-meta-auto-coding-function):
7719 Bind `case-fold-search' to t.
7720
7721 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * termdev.el: Remove.
7724
7725 * frame.el (get-device-terminal): New function. Moved from termdev.el.
7726 (frames-on-display-list): Use it.
7727
7728 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
7729
7730 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
7731
7732 2007-09-20 Richard Stallman <rms@gnu.org>
7733
7734 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
7735
7736 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
7739
7740 2007-09-20 Glenn Morris <rgm@gnu.org>
7741
7742 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
7743 motion functions, rather than hard-coding "\n\n".
7744 (tex-validate-region): Check for eobp, to speed up.
7745 (tex-next-unmatched-end): Doc fix.
7746
7747 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * files.el (auto-mode-alist): Use archive-mode for .rar files.
7750
7751 * international/mule.el (auto-coding-alist): Rar archives are binary.
7752
7753 * arc-mode.el: Add basic support for Rar.
7754 (archive-find-type): Recognize Rar's signature.
7755 (archive-desummarize): New fun.
7756 (archive-summarize): Use it to restore the buffer's data in case
7757 someone wants to switch to some other major mode.
7758 (archive-resummarize): Use it as well.
7759 (archive-rar-summarize, archive-rar-extract): New functions.
7760
7761 * filesets.el: Remove spurious * in docstrings.
7762 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
7763 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
7764 (filesets-ingroup-collect): Remove unused arg `depth'.
7765 (filesets-update): Remove unused arg `version'.
7766
7767 * finder.el (finder-compile-keywords): Fix up comment style.
7768 (finder-mouse-face-on-line): previous-line -> forward-line.
7769
7770 * recentf.el: Remove spurious * in docstrings.
7771 (recentf-save-list): Fix up comment style.
7772
7773 * progmodes/octave-mod.el: Remove spurious * in docstrings.
7774 (octave-mode-map): Move init into declaration and remove \t binding.
7775 (octave-mode-startup-message): Remove unused var.
7776 (octave-scan-blocks): Remove unused arg `from'.
7777 (octave-forward-block, octave-down-block, octave-up-block):
7778 Update callers.
7779
7780 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
7781 (meta-mode-map): Likewise and remove \t binding.
7782
7783 * net/snmp-mode.el: Remove spurious * in docstrings.
7784 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
7785 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
7786 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7787 that completion accepts lists of strings.
7788 (snmp-mode-syntax-table): Move initialization into declaration.
7789 (snmp-mode-map): Likewise and remove \t binding.
7790 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
7791 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
7792 (snmp-indent-command): Remove.
7793
7794 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
7795 binding, so tab-always-indent works right.
7796
7797 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
7798
7799 * net/browse-url.el (browse-url-elinks-new-window): New function.
7800 (browse-url-elinks): Use browse-url-elinks-new-window.
7801 Accept optional second argument `new-window'. Fix typo in doc-string.
7802 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
7803 Improve error message.
7804
7805 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7806
7807 * net/browse-url.el (browse-url-url-encode-chars): Use the right
7808 parameter name in the function body.
7809 Reported by Johannes Weiner.
7810
7811 2007-09-19 Glenn Morris <rgm@gnu.org>
7812
7813 * net/socks.el (socks-open-network-stream): Signal an explicit
7814 error if the port associated with a service string can't be found.
7815
7816 * textmodes/tex-mode.el (tex-terminate-paragraph):
7817 Use backward-paragraph.
7818
7819 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * server.el (server-running-p): New function.
7822
7823 2007-09-18 Jason Rumney <jasonr@gnu.org>
7824
7825 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
7826 x-focus-frame.
7827
7828 * frame.el (select-frame-set-input-focus, select-frame-by-name):
7829 Use x-focus-frame for w32.
7830
7831 2007-09-17 David Kastrup <dak@gnu.org>
7832
7833 * textmodes/tex-mode.el (tex-verbatim-environments):
7834 Eliminate CL dependency.
7835
7836 2007-09-17 Richard Stallman <rms@gnu.org>
7837
7838 * newcomment.el (comment-add): New arg EXTRA.
7839 (comment-region-default): Pass EXTRA if not indenting lines.
7840
7841 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7842
7843 * net/browse-url.el (browse-url-url-encode-chars): New function.
7844 URL-encode some chars in a string.
7845 (browse-url-encode-url): Rewrite using the previous function.
7846 (browse-url-file-url): Use `browse-url-url-encode-chars'.
7847 (browse-url-elinks-sentinel): Fix typo.
7848 (browse-url-new-window-flag): Doc change.
7849
7850 2007-09-17 Glenn Morris <rgm@gnu.org>
7851
7852 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
7853 filename from `--file-line-error', if it is available.
7854
7855 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7856
7857 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7858 TeX `--file-line-error' format.
7859
7860 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 * xt-mouse.el: Delete add-hook calls that were moved to
7863 xterm-mouse-mode.
7864 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7865 does not work.
7866
7867 2007-09-17 Richard Stallman <rms@gnu.org>
7868
7869 * cus-face.el (custom-theme-set-faces): Undo previous change.
7870
7871 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7872
7873 2007-09-17 Glenn Morris <rgm@gnu.org>
7874
7875 * textmodes/tex-mode.el (tex-region): Simplify previous change,
7876 handling the case where the region is not in `tex-main-file'.
7877 (tex-region-1): Delete.
7878 (tex-region-header): New function, doing the header part of the
7879 old tex-region-1.
7880
7881 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * simple.el (newline): Simplify use of prefix-numeric-value.
7884 (line-move-partial): Remove unused var `ppos'.
7885 (line-move-1): Replace 9999 with most-positive-fixnum.
7886 (move-end-of-line): Use more efficient single-property search.
7887 (move-beginning-of-line): Remove unused var `start'.
7888 (blink-matching-open): Restructure in a more functional style.
7889
7890 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7891
7892 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7893
7894 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * server.el (server-clients): Only keep procs, no properties any more.
7897 (server-client): Remove.
7898 (server-client-get, server-client-set): Remove, replace all callers by
7899 process-get and process-put resp.
7900 (server-clients-with, server-add-client, server-delete-client)
7901 (server-create-tty-frame, server-create-window-system-frame)
7902 (server-process-filter, server-execute, server-visit-files)
7903 (server-buffer-done, server-kill-buffer-query-function)
7904 (server-kill-emacs-query-function, server-switch-buffer)
7905 (server-save-buffers-kill-terminal): Update accordingly.
7906
7907 * server.el (server-with-environment): Simplify.
7908 (server-select-display, server-unselect-display): Re-add functions that
7909 seem to have been lost in the multi-tty merge.
7910 (server-eval-and-print, server-create-tty-frame)
7911 (server-create-window-system-frame, server-goto-toplevel)
7912 (server-execute, server-return-error): New functions extracted from
7913 server-process-filter.
7914 (server-execute-continuation): New functions.
7915 (server-process-filter): Restructure so that all arguments are analysed
7916 first and then acted upon in a subsequent stage. This way
7917 server-goto-toplevel can be executed later, when we know if
7918 it's necessary.
7919 Remove the "-version" and "-version-good" support.
7920
7921 2007-09-16 Drew Adams <drew.adams@oracle.com>
7922
7923 * cus-edit.el (custom-face-edit-activate): Doc fix.
7924
7925 2007-09-16 Glenn Morris <rgm@gnu.org>
7926
7927 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7928 Following cal-bahai renaming, update all instances of
7929 list-bahai-diary-entries to diary-bahai-list-entries,
7930 mark-bahai-diary-entries to diary-bahai-mark-entries,
7931 calendar-goto-bahai-date to calendar-bahai-goto-date,
7932 insert-bahai-diary-entry to diary-bahai-insert-entry,
7933 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7934 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7935 calendar-print-bahai-date to calendar-bahai-print-date.
7936
7937 * textmodes/tex-mode.el (tex-region): Handle the case where the
7938 region is not in `tex-main-file'. Move the old code that applies
7939 to both cases...
7940 (tex-region-1): ...to this new function.
7941
7942 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * vc.el (vc-process-sentinel): New function.
7945 (vc-exec-after): Use it instead of using ugly hackish analysis and
7946 construction of Elisp code.
7947 (vc-sentinel-movepoint): New dynamically scoped var.
7948 (vc-print-log, vc-annotate): Set it to move the user's point.
7949
7950 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7951 inhibit-modification-hooks.
7952
7953 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7954 (calendar-bahai-print-date, calendar-bahai-goto-date)
7955 (diary-bahai-list-entries, diary-bahai-insert-entry):
7956 New names to clean up the namespace a bit more.
7957 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7958
7959 2007-09-15 Glenn Morris <rgm@gnu.org>
7960
7961 * calendar/holidays.el (holiday-list): Rename it back to
7962 `list-holidays', but leave `holiday-list' as an alias.
7963
7964 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7965 custom group.
7966
7967 * textmodes/css-mode.el (css): New custom group.
7968 (css-electrick-keys, css-selector, css-property)
7969 (css-indent-offset): Specify custom group.
7970
7971 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7974 (cvs-execute-single-file): Use process-file.
7975 (cvs-run-process): Use start-file-process.
7976
7977 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7978
7979 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7980 level. Remove the hooks when turning off the mode.
7981
7982 * term/xterm.el: Require xt-mouse at compile time.
7983 (terminal-init-xterm): Turn on xterm mouse tracking for this
7984 terminal if xterm-mouse-mode is enabled.
7985
7986 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7987
7988 * term/xterm.el (xterm-function-map): Replace bindings that were
7989 deleted by the merge.
7990
7991 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
7992
7993 * play/bubbles.el (bubbles-version): Bump value to "0.5".
7994 (bubbles-mode-map): Move define-key statements here.
7995 (bubbles-game-theme-menu): Ditto.
7996 (bubbles-graphics-theme-menu): Ditto.
7997 (bubbles-menu): Ditto.
7998 (bubbles-mode): Initialize buffer-undo-list, redisplay.
7999 (bubbles--initialize): Reset buffer-undo-list, redisplay.
8000 (bubbles-plop): Set buffer-undo-list, redisplay.
8001 (bubbles-undo): Reset buffer-undo-list, redisplay.
8002 (bubbles--show-images): Take care of missing text properties.
8003
8004 2007-09-14 Glenn Morris <rgm@gnu.org>
8005
8006 * startup.el (fancy-startup-text, fancy-about-text): Fix face
8007 quoting.
8008
8009 * calendar/cal-hebrew.el, calendar/cal-menu.el
8010 * calendar/calendar.el, calendar/diary-lib.el
8011 * calendar/holidays.el: Rename all instances of
8012 list-calendar-holidays callers to calendar-list-holidays,
8013 list-holidays to holiday-list, check-calendar-holidays to
8014 calendar-check-holidays, mark-calendar-holidays to
8015 calendar-mark-holidays, and filter-visible-calendar-holidays to
8016 holiday-filter-visible-calendar.
8017
8018 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8019
8020 * term/xterm.el (xterm-function-map): Add C-M- bindings.
8021
8022 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8023
8024 * play/bubbles.el (bubbles--initialize-images): Fix bug:
8025 Use transparent background for empty cells in graphics mode.
8026
8027 2007-09-13 Jari Aalto <jari.aalto@cante.net>
8028
8029 * man.el (Man-default-man-entry): At end of line, continue looking
8030 to the next line for possible end of hyphenated command.
8031
8032 2007-09-13 Chris Moore <dooglus@gmail.com>
8033
8034 * shell.el (shell-resync-dirs): Don't move the cursor relative to
8035 the command being edited.
8036
8037 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
8038
8039 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8040
8041 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
8042
8043 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8044 C-M-S- keys.
8045
8046 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8047
8048 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8049
8050 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8051 New argument `filename-p' to use one set of confusing chars or another.
8052 (browse-url-file-url): Use the argument.
8053 Suggested by Johannes Weiner.
8054
8055 2007-09-12 Romain Francoise <romain@orebokech.com>
8056
8057 * cus-start.el (all): Revert 2007-09-08 change.
8058
8059 2007-09-12 Aaron Hawley <aaronh@garden.org>
8060
8061 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8062 extract .Z files, since it is more common than uncompress.
8063
8064 2007-09-12 Glenn Morris <rgm@gnu.org>
8065
8066 * textmodes/org-publish.el (org-publish-org-to-html): Remove
8067 duplicate function definition.
8068
8069 2007-09-10 Chris Moore <dooglus@gmail.com>
8070
8071 * diff-mode.el (diff-sanity-check-hunk):
8072 Also accept single-line hunks.
8073
8074 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * startup.el (startup-screen-inhibit-startup-screen)
8077 (pure-space-overflow-message): New vars.
8078 (fancy-splash-insert): Allow functions for face and link specs.
8079 (fancy-splash-head): Remove unused arg. Move splash text...
8080 (fancy-startup-text, fancy-about-text): ...here.
8081 (fancy-startup-tail): Rename from fancy-splash-tail.
8082 (fancy-startup-screen, fancy-about-screen): Split off from
8083 fancy-splash-screens.
8084 (display-startup-screen): New function.
8085 (display-about-screen): Rename from display-splash-screen.
8086 (command-line-1): Use concise startup screen if necessary.
8087
8088 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
8089
8090 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8091 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8092
8093 2007-09-10 Dave Love <fx@gnu.org>
8094
8095 * outline.el (outline-4, outline-5, outline-7):
8096 Move font-lock-builtin-face down from 4 to 7 to better keep the
8097 progression of color brightness, and to better match Org-mode's faces.
8098
8099 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8100
8101 * progmodes/meta-mode.el (meta-font-lock-keywords)
8102 (font-lock-match-meta-declaration-item-and-skip-to-next)
8103 (meta-comment-indent, meta-indent-previous-line)
8104 (meta-indent-unfinished-line, meta-beginning-of-defun)
8105 (meta-end-of-defun, meta-common-initialization): Handle \f.
8106 (meta-indent-unfinished-line): Do not handle a `%' in a string as
8107 a comment-start.
8108
8109 * files.el (file-modes-char-to-who, file-modes-char-to-right)
8110 (file-modes-rights-to-number): Auxiliary functions for symbolic to
8111 numeric notation of file modes.
8112 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
8113 numeric value.
8114 (read-file-modes): New. Read either an octal value of a file mode or a
8115 symbolic value, and return its numeric value.
8116
8117 * dired-aux.el (dired-do-chmod): Change to use the built-in
8118 `set-file-modes' and the previous symbolic mode parsing functions.
8119
8120 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * textmodes/texinfo.el: Remove spurious * in docstrings.
8123 (texinfo-mode-syntax-table, texinfo-mode-map):
8124 Initialize in the declaration.
8125
8126 * tmm.el: Remove spurious * in docstrings.
8127 (tmm-prompt): Use with-current-buffer.
8128
8129 * vcursor.el: Remove spurious * in docstrings.
8130 (vcursor-map): Initialize in the declaration.
8131 (vcursor-use-vcursor-map): Use define-minor-mode.
8132 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8133
8134 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8135 Initialize in the declaration.
8136 (widget-minor-mode): Use define-minor-mode.
8137
8138 * woman.el (woman-mode-map, woman-syntax-table):
8139 Initialize in the declaration.
8140
8141 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
8142
8143 * doc-view.el: New file.
8144
8145 2007-09-09 Juri Linkov <juri@jurta.org>
8146
8147 * Makefile.in (update-authors): Add etc/ to AUTHORS.
8148
8149 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8150
8151 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8152 to "Startup screen". Fix docstring.
8153 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8154 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8155 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8156 (initial-scratch-message): Fix docstring.
8157 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8158 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8159 Add link to "Customize Startup" and set interval between links to
8160 5 spaces.
8161 (fancy-about-text): Add links "Authors" and "Contributing".
8162 (fancy-splash-head): Add text "Welcome to " on the startup screen,
8163 and "This is " on the about screen. Add link to
8164 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8165 For the about screen move emacs version to the header from
8166 `fancy-splash-tail' (as it's done already for normal about screen).
8167 (fancy-splash-tail): Insert emacs version only for startup screen.
8168 (normal-splash-screen): Remove duplicate empty lines.
8169 (normal-about-screen): Add links "Authors" and "Contributing".
8170
8171 * menu-bar.el (menu-bar-help-menu):
8172 Move "About Emacs" and "About GNU" to the end of the Help menu.
8173 Move "Emacs Psychotherapist" after "Send Bug Report...".
8174 Move "External Packages" after "Find Emacs Packages".
8175
8176 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
8177
8178 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8179 they are useless with the byte compiler.
8180 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8181 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8182 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8183 (tramp-file-name-real-host, tramp-file-name-port)
8184 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8185 defuns.
8186
8187 * net/tramp-cache.el (top): Improve error message when
8188 `tramp-persistency-file-name' is corrupted.
8189
8190 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
8191
8192 * textmodes/org.el (org-re): Also replace the :alpha: class.
8193 (org-todo-tag-alist): Variable removed.
8194 (org-todo-key-alist, org-todo-key-trigger): New variables.
8195 (org-use-fast-todo-selection): New option.
8196 (org-log-done): Docstring fixed.
8197 (org-deadline-warning-days): New default value 14.
8198 (org-edit-timestamp-down-means-later): New option.
8199 (org-tag-alist): Docstring fixed.
8200 (org-fast-tag-selection-include-todo): New option.
8201 (org-export-language-setup): New languages added.
8202 (org-set-regexps-and-options): Compute the new variables.
8203 (org-paste-subtree): Cleaning up.
8204 (org-remember-apply-template): New escape %A.
8205 (org-todo): Call fast TODO selection.
8206 (org-fast-todo-selection): New function.
8207 (org-add-log-note): Allow prefix for abort exit.
8208 (org-at-property-p, org-entry-properties)
8209 (org-columns-get-autowidth-alist): Use :alpha: class.
8210 (org-get-wdays): New function.
8211 (org-agenda-remove-date): New variable.
8212 (org-agenda-get-deadlines): Use `org-get-wdays'.
8213 (org-agenda-get-deadlines): Reverse ee before returning.
8214 (org-format-agenda-item): New argument REMOVE-RE.
8215 (org-agenda-convert-date): Baha'i calendar added.
8216 (org-infile-export-plist): Also find DATE line.
8217 (org-get-min-level): New function.
8218 (org-export-as-html, org-export-as-ascii): Use the date format.
8219 (org-shiftup, org-shiftdown): Use.
8220 `org-edit-timestamp-down-means-later'.
8221 (org-assign-fast-keys): New function.
8222
8223 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
8224
8225 * cus-start.el (all): Add prefer-window-split-horizontally from
8226 window.c.
8227
8228 2007-09-08 Eli Zaretskii <eliz@gnu.org>
8229
8230 * net/browse-url.el (browse-url-galeon): Fix last change.
8231 (top-level): Require cl when compiling.
8232
8233 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
8234
8235 * textmodes/org-export-latex.el: arch-tag restored.
8236
8237 * textmodes/org-publish.el: arch-tag restored.
8238
8239 2007-09-08 Masatake YAMATO <jet@gyve.org>
8240
8241 * progmodes/which-func.el (which-func-modes): Add diff-mode.
8242
8243 * progmodes/cc-langs.el: Support new keywords added to
8244 objective-c frontend of gcc.
8245 (c-simple-stmt-kwds): Add @throw.
8246 (c-block-stmt-2-kwds): Add @synchronized.
8247 (c-block-stmt-1-kwds): Add @finally and @try.
8248
8249 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
8250
8251 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8252 (org-agenda-after-show-hook): New variable.
8253 (org-columns-compile-format)
8254 (org-columns-get-autowidth-alist, org-buffer-property-keys)
8255 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8256 property names.
8257 (org-get-wdays): New function.
8258
8259 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8262
8263 * term/xterm.el (xterm-function-map): Initialize in the declaration.
8264
8265 * vc-arch.el (vc-arch-checkin): Fix typo.
8266
8267 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
8268
8269 * cus-face.el (custom-theme-set-faces): Set face attributes
8270 locally for each frame.
8271
8272 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8275 via font-lock-defaults.
8276
8277 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8278 derived-mode-p.
8279
8280 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
8281
8282 * progmodes/autoconf.el (autoconf-definition-regexp):
8283 Handle optional square brackets around definition name.
8284
8285 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
8286
8287 * net/browse-url.el (browse-url-browser-function): Add elinks.
8288 (browse-url-elinks-wrapper): New option.
8289 (browse-url-encode-url, browse-url-elinks)
8290 (browse-url-elinks-sentinel): New functions.
8291 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8292 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8293 Use new function browse-url-encode-url.
8294
8295 2007-09-07 Glenn Morris <rgm@gnu.org>
8296
8297 * version.el (emacs-version): Revert 2007-08-29 change: no need to
8298 say if multi-tty is present.
8299
8300 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * cus-start.el (split-window-preferred-function): Add custom info.
8303
8304 * calendar/holidays.el (holiday-list, calendar-check-holidays)
8305 (calendar-mark-holidays, calendar-list-holidays)
8306 (holiday-filter-visible-calendar): New names to clean up namespace.
8307 (filter-visible-calendar-holidays, list-calendar-holidays)
8308 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8309 Add compatibility aliases.
8310 (calendar-check-holidays, calendar-mark-holidays)
8311 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8312 (holiday-sexp): Replace append with list.
8313 (holiday-filter-visible-calendar): Replace append with push.
8314
8315 * woman.el: Remove spurious * in docstrings.
8316 (woman-mini-help, woman-non-underline-faces, woman0-rename)
8317 (woman-topic-all-completions-merge, woman-file-name-all-completions)
8318 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8319 (woman-write-directory-cache, woman-display-extended-fonts)
8320 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8321 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8322 (woman-mode): Use inhibit-read-only.
8323 (woman-negative-vertical-space): Use dotimes.
8324 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8325
8326 2007-09-06 Romain Francoise <romain@orebokech.com>
8327
8328 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8329 (vc-bzr-workfile-version): Use it.
8330
8331 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
8332
8333 * complete.el (PC-do-completion): Don't try to treat
8334 empty string as an abbreviation.
8335
8336 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8337
8338 * help-fns.el (describe-variable): Keep doc's text properties.
8339
8340 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
8341
8342 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8343 instead of a file.
8344
8345 2007-09-06 Glenn Morris <rgm@gnu.org>
8346
8347 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8348 (checkdoc-minor-mode): Allow user to specify lighter via
8349 checkdoc-minor-mode-string.
8350
8351 2007-09-05 Richard Stallman <rms@gnu.org>
8352
8353 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8354 Several items removed, simplified, or put on one line.
8355 (fancy-about-text): Add substantial contents, part of startup text.
8356 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8357 (normal-splash-screen): Call normal-mouse-startup-screen,
8358 normal-no-mouse-startup-screen, or normal-about-screen.
8359 (normal-mouse-startup-screen): New fn, broken out, shortened.
8360 (normal-no-mouse-startup-screen): New fn, broken out.
8361 (normal-about-screen): New function, contents all new.
8362
8363 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8364
8365 * emacs-lisp/rx.el (rx): Fix typo in docstring.
8366
8367 2007-09-05 Glenn Morris <rgm@gnu.org>
8368
8369 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8370 is bound.
8371
8372 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8373
8374 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8375 in doc string.
8376
8377 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8378
8379 * server.el (server-start, server-unload-hook): Undo previous change.
8380
8381 * xt-mouse.el: Undo previous change.
8382
8383 2007-09-04 Juri Linkov <juri@jurta.org>
8384
8385 * startup.el (fancy-about-text): New variable.
8386 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8387 (fancy-current-text, fancy-splash-stop-time)
8388 (fancy-splash-outer-buffer): Remove variables.
8389 (fancy-splash-head, fancy-splash-tail): Add new optional argument
8390 `startup' and use it to conditionally display different texts for
8391 Startup and About screens. Don't display Help commands on the About
8392 screen.
8393 (fancy-splash-screens-1): Remove function and move its content to
8394 `fancy-splash-screens' to the part that dislpays the About screen.
8395 (exit-splash-screen): Don't treat specially exiting from
8396 alternating screens.
8397 (fancy-splash-screens): Rename argument `static' to `startup'.
8398 Fix docstring. Remove code for displaying alternating screens.
8399 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8400 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8401 for `inhibit-read-only'.
8402 (normal-splash-screen): Rename argument `static' to `startup'.
8403 Fix docstring. Use argument `startup' to conditionally display
8404 different texts for Startup and About screens. Don't display Help
8405 commands on the About screen. Remove `unwind-protect' `sit-for'
8406 delay and `kill-buffer' after it.
8407 (display-startup-echo-area-message): Remove call to
8408 `use-fancy-splash-screens-p' because image.el is preloaded and
8409 doesn't display "Loading image... done".
8410 (display-splash-screen): Rename argument `static' to `startup'.
8411 Fix docstring.
8412
8413 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8414
8415 * server.el (server-start, server-unload-hook):
8416 suspend-tty-functions has been renamed to suspend-tty-hook.
8417
8418 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
8419 resume-tty-hook.
8420
8421 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
8422
8423 * loadup.el: Fix merge problem, only load "button" once.
8424
8425 2007-09-03 Glenn Morris <rgm@gnu.org>
8426
8427 * vc-svn.el (vc-svn-print-log): If there is only one file, use
8428 "Working file:" as the prefix, for the sake of
8429 log-view-current-file.
8430
8431 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8432
8433 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8434 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8435 if the selected frames is in
8436 xterm-modify-other-keys-terminal-list.
8437 (xterm-turn-off-modify-other-keys): Add an optional frame
8438 parameter. Only turn off modify-other-keys if FRAME is in
8439 xterm-modify-other-keys-terminal-list.
8440 (xterm-remove-modify-other-keys): New function.
8441 (terminal-init-xterm): Use it. Deal with delete-frame hook.
8442 Add the selected frame to xterm-modify-other-keys-terminal-list.
8443
8444 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8445
8446 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8447 (icon-map-list): New variable.
8448 (x-gtk-map-stock): Use icon-map-list.
8449
8450 2007-09-02 Romain Francoise <romain@orebokech.com>
8451
8452 * log-view.el (log-view-current-file): Balance parens.
8453
8454 2007-09-02 Glenn Morris <rgm@gnu.org>
8455
8456 * comint.el (comint-mode): Don't set scroll-conservatively.
8457
8458 * eshell/em-unix.el (eshell/time): Stringify and flatten the
8459 non-command arguments.
8460
8461 * log-view.el (log-view-current-file): Give a more explicit error
8462 if log-view-file-re fails to find a match.
8463
8464 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8465
8466 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8467 Fix bug: Don't expand top-level file name more than once.
8468 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8469
8470 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * server.el (server-process-filter): Don't display the splash screen.
8473 It's annoying enough on the initial screen and becomes positively
8474 obnoxious here.
8475
8476 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8479 Change naming to use "avl-tree--" for internal functions.
8480
8481 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
8482
8483 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8484 the merge.
8485 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8486 (provide): Move to the end of file.
8487
8488 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8489
8490 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8491
8492 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8493 New variable. List of exceptions for the duplicated word rule.
8494 (flyspell-mark-duplications-flag): Mention it.
8495 (flyspell-word): Treat it.
8496
8497 * files.el (create-file-buffer): If the filename sans directory starts
8498 with spaces, remove them.
8499
8500 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8501
8502 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8503 (x-gtk-map-stock): Use two directory elements when matching
8504 file name.
8505
8506 2007-08-31 James Wright <james@chumsley.org>
8507
8508 * eshell/em-unix.el (eshell/info): New function.
8509
8510 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * frame.el (frame-initialize, make-frame):
8513 * server.el (server-process-filter):
8514 * faces.el (tty-set-up-initial-frame-faces): Don't set
8515 term-environment-variable since it's not used any more.
8516
8517 * env.el (setenv): Don't treat $TERM specially.
8518
8519 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8520 stated otherwise, subprocesses do not send back escape sequences
8521 corresponding to the terminal from which Emacs was started.
8522
8523 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
8524
8525 * calculator.el: Require cl for compilation.
8526
8527 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
8528
8529 * outline.el (outline-font-lock-levels): Comment out unused var.
8530 (outline-font-lock-face): Wrap around face list to handle any
8531 nesting depth gracefully.
8532
8533 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
8534
8535 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8536 `set-file-times'.
8537
8538 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
8539
8540 * textmodes/org.el (org-export-visible): Fix drawers before export.
8541 (org-do-sort): Allow sorting by priority.
8542 (org-agenda-files): Ignore non-existing files.
8543 (org-agenda-skip-unavailable-files): New variable.
8544 (org-ellipsis): All a face as value.
8545 (org-mode): Interprete the face value of `org-ellipsis'.
8546 (org-archive-save-context-info): New option.
8547 (org-archive-subtree): Store context info in archived entry.
8548 (org-fast-tag-selection-can-set-todo-state): New variable.
8549 (org-fast-tag-selection): Allow setting TODO states through this
8550 interface.
8551 (org-cycle): Docstring updated.
8552 (org-todo-keyword-faces): New option.
8553 (org-get-todo-face): New function.
8554 (org-set-font-lock-defaults, org-agenda-highlight-todo):
8555 Use `org-get-todo-face'.
8556 (org-switch-to-buffer-other-window): New function.
8557 (org-table-edit-field, org-table-show-reference)
8558 (org-table-edit-formulas, org-add-log-note)
8559 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8560 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8561 `switch-to-buffer-other-window' to make sure that the temporary
8562 windows show up on the current frame.
8563 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8564 (org-get-entries-from-diary, org-replace-region-by-html):
8565 Don't allow pop-up frames.
8566 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8567 Fix problems with time-of-day.
8568 (org-export-get-title-from-subtree): New function.
8569 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8570 with listing items that are DONE.
8571 (org-change-tag-in-region): New command.
8572 (org-agenda-skip-scheduled-if-done)
8573 (org-agenda-skip-deadline-if-done): Docstring clarified.
8574 (org-mode): Hide drawers on startup.
8575 (org-get-todo-face): New function.
8576 (org-todo-keyword-faces): New option.
8577 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8578 (org-remove-keyword-keys): New function.
8579
8580 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
8581
8582 * progmodes/grep.el (grep-find-ignored-directories):
8583 Add monotone _MTN bookkeeping directory in workspaces.
8584 Add RCS control directory. List items in alphabetical order.
8585
8586 * progmodes/grep.el (grep-files-aliases): Add cc alias.
8587 Sort items in alphabetical order. Fix parens.
8588
8589 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8590
8591 * vc-hg.el (vc-hg-extra-menu-map): New variable.
8592 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8593 (vc-hg-pull): New functions.
8594 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8595
8596 * term/mac-win.el: Don't require url, only autoloaded url
8597 functions are used in this file.
8598
8599 2007-08-29 Andreas Schwab <schwab@suse.de>
8600
8601 * shell.el (shell): Return correct value from interactive spec.
8602
8603 2007-08-29 Glenn Morris <rgm@gnu.org>
8604
8605 * version.el (emacs-version): Increase to 23.0.50.
8606
8607 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8608
8609 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8610
8611 2007-08-29 Juri Linkov <juri@jurta.org>
8612
8613 * loadup.el: Add "button" loading after "faces" and move "startup"
8614 to load after "button".
8615
8616 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8617
8618 * loadup.el: Load term/mac-win on a Mac using Carbon.
8619
8620 * term/mac-win.el: Provide mac-win.
8621 (mac-initialized): New variable.
8622 (mac-initialize-window-system): New function. Move global setup here.
8623 (handle-args-function-alist, frame-creation-function-alist):
8624 (window-system-initialization-alist): Add mac entries.
8625 (x-setup-function-keys): New function containing all the
8626 top level function key definitions.
8627
8628 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8629
8630 * env.el (read-envvar-name): Don't consider the environment frame param.
8631
8632 * env.el (setenv):
8633 * frame.el (frame-initialize, make-frame):
8634 * faces.el (tty-set-up-initial-frame-faces):
8635 * server.el (server-process-filter): Set
8636 display-environment-variable and term-environment-variable.
8637
8638 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8639
8640 2007-08-29 Jason Rumney <jasonr@gnu.org>
8641
8642 * loadup.el: Only load term/x-win when X is compiled in.
8643 Load term/w32-win and dependencies on windows-nt.
8644
8645 * term/w32-win.el: Reorder to match x-win.el more closely.
8646 Provide w32-win. Don't throw error when global window-system not w32.
8647 (internal-face-interactive): Remove obsolete function.
8648 (x-setup-function-keys): Use local-function-key-map.
8649 (w32-initialized): New variable.
8650 (w32-initialize-window-system): Set it.
8651 Move more global setup here.
8652 (x-setup-function-keys): New function.
8653 (w32-initialize-window-system): Move non function key global setup here.
8654 (x-cut-buffer-max): Remove.
8655 (w32-initialize-window-system): New function.
8656 (handle-args-function-alist, frame-creation-function-alist):
8657 (window-system-initialization-alist): Add w32 entries.
8658
8659 2007-08-29 David Kastrup <dak@gnu.org>
8660
8661 * env.el (getenv): Pass frame to getenv-internal.
8662
8663 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8664
8665 * version.el (emacs-version): Show if multi-tty is present.
8666
8667 * loadup.el: Delay loading env; mule-conf gets confused by cl
8668 during bootstrap. Also load termdev and term/x-win.
8669
8670 * bindings.el (mode-line-client): New variable.
8671 (help-echo): Add it to the default mode-line format.
8672
8673 * cus-start.el: Remove bogus window-system reference from GTK test.
8674
8675 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8676 (ebrowse-electric-position-mode-map):
8677 * ebuff-menu.el (electric-buffer-menu-mode-map):
8678 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
8679 not `suspend-emacs'.
8680
8681 * ediff-wind.el (ediff-setup-windows-automatic): New function.
8682 (ediff-window-setup-function): Use it as default.
8683
8684 * files.el (save-buffers-kill-terminal): New function.
8685 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
8686
8687 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
8688 and `with-selected-frame'.
8689
8690 * help-fns.el (describe-variable): Describe frame-local variables
8691 correctly.
8692
8693 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
8694 display support.
8695 (normal-erase-is-backspace-setup-frame): New function.
8696
8697 * subr.el (with-selected-frame): New function.
8698 (read-quoted-char): Use terminal-local binding of
8699 local-function-key-map instead of function-key-map.
8700
8701 * talk.el (talk): New function.
8702 (talk-handle-delete-frame): New function.
8703 (talk-add-display): Open a new frame only if FRAME was not a frame.
8704
8705 * termdev.el: New file.
8706
8707 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
8708 * term/x-win.el: Don't bind f10.
8709 * tmm.el: Remove autoload binding for f10.
8710
8711 * international/encoded-kb.el (encoded-kbd-setup-display): Use
8712 `set-input-meta-mode'. Fix broken condition before set-input-mode.
8713 Store the saved input method as a terminal parameter. Add keymap
8714 parameter. Use it instead of changing key-translation-map directly.
8715 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
8716 Remove.
8717 (encoded-kbd-setup-display): New function.
8718
8719 * international/mule-cmds.el (set-locale-environment): Fix getenv
8720 call. Use save-buffers-kill-terminal. Ignore window-system; always
8721 set the keyboard coding system. Add DISPLAY parameter.
8722 (set-display-table-and-terminal-coding-system): Add DISPLAY
8723 parameter. Pass it to set-terminal-coding-system.
8724
8725 * international/mule.el (keyboard-coding-system): Test for
8726 encoded-kbd-setup-display, not encoded-kbd-mode.
8727 (set-terminal-coding-system, set-keyboard-coding-system): Add
8728 DISPLAY parameter.
8729 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
8730
8731 * term/README: Update.
8732
8733 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
8734
8735 * term/x-win.el (x-setup-function-keys): New function. Move
8736 function-key-map tweaks here. Protect against multiple calls on
8737 the same terminal. Use terminal-local binding of
8738 local-function-key-map instead of function-key-map.
8739 (x-initialize-window-system): Make a copy of pure list. Pass a
8740 frame getenv.
8741
8742 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
8743 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
8744 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
8745 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
8746 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
8747 local-function-key-map instead of function-key-map.
8748
8749 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
8750 `substitute-key-definition' and `define-key' calls against
8751 multiple execution. Use terminal-local binding of
8752 local-function-key-map instead of function-key-map. Pass a frame
8753 to getenv.
8754
8755 * edmacro.el (edmacro-format-keys):
8756 * emulation/cua-base.el (cua--pre-command-handler):
8757 * isearch.el (isearch-other-meta-char):
8758 * xt-mouse.el: Use terminal-local binding of
8759 local-function-key-map instead of function-key-map.
8760
8761 * fringe.el (set-fringe-mode): Simplify and fix using
8762 `modify-all-frames-parameters'.
8763 * scroll-bar.el (set-scroll-bar-mode): Ditto.
8764 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
8765 check before calling `tool-bar-setup'.
8766 (tool-bar-setup): New variable.
8767 (tool-bar-setup): Use it to guard against multiple calls. Add
8768 optional frame parameter, and select that frame before adding items.
8769 (toggle-tool-bar-mode-from-frame): New function.
8770
8771 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
8772 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
8773 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
8774 "Tool-bar" toggles to reflect the state of the current frame.
8775 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
8776
8777 * env.el: Require cl for byte compilation (for `block' and `return').
8778 (environment, setenv-internal): New functions.
8779 (let-environment): New macro.
8780 (setenv, getenv): Add optional terminal parameter. Update docs.
8781 (setenv): Use setenv-internal. Always set process-environment.
8782 Handle `local-environment-variables'.
8783 (read-envvar-name, setenv, getenv): Use frame parameters
8784 to store the local environment, not terminal parameters. Include
8785 `process-environment' as well.
8786
8787 * faces.el (tty-run-terminal-initialization): New function.
8788 (tty-create-frame-with-faces): Use it. Set up faces and
8789 background mode only after the terminal has been initialized.
8790 Call terminal-init-*. Don't load the initialization file more
8791 than once. Call set-locale-environment.
8792 (frame-set-background-mode): Handle the 'background-mode terminal
8793 parameter.
8794 (tty-find-type): New function.
8795 (x-create-frame-with-faces): Remove bogus check for
8796 first frame. Call `tool-bar-setup'. Don't make frame visible
8797 until we are done setting up all its parameters. Call
8798 x-setup-function-keys.
8799
8800 * frame.el (make-frame): Always inherit 'environment and 'client
8801 parameters. Set up the 'environment frame parameter, when needed.
8802 Also inherit 'client parameter. Don't override explicitly
8803 specified values with inherited ones. Add 'terminal frame
8804 parameter. Append window-system-default-frame-alist to parameters
8805 before calling frame-creation-function.
8806 (frame-initialize): Copy the environment from the initial frame.
8807 (window-system-default-frame-alist): Enhance doc string.
8808 (frame-notice-user-settings): Don't put 'tool-bar-lines in
8809 `default-frame-alist' when initial frame is on a tty.
8810 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
8811 Remove specified parameters from `window-system-default-frame-alist'.
8812 (make-frame-on-tty, framep-on-display, suspend-frame):
8813 Extend doc string, update parameter names.
8814 (frames-on-display-list): Use terminal-id to get the display id.
8815 (frame-notice-user-settings): Extend to apply
8816 settings in `window-system-default-frame-alist' as well.
8817 (terminal-id, terminal-parameters, terminal-parameter)
8818 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
8819 (delete-frame-functions): Add to `delete-frame-functions' hook.
8820 (blink-cursor-mode): Adapt blink-cursor-mode default
8821 value from startup.el.
8822 (make-frame-on-display): Protect condition on x-initialized when
8823 x-win.el is not loaded. Update doc.
8824 (suspend-frame): Use display-controlling-tty-p to decide between
8825 suspend-emacs and suspend-tty.
8826 (frames-on-display-list): Update for display ids.
8827 (framep-on-display): Ditto.
8828 (suspend-frame): Use display-name, not frame-tty-name.
8829 (selected-terminal): New function.
8830
8831 * server.el: Use `device' instead of `display' or `display-id' in
8832 variable and client parameter names.
8833 (server-select-display): Remove (unused).
8834 (server-tty-live-p, server-handle-delete-tty): Remove.
8835 (server-unquote-arg, server-quote-arg, server-buffer-clients):
8836 Update docs.
8837 (server-getenv-from, server-with-environment, server-send-string)
8838 (server-save-buffers-kill-terminal): New functions.
8839 (server-delete-client): Handle quits in kill-buffer. Don't kill
8840 modified buffers. Add extra logging. Delete frames after
8841 deleting the tty. Clear 'client parameter before deleting a frame.
8842 Use delete-display, not delete-tty.
8843 (server-visit-files): Don't set `server-existing-buffer' if the
8844 buffer already has other clients. Return list of buffers
8845 created. Update doc. Don't set client-record when nowait.
8846 (server-handle-delete-frame): Delete the client if this was its
8847 last frame. Check that the frame is alive. Remove bogus comment.
8848 Add note on possible race condition. Delete tty clients, if needed.
8849 (server-handle-suspend-tty): Use server-send-string. Kill the
8850 client in case of errors from process-send-string. Use the display
8851 parameter.
8852 (server-unload-hook): Remove obsolete delete-tty hook.
8853 (server-start): Ask before restarting if the old server still has
8854 clients. Add feedback messages. Remove obsolete delete-tty hook.
8855 (server-process-filter): Use server-send-string. Accept `-dir'
8856 command. Switch to *scratch* immediately after creating the frame,
8857 before evaluating any -evals. Protect `display-splash-screen'
8858 call in a condition-case. Explain why. Call
8859 `display-startup-echo-area-message' before
8860 `display-splash-screen'. Don't display the splash screen when no
8861 frame was created. Show the Emacs splash screen and startup echo
8862 area message. Display the *scratch* buffer by default. Store the
8863 local environment in a frame (not terminal) parameter. Do not try
8864 to decode environment strings. Fix reference to the 'display
8865 frame parameter. Change syntax of environment variables. Put
8866 environment into terminal parameters, not client parameters. Use
8867 a dummy client with --no-wait's X frames. In `-position LINE'
8868 handler, don't ruin the request string until the line number is
8869 extracted. Log opened files. Handle -current-frame command.
8870 Don't create frames when it is given. Don't bind X frames to the
8871 client when we are in -no-wait mode. Set locale environment
8872 variables from client while creating tty frames. Disable call to
8873 configure-display-for-locale. When processing -position command,
8874 don't change the request string until the parameters are
8875 extracted. Don't try to create an X frame when Emacs does not
8876 support it. Improve logging. Temporarily set ncurses-related
8877 environment variables to those of the client while creating a new
8878 tty frame. Select buffers opened by nowait clients, don't leave
8879 them buried under others. Set the display parameter, and use it
8880 when appropriate.
8881
8882 * startup.el (display-startup-echo-area-message): Handle
8883 `inhibit-startup-echo-area-message' here.
8884 (command-line-1): Moved from here.
8885 (fancy-splash-screens): Use `overriding-local-map' instead of
8886 `overriding-terminal-local-map' for now; the latter doesn't work
8887 right, it looses keypresses to another terminal. Use
8888 `overriding-terminal-local-map' to set up keymap. Install a
8889 `delete-frame-functions' hook to catch `delete-frame' events.
8890 Ignore `select-window' events to cope better with
8891 `focus-follows-mouse'. Don't switch back to the original buffer
8892 if the splash frame has been killed. Restore previous buffer, even
8893 if it's *scratch*.
8894 (normal-splash-screen): Don't let-bind `mode-line-format'; it
8895 changes the global binding - setq it instead. Use
8896 `save-buffers-kill-terminal'.
8897 (display-splash-screen): Don't do anything if the splash screen is
8898 already displayed elsewhere.
8899 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8900 (command-line): Replace duplicated code with a call to
8901 tty-run-terminal-initialization. Don't load the terminal
8902 initialization file more than once. Remove call to nonexistent
8903 function `set-locale-translation-file-name'.
8904
8905 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8906 parameters.
8907 (xterm-mouse-position-function, xterm-mouse-event): Update.
8908 (xterm-mouse-mode): Don't depend on current value of window-system.
8909 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8910 Update for multi-tty.
8911 (turn-on-xterm-mouse-tracking-on-terminal)
8912 (turn-off-xterm-mouse-tracking-on-terminal)
8913 (xterm-mouse-handle-delete-frame): New functions.
8914 (delete-frame-functions, after-make-frame-functions)
8915 (suspend-tty-functions, resume-tty-functions): Install extra hooks
8916 for multi-tty.
8917
8918 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * simple.el (invisible-p): Remove: implemented in C now.
8921 (line-move-invisible-p): Remove obsolete alias.
8922
8923 2007-08-28 Juri Linkov <juri@jurta.org>
8924
8925 * image-mode.el (image-type): New variable.
8926 (image-mode): Set default major mode name to "Image[text]".
8927 (image-minor-mode): Change LIGHTER to display image-type in the
8928 mode line.
8929 (image-minor-mode): Set default image-type to "text".
8930 (image-toggle-display): After switching to text mode, set
8931 image-type to "text" and major mode name to "Image[text]".
8932 After switching to image mode, set image-type to actual image
8933 type, and add image type to major mode name. Let-bind the same
8934 variable names as arguments of `image-type' and `create-image'.
8935 Bind `type' to the result of `image-type' and use it as arg
8936 of `create-image' to not determine the image type twice.
8937
8938 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
8939
8940 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8941 (tramp-set-file-uid-gid, tramp-get-local-uid)
8942 (tramp-get-local-gid): New defuns.
8943 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8944 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8945 Improve fast track.
8946 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8947 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8948 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8949 (tramp-handle-write-region): Improve fast track.
8950 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8951 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8952 be nil.
8953
8954 2007-08-28 Ivan Kanis <apple@kanis.eu>
8955
8956 * time.el: New feature to display several time zones in a buffer.
8957 (display-time-world-mode, display-time-world-display)
8958 (display-time-world, display-time-world-timer): New functions.
8959 (display-time-world-list, display-time-world-time-format)
8960 (display-time-world-buffer-name, display-time-world-timer-enable)
8961 (display-time-world-timer-second, display-time-world-mode-map):
8962 New variables.
8963
8964 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8965
8966 * term/x-win.el (x-gtk-stock-map): New variable.
8967 (x-gtk-map-stock): New function.
8968
8969 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8970 prev/next-node.
8971
8972 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8973
8974 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8975
8976 2007-08-28 Glenn Morris <rgm@gnu.org>
8977
8978 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8979
8980 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8981
8982 * progmodes/modula2.el (m2-definition, m2-module):
8983 Don't use previous-line. Reported by T. V. Raman.
8984
8985 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8986
8987 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8988 argument to tool-bar-mode call.
8989
8990 2007-08-27 Glenn Morris <rgm@gnu.org>
8991
8992 * diff-mode.el (diff-find-file-name): Only accept regular files,
8993 to rule out /dev/null, directories, etc.
8994
8995 * vc-svn.el (vc-svn-diff): If the repository version of all the
8996 files is the same as the specified OLDVERS, do a local diff.
8997
8998 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9001 of buffers in uniquify-managed.
9002
9003 * simple.el (invisible-p): Rename from text-invisible-p.
9004 Update callers.
9005
9006 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9009 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9010 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9011 (cperl-etags-goto-tag-location): Use new style backquotes.
9012
9013 * net/browse-url.el: Remove spurious * in custom docstrings.
9014 (browse-url-filename-alist): Use new-style backquote.
9015
9016 * emacs-lisp/backquote.el (backquote-unquote-symbol)
9017 (backquote-splice-symbol): Clarify they're not new-style unquotes.
9018
9019 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9020 (\,@): Backslash the , and ,@ which are not new-style unquotes.
9021
9022 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9023
9024 * net/socks.el (socks-username/password-auth-filter):
9025 Remove unused vars `state' and `desired-len'.
9026 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9027 (socks-wait-for-state-change): Use new-style backquotes.
9028
9029 * pcvs.el (cvs-mode-status): Fix long-standing typo.
9030
9031 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9032 backquotes after each `read' rather than once per buffer.
9033
9034 * dframe.el: Remove spurious * in custom docstrings.
9035 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9036 (dframe-xemacs20p): Remove, inline at the sole use point.
9037 (defface): Don't defvar the face, don't use old-style backquote.
9038 (defcustom): Don't use old-style backquote.
9039 (dframe-frame-parameter, dframe-mouse-event-p):
9040 Make it obvious that it's always defined.
9041 (dframe-popup-kludge): New function to replace
9042 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9043 (dframe-frame-mode, dframe-set-timer-internal)
9044 (dframe-mouse-set-point): Remove use of with-no-warnings from
9045 XEmacs-specific code.
9046 (dframe-set-timer-internal): Fix very old bug with
9047 post-command-idle-hook.
9048
9049 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9050
9051 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9052
9053 * emacs-lisp/avl-tree.el: New file.
9054
9055 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9056
9057 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9058 was used.
9059
9060 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
9061
9062 * complete.el (PC-do-completion): Make RET accept a non-unique but
9063 complete expansion again.
9064
9065 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9066
9067 * eshell/esh-opt.el (eshell-eval-using-options):
9068 Add debug declaration.
9069
9070 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 * log-view.el (log-view-toggle-mark-entry): Add docstring.
9073 (log-view-get-marked): Likewise.
9074
9075 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9076 (vc-delete-automatic-version-backups): Likewise.
9077
9078 * vc.el (vc-dired-buffers-for-dir): Likewise.
9079
9080 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
9081
9082 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9083 safe-local-variable setting.
9084 * progmodes/perl-mode.el (perl-indent-level): Likewise.
9085
9086 * log-view.el (log-view-marked-list): Delete variable.
9087 (log-view-mode): Don't use it.
9088 (log-view-toggle-mark-entry): Likewise, simplify.
9089 (log-view-current-tag): Don't return properties.
9090 (log-view-get-marked): New function.
9091
9092 2007-08-25 Alexandre Julliard <julliard@winehq.org>
9093
9094 * vc-git.el (vc-git-mode-line-string): New function.
9095
9096 2007-08-25 Alan Mackenzie <acm@muc.de>
9097
9098 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9099 new language variable.
9100
9101 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9102 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9103 "extern" etc., rather than BOI. Fix addition of spurious
9104 syntactic-symbol 'defun-block-intro, replacing it with
9105 'innamespace, etc.
9106
9107 2007-08-25 Juri Linkov <juri@jurta.org>
9108
9109 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9110
9111 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9112 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9113 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9114
9115 * image.el (image-type-header-regexps): Use more complex regexp for svg.
9116 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9117 (image-type-auto-detectable): Add (svg . maybe).
9118
9119 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9120 to treat it like .tgz.
9121
9122 * calendar/cal-bahai.el: Add file coding cookie.
9123
9124 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
9125
9126 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9127 Don't behave differently when executed via M-x. Add doc string.
9128
9129 * sort.el (sort-fold-case, sort-numeric-base): Mark as
9130 safe-local-variable.
9131
9132 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
9133
9134 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9135 the default value.
9136 (math-calendar-tzinfo): New variable.
9137 (math-get-calendar-tzinfo): New function.
9138 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9139 to get information when zone is nil.
9140
9141 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
9142
9143 * log-view.el (log-view-toggle-mark-entry): New function.
9144 (log-view-mode-map): Bind it.
9145 (log-view-marked-list): New variable.
9146 (log-view-mode): Make it local.
9147
9148 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9149
9150 * play/zone.el (zone-pgm-rat-race): New func.
9151 (zone-programs): Add `zone-pgm-rat-race'.
9152
9153 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9156 a list.
9157
9158 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9159
9160 * progmodes/hideshow.el (hs-match-data): Delete alias.
9161 (hs-hide-block-at-point, hs-find-block-beginning)
9162 (hs-show-block): Use `match-data' directly.
9163
9164 2007-08-24 Martin Rudalics <rudalics@gmx.at>
9165
9166 * format.el (format-alist): Fix typo in doc-string.
9167
9168 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
9169
9170 * net/tramp.el (tramp-local-host-p): New defun.
9171 (tramp-handle-file-local-copy, tramp-handle-write-region):
9172 Implement fast track when being on the local host.
9173 (tramp-file-name-handler): Don't set "started" property. It shall
9174 be reserved for the "ftp" method.
9175 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9176
9177 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9178 (tramp-ftp-file-name-handler): Set "started" property.
9179
9180 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
9181
9182 * files.el (backup-buffer-copy): Don't wrap delete in
9183 condition-case, only try to delete if file exists.
9184
9185 2007-08-24 Glenn Morris <rgm@gnu.org>
9186
9187 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9188
9189 * startup.el (tutorial-directory): Set with eval-at-startup so it
9190 gets the right value in an installed Emacs.
9191
9192 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9193
9194 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9195 (eldoc-highlight-function-argument): Use it.
9196
9197 2007-08-23 Masatake YAMATO <jet@gyve.org>
9198
9199 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9200 name of parameters in document body.
9201
9202 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9205 (byte-compile-output-as-comment): Use with-current-buffer rather than
9206 a weird set-buffer&prog1 combination.
9207
9208 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9209 test so as to optimise cases where the `progn's result is constant.
9210
9211 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9212
9213 * locate.el (locate-get-file-positions):
9214 Use line-beginning-position and line-end-position.
9215
9216 2007-08-23 John Wiegley <johnw@newartisans.com>
9217
9218 * calendar/cal-bahai.el: Added in the diacriticals that were
9219 missing for many of the month names.
9220
9221 2007-08-22 Jason Rumney <jasonr@gnu.org>
9222
9223 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9224
9225 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * image-mode.el (image-minor-mode): Use image-mode-text-map.
9228
9229 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
9230
9231 * dabbrev.el (dabbrev--progress-reporter): New variable.
9232 (dabbrev--scanning-message): Delete func.
9233 (dabbrev--find-expansion): Use a progress reporter
9234 instead of dabbrev--scanning-message.
9235
9236 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9237
9238 * comint.el (comint-exec-1): Raise an error if
9239 `start-file-process' does not return a process object.
9240
9241 * shell.el (shell): Prompt for `default-directory' if it is a
9242 remote file name, and if called with a prefix arg.
9243
9244 2007-08-22 Sam Steingold <sds@gnu.org>
9245
9246 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9247
9248 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
9249
9250 * textmodes/org-export-latex.el: New file.
9251
9252 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9253
9254 * textmodes/org.el (org-agenda-skip): Allow a form for
9255 `org-agenda-skip-function'.
9256 (org-agenda-redo): Re-use local settings.
9257 (org-agenda): Store local settings.
9258 (org-agenda-deadline-faces): New option.
9259 (org-agenda-deadline-face): New function.
9260 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9261 entries on their due date.
9262 (org-agenda-get-timestamps): No longer handle the due dates of
9263 schedules and deadline items.
9264 (org-insert-link-global, org-open-at-point-global): New commands.
9265 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9266 :for-ascii parameter.
9267 (org-skip-comments): Function removed.
9268 (org-cleaned-string-for-export): Handle special table lines.
9269 (org-global-properties): New option.
9270 (org-entry-get-with-inheritance): Check global properties.
9271 (org-local-properties): New variable.
9272 (org-set-regexps-and-options): Find the #+PROPERTY line.
9273 (org-link-types): Change type into variable (was constant).
9274 (org-make-link-regexps): New function.
9275 (org-link-re-with-space, org-link-re-with-space2)
9276 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9277 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9278 these regular expressions happens now in the function
9279 `org-make-link-regexps'.
9280 (org-store-link): Call the functions in
9281 `org-store-link-functions'.
9282 (org-add-link-type): New function.
9283 (org-store-link-functions): New variable.
9284 (org-activate-tags): Force matches to be in headlines.
9285 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9286 (org-columns-display-here): Make sure this works in a narrowed
9287 buffer by checking for point-min.
9288 (org-columns-display-here): Make the rest of the line intangible,
9289 so that point never can be there.
9290 (org-cleaned-string-for-export): Use `with-current-buffer'.
9291 (org-replace-region-by-html): Use `with-current-buffer'.
9292 (org-unfontify-region, org-do-occur, org-columns-display-here)
9293 (org-columns-remove-overlays, org-columns-quit)
9294 (org-columns-edit-value, org-columns-next-allowed-value)
9295 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9296 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9297 (org-agenda-todo, org-agenda-change-all-lines)
9298 (org-agenda-align-tags, org-agenda-priority)
9299 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9300 (org-agenda-show-new-time, org-cleaned-string-for-export)
9301 (org-export-grab-title-from-buffer)
9302 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9303 instead of `buffer-read-only'.
9304 (org-export-as-html): Set `coding-system-for-write'.
9305 (org-remember-store-without-prompt): New option.
9306 (org-archive-subtree): Fixed bug with modifying TODO keyword.
9307 (org-beginning-of-line): Also treat C-a special in items.
9308 (org-table-convert-refs-to-rc): Fixed problem with column
9309 reference after "..".
9310 (org-columns-compute): Don't mark buffer modified because of text
9311 properties.
9312 (org-batch-store-agenda-views): Use the variable
9313 `default-directory', not the function.
9314 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9315 (org-clock-out-when-done): New option.
9316 (org-html-entities): Added HTML entities for smileys.
9317
9318 2007-08-22 Glenn Morris <rgm@gnu.org>
9319
9320 * image.el (create-image): Doc fix.
9321
9322 * startup.el (tutorial-directory): New constant.
9323 (fancy-splash-text): Tutorials now in tutorial-directory.
9324 * tutorial.el (help-with-tutorial): Tutorials now in
9325 tutorial-directory.
9326
9327 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9328
9329 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9330 otherwise.
9331 (tramp-get-remote-path): New defun. Replace occurrences of
9332 `tramp-default-remote-path' by this function.
9333 (tramp-set-remote-path): Move most of the code to
9334 `tramp-get-remote-path'.
9335 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9336 existing directories, this is done already in
9337 `tramp-get-remote-path'.
9338
9339 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
9340
9341 * image-file.el (image-file-name-extensions): Add "svg".
9342 * image.el (image-type-header-regexps): Add svg entry.
9343
9344 2007-08-22 Glenn Morris <rgm@gnu.org>
9345
9346 * files.el (backup-buffer-copy): Check backup directory is
9347 writable, to avoid infloop deleting old backup.
9348
9349 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9350 movemail related variables.
9351 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9352 will now be set before this is called.
9353
9354 2007-08-21 Juri Linkov <juri@jurta.org>
9355
9356 * delsel.el (delete-selection-pre-hook):
9357 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9358 instead of checking last-command.
9359
9360 2007-08-21 Juri Linkov <juri@jurta.org>
9361
9362 * loadup.el: Preload "button".
9363
9364 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9367 Add previous-line and next-line.
9368
9369 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9370 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9371
9372 * vc-hooks.el (vc-menu-entry): New var.
9373 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9374 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9375 (vc-menu-map): Declare and initialize in one step.
9376 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9377
9378 * menu-bar.el (vc-menu-map): Don't setup any more.
9379 Instead, just create the proper spot in the menu.
9380
9381 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * smerge-mode.el (smerge-resolve): New arg `safe'.
9384 (smerge-resolve-all, smerge-batch-resolve): New function.
9385 (smerge-refine): Make sure `diff' returns the expected result.
9386 (smerge-parsep-re): New const.
9387 (smerge-mode): Use it to adjust paragraph-separate.
9388
9389 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9390 Correctly match / regexp matchers as first char on a line when
9391 fontifying only that line.
9392
9393 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9394
9395 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * vc-bzr.el: Don't fiddle with vc-handled-backend.
9398 (vc-bzr-registered): Don't redundantly protect against
9399 file-error. Actually use the format-specific code.
9400 (vc-bzr-buffer-nonblank-p): Remove.
9401 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9402
9403 2007-08-20 Juri Linkov <juri@jurta.org>
9404
9405 * startup.el (fancy-splash-text): Change multiple tabs into one
9406 tab. Remove "Useful File menu items" section (with "Exit Emacs"
9407 and "Recover Crashed Session").
9408 (fancy-splash-screens): Set tab-width to 22.
9409 (normal-splash-screen): Replace literal tabs with \t and
9410 fix whitespace. Remove "Useful File menu items" section (with
9411 "Exit Emacs" and "Recover Crashed Session").
9412
9413 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
9414
9415 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9416 extracted from `eval-last-sexp-1'.
9417 (eval-last-sexp-1): Call `preceding-sexp'.
9418
9419 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9420
9421 * vc-rcs.el (vc-rcs-annotate-command):
9422 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9423 Add back :vc-annotate-prefix propertization.
9424
9425 2007-08-20 Andreas Schwab <schwab@suse.de>
9426
9427 * mail/rmail.el (rmail-autodetect): Doc fix.
9428
9429 2007-08-19 Juri Linkov <juri@jurta.org>
9430
9431 * startup.el (normal-splash-screen): Add more links.
9432
9433 2007-08-19 Juri Linkov <juri@jurta.org>
9434
9435 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9436 because it's common to both types of splash screen: fancy and normal.
9437 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9438 (exit-splash-screen): Rename from `fancy-splash-quit'.
9439 Use `quit-window' instead of `kill-buffer'.
9440 (fancy-splash-head): Use make-button to insert GNU image link.
9441 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9442 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9443 (normal-splash-screen): Put "Browse manuals" on the same line with
9444 "Emacs manual". Remove descriptions from "Useful tasks" and put
9445 all links in two columns on two lines.
9446
9447 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
9448
9449 * emulation/viper.el (viper-remove-hooks): Remove some additional
9450 viper hooks when the user calls viper-go-away.
9451 (viper-go-away): Restore the default of default-major-mode.
9452 Save the value of default-major-mode before vaperization.
9453
9454 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9455
9456 * emulation/viper-ex.el: Replace error "" with "Viper bell".
9457
9458 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9459 buffer for which file is created.
9460
9461 2007-08-19 Glenn Morris <rgm@gnu.org>
9462
9463 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9464 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9465 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
9466 shadow files messing up the compilation.
9467
9468 2007-08-18 Glenn Morris <rgm@gnu.org>
9469
9470 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9471 string. Also apply eldoc-argument-case in the help-split-fundoc
9472 case. Adapt for changed behavior of eldoc-function-argstring,
9473 eldoc-function-argstring-format, and
9474 eldoc-highlight-function-argument.
9475 (eldoc-highlight-function-argument): Handle nil INDEX argument,
9476 just call eldoc-docstring-format-sym-doc in that case.
9477 (eldoc-function-argstring): Change the behavior. Now it converts
9478 an argument list to a string.
9479 (eldoc-function-argstring-format): Change the behavior. Now it
9480 applies `eldoc-argument-case' to a string.
9481
9482 * progmodes/scheme.el (scheme-mode-variables): Set
9483 font-lock-comment-start-skip.
9484
9485 2007-08-18 Martin Rudalics <rudalics@gmx.at>
9486
9487 * progmodes/ada-mode.el (ada-create-syntax-table): Move
9488 set-syntax-table from here to ...
9489 (ada-mode): ... here. Do not change global value of
9490 comment-multi-line. Call new function
9491 ada-initialize-syntax-table-properties and add new function
9492 ada-handle-syntax-table-properties to font-lock-mode-hook.
9493 (ada-deactivate-properties, ada-initialize-properties): Replace
9494 by new functions ...
9495 (ada-handle-syntax-table-properties)
9496 (ada-initialize-syntax-table-properties)
9497 (ada-set-syntax-table-properties): ... to set up syntax-table
9498 properties uniformly, independently from whether font-lock-mode
9499 is enabled or not. Handle read-only buffers and do not change
9500 undo-list when setting syntax-table properties.
9501 (ada-after-change-function): Use ada-set-syntax-table-properties.
9502
9503 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9504
9505 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9506 (meta-indent-current-nesting): Use a computation of the nesting
9507 instead.
9508 (meta-indent-current-indentation): Indentation is given according
9509 to nesting and if the previous line was finished or not.
9510 (meta-indent-unfinished-line): Tell if the current line ends with
9511 a finished expression.
9512 (meta-indent-looking-at-code): Like `looking-at', but checks if
9513 the point is in a string before.
9514 (meta-indent-level-count): Use it. Don't count parenthesis as it's
9515 done in the nesting function.
9516 (meta-indent-in-string-p): Tell if the current point is in a
9517 string.
9518 (meta-indent-calculate): Treat b-o-b as a special case. Use the
9519 previous functions.
9520
9521 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
9522
9523 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9524 (copyright-update-year, copyright-update)
9525 (copyright-fix-years): Use it.
9526
9527 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
9528
9529 * emacs-lisp/copyright.el (copyright-update-year):
9530 Fix bug: Handle nil copyright-limit.
9531
9532 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9533
9534 * calc/calc-units.el (math-standard-units): Give exact
9535 conversion for tsp.
9536
9537 * calc/calc.el (math-bignum-digit-length): Compute the
9538 appropriate value.
9539
9540 * calc/calc-bin.el (math-bignum-logb-digit-size)
9541 (math-bignum-digit-power-of-two):
9542 * calc/calc-comb.el (math-small-factorial-table):
9543 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9544 (math-approx-gamma-const):
9545 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9546 (math-besY1, math-bernoulli-b-cache):
9547 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9548 Remove `eval-when-compile's.
9549
9550 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9551
9552 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9553 (cperl-find-pods-heres): Fix an error when typing expressions like
9554 `s{a}{b}'.
9555
9556 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9557
9558 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9559 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
9560 a special case (there's no build number).
9561
9562 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
9563
9564 * completion.el (symbol-under-point, symbol-before-point)
9565 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9566
9567 2007-08-17 Glenn Morris <rgm@gnu.org>
9568
9569 * progmodes/compile.el (compilation-get-file-structure): Make use
9570 of the directory part when checking for an existing entry, to
9571 handle files with same basename in different directories.
9572
9573 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9574
9575 * calc/calc.el (calc-language-alist): Add texinfo-mode.
9576
9577 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9578
9579 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9580 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9581 (ps-paragraph-spacing): Docstring fix.
9582
9583 2007-08-16 Glenn Morris <rgm@gnu.org>
9584
9585 * ps-print.el (ps-font-size): Doc fix.
9586
9587 2007-08-16 Richard Stallman <rms@gnu.org>
9588
9589 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9590
9591 2007-08-15 Juri Linkov <juri@jurta.org>
9592
9593 * startup.el (initialization): Change parent group from `internal'
9594 to `environment'.
9595 (initial-buffer-choice): New variable.
9596 (command-line): Revert 2007-07-02 change that sets
9597 buffer-offer-save in *scratch* and enables auto-save in it.
9598 (fancy-splash-text): Add links to existing items. Add new items
9599 with links for useful tasks. Move information about Control-g to
9600 fancy-splash-head. Move "Emacs Guided Tour" to the end.
9601 (fancy-splash-keymap): New variable.
9602 (fancy-splash-last-input-event): Remove variable.
9603 (fancy-splash-insert): Add processing of `:link' element.
9604 (fancy-splash-head): Replace "Type Control-l to begin editing"
9605 with "Type `q' to exit".
9606 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9607 (fancy-splash-default-action, fancy-splash-special-event-action):
9608 Remove functions.
9609 (fancy-splash-quit): New function.
9610 (fancy-splash-screens): Rename input arg from `hide-on-input' to
9611 `static' and reverse the condition of its usage. Don't preserve
9612 original values of `minor-mode-map-alist',
9613 `emulation-mode-map-alists', `special-event-map'.
9614 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9615 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9616 Remove processing of special events. Use local key map
9617 `fancy-splash-keymap'. Set buffer to read-only.
9618 (normal-splash-screen): Rename input arg from `hide-on-input' to
9619 `static' and reverse the condition of its usage.
9620 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9621 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9622 Add links to existing items. Add new items with links for useful
9623 tasks. Use local key map `fancy-splash-keymap'.
9624 (display-splash-screen): Rename input arg from `hide-on-input' to
9625 `static'.
9626 (about-emacs): Add alias to display-splash-screen.
9627 (command-line-1): Use `initial-buffer-choice'.
9628
9629 * menu-bar.el (menu-bar-help-menu):
9630 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9631 item to about-emacs instead of display-splash-screen.
9632
9633 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
9634
9635 * calc/calc-units.el (math-standard-units): Update values.
9636 Put in exact, rational values when possible.
9637 (math-unit-prefixes): Replace floats with powers of ten.
9638 (math-standard-units-systems): Replace floats with integers.
9639 (math-make-unit-string): Remove extra spaces in output.
9640
9641 2007-08-15 Glenn Morris <rgm@gnu.org>
9642
9643 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9644 sloppier, for the sake of GNU Mailman.
9645 (rmail-digest-rfc1153): Initialize `result' correctly.
9646
9647 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9648
9649 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9650 in the mail title. Suggested by Reiner Steib.
9651
9652 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
9653
9654 * calc/calc-aent.el (calc-do-quick-calc): Add binary
9655 representation of integers to the list of outputs.
9656
9657 2007-08-14 Glenn Morris <rgm@gnu.org>
9658
9659 * simple.el (bad-packages-alist): New constant.
9660 (bad-package-check): New function. Together, these two add elements
9661 to `after-load-alist' to check for problematic external packages.
9662 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9663
9664 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
9665
9666 * calc/calc-units.el (math-get-standard-units)
9667 (math-get-units, math-make-unit-string)
9668 (math-get-default-units, math-put-default-units): New functions.
9669 (math-default-units-table): New variable.
9670 (calc-convert-units, calc-convert-temperature): Add machinery
9671 to supply default values.
9672
9673 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
9676 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
9677 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
9678 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
9679
9680 * emulation/tpu-extras.el: Remove spurious * in docstrings.
9681 Put its autoloads into tpu-edt.el rather than loaddefs.el.
9682 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
9683 Make into a proper minor-mode.
9684 (tpu-backward-char, tpu-next-line, tpu-previous-line)
9685 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9686 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
9687 (tpu-set-cursor-free, tpu-set-cursor-bound):
9688 Delegate to tpu-cursor-free-mode.
9689 (tpu-next-line, tpu-previous-line, tpu-forward-line)
9690 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
9691 Use line-move or forward-line instead of next-line-internal.
9692
9693 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
9694
9695 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
9696
9697 2007-08-12 Richard Stallman <rms@gnu.org>
9698
9699 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
9700 (cvs-execute-single-file): Use new name split-string-and-unquote.
9701 (cvs-header-msg): Use new name combine-and-quote-strings.
9702
9703 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
9704
9705 * progmodes/gud.el (gud-common-init): Use new name
9706 split-string-and-unquote.
9707
9708 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
9709 in javac regexp.
9710
9711 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
9712 combine-and-quote-strings and split-string-and-unquote.
9713
9714 * subr.el (combine-and-quote-strings): Rename from strings->string.
9715 (split-string-and-unquote): Rename from string->strings.
9716
9717 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
9720 to buffer-local settings.
9721
9722 * emacs-lisp/backquote.el (backquote-delay-process): New function.
9723 (backquote-process): Add internal arg `level'. Use the two to
9724 correctly handle nested backquotes.
9725
9726 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
9727
9728 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
9729 (vc-bzr-state-words): Add "kind changed" state word.
9730 (vc-bzr-status): New function. Return Bzr idea of file status,
9731 which is different from VC's.
9732 (vc-bzr-state): Use vc-bzr-status.
9733 (vc-workfile-unchanged-p): Use vc-bzr-status.
9734 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
9735 (vc-dired-state): Process "kind changed" state word.
9736
9737 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
9740
9741 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
9742 Move from vc-default-find-file-not-found-hook.
9743
9744 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * man.el: Remove spurious * in docstrings.
9747 Merge defvars and toplevel setq-defaults.
9748 (Man-highlight-references0): Limit=nil rather than point-max.
9749 (Man-mode-map): Move initialization into the declaration.
9750 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
9751 (Man-view-header-file): Use expand-file-name rather than concat.
9752 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
9753
9754 * man.el (Man-next-section): Make sure we do not move backward.
9755
9756 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * files.el (auto-mode-alist): Use the purecopied text (duh!).
9759
9760 2007-08-08 Glenn Morris <rgm@gnu.org>
9761
9762 * Replace `iff' in doc-strings and comments.
9763
9764 2007-08-08 Martin Rudalics <rudalics@gmx.at>
9765
9766 * dired.el (dired-pop-to-buffer):
9767 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9768 * calendar/calendar.el (generate-calendar-window):
9769 * progmodes/compile.el (compilation-set-window-height):
9770 * textmodes/two-column.el (2C-two-columns, 2C-merge):
9771 Use window-full-width-p instead of comparing frame-width and
9772 window-width.
9773
9774 * progmodes/compile.el (compilation-find-buffer): Remove extra
9775 argument in call to compilation-buffer-internal-p.
9776
9777 2007-08-07 Tom Tromey <tromey@redhat.com>
9778
9779 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
9780 Add safe-local-variable property.
9781
9782 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9783
9784 * image-mode.el (image-toggle-display): Use image-refresh.
9785
9786 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
9787
9788 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
9789 unofficial version.
9790 (vc-bzr-command): Remove redundant setting of process-connection-type.
9791 (vc-bzr-admin-checkout-format-file): Add autoload.
9792 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
9793 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
9794 (vc-bzr-registered): Compare dirstate format tag with known good
9795 value, abort parsing if match fails. Warn user in docstring.
9796 (vc-bzr-workfile-version): Case for different Bzr branch formats.
9797 See bzrlib/branch.py in Bzr sources.
9798 (vc-bzr-diff): First argument FILES may be a string rather than a list.
9799 (vc-bzr-shell-command): Remove in favor of
9800 vc-bzr-command-discarding-stderr.
9801 (vc-bzr-command-discarding-stderr): New function.
9802
9803 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
9804
9805 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
9806 program, and return nil.
9807 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
9808 (vc-bzr-state): Look for path names relative to the repository
9809 root after status keyword.
9810 (vc-bzr-file-name-relative): New function.
9811 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
9812 depend on it.
9813 (vc-bzr-admin-dirname, ...-checkout-format-file)
9814 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
9815 files that we now parse directly for speed.
9816 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
9817 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
9818 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
9819 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
9820 Bzr warnings, so we must discard it.
9821 (vc-bzr-workfile-version): Speedup counting lines from
9822 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
9823 if that file doesn't exist.
9824 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
9825 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
9826 to `vc-directory-exclusion-list'.
9827 (vc-bzr-shell-command): New function.
9828
9829 2007-08-06 Tom Tromey <tromey@redhat.com>
9830
9831 * diff-mode.el (diff-unified->context, diff-reverse-direction)
9832 (diff-fixup-modifs): Typo in docstring.
9833
9834 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
9837 count-screen-lines.
9838 (tpu-edt-off): Disable relevant pieces of advice.
9839
9840 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
9841 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
9842 (newline, newline-and-indent, do-auto-fill): Use advice instead of
9843 redefining the function.
9844 (tpu-set-scroll-margins): Activate the pieces of advice.
9845
9846 2007-08-06 Martin Rudalics <rudalics@gmx.at>
9847
9848 * help.el (resize-temp-buffer-window): Use window-full-width-p
9849 instead of comparing frame-width and window-width.
9850
9851 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
9852
9853 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9854 optional quotes around files in NEED-UPDATE . REMOVED case.
9855
9856 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9857 (ada-treat-cmd-string): Improve error message.
9858 (ada-do-file-completion): Call `ada-require-project-file', so
9859 project variables are set properly.
9860 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9861 (ada-gnatfind-buffer-name): New constant.
9862 (ada-find-any-references): Use new constant. Set buffer name
9863 properly in compilation-start. Toggle read-only properly.
9864 (ada-find-in-src-path): Fix spelling error in docstring.
9865
9866 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9867 by zero error.
9868
9869 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9872
9873 2007-08-12 Richard Stallman <rms@gnu.org>
9874
9875 * progmodes/sh-script.el (sh): Delete group `unix'.
9876
9877 * progmodes/gud.el (gud): Change to group `processes'.
9878
9879 2007-08-11 Glenn Morris <rgm@gnu.org>
9880
9881 * progmodes/compile.el (compilation-buffer-name): Don't check
9882 compilation-arguments. It is superfluous, and the variable isn't
9883 even set when this function is called.
9884
9885 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9886
9887 * term/mac-win.el (mac-ae-reopen-application): New function.
9888 (mac-apple-event-map): Bind "reopen application" Apple event to it.
9889
9890 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9893 take tex-font-script-display into account.
9894 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9895 cell to a list of 2 elements to simplify the unfontify code.
9896
9897 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9898
9899 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9900 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9901 ps-print-color-p is neither nil nor black-white. Reported by Christian
9902 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9903
9904 2007-08-08 Andreas Schwab <schwab@suse.de>
9905
9906 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9907 self-insert-command, not self-insert.
9908
9909 2007-08-08 Glenn Morris <rgm@gnu.org>
9910
9911 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9912 argument optional, for backwards compatibility, and only highlight
9913 args when present. Fix symbol name typo (doc/args).
9914
9915 * help-mode.el (help-make-xrefs): Search for symbol constituents,
9916 rather than just `-'.
9917
9918 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
9919
9920 * calc/calc-units.el (calc-convert-temperature):
9921 Use `/' to create fractions.
9922
9923 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
9924
9925 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9926 global matching.
9927 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9928 ERROR-BUFFER more robust. Display output.
9929 (tramp-file-name-handler): Add a connection property when we found
9930 a foreign file name handler. This allows backends like ftp to
9931 profit also from usr/host name completion based on connection
9932 cache.
9933 (tramp-send-command-and-read): Search for trash after the regexp
9934 until eol only. In XEmacs, there is a problem with \n.
9935
9936 * net/tramp-cache.el (top): Read persistent connection history
9937 when cache is empty.
9938
9939 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
9940
9941 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9942 resulting output.
9943
9944 2007-08-07 Sam Steingold <sds@gnu.org>
9945
9946 * progmodes/compile.el (compilation-start): Pass nil as startfile
9947 to comint-exec.
9948
9949 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9950
9951 * longlines.el (longlines-decoded): New variable.
9952 (longlines-mode): Avoid encoding or decoding the buffer twice.
9953
9954 2007-08-07 Martin Rudalics <rudalics@gmx.at>
9955
9956 * format.el (format-insert-file): Make sure that at most one undo
9957 entry is recorded for the insertion. Inhibit point-motion and
9958 modification hooks around call to insert-file-contents.
9959
9960 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9963 Select the buffer's window before moving point.
9964
9965 2007-08-07 Richard Stallman <rms@gnu.org>
9966
9967 * term.el (term): Remove parent group `unix'.
9968
9969 * simple.el (default-indent-new-line): New function.
9970 It calls comment-line-break-function if there are comments.
9971 (do-auto-fill): Use that.
9972
9973 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
9974
9975 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9976 (PC-do-completion): Add "acronym completion" for symbols and
9977 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9978
9979 2007-08-06 Sam Steingold <sds@gnu.org>
9980
9981 * mouse.el (mouse-buffer-menu): Pass mode-name through
9982 format-mode-line because it may be a list,
9983 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9984
9985 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
9986
9987 * printing.el (pr-update-menus): Docstring fix.
9988
9989 2007-08-06 Jason Rumney <jasonr@gnu.org>
9990
9991 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9992
9993 * vc-hooks.el (vc-call): Add doc string.
9994
9995 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
9996
9997 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9998 process-filter.
9999
10000 2007-08-06 Kenichi Handa <handa@m17n.org>
10001
10002 * international/quail.el: Wrap (require 'help-mode) by
10003 eval-when-compile.
10004 (quail-help-init): New function.
10005 (quail-help): Call quail-help-init.
10006 (quail-store-decode-map-key): Change it to a function.
10007
10008 2007-08-05 Jason Rumney <jasonr@gnu.org>
10009
10010 * vc.el (vc-rollback): Add norevert argument back.
10011 (vc-revert-buffer): Add back as obsolete alias.
10012
10013 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
10014
10015 * term.el: Honor term-default-fg-color and term-default-bg-color
10016 settings when modifying term-current-face.
10017 (term-default-fg-color, term-default-bg-color): Initialize from
10018 default term-current-face.
10019 (term-mode, term-reset-terminal): Set term-current-face with
10020 term-default-fg-color and term-default-bg-color.
10021 (term-handle-colors-array): term-current-face has term-default-fg-color
10022 and term-default-bg-color after reset escape sequence.
10023 (term-handle-colors-array): Set term-current-color with
10024 term-default-fg/bg-color instead of ansi-term-color-vector when the
10025 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10026
10027 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
10028
10029 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10030 (math-nlfit-givens): Let bind free variables.
10031
10032 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
10033
10034 * printing.el: Require lpr and ps-print when loading printing package.
10035 Reported by Glenn Morris <rgm@gnu.org>.
10036
10037 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
10038
10039 * files.el (set-auto-mode): Handle also remote files wrt
10040 `auto-mode-alist'.
10041
10042 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
10043
10044 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10045 curves and plotting.
10046
10047 * calc/calc-nlfit.el: New file.
10048
10049 2007-08-04 Glenn Morris <rgm@gnu.org>
10050
10051 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10052 zero, not nil, when the library is first loaded. Check for a file
10053 that has been modified on disk.
10054
10055 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10056 Remove duplicate defvar preventing initialization.
10057 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10058
10059 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10062 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10063 may match up to 4 lines.
10064 (diff-beginning-of-file-and-junk): Rewrite.
10065
10066 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10067
10068 * printing.el: Evaluate require only during compilation.
10069 (pr-version): New version 6.9.1.
10070 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10071 (pr-global-menubar): Fix code.
10072
10073 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
10074
10075 * term.el (term-erase-in-display): Fix case when point is not at
10076 the beginning of the line.
10077
10078 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
10079
10080 * calc/calc-ext.el (math-get-value, math-get-sdev)
10081 (math-contains-sdev): New functions.
10082
10083 * calc/calc-graph.el (calc-graph-format-data)
10084 (calc-graph-add-curve): Check for error forms.
10085 (calc-graph-set-styles): Add option for error forms.
10086
10087 2007-08-03 Miles Bader <miles@gnu.org>
10088
10089 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10090 backend names for new backends to `Git', `Hg', and `Bzr'.
10091 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10092 not `HG'.
10093 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10094 name, not `GIT'.
10095 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10096 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10097
10098 2007-08-03 Richard Stallman <rms@gnu.org>
10099
10100 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10101 to update deleted flag.
10102
10103 * cus-edit.el (customize-apropos, customize-apropos-options)
10104 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10105
10106 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10107
10108 * startup.el (fancy-splash-head, startup-echo-area-message):
10109 Change message text.
10110
10111 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10112 All callers use line-move.
10113
10114 * progmodes/compile.el (compilation-find-buffer): Return current
10115 buffer immediately if suitable.
10116 (compile, compilation-buffer-name, compilation-start): Doc fixes.
10117
10118 2007-08-03 Daiki Ueno <ueno@unixuser.org>
10119
10120 * faces.el (face-normalize-spec): New function.
10121 (frame-set-background-mode): Normalize face-spec before calling
10122 face-spec-match-p.
10123
10124 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * server.el (server-window): Add switch-to-buffer-other-frame option.
10127
10128 2007-08-03 Glenn Morris <rgm@gnu.org>
10129
10130 * cus-edit.el (customize-apropos): Make the error message indicate
10131 what kind of thing the user was trying to customize.
10132
10133 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10134
10135 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10136 Fix off-by-one error in previous change.
10137
10138 2007-08-03 Drew Adams <drew.adams@oracle.com>
10139
10140 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10141 Make buffer writable.
10142
10143 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10144
10145 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10146 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10147 Use native Emacs functions, when appropriate.
10148
10149 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10150 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * vc.el: Document new VC operation `extra-menu'.
10153
10154 * vc-hooks.el (vc-default-extra-menu): New function.
10155
10156 * menu-bar.el (menu-bar-vc-filter): New function.
10157 (menu-bar-tools-menu): Use it as a filter.
10158
10159 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
10160
10161 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10162
10163 2007-08-01 Glenn Morris <rgm@gnu.org>
10164
10165 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10166 strings.
10167 (fortran-tab-mode-default): Remove needless autoload.
10168 (fortran-tab-mode-string): Add help-echo and mouse properties, and
10169 mark as risky.
10170 (fortran-line-length): New buffer-local variable, safe if integer.
10171 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10172 Change from variables to constants.
10173 (fortran-font-lock-syntactic-keywords): Delete as a variable,
10174 replace with a new function definition.
10175 (fortran-mode): Use fortran-line-length, and
10176 fortran-font-lock-syntactic-keywords as a function. Add a
10177 hack-local-variables-hook function.
10178 (fortran-line-length, fortran-hack-local-variables): New functions.
10179 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10180 Use fortran-line-length rather than 72.
10181 (fortran-window-create-momentarily): Doc fix.
10182
10183 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
10184
10185 * cus-edit.el (custom-group-value-create, custom-goto-parent):
10186 Fix parent groups link.
10187
10188 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
10189
10190 * progmodes/python.el (python-current-defun): Adjust to never fall
10191 into infinite loop.
10192
10193 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10196
10197 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
10198
10199 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10200 (copyright-fix-years, copyright): Correctly handle the case where
10201 copyright-limit is nil.
10202
10203 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
10204
10205 * progmodes/python.el (run-python): Fix path separator under w32.
10206
10207 2007-07-30 Richard Stallman <rms@gnu.org>
10208
10209 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10210 Treat non-break space as whitespace in Lisp.
10211
10212 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * vc.el (vc-dired-hook): Use inhibit-read-only.
10215
10216 * progmodes/compile.el (compilation-forget-errors):
10217 Reset compilation-auto-jump-to-next.
10218
10219 2007-07-30 Michael Olson <mwolson@gnu.org>
10220
10221 * cus-edit.el (custom-group-save): Fix void function definition
10222 error. Thanks to Zhang Wei for the report.
10223
10224 * ps-print.el: Check in trivial changes to the autoloads section
10225 caused by the build process. These autoloads really ought to be
10226 placed in a separate file, methinks.
10227
10228 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * calendar/calendar.el (calendar-mode): Make sure
10231 displayed-(month|year) are set.
10232 (calendar-basic-setup): Display buffer before adjusting window sizes.
10233 (generate-calendar-window): Use inhibit-read-only. Simplify.
10234 Generate buffer and set displayed-month and displayed-year before
10235 calling update-calendar-mode-line.
10236
10237 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
10238
10239 * net/tramp.el:
10240 * net/tramp-uu.el:
10241 * net/trampver.el: Use utf-8 encoding with coding cookie.
10242
10243 * net/tramp-cache.el:
10244 * net/tramp-fish.el:
10245 * net/tramp-ftp.el:
10246 * net/tramp-gw.el:
10247 * net/tramp-smb.el: Remove coding cookie.
10248
10249 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10250 Flush buffer file-name's file property.
10251 (tramp-handle-file-remote-p): The first parameter is FILENAME.
10252
10253 * net/trampver.el: Update release number.
10254
10255 2007-07-29 Juri Linkov <juri@jurta.org>
10256
10257 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10258 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10259 when major-mode is not dired-mode.
10260 (dired-toggle-read-only): New function.
10261 (dired-recursive-deletes): Remove obsolete comments about old
10262 default value.
10263 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10264
10265 * wdired.el (wdired-exit): New function.
10266 (wdired-mode-map): Bind C-x C-q to wdired-exit.
10267
10268 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * cus-edit.el (customize-read-group): New fun.
10271 (customize-group-other-window, customize-face-other-window):
10272 Prompt before delegating to customize-(group|face).
10273 Bind pop-up-windows rather than use the other-window argument.
10274 (customize-group, customize-face): Prompt from the interactive spec.
10275 Remove args `prompt-for-group' and `other-window'.
10276
10277 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10278 (ad-body-forms, ad-advised-interactive-form): Revert this part of
10279 last change.
10280
10281 2007-07-28 Masatake YAMATO <jet@gyve.org>
10282
10283 * vc.el (vc-dired-mode): Add a menu for VC related operation.
10284 Use backend name as the menu label. Suggested by David Kastrup.
10285
10286 2007-07-28 Alan Mackenzie <acm@muc.de>
10287
10288 Fix problem with modes derived from CC Mode:
10289 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10290 macro to cc-langs.
10291 (c-init-language-vars-for): Remove call to above macro.
10292 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10293 been moved to here.
10294 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10295
10296 2007-07-28 Eli Zaretskii <eliz@gnu.org>
10297
10298 * net/trampver.el: Fix the `coding' cookie.
10299
10300 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10301
10302 * vc-git.el (vc-git-print-log): Support both the old single file
10303 interface and the new one.
10304
10305 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
10306
10307 * bindings.el (mode-line-remote): Use updated %@ construct.
10308
10309 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10312 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10313 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10314 (diary-list-bahai-entries, diary-bahai-mark-entries)
10315 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10316 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10317 New names to clean up namespace.
10318 (list-bahai-diary-entries, mark-bahai-diary-entries)
10319 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10320 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10321 Add compatibility aliases.
10322
10323 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10324
10325 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10326 (calendar-scroll-left-three-months)
10327 (calendar-scroll-right-three-months): Clean up namespace.
10328 (scroll-calendar-left, scroll-calendar-right)
10329 (scroll-calendar-left-three-months)
10330 (scroll-calendar-right-three-months): Add compatibility aliases.
10331
10332 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10333 Behave like mouse-scroll-calendar-* when used from the mouse.
10334
10335 * calendar/cal-menu.el (cal-menu-scroll-menu)
10336 (cal-menu-global-mouse-menu):
10337 * calendar/calendar.el (calendar-mode-map):
10338 Use new calendar-scroll-* names.
10339 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10340 Remove. Use calendar-scroll-* directly instead.
10341
10342 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10345 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10346 (ad-make-advised-definition, ad-cache-id-verification-code):
10347 Use commandp and interactive-form instead.
10348
10349 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
10350
10351 * vc-git.el: Relicense to GPLv3 or later.
10352 (vc-directory-exclusion-list, vc-handled-backends): Remove.
10353
10354 * vc-hooks.el (vc-handled-backends): Add GIT.
10355
10356 * vc.el (vc-directory-exclusion-list): Add .git.
10357
10358 2007-07-26 Alexandre Julliard <julliard@winehq.org>
10359
10360 * vc-git.el (vc-git-revision-table)
10361 (vc-git-revision-completion-table): New functions.
10362
10363 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10364
10365 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10366 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10367 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10368 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10369 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10370 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10371 New command actions for EPS header and EPS footer.
10372
10373 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10374 footer. Fix some problems with one-or-more, zero-or-more and
10375 alternative constructions generation. Some log messages
10376 implementation. Doc fix.
10377 (ebnf-version): New version 4.4.
10378 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10379 (ebnf-eps-footer, ebnf-log): New options.
10380 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10381 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10382 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10383 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10384 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10385 (ebnf-style-custom-list, ebnf-style-database): Put new values.
10386 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10387 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10388 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10389 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10390 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10391 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10392 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10393 (ebnf-non-terminal-dimension, ebnf-special-dimension)
10394 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10395 (ebnf-except-dimension, ebnf-alternative-dimension)
10396 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10397 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10398 message fun.
10399 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10400 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10401 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10402 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10403 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10404 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10405 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10406 compatibility with Emacs 20 & 21.
10407 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10408 (ebnf-eps-file-alist, ebnf-basic-width-extra)
10409 (ebnf-basic-empty-height): New vars.
10410 (ebnf-prologue): Fix PostScript code.
10411 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10412 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10413 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10414 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10415
10416 2007-07-25 Glenn Morris <rgm@gnu.org>
10417
10418 * Relicense all FSF files to GPLv3 or later.
10419
10420 * COPYING: Switch to GPLv3.
10421
10422 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10425 Replace it with another one which disables undo before calling
10426 erase-buffer and then turns it back on if needed.
10427
10428 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10429
10430 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10431
10432 2007-07-24 Glenn Morris <rgm@gnu.org>
10433
10434 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10435 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10436 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10437 (cal-tex-cursor-week, cal-tex-cursor-week2)
10438 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10439 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10440 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10441 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10442
10443 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * calendar/calendar.el (calendar-mode-map): Move initialization
10446 into declaration. Add menu bindings (used to be done in cal-menu).
10447 (calendar-mode): Don't add an activate-menubar-hook.
10448
10449 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10450 modify calendar-mode-map), use easy-menu, and make sure that C-h k
10451 can be used on the menu entries.
10452 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10453 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10454 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10455 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10456 (calendar-flatten, cal-menu-update): Remove.
10457 (calendar-mouse-insert-hebrew-diary-entry)
10458 (calendar-mouse-insert-islamic-diary-entry)
10459 (calendar-mouse-insert-bahai-diary-entry):
10460 Remove (fold into cal-menu-diary-menu).
10461 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10462 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10463 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10464 (calendar-mouse-view-diary-entries): Minor simplifications.
10465 (calendar-event-to-date): Use with-current-buffer.
10466
10467 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
10468
10469 * add-log.el (change-log-redate): Remove (not needed anymore and
10470 doesn't appear to work).
10471
10472 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * frame.el: Use mapc and dolist instead of mapcar where possible.
10475 (close-display-connection): New command.
10476
10477 2007-07-25 Alexandre Julliard <julliard@winehq.org>
10478
10479 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10480 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10481
10482 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10483
10484 * ps-print.el (ps-multibyte-buffer): Docstring fix.
10485
10486 * ps-mule.el: Doc fix.
10487 (ps-multibyte-buffer, ps-mule-font-info-database-default)
10488 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10489
10490 2007-07-25 Glenn Morris <rgm@gnu.org>
10491
10492 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10493 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10494 (cal-tex-daily-end, cal-tex-hook)
10495 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10496 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10497 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10498 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10499 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10500 (cal-tex-day-prefix, cal-tex-day-name-format)
10501 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10502 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10503 (cal-tex-LaTeX-subst-list): Change from variables to constants.
10504 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10505 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10506 etc, rather than \bf.
10507 (cal-tex-mini-calendar): Fix typos in previous change.
10508 (cal-tex-latexify-list): Remove inner let binding.
10509 (cal-tex-end-document, cal-tex-banner): Use multi-line
10510 cal-tex-comment.
10511 (cal-tex-comment): Handle embedded newlines.
10512 (cal-tex-LaTeXify-string): Use substring-no-properties.
10513
10514 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
10515
10516 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10517 Add support for the Maden build tool.
10518
10519 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
10520
10521 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10522
10523 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10526
10527 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10528
10529 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10530 C-x C-q.
10531
10532 * vc-git.el (vc-git-print-log): Fix previous change.
10533
10534 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * window.el (save-selected-window): Minor optimization.
10537 (bw-adjust-window): If operation failed, try with a smaller delta.
10538 (window-fixed-size-p): New function.
10539 (window-area-factor): New var.
10540 (balance-windows-area): New command.
10541
10542 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10543 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10544 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10545 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10546 (ps-mule-begin-job): Use dolist.
10547
10548 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * subr.el (start-file-process-shell-command)
10551 (process-file-shell-command): New defuns.
10552
10553 * progmodes/compile.el (compilation-start):
10554 Apply `start-file-process-shell-command'.
10555
10556 2007-07-24 Alexandre Julliard <julliard@winehq.org>
10557
10558 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10559
10560 2007-07-24 Alan Mackenzie <acm@muc.de>
10561
10562 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10563 Initialise byte-compile-unresolved-functions before rather than
10564 after a compilation.
10565 (byte-compile-unresolved-functions): Amplify doc string.
10566
10567 2007-07-24 Glenn Morris <rgm@gnu.org>
10568
10569 * startup.el (normal-splash-screen): Use `emacs-copyright'.
10570
10571 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10572 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10573 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10574 (cal-tex-cursor-week, cal-tex-cursor-week2)
10575 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10576 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10577 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10578 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10579
10580 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10581 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10582 (cal-tex-day-name-format, cal-tex-cal-one-month)
10583 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10584 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10585 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10586 (cal-tex-list-holidays, cal-tex-cursor-year)
10587 (cal-tex-cursor-year-landscape, cal-tex-year)
10588 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10589 (cal-tex-cursor-month, cal-tex-insert-days)
10590 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10591 (cal-tex-first-blank-p, cal-tex-cursor-week)
10592 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10593 (cal-tex-week-hours, cal-tex-cursor-week-monday)
10594 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10595 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10596 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10597 (cal-tex-latexify-list, cal-tex-previous-month)
10598 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10599 modernization, including using dotimes rather than
10600 calendar-for-loop.
10601 (cal-tex-LaTeX-subst-list): Remove `@'.
10602 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10603 Use \textit and \textbf rather than \em and \it.
10604
10605 * calendar/cal-bahai.el (list-bahai-diary-entries)
10606 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10607 * calendar/cal-islam.el (list-islamic-diary-entries)
10608 * calendar/calendar.el (generate-calendar, generate-calendar-month)
10609 * calendar/diary-lib.el (diary-list-entries)
10610 (mark-calendar-date-pattern): Use `dotimes' rather than
10611 `calendar-for-loop'.
10612
10613 * calendar/calendar.el (calendar-for-loop): Doc fix.
10614
10615 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10618 underlying file is uptodate.
10619
10620 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
10621
10622 * replace.el (perform-replace): Use isearch-no-upper-case-p.
10623
10624 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * vc-hooks.el (vc-mode-line-map): New const.
10627 (vc-mode-line): Use it.
10628
10629 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10630
10631 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10632 (vc-git-unregister): New functions.
10633 (vc-git-find-version): Use the result of ls-files as a parameter
10634 for cat-file.
10635
10636 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
10637
10638 * net/tramp.el (tramp-perl-file-attributes)
10639 (tramp-perl-directory-files-and-attributes)
10640 (tramp-handle-file-attributes-with-stat)
10641 (tramp-handle-directory-files-and-attributes-with-stat)
10642 (tramp-convert-file-attributes): Handle huge file sizes.
10643
10644 2007-07-23 Juri Linkov <juri@jurta.org>
10645
10646 * isearch.el (isearch-message-function): New variable.
10647 (isearch-update, isearch-search): Use it.
10648
10649 * simple.el (goto-history-element): New function created from
10650 next-history-element.
10651 (next-history-element): Most code moved to goto-history-element.
10652 Call goto-history-element with (- minibuffer-history-position n).
10653 (previous-history-element): Call goto-history-element with (+
10654 minibuffer-history-position n).
10655 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10656 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10657 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10658 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10659 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10660 (minibuffer-history-isearch-pop-state): New functions.
10661
10662 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10663
10664 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10665 Also, if FILE is a list, return non-nil if any of its elements
10666 should stay local. Update docstring.
10667
10668 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10671 change by reverting a small part.
10672
10673 2007-07-23 Richard Stallman <rms@gnu.org>
10674
10675 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
10676
10677 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10678
10679 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
10680 handling it. Use vc-git-command.
10681 (vc-git-find-version, vc-git-diff-tree): New functions.
10682 (vc-git-revert): Use vc-git-command.
10683 (vc-git--run-command): Delete.
10684
10685 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10686
10687 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
10688
10689 2007-07-20 Kenichi Handa <handa@m17n.org>
10690
10691 * international/utf-8.el (utf-8-post-read-conversion):
10692 Temporarily bind utf-8-compose-scripts to nil while running
10693 *-compose-region functions.
10694
10695 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * vc-git.el: Update status.
10698 (vc-directory-exclusion-list): Use eval-after-load.
10699
10700 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
10701
10702 * bindings.el (mode-line-remote): New variable.
10703 (help-echo): Add to default values of mode-line-format.
10704
10705 * files.el: Mark mode-line-remote as risky.
10706
10707 2007-07-22 Juri Linkov <juri@jurta.org>
10708
10709 * isearch.el (isearch-edit-string): Save old point and
10710 isearch-other-end to old-point and old-other-end before reading
10711 the search string from minibuffer. After exiting minibuffer set
10712 point to old-other-end if point and the search direction is the
10713 same as before reading the search string.
10714 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
10715 to isearch-other-end. Instead of isearch-search-and-update call
10716 three functions isearch-search, isearch-push-state and isearch-update.
10717
10718 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10719
10720 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
10721 deal with multiple file arguments.
10722 (vc-git-print-log): Deal with multiple file arguments.
10723
10724 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
10727 diff-refine-hunk. Adjust users.
10728 (diff-unified-hunk-p, diff-splittable-p): New functions.
10729 (diff-mode-menu): Use it to disable Split when it doesn't work.
10730
10731 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10732
10733 * diff-mode.el (diff-mode-menu): New entries.
10734
10735 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
10738 if applicable, so as to save undo-log space.
10739
10740 * diff-mode.el (diff-find-file-name): Add arg `batch'.
10741
10742 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
10743 (diff-file-kill): Use it.
10744 (diff-beginning-of-hunk): Add arg `try-harder' using it.
10745 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
10746 Use it so they find the hunk even when we're in the file header.
10747
10748 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10749
10750 * vc-git.el (vc-git-revision-granularity, vc-git-root)
10751 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
10752 (vc-git-create-repo): New functions.
10753 (vc-git-registered): New autoloaded function definition.
10754 (vc-git-registered): Use vc-git-root.
10755 (vc-git-responsible-p): New defalias.
10756 (vc-git-annotate-extract-revision-at-line): Uncomment.
10757 (vc-git-print-log): Add the file name to the log.
10758 (vc-git-log-view-mode): New derived mode.
10759 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
10760
10761 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
10762
10763 * progmodes/grep.el (grep-compute-defaults): Keep default values.
10764
10765 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
10766
10767 * textmodes/reftex.el (reftex-access-parse-file): Create parse
10768 file in a way that does not interfere with recentf mode.
10769 (reftex-access-parse-file): Do not risk destroying an existing
10770 buffer.
10771
10772 2007-07-22 Alexandre Julliard <julliard@winehq.org>
10773
10774 * vc-git.el: New file.
10775
10776 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * textmodes/tex-mode.el (tex-font-script-display): Change default.
10779
10780 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10781
10782 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
10783 for branches and new files.
10784
10785 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
10786 local-map handling ...
10787 (vc-mode-line): ... here. Improve handling of help-echo.
10788
10789 * vc.el (mode-line-string): Document help-echo usage.
10790
10791 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
10792
10793 Sync with Tramp 2.1.10.
10794
10795 * net/tramp.el (tramp-get-ls-command): Fix typo.
10796
10797 * net/trampver.el: Update release number.
10798
10799 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10800
10801 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
10802
10803 * term/x-win.el (x-handle-no-bitmap-icon): New function.
10804
10805 2007-07-22 Martin Rudalics <rudalics@gmx.at>
10806
10807 * add-log.el (change-log-fill-parenthesized-list): New function.
10808 (change-log-indent): Call change-log-fill-parenthesized-list.
10809 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
10810 Have lines with leading asterisk start a paragraph.
10811
10812 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10813
10814 * calc/calc-math.el (math-emacs-precision)
10815 (math-largest-emacs-expt, math-smallest-emacs-expt):
10816 New variables.
10817 (math-use-emacs-fn): New function.
10818 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
10819 appropriate.
10820
10821 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10822
10823 * image-dired.el (image-dired-sane-db-file): New func.
10824 (image-dired-write-tags, image-dired-remove-tag)
10825 (image-dired-list-tags, image-dired-write-comments)
10826 (image-dired-get-comment, image-dired-mark-tagged-files)
10827 (image-dired-create-gallery-lists): Call new func.
10828 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
10829
10830 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10831
10832 * vc-hg.el (vc-hg-dir-state): Fix loop.
10833 (vc-hg-print-log): Fix expected return value for vc-hg-command.
10834 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
10835 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
10836 (vc-hg-revert): Likewise.
10837 (vc-hg-revision-table, vc-hg-revision-completion-table): New
10838 functions.
10839
10840 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * add-log.el (change-log-resolve-conflict): Don't lose data if the
10843 merge fails.
10844
10845 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10846
10847 * progmodes/compile.el (compilation-auto-jump-to-first-error):
10848 Add group and version.
10849
10850 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * add-log.el (add-log-file-name): Use file-relative-name.
10853 (add-change-log-entry): Delay reading
10854 add-log-(full-name|mailing-address) to after we've switched to the
10855 ChangeLog buffer so we get the right value.
10856 (add-change-log-entry, add-log-current-defun, change-log-merge):
10857 Use derived-mode-p rather than checking major-mode directly.
10858
10859 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10860 name for buffer-file-name if it refers to a directory.
10861
10862 * vc-arch.el (vc-arch-diff): Fix last change.
10863
10864 * progmodes/compile.el (compilation-start): Remember the original
10865 directory in a buffer-local compilation-directory.
10866 (compile): Set the global value of compilation-directory.
10867 (recompile): Use compilation-directory even in the compilation buffer.
10868
10869 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10870
10871 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10872
10873 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10874
10875 * ps-print.el: Problem with foreground and background color when
10876 printing a buffer with and without faces. Reported by Christian
10877 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10878 (ps-print-version): New version 6.7.5.
10879 (ps-default-fg): Change default value to nil, so black color is used
10880 when a face does not specify a foreground color.
10881 (ps-default-bg): Change default value to nil, so white color is used
10882 for background color.
10883 (ps-begin-job): Fix code.
10884
10885 2007-07-20 Eli Zaretskii <eliz@gnu.org>
10886
10887 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10888 in $(INSTALL_DIR)/lisp/ if they already exist.
10889
10890 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
10891
10892 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10893 in $(INSTALL_DIR)/lisp/ if they already exist.
10894
10895 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * progmodes/vera-mode.el (vera-re-search-forward)
10898 (vera-re-search-backward): Remove use of store-match-data.
10899 (vera-mode-map): Move initialization into declaration.
10900
10901 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10902 (flymake-find-buildfile): Use locate-dominating-file.
10903
10904 * vc.el (vc-delistify): Use mapconcat.
10905 (vc-do-command): Minor simplification.
10906 (vc-expand-dirs): Use push.
10907
10908 * vc-mcvs.el (vc-mcvs-create-repo):
10909 * vc-cvs.el (vc-cvs-create-repo): Remove.
10910
10911 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10912 directory and the root as well.
10913
10914 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10915
10916 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10917 instead of a file.
10918
10919 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10920 (vc-hg-registered): Replace if with when.
10921 (vc-hg-state): Deal with nonexistent files and handle removed files.
10922 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10923 (vc-hg-checkout): Re-enable.
10924 (vc-hg-create-repo): Fix typos.
10925 (vc-hg-print-log): Fix for multiple files.
10926 (vc-hg-workfile-unchanged-p): New function.
10927
10928 * vc.el: Fix typo.
10929 (vc-print-log): Fix call to print-log.
10930 (vc-default-comment-history): Likewise.
10931 (vc-directory-exclusion-list): Add .hg and .bzr.
10932 (vc-diff-internal): Pass a list instead of a file.
10933
10934 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10935
10936 * vc-bzr.el (vc-bzr-create-repo): New function.
10937
10938 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10941 `file' from which to start the search.
10942
10943 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
10944
10945 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10946 having a single file argument to having a list of files as the
10947 first argument.
10948
10949 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * files.el (locate-dominating-file): New function.
10952
10953 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
10954
10955 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10956 (grep-compute-defaults): Use it.
10957
10958 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * uniquify.el: Docstring fixes.
10961
10962 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
10963
10964 * vc.el (revision-granularity, create-repo): Document new vc
10965 backend properties.
10966 (vc-rollback): Renamed from vc-cancel-version. Update references.
10967 Pass a list instead of a file.
10968 (vc-revert): Renamed from vc-revert-buffer. Update references.
10969 (vc-delistify, vc-expand-dirs): New functions.
10970 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10971 of files instead of a single file.
10972 (vc-position-context, vc-resync-window, vc-diff-internal)
10973 (vc-print-log): Pass a list instead of a file.
10974
10975 * vc-hooks.el (vc-stay-local-p, vc-backend)
10976 (vc-backend-subdirectory-name): Work on a file list, not a single
10977 file.
10978 (vc-workfile-version): Update docstring.
10979 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10980 vc-revert instead of vc-revert-buffer.
10981 (vc-prefix-map): Likewise. Bind vc-update.
10982
10983 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10984 (vc-svn-wash-log): New functions.
10985 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10986 (vc-svn-command): Deal with a list of files, not a single file.
10987
10988 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10989 (vc-rcs-wash-log): New functions.
10990 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10991 Deal with a list of files, not a single file.
10992 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
10993
10994 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10995 functions.
10996 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10997 list of files, not a single file.
10998
10999 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11000 New functions.
11001 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11002 (vc-mcvs-diff): Deal with a list of files, not a single file.
11003
11004 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11005 functions.
11006 (vc-hg-print-log): Deal with a list of files, not a single file.
11007 (vc-hg-diff-tree): New function, replace defalias with the same
11008 name.
11009 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11010 FILES to denote that it is a file list, not a single file.
11011
11012 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11013 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11014 a single file.
11015 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11016 that it is a file list, not a single file.
11017 (vc-cvs-diff): Likewise. Simplify.
11018
11019 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11020 Deal with a list of files, not a single file.
11021
11022 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11023 (vc-bzr-print-log): Update FILE parameter name to denote that it
11024 is a file list, not a single file.
11025 (vc-bzr-diff): Likewise. Use the car of files.
11026
11027 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
11028
11029 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11030 (follow-delete-other-windows-and-split, follow-recenter)
11031 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11032 (follow-redisplay, follow-estimate-first-window-start)
11033 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11034 Fix typos in docstrings.
11035
11036 2007-07-18 Martin Rudalics <rudalics@gmx.at>
11037
11038 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11039 avoid that filling introduces lines with a single asterisk.
11040
11041 * kmacro.el (kmacro-end-macro): When ignoring empty macro
11042 avoid incorrect kmacro-ring-empty-p messages.
11043 Reported by Michael Schierl <schierlm@gmx.de>.
11044
11045 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11046
11047 * vc.el: Add more info about the vc-registered function.
11048
11049 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
11050
11051 * files.el (file-remote-p): Introduce optional parameter
11052 IDENTIFICATION.
11053
11054 * recentf.el (recentf-keep-default-predicate): Adapt call of
11055 `file-remote-p'.
11056
11057 * progmodes/grep.el (grep-probe): Use `process-file'.
11058 (grep-compute-defaults): Handle variables host specific.
11059
11060 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11061 parameter IDENTIFICATION.
11062
11063 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11064 parameter IDENTIFICATION.
11065 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
11066 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11067 Add entry for `set-file-times'.
11068 (tramp-do-copy-or-rename-file-via-buffer)
11069 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11070 (tramp-handle-unhandled-file-name-directory): Rewrite.
11071 (tramp-convert-file-attributes): Add error handling when inode is
11072 extraordinary big.
11073 (tramp-get-inode): Change parameter from FILE to VEC.
11074 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11075 is nil. This is according to the specification. Goto (point-max)
11076 when ready.
11077 (tramp-handle-shell-command): Rewrite completely, using
11078 `process-file' and `start-file-process'.
11079 (tramp-methods, tramp-find-shell)
11080 (tramp-open-connection-setup-interactive-shell)
11081 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11082 var. Reported by Steve Youngs <steve@sxemacs.org>.
11083
11084 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11085 entry for `set-file-times'. Rename `start-process' into
11086 `start-file-process'. Remove `call-process' entry.
11087 (tramp-fish-handle-set-file-times): New defun.
11088 (tramp-fish-handle-executable-find): Use `process-file'.
11089 (tramp-fish-handle-process-file): New defun. Replaces
11090 `tramp-fish-handle-call-process'.
11091 (tramp-fish-do-copy-or-rename-file-directly): Use
11092 `set-file-times'.
11093 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11094
11095 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11096 `tramp-get-inode' parameter.
11097
11098 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11101 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
11102 nowadays, and by the time Emacs-23 comes out, nobody will even remember
11103 it has ever existed.
11104
11105 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11106
11107 * vc.el: Undo previous change.
11108
11109 2007-07-16 Eli Zaretskii <eliz@gnu.org>
11110
11111 * makefile.w32-in (clean): Don't delete *~.
11112
11113 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * textmodes/tex-mode.el (tex-verbatim-environments):
11116 Add safe-local-variable property.
11117 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11118 when starting font-lock rather than when loading tex-mode.el.
11119
11120 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11121 whole $( rather than just the $. Rename from sh-quoted-subshell.
11122 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11123
11124 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11125
11126 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11127 bookmark-alist. Instead, if not sorting, simply return it.
11128 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11129 for its return value, not for its side effect.
11130
11131 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11132 case of alignment under a constant symbol, find and consider
11133 the sexp actually at indentation to be the "last sexp".
11134
11135 2007-07-16 Drew Adams <drew.adams@oracle.com>
11136
11137 * mouse.el (mouse-yank-secondary): Better error message if no
11138 secondary selection.
11139
11140 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11141
11142 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11143
11144 * term/xterm.el (xterm-turn-on-modify-other-keys)
11145 (xterm-turn-off-modify-other-keys): New functions.
11146 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11147 terminal supports it.
11148
11149 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11150
11151 * bookmark.el (bookmark-show-all-annotations):
11152 Make sure each inserted annotation ends with newline.
11153
11154 2007-07-15 Richard Stallman <rms@gnu.org>
11155
11156 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11157
11158 * tutorial.el (tutorial--find-changed-keys):
11159 Handle C-x specially like ESC.
11160
11161 2007-07-15 Aaron Hawley <aaronh@garden.org>
11162
11163 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11164
11165 2007-07-15 Juri Linkov <juri@jurta.org>
11166
11167 * delsel.el (delete-selection-pre-hook):
11168 * emulation/cua-base.el (cua-paste): Before a yank command,
11169 check also whether last-command is one of mouse-save-then-kill,
11170 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11171
11172 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
11173
11174 * recentf.el (recentf-keep-default-predicate): New defun.
11175 (recentf-keep): Use it as initial value.
11176
11177 2007-07-15 Karl Fogel <kfogel@red-bean.com>
11178
11179 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11180 thus restoring bookmark bindings to three slots under C-x r. See
11181 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11182
11183 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
11184
11185 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11186
11187 2007-07-15 Jason Rumney <jasonr@gnu.org>
11188
11189 * w32-fns.el (set-default-process-coding-system): Use dos line ends
11190 for input to cmdproxy on all versions of Windows.
11191 Use dos line ends for input to plink.
11192
11193 * comint.el (comint-simple-send): Concat newline before sending.
11194 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11195
11196 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11199 safe-local-variable setting.
11200
11201 2007-07-14 David Kastrup <dak@gnu.org>
11202
11203 * emacs-lisp/advice.el (defadvice): Doc fix.
11204
11205 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
11206
11207 * subr.el (when, unless): Doc fix.
11208
11209 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11210
11211 * replace.el (match): Use yellow1 instead of yellow.
11212
11213 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11214 red.
11215
11216 * pcvs-info.el (cvs-unknown): Likewise.
11217
11218 2007-07-13 Eli Zaretskii <eliz@gnu.org>
11219
11220 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11221 (install): Use them to copy all *.el files before *.elc.
11222
11223 2007-07-13 Drew Adams <drew.adams@oracle.com>
11224
11225 * bookmark.el (bookmark-jump-other-window): New function.
11226 (bookmark-map): Bind it to "o".
11227
11228 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11229 and its thread contains discussion about this change.
11230 The original patch was slightly tweaked by Karl Fogel
11231 <kfogel@red-bean.com> before committing.
11232
11233 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11234
11235 * bookmark.el: Shorten some comments to fit within 80 lines.
11236
11237 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11238
11239 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11240 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
11241 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
11242 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11243
11244 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
11245
11246 * textmodes/org.el: Bug fixes.
11247 (org-end-of-line): Move to end of line if in headline without tags.
11248
11249 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * vc-hooks.el: Remove spurious * in docstrings.
11252 (vc-handled-backends): Add BZR.
11253
11254 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11255
11256 2007-07-12 Davis Herring <herring@lanl.gov>
11257
11258 * desktop.el (desktop-buffer-info, desktop-save):
11259 Use `desktop-dirname' instead of `dirname'.
11260
11261 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11262
11263 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11264
11265 * progmodes/python.el (python-which-func-length-limit): New var.
11266 (python-which-func): New function.
11267 (python-current-defun): Add optional `length-limit' and try to fit
11268 computed function name to that length.
11269 (python-mode): Hook `python-which-func' up.
11270
11271 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11272
11273 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11274
11275 * comint.el (comint-dynamic-complete-as-filename):
11276 Use read-file-name-completion-ignore-case.
11277
11278 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * comint.el (comint-dynamic-list-filename-completions):
11281 Use read-file-name-completion-ignore-case.
11282
11283 * vc-cvs.el: Require CL.
11284 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11285 New functions to provide completion of revision names.
11286
11287 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11288 (vc-cvs-annotate-first-line-re): New const.
11289 (vc-cvs-annotate-process-filter): New fun.
11290 (vc-cvs-annotate-command): Use them and run the command asynchronously.
11291
11292 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11293
11294 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11295 (eldoc-print-current-symbol-info): Adjust for changed helper
11296 function signatures.
11297 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
11298 `eldoc-highlight-function-argument'.
11299 (eldoc-highlight-function-argument): New function.
11300 (eldoc-get-var-docstring): Format documentation with
11301 `font-lock-variable-name-face'.
11302 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11303 where suited.
11304 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11305 (eldoc-beginning-of-sexp): Return number of skipped sexps.
11306
11307 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
11308
11309 * progmodes/compile.el (compilation-start): `start-process' must
11310 still be redefined when calling `start-process-shell-command'.
11311
11312 * progmodes/gud.el (gud-file-name): When `default-directory' is a
11313 remote file name, prepend its remote part to the filename.
11314 (gud-common-init): When `default-directory' is a remote file name,
11315 make the filename relative to it.
11316 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11317
11318 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11319
11320 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11321 mouse binding and a tooltip.
11322
11323 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * menu-bar.el (vc-menu-map): New defalias.
11326
11327 2007-07-10 Richard Stallman <rms@gnu.org>
11328
11329 * emacs-lisp/lisp-mode.el (eval-defun):
11330 Explain special handling of `defface'.
11331
11332 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
11333
11334 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11335
11336 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11337
11338 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11341
11342 * vc-arch.el (vc-arch-complete): Remove.
11343 (vc-arch-revision-completion-table): Use complete-with-action.
11344
11345 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11346 (complete-with-action): New function.
11347 (dynamic-completion-table): Use it.
11348
11349 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
11350
11351 * comint.el (make-comint, make-comint-in-buffer)
11352 (comint-exec-1): Replace `start-process' by `start-file-process'.
11353
11354 * progmodes/compile.el (compilation-start): Revert redefining
11355 `start-process'.
11356
11357 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11360 with EOLs when generating MD5 checksums.
11361
11362 * follow.el: Don't change the global map from the follow-mode-map
11363 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
11364 XEmacs code.
11365 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11366 since `follow-mode' should be used instead for that.
11367
11368 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11369 (easy-menu-do-define): Use it.
11370 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11371
11372 * progmodes/compile.el (compilation-auto-jump-to-first-error)
11373 (compilation-auto-jump-to-next): New vars.
11374 (compilation-auto-jump): New function.
11375 (compilation-error-properties): Use them to jump to first error.
11376 (compilation-start): Set the var if requested.
11377
11378 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11379 duplicates without also removing entries from other directories.
11380
11381 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
11382
11383 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11384 Remember span as default.
11385 (org-columns-edit-value): Rename from `org-column-edit'.
11386 (org-columns-display-here-title): Rename from
11387 `org-overlay-columns-title'.
11388 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11389 (org-columns-get-autowidth-alist): Rename from
11390 `org-get-columns-autowidth-alist'.
11391 (org-columns-display-here): Rename from `org-overlay-columns'.
11392 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11393 (org-columns-quit): Rename from `org-column-quit'.
11394 (org-columns-show-value): Rename from `org-column-show-value'.
11395 (org-columns-content, org-columns-widen)
11396 (org-columns-next-allowed-value)
11397 (org-columns-edit-allowed, org-columns-store-format)
11398 (org-columns-uncompile-format, org-columns-redo)
11399 (org-columns-edit-attributes, org-delete-property)
11400 (org-set-property, org-columns-update)
11401 (org-columns-compute, org-columns-eval)
11402 (org-columns-not-in-agenda, org-columns-compute-all)
11403 (org-property-next-allowed-value)
11404 (org-columns-compile-format)
11405 (org-fill-paragraph-experimental)
11406 (org-string-to-number, org-property-action)
11407 (org-columns-move-left, org-columns-new)
11408 (org-column-number-to-string)
11409 (org-property-previous-allowed-value)
11410 (org-at-property-p, org-columns-delete)
11411 (org-columns-previous-allowed-value)
11412 (org-columns-move-right, org-columns-narrow)
11413 (org-property-get-allowed-values)
11414 (org-verify-version, org-column-string-to-number)
11415 (org-delete-property-globally): New functions.
11416 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11417 (org-columns-overlays): Rename from `org-column-overlays'.
11418 (org-columns-map): Rename from `org-column-map'.
11419 (org-columns-current-maxwidths): Rename from
11420 `org-current-columns-maxwidths'.
11421 (org-columns-begin-marker, org-columns-current-fmt-compiled)
11422 (org-previous-header-line-format)
11423 (org-columns-inhibit-recalculation)
11424 (org-columns-top-level-marker): New variables.
11425 (org-columns-default-format): Rename from `org-default-columns-format'.
11426 (org-property-re): New constant.
11427
11428 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11429
11430 * subr.el (looking-at-p, string-match-p): New functions.
11431
11432 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
11433
11434 * textmodes/tex-mode.el (tex-fontify-script)
11435 (tex-font-script-display): New variables to make display of
11436 superscripts and subscripts customizable.
11437 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11438
11439 2007-07-09 Richard Stallman <rms@gnu.org>
11440
11441 * isearch.el (isearch-edit-string): Call to isearch-push-state
11442 after the search.
11443
11444 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11445
11446 * window.el (fit-window-to-buffer): Remove setting of window-min-height
11447 to 1 as enlarge-window uses the value to resize/shrink windows other
11448 than WINDOW if needed.
11449
11450 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11451
11452 * cus-start.el (file-coding-system-alist): Fix custom type.
11453
11454 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * longlines.el (longlines-wrap-region): Avoid marking buffer as
11457 modified.
11458 (longlines-auto-wrap, longlines-window-change-function):
11459 Remove unnecessary calls to set-buffer-modified-p.
11460
11461 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11462
11463 * cus-start.el (file-coding-system-alist): Fix custom type.
11464
11465 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11468 (vc-cvs-checkout): Remove last arg now unused; simplify.
11469
11470 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
11471
11472 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11473
11474 * net/tramp.el:
11475 * net/tramp-ftp.el:
11476 * net/tramp-smb.el:
11477 * net/tramp-uu.el:
11478 * net/trampver.el: Migrate to Tramp 2.1.
11479
11480 * net/tramp-cache.el:
11481 * net/tramp-fish.el:
11482 * net/tramp-gw.el: New Tramp packages.
11483
11484 * net/tramp-util.el:
11485 * net/tramp-vc.el: Removed.
11486
11487 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11488 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11489
11490 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11491
11492 * progmodes/compile.el (compilation-start): Redefine
11493 `start-process' temporarily when `default-directory' is remote.
11494 Remove case of synchronous compilation, this won't happen ever.
11495 (compilation-setup): Make local variable `comint-file-name-prefix'
11496 for remote compilation.
11497
11498 2007-07-08 Martin Rudalics <rudalics@gmx.at>
11499
11500 * novice.el (disabled-command-function): Fit window to buffer to
11501 make last line visible.
11502 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11503
11504 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11505 when handling the terminating event.
11506
11507 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11508
11509 * calc/calc.el (math-read-number-simple): Remove leading 0s.
11510 (math-bignum-digit-length): Change to optimal value.
11511
11512 * calc/calc-bin.el (math-bignum-logb-digit-size)
11513 (math-bignum-digit-power-of-two): Evaluate when compiled.
11514
11515 * calc/calc-comb.el (math-small-factorial-table)
11516 (math-init-random-base, math-prime-test): Remove unnecessary calls
11517 to `math-read-number-simple'.
11518
11519 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11520 (math-approx-gamma-const): Add docstrings.
11521
11522 * calc/calc-forms.el (math-julian-date-beginning)
11523 (math-julian-date-beginning-int): New constants.
11524 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11525 Use the new constants.
11526
11527 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11528
11529 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11530 Add docstrings.
11531
11532 2007-07-07 Tom Tromey <tromey@redhat.com>
11533
11534 * vc.el (vc-annotate): Jump to line and output message only after the
11535 process is really all done.
11536
11537 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * vc.el (vc-exec-after): Don't move point from the sentinel.
11540 Forcefully read all the remaining text in the pipe upon process exit.
11541 (vc-annotate-display-autoscale, vc-annotate-lines):
11542 Don't stop at the first unrecognized line.
11543 (vc-annotate-display-select): Run autoscale after the process is done
11544 since it depends on the whole result.
11545
11546 2007-07-07 Eli Zaretskii <eliz@gnu.org>
11547
11548 * term/w32-win.el (menu-bar-open): New function.
11549 Bind <f10> to it.
11550
11551 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
11552
11553 * simple.el (start-file-process): New defun.
11554
11555 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * files.el (find-file-confirm-nonexistent-file): Rename from
11558 find-file-confirm-inexistent-file. Update users.
11559
11560 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11561 format of autoload block where the file's time-stamp is replaced by its
11562 MD5 checksum.
11563 (autoload-generate-file-autoloads): Use MD5 checksum instead of
11564 time-stamp for secondary autoloads files.
11565 (update-directory-autoloads): Remove duplicate entries.
11566 Use time-less-p for time-stamps, as done in autoload-find-destination.
11567
11568 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11569
11570 * calc/calc.el (math-read-number): Replace number by variable.
11571 (math-read-number-simple): Properly parse small integers.
11572
11573 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
11574
11575 * vc.el: Fix doc for the checkout function.
11576
11577 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
11578
11579 * vc-hg.el (vc-hg-root): New function.
11580 (vc-hg-registered): Use it.
11581 (vc-hg-diff-tree): New defalias.
11582 (vc-hg-responsible-p): Likewise.
11583 (vc-hg-checkout): Comment out, not needed.
11584 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11585 (vc-hg-find-version, vc-hg-next-version): New functions.
11586
11587 2007-07-06 Andreas Schwab <schwab@suse.de>
11588
11589 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11590 dynamic bindings around the evaluation of the expression.
11591 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11592
11593 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11596 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
11597 Use run-hooks rather than run-mode-hooks.
11598
11599 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
11600
11601 * calc/calc-comb.el (math-random-digit): Rename to
11602 `math-random-three-digit-number'.
11603 (math-random-digits): Don't depend on representation of integer.
11604
11605 * calc/calc-bin.el (math-bignum-logb-digit-size)
11606 (math-bignum-digit-power-of-two): New constants.
11607 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11608 (math-not-bignum, math-clip-bignum): Use the constants
11609 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11610 instead of their values.
11611 (math-clip): Use math-small-integer-size instead of its value.
11612
11613 * calc/calc.el (math-add-bignum): Replace number by constant.
11614
11615 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11616
11617 * wid-edit.el (widget-documentation-string-value-create):
11618 Insert indentation spaces.
11619
11620 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11621
11622 * emacs-lisp/byte-opt.el: Revert last change.
11623
11624 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11625
11626 * vc-hooks.el (vc-handled-backends): Add HG.
11627
11628 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11629
11630 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * complete.el (PC-do-complete-and-exit): Add support for the new
11633 `confirm-only' confirmation mode.
11634
11635 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11636
11637 * cus-edit.el (custom-commands): New variable.
11638 (custom-tool-bar-map): New variable. Initialize using
11639 `custom-commands'.
11640 (custom-mode): Use `custom-tool-bar-map'.
11641 (custom-buffer-create-internal): Insert action buttons only if
11642 tool bar is not used. Use `custom-commands'.
11643 (Custom-help, custom-command-apply): New function.
11644 (custom-command-apply, Custom-set, Custom-save)
11645 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11646 Use `custom-command-apply' instead of duplicating code.
11647 (customize-group-other-window): Call `customize-group' instead of
11648 duplicating code.
11649 (customize-face-other-window): Call `customize-face' instead of
11650 duplicating code.
11651 (customize-group, customize-face): Add optional args for opening
11652 in another window.
11653 (custom-variable-tag): Don't inherit `variable-pitch' face.
11654 (custom-group-tag): Inherit `variable-pitch' face.
11655 (custom-variable-value-create): Set documentation indentation.
11656 (custom-group-value-create): Make group name a link, instead of
11657 using an extra "go to group" button.
11658 (custom-prompt-variable, custom-group-set, custom-group-save)
11659 (custom-group-reset-current, custom-group-reset-saved)
11660 (custom-group-reset-standard): Minor cleanup.
11661
11662 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11663
11664 * Makefile.in (bootstrap-prepare): When copying from
11665 ldefs-boot.el, make sure loaddefs.el is writeable.
11666
11667 (bootstrap-prepare): Make $(lisp)/ps-print.el
11668 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11669
11670 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11671
11672 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11673 only caller, and delete.
11674 (vc-hg-state): Deal with exceptions and only parse the output on
11675 successful return.
11676 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
11677 caller, and delete.
11678 (vc-hg-workfile-version): Deal with exceptions and only parse the
11679 output on successful return.
11680 (vc-hg-revert): New function.
11681
11682 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
11683
11684 * calculator.el (calculator-expt): Use more cases to determine
11685 the value.
11686
11687 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
11688
11689 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
11690 file names.
11691
11692 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11693
11694 * calculator.el (calculator-expt, calculator-integer-p):
11695 New functions.
11696 (calculator-fact): Check to see if the factorial will be too
11697 large before computing it.
11698 (calculator-initial-operators): Use `calculator-expt' to
11699 compute "^".
11700 (calculator-mode): Mention that results which are too large
11701 will return inf.
11702 * calc/calc-comb.el (math-small-factorial-table): Replace list
11703 by vector.
11704
11705 2007-07-03 David Kastrup <dak@gnu.org>
11706
11707 * shell.el: On request of the authors, remove their addresses for
11708 the sake of bug reports, and add the developer list address as
11709 maintainer information.
11710
11711 2007-07-03 Richard Stallman <rms@gnu.org>
11712
11713 * files.el (make-directory): Doc fix.
11714 (find-file-confirm-inexistent-file): Make it a defcustom.
11715 Make nil the default.
11716
11717 2007-07-02 Richard Stallman <rms@gnu.org>
11718
11719 * startup.el (command-line): Set buffer-offer-save in *scratch*
11720 and enable auto-save in it.
11721
11722 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
11723
11724 * textmodes/org.el (orgstruct-mode-map): New variable.
11725 (orgstruct-mode): New minor mode.
11726 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
11727 (orgstruct-make-binding, org-context-p, org-get-local-variables)
11728 (org-run-like-in-org-mode): New functions.
11729 (org-cycle-list-bullet): New command.
11730 (org-special-properties, org-property-start-re)
11731 (org-property-end-re): New constants.
11732 (org-with-point-at): New macro.
11733 (org-get-property-block, org-entry-properties, org-entry-get)
11734 (org-entry-delete, org-entry-get-with-inheritance)
11735 (org-entry-put, org-buffer-property-keys): New functions.
11736 (org-insert-property-drawer): New command.
11737 (org-entry-property-inherited-from): New variable.
11738 (org-column): New face.
11739 (org-column-overlays, org-current-columns-fmt)
11740 (org-current-columns-maxwidths, org-column-map): New variables.
11741 (org-column-menu): New menu.
11742 (org-new-column-overlay, org-overlay-columns)
11743 (org-overlay-columns-title, org-remove-column-overlays)
11744 (org-column-show-value, org-column-quit, org-column-edit):
11745 New functions.
11746 (org-columns, org-agenda-columns): New commands.
11747 (org-get-columns-autowidth-alist): New functions.
11748 (org-properties): New customize group.
11749 (org-default-columns-format): New option.
11750 (org-priority): Realign tags after changing priority.
11751 (org-preserve-lc): New macro.
11752 (org-update-checkbox-count): Catch case when there is no headline.
11753 (org-agenda-quit): Remove any column overlays.
11754 (org-beginning-of-item-list): Fixed bug when non-item line is
11755 indented too deep.
11756 (org-cached-props): New variable.
11757 (org-cached-entry-get): New function.
11758 (org-make-tags-matcher): Handle property matches.
11759 (org-table-recalculate): Swap evaluation order: Field formula
11760 first, then column formulas, but don't allow them to overwrite the
11761 field formulas.
11762 (org-table-eval-formula): New argument untouchable.
11763 (org-table-put-field-property): New function.
11764
11765 2007-07-02 Martin Rudalics <rudalics@gmx.at>
11766
11767 * help-mode.el (help-make-xrefs): Skip spaces too when
11768 skipping tabs.
11769
11770 * ffap.el (dired-at-point-prompter): Improve prompt in
11771 list-directory case.
11772
11773 2007-07-01 Richard Stallman <rms@gnu.org>
11774
11775 * files.el (find-file-visit-truename): Fix safe-local-variable value.
11776
11777 2007-07-01 Richard Stallman <rms@gnu.org>
11778
11779 * cus-start.el (max-mini-window-height): Added.
11780
11781 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11782
11783 * complete.el (partial-completion-mode): Remove advice of
11784 read-file-name-internal.
11785 (PC-do-completion): Rebind minibuffer-completion-table.
11786 (PC-read-file-name-internal): New function doing what
11787 read-file-name-internal advice did.
11788
11789 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
11790
11791 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
11792 property on a few symbols.
11793 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
11794 (byte-optimize-lapcode): Remove bindings that are not referenced
11795 and certainly will not effect through dynamic scoping.
11796
11797 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * files.el (find-file-confirm-inexistent-file): New var.
11800 (find-file, find-file-other-window, find-file-other-frame)
11801 (find-file-read-only, find-file-read-only-other-window)
11802 (find-file-read-only-other-frame): Use it.
11803
11804 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
11807
11808 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
11809
11810 * generic-x.el (generic-define-mswindows-modes)
11811 (generic-define-unix-modes, apache-log-generic-mode)
11812 (bat-generic-mode-keymap, java-manifest-generic-mode)
11813 (show-tabs-generic-mode): Fix typos in docstrings.
11814
11815 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
11816
11817 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
11818 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
11819 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
11820 (rcirc-print): Never ignore messages from ourself.
11821
11822 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
11825 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
11826
11827 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11828
11829 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
11830 replace-regexp-in-string.
11831
11832 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * emacs-lisp/cl.el: Set edebug and indentation before loading
11835 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
11836
11837 2007-06-28 Andreas Schwab <schwab@suse.de>
11838
11839 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
11840 $(lisp)/subdirs.el.
11841
11842 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
11843
11844 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11845 the speedbar frame if nil; that deletes the current frame or
11846 causes an error if it is the only frame.
11847 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11848
11849 2007-06-28 Kevin Ryde <user42@zip.com.au>
11850
11851 * textmodes/nroff-mode.el: Groff \# comments.
11852 (nroff-mode-syntax-table): \# comment intro,
11853 plain # as punct per global table.
11854 (nroff-font-lock-keywords): Add # as a single char escape.
11855 (nroff-mode): In comment-start-skip, match \#.
11856
11857 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11860 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11861 point-min == 1.
11862
11863 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
11864
11865 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11866 Rename and move to...
11867
11868 * subr.el (strings->string, string->strings): ...here.
11869
11870 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11871 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11872
11873 * progmodes/gud.el (gud-common-init): Call string->strings instead
11874 of split-string.
11875
11876 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
11877
11878 * dired-aux.el: Remove `dired-call-process'.
11879 (dired-check-process): Call `process-file'.
11880
11881 * wdired.el (wdired-do-perm-changes): Call `process-file'.
11882
11883 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11884 `ange-ftp-process-file'.
11885
11886 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11889
11890 * emacs-lisp/cl-extra.el:
11891 * emacs-lisp/cl-seq.el:
11892 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11893 Add autoload cookies on all defs autoloaded manually in cl.el.
11894
11895 * emacs-lisp/cl-loaddefs.el: New file.
11896
11897 * textmodes/texinfmt.el (texinfo-raisesections-alist)
11898 (texinfo-lowersections-alist): Merge definition and declaration.
11899 (texinfo-start-of-header, texinfo-end-of-header): Remove.
11900 (texinfo-format-syntax-table): Merge init into declaration.
11901 (texinfo-format-parse-line-args, texinfo-format-parse-args)
11902 (texinfo-format-parse-defun-args, texinfo-format-node)
11903 (texinfo-push-stack, texinfo-multitable-widths)
11904 (texinfo-define-info-enclosure, texinfo-alias)
11905 (texinfo-format-defindex, batch-texinfo-format): Use push.
11906 (texinfo-footnote-number): Remove duplicate declaration.
11907
11908 * ps-print.el: Update with auto-generated autoloads.
11909
11910 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11911
11912 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11915 relative to current dir for file-local settings.
11916 (autoload-generate-file-autoloads): Add `outfile' arg.
11917 (update-directory-autoloads): Use it to directly call
11918 autoload-generate-file-autoloads instead of going through
11919 update-file-autoloads so we avoid redundant searches and so we can know
11920 the set of buffers changed so we can save them all.
11921
11922 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11923 rather than throwing `up-to-date'.
11924 (autoload-generate-file-autoloads): Adjust correspondingly.
11925 (update-file-autoloads): Be careful to let-bind
11926 autoload-modified-buffers and adjust to new calling conventions.
11927 (autoload-modified-buffers): Make it a dynamically scoped var.
11928 (update-directory-autoloads): Use file-relative-name instead of
11929 autoload-trim-file-name.
11930 (autoload-insert-section-header): Don't use autoload-trim-file-name
11931 since the file is already relative now.
11932 (autoload-trim-file-name): Remove.
11933
11934 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11935 (vc-arch-complete, vc-arch--version-completion-table)
11936 (vc-arch-revision-completion-table): New functions to provide
11937 completion of revision names.
11938 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11939 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11940 to let the user trim the revlib.
11941
11942 * vc.el: Add new VC operation `revision-completion-table'.
11943 (vc-default-revision-completion-table): New function.
11944 (vc-version-diff, vc-version-other-window): Use it to provide
11945 completion of revision names if the backend provides it.
11946
11947 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11948
11949 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11950 of newer .svn/entries.
11951
11952 2007-06-25 David Kastrup <dak@gnu.org>
11953
11954 * calc/calc-poly.el (math-padded-polynomial)
11955 (math-partial-fractions): Add some function comments.
11956
11957 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11960 Make `outbuf' optional.
11961 (update-file-autoloads): Use it.
11962
11963 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11966 (autoload-find-destination): Keep it uptodate.
11967 (autoload-save-buffers): New fun.
11968 (update-file-autoloads): Use it. Re-add the "up to date" message.
11969
11970 * emacs-lisp/autoload.el: Refactor for upcoming changes.
11971 (autoload-find-destination): New function extracted from
11972 update-file-autoloads.
11973 (update-file-autoloads): Use it.
11974 (autoload-generate-file-autoloads): New function extracted from
11975 generate-file-autoloads. Use file-relative-name. Delay computation of
11976 output-start to the first cookie. Remove done-any, replaced by
11977 output-start.
11978 (generate-file-autoloads): Use it.
11979
11980 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
11981
11982 * calc/calc-comb.el (math-init-random-base, math-prime-test):
11983 Use math-read-number-simple to insert constants.
11984 (math-prime-test): Redo calculation of sum.
11985
11986 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11987
11988 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11989 math-scale-bignum-3.
11990 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11991 math-bignum-digit-size.
11992 (math-isqrt-small): Add another possible initial guess.
11993
11994 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11995
11996 * textmodes/bibtex.el (bibtex-entry-format): New options
11997 `whitespace', `braces', and `string'.
11998 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11999 (bibtex-field-braces-opt, bibtex-field-strings-opt)
12000 (bibtex-cite-matcher-alist): New variables.
12001 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12002 (bibtex-flash-head): Use blink-matching-delay.
12003 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12004 (bibtex-format-entry, bibtex-reformat): Handle new options of
12005 bibtex-entry-format.
12006 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12007 New functions.
12008 (bibtex-complete-internal): Do not display messages while
12009 minibuffer is used. Do not leave around a completions buffer
12010 that is out of date.
12011 (bibtex-copy-summary-as-kill): New optional arg.
12012 (bibtex-font-lock-url): New optional arg no-button.
12013 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12014 (bibtex-url): Allow multiple URLs per entry.
12015
12016 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * emacs-lisp/autoload.el (autoload-generated-file): New function.
12019 (update-file-autoloads, update-directory-autoloads): Use it.
12020 (autoload-file-load-name): New function.
12021 (generate-file-autoloads, update-file-autoloads): Use it.
12022 (autoload-find-file): Accept non-absolute argument. Set default-dir.
12023 (generate-file-autoloads): If the autoloaded form is malformed,
12024 indicate the problem with a warning instead of aborting.
12025
12026 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
12027
12028 * simple.el (next-error-recenter): Accept `(4)' as well;
12029 also, specify `integer' instead of `number'.
12030
12031 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12032
12033 * ls-lisp.el (insert-directory): If an invalid regexp error is
12034 thrown, try using FILE as a literal file name, not a wildcard.
12035
12036 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
12037
12038 * ruler-mode.el (ruler-mode): Prevent clobbering the original
12039 `header-line-format' when reentering ruler mode.
12040
12041 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12042
12043 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12044 FILE exists as a file.
12045
12046 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12047
12048 * calc/calc.el (math-bignum-digit-length)
12049 (math-bignum-digit-size, math-small-integer-size):
12050 New constants.
12051 (math-normalize, math-bignum-big, math-make-float)
12052 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12053 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12054 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12055 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12056 (math-quotient, math-div-bignum, math-div-bignum-digit)
12057 (math-div-bignum-part, math-format-bignum-decimal)
12058 (math-read-bignum): Use math-bignum-digit-length,
12059 math-bignum-digit-size and math-small-integer-size.
12060
12061 * calc/calc-ext.el (math-fixnum-big): Use the variable
12062 math-bignum-digit-size.
12063
12064 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12065
12066 * log-view.el (log-view-mode-menu): New menu.
12067
12068 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12071 differently.
12072
12073 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12074 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12075
12076 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12077
12078 * vc-hg.el (vc-hg-print-log): Insert the file name.
12079 (vc-hg-log-view-mode): Fontify the file name.
12080
12081 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12082
12083 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12084 (calcFunc-julian): Fix incorrect number used in calculations.
12085
12086 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
12087
12088 * simple.el (next-error-recenter): New defcustom.
12089 (next-error, next-error-internal): Recenter if specified,
12090 immediately prior to running `next-error-hook'.
12091
12092 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12093 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12094
12095 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12096
12097 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12098
12099 * calc/calc-comb.el (math-small-factorial-table): New variable.
12100 (calcFunc-fact): Use `math-small-factorial-table'.
12101
12102 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12103 initial values.
12104 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12105 New variables to use in caches.
12106
12107 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12108 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12109
12110 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12111 (math-bernoulli-b-cache): Use math-read-number-simple to insert
12112 bignums.
12113
12114 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12115 New variables to use in caches.
12116
12117 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12118
12119 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12120
12121 * vc-hg.el (vc-hg-log-view-mode): New mode.
12122
12123 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
12124
12125 * calc/calc.el (math-read-number-simple): New function.
12126
12127 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12130 (vera-font-lock-match-item): Fix doc string.
12131 (vera-in-comment-p): Remove unused function.
12132 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12133 use `syntax-ppss'.
12134 (vera-forward-syntactic-ws): Fix argument order.
12135 (vera-prepare-search): Use `with-syntax-table'.
12136 (vera-indent-line): Fix doc string.
12137 (vera-electric-tab): Fix doc string.
12138 (vera-expand-abbrev): Define alias instead of using `fset'.
12139 (vera-comment-uncomment-region): Use `comment-start-skip'.
12140
12141 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
12142
12143 * textmodes/org.el (org-export-with-footnotes): New option.
12144 (org-export-as-html): Fix replacement bug for XEmacs.
12145 (org-agenda-default-appointment-duration): New option.
12146
12147 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
12148
12149 * vc-hg.el: Add to do items.
12150 (vc-hg-diff): Add support for comparing different revisions.
12151 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12152 (vc-hg-annotate-extract-revision-at-line)
12153 (vc-hg-previous-version, vc-hg-checkin): New functions.
12154 (vc-hg-annotate-re): New constant.
12155
12156 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
12157
12158 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12159
12160 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12163 buffer-local value of log-view-*-re if applicable.
12164
12165 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12166 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12167 (vc-bzr-command*): Remove both (incompatible) versions.
12168 (vc-bzr-do-command*): Remove.
12169 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12170 Remove by folding into its only caller vc-bzr-command.
12171 (vc-bzr-command): Always set the environment, even when ineffective.
12172 (vc-bzr-version): Minor fix up.
12173 (vc-bzr-admin-dirname): New var.
12174 (vc-bzr-bzr-dir): Remove.
12175 (vc-bzr-root-dir): New fun.
12176 (vc-bzr-registered): Use it. Add an autoloaded version.
12177 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12178 (vc-bzr-view-log-function): Remove.
12179 (vc-bzr-log-view-mode): New major mode to replace it.
12180 (vc-bzr-print-log): Only activate the old hack if needed.
12181
12182 * vc.el (vc-default-log-view-mode): New function.
12183 (vc-print-log): Add new `log-view-mode' VC operation.
12184
12185 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
12186
12187 * ido.el (ido-find-file-in-dir): Don't signal an error for
12188 empty directories.
12189
12190 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12191
12192 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12193 directory where the desktop file was found, as the docstring says.
12194 (desktop-kill): Use `read-directory-name'.
12195
12196 2007-06-20 Alan Mackenzie <acm@muc.de>
12197
12198 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12199 When removing lines, also remove the \n. Correction of patch of
12200 2007-04-21.
12201
12202 2007-06-20 Martin Rudalics <rudalics@gmx.at>
12203
12204 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12205 event is not a cons cell. Do not unread drag-mouse-1 events.
12206 Select right window in check whether space was stolen from
12207 window above.
12208
12209 * help-mode.el (help-make-xrefs): Adjust position of new forward
12210 button.
12211
12212 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
12213
12214 * vc-bzr.el (vc-bzr-with-process-environment)
12215 (vc-bzr-std-process-invocation): New macros.
12216 (vc-bzr-command, vc-bzr-command*): Use them.
12217 (vc-bzr-with-c-locale): Remove.
12218 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12219 (vc-bzr-buffer-nonblank-p): New function.
12220 (vc-bzr-state-words): New const.
12221 (vc-bzr-state): Look for `bzr status' keywords in output.
12222 Display everything else as a warning message to the user.
12223 Fix status report with bzr >= 0.15.
12224
12225 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12226
12227 * vc-hg.el (vc-hg-global-switches): Simplify.
12228 (vc-hg-state): Handle more states.
12229 (vc-hg-diff): Fix doc-string.
12230 (vc-hg-register): New function.
12231 (vc-hg-checkout): Likewise.
12232
12233 2007-06-20 Reto Zimmermann <reto@gnu.org>
12234
12235 * progmodes/vera-mode.el: New file.
12236
12237 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
12238
12239 * calc/calc.el (calc-multiplication-has-precendence):
12240 New variable.
12241 (math-standard-ops, math-standard-ops-p, math-expr-ops):
12242 New functions.
12243 (math-expr-opers): Define using math-standard-ops rather than
12244 math-standard-opers.
12245 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12246 equal the function math-standard-ops rather than the variable
12247 math-standard-opers.
12248 (calc-algebraic-entry): Let math-expr-opers equal
12249 math-standard-ops or math-expr-ops, as appropriate.
12250 (math-expr-read-level, math-read-factor): Let math-expr-opers
12251 equal math-expr-ops.
12252 * calc/calc-embed.el (calc-embedded-finish-edit):
12253 Let math-expr-opers equal the function math-standard-ops
12254 rather than the variable math-standard-opers.
12255 * calc/calc-ext.el (math-read-plain-expr)
12256 (math-format-flat-expr-fancy): Let math-expr-opers equal the
12257 function math-standard-ops rather than the variable
12258 math-standard-opers.
12259 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12260 Let math-expr-opers equal the function math-standard-ops rather
12261 than the variable math-standard-opers.
12262 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12263 equal the function math-standard-ops rather than the variable
12264 math-standard-opers.
12265 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12266 equal the function math-standard-ops rather than the variable
12267 math-standard-opers.
12268 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12269 math-expr-ops.
12270
12271 2007-06-19 Ivan Kanis <apple@kanis.eu>
12272
12273 * vc-hg.el: New file.
12274
12275 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12278 with font-lock-multiline.
12279
12280 2007-06-17 Glenn Morris <rgm@gnu.org>
12281
12282 * lpr.el (lpr-page-header-switches): Move %s to separate element
12283 for correct quoting. Doc fix.
12284
12285 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12288 than setting sgml-xml-mode.
12289 (sgml-mode, html-mode): Set sgml-xml-mode.
12290 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12291 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12292 (sgml-electric-tag-pair-before-change-function)
12293 (sgml-electric-tag-pair-flush-overlays): New functions.
12294 (sgml-electric-tag-pair-mode): New minor mode.
12295 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12296 (sgml-calculate-indent): Use assoc-string.
12297
12298 2007-06-16 Karl Fogel <kfogel@red-bean.com>
12299
12300 * thingatpt.el (thing-at-point-email-regexp): Don't require two
12301 chars before the "@" in an email address. Andreas Roehler noticed
12302 this problem.
12303
12304 2007-06-15 Karl Fogel <kfogel@red-bean.com>
12305
12306 * thingatpt.el: Add support for email addresses (`email').
12307 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12308 (thing-at-point-email-regexp): New variable.
12309 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12310 properties on this symbol, with lambda forms for values.
12311
12312 2007-06-15 Masatake YAMATO <jet@gyve.org>
12313
12314 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12315
12316 * vc.el (vc-dired-hook): Check the backend returned from
12317 `vc-responsible-backend' can really handle `subdir'.
12318
12319 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
12320
12321 * wid-edit.el (widget-add-documentation-string-button):
12322 Fix handling of documentation indent.
12323
12324 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
12325
12326 * mb-depth.el: New file.
12327
12328 2007-06-15 Masatake YAMATO <jet@gyve.org>
12329
12330 * vc.el (vc-dired-mode): Show backend name as part of mode name.
12331
12332 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
12333
12334 * wid-edit.el (widget-default-create): Move ?h handling here...
12335 (widget-default-format-handler): ...from here.
12336 (widget-docstring, widget-add-documentation-string-button): New funs.
12337 (documentation-string): Add :visibility-widget property.
12338 (widget-documentation-string-value-create): Use it.
12339
12340 * cus-edit.el (custom-split-regexp-maybe): Simplify.
12341 (custom-buffer-create-internal): Simplify message.
12342 (custom-variable-tag): Reduce height to normal.
12343 (custom-variable-value-create, custom-face-value-create)
12344 (custom-visibility): New widget.
12345 (custom-visibility): New face.
12346 (custom-group-value-create):
12347 Call widget-add-documentation-string-button, using `custom-visibility'.
12348
12349 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * emacs-lisp/bytecomp.el (byte-compile-current-group)
12352 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12353 change. Apparently the "warning even if the group is implicit" is
12354 a feature rather than a bug.
12355
12356 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
12357
12358 * emulation/viper.el (viper-describe-key-ad)
12359 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12360 Compile them conditionally.
12361 (viper-version): Belated version change.
12362
12363 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
12364
12365 * follow.el (follow-all-followers, follow-generic-filter):
12366 * pcomplete.el (pcomplete-restore-windows):
12367 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12368 (x-dnd-drop-data):
12369 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12370 * progmodes/python.el (python-complete-symbol):
12371 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12372
12373 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
12374
12375 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12376 around bright and dim regexps. Make sure bright and dim matches
12377 use word anchors. Send text through rcirc-markup functions.
12378 (rcirc-url-regexp): Add single quote character.
12379 (rcirc-connect): Write logs to disk on auto-save-hook.
12380 Make server a non-optional argument.
12381 (rcirc-log-alist): New variable.
12382 (rcirc-log-directory): Make customizable.
12383 (rcirc-log-flag): New customizable variable.
12384 (rcirc-log): New function.
12385 (rcirc-print): Use above function.
12386 (rcirc-log-write): New function.
12387 (rcirc-generate-new-buffer-name): Strip text properties.
12388 (rcirc-switch-to-buffer-function): Remove variable.
12389 (rcirc-last-non-irc-buffer): Remove variable.
12390 (rcirc-non-irc-buffer): Add function.
12391 (rcirc-next-active-buffer): Use above function.
12392 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12393 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12394 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12395 (rcirc-omit-mode): Add minor-mode.
12396 (rcirc-mode-map): Change C-c C-o binding.
12397 (rcirc-mode): Clear mode-line-process. Use a custom
12398 fill-paragraph-function. Set up buffer-invisibility-spec.
12399 (rcirc-response-formats): Remove timestamp code.
12400 (rcirc-omit-responses): Add variable.
12401 (rcirc-print): Don't put the overlay arrow on potentially omitted
12402 lines. Log line to disk. Record activity for private messages
12403 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
12404 (rcirc-jump-to-first-unread-line): Print message if there is no
12405 unread text.
12406 (rcirc-clear-unread): New function.
12407 (rcirc-markup-text-functions): Add variable.
12408 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12409 (rcirc-debug): Don't mess with window configuration.
12410 (rcirc-send-message): Send message before printing locally.
12411 Add SILENT argument, do not print message if non-nil.
12412 (rcirc-visible-buffers): New function and variable.
12413 (rcirc-window-configuration-change-1): Add function.
12414 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12415 server buffer.
12416 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12417 (rcirc-fill-paragraph): Add function.
12418 (rcirc-record-activity, rcirc-window-configuration-change-1):
12419 Only update the activity string if it has actually changed.
12420 (rcirc-update-activity-string): Remove padding characters from the
12421 mode-line string.
12422 (rcirc-disconnect-buffer): New function to be called when a
12423 channel is parted or the user quits.
12424 (rcirc-server-name): Warn when the server-name hasn't been set.
12425 (rcirc-window-configuration-change): Postpone work until
12426 post-command-hook.
12427 (rcirc-window-configuration-change-1): Update mode-line and
12428 overlay arrows here.
12429 (rcirc-authenticate): Fixc hanserv identification.
12430 (rcirc-default-server): Remove variable.
12431 (rcirc): Connect according to rcirc-connections.
12432 (rcirc-connections): Add variable.
12433 (rcirc-startup-channels-alist): Remove variable.
12434 (rcirc-startup-channels): Remove function.
12435
12436 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12439
12440 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
12441
12442 * term/xterm.el (terminal-init-xterm): Escape parens in character
12443 constants.
12444
12445 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * progmodes/sh-script.el: Remove unneeded * from docstrings.
12448 Use [:alpha:] and [:alnum:] where applicable.
12449 (sh-quoted-subshell): Rewrite to correctly
12450 handle nested mixes of `...' and $(...).
12451 (sh-apply-quoted-subshell): Remove.
12452 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12453
12454 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
12455
12456 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
12457
12458 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12459 previous change.
12460
12461 2007-06-12 Tom Tromey <tromey@redhat.com>
12462
12463 * subr.el (user-emacs-directory): New defconst.
12464 * cmuscheme.el (scheme-start-file):
12465 * shell.el (shell):
12466 * completion.el (save-completions-file-name):
12467 * custom.el (custom-theme-directory):
12468 * term/x-win.el (emacs-session-filename):
12469 * filesets.el (filesets-menu-cache-file):
12470 * thumbs.el (thumbs-thumbsdir):
12471 * server.el (server-auth-dir):
12472 * image-dired.el (image-dired-dir):
12473 (image-dired-db-file):
12474 (image-dired-temp-image-file):
12475 (image-dired-gallery-dir):
12476 (image-dired-temp-rotate-image-file):
12477 * play/gamegrid.el (gamegrid-user-score-file-directory):
12478 * savehist.el (savehist-file):
12479 * tutorial.el (tutorial--saved-dir):
12480 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12481
12482 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
12483
12484 * scroll-lock.el (scroll-lock-mode): Doc fix.
12485
12486 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12487
12488 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12489
12490 * ediff-init.el: Doc strings.
12491
12492 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12495 (byte-compile-file): Bind it.
12496 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12497 group argument is provided implicitly.
12498 (byte-compile-format-warn, byte-compile-from-buffer)
12499 (byte-compile-insert-header): Don't hardcode point-min==1.
12500 (byte-compile-file-form-require): Remove unused var old-load-list.
12501 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12502
12503 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12504
12505 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12506 Display error messages.
12507 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12508 Get rid of cl.el dependencies.
12509
12510 * emulation/viper-init.el (viper-suppress-input-method-change-message):
12511 New variable.
12512 (viper-activate-input-method-action)
12513 (viper-inactivate-input-method-action):
12514 Use viper-suppress-input-method-change-message.
12515
12516 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12517 for C-s, C-r.
12518
12519 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12520 Use viper-replace-overlay-cursor-color instead of
12521 viper-replace-overlay-cursor-color.
12522 (viper-sit-for-short): Use sit-for with 3 arguments.
12523
12524 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12525 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12526 to gud-mode.
12527
12528 * ediff-mult.el (ediff-meta-buffer-brief-message)
12529 (ediff-meta-buffer-verbose-message): New variables.
12530 (ediff-meta-buffer-message): Variable deleted.
12531 (ediff-verbose-help-enabled): New variable.
12532 (ediff-toggle-verbose-help-meta-buffer): New function.
12533 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12534 message options.
12535
12536 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12537 (ediff-fixup-patch-map): Improve heuristic.
12538
12539 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12542 (log-view-font-lock-keywords): Simplify.
12543 (log-view-current-file, log-view-current-tag): Simplify.
12544
12545 2007-06-12 Sam Steingold <sds@gnu.org>
12546
12547 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12548
12549 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
12550
12551 * desktop.el (desktop-load-locked-desktop): New option.
12552 (desktop-read): Use it.
12553 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12554 Use `when'.
12555
12556 2007-06-12 Davis Herring <herring@lanl.gov>
12557
12558 * desktop.el (desktop-save-mode-off): New function.
12559 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12560 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12561 (desktop-claim-lock, desktop-release-lock): New functions.
12562 (desktop-kill): Tell `desktop-save' that this is the last save.
12563 Release the lock afterwards.
12564 (desktop-buffer-info): New function.
12565 (desktop-save): Use it. Run `desktop-save-hook' where the doc
12566 says to. Detect conflicts, and manage the lock.
12567 (desktop-read): Detect conflicts. Manage the lock.
12568
12569 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12572
12573 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12574 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
12575 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12576 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12577 keysyms rather than byte sequences.
12578 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12579
12580 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * font-lock.el (font-lock-add-keywords): In case font-lock was only
12583 half-activated, forcefully activate it completely.
12584
12585 2007-06-11 Richard Stallman <rms@gnu.org>
12586
12587 * cus-edit.el (custom-variable-type): Doc fix.
12588
12589 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12592 (sh-font-lock-flush-syntax-ppss-cache): New functions.
12593 (sh-font-lock-syntactic-keywords): Use them to distinguish the
12594 different possible cases for \'.
12595
12596 * complete.el (PC-bindings): Don't bind things already bound in the
12597 parent keymap.
12598
12599 * textmodes/bibtex-style.el: New file.
12600
12601 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
12602
12603 * vc-bzr.el: New file.
12604
12605 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * vc-svn.el (vc-svn-program): New var.
12608 (vc-svn-command): Use it.
12609
12610 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
12611
12612 * server.el (server-switch-buffer): Remove redundant check.
12613
12614 2007-06-10 Martin Rudalics <rudalics@gmx.at>
12615
12616 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12617 Match against file-name-nondirectory.
12618 Fix text on user customization variables.
12619 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12620
12621 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12622
12623 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12624
12625 2007-06-09 Davis Herring <herring@lanl.gov>
12626
12627 * desktop.el (desktop-minor-mode-table): Doc fix.
12628
12629 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * textmodes/css-mode.el (css-navigation-syntax-table):
12632 Use set-char-table-range so it also works in the unicode branch.
12633
12634 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
12635
12636 * help-mode.el (help-xref-forward-stack)
12637 (help-xref-stack-forward-item, help-forward-label): New variables.
12638 (help-forward): New button type.
12639 (help-setup-xref): Initialise help-xref-forward-stack.
12640 (help-make-xrefs): Add forward button, if appropriate.
12641 (help-xref-go-back): Push item on forward stack.
12642 (help-xref-go-forward, help-go-forward): New functions.
12643
12644 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
12645
12646 * dired.el (dired-mode-map): Remove spurious separator.
12647
12648 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12649
12650 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12651
12652 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12653 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12654
12655 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
12656
12657 * textmodes/org.el: Version number fixed.
12658
12659 2007-06-07 Glenn Morris <rgm@gnu.org>
12660
12661 * version.el (emacs-copyright): New constant.
12662 * startup.el (fancy-splash-tail): Use emacs-copyright.
12663 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12664
12665 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12666 `make-local'.
12667 (byte-compile-warnings-safe-p): Add `make-local'.
12668 (byte-compile-make-variable-buffer-local):
12669 Allow byte-compile-warnings to suppress this warning.
12670
12671 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12672 format of "menu" description.
12673 (tutorial--find-changed-keys): Describe the specific menu a
12674 command is in.
12675
12676 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
12677 Rewrite compatibility functions to silence byte-compiler.
12678
12679 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12680
12681 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
12682 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
12683
12684 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
12685
12686 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
12687
12688 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12689
12690 * progmodes/ebrowse.el (ebrowse-member-table):
12691 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
12692 (org-batch-agenda-csv): Fix typos in docstrings.
12693
12694 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12695
12696 * international/mule-cmds.el (toggle-enable-multibyte-characters)
12697 (sort-coding-systems, search-unencodable-char): Doc fixes.
12698 (coding-system-change-eol-conversion, set-default-coding-systems)
12699 (prefer-coding-system, find-multibyte-characters, princ-list)
12700 (leim-list-entry-regexp, set-input-method, locale-language-names)
12701 (input-method-exit-on-first-char, exit-language-environment-hook)
12702 (locale-charset-language-names): Fix typos in docstrings.
12703
12704 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12705
12706 * pgg.el (pgg-sign-region, pgg-sign):
12707 * ses.el (ses-call-printer):
12708 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
12709 * textmodes/org.el (org-cycle): Fix typos in docstrings.
12710
12711 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
12712
12713 * textmodes/org.el (org-export-region-as-html)
12714 (org-replace-region-by-html, org-number-to-letters)
12715 (org-table-fedit-finish, org-normalize-color)
12716 (org-table-fedit-ref-right, org-date-to-gregorian)
12717 (org-table-fedit-move, org-table-convert-refs-to-rc)
12718 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
12719 (org-write-agenda, org-colgroup-info-to-vline-list)
12720 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12721 (org-indent-line-function, org-export-as-html-to-buffer)
12722 (org-store-agenda-views, org-update-mode-line)
12723 (org-find-if, org-delete-all)
12724 (org-table-fedit-convert-buffer, org-emphasize)
12725 (org-uniquify, org-table-fedit-lisp-indent)
12726 (org-table-fedit-scroll, org-get-todo-sequence-head)
12727 (org-table-fedit-scroll-down, org-table-fedit-line-down)
12728 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
12729 (org-table-fedit-toggle-coordinates, org-dvipng-color)
12730 (org-table-fedit-line-up, org-table-fedit-ref-down)
12731 (org-table-formula-from-user, org-mode-flyspell-verify)
12732 (org-cycle-show-empty-lines, org-ctrl-c-ret)
12733 (org-table-formula-to-user, org-diary-to-ical-string)
12734 (orgtbl-export, org-table-fedit-post-command)
12735 (org-closed-in-range, org-shiftcontrolright)
12736 (org-table-convert-refs-to-an, org-table-hline-and-move)
12737 (org-table-formula-less-p, org-format-table-ascii)
12738 (org-agenda-get-sexps, org-shift-refpart)
12739 (org-diary-sexp-entry, org-time-string-to-absolute)
12740 (org-table-show-reference, org-letters-to-number)
12741 (org-fix-agenda-info, org-table-fedit-ref-up)
12742 (org-table-fedit-shift-reference, org-table-fedit-abort)
12743 (org-closest-date, org-shiftcontrolleft)
12744 (org-at-heading-or-item-p, org-rematch-and-replace)
12745 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
12746 New functions.
12747 (org-table-edit-scroll-down, org-finish-edit-formulas)
12748 (org-table-edit-next-field, org-abort-edit-formulas)
12749 (org-font-lock-level, org-export-find-first-heading-line)
12750 (org-table-edit-line-down, org-table-edit-backward-field)
12751 (org-edit-formula-lisp-indent, org-table-edit-move)
12752 (org-check-log-option, org-this-word)
12753 (org-table-edit-line-up, org-table-edit-formulas-post-command)
12754 (org-agenda-file-to-end, org-expand-file-name)
12755 (org-fake-empty-table-line, org-table-edit-scroll)
12756 (org-toggle-log-option, org-show-reference): Function removed.
12757 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
12758 New defsubsts.
12759 (org-unmodified, org-batch-store-agenda-views)
12760 (org-batch-agenda-csv): New macro.
12761 (org-agenda-export): New customization group.
12762 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
12763 (org-highest-priority, org-agenda-exporter-settings)
12764 (org-log-done-with-time, org-replace-disputed-keys)
12765 (org-format-latex-header, org-export-table-header-tags)
12766 (org-cycle-separator-lines, org-export-table-data-tags)
12767 (org-icalendar-include-sexps)
12768 (org-empty-line-terminates-plain-lists)
12769 (org-log-repeat, org-special-ctrl-a)
12770 (org-table-use-standard-references, org-disputed-keys)
12771 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
12772 (org-agenda-export-html-style): New option.
12773 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12774 (org-CUA-compatible): Option removed.
12775 (org-agenda-structure, org-sexp-date): New face.
12776 (org-todo-keywords-for-agenda, org-not-done-keywords)
12777 (org-planning-or-clock-line-re, org-agenda-name)
12778 (org-table-colgroup-info, org-todo-sets)
12779 (constants-unit-system, org-clock-mode-line-entry)
12780 (org-mode-line-timer, org-table-current-begin-pos)
12781 (org-todo-keywords-1, org-mode-line-string)
12782 (org-table-clean-did-remove-column, org-table-fedit-map)
12783 (org-clock-heading, org-table-buffer-is-an)
12784 (org-agenda-info, org-done-keywords)
12785 (org-done-keywords-for-agenda, org-todo-heads)
12786 (org-todo-kwd-alist, org-clock-start-time): New variable.
12787 (org-todo-kwd-priority-p, org-edit-formulas-map)
12788 (org-repeat-re, org-todo-kwd-max-priority)
12789 (org-version, org-done-string)
12790 (org-table-clean-did-remove-column-1, org-disputed-keys):
12791 Remove variables.
12792 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12793 (org-ts-lengths): Constant removed.
12794 (org-follow-gnus-link): Don't ask how many articles to read.
12795 (org-export-find-first-export-line): Rename from
12796 `org-export-find-first-heading'.
12797 Use `org-export-skip-text-before-1st-heading'.
12798 (org-table-fedit-post-command): Rename from
12799 `org-table-edit-formulas-post-command'.
12800 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
12801 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
12802 (org-table-fedit-lisp-indent): Rename from
12803 `org-edit-formula-lisp-indent'.
12804 (org-table-show-reference): Rename from `org-show-reference'.
12805 (org-table-store-formulas): Use `org-table-formula-less-p'.
12806 (org-table-edit-formulas): Position cursor to current field equation.
12807 (org-update-checkbox-count, org-hide-archived-subtrees)
12808 (org-timestamp-up-day, org-timestamp-down-day)
12809 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
12810 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
12811 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
12812 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
12813 Let `org-on-heading-p' also check for invisible heading.
12814 (org-read-date): Match am/pm times.
12815 (org-eval-in-calendar): Fix default date in prompt.
12816
12817 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
12818
12819 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
12820 "ChangeLog.a" entries, giving the latter lower priority.
12821
12822 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
12823
12824 * faces.el (face-id): If the argument is a face alias,
12825 return the ID of the target face.
12826
12827 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
12828
12829 * net/socks.el (top): Remove unnecessary copyright line.
12830
12831 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
12832
12833 * longlines.el (longlines-auto-wrap): Handle argument correctly.
12834
12835 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
12836
12837 * net/socks.el: New file, taken from w3 repository.
12838 (top): Update Copyright. Don't load cl.el.
12839 (all): Replace `case' by `cond', `string-to-int' by
12840 `string-to-number', and `process-kill-without-query' by
12841 `set-process-query-on-exit-flag'.
12842 (socks-char-int): Remove defalias and all occurrences.
12843
12844 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12847 Fix typos in docstrings.
12848 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12849 (compilation-finish-function): Fix typo in obsolescence declaration.
12850
12851 2007-06-03 Sam Steingold <sds@gnu.org>
12852
12853 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12854 handle unending automatic recompilation of changed files (`omake -P').
12855 (compilation-loop): VISITED is now 5th CDR.
12856 (compilation-next-error-function): Set TIMESTAMP.
12857
12858 2007-06-03 Sam Steingold <sds@gnu.org>
12859
12860 * files.el (kill-buffer-ask): New function.
12861 (kill-some-buffers): Use it.
12862 (kill-matching-buffers): New user command.
12863
12864 2007-06-01 David Kastrup <dak@gnu.org>
12865
12866 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12867 Change default to `top'.
12868
12869 2007-05-31 Richard Stallman <rms@gnu.org>
12870
12871 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12872
12873 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * textmodes/css-mode.el: New file.
12876
12877 2007-05-30 Michael Olson <mwolson@gnu.org>
12878
12879 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12880 died and we are trying to send a signal to it. The program using
12881 tq.el should periodically check to see whether the process has
12882 died and react appropriately -- this is not the responsibility of
12883 tq.el, and is consistent with the rest of the tq.el source code.
12884
12885 2007-05-29 Martin Rudalics <rudalics@gmx.at>
12886
12887 * textmodes/table.el (table--point-entered-cell-function)
12888 (table--point-left-cell-function):
12889 Bind `inhibit-point-motion-hooks' to t.
12890
12891 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12892
12893 * emacs-lisp/rx.el (rx): Doc fix.
12894
12895 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
12896
12897 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12898
12899 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
12900
12901 Sync with Tramp 2.0.56.
12902
12903 * net/tramp.el:
12904 * net/tramp-ftp.el:
12905 * net/tramp-smb.el:
12906 * net/tramp-util.el:
12907 * net/tramp-vc.el:
12908 Don't load cl.el, because that pollutes the namespace. Replace cl
12909 macros by their implementations where necessary. Requested by
12910 Richard Stallman <rms@gnu.org>.
12911
12912 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12913 doesn't exist.
12914 (with-parsed-tramp-file-name): Protect debug spec during compilation.
12915 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12916 (tramp-file-name-p, tramp-file-name-multi-method)
12917 (tramp-file-name-method, tramp-file-name-user)
12918 (tramp-file-name-host, tramp-file-name-localname): New defuns,
12919 replacing defstruct `tramp-file-name'.
12920 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12921 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12922 Apply `vector' instead of `make-tramp-file-name'.
12923 (tramp-handle-make-auto-save-file-name):
12924 Apply `tramp-temporary-file-directory' for compatibility reasons.
12925 (tramp-completion-mode): Use `natnump' instead of `wholenump'
12926 because of XEmacs.
12927 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12928 started.
12929
12930 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
12931
12932 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12933
12934 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12935
12936 * log-edit.el (log-edit-changelog-paragraph): Return point-max
12937 as the end of the ChangeLog paragraph when it ends without a line
12938 termination.
12939
12940 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
12941
12942 * net/webjump.el (webjump-sample-sites):
12943 Add simple Wikipedia query.
12944
12945 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12948 compatibility code.
12949
12950 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12951 (copyright-update-year): Use it.
12952
12953 * edmacro.el (edmacro-format-keys): Use current-active-maps.
12954
12955 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12956 Add indentation and debugging info. Fix up comment convention.
12957
12958 * cus-dep.el (custom-make-dependencies): Simplify.
12959
12960 * composite.el (compose-region, decompose-region):
12961 Use inhibit-read-only and restore-buffer-modified-p.
12962
12963 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12964 (xterm-mouse-event): Use it.
12965
12966 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
12967
12968 * bs.el (bs-cycle-previous): Don't modify the cycle list until
12969 `switch-to-buffer' has returned succesfully.
12970 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
12971 window is dedicated (it could iconify the frame).
12972
12973 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
12974
12975 * vc-hooks.el (vc-find-root): Fix file attribute test.
12976
12977 2007-05-24 Richard Stallman <rms@gnu.org>
12978
12979 * textmodes/flyspell.el (flyspell-correct-word-before-point):
12980 Don't let opoint be nil.
12981 (flyspell-emacs-popup): Explicit error if no dialogs.
12982
12983 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
12984
12985 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12986 (image-next-line, image-previous-line, image-scroll-up)
12987 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12988 New functions.
12989 (image-mode-map): Remap motion commands.
12990 (image-mode-text-map): New keymap for viewing images as text.
12991 (image-mode): Use image-mode-map.
12992 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12993
12994 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * textmodes/fill.el (canonically-space-region): Make the second arg
12997 a marker if it's not already the case.
12998
12999 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13000
13001 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13002 (tar-get-descriptor): Handle type 55, an extended pax header.
13003
13004 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13007 to confuse outline-minor-mode.
13008
13009 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13010
13011 * tar-mode.el (tar-file-name-handler): New function.
13012 (tar-extract): Bind file-name-handler-alist to it to force
13013 find-buffer-file-type-coding-system behave as if the file being
13014 extracted existed. Use last-coding-system-used to force
13015 buffer-file-coding-system to what decode-coding-region actually
13016 used to decode the file.
13017
13018 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13019
13020 * progmodes/compile.el (compilation-handle-exit):
13021 `compilation-finish-function' may change the current buffer.
13022
13023 2007-05-22 Richard Stallman <rms@gnu.org>
13024
13025 * files.el (set-auto-mode): Doc fix.
13026
13027 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13028
13029 * help-fns.el (find-source-lisp-file): New function.
13030 (describe-function-1): Use find-source-lisp-file to find source
13031 file in compile tree.
13032
13033 2007-05-22 Eli Zaretskii <eliz@gnu.org>
13034
13035 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13036
13037 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
13038
13039 * emacs-lisp/easy-mmode.el (define-minor-mode)
13040 (easy-mmode-define-navigation): Fix typos in docstrings.
13041
13042 2007-05-22 Glenn Morris <rgm@gnu.org>
13043
13044 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13045
13046 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
13047
13048 * mail/mail-extr.el (mail-extract-address-components):
13049 Recognize non-ASCII characters except for NBSP as words.
13050
13051 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
13052
13053 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13054 (rcirc-print): Handle `window-width'.
13055 (rcirc-buffer-maximum-lines): Doc fix.
13056
13057 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
13058
13059 * image-mode.el (image-toggle-display): Don't clear image cache.
13060 Only use filename in image spec if the file is readable.
13061 Call image-refresh.
13062
13063 * image.el (image-type-from-file-name, image-type): Simplify.
13064 (image-type-auto-detected-p): Don't scan auto-mode-alist.
13065
13066 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13067 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13068
13069 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13070
13071 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13072 is an error.
13073
13074 * term/linux.el (terminal-init-linux): Don't signal an error
13075 if gpm isn't running.
13076
13077 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13078
13079 * t-mouse.el: Reduce to a minor-mode macro call.
13080 (t-mouse-mode): Remove the lighter.
13081
13082 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13083
13084 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
13085
13086 * files.el (auto-mode-alist): Change the regexp so that
13087 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13088
13089 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * Version 22.1 released.
13092
13093 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
13094
13095 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13096 changes.
13097
13098 2007-05-19 Kevin Ryde <user42@zip.com.au>
13099
13100 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13101
13102 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13103
13104 * textmodes/sgml-mode.el: Revert last change.
13105
13106 2007-05-18 Richard Stallman <rms@gnu.org>
13107
13108 * simple.el (push-mark): Doc fix.
13109
13110 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
13111
13112 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13113 tpu-global-map.
13114 (tpu-original-global-map): Variable deleted.
13115 (tpu-control-keys-map): New keymap variable.
13116 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13117 setting keymapping directly.
13118 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13119 tpu-global-map.
13120 (tpu-edt-on): Activate the tpu-global-map.
13121 (tpu-edt-off): Deactivate the tpu-global-map.
13122
13123 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
13124
13125 * textmodes/ispell.el (ispell-get-word): Return markers
13126 for start and end positions.
13127 (ispell-word): Assume END is a marker.
13128
13129 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13130
13131 * printing.el: Group together all XEmacs/Emacs definitions.
13132 (pr-version): New version 6.9.
13133 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13134 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13135 (pr-menu-bind): Fix code.
13136 (pr-e-frame-char-height, pr-e-frame-char-width)
13137 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13138 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13139 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13140 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13141 (pr-x-event-y-pixel): Aliases eliminated.
13142 (pr-xemacs-global-menubar): Macro moved.
13143 (current-menubar, current-mouse-event, zmacs-region-stays)
13144 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13145 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13146 Vars moved.
13147 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13148 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13149 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13150 (pr-menu-set-utility-title, pr-even-or-odd-pages)
13151 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13152 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13153 moved.
13154
13155 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
13156
13157 * textmodes/sgml-mode.el (sgml-tag):
13158 Fix bug: Call sgml-transformation-function.
13159
13160 2007-05-17 Martin Rudalics <rudalics@gmx.at>
13161
13162 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13163 modified flag of buffer. Use `inhibit-modification-hooks'.
13164
13165 2007-05-16 Richard Stallman <rms@gnu.org>
13166
13167 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13168
13169 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * files.el (magic-mode-alist, magic-fallback-mode-alist):
13172 Move the *ml, Postscript, and XmCD entries to the fallback part.
13173
13174 * files.el (magic-fallback-mode-alist):
13175 Rename from file-start-mode-alist.
13176
13177 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13178
13179 * progmodes/compile.el (compilation-handle-exit): Quote first
13180 argument of `run-hook-with-args'.
13181
13182 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
13183
13184 * buff-menu.el (Buffer-menu-sort-column):
13185 * dabbrev.el (dabbrev-upcase-means-case-search):
13186 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13187 * info.el (Info-current-subfile):
13188 * ls-lisp.el (ls-lisp-verbosity):
13189 * msb.el (msb-menu-cond):
13190 * pcvs.el (cvs-dired-use-hook):
13191 * simple.el (set-mark-command-repeat-pop):
13192 * time.el (display-time-24hr-format, display-time-mail-file):
13193 Doc fixes.
13194
13195 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13196 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13197
13198 * view.el (view-inhibit-help-message): Fix typo in docstring.
13199 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13200
13201 2007-05-16 Martin Rudalics <rudalics@gmx.at>
13202
13203 * textmodes/ispell.el (ispell-start-process): Defend against bad
13204 default-directory.
13205
13206 2007-05-14 Eli Zaretskii <eliz@gnu.org>
13207
13208 * mail/rmail.el (rmail-convert-to-babyl-format): Check
13209 content-transfer-encoding _last_, because it's its position that
13210 we need as value of base64-header-field-end.
13211
13212 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
13213
13214 * files.el (mode-require-final-newline, require-final-newline)
13215 (enable-local-variables, enable-local-eval): Doc fixes.
13216
13217 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13218
13219 * ps-print.el: Use default color when foreground or background color
13220 are unspecified. Reported by Leo <sdl.web@gmail.com>.
13221 (ps-print-version): New version 6.7.4.
13222 (ps-rgb-color): New argument. Use default color when color is
13223 unspecified.
13224 (ps-begin-job): Fix code.
13225
13226 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
13227
13228 * longlines.el (longlines-mode): Make longlines-auto-wrap
13229 buffer-local. Add hooks unconditionally.
13230 (longlines-auto-wrap): Toggle wrapping.
13231 (longlines-after-change-function)
13232 (longlines-post-command-function): Check longlines-auto-wrap.
13233
13234 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
13235
13236 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13237 (xterm-mouse-translate): Use it.
13238
13239 2007-05-10 Richard Stallman <rms@gnu.org>
13240
13241 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13242 (iso-cvt-write-only): Likewise.
13243
13244 * emacs-lisp/easy-mmode.el (define-minor-mode):
13245 Fix generated doc string.
13246
13247 * startup.el (fancy-splash-text): Add URL of guided tour.
13248 Adjust horizontal and vertical whitespace.
13249
13250 * progmodes/compile.el (compilation-handle-exit):
13251 Use run-hook-with-args to run compilation-finish-functions.
13252
13253 * files.el (file-start-mode-alist): New variable.
13254 (magic-mode-regexp-match-limit): Doc fix.
13255 (set-auto-mode): Handle file-start-mode-alist.
13256 A little cleanup of structure.
13257
13258 * dabbrev.el (dabbrev-eliminate-newlines):
13259 Renamed from dabbrev--eliminate-newlines. All uses changed.
13260
13261 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13262
13263 * man.el (Man-next-section): Don't consider the last line of the page
13264 as being part of any section.
13265
13266 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13267
13268 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13269 can take any number of values.
13270
13271 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13274 to the list of citation commands.
13275
13276 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13279
13280 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
13281
13282 * progmodes/python.el (python-font-lock-keywords)
13283 (python-open-block-statement-p, python-mode): Add support for the new
13284 "with" keyword.
13285
13286 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13289 the exact opposite of diff-goto-source.
13290
13291 * emacs-lisp/advice.el (ad-special-forms): Remove.
13292 (ad-special-form-p): Use subr-arity.
13293
13294 * newcomment.el (comment-search-forward): Make sure we search forward.
13295 (comment-enter-backward): Try and distinguish the non-matching case at
13296 EOB from the non-matching case with a missing comment-end-skip for
13297 a 2-char comment ender.
13298 (comment-choose-indent): New function extracted from comment-indent.
13299 Improve the alignment algorithm.
13300 (comment-indent): Use it.
13301
13302 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13303 XML style Processing Instructions.
13304 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
13305 (sgml-calculate-indent): Handle `pi' context.
13306
13307 * vc.el: Ensure that update-changelog issues an error when used with
13308 a backend that does not implement it.
13309 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13310 Remove `backend' argument. Use expand-file-name.
13311 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13312
13313 * progmodes/python.el (python-end-of-block): Revert last change.
13314 (python-end-of-statement): Make sure we move *forward*.
13315
13316 2007-05-08 Richard Stallman <rms@gnu.org>
13317
13318 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13319 Don't include non-self-insert commands in the exception for `-'.
13320
13321 2007-05-08 David Reitter <david.reitter@gmail.com>
13322
13323 * progmodes/python.el (python-guess-indent): Check non-nullness
13324 before comparing indent against the 2..8 interval.
13325
13326 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13327
13328 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13329 available.
13330
13331 2007-05-06 Richard Stallman <rms@gnu.org>
13332
13333 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13334
13335 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13338 rather than storing their value in the revert-buffer function.
13339
13340 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
13341
13342 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13343 when disabling t-mouse-mode.
13344
13345 2007-05-01 Davis Herring <herring@lanl.gov>
13346
13347 * calendar/timeclock.el: Update version number.
13348 (timeclock-modeline-display): Mention timeclock-use-display-time
13349 in explanatory message.
13350 (timeclock-in): Fix non-interactive workday specifications.
13351 (timeclock-log): Don't kill the log buffer if it already existed.
13352 Suppress warnings when finding the log. Don't check for a nil
13353 project twice. Run hooks after killing the buffer (if applicable).
13354 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13355 was geometric). All uses changed.
13356 (timeclock-generate-report): Support prefix argument.
13357
13358 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
13359
13360 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13361 disconnections.
13362
13363 2007-05-01 Romain Francoise <romain@orebokech.com>
13364
13365 * dired-x.el: Revert 2007-04-06 change.
13366
13367 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
13368
13369 * find-dired.el (find-dired-filter): Propertize all text down to eob.
13370
13371 2007-04-29 Richard Stallman <rms@gnu.org>
13372
13373 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13374
13375 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * progmodes/cc-mode.el (c-before-change): Use point-min rather
13378 than 1.
13379
13380 2007-04-28 Richard Stallman <rms@gnu.org>
13381
13382 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13383
13384 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
13385
13386 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13387 don't put stop on toolbar.
13388
13389 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13392
13393 2007-04-28 Eli Zaretskii <eliz@gnu.org>
13394
13395 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13396 instead of $(lisp)/mh-e.
13397
13398 2007-04-28 Glenn Morris <rgm@gnu.org>
13399
13400 * image-dired.el (image-dired-cmd-create-thumbnail-options)
13401 (image-dired-cmd-create-temp-image-options): Replace option
13402 +profile "*" with -strip.
13403
13404 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
13405
13406 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13407 Use window-start and window-end.
13408
13409 2007-04-27 Andreas Schwab <schwab@suse.de>
13410
13411 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13412
13413 2007-04-27 Eli Zaretskii <eliz@gnu.org>
13414
13415 * textmodes/fill.el (fill-paragraph): Doc fix.
13416
13417 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
13418
13419 * locate.el (locate-in-alternate-database): Doc fix.
13420
13421 2007-04-26 Glenn Morris <rgm@gnu.org>
13422
13423 * button.el (button): Use underline if supported, else fall back
13424 to color.
13425
13426 * version.el (emacs-version): Increase to 22.1.50.
13427
13428 2007-04-25 Richard Stallman <rms@gnu.org>
13429
13430 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13431
13432 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
13433
13434 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13435 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13436 pushing mark.
13437 (idlwave-current-routine): Don't push mark.
13438
13439 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
13440
13441 * image-dired.el (image-dired-display-image): Derive image-type from
13442 filename rather than assuming jpeg, in case no resizing was needed.
13443
13444 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13445
13446 * custom.el (defface): Doc fix.
13447
13448 See ChangeLog.12 for earlier changes.
13449
13450 ;; Local Variables:
13451 ;; coding: iso-2022-7bit
13452 ;; add-log-time-zone-rule: t
13453 ;; End:
13454
13455 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
13456
13457 This file is part of GNU Emacs.
13458
13459 GNU Emacs is free software; you can redistribute it and/or modify
13460 it under the terms of the GNU General Public License as published by
13461 the Free Software Foundation; either version 3, or (at your option)
13462 any later version.
13463
13464 GNU Emacs is distributed in the hope that it will be useful,
13465 but WITHOUT ANY WARRANTY; without even the implied warranty of
13466 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13467 GNU General Public License for more details.
13468
13469 You should have received a copy of the GNU General Public License
13470 along with GNU Emacs; see the file COPYING. If not, write to the
13471 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13472 Boston, MA 02110-1301, USA.
13473
13474 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af